Autodesk · Schema

AliasPatch

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

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

JSON Schema

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