Skip to content

Commit 00c4df6

Browse files
author
Jens Kürten
committed
fix: update schema json
1 parent b866657 commit 00c4df6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

json_schemas/request.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,21 @@
201201
"part": {
202202
"$ref": "#/$defs/Part",
203203
"description": "Part of the BOM item"
204+
},
205+
"documents": {
206+
"description": "List of documents that are referenced by the part.",
207+
"items": {
208+
"$ref": "#/$defs/Document"
209+
},
210+
"title": "Documents",
211+
"type": "array"
204212
}
205213
},
206214
"required": [
207215
"bom_item",
208216
"action",
209-
"part"
217+
"part",
218+
"documents"
210219
],
211220
"title": "BOMItemFieldCalculationData",
212221
"type": "object"

0 commit comments

Comments
 (0)