diff --git a/storeapi.json b/storeapi.json index a142114..c4e5351 100644 --- a/storeapi.json +++ b/storeapi.json @@ -3048,10 +3048,10 @@ "required": [ "id", "documentTypeId", - "fileType", "orderId", "config", - "deepLinkCode" + "deepLinkCode", + "fileType" ], "properties": { "id": { @@ -3064,10 +3064,6 @@ "pattern": "^[0-9a-f]{32}$", "description": "Unique identity of document type." }, - "fileType": { - "type": "string", - "description": "Type of file like PDF." - }, "referencedDocumentId": { "type": "string", "pattern": "^[0-9a-f]{32}$", @@ -3083,6 +3079,10 @@ "pattern": "^[0-9a-f]{32}$", "description": "Unique identity of document media file." }, + "documentA11yMediaFileId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, "orderVersionId": { "type": "string", "pattern": "^[0-9a-f]{32}$", @@ -3123,6 +3123,10 @@ "type": "object", "description": "Additional fields that offer a possibility to add own fields for the different program-areas." }, + "fileType": { + "type": "string", + "description": "Type of file like PDF." + }, "createdAt": { "type": "string", "format": "date-time", @@ -3150,6 +3154,9 @@ }, "documentMediaFile": { "$ref": "#/components/schemas/Media" + }, + "documentA11yMediaFile": { + "$ref": "#/components/schemas/Media" } }, "type": "object" @@ -11143,25 +11150,10 @@ "type": "object" }, "BreadcrumbCollection": { - "type": "object", - "properties": { - "breadcrumbs": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Breadcrumb" - } - }, - "apiAlias": { - "type": "string", - "enum": [ - "breadcrumb_collection" - ] - } - }, - "required": [ - "breadcrumbs", - "apiAlias" - ] + "type": "array", + "items": { + "$ref": "#/components/schemas/Breadcrumb" + } }, "CrossSellingElementCollection": { "type": "array",