File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 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"
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"
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"
You can’t perform that action at this time.
0 commit comments