{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-id-schema.json", "title": "ID", "description": "Unique identifier for the Inspection, assigned by 1Factory.", "type": "integer", "format": "int32", "example": 12345, "readOnly": true }