{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/luma/main/json-schema/v1_events_create_post_200_response.json", "title": "V1 Events Create Post 200 Response", "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }