{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ticket", "title": "ticket", "type": "object", "properties": { "id": { "type": "string" }, "client_id": { "type": "string" }, "authorized": { "type": "boolean" }, "created_at": { "type": "string", "format": "dateTime" } } }