Asana · Schema

GoalRelationshipRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
contribution_weight number
supporting_resource string
View JSON Schema on GitHub

JSON Schema

asana-goalrelationshiprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoalRelationshipRequest",
  "title": "GoalRelationshipRequest",
  "type": "object",
  "properties": {
    "contribution_weight": {
      "type": "number"
    },
    "supporting_resource": {
      "type": "string"
    }
  }
}