Autodesk · Schema

AppBundle

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
uploadParameters object
id string
engine string
description string
version integer
View JSON Schema on GitHub

JSON Schema

autodesk-appbundle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppBundle",
  "title": "AppBundle",
  "type": "object",
  "properties": {
    "uploadParameters": {
      "type": "object",
      "properties": {
        "endpointURL": {
          "type": "string",
          "format": "uri"
        },
        "formData": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "id": {
      "type": "string"
    },
    "engine": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    }
  }
}