Skip to content
Merged
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
2 changes: 2 additions & 0 deletions openapi/components/requests/UpdateGroupMemberRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ properties:
$ref: ../schemas/GroupUserVisibility.yaml
isSubscribedToAnnouncements:
type: boolean
isSubscribedToEventAnnouncements:
type: boolean
managerNotes:
type: string
4 changes: 4 additions & 0 deletions openapi/components/schemas/Avatar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ properties:
imageUrl:
minLength: 1
type: string
listingDate:
type: string
nullable: true
lock:
type: boolean
lowestPrice:
Expand Down Expand Up @@ -130,6 +133,7 @@ required:
- featured
- id
- imageUrl
- listingDate
- name
- performance
- releaseStatus
Expand Down
5 changes: 5 additions & 0 deletions openapi/components/schemas/CurrentUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ properties:
type: string
pronouns:
type: string
pronounsHistory:
type: array
items:
type: string
queuedInstance:
type: string
nullable: true
Expand Down Expand Up @@ -224,6 +228,7 @@ required:
- profilePicOverride
- profilePicOverrideThumbnail
- pronouns
- pronounsHistory
- statusDescription
- pastDisplayNames
- hasEmail
Expand Down
1 change: 0 additions & 1 deletion openapi/components/schemas/FavoritedWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ required:
- id
- description
- name
- authorId
- authorName
- capacity
- imageUrl
Expand Down
3 changes: 3 additions & 0 deletions openapi/components/schemas/FileAnalysisAvatarStats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ properties:
type: integer
constraintCount:
type: integer
constraintDepth:
type: integer
contactCount:
type: integer
customExpressions:
Expand Down Expand Up @@ -97,6 +99,7 @@ required:
- bounds
- clothCount
- constraintCount
- constraintDepth
- contactCount
- customExpressions
- customizeAnimationLayers
Expand Down
2 changes: 2 additions & 0 deletions openapi/components/schemas/GroupLimitedMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ properties:
isSubscribedToAnnouncements:
type: boolean
default: false
isSubscribedToEventAnnouncements:
type: boolean
createdAt:
description: "Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user."
type: string
Expand Down
2 changes: 2 additions & 0 deletions openapi/components/schemas/GroupMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ properties:
isSubscribedToAnnouncements:
type: boolean
default: false
isSubscribedToEventAnnouncements:
type: boolean
createdAt:
description: "Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user."
type: string
Expand Down
2 changes: 2 additions & 0 deletions openapi/components/schemas/GroupMyMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ properties:
isSubscribedToAnnouncements:
type: boolean
default: true
isSubscribedToEventAnnouncements:
type: boolean
visibility:
type: string
example: visible
Expand Down
5 changes: 5 additions & 0 deletions openapi/components/schemas/LimitedUnityPackage.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
description: ''
properties:
created_at:
format: date-time
type: string
nullable: true
platform:
$ref: ./Platform.yaml
unityVersion:
example: 2022.3.6f1
minLength: 1
type: string
required:
- created_at
- platform
- unityVersion
title: LimitedUnityPackage
Expand Down
34 changes: 12 additions & 22 deletions openapi/components/schemas/ProductListing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,30 @@ type: object
properties:
active:
type: boolean
archived:
type: boolean
buyerRefundable:
type: boolean
created:
type: string
format: date-time
description:
type: string
displayName:
type: string
duration:
type: integer
nullable: true
durationType:
type: string
nullable: true
groupIcon:
$ref: ./FileID.yaml
nullable: true
groupId:
$ref: ./GroupID.yaml
groupName:
type: string
nullable: true
hasAvatar:
type: boolean
hasUdon:
type: boolean
hydratedProducts:
type: array
items:
Expand All @@ -34,8 +36,9 @@ properties:
imageId:
$ref: ./FileID.yaml
nullable: true
instant:
type: boolean
imageUrl:
type: string
nullable: true
listingType:
$ref: ./ProductListingType.yaml
listingVariants:
Expand Down Expand Up @@ -77,26 +80,15 @@ properties:
type: array
items:
$ref: ./Tag.yaml
updated:
type: string
format: date-time
nullable: true
required:
- active
- archived
- buyerRefundable
- created
- description
- displayName
- groupIcon
- groupId
- groupName
- hasAvatar
- hasUdon
- id
- imageId
- instant
- listingType
- listingVariants
- permanent
- priceTokens
- productIds
- productType
Expand All @@ -107,5 +99,3 @@ required:
- sellerId
- stackable
- storeIds
- tags
- updated
3 changes: 3 additions & 0 deletions openapi/components/schemas/TokenBundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ type: object
properties:
id:
type: string
appleProductId:
type: string
steamItemId:
type: string
oculusSku:
Expand All @@ -22,6 +24,7 @@ properties:
description: direct url to image
required:
- id
- appleProductId
- steamItemId
- oculusSku
- amount
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/Transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ properties:
$ref: ./TransactionAgreement.yaml
error:
type: string
nullable: true
isGift:
type: boolean
default: false
Expand Down