{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Promotion", "title": "Promotion", "type": "object", "properties": { "code": { "type": "string", "description": "Promotion code" }, "title": { "type": "string", "description": "Promotion title" }, "description": { "type": "string", "description": "Promotion description" }, "promotionType": { "type": "string", "description": "Promotion type" } } }