@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
|
@@ -2109,26 +2109,28 @@
|
|
|
2109
2109
|
}
|
|
2110
2110
|
},
|
|
2111
2111
|
"heating": {
|
|
2112
|
-
"
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2112
|
+
"heatingSystem": {
|
|
2113
|
+
"heatingType": {},
|
|
2114
|
+
"centralHeatingDetails": {
|
|
2115
|
+
"centralHeatingFuel": {
|
|
2116
|
+
"centralHeatingFuelType": {},
|
|
2117
|
+
"otherCentralHeatingFuelType": {}
|
|
2118
|
+
},
|
|
2119
|
+
"centralHeatingInstalled": {},
|
|
2120
|
+
"boilerInstallationCertificate": {
|
|
2121
|
+
"yesNo": {},
|
|
2122
|
+
"attachments": {}
|
|
2123
|
+
},
|
|
2124
|
+
"heatingLastServicedDate": {},
|
|
2125
|
+
"heatingLastServicedReport": {},
|
|
2126
|
+
"heatingInGoodWorkingOrder": {
|
|
2127
|
+
"yesNo": {},
|
|
2128
|
+
"details": {}
|
|
2129
|
+
}
|
|
2123
2130
|
},
|
|
2124
|
-
"
|
|
2125
|
-
"heatingLastServicedReport": {},
|
|
2126
|
-
"heatingInGoodWorkingOrder": {
|
|
2127
|
-
"yesNo": {},
|
|
2128
|
-
"details": {}
|
|
2129
|
-
}
|
|
2131
|
+
"details": {}
|
|
2130
2132
|
},
|
|
2131
|
-
"
|
|
2133
|
+
"otherHeatingFeatures": {}
|
|
2132
2134
|
},
|
|
2133
2135
|
"insurance": {
|
|
2134
2136
|
"isInsured": {},
|