{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.qualtrics.com/schemas/EventSubscriptionsResponse.json", "title": "EventSubscriptionsResponse", "type": "object", "properties": { "result": { "type": "object", "properties": { "result": { "type": "object", "properties": { "id": { "type": "string" } } }, "meta": { "type": "object", "properties": { "httpStatus": { "type": "string" } } } } }, "meta": { "type": "object", "properties": { "requestId": { "type": "string" }, "httpStatus": { "type": "string" } } } } }