@pdtf/schemas 3.0.0-31 → 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
CHANGED
|
@@ -7224,14 +7224,54 @@
|
|
|
7224
7224
|
},
|
|
7225
7225
|
"landlordConsentObtained": {
|
|
7226
7226
|
"ta7Ref": "9.3",
|
|
7227
|
-
"title": "Was the landlord’s consent for the alterations obtained?
|
|
7228
|
-
"type": "
|
|
7229
|
-
"
|
|
7230
|
-
"
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7227
|
+
"title": "Was the landlord’s consent for the alterations obtained?",
|
|
7228
|
+
"type": "object",
|
|
7229
|
+
"properties": {
|
|
7230
|
+
"yesNo": {
|
|
7231
|
+
"ta7Ref": "9.3.1",
|
|
7232
|
+
"type": "string",
|
|
7233
|
+
"title": "",
|
|
7234
|
+
"enum": [
|
|
7235
|
+
"Yes",
|
|
7236
|
+
"No",
|
|
7237
|
+
"Not known",
|
|
7238
|
+
"Not required"
|
|
7239
|
+
]
|
|
7240
|
+
}
|
|
7241
|
+
},
|
|
7242
|
+
"ta7Required": ["yesNo"],
|
|
7243
|
+
"discriminator": {
|
|
7244
|
+
"propertyName": "yesNo"
|
|
7245
|
+
},
|
|
7246
|
+
"oneOf": [
|
|
7247
|
+
{
|
|
7248
|
+
"properties": {
|
|
7249
|
+
"yesNo": {
|
|
7250
|
+
"enum": [
|
|
7251
|
+
"No",
|
|
7252
|
+
"Not known",
|
|
7253
|
+
"Not required"
|
|
7254
|
+
]
|
|
7255
|
+
}
|
|
7256
|
+
}
|
|
7257
|
+
},
|
|
7258
|
+
{
|
|
7259
|
+
"properties": {
|
|
7260
|
+
"yesNo": {
|
|
7261
|
+
"enum": ["Yes"]
|
|
7262
|
+
},
|
|
7263
|
+
"attachments": {
|
|
7264
|
+
"ta7Ref": "9.3.2",
|
|
7265
|
+
"title": "Please supply a copy.",
|
|
7266
|
+
"type": "string",
|
|
7267
|
+
"enum": [
|
|
7268
|
+
"Attached",
|
|
7269
|
+
"To follow"
|
|
7270
|
+
]
|
|
7271
|
+
}
|
|
7272
|
+
},
|
|
7273
|
+
"ta7Required": ["attachments"]
|
|
7274
|
+
}
|
|
7235
7275
|
]
|
|
7236
7276
|
}
|
|
7237
7277
|
},
|
|
@@ -7672,14 +7712,14 @@
|
|
|
7672
7712
|
],
|
|
7673
7713
|
"properties": {
|
|
7674
7714
|
"lease": {
|
|
7675
|
-
"ta7Ref": "3.
|
|
7715
|
+
"ta7Ref": "3.1a",
|
|
7676
7716
|
"title": "Please supply a copy of the lease.",
|
|
7677
7717
|
"type": "string",
|
|
7678
7718
|
"enum": ["Attached", "To follow"]
|
|
7679
7719
|
},
|
|
7680
7720
|
"deedsOfVariation": {
|
|
7681
7721
|
"lpe1Ref": "8.9",
|
|
7682
|
-
"ta7Ref": "3.
|
|
7722
|
+
"ta7Ref": "3.1b",
|
|
7683
7723
|
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
7684
7724
|
"ta7Title": "Any supplemental deeds.",
|
|
7685
7725
|
"type": "string",
|
|
@@ -7762,26 +7802,90 @@
|
|
|
7762
7802
|
},
|
|
7763
7803
|
"noticeOfSale": {
|
|
7764
7804
|
"ta7Ref": "6.1",
|
|
7765
|
-
"title": "Has the seller received a notice that the landlord wants to sell the building?
|
|
7766
|
-
"type": "
|
|
7767
|
-
"
|
|
7768
|
-
"
|
|
7769
|
-
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
7805
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building?",
|
|
7806
|
+
"type": "object",
|
|
7807
|
+
"properties": {
|
|
7808
|
+
"yesNo": {
|
|
7809
|
+
"ta7Ref": "6.1.1",
|
|
7810
|
+
"type": "string",
|
|
7811
|
+
"title": "",
|
|
7812
|
+
"enum": ["Yes", "No"]
|
|
7813
|
+
}
|
|
7814
|
+
},
|
|
7815
|
+
"ta7Required": ["yesNo"],
|
|
7816
|
+
"discriminator": {
|
|
7817
|
+
"propertyName": "yesNo"
|
|
7818
|
+
},
|
|
7819
|
+
"oneOf": [
|
|
7820
|
+
{
|
|
7821
|
+
"properties": {
|
|
7822
|
+
"yesNo": {
|
|
7823
|
+
"enum": ["No"]
|
|
7824
|
+
}
|
|
7825
|
+
}
|
|
7826
|
+
},
|
|
7827
|
+
{
|
|
7828
|
+
"properties": {
|
|
7829
|
+
"yesNo": {
|
|
7830
|
+
"enum": ["Yes"]
|
|
7831
|
+
},
|
|
7832
|
+
"attachments": {
|
|
7833
|
+
"ta7Ref": "6.1.2",
|
|
7834
|
+
"title": "Please supply a copy.",
|
|
7835
|
+
"type": "string",
|
|
7836
|
+
"enum": [
|
|
7837
|
+
"Attached",
|
|
7838
|
+
"To follow",
|
|
7839
|
+
"Lost"
|
|
7840
|
+
]
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
"ta7Required": ["attachments"]
|
|
7844
|
+
}
|
|
7773
7845
|
]
|
|
7774
7846
|
},
|
|
7775
7847
|
"noticeOfBuildingCondition": {
|
|
7776
7848
|
"ta7Ref": "6.2",
|
|
7777
|
-
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance?
|
|
7778
|
-
"type": "
|
|
7779
|
-
"
|
|
7780
|
-
"
|
|
7781
|
-
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
|
|
7849
|
+
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance?",
|
|
7850
|
+
"type": "object",
|
|
7851
|
+
"properties": {
|
|
7852
|
+
"yesNo": {
|
|
7853
|
+
"ta7Ref": "6.2.1",
|
|
7854
|
+
"type": "string",
|
|
7855
|
+
"title": "",
|
|
7856
|
+
"enum": ["Yes", "No"]
|
|
7857
|
+
}
|
|
7858
|
+
},
|
|
7859
|
+
"ta7Required": ["yesNo"],
|
|
7860
|
+
"discriminator": {
|
|
7861
|
+
"propertyName": "yesNo"
|
|
7862
|
+
},
|
|
7863
|
+
"oneOf": [
|
|
7864
|
+
{
|
|
7865
|
+
"properties": {
|
|
7866
|
+
"yesNo": {
|
|
7867
|
+
"enum": ["No"]
|
|
7868
|
+
}
|
|
7869
|
+
}
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"properties": {
|
|
7873
|
+
"yesNo": {
|
|
7874
|
+
"enum": ["Yes"]
|
|
7875
|
+
},
|
|
7876
|
+
"attachments": {
|
|
7877
|
+
"ta7Ref": "6.2.2",
|
|
7878
|
+
"title": "Please supply a copy.",
|
|
7879
|
+
"type": "string",
|
|
7880
|
+
"enum": [
|
|
7881
|
+
"Attached",
|
|
7882
|
+
"To follow",
|
|
7883
|
+
"Lost"
|
|
7884
|
+
]
|
|
7885
|
+
}
|
|
7886
|
+
},
|
|
7887
|
+
"ta7Required": ["attachments"]
|
|
7888
|
+
}
|
|
7785
7889
|
]
|
|
7786
7890
|
},
|
|
7787
7891
|
"managedAreasBuildingsInsurancePolicy": {
|
|
@@ -964,7 +964,46 @@
|
|
|
964
964
|
"ta7Ref": "9.2"
|
|
965
965
|
},
|
|
966
966
|
"landlordConsentObtained": {
|
|
967
|
-
"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
|
+
}
|
|
968
1007
|
}
|
|
969
1008
|
},
|
|
970
1009
|
"required": [
|
|
@@ -1141,10 +1180,10 @@
|
|
|
1141
1180
|
"title": "Relevant documents",
|
|
1142
1181
|
"properties": {
|
|
1143
1182
|
"lease": {
|
|
1144
|
-
"ta7Ref": "3.
|
|
1183
|
+
"ta7Ref": "3.1a"
|
|
1145
1184
|
},
|
|
1146
1185
|
"deedsOfVariation": {
|
|
1147
|
-
"ta7Ref": "3.
|
|
1186
|
+
"ta7Ref": "3.1b",
|
|
1148
1187
|
"title": "Any supplemental deeds.",
|
|
1149
1188
|
"enum": [
|
|
1150
1189
|
"Attached",
|
|
@@ -1173,10 +1212,84 @@
|
|
|
1173
1212
|
}
|
|
1174
1213
|
},
|
|
1175
1214
|
"noticeOfSale": {
|
|
1176
|
-
"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
|
+
}
|
|
1177
1253
|
},
|
|
1178
1254
|
"noticeOfBuildingCondition": {
|
|
1179
|
-
"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
|
+
}
|
|
1180
1293
|
},
|
|
1181
1294
|
"additionalRegulationsNotInLease": {
|
|
1182
1295
|
"ta7Ref": "3.1b"
|
|
@@ -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": {},
|