Skip to content

Commit 7b3df10

Browse files
author
Jens Kürten
committed
schemas
1 parent de3ff40 commit 7b3df10

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

json_schemas/request.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -805,21 +805,12 @@
805805
},
806806
"title": "Linked Parts",
807807
"type": "array"
808-
},
809-
"linked_documents": {
810-
"description": "Related documents (e.g. source document)",
811-
"items": {
812-
"$ref": "#/$defs/Document"
813-
},
814-
"title": "Linked Documents",
815-
"type": "array"
816808
}
817809
},
818810
"required": [
819811
"document",
820812
"action",
821-
"linked_parts",
822-
"linked_documents"
813+
"linked_parts"
823814
],
824815
"title": "DocumentFieldCalculationData",
825816
"type": "object"
@@ -2664,21 +2655,12 @@
26642655
},
26652656
"title": "Linked Documents",
26662657
"type": "array"
2667-
},
2668-
"linked_parts": {
2669-
"description": "Related parts (e.g. source part)",
2670-
"items": {
2671-
"$ref": "#/$defs/Part"
2672-
},
2673-
"title": "Linked Parts",
2674-
"type": "array"
26752658
}
26762659
},
26772660
"required": [
26782661
"part",
26792662
"action",
2680-
"linked_documents",
2681-
"linked_parts"
2663+
"linked_documents"
26822664
],
26832665
"title": "PartFieldCalculationData",
26842666
"type": "object"

0 commit comments

Comments
 (0)