Property:Color

From Hackerspace ACKspace
Jump to: navigation, search

This is a property of type Text. The allowed values for this property are:

  • black
  • white
  • red
  • orange
  • yellow
  • green
  • blue
  • cyan
  • purple
  • pink
  • translucent white
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "black",
            "translucent white",
            "white",
            "red",
            "orange",
            "yellow",
            "green",
            "blue",
            "cyan",
            "purple",
            "pink"
        ]
    }
}