diff --git a/.gitignore b/.gitignore index fc6379b..a745d28 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules .DS_Store openapitools.json src/client/client.schemas.ts +yarn-error.log diff --git a/openapi/components/schemas/global/about.yaml b/openapi/components/schemas/global/about.yaml index 1b4f635..a226fdc 100644 --- a/openapi/components/schemas/global/about.yaml +++ b/openapi/components/schemas/global/about.yaml @@ -4,7 +4,6 @@ required: - acceptingUsers - configurations - content - - comms - lambdas properties: healthy: @@ -46,6 +45,10 @@ properties: properties: fixedHour: type: number + textures: + type: array + items: + type: string content: type: object required: @@ -75,7 +78,11 @@ properties: type: string commitHash: type: string - userCount: + version: + type: string + usersCount: + type: number + adapter: type: string lambdas: type: object @@ -102,7 +109,7 @@ properties: type: boolean commitHash: type: string - usersCount: + userCount: type: number publicUrl: type: string