{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TicketingNote", "title": "TicketingNote", "properties": { "created_at": { "format": "date-time", "type": "string" }, "customer_id": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "ticket_id": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" } }, "type": "object" }