{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-new-inspection-schema.json", "title": "NewInspection", "description": "NewInspection schema from 1Factory API", "type": "object", "properties": { "insp_ident_1": { "$ref": "#/components/schemas/insp_ident_1" }, "insp_ident_2": { "$ref": "#/components/schemas/insp_ident_2" }, "insp_ident_3": { "$ref": "#/components/schemas/insp_ident_3" }, "part_number": { "$ref": "#/components/schemas/part_number" }, "rev": { "$ref": "#/components/schemas/rev" }, "inspection_type": { "$ref": "#/components/schemas/inspection_type" }, "lot_size": { "$ref": "#/components/schemas/lot_size" } } }