{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaRefund", "title": "MetaRefund", "type": "object", "properties": { "failure": { "type": "integer" }, "success": { "type": "integer" }, "total": { "type": "integer" } }, "description": "Describes refund failures, success and totals.", "x-internal": false, "x-examples": { "example-1": { "failure": 0, "success": 0, "total": 0 } } }