Label Data Type

Models a label and any associated value.

Properties
name data type constraints description
label string  
value string  
global boolean required boolean Returns whether the label is global or not. A label is global by default.

Example

{
  "label" : "...",
  "value" : "...",
  "global" : true
}