@pdtf/schemas 3.0.0-27 → 3.0.0-28
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 +452 -427
- 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 +11 -8
- package/src/schemas/v3/pdtf-transaction.json +1368 -618
- package/src/schemas/v3/skeleton.json +5 -0
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"ta7Ref": "4.1a.1"
|
|
116
116
|
},
|
|
117
117
|
"address": {
|
|
118
|
-
"ta7Ref": "4.1a.
|
|
118
|
+
"ta7Ref": "4.1a.0",
|
|
119
119
|
"properties": {
|
|
120
120
|
"line1": {
|
|
121
121
|
"ta7Ref": "4.1a.2"
|
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
"ta7Ref": "4.1b.1"
|
|
155
155
|
},
|
|
156
156
|
"address": {
|
|
157
|
+
"ta7Ref": "4.1b.0",
|
|
157
158
|
"properties": {
|
|
158
159
|
"line1": {
|
|
159
160
|
"ta7Ref": "4.1b.2"
|
|
@@ -192,6 +193,7 @@
|
|
|
192
193
|
"ta7Ref": "4.1c.1"
|
|
193
194
|
},
|
|
194
195
|
"address": {
|
|
196
|
+
"ta7Ref": "4.1c.0",
|
|
195
197
|
"properties": {
|
|
196
198
|
"line1": {
|
|
197
199
|
"ta7Ref": "4.1c.2"
|
|
@@ -252,10 +254,7 @@
|
|
|
252
254
|
"properties": {
|
|
253
255
|
"isSellerAwareOfChanges": {
|
|
254
256
|
"enum": [
|
|
255
|
-
"No"
|
|
256
|
-
"Attached",
|
|
257
|
-
"To follow",
|
|
258
|
-
"Lost"
|
|
257
|
+
"No"
|
|
259
258
|
]
|
|
260
259
|
}
|
|
261
260
|
}
|
|
@@ -1002,7 +1001,7 @@
|
|
|
1002
1001
|
"noticeOfSale",
|
|
1003
1002
|
"noticeOfBuildingCondition",
|
|
1004
1003
|
"copyOfcorrespondence",
|
|
1005
|
-
"
|
|
1004
|
+
"serviceCharges",
|
|
1006
1005
|
"groundRent",
|
|
1007
1006
|
"buildingsInsurancePolicy",
|
|
1008
1007
|
"additionalRegulationsNotInLease",
|
|
@@ -1019,7 +1018,7 @@
|
|
|
1019
1018
|
"ta7Ref": "3.1a2",
|
|
1020
1019
|
"title": "Any supplemental deeds.",
|
|
1021
1020
|
"enum": [
|
|
1022
|
-
"
|
|
1021
|
+
"Attached",
|
|
1023
1022
|
"To follow",
|
|
1024
1023
|
"Not applicable"
|
|
1025
1024
|
]
|
|
@@ -1027,7 +1026,7 @@
|
|
|
1027
1026
|
"copyOfcorrespondence": {
|
|
1028
1027
|
"ta7Ref": "3.2"
|
|
1029
1028
|
},
|
|
1030
|
-
"
|
|
1029
|
+
"serviceCharges": {
|
|
1031
1030
|
"ta7Ref": "3.3a"
|
|
1032
1031
|
},
|
|
1033
1032
|
"groundRent": {
|
|
@@ -1071,8 +1070,12 @@
|
|
|
1071
1070
|
},
|
|
1072
1071
|
"confirmationOfAccuracy": {
|
|
1073
1072
|
"ta7Ref": "12",
|
|
1073
|
+
"required": [
|
|
1074
|
+
"confirmation"
|
|
1075
|
+
],
|
|
1074
1076
|
"properties": {
|
|
1075
1077
|
"confirmation": {
|
|
1078
|
+
"ta7Ref": "12.1",
|
|
1076
1079
|
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
|
|
1077
1080
|
}
|
|
1078
1081
|
}
|