Autodesk BIM 360 · Schema

BusinessUnit

ConstructionProject ManagementBIMDocument ManagementField ManagementIssues TrackingCost ManagementModel CoordinationRFIsChecklists

Properties

Name Type Description
id string Business unit ID
account_id string Account ID
parent_id string The ID of the parent business unit; used to configure the tree structure of business units
name string The name of the business unit
path string The path of the business unit in the tree structure
description string The description of the business unit
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

autodesk-bim360-businessunit-schema.json Raw ↑
{
  "title": "BusinessUnit",
  "x-stoplight": {
    "id": "2g2vpfiwr1evd"
  },
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Business unit ID"
    },
    "account_id": {
      "type": "string",
      "x-stoplight": {
        "id": "87d5kevscjst5"
      },
      "description": "Account ID"
    },
    "parent_id": {
      "type": "string",
      "x-stoplight": {
        "id": "ripvdy2jdxt5h"
      },
      "description": "The ID of the parent business unit;\nused to configure the tree structure of business units"
    },
    "name": {
      "type": "string",
      "x-stoplight": {
        "id": "e5y59vjyh9u3g"
      },
      "description": "The name of the business unit\n"
    },
    "path": {
      "type": "string",
      "x-stoplight": {
        "id": "y2vcp5y80gjjj"
      },
      "description": "The path of the business unit in the tree structure"
    },
    "description": {
      "type": "string",
      "x-stoplight": {
        "id": "wywguzh955t9m"
      },
      "description": "The description of the business unit"
    },
    "created_at": {
      "type": "string",
      "x-stoplight": {
        "id": "4bta8t8vaq96a"
      }
    },
    "updated_at": {
      "type": "string",
      "x-stoplight": {
        "id": "epd0mv6uik60l"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}