Autodesk · Schema

FormatsResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
formats object
View JSON Schema on GitHub

JSON Schema

autodesk-formatsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormatsResponse",
  "title": "FormatsResponse",
  "type": "object",
  "properties": {
    "formats": {
      "type": "object",
      "additionalProperties": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}