{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/productOption_Full", "title": "productOption_Full", "allOf": [ { "$ref": "#/components/schemas/productOption_Base" }, { "type": "object", "properties": { "name": { "type": "string", "description": "The unique option name, auto-generated from the display name, a timestamp, and the product ID.\n", "example": "Add-a-$5-Donation1535042499-187" } } } ], "x-internal": false }