Property:Building Size Category
Revision as of 17:20, 30 September 2024 by JuliaCat (talk | contribs) (Created page with "<noinclude>This property of type has type::Text is used to store the <code><buildingSizeCategory></code> parameter. <code><building> <buildingSizeCategory></code> These...")
This property of type Text is used to store the <buildingSizeCategory>
parameter.
<building> <buildingSizeCategory>
These are the allowed values:
- None
- Small
- Medium
- Large
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "None", "Small", "Medium", "Large" ] } }