File tree 1 file changed +17
-25
lines changed
1 file changed +17
-25
lines changed Original file line number Diff line number Diff line change 3048
3048
"required": [
3049
3049
"id",
3050
3050
"documentTypeId",
3051
- "fileType",
3052
3051
"orderId",
3053
3052
"config",
3054
- "deepLinkCode"
3053
+ "deepLinkCode",
3054
+ "fileType"
3055
3055
],
3056
3056
"properties": {
3057
3057
"id": {
3064
3064
"pattern": "^[0-9a-f]{32}$",
3065
3065
"description": "Unique identity of document type."
3066
3066
},
3067
- "fileType": {
3068
- "type": "string",
3069
- "description": "Type of file like PDF."
3070
- },
3071
3067
"referencedDocumentId": {
3072
3068
"type": "string",
3073
3069
"pattern": "^[0-9a-f]{32}$",
3083
3079
"pattern": "^[0-9a-f]{32}$",
3084
3080
"description": "Unique identity of document media file."
3085
3081
},
3082
+ "documentA11yMediaFileId": {
3083
+ "type": "string",
3084
+ "pattern": "^[0-9a-f]{32}$"
3085
+ },
3086
3086
"orderVersionId": {
3087
3087
"type": "string",
3088
3088
"pattern": "^[0-9a-f]{32}$",
3123
3123
"type": "object",
3124
3124
"description": "Additional fields that offer a possibility to add own fields for the different program-areas."
3125
3125
},
3126
+ "fileType": {
3127
+ "type": "string",
3128
+ "description": "Type of file like PDF."
3129
+ },
3126
3130
"createdAt": {
3127
3131
"type": "string",
3128
3132
"format": "date-time",
3150
3154
},
3151
3155
"documentMediaFile": {
3152
3156
"$ref": "#/components/schemas/Media"
3157
+ },
3158
+ "documentA11yMediaFile": {
3159
+ "$ref": "#/components/schemas/Media"
3153
3160
}
3154
3161
},
3155
3162
"type": "object"
@@ -11143,25 +11150,10 @@
11143
11150
"type": "object"
11144
11151
},
11145
11152
"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
+ }
11165
11157
},
11166
11158
"CrossSellingElementCollection": {
11167
11159
"type": "array",
You can’t perform that action at this time.
0 commit comments