Property: Has equipment status
From Miniscope
| Property | |
|---|---|
| Allow multiple values | No |
| Allowed values | Available, In Use, Maintenance, Retired
|
| Display name | Status |
| Description | The status of a piece of equipment
|
| Data type | Text
|
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Available", "In Use", "Maintenance", "Retired" ] } }