Property:Has village specification

From ToorCamp Wiki
Revision as of 08:39, 4 March 2020 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a property of type String.

Allows values:

  • 1. All we want is some space for our group in the hackcenter.
  • 2. We'd like to come together with a lot of people, a spot with lot's of people passing by and good visibility would be nice.
  • 3. We need something special or in between those options: Please specify in the field planning notes.
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "1. All we want is some space for our group in the hackcenter.",
            "2. We'd like to come together with a lot of people, a spot with lot's of people passing by and good visibility would be nice.",
            "3. We need something special or in between those options: Please specify in the field planning notes."
        ]
    }
}