{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Variation", "title": "Variation", "description": "A variation.", "type": "object", "properties": { "description": { "description": "The description.", "type": "string" }, "external_id": { "description": "The external identifier.", "type": "string" }, "name": { "description": "The name.", "type": "string" }, "uuid": { "description": "The identifier.", "type": "string" } }, "x-internal": false }