@pdtf/schemas 2.0.0-12 → 2.0.0-14
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
|
@@ -374,7 +374,8 @@
|
|
|
374
374
|
},
|
|
375
375
|
"centralHeatingFuel": { "centralHeatingFuelType": "Gas" },
|
|
376
376
|
"centralHeatingInstalled": "2016-04-20",
|
|
377
|
-
"
|
|
377
|
+
"heatingLastServicedDate": "2021-03-26",
|
|
378
|
+
"heatingLastServicedReport": "To follow"
|
|
378
379
|
}
|
|
379
380
|
},
|
|
380
381
|
"insurance": {
|
|
@@ -528,10 +529,15 @@
|
|
|
528
529
|
"energyAndMeters": {
|
|
529
530
|
"testedByQualifiedElectrician": {
|
|
530
531
|
"yesNo": "Yes",
|
|
531
|
-
"
|
|
532
|
+
"yearTested": 2015,
|
|
533
|
+
"attachments": "To follow"
|
|
534
|
+
},
|
|
535
|
+
"electricalWorkSince2005": {
|
|
536
|
+
"yesNo": "Yes",
|
|
537
|
+
"yearWorkCarriedOut": 2016,
|
|
538
|
+
"details": "New fuse box",
|
|
532
539
|
"attachments": "To follow"
|
|
533
540
|
},
|
|
534
|
-
"electricalWorkSince2005": { "yesNo": "No" },
|
|
535
541
|
"solarPanels": { "hasSolarPanels": "No" }
|
|
536
542
|
},
|
|
537
543
|
"smartHomeSystems": { "hasSmartHomeSystems": "No" },
|
|
@@ -17496,7 +17496,8 @@
|
|
|
17496
17496
|
"centralHeatingFuel",
|
|
17497
17497
|
"centralHeatingInstalled",
|
|
17498
17498
|
"boilerInstallationCertificate",
|
|
17499
|
-
"
|
|
17499
|
+
"heatingLastServicedDate",
|
|
17500
|
+
"heatingLastServicedReport",
|
|
17500
17501
|
"heatingInGoodWorkingOrder"
|
|
17501
17502
|
]
|
|
17502
17503
|
}
|
|
@@ -19159,10 +19160,10 @@
|
|
|
19159
19160
|
"Not known"
|
|
19160
19161
|
]
|
|
19161
19162
|
}
|
|
19162
|
-
}
|
|
19163
|
+
},
|
|
19164
|
+
"baspiRequired": ["left", "right", "rear", "front"]
|
|
19163
19165
|
}
|
|
19164
|
-
}
|
|
19165
|
-
"baspiRequired": ["left", "right", "rear", "front"]
|
|
19166
|
+
}
|
|
19166
19167
|
},
|
|
19167
19168
|
{
|
|
19168
19169
|
"properties": {
|
|
@@ -19537,7 +19538,7 @@
|
|
|
19537
19538
|
"enum": ["Attached", "To follow"]
|
|
19538
19539
|
}
|
|
19539
19540
|
},
|
|
19540
|
-
"baspiRequired": ["
|
|
19541
|
+
"baspiRequired": ["yearTested", "attachments"]
|
|
19541
19542
|
}
|
|
19542
19543
|
]
|
|
19543
19544
|
},
|
|
@@ -19590,7 +19591,11 @@
|
|
|
19590
19591
|
"enum": ["Attached", "To follow"]
|
|
19591
19592
|
}
|
|
19592
19593
|
},
|
|
19593
|
-
"baspiRequired": [
|
|
19594
|
+
"baspiRequired": [
|
|
19595
|
+
"yearWorkCarriedOut",
|
|
19596
|
+
"details",
|
|
19597
|
+
"attachments"
|
|
19598
|
+
]
|
|
19594
19599
|
}
|
|
19595
19600
|
]
|
|
19596
19601
|
},
|
|
@@ -19719,7 +19724,7 @@
|
|
|
19719
19724
|
},
|
|
19720
19725
|
"attachments": {
|
|
19721
19726
|
"baspiRef": "4.3.3.3",
|
|
19722
|
-
"title": "
|
|
19727
|
+
"title": "Please supply copies of the relevant documents",
|
|
19723
19728
|
"type": "string",
|
|
19724
19729
|
"enum": ["Attached", "To follow"]
|
|
19725
19730
|
}
|
|
@@ -5472,7 +5472,8 @@
|
|
|
5472
5472
|
"centralHeatingFuel",
|
|
5473
5473
|
"centralHeatingInstalled",
|
|
5474
5474
|
"boilerInstallationCertificate",
|
|
5475
|
-
"
|
|
5475
|
+
"heatingLastServicedDate",
|
|
5476
|
+
"heatingLastServicedReport",
|
|
5476
5477
|
"heatingInGoodWorkingOrder"
|
|
5477
5478
|
],
|
|
5478
5479
|
"properties": {
|
|
@@ -7350,6 +7351,12 @@
|
|
|
7350
7351
|
"uniformBoundaries": {
|
|
7351
7352
|
"baspiRef": "B2.1.0.2",
|
|
7352
7353
|
"title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
|
|
7354
|
+
"required": [
|
|
7355
|
+
"left",
|
|
7356
|
+
"right",
|
|
7357
|
+
"rear",
|
|
7358
|
+
"front"
|
|
7359
|
+
],
|
|
7353
7360
|
"properties": {
|
|
7354
7361
|
"left": {
|
|
7355
7362
|
"baspiRef": "B2.1.1",
|
|
@@ -7393,13 +7400,7 @@
|
|
|
7393
7400
|
}
|
|
7394
7401
|
}
|
|
7395
7402
|
}
|
|
7396
|
-
}
|
|
7397
|
-
"required": [
|
|
7398
|
-
"left",
|
|
7399
|
-
"right",
|
|
7400
|
-
"rear",
|
|
7401
|
-
"front"
|
|
7402
|
-
]
|
|
7403
|
+
}
|
|
7403
7404
|
},
|
|
7404
7405
|
{
|
|
7405
7406
|
"properties": {
|
|
@@ -7817,7 +7818,7 @@
|
|
|
7817
7818
|
}
|
|
7818
7819
|
},
|
|
7819
7820
|
"required": [
|
|
7820
|
-
"
|
|
7821
|
+
"yearTested",
|
|
7821
7822
|
"attachments"
|
|
7822
7823
|
]
|
|
7823
7824
|
}
|
|
@@ -7876,6 +7877,7 @@
|
|
|
7876
7877
|
}
|
|
7877
7878
|
},
|
|
7878
7879
|
"required": [
|
|
7880
|
+
"yearWorkCarriedOut",
|
|
7879
7881
|
"details",
|
|
7880
7882
|
"attachments"
|
|
7881
7883
|
]
|
|
@@ -8005,7 +8007,7 @@
|
|
|
8005
8007
|
},
|
|
8006
8008
|
"attachments": {
|
|
8007
8009
|
"baspiRef": "4.3.3.3",
|
|
8008
|
-
"title": "
|
|
8010
|
+
"title": "Please supply copies of the relevant documents",
|
|
8009
8011
|
"enum": [
|
|
8010
8012
|
"Attached",
|
|
8011
8013
|
"To follow"
|
|
@@ -18349,7 +18349,7 @@
|
|
|
18349
18349
|
"minLength": 1
|
|
18350
18350
|
},
|
|
18351
18351
|
"attachments": {
|
|
18352
|
-
"title": "
|
|
18352
|
+
"title": "Please supply copies of the relevant documents",
|
|
18353
18353
|
"type": "string",
|
|
18354
18354
|
"enum": [
|
|
18355
18355
|
"Attached",
|