Asana · Schema

BatchRequest

A request object for use in a batch request.

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
actions array
View JSON Schema on GitHub

JSON Schema

asana-batchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchRequest",
  "title": "BatchRequest",
  "description": "A request object for use in a batch request.",
  "type": "object",
  "properties": {
    "actions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BatchRequestAction"
      }
    }
  }
}