Asana · Schema
ProjectDuplicateRequest
CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the new project. |
| team | string | Sets the team of the new project. If team is not defined, the new project will be in the same team as the the original project. |
| include | string | A comma-separated list of elements that will be duplicated to the new project. Tasks are always included. ##### Fields - allocations - forms - members - notes - task_assignee - task_attachments - task |
| schedule_dates | object | A dictionary of options to auto-shift dates. `task_dates` must be included to use this option. Requires either `start_on` or `due_on`, but not both. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProjectDuplicateRequest",
"title": "ProjectDuplicateRequest",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"description": "The name of the new project.",
"type": "string",
"example": "New Project Name"
},
"team": {
"description": "Sets the team of the new project. If team is not defined, the new project will be in the same team as the the original project.",
"type": "string",
"example": "12345"
},
"include": {
"description": "A comma-separated list of elements that will be duplicated to the new project. Tasks are always included.\n##### Fields\n- allocations\n- forms\n- members\n- notes\n- task_assignee\n- task_attachments\n- task_dates\n- task_dependencies\n- task_followers\n- task_notes\n- task_projects\n- task_subtasks\n- task_tags",
"type": "string",
"pattern": "([allocations|members|notes|forms|task_notes|task_assignee|task_subtasks|task_attachments|task_dates|task_dependencies|task_followers|task_tags|task_projects])(,\\1)*",
"example": [
"allocations,members,notes,forms,task_notes,task_assignee,task_subtasks,task_attachments,task_dates,task_dependencies,task_followers,task_tags,task_projects"
]
},
"schedule_dates": {
"description": "A dictionary of options to auto-shift dates. `task_dates` must be included to use this option. Requires either `start_on` or `due_on`, but not both.",
"type": "object",
"required": [
"should_skip_weekends"
],
"properties": {
"should_skip_weekends": {
"description": "Determines if the auto-shifted dates should skip weekends.",
"type": "boolean",
"example": true
},
"due_on": {
"description": "Sets the last due date in the duplicated project to the given date. The rest of the due dates will be offset by the same amount as the due dates in the original project.",
"type": "string",
"example": "2019-05-21"
},
"start_on": {
"description": "Sets the first start date in the duplicated project to the given date. The rest of the start dates will be offset by the same amount as the start dates in the original project.",
"type": "string",
"example": "2019-05-21"
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asana-projectduplicaterequest"
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.