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 b866657 commit 00c4df6Copy full SHA for 00c4df6
json_schemas/request.json
@@ -201,12 +201,21 @@
201
"part": {
202
"$ref": "#/$defs/Part",
203
"description": "Part of the BOM item"
204
+ },
205
+ "documents": {
206
+ "description": "List of documents that are referenced by the part.",
207
+ "items": {
208
+ "$ref": "#/$defs/Document"
209
210
+ "title": "Documents",
211
+ "type": "array"
212
}
213
},
214
"required": [
215
"bom_item",
216
"action",
- "part"
217
+ "part",
218
+ "documents"
219
],
220
"title": "BOMItemFieldCalculationData",
221
"type": "object"
0 commit comments