Asana · Schema

ProjectTemplateBase

CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows
View JSON Schema on GitHub

JSON Schema

asana-projecttemplatebase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectTemplateBase",
  "title": "ProjectTemplateBase",
  "allOf": [
    {
      "$ref": "#/components/schemas/ProjectTemplateCompact"
    },
    {
      "type": "object",
      "properties": {
        "description": {
          "description": "Free-form textual information associated with the project template",
          "type": "string",
          "example": "These are things we need to pack for a trip."
        },
        "html_description": {
          "description": "The description of the project template with formatting as HTML.",
          "type": "string",
          "example": "<body>These are things we need to pack for a trip.</body>"
        },
        "public": {
          "description": "True if the project template is public to its team.",
          "type": "boolean",
          "example": false
        },
        "owner": {
          "description": "The current owner of the project template, may be null.",
          "allOf": [
            {
              "$ref": "#/components/schemas/UserCompact"
            },
            {
              "type": "object",
              "nullable": true
            }
          ]
        },
        "team": {
          "allOf": [
            {
              "$ref": "#/components/schemas/TeamCompact"
            }
          ]
        },
        "requested_dates": {
          "description": "Array of date variables in this project template. Calendar dates must be provided for these variables when instantiating a project.",
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/DateVariableCompact"
          },
          "readOnly": true
        },
        "color": {
          "description": "Color of the project template.",
          "type": "string",
          "nullable": true,
          "enum": [
            "dark-pink",
            "dark-green",
            "dark-blue",
            "dark-red",
            "dark-teal",
            "dark-brown",
            "dark-orange",
            "dark-purple",
            "dark-warm-gray",
            "light-pink",
            "light-green",
            "light-blue",
            "light-red",
            "light-teal",
            "light-brown",
            "light-orange",
            "light-purple",
            "light-warm-gray",
            null
          ],
          "example": "light-green"
        },
        "requested_roles": {
          "description": "Array of template roles in this project template. User Ids can be provided for these variables when instantiating a project to assign template tasks to the user.",
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/TemplateRole"
          }
        }
      }
    }
  ]
}

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/asana-projecttemplatebase"
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.