Autodesk · Schema

Autodesk Version

A version represents a specific revision of an item in the Autodesk Data Management system. Each time a file is uploaded or modified, a new version is created, enabling version history tracking and rollback capabilities.

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
type string The JSON:API resource type.
id string The unique version identifier (URN).
attributes object
relationships object
View JSON Schema on GitHub

JSON Schema

autodesk-version.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-search/autodesk/refs/heads/main/json-schema/autodesk-version.json",
  "title": "Autodesk Version",
  "description": "A version represents a specific revision of an item in the Autodesk Data Management system. Each time a file is uploaded or modified, a new version is created, enabling version history tracking and rollback capabilities.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "versions",
      "description": "The JSON:API resource type."
    },
    "id": {
      "type": "string",
      "description": "The unique version identifier (URN).",
      "examples": ["urn:adsk.wipprod:fs.file:vf.abcdefgh-1234?version=1"]
    },
    "attributes": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The version name/filename."
        },
        "displayName": {
          "type": "string",
          "description": "The display name."
        },
        "versionNumber": {
          "type": "integer",
          "description": "The version number (1-based).",
          "minimum": 1
        },
        "mimeType": {
          "type": "string",
          "description": "The MIME type of the file."
        },
        "fileType": {
          "type": "string",
          "description": "The file extension."
        },
        "storageSize": {
          "type": "integer",
          "description": "The file size in bytes."
        },
        "createTime": {
          "type": "string",
          "format": "date-time"
        },
        "createUserId": {
          "type": "string"
        },
        "createUserName": {
          "type": "string"
        },
        "lastModifiedTime": {
          "type": "string",
          "format": "date-time"
        },
        "lastModifiedUserId": {
          "type": "string"
        },
        "lastModifiedUserName": {
          "type": "string"
        },
        "extension": {
          "$ref": "#/$defs/Extension"
        }
      }
    },
    "relationships": {
      "type": "object",
      "properties": {
        "item": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string",
                  "const": "items"
                },
                "id": {
                  "type": "string"
                }
              }
            }
          }
        },
        "storage": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string",
                  "const": "objects"
                },
                "id": {
                  "type": "string"
                }
              }
            }
          }
        },
        "derivatives": {
          "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": [
            "versions:autodesk.bim360:File",
            "versions:autodesk.core:File",
            "versions:autodesk.bim360:C4RModel"
          ]
        },
        "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/autodesk-version"
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.