{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventA0PurposeEnum", "title": "EventStreamCloudEventA0PurposeEnum", "type": "string", "description": "The purpose of this event. This field will typically appear only in special cases\nsuch as sending a test event. For normal events, this field will be omitted.", "enum": [ "test" ] }