{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-structure/1factory-part-number-structure.json", "name": "part_number", "description": "Part number. Together with rev, uniquely identifies a part.", "type": "string", "minLength": 1, "maxLength": 255, "example": "10-12345-12" }