{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-structure/1factory-fai-detail-structure.json", "name": "FaiDetail", "description": "Detailed first-article inspection data, including feature specifications and measurement data.", "type": "object", "allOf": [ { "$ref": "#/components/schemas/Fai" }, { "type": "object", "properties": { "specifications": { "type": "array", "minItems": 1, "items": { "$ref": "#/components/schemas/Specification" } }, "part_data": { "type": "array", "minItems": 0, "items": { "$ref": "#/components/schemas/PartData" } } } } ] }