@pdtf/schemas 3.0.0-27 → 3.0.0-29
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/schemas/v3/combined.json +462 -431
- package/src/schemas/v3/overlays/baspi.json +15 -0
- package/src/schemas/v3/overlays/fme1.json +6 -2
- package/src/schemas/v3/overlays/lpe1.json +8 -3
- package/src/schemas/v3/overlays/nts.json +1 -4
- package/src/schemas/v3/overlays/ta10.json +812 -267
- package/src/schemas/v3/overlays/ta6.json +5 -1
- package/src/schemas/v3/overlays/ta7.json +24 -12
- package/src/schemas/v3/pdtf-transaction.json +1171 -420
- package/src/schemas/v3/skeleton.json +5 -0
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
"roomDimensions": {
|
|
91
91
|
"hasFloorplan": {},
|
|
92
|
+
"attachments": {},
|
|
92
93
|
"rooms": {
|
|
93
94
|
"roomName": {},
|
|
94
95
|
"length": {},
|
|
@@ -925,6 +926,7 @@
|
|
|
925
926
|
"deedsOfVariation": {},
|
|
926
927
|
"copyOfcorrespondence": {},
|
|
927
928
|
"serviceChargeAccounts": {},
|
|
929
|
+
"serviceCharges": {},
|
|
928
930
|
"groundRent": {},
|
|
929
931
|
"buildingsInsurancePolicy": {
|
|
930
932
|
"arrangedBySeller": {},
|
|
@@ -1907,6 +1909,9 @@
|
|
|
1907
1909
|
"comments": {},
|
|
1908
1910
|
"price": {}
|
|
1909
1911
|
}
|
|
1912
|
+
},
|
|
1913
|
+
"confirmationOfAccuracy": {
|
|
1914
|
+
"confirmInformationIsAccurate": {}
|
|
1910
1915
|
}
|
|
1911
1916
|
},
|
|
1912
1917
|
"electricity": {
|