Property:Has village constraints

From ToorCamp Wiki
Revision as of 10:49, 2 January 2019 by ccc>Wikiadmin (initial import of content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a property of type Text.

  • We are a quiet village and will not make much noise. So we like to be placed on a quiet location.
  • We do not make party ourselves but like to be placed near the party villages.
  • We do not make party but will make some noise.
  • We are playing music and like to party
  • We will provide space to hang out for other camp participants on our village
  • We like to be placed on a central location where many people are crossing
  • We like to be placed on a non-central spot where less people are coming by
  • We would like to have trees on our village area
  • We would prefer a spot near the water
  • We do not like to be filmed or photographed
  • We do not like to be visited by representitives of the press, so a non-central location would be better
  • We like to show the stuff we do
  • We prefer to be on our own, not providing any special place for visitors
  • We are just a group of people hanging out, we wont show any special projects
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "We are a quiet village and will not make much noise. So we like to be placed on a quiet location.",
            "We do not make party ourselves but like to be placed near the party villages.",
            "We do not make party but will make some noise.",
            "We are playing music and like to party",
            "We will provide space to hang out for other camp participants on our village",
            "We like to be placed on a central location where many people are crossing",
            "We like to be placed on a non-central spot where less people are coming by",
            "We would like to have trees on our village area",
            "We would prefer a spot near the water",
            "We do not like to be filmed or photographed",
            "We do not like to be visited by representitives of the press, so a non-central location would be better",
            "We like to show the stuff we do",
            "We prefer to be on our own, not providing any special place for visitors",
            "We are just a group of people hanging out, we wont show any special projects"
        ]
    }
}