{ "type": "object", "name": "Status201-CreateGiftSuccess", "properties": { "successes": { "type": "integer" }, "failures": { "type": "integer" }, "notProcessed": { "type": "integer" }, "details": { "type": "array", "description": "", "items": { "type": "object", "properties": { "success": { "type": "boolean" }, "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": "object" }, "id": { "type": "object" } }, "required": [ "href", "id" ] } } }, "required": [ "account", "gifttransaction", "giftcommitment", "paymentinstrument", "gifttransactiondesignation" ] } }, "required": [ "success", "links" ] } } }, "required": [ "successes", "failures", "notProcessed", "details" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }