{ "type": "object", "name": "Links7", "properties": { "giftcommitment": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "giftcommitmentschedule": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "giftdefaultdesignation": { "type": "array", "description": "", "items": { "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" ] }, "paymentinstrument": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] }, "account": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] } }, "required": [ "giftcommitment", "giftcommitmentschedule", "giftdefaultdesignation", "gifttransaction", "paymentinstrument", "account" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }