Skip to content

Commit c9592f9

Browse files
author
Jens Kürten
committed
update schema
1 parent f065e7e commit c9592f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

json_schemas/request.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,18 +2587,18 @@
25872587
"title": "Parts",
25882588
"type": "array"
25892589
},
2590-
"attached_documents": {
2590+
"attached_parts": {
25912591
"description": "Contains the original part(s) if a part is a copy",
25922592
"items": {
2593-
"$ref": "#/$defs/Document"
2593+
"$ref": "#/$defs/Part"
25942594
},
2595-
"title": "Attached Documents",
2595+
"title": "Attached Parts",
25962596
"type": "array"
25972597
}
25982598
},
25992599
"required": [
26002600
"parts",
2601-
"attached_documents"
2601+
"attached_parts"
26022602
],
26032603
"title": "PartCreateCheckData",
26042604
"type": "object"

0 commit comments

Comments
 (0)