{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskChange", "title": "TaskChange", "properties": { "created_at": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "items": { "$ref": "#/components/schemas/property_TaskChange_items" }, "raw": { "additionalProperties": true, "type": "object" }, "task_id": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" } }, "type": "object" }