{ "type": "object", "name": "Detail14", "properties": { "success": { "type": "boolean" }, "errors": { "type": "object", "properties": { "field": { "type": "string" }, "message": { "type": "string" } }, "required": [ "field", "message" ] }, "links": { "type": "object", "properties": { "giftcommitment": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "paymentinstrument": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] } }, "required": [ "giftcommitment", "paymentinstrument" ] } }, "required": [ "success" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }