{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductOptionSelection", "title": "Product Option Selection", "type": "object", "properties": { "option_id": { "type": "number" }, "option_value": { "type": "string" } }, "x-internal": false }