addedInput schema / properties / spec / properties / buildings / items / properties / labelOrientation
Added value: +{
+ "enum": [
+ "horizontal",
+ "vertical"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / buildings / items / properties / labelPosition
Added value: +{
+ "enum": [
+ "center",
+ "top-left",
+ "top",
+ "top-right",
+ "left",
+ "right",
+ "bottom-left",
+ "bottom",
+ "bottom-right"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / greenSpaces / items / properties / label
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / spec / properties / greenSpaces / items / properties / labelOrientation
Added value: +{
+ "enum": [
+ "horizontal",
+ "vertical"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / greenSpaces / items / properties / labelPosition
Added value: +{
+ "enum": [
+ "center",
+ "top-left",
+ "top",
+ "top-right",
+ "left",
+ "right",
+ "bottom-left",
+ "bottom",
+ "bottom-right"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / pavedAreas / items / properties / elevated
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / spec / properties / pavedAreas / items / properties / label
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / spec / properties / pavedAreas / items / properties / labelOrientation
Added value: +{
+ "enum": [
+ "horizontal",
+ "vertical"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / pavedAreas / items / properties / labelPosition
Added value: +{
+ "enum": [
+ "center",
+ "top-left",
+ "top",
+ "top-right",
+ "left",
+ "right",
+ "bottom-left",
+ "bottom",
+ "bottom-right"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / water / items / properties / label
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / spec / properties / water / items / properties / labelOrientation
Added value: +{
+ "enum": [
+ "horizontal",
+ "vertical"
+ ],
+ "type": "string"
+}
addedInput schema / properties / spec / properties / water / items / properties / labelPosition
Added value: +{
+ "enum": [
+ "center",
+ "top-left",
+ "top",
+ "top-right",
+ "left",
+ "right",
+ "bottom-left",
+ "bottom",
+ "bottom-right"
+ ],
+ "type": "string"
+}