@pdtf/schemas 2.0.0-10 → 2.0.0-11

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "2.0.0-10",
3
+ "version": "2.0.0-11",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -534,32 +534,39 @@
534
534
  ],
535
535
  "properties": {
536
536
  "nameOrOrganisation": {
537
+ "baspiRef": "A1.5.4.1.1",
537
538
  "title": "Name or organisation",
538
539
  "type": "string",
539
540
  "minLength": 1
540
541
  },
541
542
  "address": {
543
+ "baspiRef": "A1.5.4.1.2",
542
544
  "title": "Address",
543
545
  "type": "object",
544
546
  "properties": {
545
547
  "line1": {
548
+ "baspiRef": "A1.5.4.1.2.1",
546
549
  "title": "Address line 1",
547
550
  "type": "string",
548
551
  "minLength": 1
549
552
  },
550
553
  "line2": {
554
+ "baspiRef": "A1.5.4.1.2.2",
551
555
  "title": "Address line 2",
552
556
  "type": "string"
553
557
  },
554
558
  "line3": {
559
+ "baspiRef": "A1.5.4.1.2.3",
555
560
  "title": "Address line 3",
556
561
  "type": "string"
557
562
  },
558
563
  "town": {
564
+ "baspiRef": "A1.5.4.1.2.4",
559
565
  "title": "Town",
560
566
  "type": "string"
561
567
  },
562
568
  "postcode": {
569
+ "baspiRef": "A1.5.4.1.2.5",
563
570
  "title": "Postcode",
564
571
  "type": "string",
565
572
  "minLength": 1
@@ -580,6 +587,7 @@
580
587
  "minLength": 1
581
588
  },
582
589
  "emailAddress": {
590
+ "baspiRef": "A1.5.5.1.3",
583
591
  "title": "Email address",
584
592
  "type": "string",
585
593
  "format": "email"
@@ -1445,7 +1453,7 @@
1445
1453
  "title": "Service Charge",
1446
1454
  "type": "object",
1447
1455
  "fme1Required": [
1448
- "serviceChargePayable",
1456
+ "annualServiceCharge",
1449
1457
  "serviceChargePaidUpToDate",
1450
1458
  "lastDemandPeriod",
1451
1459
  "propertiesContribute",
@@ -1460,22 +1468,64 @@
1460
1468
  "japaneseKnotweedAffectingManagedAreas",
1461
1469
  "transferFees"
1462
1470
  ],
1471
+ "baspiRequired": [
1472
+ "annualServiceCharge",
1473
+ "largeAdditionalExpense",
1474
+ "reserveFund"
1475
+ ],
1463
1476
  "properties": {
1464
- "serviceChargePayable": {
1477
+ "annualServiceCharge": {
1478
+ "baspiRef": "A1.5.1.1.2",
1465
1479
  "fme1Ref": "3.1",
1466
- "title": "What is the annual Service charge payable by this Property?",
1480
+ "title": "What is the annual Service Charge payable by this Property?",
1467
1481
  "description": "This should include any sums payable for the maintenance of the managed area",
1482
+ "type": "number"
1483
+ },
1484
+ "hasFixedRentcharge": {
1485
+ "type": "string",
1486
+ "fme1Ref": "3.1.1",
1487
+ "title": "If there is also a ‘fixed’ Rentcharge, please confirm the amount and explain why."
1488
+ },
1489
+ "largeAdditionalExpense": {
1490
+ "baspiRef": "A1.5.2.1",
1491
+ "title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
1468
1492
  "type": "object",
1469
1493
  "properties": {
1470
- "amount": {
1471
- "type": "number",
1472
- "title": "Amount"
1473
- },
1474
- "hasFixedRentcharge": {
1494
+ "yesNo": {
1495
+ "baspiRef": "A1.5.2.2",
1475
1496
  "type": "string",
1476
- "title": "If there is also a ‘fixed’ Rentcharge, please confirm the amount and explain why."
1497
+ "title": "",
1498
+ "enum": ["Yes", "No"]
1477
1499
  }
1478
- }
1500
+ },
1501
+ "fme1Required": ["yesNo"],
1502
+ "baspiRequired": ["yesNo"],
1503
+ "discriminator": {
1504
+ "propertyName": "yesNo"
1505
+ },
1506
+ "oneOf": [
1507
+ {
1508
+ "properties": {
1509
+ "yesNo": {
1510
+ "enum": ["No"]
1511
+ }
1512
+ }
1513
+ },
1514
+ {
1515
+ "properties": {
1516
+ "yesNo": {
1517
+ "enum": ["Yes"]
1518
+ },
1519
+ "details": {
1520
+ "baspiRef": "A1.5.2.3",
1521
+ "title": "Details",
1522
+ "type": "string"
1523
+ }
1524
+ },
1525
+ "fme1Required": ["details"],
1526
+ "baspiRequired": ["details"]
1527
+ }
1528
+ ]
1479
1529
  },
1480
1530
  "serviceChargePaidUpToDate": {
1481
1531
  "fme1Ref": "3.2",
@@ -1968,16 +2018,19 @@
1968
2018
  },
1969
2019
  "transferFees": {
1970
2020
  "fme1Ref": "3.13",
2021
+ "baspiRef": "A1.5.3",
1971
2022
  "title": "Are there any transfer fees, deferred charges or similar fees, expressed as a percentage of the Property's value payable on an event such as resale or subletting?",
1972
2023
  "type": "object",
1973
2024
  "properties": {
1974
2025
  "yesNo": {
2026
+ "baspiRef": "A1.5.3.1",
1975
2027
  "type": "string",
1976
2028
  "title": "",
1977
2029
  "enum": ["Yes", "No"]
1978
2030
  }
1979
2031
  },
1980
2032
  "fme1Required": ["yesNo"],
2033
+ "baspiRequired": ["yesNo"],
1981
2034
  "discriminator": {
1982
2035
  "propertyName": "yesNo"
1983
2036
  },
@@ -1996,6 +2049,7 @@
1996
2049
  },
1997
2050
  "details": {
1998
2051
  "fme1Ref": "3.13.1",
2052
+ "baspiRef": "A1.5.3.2",
1999
2053
  "title": "Provide details.",
2000
2054
  "type": "string",
2001
2055
  "minLength": 1
@@ -2935,7 +2989,7 @@
2935
2989
  "minLength": 1
2936
2990
  }
2937
2991
  },
2938
- "fme1Required": [
2992
+ "lpe1Required": [
2939
2993
  "line1",
2940
2994
  "postcode"
2941
2995
  ]
@@ -5405,16 +5459,20 @@
5405
5459
  },
5406
5460
  "transferFees": {
5407
5461
  "lpe1Ref": "4.12",
5462
+ "baspiRef": "A1.5.3",
5408
5463
  "title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
5409
5464
  "type": "object",
5410
5465
  "properties": {
5411
5466
  "yesNo": {
5467
+ "lpe1Ref": "4.12.1",
5468
+ "baspiRef": "A1.5.3.1",
5412
5469
  "type": "string",
5413
5470
  "title": "",
5414
5471
  "enum": ["Yes", "No"]
5415
5472
  }
5416
5473
  },
5417
5474
  "lpe1Required": ["yesNo"],
5475
+ "baspiRequired": ["yesNo"],
5418
5476
  "discriminator": {
5419
5477
  "propertyName": "yesNo"
5420
5478
  },
@@ -5432,7 +5490,9 @@
5432
5490
  "enum": ["Yes"]
5433
5491
  },
5434
5492
  "details": {
5435
- "lpe1Ref": "4.12.1",
5493
+ "lpe1Ref": "4.12.2",
5494
+ "baspiRef": "A1.5.3.2",
5495
+
5436
5496
  "title": "Provide details.",
5437
5497
  "type": "string",
5438
5498
  "minLength": 1
@@ -5566,7 +5626,7 @@
5566
5626
  "difficultyInCollectingServiceCharge",
5567
5627
  "serviceChargeOwed",
5568
5628
  "propertiesContributingToMaintenanceOfManagedArea",
5569
- "serviceChargePayable",
5629
+ "adHocExpenses",
5570
5630
  "serviceChargePaidUpToDate",
5571
5631
  "excessPaymentAnticipated",
5572
5632
  "lastDemandPeriod",
@@ -8182,7 +8242,7 @@
8182
8242
  "baspiRef": "A3.2",
8183
8243
  "rdsRef": "WorksAlterationsChanges",
8184
8244
  "ta6Ref": "4.1b",
8185
- "title": "Has there been any change of use (e.g. from an office to a residence?",
8245
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
8186
8246
  "type": "object",
8187
8247
  "properties": {
8188
8248
  "yesNo": {
@@ -8311,7 +8371,7 @@
8311
8371
  {
8312
8372
  "properties": {
8313
8373
  "yesNo": {
8314
- "enum": ["No"]
8374
+ "enum": ["No", "Not required"]
8315
8375
  },
8316
8376
  "details": {
8317
8377
  "baspiRef": "A3.5.2.2",
@@ -13044,6 +13104,7 @@
13044
13104
  ],
13045
13105
  "properties": {
13046
13106
  "curtainRailsPolesPelmets": {
13107
+ "type": "object",
13047
13108
  "title": "Curtain rails/poles/pelmets",
13048
13109
  "properties": {
13049
13110
  "hallStairsLanding": {
@@ -13481,6 +13542,7 @@
13481
13542
  },
13482
13543
  "curtainsBlinds": {
13483
13544
  "title": "Curtains/blinds",
13545
+ "type": "object",
13484
13546
  "properties": {
13485
13547
  "hallStairsLanding": {
13486
13548
  "title": "Hall, stairs and landing",
@@ -17276,6 +17338,8 @@
17276
17338
  "enum": ["Yes"]
17277
17339
  },
17278
17340
  "centralHeatingDetails": {
17341
+ "baspiRef": "A7.4.0.0",
17342
+ "ta6Ref": "12.3",
17279
17343
  "type": "object",
17280
17344
  "title": "Central Heating Details",
17281
17345
  "properties": {
@@ -20021,10 +20085,8 @@
20021
20085
  "baspiRef": "B7.4.2",
20022
20086
  "title": "Confirm that you will handover details on day of completion",
20023
20087
  "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]",
20024
- "confirmation": {
20025
- "type": "string",
20026
- "enum": ["true", "false"]
20027
- }
20088
+ "type": "string",
20089
+ "enum": ["true", "false"]
20028
20090
  }
20029
20091
  },
20030
20092
  "baspiRequired": [
@@ -288,11 +288,43 @@
288
288
  "emailAddress"
289
289
  ],
290
290
  "properties": {
291
+ "nameOrOrganisation": {
292
+ "baspiRef": "A1.5.4.1.1",
293
+ "title": "Name or organisation"
294
+ },
291
295
  "address": {
296
+ "baspiRef": "A1.5.4.1.2",
297
+ "title": "Address",
292
298
  "required": [
293
299
  "line1",
294
300
  "postcode"
295
- ]
301
+ ],
302
+ "properties": {
303
+ "line1": {
304
+ "baspiRef": "A1.5.4.1.2.1",
305
+ "title": "Address line 1"
306
+ },
307
+ "line2": {
308
+ "baspiRef": "A1.5.4.1.2.2",
309
+ "title": "Address line 2"
310
+ },
311
+ "line3": {
312
+ "baspiRef": "A1.5.4.1.2.3",
313
+ "title": "Address line 3"
314
+ },
315
+ "town": {
316
+ "baspiRef": "A1.5.4.1.2.4",
317
+ "title": "Town"
318
+ },
319
+ "postcode": {
320
+ "baspiRef": "A1.5.4.1.2.5",
321
+ "title": "Postcode"
322
+ }
323
+ }
324
+ },
325
+ "emailAddress": {
326
+ "baspiRef": "A1.5.5.1.3",
327
+ "title": "Email address"
296
328
  }
297
329
  }
298
330
  }
@@ -359,7 +391,108 @@
359
391
  },
360
392
  "serviceCharge": {
361
393
  "baspiRef": "A1.5.1",
362
- "title": "Service Charge"
394
+ "title": "Service Charge",
395
+ "required": [
396
+ "annualServiceCharge",
397
+ "largeAdditionalExpense",
398
+ "reserveFund"
399
+ ],
400
+ "properties": {
401
+ "annualServiceCharge": {
402
+ "baspiRef": "A1.5.1.1.2",
403
+ "title": "What is the annual Service Charge payable by this Property?",
404
+ "description": "This should include any sums payable for the maintenance of the managed area"
405
+ },
406
+ "largeAdditionalExpense": {
407
+ "baspiRef": "A1.5.2.1",
408
+ "title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
409
+ "discriminator": {
410
+ "propertyName": "yesNo"
411
+ },
412
+ "oneOf": [
413
+ {
414
+ "properties": {
415
+ "yesNo": {
416
+ "enum": [
417
+ "No"
418
+ ]
419
+ }
420
+ }
421
+ },
422
+ {
423
+ "properties": {
424
+ "yesNo": {
425
+ "enum": [
426
+ "Yes"
427
+ ]
428
+ },
429
+ "details": {
430
+ "baspiRef": "A1.5.2.3",
431
+ "title": "Details"
432
+ }
433
+ },
434
+ "required": [
435
+ "details"
436
+ ]
437
+ }
438
+ ],
439
+ "required": [
440
+ "yesNo"
441
+ ],
442
+ "properties": {
443
+ "yesNo": {
444
+ "baspiRef": "A1.5.2.2",
445
+ "enum": [
446
+ "Yes",
447
+ "No"
448
+ ]
449
+ }
450
+ }
451
+ },
452
+ "transferFees": {
453
+ "baspiRef": "A1.5.3",
454
+ "title": "Are there any transfer fees, deferred charges or similar fees, expressed as a percentage of the Property's value payable on an event such as resale or subletting?",
455
+ "discriminator": {
456
+ "propertyName": "yesNo"
457
+ },
458
+ "oneOf": [
459
+ {
460
+ "properties": {
461
+ "yesNo": {
462
+ "enum": [
463
+ "No"
464
+ ]
465
+ }
466
+ }
467
+ },
468
+ {
469
+ "properties": {
470
+ "yesNo": {
471
+ "enum": [
472
+ "Yes"
473
+ ]
474
+ },
475
+ "details": {
476
+ "baspiRef": "A1.5.3.2",
477
+ "title": "Provide details."
478
+ }
479
+ }
480
+ }
481
+ ],
482
+ "required": [
483
+ "yesNo"
484
+ ],
485
+ "properties": {
486
+ "yesNo": {
487
+ "baspiRef": "A1.5.3.1",
488
+ "enum": [
489
+ "Yes",
490
+ "No"
491
+ ]
492
+ }
493
+ }
494
+ }
495
+ }
363
496
  }
364
497
  }
365
498
  }
@@ -876,6 +1009,49 @@
876
1009
  ]
877
1010
  }
878
1011
  }
1012
+ },
1013
+ "transferFees": {
1014
+ "baspiRef": "A1.5.3",
1015
+ "title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
1016
+ "discriminator": {
1017
+ "propertyName": "yesNo"
1018
+ },
1019
+ "oneOf": [
1020
+ {
1021
+ "properties": {
1022
+ "yesNo": {
1023
+ "enum": [
1024
+ "No"
1025
+ ]
1026
+ }
1027
+ }
1028
+ },
1029
+ {
1030
+ "properties": {
1031
+ "yesNo": {
1032
+ "enum": [
1033
+ "Yes"
1034
+ ]
1035
+ },
1036
+ "details": {
1037
+ "baspiRef": "A1.5.3.2",
1038
+ "title": "Provide details."
1039
+ }
1040
+ }
1041
+ }
1042
+ ],
1043
+ "required": [
1044
+ "yesNo"
1045
+ ],
1046
+ "properties": {
1047
+ "yesNo": {
1048
+ "baspiRef": "A1.5.3.1",
1049
+ "enum": [
1050
+ "Yes",
1051
+ "No"
1052
+ ]
1053
+ }
1054
+ }
879
1055
  }
880
1056
  },
881
1057
  "required": [
@@ -1961,7 +2137,7 @@
1961
2137
  },
1962
2138
  "changeOfUse": {
1963
2139
  "baspiRef": "A3.2",
1964
- "title": "Has there been any change of use (e.g. from an office to a residence?",
2140
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
1965
2141
  "discriminator": {
1966
2142
  "propertyName": "yesNo"
1967
2143
  },
@@ -2081,7 +2257,8 @@
2081
2257
  "properties": {
2082
2258
  "yesNo": {
2083
2259
  "enum": [
2084
- "No"
2260
+ "No",
2261
+ "Not required"
2085
2262
  ]
2086
2263
  },
2087
2264
  "details": {
@@ -5245,6 +5422,8 @@
5245
5422
  ]
5246
5423
  },
5247
5424
  "centralHeatingDetails": {
5425
+ "baspiRef": "A7.4.0.0",
5426
+ "title": "Central Heating Details",
5248
5427
  "required": [
5249
5428
  "centralHeatingFuel",
5250
5429
  "centralHeatingInstalled",
@@ -8172,7 +8351,11 @@
8172
8351
  "handoverOnCompletion": {
8173
8352
  "baspiRef": "B7.4.2",
8174
8353
  "title": "Confirm that you will handover details on day of completion",
8175
- "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]"
8354
+ "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]",
8355
+ "enum": [
8356
+ "true",
8357
+ "false"
8358
+ ]
8176
8359
  }
8177
8360
  },
8178
8361
  "required": [
@@ -428,7 +428,7 @@
428
428
  "fme1Ref": "3",
429
429
  "title": "Service Charge",
430
430
  "required": [
431
- "serviceChargePayable",
431
+ "annualServiceCharge",
432
432
  "serviceChargePaidUpToDate",
433
433
  "lastDemandPeriod",
434
434
  "propertiesContribute",
@@ -444,11 +444,28 @@
444
444
  "transferFees"
445
445
  ],
446
446
  "properties": {
447
- "serviceChargePayable": {
447
+ "annualServiceCharge": {
448
448
  "fme1Ref": "3.1",
449
- "title": "What is the annual Service charge payable by this Property?",
449
+ "title": "What is the annual Service Charge payable by this Property?",
450
450
  "description": "This should include any sums payable for the maintenance of the managed area"
451
451
  },
452
+ "hasFixedRentcharge": {
453
+ "fme1Ref": "3.1.1",
454
+ "title": "If there is also a ‘fixed’ Rentcharge, please confirm the amount and explain why."
455
+ },
456
+ "largeAdditionalExpense": {
457
+ "required": [
458
+ "yesNo"
459
+ ],
460
+ "oneOf": [
461
+ null,
462
+ {
463
+ "required": [
464
+ "details"
465
+ ]
466
+ }
467
+ ]
468
+ },
452
469
  "serviceChargePaidUpToDate": {
453
470
  "fme1Ref": "3.2",
454
471
  "title": "Is the Service charge paid up-to-date?",
@@ -1422,20 +1439,6 @@
1422
1439
  "properties": {
1423
1440
  "contacts": {
1424
1441
  "properties": {
1425
- "rentchargeOwner": {
1426
- "properties": {
1427
- "contact": {
1428
- "properties": {
1429
- "address": {
1430
- "required": [
1431
- "line1",
1432
- "postcode"
1433
- ]
1434
- }
1435
- }
1436
- }
1437
- }
1438
- },
1439
1442
  "managingAgent": {
1440
1443
  "fme1Ref": "1.3",
1441
1444
  "title": "Managing Agent",
@@ -99,7 +99,15 @@
99
99
  "address",
100
100
  "telephone",
101
101
  "emailAddress"
102
- ]
102
+ ],
103
+ "properties": {
104
+ "address": {
105
+ "required": [
106
+ "line1",
107
+ "postcode"
108
+ ]
109
+ }
110
+ }
103
111
  }
104
112
  }
105
113
  },
@@ -1286,7 +1294,7 @@
1286
1294
  ]
1287
1295
  },
1288
1296
  "details": {
1289
- "lpe1Ref": "4.12.1",
1297
+ "lpe1Ref": "4.12.2",
1290
1298
  "title": "Provide details."
1291
1299
  }
1292
1300
  },
@@ -1297,7 +1305,16 @@
1297
1305
  ],
1298
1306
  "required": [
1299
1307
  "yesNo"
1300
- ]
1308
+ ],
1309
+ "properties": {
1310
+ "yesNo": {
1311
+ "lpe1Ref": "4.12.1",
1312
+ "enum": [
1313
+ "Yes",
1314
+ "No"
1315
+ ]
1316
+ }
1317
+ }
1301
1318
  },
1302
1319
  "allPropertiesContribute": {
1303
1320
  "lpe1Ref": "4.13",
@@ -1395,7 +1412,7 @@
1395
1412
  "difficultyInCollectingServiceCharge",
1396
1413
  "serviceChargeOwed",
1397
1414
  "propertiesContributingToMaintenanceOfManagedArea",
1398
- "serviceChargePayable",
1415
+ "adHocExpenses",
1399
1416
  "serviceChargePaidUpToDate",
1400
1417
  "excessPaymentAnticipated",
1401
1418
  "lastDemandPeriod",
@@ -473,7 +473,7 @@
473
473
  },
474
474
  "changeOfUse": {
475
475
  "rdsRef": "WorksAlterationsChanges",
476
- "title": "Has there been any change of use (e.g. from an office to a residence?",
476
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
477
477
  "discriminator": {
478
478
  "propertyName": "yesNo"
479
479
  },
@@ -542,7 +542,8 @@
542
542
  "properties": {
543
543
  "yesNo": {
544
544
  "enum": [
545
- "No"
545
+ "No",
546
+ "Not required"
546
547
  ]
547
548
  }
548
549
  }
@@ -413,7 +413,7 @@
413
413
  },
414
414
  "changeOfUse": {
415
415
  "ta6Ref": "4.1b",
416
- "title": "Has there been any change of use (e.g. from an office to a residence?",
416
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
417
417
  "discriminator": {
418
418
  "propertyName": "yesNo"
419
419
  },
@@ -513,7 +513,8 @@
513
513
  "properties": {
514
514
  "yesNo": {
515
515
  "enum": [
516
- "No"
516
+ "No",
517
+ "Not required"
517
518
  ]
518
519
  },
519
520
  "details": {
@@ -1716,6 +1717,8 @@
1716
1717
  {
1717
1718
  "properties": {
1718
1719
  "centralHeatingDetails": {
1720
+ "ta6Ref": "12.3",
1721
+ "title": "Central Heating Details",
1719
1722
  "properties": {
1720
1723
  "centralHeatingFuel": {
1721
1724
  "properties": {
@@ -1236,20 +1236,52 @@
1236
1236
  "title": "Service Charge",
1237
1237
  "type": "object",
1238
1238
  "properties": {
1239
- "serviceChargePayable": {
1240
- "title": "What is the annual Service charge payable by this Property?",
1239
+ "annualServiceCharge": {
1240
+ "title": "What is the annual Service Charge payable by this Property?",
1241
1241
  "description": "This should include any sums payable for the maintenance of the managed area",
1242
+ "type": "number"
1243
+ },
1244
+ "hasFixedRentcharge": {
1245
+ "type": "string",
1246
+ "title": "If there is also a ‘fixed’ Rentcharge, please confirm the amount and explain why."
1247
+ },
1248
+ "largeAdditionalExpense": {
1249
+ "title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
1242
1250
  "type": "object",
1243
1251
  "properties": {
1244
- "amount": {
1245
- "type": "number",
1246
- "title": "Amount"
1247
- },
1248
- "hasFixedRentcharge": {
1252
+ "yesNo": {
1249
1253
  "type": "string",
1250
- "title": "If there is also a ‘fixed’ Rentcharge, please confirm the amount and explain why."
1254
+ "title": "",
1255
+ "enum": [
1256
+ "Yes",
1257
+ "No"
1258
+ ]
1251
1259
  }
1252
- }
1260
+ },
1261
+ "oneOf": [
1262
+ {
1263
+ "properties": {
1264
+ "yesNo": {
1265
+ "enum": [
1266
+ "No"
1267
+ ]
1268
+ }
1269
+ }
1270
+ },
1271
+ {
1272
+ "properties": {
1273
+ "yesNo": {
1274
+ "enum": [
1275
+ "Yes"
1276
+ ]
1277
+ },
1278
+ "details": {
1279
+ "title": "Details",
1280
+ "type": "string"
1281
+ }
1282
+ }
1283
+ }
1284
+ ]
1253
1285
  },
1254
1286
  "serviceChargePaidUpToDate": {
1255
1287
  "type": "object",
@@ -7267,7 +7299,7 @@
7267
7299
  ]
7268
7300
  },
7269
7301
  "changeOfUse": {
7270
- "title": "Has there been any change of use (e.g. from an office to a residence?",
7302
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
7271
7303
  "type": "object",
7272
7304
  "properties": {
7273
7305
  "yesNo": {
@@ -7391,7 +7423,8 @@
7391
7423
  "properties": {
7392
7424
  "yesNo": {
7393
7425
  "enum": [
7394
- "No"
7426
+ "No",
7427
+ "Not required"
7395
7428
  ]
7396
7429
  },
7397
7430
  "details": {
@@ -11992,6 +12025,7 @@
11992
12025
  "type": "object",
11993
12026
  "properties": {
11994
12027
  "curtainRailsPolesPelmets": {
12028
+ "type": "object",
11995
12029
  "title": "Curtain rails/poles/pelmets",
11996
12030
  "properties": {
11997
12031
  "hallStairsLanding": {
@@ -12425,6 +12459,7 @@
12425
12459
  },
12426
12460
  "curtainsBlinds": {
12427
12461
  "title": "Curtains/blinds",
12462
+ "type": "object",
12428
12463
  "properties": {
12429
12464
  "hallStairsLanding": {
12430
12465
  "title": "Hall, stairs and landing",
@@ -18656,13 +18691,11 @@
18656
18691
  "handoverOnCompletion": {
18657
18692
  "title": "Confirm that you will handover details on day of completion",
18658
18693
  "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]",
18659
- "confirmation": {
18660
- "type": "string",
18661
- "enum": [
18662
- "true",
18663
- "false"
18664
- ]
18665
- }
18694
+ "type": "string",
18695
+ "enum": [
18696
+ "true",
18697
+ "false"
18698
+ ]
18666
18699
  }
18667
18700
  }
18668
18701
  }