@pdtf/schemas 3.0.0-14 → 3.0.0-16
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 +1 -1
- package/src/examples/v3/exampleTransaction.json +21 -19
- package/src/schemas/v3/combined.json +341 -299
- package/src/schemas/v3/overlays/baspi.json +163 -155
- package/src/schemas/v3/overlays/nts.json +106 -93
- package/src/schemas/v3/overlays/piq.json +63 -58
- package/src/schemas/v3/overlays/rds.json +91 -112
- package/src/schemas/v3/overlays/ta6.json +157 -149
- package/src/schemas/v3/pdtf-transaction.json +245 -350
- package/src/schemas/v3/skeleton.json +20 -18
package/package.json
CHANGED
|
@@ -374,25 +374,27 @@
|
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
376
|
"heating": {
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
377
|
+
"heatingSystem": {
|
|
378
|
+
"heatingType": "Central heating",
|
|
379
|
+
"centralHeatingDetails": {
|
|
380
|
+
"boilerInstallationCertificate": {
|
|
381
|
+
"yesNo": "Yes",
|
|
382
|
+
"details": "Certified installation",
|
|
383
|
+
"attachments": "To follow"
|
|
384
|
+
},
|
|
385
|
+
"heatingInGoodWorkingOrder": {
|
|
386
|
+
"yesNo": "Yes"
|
|
387
|
+
},
|
|
388
|
+
"centralHeatingFuel": {
|
|
389
|
+
"centralHeatingFuelType": "Other",
|
|
390
|
+
"otherCentralHeatingFuelType": "Ground-source Heat Pump"
|
|
391
|
+
},
|
|
392
|
+
"centralHeatingInstalled": "2016-04-20",
|
|
393
|
+
"heatingLastServicedDate": "2021-03-26",
|
|
394
|
+
"heatingLastServicedReport": "To follow"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"otherHeatingFeatures": ["Underfloor Heating"]
|
|
396
398
|
},
|
|
397
399
|
"insurance": {
|
|
398
400
|
"isInsured": "Yes",
|