NewMfgInspection schema from 1Factory API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-new-mfg-inspection-schema.json", "title": "NewMfgInspection", "description": "NewMfgInspection schema from 1Factory API", "allOf": [ { "$ref": "#/components/schemas/NewInspection" }, { "type": "object", "properties": { "customer_name": { "$ref": "#/components/schemas/customer_name" }, "machines": { "$ref": "#/components/schemas/machines" }, "operation": { "$ref": "#/components/schemas/operation" } } } ] }