Autodesk · Schema

Extension

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
type string
version string
data object
View JSON Schema on GitHub

JSON Schema

autodesk-extension-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Extension",
  "title": "Extension",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "data": {
      "type": "object"
    }
  }
}