Skip to content

Commit

Permalink
chore: default realm changes (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoArregui authored Oct 4, 2023
1 parent 818f11d commit cb30d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.DS_Store
openapitools.json
src/client/client.schemas.ts
yarn-error.log
13 changes: 10 additions & 3 deletions openapi/components/schemas/global/about.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ required:
- acceptingUsers
- configurations
- content
- comms
- lambdas
properties:
healthy:
Expand Down Expand Up @@ -46,6 +45,10 @@ properties:
properties:
fixedHour:
type: number
textures:
type: array
items:
type: string
content:
type: object
required:
Expand Down Expand Up @@ -75,7 +78,11 @@ properties:
type: string
commitHash:
type: string
userCount:
version:
type: string
usersCount:
type: number
adapter:
type: string
lambdas:
type: object
Expand All @@ -102,7 +109,7 @@ properties:
type: boolean
commitHash:
type: string
usersCount:
userCount:
type: number
publicUrl:
type: string
Expand Down

0 comments on commit cb30d2f

Please sign in to comment.