@pdtf/schemas 3.0.0-30 → 3.0.0-32
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 +163 -35
- package/src/schemas/v3/overlays/ta10.json +484 -176
- package/src/schemas/v3/overlays/ta6.json +12 -7
- package/src/schemas/v3/overlays/ta7.json +123 -6
- package/src/schemas/v3/pdtf-transaction.json +124 -25
- package/src/schemas/v3/skeleton.json +12 -3
|
@@ -1634,7 +1634,12 @@
|
|
|
1634
1634
|
],
|
|
1635
1635
|
"required": [
|
|
1636
1636
|
"yesNo"
|
|
1637
|
-
]
|
|
1637
|
+
],
|
|
1638
|
+
"properties": {
|
|
1639
|
+
"yesNo": {
|
|
1640
|
+
"ta6Ref": "4.6"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1638
1643
|
}
|
|
1639
1644
|
}
|
|
1640
1645
|
},
|
|
@@ -1685,7 +1690,7 @@
|
|
|
1685
1690
|
}
|
|
1686
1691
|
},
|
|
1687
1692
|
"waterMeter": {
|
|
1688
|
-
"ta6Ref": "13.
|
|
1693
|
+
"ta6Ref": "13.3b",
|
|
1689
1694
|
"discriminator": {
|
|
1690
1695
|
"propertyName": "isSupplyMetered"
|
|
1691
1696
|
},
|
|
@@ -1707,7 +1712,7 @@
|
|
|
1707
1712
|
]
|
|
1708
1713
|
},
|
|
1709
1714
|
"location": {
|
|
1710
|
-
"ta6Ref": "13.
|
|
1715
|
+
"ta6Ref": "13.3b2"
|
|
1711
1716
|
}
|
|
1712
1717
|
},
|
|
1713
1718
|
"required": [
|
|
@@ -1720,7 +1725,7 @@
|
|
|
1720
1725
|
],
|
|
1721
1726
|
"properties": {
|
|
1722
1727
|
"isSupplyMetered": {
|
|
1723
|
-
"ta6Ref": "13.
|
|
1728
|
+
"ta6Ref": "13.3b"
|
|
1724
1729
|
}
|
|
1725
1730
|
}
|
|
1726
1731
|
}
|
|
@@ -1828,7 +1833,7 @@
|
|
|
1828
1833
|
]
|
|
1829
1834
|
},
|
|
1830
1835
|
"supplier": {
|
|
1831
|
-
"ta6Ref": "13.
|
|
1836
|
+
"ta6Ref": "13.4.2"
|
|
1832
1837
|
}
|
|
1833
1838
|
},
|
|
1834
1839
|
"required": [
|
|
@@ -3104,7 +3109,7 @@
|
|
|
3104
3109
|
],
|
|
3105
3110
|
"properties": {
|
|
3106
3111
|
"historicalFlooding": {
|
|
3107
|
-
"ta6Ref": "7.1
|
|
3112
|
+
"ta6Ref": "7.1",
|
|
3108
3113
|
"discriminator": {
|
|
3109
3114
|
"propertyName": "hasBeenFlooded"
|
|
3110
3115
|
},
|
|
@@ -3143,7 +3148,7 @@
|
|
|
3143
3148
|
],
|
|
3144
3149
|
"properties": {
|
|
3145
3150
|
"hasBeenFlooded": {
|
|
3146
|
-
"ta6Ref": "7.1.1
|
|
3151
|
+
"ta6Ref": "7.1.1"
|
|
3147
3152
|
}
|
|
3148
3153
|
}
|
|
3149
3154
|
}
|
|
@@ -922,7 +922,11 @@
|
|
|
922
922
|
"title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
923
923
|
"properties": {
|
|
924
924
|
"yesNoNotApplicable": {
|
|
925
|
-
"ta7Ref": "11.5.
|
|
925
|
+
"ta7Ref": "11.5.1",
|
|
926
|
+
"enum": [
|
|
927
|
+
"Yes",
|
|
928
|
+
"No"
|
|
929
|
+
]
|
|
926
930
|
}
|
|
927
931
|
}
|
|
928
932
|
}
|
|
@@ -960,7 +964,46 @@
|
|
|
960
964
|
"ta7Ref": "9.2"
|
|
961
965
|
},
|
|
962
966
|
"landlordConsentObtained": {
|
|
963
|
-
"ta7Ref": "9.3"
|
|
967
|
+
"ta7Ref": "9.3",
|
|
968
|
+
"discriminator": {
|
|
969
|
+
"propertyName": "yesNo"
|
|
970
|
+
},
|
|
971
|
+
"oneOf": [
|
|
972
|
+
{
|
|
973
|
+
"properties": {
|
|
974
|
+
"yesNo": {
|
|
975
|
+
"enum": [
|
|
976
|
+
"No",
|
|
977
|
+
"Not known",
|
|
978
|
+
"Not required"
|
|
979
|
+
]
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"properties": {
|
|
985
|
+
"yesNo": {
|
|
986
|
+
"enum": [
|
|
987
|
+
"Yes"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"attachments": {
|
|
991
|
+
"ta7Ref": "9.3.2"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"required": [
|
|
995
|
+
"attachments"
|
|
996
|
+
]
|
|
997
|
+
}
|
|
998
|
+
],
|
|
999
|
+
"required": [
|
|
1000
|
+
"yesNo"
|
|
1001
|
+
],
|
|
1002
|
+
"properties": {
|
|
1003
|
+
"yesNo": {
|
|
1004
|
+
"ta7Ref": "9.3.1"
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
964
1007
|
}
|
|
965
1008
|
},
|
|
966
1009
|
"required": [
|
|
@@ -1137,10 +1180,10 @@
|
|
|
1137
1180
|
"title": "Relevant documents",
|
|
1138
1181
|
"properties": {
|
|
1139
1182
|
"lease": {
|
|
1140
|
-
"ta7Ref": "3.
|
|
1183
|
+
"ta7Ref": "3.1a"
|
|
1141
1184
|
},
|
|
1142
1185
|
"deedsOfVariation": {
|
|
1143
|
-
"ta7Ref": "3.
|
|
1186
|
+
"ta7Ref": "3.1b",
|
|
1144
1187
|
"title": "Any supplemental deeds.",
|
|
1145
1188
|
"enum": [
|
|
1146
1189
|
"Attached",
|
|
@@ -1169,10 +1212,84 @@
|
|
|
1169
1212
|
}
|
|
1170
1213
|
},
|
|
1171
1214
|
"noticeOfSale": {
|
|
1172
|
-
"ta7Ref": "6.1"
|
|
1215
|
+
"ta7Ref": "6.1",
|
|
1216
|
+
"discriminator": {
|
|
1217
|
+
"propertyName": "yesNo"
|
|
1218
|
+
},
|
|
1219
|
+
"oneOf": [
|
|
1220
|
+
{
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"yesNo": {
|
|
1223
|
+
"enum": [
|
|
1224
|
+
"No"
|
|
1225
|
+
]
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"properties": {
|
|
1231
|
+
"yesNo": {
|
|
1232
|
+
"enum": [
|
|
1233
|
+
"Yes"
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
|
+
"attachments": {
|
|
1237
|
+
"ta7Ref": "6.1.2"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"required": [
|
|
1241
|
+
"attachments"
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"required": [
|
|
1246
|
+
"yesNo"
|
|
1247
|
+
],
|
|
1248
|
+
"properties": {
|
|
1249
|
+
"yesNo": {
|
|
1250
|
+
"ta7Ref": "6.1.1"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1173
1253
|
},
|
|
1174
1254
|
"noticeOfBuildingCondition": {
|
|
1175
|
-
"ta7Ref": "6.2"
|
|
1255
|
+
"ta7Ref": "6.2",
|
|
1256
|
+
"discriminator": {
|
|
1257
|
+
"propertyName": "yesNo"
|
|
1258
|
+
},
|
|
1259
|
+
"oneOf": [
|
|
1260
|
+
{
|
|
1261
|
+
"properties": {
|
|
1262
|
+
"yesNo": {
|
|
1263
|
+
"enum": [
|
|
1264
|
+
"No"
|
|
1265
|
+
]
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"properties": {
|
|
1271
|
+
"yesNo": {
|
|
1272
|
+
"enum": [
|
|
1273
|
+
"Yes"
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
"attachments": {
|
|
1277
|
+
"ta7Ref": "6.2.2"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"required": [
|
|
1281
|
+
"attachments"
|
|
1282
|
+
]
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"required": [
|
|
1286
|
+
"yesNo"
|
|
1287
|
+
],
|
|
1288
|
+
"properties": {
|
|
1289
|
+
"yesNo": {
|
|
1290
|
+
"ta7Ref": "6.2.1"
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1176
1293
|
},
|
|
1177
1294
|
"additionalRegulationsNotInLease": {
|
|
1178
1295
|
"ta7Ref": "3.1b"
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
"uprn": {
|
|
159
|
-
"title": "Unique Property Reference Number
|
|
159
|
+
"title": "Unique Property Reference Number",
|
|
160
160
|
"type": "integer"
|
|
161
161
|
},
|
|
162
162
|
"location": {
|
|
@@ -6354,14 +6354,49 @@
|
|
|
6354
6354
|
"minLength": 1
|
|
6355
6355
|
},
|
|
6356
6356
|
"landlordConsentObtained": {
|
|
6357
|
-
"title": "Was the landlord’s consent for the alterations obtained?
|
|
6358
|
-
"type": "
|
|
6359
|
-
"
|
|
6360
|
-
"
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6357
|
+
"title": "Was the landlord’s consent for the alterations obtained?",
|
|
6358
|
+
"type": "object",
|
|
6359
|
+
"properties": {
|
|
6360
|
+
"yesNo": {
|
|
6361
|
+
"type": "string",
|
|
6362
|
+
"title": "",
|
|
6363
|
+
"enum": [
|
|
6364
|
+
"Yes",
|
|
6365
|
+
"No",
|
|
6366
|
+
"Not known",
|
|
6367
|
+
"Not required"
|
|
6368
|
+
]
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6371
|
+
"oneOf": [
|
|
6372
|
+
{
|
|
6373
|
+
"properties": {
|
|
6374
|
+
"yesNo": {
|
|
6375
|
+
"enum": [
|
|
6376
|
+
"No",
|
|
6377
|
+
"Not known",
|
|
6378
|
+
"Not required"
|
|
6379
|
+
]
|
|
6380
|
+
}
|
|
6381
|
+
}
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"properties": {
|
|
6385
|
+
"yesNo": {
|
|
6386
|
+
"enum": [
|
|
6387
|
+
"Yes"
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
"attachments": {
|
|
6391
|
+
"title": "Please supply a copy.",
|
|
6392
|
+
"type": "string",
|
|
6393
|
+
"enum": [
|
|
6394
|
+
"Attached",
|
|
6395
|
+
"To follow"
|
|
6396
|
+
]
|
|
6397
|
+
}
|
|
6398
|
+
}
|
|
6399
|
+
}
|
|
6365
6400
|
]
|
|
6366
6401
|
}
|
|
6367
6402
|
}
|
|
@@ -6816,25 +6851,89 @@
|
|
|
6816
6851
|
}
|
|
6817
6852
|
},
|
|
6818
6853
|
"noticeOfSale": {
|
|
6819
|
-
"title": "Has the seller received a notice that the landlord wants to sell the building?
|
|
6820
|
-
"type": "
|
|
6821
|
-
"
|
|
6822
|
-
"
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
6854
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building?",
|
|
6855
|
+
"type": "object",
|
|
6856
|
+
"properties": {
|
|
6857
|
+
"yesNo": {
|
|
6858
|
+
"type": "string",
|
|
6859
|
+
"title": "",
|
|
6860
|
+
"enum": [
|
|
6861
|
+
"Yes",
|
|
6862
|
+
"No"
|
|
6863
|
+
]
|
|
6864
|
+
}
|
|
6865
|
+
},
|
|
6866
|
+
"oneOf": [
|
|
6867
|
+
{
|
|
6868
|
+
"properties": {
|
|
6869
|
+
"yesNo": {
|
|
6870
|
+
"enum": [
|
|
6871
|
+
"No"
|
|
6872
|
+
]
|
|
6873
|
+
}
|
|
6874
|
+
}
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"properties": {
|
|
6878
|
+
"yesNo": {
|
|
6879
|
+
"enum": [
|
|
6880
|
+
"Yes"
|
|
6881
|
+
]
|
|
6882
|
+
},
|
|
6883
|
+
"attachments": {
|
|
6884
|
+
"title": "Please supply a copy.",
|
|
6885
|
+
"type": "string",
|
|
6886
|
+
"enum": [
|
|
6887
|
+
"Attached",
|
|
6888
|
+
"To follow",
|
|
6889
|
+
"Lost"
|
|
6890
|
+
]
|
|
6891
|
+
}
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6827
6894
|
]
|
|
6828
6895
|
},
|
|
6829
6896
|
"noticeOfBuildingCondition": {
|
|
6830
|
-
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance?
|
|
6831
|
-
"type": "
|
|
6832
|
-
"
|
|
6833
|
-
"
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6897
|
+
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance?",
|
|
6898
|
+
"type": "object",
|
|
6899
|
+
"properties": {
|
|
6900
|
+
"yesNo": {
|
|
6901
|
+
"type": "string",
|
|
6902
|
+
"title": "",
|
|
6903
|
+
"enum": [
|
|
6904
|
+
"Yes",
|
|
6905
|
+
"No"
|
|
6906
|
+
]
|
|
6907
|
+
}
|
|
6908
|
+
},
|
|
6909
|
+
"oneOf": [
|
|
6910
|
+
{
|
|
6911
|
+
"properties": {
|
|
6912
|
+
"yesNo": {
|
|
6913
|
+
"enum": [
|
|
6914
|
+
"No"
|
|
6915
|
+
]
|
|
6916
|
+
}
|
|
6917
|
+
}
|
|
6918
|
+
},
|
|
6919
|
+
{
|
|
6920
|
+
"properties": {
|
|
6921
|
+
"yesNo": {
|
|
6922
|
+
"enum": [
|
|
6923
|
+
"Yes"
|
|
6924
|
+
]
|
|
6925
|
+
},
|
|
6926
|
+
"attachments": {
|
|
6927
|
+
"title": "Please supply a copy.",
|
|
6928
|
+
"type": "string",
|
|
6929
|
+
"enum": [
|
|
6930
|
+
"Attached",
|
|
6931
|
+
"To follow",
|
|
6932
|
+
"Lost"
|
|
6933
|
+
]
|
|
6934
|
+
}
|
|
6935
|
+
}
|
|
6936
|
+
}
|
|
6838
6937
|
]
|
|
6839
6938
|
},
|
|
6840
6939
|
"managedAreasBuildingsInsurancePolicy": {
|
|
@@ -889,7 +889,10 @@
|
|
|
889
889
|
"sellerAwareOfAlterations": {
|
|
890
890
|
"yesNo": {},
|
|
891
891
|
"details": {},
|
|
892
|
-
"landlordConsentObtained": {
|
|
892
|
+
"landlordConsentObtained": {
|
|
893
|
+
"yesNo": {},
|
|
894
|
+
"attachments": {}
|
|
895
|
+
}
|
|
893
896
|
}
|
|
894
897
|
},
|
|
895
898
|
"enfranchisement": {
|
|
@@ -941,8 +944,14 @@
|
|
|
941
944
|
"arrangedBySeller": {},
|
|
942
945
|
"arrangedByLandlord": {}
|
|
943
946
|
},
|
|
944
|
-
"noticeOfSale": {
|
|
945
|
-
|
|
947
|
+
"noticeOfSale": {
|
|
948
|
+
"yesNo": {},
|
|
949
|
+
"attachments": {}
|
|
950
|
+
},
|
|
951
|
+
"noticeOfBuildingCondition": {
|
|
952
|
+
"yesNo": {},
|
|
953
|
+
"attachments": {}
|
|
954
|
+
},
|
|
946
955
|
"managedAreasBuildingsInsurancePolicy": {},
|
|
947
956
|
"serviceChargeEstimatesCurrent": {},
|
|
948
957
|
"serviceChargeEstimatesPrevious": {},
|