LockTemplate
The lock templates contain a mapping of which type of lock is applied to which seats
Fields
Field | Description |
---|---|
name
string
(required) |
The name of the template Example value:"Seating area technicians" |
seats
map<string, int>
(required) |
A map where seat id is the key and the lock type is the value Example value:{ "s001001001": 1.000000, "s001001002": 1.000000 } |
Example
1{
2 "name": "Seating area technicians",
3 "seats": {
4 "s001001001": 1.000000,
5 "s001001002": 1.000000
6 }
7}