Skip to content

Commit 05d6bb1

Browse files
authored
Add avatar marketplace info (#465)
* Add avatar marketplace info * Remove searchable (already implemented) * Change tokens to number
1 parent 086abc0 commit 05d6bb1

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

openapi/components/schemas/Avatar.yaml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
description: ''
22
properties:
3+
acknowledgements:
4+
type: string
35
assetUrl:
4-
description: 'Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`.'
6+
description: 'Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`.'
57
minLength: 1
68
type: string
79
assetUrlObject:
810
description: |-
9-
Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`.
11+
Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`.
1012
**Deprecation:** `Object` has unknown usage/fields, and is always empty. Use normal `Url` field instead.
1113
type: object
1214
authorId:
@@ -23,14 +25,39 @@ properties:
2325
featured:
2426
default: false
2527
type: boolean
28+
highestPrice:
29+
type: integer
2630
id:
2731
$ref: ./AvatarID.yaml
2832
imageUrl:
2933
minLength: 1
3034
type: string
35+
lock:
36+
type: boolean
37+
lowestPrice:
38+
type: integer
3139
name:
3240
minLength: 1
3341
type: string
42+
productId:
43+
type: string
44+
publishedListings:
45+
type: array
46+
items:
47+
type: object
48+
properties:
49+
description:
50+
type: string
51+
displayName:
52+
type: string
53+
imageId:
54+
type: string
55+
listingId:
56+
type: string
57+
listingType:
58+
type: string
59+
priceTokens:
60+
type: integer
3461
releaseStatus:
3562
$ref: ./ReleaseStatus.yaml
3663
searchable:

openapi/components/schemas/FileAnalysis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ properties:
66
created_at:
77
type: string
88
format: date-time
9+
encryptionKey:
10+
type: string
911
fileSize:
1012
type: integer
1113
performanceRating:

0 commit comments

Comments
 (0)