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