Autodesk · Schema

ObjectTreeResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

autodesk-objecttreeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectTreeResponse",
  "title": "ObjectTreeResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "objects"
        },
        "objects": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ObjectNode"
          }
        }
      }
    }
  }
}