Skip to content

Commit 46a74c6

Browse files
committed
Add content settings
1 parent d6c6c7e commit 46a74c6

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

openapi/components/schemas/FavoritedWorld.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ properties:
1111
description:
1212
minLength: 1
1313
type: string
14+
defaultContentSettings:
15+
type: object
1416
recommendedCapacity:
1517
example: 16
1618
type: integer
@@ -106,6 +108,7 @@ properties:
106108
required:
107109
- id
108110
- description
111+
- defaultContentSettings
109112
- name
110113
- authorId
111114
- authorName

openapi/components/schemas/Instance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ properties:
2525
minLength: 1
2626
deprecated: true
2727
description: Always returns "unknown".
28+
contentSettings:
29+
type: object
2830
displayName:
2931
type: string
3032
nullable: true

openapi/components/schemas/LimitedWorld.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ properties:
88
capacity:
99
example: 8
1010
type: integer
11+
defaultContentSettings:
12+
type: object
1113
recommendedCapacity:
1214
example: 16
1315
type: integer
@@ -72,6 +74,8 @@ properties:
7274
thumbnailImageUrl:
7375
minLength: 1
7476
type: string
77+
storeId:
78+
type: string
7579
unityPackages:
7680
description: ' '
7781
items:
@@ -91,6 +95,7 @@ required:
9195
- authorId
9296
- authorName
9397
- capacity
98+
- defaultContentSettings
9499
- imageUrl
95100
- thumbnailImageUrl
96101
- releaseStatus

openapi/components/schemas/World.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ properties:
1919
description:
2020
minLength: 0
2121
type: string
22+
defaultContentSettings:
23+
type: object
2224
favorites:
2325
default: 0
2426
example: 12024
@@ -131,6 +133,7 @@ required:
131133
- recommendedCapacity
132134
- created_at
133135
- description
136+
- defaultContentSettings
134137
- featured
135138
- heat
136139
- id

0 commit comments

Comments
 (0)