{ "type": "object", "name": "Detail1", "properties": { "success": { "type": "boolean" }, "errors": { "type": "object", "properties": { "field": { "type": "string" }, "message": { "type": "string" } }, "required": [ "field", "message" ] }, "links": { "type": "object", "properties": { "account": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "gifttransaction": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "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" ] }, "gifttransactiondesignation": { "type": "array", "description": "", "items": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] } } }, "required": [ "account", "gifttransaction", "giftcommitment", "paymentinstrument", "gifttransactiondesignation" ] } }, "required": [ "success" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }