@pdtf/schemas 3.4.0-8 → 3.4.0-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.4.0-8",
3
+ "version": "3.4.0-9",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -56,7 +56,7 @@
56
56
  "priceQualifier": "Offers over"
57
57
  },
58
58
  "buildInformation": {
59
- "building": { "propertyType": "House", "builtForm": "Detached" },
59
+ "building": { "propertyType": "Park home", "builtForm": "Detached" },
60
60
  "roomDimensions": {
61
61
  "hasFloorplan": "Yes"
62
62
  }
@@ -909,7 +909,7 @@
909
909
  {
910
910
  "properties": {
911
911
  "propertyType": {
912
- "enum": ["House", "Bungalow"]
912
+ "enum": ["House", "Bungalow", "Park home"]
913
913
  }
914
914
  }
915
915
  },
@@ -215,7 +215,8 @@
215
215
  "propertyType": {
216
216
  "enum": [
217
217
  "House",
218
- "Bungalow"
218
+ "Bungalow",
219
+ "Park home"
219
220
  ]
220
221
  }
221
222
  }
@@ -75,7 +75,8 @@
75
75
  "propertyType": {
76
76
  "enum": [
77
77
  "House",
78
- "Bungalow"
78
+ "Bungalow",
79
+ "Park home"
79
80
  ]
80
81
  }
81
82
  }
@@ -76,7 +76,8 @@
76
76
  "propertyType": {
77
77
  "enum": [
78
78
  "House",
79
- "Bungalow"
79
+ "Bungalow",
80
+ "Park home"
80
81
  ]
81
82
  }
82
83
  }
@@ -77,7 +77,8 @@
77
77
  "propertyType": {
78
78
  "enum": [
79
79
  "House",
80
- "Bungalow"
80
+ "Bungalow",
81
+ "Park home"
81
82
  ]
82
83
  }
83
84
  }
@@ -78,7 +78,8 @@
78
78
  "propertyType": {
79
79
  "enum": [
80
80
  "House",
81
- "Bungalow"
81
+ "Bungalow",
82
+ "Park home"
82
83
  ]
83
84
  }
84
85
  }
@@ -638,7 +638,8 @@
638
638
  "propertyType": {
639
639
  "enum": [
640
640
  "House",
641
- "Bungalow"
641
+ "Bungalow",
642
+ "Park home"
642
643
  ]
643
644
  }
644
645
  }