Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add content settings #444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions openapi/components/schemas/FavoritedWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ properties:
description:
minLength: 1
type: string
defaultContentSettings:
type: object
recommendedCapacity:
example: 16
type: integer
Expand Down Expand Up @@ -106,6 +108,7 @@ properties:
required:
- id
- description
- defaultContentSettings
- name
- authorId
- authorName
Expand Down
2 changes: 2 additions & 0 deletions openapi/components/schemas/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ properties:
minLength: 1
deprecated: true
description: Always returns "unknown".
contentSettings:
type: object
displayName:
type: string
nullable: true
Expand Down
5 changes: 5 additions & 0 deletions openapi/components/schemas/LimitedWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ properties:
capacity:
example: 8
type: integer
defaultContentSettings:
type: object
recommendedCapacity:
example: 16
type: integer
Expand Down Expand Up @@ -72,6 +74,8 @@ properties:
thumbnailImageUrl:
minLength: 1
type: string
storeId:
type: string
unityPackages:
description: ' '
items:
Expand All @@ -91,6 +95,7 @@ required:
- authorId
- authorName
- capacity
- defaultContentSettings
- imageUrl
- thumbnailImageUrl
- releaseStatus
Expand Down
3 changes: 3 additions & 0 deletions openapi/components/schemas/World.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ properties:
description:
minLength: 0
type: string
defaultContentSettings:
type: object
favorites:
default: 0
example: 12024
Expand Down Expand Up @@ -131,6 +133,7 @@ required:
- recommendedCapacity
- created_at
- description
- defaultContentSettings
- featured
- heat
- id
Expand Down