{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamStatusEnum", "title": "EventStreamStatusEnum", "type": "string", "description": "Indicates whether the event stream is actively forwarding events.", "maxLength": 8, "enum": [ "enabled", "disabled" ] }