diff --git a/openapi/components/schemas/Avatar.yaml b/openapi/components/schemas/Avatar.yaml index 49cd5306..34a478d8 100644 --- a/openapi/components/schemas/Avatar.yaml +++ b/openapi/components/schemas/Avatar.yaml @@ -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: @@ -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: diff --git a/openapi/components/schemas/FileAnalysis.yaml b/openapi/components/schemas/FileAnalysis.yaml index f46f4e95..de417ce4 100644 --- a/openapi/components/schemas/FileAnalysis.yaml +++ b/openapi/components/schemas/FileAnalysis.yaml @@ -6,6 +6,8 @@ properties: created_at: type: string format: date-time + encryptionKey: + type: string fileSize: type: integer performanceRating: