Common Product Variant Option properties.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/productVariantOptionValue_Base", "title": "productVariantOptionValue_Base", "type": "object", "properties": { "id": { "type": "integer", "description": "`option_value` ID.", "example": 146 }, "option_id": { "type": "integer", "description": "`option` ID.", "example": 151 } }, "description": "Common Product Variant Option properties.", "x-internal": false }