{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventPutResponseWithId", "title": "EventPutResponseWithId", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEVfRVZFTlQvUTJWdWRISmhiRjlhYjI1bFgwUmhlVjlUYUdsbWRBPT0", "description": "Identifier for a event." } } }