{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamSubscription", "title": "EventStreamSubscription", "type": "object", "description": "Event types", "additionalProperties": false, "properties": { "event_type": { "type": "string" } } }