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