Asana · Schema

PortfolioMembershipCompactResponse

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow
View JSON Schema on GitHub

JSON Schema

asana-portfoliomembershipcompactresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortfolioMembershipCompactResponse",
  "title": "PortfolioMembershipCompactResponse",
  "allOf": [
    {
      "$ref": "#/components/schemas/PortfolioMembershipCompact"
    },
    {
      "type": "object",
      "properties": {
        "resource_type": {
          "description": "The base type of this resource.",
          "type": "string",
          "example": "membership"
        },
        "resource_subtype": {
          "description": "Type of the membership.",
          "type": "string",
          "example": "portfolio_membership"
        }
      }
    }
  ]
}