Unified.to · Schema

TaskChange

IntegrationsUnified API

Properties

Name Type Description
created_at string
id string
items object
raw object
task_id string
updated_at string
user_id string
View JSON Schema on GitHub

JSON Schema

unified-to-taskchange-schema.json Raw ↑
{
  "$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"
}