@pdtf/schemas 3.4.0-11 → 3.4.0-12

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-11",
3
+ "version": "3.4.0-12",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -1220,56 +1220,32 @@
1220
1220
  "ntsl2Ref": "B5",
1221
1221
  "title": "Residential property features",
1222
1222
  "type": "object",
1223
- "nts2Required": [
1224
- "bedrooms",
1225
- "bathrooms",
1226
- "receptions",
1227
- "kitchens",
1228
- "diningAreas",
1229
- "outsideAreas"
1230
- ],
1231
- "ntsl2Required": [
1232
- "bedrooms",
1233
- "bathrooms",
1234
- "receptions",
1235
- "kitchens",
1236
- "diningAreas",
1237
- "outsideAreas"
1238
- ],
1223
+ "nts2Required": ["outsideAreas"],
1224
+ "ntsl2Required": ["outsideAreas"],
1239
1225
  "properties": {
1240
1226
  "bedrooms": {
1241
- "nts2Ref": "B5.1",
1242
- "ntsl2Ref": "B5.1",
1243
1227
  "title": "Number of bedrooms",
1244
1228
  "type": "integer"
1245
1229
  },
1246
1230
  "bathrooms": {
1247
- "nts2Ref": "B5.2",
1248
- "ntsl2Ref": "B5.2",
1249
1231
  "title": "Number of bathrooms",
1250
1232
  "type": "integer"
1251
1233
  },
1252
1234
  "receptions": {
1253
- "nts2Ref": "B5.3",
1254
- "ntsl2Ref": "B5.3",
1255
1235
  "title": "Number of reception rooms",
1256
1236
  "type": "integer"
1257
1237
  },
1258
1238
  "kitchens": {
1259
- "nts2Ref": "B5.4",
1260
- "ntsl2Ref": "B5.4",
1261
1239
  "title": "Number of kitchens",
1262
1240
  "type": "integer"
1263
1241
  },
1264
1242
  "diningAreas": {
1265
- "nts2Ref": "B5.5",
1266
- "ntsl2Ref": "B5.5",
1267
1243
  "title": "Number of dining areas",
1268
1244
  "type": "integer"
1269
1245
  },
1270
1246
  "outsideAreas": {
1271
- "nts2Ref": "B5.6",
1272
- "ntsl2Ref": "B5.6",
1247
+ "nts2Ref": "B5.1",
1248
+ "ntsl2Ref": "B5.1",
1273
1249
  "title": "What outside areas are there?",
1274
1250
  "type": "array",
1275
1251
  "items": {
@@ -231,31 +231,11 @@
231
231
  "residentialPropertyFeatures": {
232
232
  "nts2Ref": "B5",
233
233
  "required": [
234
- "bedrooms",
235
- "bathrooms",
236
- "receptions",
237
- "kitchens",
238
- "diningAreas",
239
234
  "outsideAreas"
240
235
  ],
241
236
  "properties": {
242
- "bedrooms": {
243
- "nts2Ref": "B5.1"
244
- },
245
- "bathrooms": {
246
- "nts2Ref": "B5.2"
247
- },
248
- "receptions": {
249
- "nts2Ref": "B5.3"
250
- },
251
- "kitchens": {
252
- "nts2Ref": "B5.4"
253
- },
254
- "diningAreas": {
255
- "nts2Ref": "B5.5"
256
- },
257
237
  "outsideAreas": {
258
- "nts2Ref": "B5.6"
238
+ "nts2Ref": "B5.1"
259
239
  }
260
240
  }
261
241
  },
@@ -227,31 +227,11 @@
227
227
  "residentialPropertyFeatures": {
228
228
  "ntsl2Ref": "B5",
229
229
  "required": [
230
- "bedrooms",
231
- "bathrooms",
232
- "receptions",
233
- "kitchens",
234
- "diningAreas",
235
230
  "outsideAreas"
236
231
  ],
237
232
  "properties": {
238
- "bedrooms": {
239
- "ntsl2Ref": "B5.1"
240
- },
241
- "bathrooms": {
242
- "ntsl2Ref": "B5.2"
243
- },
244
- "receptions": {
245
- "ntsl2Ref": "B5.3"
246
- },
247
- "kitchens": {
248
- "ntsl2Ref": "B5.4"
249
- },
250
- "diningAreas": {
251
- "ntsl2Ref": "B5.5"
252
- },
253
233
  "outsideAreas": {
254
- "ntsl2Ref": "B5.6"
234
+ "ntsl2Ref": "B5.1"
255
235
  }
256
236
  }
257
237
  },