File tree Expand file tree Collapse file tree
openapi/components/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11description : ' '
22properties :
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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments