{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.gladia.io/schemas/LiveEventPayload", "title": "LiveEventPayload", "type": "object", "properties": { "id": { "type": "string", "description": "Id of the job", "format": "uuid", "example": "45463597-20b7-4af7-b3b3-f5fb778203ab" } }, "required": [ "id" ] }