Unified.to · Schema

TaskTask

IntegrationUnified-API

Properties

Name Type Description
assigned_user_ids object
attachment_ids object
completed_at string
created_at string
creator_user_id string
due_at string
follower_user_ids object
group_ids object
has_children boolean
id string
metadata object
name string
notes string
parent_id string
priority string
project_id string
raw object
status string
tags object
updated_at string
url string
View JSON Schema on GitHub

JSON Schema

unified-to-tasktask-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskTask",
  "title": "TaskTask",
  "properties": {
    "assigned_user_ids": {
      "$ref": "#/components/schemas/property_TaskTask_assigned_user_ids"
    },
    "attachment_ids": {
      "$ref": "#/components/schemas/property_TaskTask_attachment_ids"
    },
    "completed_at": {
      "format": "date-time",
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "creator_user_id": {
      "type": "string"
    },
    "due_at": {
      "format": "date-time",
      "type": "string"
    },
    "follower_user_ids": {
      "$ref": "#/components/schemas/property_TaskTask_follower_user_ids"
    },
    "group_ids": {
      "$ref": "#/components/schemas/property_TaskTask_group_ids"
    },
    "has_children": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "metadata": {
      "$ref": "#/components/schemas/property_TaskTask_metadata"
    },
    "name": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "project_id": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "status": {
      "enum": [
        "OPENED",
        "IN_PROGRESS",
        "COMPLETED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "tags": {
      "$ref": "#/components/schemas/property_TaskTask_tags"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unified-to-tasktask"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.