Autodesk · Schema

SchemaResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
schemas array
View JSON Schema on GitHub

JSON Schema

autodesk-schemaresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemaResponse",
  "title": "SchemaResponse",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "version": {
            "type": "integer"
          },
          "attrs": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "category": {
                  "type": "string"
                },
                "dataType": {
                  "type": "integer"
                },
                "flags": {
                  "type": "integer"
                },
                "forgeUnit": {
                  "type": "string"
                },
                "forgeSpec": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}