@pdtf/schemas 3.0.0-10 → 3.0.0-11

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.0.0-10",
3
+ "version": "3.0.0-11",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -41,7 +41,10 @@
41
41
  },
42
42
  "localAuthority": { "localAuthorityName": "Neverland Hook" },
43
43
  "buildInformation": {
44
- "building": { "propertyType": "House", "builtForm": "Detached" }
44
+ "building": { "propertyType": "House", "builtForm": "Detached" },
45
+ "roomDimensions": {
46
+ "hasFloorplan": { "yesNo": "Yes" }
47
+ }
45
48
  },
46
49
  "delayFactors": {
47
50
  "hasDelayFactors": { "yesNo": "No" }
@@ -116,7 +119,6 @@
116
119
  },
117
120
  "parking": {
118
121
  "parkingArrangements": ["Garage", "Driveway"],
119
-
120
122
  "electricVehicleChargingPoint": { "yesNo": "No" },
121
123
  "controlledParking": { "yesNo": "No" }
122
124
  },
@@ -314,22 +316,17 @@
314
316
  },
315
317
  "mainsFoulDrainage": {
316
318
  "yesNo": "No",
317
- "sustainableDrainageSystem": { "yesNo": "No" },
318
- "septicTank": {
319
- "yesNo": "Yes",
320
- "details": "Last emptied on 1 Jan 2022",
319
+ "offMainsDrainageSystem": {
320
+ "offMainsDrainageSystemType": "Septic tank",
321
321
  "dateReplaced": "2022-01-01",
322
- "dateLastEmptied": "2022-01-01"
323
- },
324
- "cesspit": { "yesNo": "No" },
325
- "sewerageTreatmentPlant": { "yesNo": "No" },
326
- "otherConnectedProperties": { "yesNo": "No" },
327
- "yearSystemInstalled": 1980,
328
- "plantOnOtherLand": { "yesNo": "No" },
329
- "plantRegistered": { "yesNo": "No" },
330
- "plantDrainsIntoWaterway": {
331
- "yesNo": "Yes",
332
- "dischargeCompliesWithGBR": "Yes"
322
+ "dateLastEmptied": "2022-01-01",
323
+ "plantOnOtherLand": { "yesNo": "No" },
324
+ "otherConnectedProperties": { "yesNo": "No" },
325
+ "plantRegistered": { "yesNo": "No" },
326
+ "plantDrainsIntoWaterway": {
327
+ "yesNo": "Yes",
328
+ "dischargeCompliesWithGBR": "Yes"
329
+ }
333
330
  }
334
331
  }
335
332
  },