@pdtf/schemas 3.4.0-7 → 3.4.0-9
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 +1 -1
- package/src/schemas/v3/combined.json +167 -133
- package/src/schemas/v3/overlays/baspi5.json +2 -1
- package/src/schemas/v3/overlays/lpe1.json +3 -1
- package/src/schemas/v3/overlays/nts.json +2 -1
- package/src/schemas/v3/overlays/nts2.json +2 -1
- package/src/schemas/v3/overlays/ntsl.json +2 -1
- package/src/schemas/v3/overlays/ntsl2.json +2 -1
- package/src/schemas/v3/overlays/ta10.json +133 -136
- package/src/schemas/v3/overlays/ta6.json +13 -1
- package/src/schemas/v3/overlays/ta7.json +4 -1
- package/src/schemas/v3/pdtf-transaction.json +52 -43
- package/src/schemas/v3/skeleton.json +7 -0
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"electricalWorks",
|
|
30
30
|
"guaranteesWarrantiesAndIndemnityInsurances",
|
|
31
31
|
"occupiers",
|
|
32
|
-
"completionAndMoving"
|
|
32
|
+
"completionAndMoving",
|
|
33
|
+
"confirmationOfAccuracyByOwners"
|
|
33
34
|
],
|
|
34
35
|
"properties": {
|
|
35
36
|
"address": {
|
|
@@ -4481,6 +4482,17 @@
|
|
|
4481
4482
|
}
|
|
4482
4483
|
}
|
|
4483
4484
|
}
|
|
4485
|
+
},
|
|
4486
|
+
"confirmationOfAccuracyByOwners": {
|
|
4487
|
+
"ta6Ref": "14.5",
|
|
4488
|
+
"required": [
|
|
4489
|
+
"confirmInformationIsAccurate"
|
|
4490
|
+
],
|
|
4491
|
+
"properties": {
|
|
4492
|
+
"confirmInformationIsAccurate": {
|
|
4493
|
+
"ta6Ref": "14.5.1"
|
|
4494
|
+
}
|
|
4495
|
+
}
|
|
4484
4496
|
}
|
|
4485
4497
|
}
|
|
4486
4498
|
}
|
|
@@ -80,7 +80,8 @@
|
|
|
80
80
|
"enfranchisement",
|
|
81
81
|
"buildingSafety",
|
|
82
82
|
"general",
|
|
83
|
-
"requiredDocuments"
|
|
83
|
+
"requiredDocuments",
|
|
84
|
+
"confirmationOfAccuracy"
|
|
84
85
|
],
|
|
85
86
|
"properties": {
|
|
86
87
|
"sharedOwnership": {
|
|
@@ -1323,11 +1324,13 @@
|
|
|
1323
1324
|
}
|
|
1324
1325
|
},
|
|
1325
1326
|
"confirmationOfAccuracy": {
|
|
1327
|
+
"ta7Ref": "12",
|
|
1326
1328
|
"required": [
|
|
1327
1329
|
"confirmation"
|
|
1328
1330
|
],
|
|
1329
1331
|
"properties": {
|
|
1330
1332
|
"confirmation": {
|
|
1333
|
+
"ta7Ref": "12.1",
|
|
1331
1334
|
"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"
|
|
1332
1335
|
}
|
|
1333
1336
|
}
|
|
@@ -638,7 +638,8 @@
|
|
|
638
638
|
"propertyType": {
|
|
639
639
|
"enum": [
|
|
640
640
|
"House",
|
|
641
|
-
"Bungalow"
|
|
641
|
+
"Bungalow",
|
|
642
|
+
"Park home"
|
|
642
643
|
]
|
|
643
644
|
}
|
|
644
645
|
}
|
|
@@ -11185,6 +11186,10 @@
|
|
|
11185
11186
|
"Included",
|
|
11186
11187
|
"Excluded"
|
|
11187
11188
|
]
|
|
11189
|
+
},
|
|
11190
|
+
"comments": {
|
|
11191
|
+
"title": "Comments",
|
|
11192
|
+
"type": "string"
|
|
11188
11193
|
}
|
|
11189
11194
|
},
|
|
11190
11195
|
"oneOf": [
|
|
@@ -12017,6 +12022,10 @@
|
|
|
12017
12022
|
"Included",
|
|
12018
12023
|
"Excluded"
|
|
12019
12024
|
]
|
|
12025
|
+
},
|
|
12026
|
+
"comments": {
|
|
12027
|
+
"title": "Comments",
|
|
12028
|
+
"type": "string"
|
|
12020
12029
|
}
|
|
12021
12030
|
},
|
|
12022
12031
|
"oneOf": [
|
|
@@ -12038,27 +12047,7 @@
|
|
|
12038
12047
|
"Freestanding"
|
|
12039
12048
|
]
|
|
12040
12049
|
}
|
|
12041
|
-
}
|
|
12042
|
-
"oneOf": [
|
|
12043
|
-
{
|
|
12044
|
-
"properties": {
|
|
12045
|
-
"fittedOrFreestanding": {
|
|
12046
|
-
"enum": [
|
|
12047
|
-
"Fitted"
|
|
12048
|
-
]
|
|
12049
|
-
}
|
|
12050
|
-
}
|
|
12051
|
-
},
|
|
12052
|
-
{
|
|
12053
|
-
"properties": {
|
|
12054
|
-
"fittedOrFreestanding": {
|
|
12055
|
-
"enum": [
|
|
12056
|
-
"Freestanding"
|
|
12057
|
-
]
|
|
12058
|
-
}
|
|
12059
|
-
}
|
|
12060
|
-
}
|
|
12061
|
-
]
|
|
12050
|
+
}
|
|
12062
12051
|
}
|
|
12063
12052
|
}
|
|
12064
12053
|
},
|
|
@@ -12084,27 +12073,7 @@
|
|
|
12084
12073
|
"Freestanding"
|
|
12085
12074
|
]
|
|
12086
12075
|
}
|
|
12087
|
-
}
|
|
12088
|
-
"oneOf": [
|
|
12089
|
-
{
|
|
12090
|
-
"properties": {
|
|
12091
|
-
"fittedOrFreestanding": {
|
|
12092
|
-
"enum": [
|
|
12093
|
-
"Fitted"
|
|
12094
|
-
]
|
|
12095
|
-
}
|
|
12096
|
-
}
|
|
12097
|
-
},
|
|
12098
|
-
{
|
|
12099
|
-
"properties": {
|
|
12100
|
-
"fittedOrFreestanding": {
|
|
12101
|
-
"enum": [
|
|
12102
|
-
"Freestanding"
|
|
12103
|
-
]
|
|
12104
|
-
}
|
|
12105
|
-
}
|
|
12106
|
-
}
|
|
12107
|
-
]
|
|
12076
|
+
}
|
|
12108
12077
|
}
|
|
12109
12078
|
}
|
|
12110
12079
|
},
|
|
@@ -13269,6 +13238,10 @@
|
|
|
13269
13238
|
"enum": [
|
|
13270
13239
|
"Included"
|
|
13271
13240
|
]
|
|
13241
|
+
},
|
|
13242
|
+
"comments": {
|
|
13243
|
+
"title": "Comments",
|
|
13244
|
+
"type": "string"
|
|
13272
13245
|
}
|
|
13273
13246
|
}
|
|
13274
13247
|
},
|
|
@@ -13282,6 +13255,10 @@
|
|
|
13282
13255
|
"price": {
|
|
13283
13256
|
"title": "Price",
|
|
13284
13257
|
"type": "number"
|
|
13258
|
+
},
|
|
13259
|
+
"comments": {
|
|
13260
|
+
"title": "Comments",
|
|
13261
|
+
"type": "string"
|
|
13285
13262
|
}
|
|
13286
13263
|
}
|
|
13287
13264
|
}
|
|
@@ -13990,6 +13967,10 @@
|
|
|
13990
13967
|
"enum": [
|
|
13991
13968
|
"Included"
|
|
13992
13969
|
]
|
|
13970
|
+
},
|
|
13971
|
+
"comments": {
|
|
13972
|
+
"title": "Comments",
|
|
13973
|
+
"type": "string"
|
|
13993
13974
|
}
|
|
13994
13975
|
}
|
|
13995
13976
|
},
|
|
@@ -14003,6 +13984,10 @@
|
|
|
14003
13984
|
"price": {
|
|
14004
13985
|
"title": "Price",
|
|
14005
13986
|
"type": "number"
|
|
13987
|
+
},
|
|
13988
|
+
"comments": {
|
|
13989
|
+
"title": "Comments",
|
|
13990
|
+
"type": "string"
|
|
14006
13991
|
}
|
|
14007
13992
|
}
|
|
14008
13993
|
}
|
|
@@ -14350,6 +14335,10 @@
|
|
|
14350
14335
|
"enum": [
|
|
14351
14336
|
"Included"
|
|
14352
14337
|
]
|
|
14338
|
+
},
|
|
14339
|
+
"comments": {
|
|
14340
|
+
"title": "Comments",
|
|
14341
|
+
"type": "string"
|
|
14353
14342
|
}
|
|
14354
14343
|
}
|
|
14355
14344
|
},
|
|
@@ -14363,6 +14352,10 @@
|
|
|
14363
14352
|
"price": {
|
|
14364
14353
|
"title": "Price",
|
|
14365
14354
|
"type": "number"
|
|
14355
|
+
},
|
|
14356
|
+
"comments": {
|
|
14357
|
+
"title": "Comments",
|
|
14358
|
+
"type": "string"
|
|
14366
14359
|
}
|
|
14367
14360
|
}
|
|
14368
14361
|
}
|
|
@@ -14929,6 +14922,10 @@
|
|
|
14929
14922
|
"enum": [
|
|
14930
14923
|
"Included"
|
|
14931
14924
|
]
|
|
14925
|
+
},
|
|
14926
|
+
"comments": {
|
|
14927
|
+
"title": "Comments",
|
|
14928
|
+
"type": "string"
|
|
14932
14929
|
}
|
|
14933
14930
|
}
|
|
14934
14931
|
},
|
|
@@ -14942,6 +14939,10 @@
|
|
|
14942
14939
|
"price": {
|
|
14943
14940
|
"title": "Price",
|
|
14944
14941
|
"type": "number"
|
|
14942
|
+
},
|
|
14943
|
+
"comments": {
|
|
14944
|
+
"title": "Comments",
|
|
14945
|
+
"type": "string"
|
|
14945
14946
|
}
|
|
14946
14947
|
}
|
|
14947
14948
|
}
|
|
@@ -15300,6 +15301,10 @@
|
|
|
15300
15301
|
"enum": [
|
|
15301
15302
|
"Included"
|
|
15302
15303
|
]
|
|
15304
|
+
},
|
|
15305
|
+
"comments": {
|
|
15306
|
+
"title": "Comments",
|
|
15307
|
+
"type": "string"
|
|
15303
15308
|
}
|
|
15304
15309
|
}
|
|
15305
15310
|
},
|
|
@@ -15313,6 +15318,10 @@
|
|
|
15313
15318
|
"price": {
|
|
15314
15319
|
"title": "Price",
|
|
15315
15320
|
"type": "number"
|
|
15321
|
+
},
|
|
15322
|
+
"comments": {
|
|
15323
|
+
"title": "Comments",
|
|
15324
|
+
"type": "string"
|
|
15316
15325
|
}
|
|
15317
15326
|
}
|
|
15318
15327
|
}
|
|
@@ -1500,6 +1500,7 @@
|
|
|
1500
1500
|
"otherItems": {
|
|
1501
1501
|
"itemName": {},
|
|
1502
1502
|
"isIncludedOrExcluded": {},
|
|
1503
|
+
"comments": {},
|
|
1503
1504
|
"price": {}
|
|
1504
1505
|
}
|
|
1505
1506
|
},
|
|
@@ -1587,6 +1588,7 @@
|
|
|
1587
1588
|
"otherItems": {
|
|
1588
1589
|
"itemName": {},
|
|
1589
1590
|
"isIncludedOrExcluded": {},
|
|
1591
|
+
"comments": {},
|
|
1590
1592
|
"fittedOrFreestanding": {
|
|
1591
1593
|
"fittedOrFreestanding": {}
|
|
1592
1594
|
},
|
|
@@ -1727,6 +1729,7 @@
|
|
|
1727
1729
|
"otherRooms": {
|
|
1728
1730
|
"itemName": {},
|
|
1729
1731
|
"isIncludedOrExcluded": {},
|
|
1732
|
+
"comments": {},
|
|
1730
1733
|
"price": {}
|
|
1731
1734
|
}
|
|
1732
1735
|
},
|
|
@@ -1812,6 +1815,7 @@
|
|
|
1812
1815
|
"otherRooms": {
|
|
1813
1816
|
"itemName": {},
|
|
1814
1817
|
"isIncludedOrExcluded": {},
|
|
1818
|
+
"comments": {},
|
|
1815
1819
|
"price": {}
|
|
1816
1820
|
}
|
|
1817
1821
|
},
|
|
@@ -1854,6 +1858,7 @@
|
|
|
1854
1858
|
"otherRooms": {
|
|
1855
1859
|
"itemName": {},
|
|
1856
1860
|
"isIncludedOrExcluded": {},
|
|
1861
|
+
"comments": {},
|
|
1857
1862
|
"price": {}
|
|
1858
1863
|
}
|
|
1859
1864
|
},
|
|
@@ -1921,6 +1926,7 @@
|
|
|
1921
1926
|
"otherItems": {
|
|
1922
1927
|
"itemName": {},
|
|
1923
1928
|
"isIncludedOrExcluded": {},
|
|
1929
|
+
"comments": {},
|
|
1924
1930
|
"price": {}
|
|
1925
1931
|
}
|
|
1926
1932
|
},
|
|
@@ -1967,6 +1973,7 @@
|
|
|
1967
1973
|
"otherItems": {
|
|
1968
1974
|
"itemName": {},
|
|
1969
1975
|
"isIncludedOrExcluded": {},
|
|
1976
|
+
"comments": {},
|
|
1970
1977
|
"price": {}
|
|
1971
1978
|
}
|
|
1972
1979
|
},
|