{ "type": "object", "name": "RenewedContract", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "Id": { "type": "string" } }, "required": [ "attributes", "Id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }