Autodesk · Schema

ModelsResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
models array
View JSON Schema on GitHub

JSON Schema

autodesk-modelsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelsResponse",
  "title": "ModelsResponse",
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "modelId": {
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "urn": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "lastSyncTime": {
            "type": "string",
            "format": "date-time"
          }
        }
      }
    }
  }
}