{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RefundQuote_Post", "title": "RefundQuote_Post", "type": "object", "description": "Request body for refund quotes.", "x-internal": false, "x-examples": {}, "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ItemsRefund" } } }, "required": [ "items" ] }