Property Location size is of type text and indicates the size of a location for the list. Following values are allowed (case-sensitive):
- world
- city
- spaceship
- building
For spaceships, the value of this property should always be "spaceship".
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "world", "city", "spaceship", "building" ] } }