{ "type": "object", "name": "Detail3", "properties": { "success": { "type": "boolean" }, "links": { "type": "object", "properties": { "gifttransaction": { "type": "object", "properties": { "href": { "type": "string" }, "id": { "type": "string" } }, "required": [ "href", "id" ] } }, "required": [ "gifttransaction" ] } }, "required": [ "success", "links" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }