Unified.to · Schema

TaskChangeItem

IntegrationsUnified API

Properties

Name Type Description
field string
from string
to string
View JSON Schema on GitHub

JSON Schema

unified-to-taskchangeitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskChangeItem",
  "title": "TaskChangeItem",
  "properties": {
    "field": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "to": {
      "type": "string"
    }
  },
  "required": [
    "field"
  ],
  "type": "object"
}