{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ItemsRefund", "title": "ItemsRefund", "x-internal": false, "oneOf": [ { "$ref": "#/components/schemas/AmountBoundItem" }, { "$ref": "#/components/schemas/QuantityBoundItem" }, { "$ref": "#/components/schemas/TaxExemptItem" } ], "x-examples": {} }