Autodesk · Schema
Autodesk Project
A project represents a design or construction project within a hub. Projects contain folders, items, and versions that organize the project's design data and documents.
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability
Properties
| Name | Type | Description |
|---|---|---|
| type | string | The JSON:API resource type. |
| id | string | The unique project identifier, prefixed with 'b.' for BIM 360/ACC projects. |
| attributes | object | |
| relationships | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-search/autodesk/refs/heads/main/json-schema/autodesk-project.json",
"title": "Autodesk Project",
"description": "A project represents a design or construction project within a hub. Projects contain folders, items, and versions that organize the project's design data and documents.",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "projects",
"description": "The JSON:API resource type."
},
"id": {
"type": "string",
"description": "The unique project identifier, prefixed with 'b.' for BIM 360/ACC projects.",
"examples": ["b.12345678-abcd-efgh-ijkl-123456789012"]
},
"attributes": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The display name of the project."
},
"scopes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Access scopes the user has on this project."
},
"extension": {
"$ref": "#/$defs/Extension"
}
},
"required": ["name"]
},
"relationships": {
"type": "object",
"properties": {
"hub": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "hubs"
},
"id": {
"type": "string"
}
}
}
}
},
"rootFolder": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "folders"
},
"id": {
"type": "string"
}
}
}
}
},
"topFolders": {
"type": "object",
"properties": {
"links": {
"type": "object",
"properties": {
"related": {
"type": "object",
"properties": {
"href": {
"type": "string",
"format": "uri"
}
}
}
}
}
}
},
"issues": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
}
}
}
}
},
"required": ["type", "id"],
"$defs": {
"Extension": {
"type": "object",
"properties": {
"type": {
"type": "string",
"examples": ["projects:autodesk.bim360:Project", "projects:autodesk.core:Project"]
},
"version": {
"type": "string"
},
"data": {
"type": "object",
"additionalProperties": true
}
}
}
}
}
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/autodesk-project"
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.