Autodesk · Schema

Engine

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
productVersion string
description string
version integer
id string
View JSON Schema on GitHub

JSON Schema

autodesk-engine-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Engine",
  "title": "Engine",
  "type": "object",
  "properties": {
    "productVersion": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "id": {
      "type": "string"
    }
  }
}