{ "type": "object", "name": "Links", "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }