Property:BoardRole

From Hackerspace ACKspace
Jump to: navigation, search
(Created page with "This is a property of type Has type::String. The allowed values for this property are: * Allows value::Chairman * Allows value::Secretary * [[Allows value::Treasurer...")
 
m (updated deprecated type)
 
Line 1: Line 1:
This is a property of type [[Has type::String]].
+
This is a property of type [[Has type::Text]].
  
 
The allowed values for this property are:
 
The allowed values for this property are:

Latest revision as of 09:00, 18 October 2016

This is a property of type Text.

The allowed values for this property are:

  • Chairman
  • Secretary
  • Treasurer
  • Official
Showing 2 pages using this property.
P
Chairman  +
S
Secretary  +
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "Chairman",
            "Secretary",
            "Treasurer",
            "Official"
        ]
    }
}