{ "type": "object", "properties": { "gifttransaction": { "type": "object", "properties": { "href": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" } }, "required": [ "href", "id" ] } }, "required": [ "gifttransaction" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Links3" }