Layer

Properties

Property NameProperty Type
color

Hex code color of the layer.
String

(required)
discipline

Discipline associated with the layer.
Discipline

(required)
id

Unique identifier of the layer.
ID

(required)
level

Level associated with the layer.
Level

required
name

Name of the layer.
String

required
{
  "color":"#212121",
  "discipline":{
    "id":1,
    "name":"Architectural"
  },
  "id":"7087",
  "level":{
    "id":88656,
    "name":"Level 1"
  },
  "name":"Floor Plan"
}