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