Autodesk · Schema

Alias

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

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

JSON Schema

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