Product Option `option_value`.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/productOptionOptionValue_Full", "title": "productOptionOptionValue_Full", "description": "Product Option `option_value`.", "allOf": [ { "$ref": "#/components/schemas/productOptionOptionValue_Base" }, { "type": "object", "properties": { "id": { "type": "integer", "description": "The unique numeric ID of the value; increments sequentially.\n" } } } ], "x-internal": false }