{ "type": "object", "name": "Context", "properties": { "masterContractId": { "type": "['string', 'null']" }, "renewedContracts": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "Id": { "type": "string" } }, "required": [ "attributes", "Id" ] } } }, "required": [ "masterContractId", "renewedContracts" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }