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
31 changes: 29 additions & 2 deletions openapi/components/schemas/Avatar.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
description: ''
properties:
acknowledgements:
type: string
assetUrl:
description: 'Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`.'
description: 'Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`.'
minLength: 1
type: string
assetUrlObject:
description: |-
Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`.
Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`.
**Deprecation:** `Object` has unknown usage/fields, and is always empty. Use normal `Url` field instead.
type: object
authorId:
Expand All @@ -23,14 +25,39 @@ properties:
featured:
default: false
type: boolean
highestPrice:
type: integer
id:
$ref: ./AvatarID.yaml
imageUrl:
minLength: 1
type: string
lock:
type: boolean
lowestPrice:
type: integer
name:
minLength: 1
type: string
productId:
type: string
publishedListings:
type: array
items:
type: object
properties:
description:
type: string
displayName:
type: string
imageId:
type: string
listingId:
type: string
listingType:
type: string
priceTokens:
type: integer
releaseStatus:
$ref: ./ReleaseStatus.yaml
styles:
Expand Down
2 changes: 2 additions & 0 deletions openapi/components/schemas/FileAnalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ properties:
created_at:
type: string
format: date-time
encryptionKey:
type: string
fileSize:
type: integer
performanceRating:
Expand Down