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