@pdtf/schemas 3.0.0-29 → 3.0.0-30
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 +141 -33
- package/src/schemas/v3/overlays/baspi.json +0 -15
- package/src/schemas/v3/overlays/nts.json +10 -4
- package/src/schemas/v3/overlays/ta7.json +120 -4
- package/src/schemas/v3/pdtf-transaction.json +129 -27
- package/src/schemas/v3/skeleton.json +12 -3
package/package.json
CHANGED
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"enum": ["Yes"]
|
|
636
636
|
},
|
|
637
637
|
"attachments": {
|
|
638
|
-
"
|
|
638
|
+
"ntsRef": "B2.1.1",
|
|
639
639
|
"title": "Attachments",
|
|
640
640
|
"type": "string",
|
|
641
641
|
"enum": ["Attached", "With agent"]
|
|
@@ -5288,12 +5288,13 @@
|
|
|
5288
5288
|
},
|
|
5289
5289
|
"groundRentFrequency": {
|
|
5290
5290
|
"ta7Ref": "1.2b",
|
|
5291
|
+
"ntsRef": "A3.4.3",
|
|
5291
5292
|
"title": "How regularly is the rent paid? (e.g. annually)",
|
|
5292
5293
|
"type": "string"
|
|
5293
5294
|
},
|
|
5294
5295
|
"rentSubjectToIncrease": {
|
|
5295
5296
|
"baspiRef": "A1.4.2.3",
|
|
5296
|
-
"ntsRef": "A3.4.
|
|
5297
|
+
"ntsRef": "A3.4.4",
|
|
5297
5298
|
"ta7Ref": "1.2c",
|
|
5298
5299
|
"piqRef": "A1.3.4",
|
|
5299
5300
|
"type": "object",
|
|
@@ -5303,7 +5304,7 @@
|
|
|
5303
5304
|
"baspiRef": "A1.4.2.3.1",
|
|
5304
5305
|
"piqRef": "A1.3.4.1",
|
|
5305
5306
|
"ta7Ref": "1.2c.1",
|
|
5306
|
-
"ntsRef": "
|
|
5307
|
+
"ntsRef": "A3.4.4.1",
|
|
5307
5308
|
"type": "string",
|
|
5308
5309
|
"title": "",
|
|
5309
5310
|
"enum": ["Yes", "No"]
|
|
@@ -5332,7 +5333,7 @@
|
|
|
5332
5333
|
"rentReviewFrequency": {
|
|
5333
5334
|
"baspiRef": "A1.4.2.3.2",
|
|
5334
5335
|
"ta7Ref": "1.2d",
|
|
5335
|
-
"ntsRef": "
|
|
5336
|
+
"ntsRef": "A3.4.4.2",
|
|
5336
5337
|
"title": "How often is the rent reviewed?",
|
|
5337
5338
|
"type": "string"
|
|
5338
5339
|
},
|
|
@@ -5340,7 +5341,7 @@
|
|
|
5340
5341
|
"baspiRef": "A1.4.2.3.3",
|
|
5341
5342
|
"piqRef": "A1.3.4.2",
|
|
5342
5343
|
"ta7Ref": "1.2e",
|
|
5343
|
-
"ntsRef": "
|
|
5344
|
+
"ntsRef": "A3.4.4.3",
|
|
5344
5345
|
"title": "How is the increase calculated?",
|
|
5345
5346
|
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc",
|
|
5346
5347
|
"type": "string"
|
|
@@ -6375,7 +6376,6 @@
|
|
|
6375
6376
|
"transferFees"
|
|
6376
6377
|
],
|
|
6377
6378
|
"ta7Required": [
|
|
6378
|
-
"annualServiceCharge",
|
|
6379
6379
|
"largeAdditionalExpense",
|
|
6380
6380
|
"problemInServiceChargeLevel",
|
|
6381
6381
|
"serviceChargeChallenged",
|
|
@@ -7265,41 +7265,149 @@
|
|
|
7265
7265
|
},
|
|
7266
7266
|
"sellerServedNoticeOnLandlord": {
|
|
7267
7267
|
"ta7Ref": "10.2",
|
|
7268
|
-
"title": "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease?
|
|
7269
|
-
"type": "
|
|
7270
|
-
"
|
|
7271
|
-
"
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7268
|
+
"title": "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease?",
|
|
7269
|
+
"type": "object",
|
|
7270
|
+
"properties": {
|
|
7271
|
+
"yesNo": {
|
|
7272
|
+
"ta7Ref": "10.2.1",
|
|
7273
|
+
"type": "string",
|
|
7274
|
+
"title": "",
|
|
7275
|
+
"enum": [
|
|
7276
|
+
"Yes",
|
|
7277
|
+
"No",
|
|
7278
|
+
"Not known",
|
|
7279
|
+
"Not required"
|
|
7280
|
+
]
|
|
7281
|
+
}
|
|
7282
|
+
},
|
|
7283
|
+
"ta7Required": ["yesNo"],
|
|
7284
|
+
"discriminator": {
|
|
7285
|
+
"propertyName": "yesNo"
|
|
7286
|
+
},
|
|
7287
|
+
"oneOf": [
|
|
7288
|
+
{
|
|
7289
|
+
"properties": {
|
|
7290
|
+
"yesNo": {
|
|
7291
|
+
"enum": [
|
|
7292
|
+
"No",
|
|
7293
|
+
"Not known",
|
|
7294
|
+
"Not required"
|
|
7295
|
+
]
|
|
7296
|
+
}
|
|
7297
|
+
}
|
|
7298
|
+
},
|
|
7299
|
+
{
|
|
7300
|
+
"properties": {
|
|
7301
|
+
"yesNo": {
|
|
7302
|
+
"enum": ["Yes"]
|
|
7303
|
+
},
|
|
7304
|
+
"attachments": {
|
|
7305
|
+
"ta7Ref": "10.2.2",
|
|
7306
|
+
"title": "Please supply a copy.",
|
|
7307
|
+
"type": "string",
|
|
7308
|
+
"enum": ["Attached", "To follow"]
|
|
7309
|
+
}
|
|
7310
|
+
},
|
|
7311
|
+
"ta7Required": ["attachments"]
|
|
7312
|
+
}
|
|
7277
7313
|
]
|
|
7278
7314
|
},
|
|
7279
7315
|
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
7280
7316
|
"ta7Ref": "10.3",
|
|
7281
|
-
"title": "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?
|
|
7282
|
-
"type": "
|
|
7283
|
-
"
|
|
7284
|
-
"
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7317
|
+
"title": "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?",
|
|
7318
|
+
"type": "object",
|
|
7319
|
+
"properties": {
|
|
7320
|
+
"yesNo": {
|
|
7321
|
+
"ta7Ref": "10.3.1",
|
|
7322
|
+
"type": "string",
|
|
7323
|
+
"title": "",
|
|
7324
|
+
"enum": [
|
|
7325
|
+
"Yes",
|
|
7326
|
+
"No",
|
|
7327
|
+
"Not known",
|
|
7328
|
+
"Not required"
|
|
7329
|
+
]
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
7332
|
+
"ta7Required": ["yesNo"],
|
|
7333
|
+
"discriminator": {
|
|
7334
|
+
"propertyName": "yesNo"
|
|
7335
|
+
},
|
|
7336
|
+
"oneOf": [
|
|
7337
|
+
{
|
|
7338
|
+
"properties": {
|
|
7339
|
+
"yesNo": {
|
|
7340
|
+
"enum": [
|
|
7341
|
+
"No",
|
|
7342
|
+
"Not known",
|
|
7343
|
+
"Not required"
|
|
7344
|
+
]
|
|
7345
|
+
}
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"properties": {
|
|
7350
|
+
"yesNo": {
|
|
7351
|
+
"enum": ["Yes"]
|
|
7352
|
+
},
|
|
7353
|
+
"attachments": {
|
|
7354
|
+
"ta7Ref": "10.3.2",
|
|
7355
|
+
"title": "Please supply a copy.",
|
|
7356
|
+
"type": "string",
|
|
7357
|
+
"enum": ["Attached", "To follow"]
|
|
7358
|
+
}
|
|
7359
|
+
},
|
|
7360
|
+
"ta7Required": ["attachments"]
|
|
7361
|
+
}
|
|
7290
7362
|
]
|
|
7291
7363
|
},
|
|
7292
7364
|
"sellerAwareOfResponse": {
|
|
7293
7365
|
"ta7Ref": "10.4",
|
|
7294
|
-
"title": "Is the seller aware of any response to a notice disclosed in replies above?
|
|
7295
|
-
"type": "
|
|
7296
|
-
"
|
|
7297
|
-
"
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7366
|
+
"title": "Is the seller aware of any response to a notice disclosed in replies above?",
|
|
7367
|
+
"type": "object",
|
|
7368
|
+
"properties": {
|
|
7369
|
+
"yesNo": {
|
|
7370
|
+
"ta7Ref": "10.4.1",
|
|
7371
|
+
"type": "string",
|
|
7372
|
+
"title": "",
|
|
7373
|
+
"enum": [
|
|
7374
|
+
"Yes",
|
|
7375
|
+
"No",
|
|
7376
|
+
"Not known",
|
|
7377
|
+
"Not required"
|
|
7378
|
+
]
|
|
7379
|
+
}
|
|
7380
|
+
},
|
|
7381
|
+
"ta7Required": ["yesNo"],
|
|
7382
|
+
"discriminator": {
|
|
7383
|
+
"propertyName": "yesNo"
|
|
7384
|
+
},
|
|
7385
|
+
"oneOf": [
|
|
7386
|
+
{
|
|
7387
|
+
"properties": {
|
|
7388
|
+
"yesNo": {
|
|
7389
|
+
"enum": [
|
|
7390
|
+
"No",
|
|
7391
|
+
"Not known",
|
|
7392
|
+
"Not required"
|
|
7393
|
+
]
|
|
7394
|
+
}
|
|
7395
|
+
}
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"properties": {
|
|
7399
|
+
"yesNo": {
|
|
7400
|
+
"enum": ["Yes"]
|
|
7401
|
+
},
|
|
7402
|
+
"attachments": {
|
|
7403
|
+
"ta7Ref": "10.4.2",
|
|
7404
|
+
"title": "Please supply a copy.",
|
|
7405
|
+
"type": "string",
|
|
7406
|
+
"enum": ["Attached", "To follow"]
|
|
7407
|
+
}
|
|
7408
|
+
},
|
|
7409
|
+
"ta7Required": ["attachments"]
|
|
7410
|
+
}
|
|
7303
7411
|
]
|
|
7304
7412
|
},
|
|
7305
7413
|
"enfranchisementSteps": {
|
|
@@ -102,21 +102,6 @@
|
|
|
102
102
|
]
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"buildInformation": {
|
|
106
|
-
"properties": {
|
|
107
|
-
"roomDimensions": {
|
|
108
|
-
"oneOf": [
|
|
109
|
-
{
|
|
110
|
-
"properties": {
|
|
111
|
-
"attachments": {
|
|
112
|
-
"baspiRef": "A1.2.3"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
]
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
105
|
"delayFactors": {
|
|
121
106
|
"baspiRef": "A1.2",
|
|
122
107
|
"required": [
|
|
@@ -168,6 +168,9 @@
|
|
|
168
168
|
"enum": [
|
|
169
169
|
"Yes"
|
|
170
170
|
]
|
|
171
|
+
},
|
|
172
|
+
"attachments": {
|
|
173
|
+
"ntsRef": "B2.1.1"
|
|
171
174
|
}
|
|
172
175
|
}
|
|
173
176
|
},
|
|
@@ -379,8 +382,11 @@
|
|
|
379
382
|
"annualGroundRent": {
|
|
380
383
|
"ntsRef": "A3.4.2"
|
|
381
384
|
},
|
|
385
|
+
"groundRentFrequency": {
|
|
386
|
+
"ntsRef": "A3.4.3"
|
|
387
|
+
},
|
|
382
388
|
"rentSubjectToIncrease": {
|
|
383
|
-
"ntsRef": "A3.4.
|
|
389
|
+
"ntsRef": "A3.4.4",
|
|
384
390
|
"discriminator": {
|
|
385
391
|
"propertyName": "yesNo"
|
|
386
392
|
},
|
|
@@ -402,10 +408,10 @@
|
|
|
402
408
|
]
|
|
403
409
|
},
|
|
404
410
|
"rentReviewFrequency": {
|
|
405
|
-
"ntsRef": "
|
|
411
|
+
"ntsRef": "A3.4.4.2"
|
|
406
412
|
},
|
|
407
413
|
"rentIncreaseCalculated": {
|
|
408
|
-
"ntsRef": "
|
|
414
|
+
"ntsRef": "A3.4.4.3"
|
|
409
415
|
}
|
|
410
416
|
},
|
|
411
417
|
"required": [
|
|
@@ -419,7 +425,7 @@
|
|
|
419
425
|
],
|
|
420
426
|
"properties": {
|
|
421
427
|
"yesNo": {
|
|
422
|
-
"ntsRef": "
|
|
428
|
+
"ntsRef": "A3.4.4.1"
|
|
423
429
|
}
|
|
424
430
|
}
|
|
425
431
|
}
|
|
@@ -713,7 +713,6 @@
|
|
|
713
713
|
}
|
|
714
714
|
},
|
|
715
715
|
"required": [
|
|
716
|
-
"annualServiceCharge",
|
|
717
716
|
"largeAdditionalExpense",
|
|
718
717
|
"problemInServiceChargeLevel",
|
|
719
718
|
"serviceChargeChallenged",
|
|
@@ -994,13 +993,130 @@
|
|
|
994
993
|
"ta7Ref": "10.1"
|
|
995
994
|
},
|
|
996
995
|
"sellerServedNoticeOnLandlord": {
|
|
997
|
-
"ta7Ref": "10.2"
|
|
996
|
+
"ta7Ref": "10.2",
|
|
997
|
+
"discriminator": {
|
|
998
|
+
"propertyName": "yesNo"
|
|
999
|
+
},
|
|
1000
|
+
"oneOf": [
|
|
1001
|
+
{
|
|
1002
|
+
"properties": {
|
|
1003
|
+
"yesNo": {
|
|
1004
|
+
"enum": [
|
|
1005
|
+
"No",
|
|
1006
|
+
"Not known",
|
|
1007
|
+
"Not required"
|
|
1008
|
+
]
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"properties": {
|
|
1014
|
+
"yesNo": {
|
|
1015
|
+
"enum": [
|
|
1016
|
+
"Yes"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
"attachments": {
|
|
1020
|
+
"ta7Ref": "10.2.2"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"required": [
|
|
1024
|
+
"attachments"
|
|
1025
|
+
]
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"required": [
|
|
1029
|
+
"yesNo"
|
|
1030
|
+
],
|
|
1031
|
+
"properties": {
|
|
1032
|
+
"yesNo": {
|
|
1033
|
+
"ta7Ref": "10.2.1"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
998
1036
|
},
|
|
999
1037
|
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
1000
|
-
"ta7Ref": "10.3"
|
|
1038
|
+
"ta7Ref": "10.3",
|
|
1039
|
+
"discriminator": {
|
|
1040
|
+
"propertyName": "yesNo"
|
|
1041
|
+
},
|
|
1042
|
+
"oneOf": [
|
|
1043
|
+
{
|
|
1044
|
+
"properties": {
|
|
1045
|
+
"yesNo": {
|
|
1046
|
+
"enum": [
|
|
1047
|
+
"No",
|
|
1048
|
+
"Not known",
|
|
1049
|
+
"Not required"
|
|
1050
|
+
]
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"properties": {
|
|
1056
|
+
"yesNo": {
|
|
1057
|
+
"enum": [
|
|
1058
|
+
"Yes"
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
"attachments": {
|
|
1062
|
+
"ta7Ref": "10.3.2"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"required": [
|
|
1066
|
+
"attachments"
|
|
1067
|
+
]
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"required": [
|
|
1071
|
+
"yesNo"
|
|
1072
|
+
],
|
|
1073
|
+
"properties": {
|
|
1074
|
+
"yesNo": {
|
|
1075
|
+
"ta7Ref": "10.3.1"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1001
1078
|
},
|
|
1002
1079
|
"sellerAwareOfResponse": {
|
|
1003
|
-
"ta7Ref": "10.4"
|
|
1080
|
+
"ta7Ref": "10.4",
|
|
1081
|
+
"discriminator": {
|
|
1082
|
+
"propertyName": "yesNo"
|
|
1083
|
+
},
|
|
1084
|
+
"oneOf": [
|
|
1085
|
+
{
|
|
1086
|
+
"properties": {
|
|
1087
|
+
"yesNo": {
|
|
1088
|
+
"enum": [
|
|
1089
|
+
"No",
|
|
1090
|
+
"Not known",
|
|
1091
|
+
"Not required"
|
|
1092
|
+
]
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"properties": {
|
|
1098
|
+
"yesNo": {
|
|
1099
|
+
"enum": [
|
|
1100
|
+
"Yes"
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1103
|
+
"attachments": {
|
|
1104
|
+
"ta7Ref": "10.4.2"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"required": [
|
|
1108
|
+
"attachments"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
],
|
|
1112
|
+
"required": [
|
|
1113
|
+
"yesNo"
|
|
1114
|
+
],
|
|
1115
|
+
"properties": {
|
|
1116
|
+
"yesNo": {
|
|
1117
|
+
"ta7Ref": "10.4.1"
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1004
1120
|
}
|
|
1005
1121
|
}
|
|
1006
1122
|
},
|
|
@@ -6383,39 +6383,141 @@
|
|
|
6383
6383
|
]
|
|
6384
6384
|
},
|
|
6385
6385
|
"sellerServedNoticeOnLandlord": {
|
|
6386
|
-
"title": "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease?
|
|
6387
|
-
"type": "
|
|
6388
|
-
"
|
|
6389
|
-
"
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6386
|
+
"title": "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease?",
|
|
6387
|
+
"type": "object",
|
|
6388
|
+
"properties": {
|
|
6389
|
+
"yesNo": {
|
|
6390
|
+
"type": "string",
|
|
6391
|
+
"title": "",
|
|
6392
|
+
"enum": [
|
|
6393
|
+
"Yes",
|
|
6394
|
+
"No",
|
|
6395
|
+
"Not known",
|
|
6396
|
+
"Not required"
|
|
6397
|
+
]
|
|
6398
|
+
}
|
|
6399
|
+
},
|
|
6400
|
+
"oneOf": [
|
|
6401
|
+
{
|
|
6402
|
+
"properties": {
|
|
6403
|
+
"yesNo": {
|
|
6404
|
+
"enum": [
|
|
6405
|
+
"No",
|
|
6406
|
+
"Not known",
|
|
6407
|
+
"Not required"
|
|
6408
|
+
]
|
|
6409
|
+
}
|
|
6410
|
+
}
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
"properties": {
|
|
6414
|
+
"yesNo": {
|
|
6415
|
+
"enum": [
|
|
6416
|
+
"Yes"
|
|
6417
|
+
]
|
|
6418
|
+
},
|
|
6419
|
+
"attachments": {
|
|
6420
|
+
"title": "Please supply a copy.",
|
|
6421
|
+
"type": "string",
|
|
6422
|
+
"enum": [
|
|
6423
|
+
"Attached",
|
|
6424
|
+
"To follow"
|
|
6425
|
+
]
|
|
6426
|
+
}
|
|
6427
|
+
}
|
|
6428
|
+
}
|
|
6395
6429
|
]
|
|
6396
6430
|
},
|
|
6397
6431
|
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
6398
|
-
"title": "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?
|
|
6399
|
-
"type": "
|
|
6400
|
-
"
|
|
6401
|
-
"
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6432
|
+
"title": "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?",
|
|
6433
|
+
"type": "object",
|
|
6434
|
+
"properties": {
|
|
6435
|
+
"yesNo": {
|
|
6436
|
+
"type": "string",
|
|
6437
|
+
"title": "",
|
|
6438
|
+
"enum": [
|
|
6439
|
+
"Yes",
|
|
6440
|
+
"No",
|
|
6441
|
+
"Not known",
|
|
6442
|
+
"Not required"
|
|
6443
|
+
]
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
"oneOf": [
|
|
6447
|
+
{
|
|
6448
|
+
"properties": {
|
|
6449
|
+
"yesNo": {
|
|
6450
|
+
"enum": [
|
|
6451
|
+
"No",
|
|
6452
|
+
"Not known",
|
|
6453
|
+
"Not required"
|
|
6454
|
+
]
|
|
6455
|
+
}
|
|
6456
|
+
}
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
"properties": {
|
|
6460
|
+
"yesNo": {
|
|
6461
|
+
"enum": [
|
|
6462
|
+
"Yes"
|
|
6463
|
+
]
|
|
6464
|
+
},
|
|
6465
|
+
"attachments": {
|
|
6466
|
+
"title": "Please supply a copy.",
|
|
6467
|
+
"type": "string",
|
|
6468
|
+
"enum": [
|
|
6469
|
+
"Attached",
|
|
6470
|
+
"To follow"
|
|
6471
|
+
]
|
|
6472
|
+
}
|
|
6473
|
+
}
|
|
6474
|
+
}
|
|
6407
6475
|
]
|
|
6408
6476
|
},
|
|
6409
6477
|
"sellerAwareOfResponse": {
|
|
6410
|
-
"title": "Is the seller aware of any response to a notice disclosed in replies above?
|
|
6411
|
-
"type": "
|
|
6412
|
-
"
|
|
6413
|
-
"
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6478
|
+
"title": "Is the seller aware of any response to a notice disclosed in replies above?",
|
|
6479
|
+
"type": "object",
|
|
6480
|
+
"properties": {
|
|
6481
|
+
"yesNo": {
|
|
6482
|
+
"type": "string",
|
|
6483
|
+
"title": "",
|
|
6484
|
+
"enum": [
|
|
6485
|
+
"Yes",
|
|
6486
|
+
"No",
|
|
6487
|
+
"Not known",
|
|
6488
|
+
"Not required"
|
|
6489
|
+
]
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
6492
|
+
"oneOf": [
|
|
6493
|
+
{
|
|
6494
|
+
"properties": {
|
|
6495
|
+
"yesNo": {
|
|
6496
|
+
"enum": [
|
|
6497
|
+
"No",
|
|
6498
|
+
"Not known",
|
|
6499
|
+
"Not required"
|
|
6500
|
+
]
|
|
6501
|
+
}
|
|
6502
|
+
}
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
"properties": {
|
|
6506
|
+
"yesNo": {
|
|
6507
|
+
"enum": [
|
|
6508
|
+
"Yes"
|
|
6509
|
+
]
|
|
6510
|
+
},
|
|
6511
|
+
"attachments": {
|
|
6512
|
+
"title": "Please supply a copy.",
|
|
6513
|
+
"type": "string",
|
|
6514
|
+
"enum": [
|
|
6515
|
+
"Attached",
|
|
6516
|
+
"To follow"
|
|
6517
|
+
]
|
|
6518
|
+
}
|
|
6519
|
+
}
|
|
6520
|
+
}
|
|
6419
6521
|
]
|
|
6420
6522
|
},
|
|
6421
6523
|
"enfranchisementSteps": {
|
|
@@ -894,9 +894,18 @@
|
|
|
894
894
|
},
|
|
895
895
|
"enfranchisement": {
|
|
896
896
|
"sellerOwnedProperty": {},
|
|
897
|
-
"sellerServedNoticeOnLandlord": {
|
|
898
|
-
|
|
899
|
-
|
|
897
|
+
"sellerServedNoticeOnLandlord": {
|
|
898
|
+
"yesNo": {},
|
|
899
|
+
"attachments": {}
|
|
900
|
+
},
|
|
901
|
+
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
902
|
+
"yesNo": {},
|
|
903
|
+
"attachments": {}
|
|
904
|
+
},
|
|
905
|
+
"sellerAwareOfResponse": {
|
|
906
|
+
"yesNo": {},
|
|
907
|
+
"attachments": {}
|
|
908
|
+
},
|
|
900
909
|
"enfranchisementSteps": {
|
|
901
910
|
"yesNo": {},
|
|
902
911
|
"details": {}
|