Autodesk · Schema

ServiceLimits

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
frontendLimits object
backendLimits object
View JSON Schema on GitHub

JSON Schema

autodesk-servicelimits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceLimits",
  "title": "ServiceLimits",
  "type": "object",
  "properties": {
    "frontendLimits": {
      "type": "object",
      "properties": {
        "limitMonthlyProcessingTimeInHours": {
          "type": "number"
        }
      }
    },
    "backendLimits": {
      "type": "object"
    }
  }
}