{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/productVariantOptionValue_Full", "title": "productVariantOptionValue_Full", "allOf": [ { "type": "object", "properties": { "option_display_name": { "maxLength": 255, "minLength": 1, "type": "string", "description": "The name of the option.\n", "example": "Color", "x-required": [ "post" ] }, "label": { "maxLength": 255, "minLength": 1, "type": "string", "description": "The label of the option value.\n", "example": "Beige", "x-required": [ "post" ] } } }, { "$ref": "#/components/schemas/productVariantOptionValue_Base" } ], "x-internal": false }