{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UcComment", "title": "UcComment", "properties": { "call_id": { "type": "string" }, "content": { "type": "string" }, "created_at": { "type": "string" }, "id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "content" ], "type": "object" }