{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-lot-size-schema.json", "title": "lot_size", "description": "Number of parts in lot being inspected", "type": "integer", "format": "int32", "minimum": 0, "example": 100 }