Autodesk · Schema

SystemsResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

autodesk-systemsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SystemsResponse",
  "title": "SystemsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system": {
            "type": "string",
            "description": "System identifier (data, derivative, adsk.c4r, adsk.docs)."
          }
        }
      }
    }
  }
}