Skip to content

Commit 81e1c61

Browse files
author
shopwareBot
committed
[create-pull-request] automated change
1 parent 5bbf36d commit 81e1c61

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

storeapi.json

+17-25
Original file line numberDiff line numberDiff line change
@@ -3048,10 +3048,10 @@
30483048
"required": [
30493049
"id",
30503050
"documentTypeId",
3051-
"fileType",
30523051
"orderId",
30533052
"config",
3054-
"deepLinkCode"
3053+
"deepLinkCode",
3054+
"fileType"
30553055
],
30563056
"properties": {
30573057
"id": {
@@ -3064,10 +3064,6 @@
30643064
"pattern": "^[0-9a-f]{32}$",
30653065
"description": "Unique identity of document type."
30663066
},
3067-
"fileType": {
3068-
"type": "string",
3069-
"description": "Type of file like PDF."
3070-
},
30713067
"referencedDocumentId": {
30723068
"type": "string",
30733069
"pattern": "^[0-9a-f]{32}$",
@@ -3083,6 +3079,10 @@
30833079
"pattern": "^[0-9a-f]{32}$",
30843080
"description": "Unique identity of document media file."
30853081
},
3082+
"documentA11yMediaFileId": {
3083+
"type": "string",
3084+
"pattern": "^[0-9a-f]{32}$"
3085+
},
30863086
"orderVersionId": {
30873087
"type": "string",
30883088
"pattern": "^[0-9a-f]{32}$",
@@ -3123,6 +3123,10 @@
31233123
"type": "object",
31243124
"description": "Additional fields that offer a possibility to add own fields for the different program-areas."
31253125
},
3126+
"fileType": {
3127+
"type": "string",
3128+
"description": "Type of file like PDF."
3129+
},
31263130
"createdAt": {
31273131
"type": "string",
31283132
"format": "date-time",
@@ -3150,6 +3154,9 @@
31503154
},
31513155
"documentMediaFile": {
31523156
"$ref": "#/components/schemas/Media"
3157+
},
3158+
"documentA11yMediaFile": {
3159+
"$ref": "#/components/schemas/Media"
31533160
}
31543161
},
31553162
"type": "object"
@@ -11143,25 +11150,10 @@
1114311150
"type": "object"
1114411151
},
1114511152
"BreadcrumbCollection": {
11146-
"type": "object",
11147-
"properties": {
11148-
"breadcrumbs": {
11149-
"type": "array",
11150-
"items": {
11151-
"$ref": "#/components/schemas/Breadcrumb"
11152-
}
11153-
},
11154-
"apiAlias": {
11155-
"type": "string",
11156-
"enum": [
11157-
"breadcrumb_collection"
11158-
]
11159-
}
11160-
},
11161-
"required": [
11162-
"breadcrumbs",
11163-
"apiAlias"
11164-
]
11153+
"type": "array",
11154+
"items": {
11155+
"$ref": "#/components/schemas/Breadcrumb"
11156+
}
1116511157
},
1116611158
"CrossSellingElementCollection": {
1116711159
"type": "array",

0 commit comments

Comments
 (0)