Skip to content

Commit 923f06c

Browse files
author
Jens Kürten
committed
update schema jspn
1 parent 36d9b0f commit 923f06c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

json_schemas/request.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -754,20 +754,11 @@
754754
},
755755
"title": "Attached Parts",
756756
"type": "array"
757-
},
758-
"attached_documents": {
759-
"description": "Contains the original document(s) if a document is a copy",
760-
"items": {
761-
"$ref": "#/$defs/Document"
762-
},
763-
"title": "Attached Documents",
764-
"type": "array"
765757
}
766758
},
767759
"required": [
768760
"documents",
769-
"attached_parts",
770-
"attached_documents"
761+
"attached_parts"
771762
],
772763
"title": "DocumentCreateCheckData",
773764
"type": "object"
@@ -2587,18 +2578,18 @@
25872578
"title": "Parts",
25882579
"type": "array"
25892580
},
2590-
"attached_parts": {
2591-
"description": "Contains the original part(s) if a part is a copy",
2581+
"attached_documents": {
2582+
"description": "List of documents that are referenced by the parts.",
25922583
"items": {
2593-
"$ref": "#/$defs/Part"
2584+
"$ref": "#/$defs/Document"
25942585
},
2595-
"title": "Attached Parts",
2586+
"title": "Attached Documents",
25962587
"type": "array"
25972588
}
25982589
},
25992590
"required": [
26002591
"parts",
2601-
"attached_parts"
2592+
"attached_documents"
26022593
],
26032594
"title": "PartCreateCheckData",
26042595
"type": "object"
@@ -2639,10 +2630,19 @@
26392630
},
26402631
"title": "Parts",
26412632
"type": "array"
2633+
},
2634+
"attached_documents": {
2635+
"description": "List of documents that are referenced by the parts.",
2636+
"items": {
2637+
"$ref": "#/$defs/Document"
2638+
},
2639+
"title": "Attached Documents",
2640+
"type": "array"
26422641
}
26432642
},
26442643
"required": [
2645-
"parts"
2644+
"parts",
2645+
"attached_documents"
26462646
],
26472647
"title": "PartModifyCheckData",
26482648
"type": "object"

0 commit comments

Comments
 (0)