{ "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "links": { "type": "object", "properties": { "account": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] }, "gifttransaction": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] }, "giftcommitment": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] }, "paymentinstrument": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] }, "gifttransactiondesignation": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] } } }, "required": [ "account", "gifttransaction", "giftcommitment", "paymentinstrument", "gifttransactiondesignation" ] } }, "required": [ "success", "links" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Detail" }