We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065e7e commit c9592f9Copy full SHA for c9592f9
json_schemas/request.json
@@ -2587,18 +2587,18 @@
2587
"title": "Parts",
2588
"type": "array"
2589
},
2590
- "attached_documents": {
+ "attached_parts": {
2591
"description": "Contains the original part(s) if a part is a copy",
2592
"items": {
2593
- "$ref": "#/$defs/Document"
+ "$ref": "#/$defs/Part"
2594
2595
- "title": "Attached Documents",
+ "title": "Attached Parts",
2596
2597
}
2598
2599
"required": [
2600
"parts",
2601
- "attached_documents"
+ "attached_parts"
2602
],
2603
"title": "PartCreateCheckData",
2604
"type": "object"
0 commit comments