@pdtf/schemas 3.0.0-20 → 3.0.0-22
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 +16 -9
- package/src/schemas/v3/combined.json +563 -535
- package/src/schemas/v3/overlays/baspi.json +299 -264
- package/src/schemas/v3/overlays/con29DW.json +21 -6
- package/src/schemas/v3/overlays/lpe1.json +3 -2
- package/src/schemas/v3/overlays/nts.json +61 -15
- package/src/schemas/v3/overlays/piq.json +59 -90
- package/src/schemas/v3/overlays/rds.json +130 -122
- package/src/schemas/v3/overlays/ta6.json +227 -158
- package/src/schemas/v3/overlays/ta7.json +35 -112
- package/src/schemas/v3/pdtf-transaction.json +377 -356
- package/src/schemas/v3/skeleton.json +49 -51
package/package.json
CHANGED
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"titleNumber": "HD221222",
|
|
56
56
|
"ownershipType": "Leasehold",
|
|
57
57
|
"leaseholdInformation": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
"sharedOwnership": {
|
|
59
|
+
"isSharedOwnership": "Yes",
|
|
60
60
|
"sharedOwnershipPercentage": 50,
|
|
61
61
|
"sharedOwnershipRent": 200,
|
|
62
62
|
"sharedOwnershipRentFrequency": "Monthly"
|
|
@@ -303,11 +303,13 @@
|
|
|
303
303
|
"yesNo": "No"
|
|
304
304
|
}
|
|
305
305
|
},
|
|
306
|
-
|
|
307
306
|
"electricity": {
|
|
308
307
|
"mainsElectricity": {
|
|
309
308
|
"yesNo": "Yes",
|
|
310
|
-
"supplier": "Octopus Energy"
|
|
309
|
+
"supplier": "Octopus Energy",
|
|
310
|
+
"electricityMeter": {
|
|
311
|
+
"location": "Under the stairs"
|
|
312
|
+
}
|
|
311
313
|
},
|
|
312
314
|
"solarPanels": {
|
|
313
315
|
"yesNo": "No"
|
|
@@ -343,8 +345,14 @@
|
|
|
343
345
|
"water": {
|
|
344
346
|
"mainsWater": {
|
|
345
347
|
"yesNo": "Yes",
|
|
346
|
-
"
|
|
347
|
-
|
|
348
|
+
"waterMeter": {
|
|
349
|
+
"isSupplyMetered": "Yes",
|
|
350
|
+
"location": "At the front"
|
|
351
|
+
},
|
|
352
|
+
"supplier": "Northumbria Water",
|
|
353
|
+
"stopcock": {
|
|
354
|
+
"location": "Under the sink"
|
|
355
|
+
}
|
|
348
356
|
}
|
|
349
357
|
},
|
|
350
358
|
"drainage": {
|
|
@@ -554,7 +562,7 @@
|
|
|
554
562
|
"pipesWiresCablesDrainsFromProperty": { "yesNo": "No" },
|
|
555
563
|
"formalOrInformalAgreements": { "yesNo": "No" }
|
|
556
564
|
},
|
|
557
|
-
"
|
|
565
|
+
"electricalWorks": {
|
|
558
566
|
"testedByQualifiedElectrician": {
|
|
559
567
|
"yesNo": "Yes",
|
|
560
568
|
"yearTested": 2015,
|
|
@@ -565,8 +573,7 @@
|
|
|
565
573
|
"yearWorkCarriedOut": 2016,
|
|
566
574
|
"details": "New fuse box",
|
|
567
575
|
"attachments": "To follow"
|
|
568
|
-
}
|
|
569
|
-
"solarPanels": { "hasSolarPanels": "No" }
|
|
576
|
+
}
|
|
570
577
|
},
|
|
571
578
|
"smartHomeSystems": { "hasSmartHomeSystems": "No" },
|
|
572
579
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|