{ "type": "object", "name": "Subscription8", "properties": { "createdDate": { "type": "string" }, "modifiedDate": { "type": "string" }, "eventType": { "type": "string" }, "objectType": { "type": "string" }, "fullPayload": { "type": "boolean" }, "subscriptionId": { "type": "string" } }, "required": [ "createdDate", "modifiedDate", "eventType", "objectType", "subscriptionId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }