Asana · Schema

GoalResponse

CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows

Properties

Name Type Description
gid string
resource_type string
name string
owner object
notes string
html_notes string
due_on string
start_on string
status string
liked boolean
num_likes integer
team object
workspace object
followers array
time_period object
metric object
View JSON Schema on GitHub

JSON Schema

asana-goalresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoalResponse",
  "title": "GoalResponse",
  "type": "object",
  "properties": {
    "gid": {
      "type": "string",
      "readOnly": true,
      "example": "12345"
    },
    "resource_type": {
      "type": "string",
      "readOnly": true,
      "example": "goal"
    },
    "name": {
      "type": "string",
      "example": "Grow web traffic by 30%"
    },
    "owner": {
      "type": "object",
      "properties": {
        "gid": {
          "type": "string"
        },
        "resource_type": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "notes": {
      "type": "string"
    },
    "html_notes": {
      "type": "string"
    },
    "due_on": {
      "type": "string",
      "format": "date",
      "nullable": true
    },
    "start_on": {
      "type": "string",
      "format": "date",
      "nullable": true
    },
    "status": {
      "type": "string"
    },
    "liked": {
      "type": "boolean"
    },
    "num_likes": {
      "type": "integer",
      "readOnly": true
    },
    "team": {
      "type": "object",
      "properties": {
        "gid": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "resource_type": {
          "type": "string"
        }
      }
    },
    "workspace": {
      "type": "object",
      "properties": {
        "gid": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "resource_type": {
          "type": "string"
        }
      }
    },
    "followers": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "gid": {
            "type": "string"
          },
          "resource_type": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        }
      }
    },
    "time_period": {
      "type": "object",
      "properties": {
        "gid": {
          "type": "string"
        },
        "resource_type": {
          "type": "string"
        }
      }
    },
    "metric": {
      "type": "object",
      "properties": {
        "gid": {
          "type": "string"
        },
        "resource_type": {
          "type": "string"
        },
        "resource_subtype": {
          "type": "string"
        },
        "precision": {
          "type": "integer"
        },
        "unit": {
          "type": "string"
        },
        "currency_code": {
          "type": "string",
          "nullable": true
        },
        "current_number_value": {
          "type": "number"
        },
        "target_number_value": {
          "type": "number"
        },
        "initial_number_value": {
          "type": "number"
        },
        "progress_source": {
          "type": "string",
          "enum": [
            "manual",
            "subgoal_progress",
            "project_task_completion",
            "project_milestone_completion",
            "task_completion",
            "external"
          ]
        }
      }
    }
  }
}

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-goalresponse"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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