{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-new-fai-schema.json", "title": "NewFai", "description": "NewFai 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" }, "part_number": { "$ref": "#/components/schemas/part_number" }, "rev": { "$ref": "#/components/schemas/rev" }, "fai_type": { "$ref": "#/components/schemas/fai_type" }, "number_of_parts": { "$ref": "#/components/schemas/number_of_parts" }, "customer_name": { "$ref": "#/components/schemas/customer_name" }, "supplier_name": { "$ref": "#/components/schemas/supplier_name" } } }