@pdtf/schemas 3.0.0-20 → 3.0.0-22

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.
@@ -200,6 +200,7 @@
200
200
  "environmentalIssues",
201
201
  "notices"
202
202
  ],
203
+ "ta7Required": ["ownership"],
203
204
  "properties": {
204
205
  "address": {
205
206
  "baspiRef": "A1.1",
@@ -1120,6 +1121,7 @@
1120
1121
  "type": "object",
1121
1122
  "baspiRequired": ["ownershipsToBeTransferred"],
1122
1123
  "ntsRequired": ["ownershipsToBeTransferred"],
1124
+ "ta7Required": ["ownershipsToBeTransferred"],
1123
1125
  "properties": {
1124
1126
  "ownershipsToBeTransferred": {
1125
1127
  "baspiRef": "A1.3",
@@ -1382,11 +1384,9 @@
1382
1384
  "type": "object",
1383
1385
  "properties": {
1384
1386
  "contact": {
1385
- "ta7Ref": "4.1b",
1386
1387
  "type": "object",
1387
1388
  "properties": {
1388
1389
  "nameOrOrganisation": {
1389
- "ta7Ref": "4.1b.1",
1390
1390
  "title": "Name or organisation",
1391
1391
  "type": "string",
1392
1392
  "minLength": 1
@@ -1396,28 +1396,23 @@
1396
1396
  "type": "object",
1397
1397
  "properties": {
1398
1398
  "line1": {
1399
- "ta7Ref": "4.1b.2",
1400
1399
  "title": "Address line 1",
1401
1400
  "type": "string",
1402
1401
  "minLength": 1
1403
1402
  },
1404
1403
  "line2": {
1405
- "ta7Ref": "4.1b.3",
1406
1404
  "title": "Address line 2",
1407
1405
  "type": "string"
1408
1406
  },
1409
1407
  "line3": {
1410
- "ta7Ref": "4.1b.4",
1411
1408
  "title": "Address line 3",
1412
1409
  "type": "string"
1413
1410
  },
1414
1411
  "town": {
1415
- "ta7Ref": "4.1b.5",
1416
1412
  "title": "Town",
1417
1413
  "type": "string"
1418
1414
  },
1419
1415
  "postcode": {
1420
- "ta7Ref": "4.1b.6",
1421
1416
  "title": "Postcode",
1422
1417
  "type": "string",
1423
1418
  "minLength": 1
@@ -1429,13 +1424,11 @@
1429
1424
  ]
1430
1425
  },
1431
1426
  "telephone": {
1432
- "ta7Ref": "4.1b.7",
1433
1427
  "title": "Telephone",
1434
1428
  "type": "string",
1435
1429
  "minLength": 1
1436
1430
  },
1437
1431
  "emailAddress": {
1438
- "ta7Ref": "4.1b.8",
1439
1432
  "title": "Email address",
1440
1433
  "type": "string",
1441
1434
  "format": "email"
@@ -1496,7 +1489,6 @@
1496
1489
  "properties": {
1497
1490
  "contact": {
1498
1491
  "baspiRef": "A1.5.5.1",
1499
- "ta7Ref": "4.1c",
1500
1492
  "type": "object",
1501
1493
  "fme1Required": [
1502
1494
  "nameOrOrganisation",
@@ -1511,7 +1503,6 @@
1511
1503
  "properties": {
1512
1504
  "nameOrOrganisation": {
1513
1505
  "baspiRef": "A1.5.5.1.1",
1514
- "ta7Ref": "4.1c.1",
1515
1506
  "title": "Name or organisation",
1516
1507
  "type": "string",
1517
1508
  "minLength": 1
@@ -1523,32 +1514,27 @@
1523
1514
  "properties": {
1524
1515
  "line1": {
1525
1516
  "baspiRef": "A1.5.5.1.2.1",
1526
- "ta7Ref": "4.1c.2",
1527
1517
  "title": "Address line 1",
1528
1518
  "type": "string",
1529
1519
  "minLength": 1
1530
1520
  },
1531
1521
  "line2": {
1532
1522
  "baspiRef": "A1.5.5.1.2.2",
1533
- "ta7Ref": "4.1c.3",
1534
1523
  "title": "Address line 2",
1535
1524
  "type": "string"
1536
1525
  },
1537
1526
  "line3": {
1538
1527
  "baspiRef": "A1.5.5.1.2.3",
1539
- "ta7Ref": "4.1c.4",
1540
1528
  "title": "Address line 3",
1541
1529
  "type": "string"
1542
1530
  },
1543
1531
  "town": {
1544
1532
  "baspiRef": "A1.5.5.1.2.4",
1545
- "ta7Ref": "4.1c.5",
1546
1533
  "title": "Town",
1547
1534
  "type": "string"
1548
1535
  },
1549
1536
  "postcode": {
1550
1537
  "baspiRef": "A1.5.5.1.2.5",
1551
- "ta7Ref": "4.1c.6",
1552
1538
  "title": "Postcode",
1553
1539
  "type": "string",
1554
1540
  "minLength": 1
@@ -1564,14 +1550,12 @@
1564
1550
  ]
1565
1551
  },
1566
1552
  "telephone": {
1567
- "ta7Ref": "4.1c.7",
1568
1553
  "title": "Telephone",
1569
1554
  "type": "string",
1570
1555
  "minLength": 1
1571
1556
  },
1572
1557
  "emailAddress": {
1573
1558
  "baspiRef": "A1.5.5.1.3",
1574
- "ta7Ref": "4.1c.8",
1575
1559
  "title": "Email address",
1576
1560
  "type": "string",
1577
1561
  "format": "email"
@@ -3446,7 +3430,7 @@
3446
3430
  "confirmation"
3447
3431
  ],
3448
3432
  "baspiRequired": [
3449
- "typeOfLeasehold",
3433
+ "sharedOwnership",
3450
3434
  "leaseTerm",
3451
3435
  "contactDetails",
3452
3436
  "groundRent",
@@ -3454,13 +3438,13 @@
3454
3438
  "serviceCharge"
3455
3439
  ],
3456
3440
  "ntsRequired": [
3457
- "typeOfLeasehold",
3441
+ "sharedOwnership",
3458
3442
  "leaseTerm",
3459
3443
  "groundRent",
3460
3444
  "serviceCharge"
3461
3445
  ],
3462
3446
  "ta7Required": [
3463
- "typeOfLeasehold",
3447
+ "sharedOwnership",
3464
3448
  "leaseTerm",
3465
3449
  "contactDetails",
3466
3450
  "transferAndRegistration",
@@ -3471,43 +3455,39 @@
3471
3455
  "requiredDocuments"
3472
3456
  ],
3473
3457
  "properties": {
3474
- "typeOfLeasehold": {
3458
+ "sharedOwnership": {
3475
3459
  "baspiRef": "A1.3.1",
3476
3460
  "ntsRef": "A3.2",
3477
3461
  "type": "object",
3478
- "lpe1Required": ["leaseholdType"],
3479
- "baspiRequired": ["leaseholdType"],
3480
- "ntsRequired": ["leaseholdType"],
3462
+ "lpe1Required": ["isSharedOwnership"],
3463
+ "baspiRequired": ["isSharedOwnership"],
3464
+ "ntsRequired": ["isSharedOwnership"],
3465
+ "ta7Required": ["isSharedOwnership"],
3481
3466
  "properties": {
3482
- "leaseholdType": {
3467
+ "isSharedOwnership": {
3483
3468
  "baspiRef": "A1.3.1",
3484
3469
  "ta7Ref": "1.1",
3485
3470
  "ntsRef": "A3.2.1",
3486
- "title": "What type of leasehold property does the seller own?",
3487
- "description": "‘Flat’ includes maisonette and apartment.",
3471
+ "title": "Is the lease on a Shared Ownership basis?",
3488
3472
  "type": "string",
3489
- "enum": [
3490
- "Flat",
3491
- "Shared ownership",
3492
- "Long leasehold house"
3493
- ]
3473
+ "enum": ["Yes", "No"]
3494
3474
  }
3495
3475
  },
3496
3476
  "discriminator": {
3497
- "propertyName": "leaseholdType"
3477
+ "propertyName": "isSharedOwnership"
3498
3478
  },
3499
3479
  "oneOf": [
3500
3480
  {
3501
3481
  "properties": {
3502
- "leaseholdType": {
3503
- "enum": ["Flat", "Long leasehold house"]
3482
+ "isSharedOwnership": {
3483
+ "enum": ["No"]
3504
3484
  }
3505
3485
  }
3506
3486
  },
3507
3487
  {
3508
3488
  "properties": {
3509
- "leaseholdType": {
3510
- "enum": ["Shared ownership"]
3489
+ "isSharedOwnership": {
3490
+ "enum": ["Yes"]
3511
3491
  },
3512
3492
  "sharedOwnershipPercentage": {
3513
3493
  "baspiRef": "A1.3.1.1",
@@ -3589,7 +3569,10 @@
3589
3569
  "serviceContactAssignments"
3590
3570
  ],
3591
3571
  "baspiRequired": ["contacts"],
3592
- "ta7Required": ["contacts"],
3572
+ "ta7Required": [
3573
+ "contacts",
3574
+ "serviceContactAssignments"
3575
+ ],
3593
3576
  "properties": {
3594
3577
  "contacts": {
3595
3578
  "baspiRef": "A1.5.4.",
@@ -4280,8 +4263,12 @@
4280
4263
  "collectsServiceCharges",
4281
4264
  "collectsbuildingInsurancePremiums",
4282
4265
  "dealsWithDayToDayMaintenanceOfManagedArea",
4266
+ "organisesBuildingInsurance",
4283
4267
  "dealsWithDayToDayMaintenanceOfBuilding"
4284
4268
  ],
4269
+ "ta7Required": [
4270
+ "organisesBuildingInsurance"
4271
+ ],
4285
4272
  "properties": {
4286
4273
  "noticeOfAssignmentAndCharge": {
4287
4274
  "lpe1Ref": "1.6",
@@ -4918,6 +4905,7 @@
4918
4905
  "lpe1Ref": "1.12",
4919
4906
  "ta7Ref": "5.1",
4920
4907
  "title": "Who organises and administers the buildings insurance?",
4908
+ "ta7Title": "Who is responsible for arranging the buildings insurance on the property?",
4921
4909
  "type": "string",
4922
4910
  "enum": [
4923
4911
  "Rentcharge Owner",
@@ -4926,6 +4914,11 @@
4926
4914
  "Managing Agent",
4927
4915
  "the Lessees",
4928
4916
  "Not applicable"
4917
+ ],
4918
+ "ta7enum": [
4919
+ "the Lessees",
4920
+ "Management Company",
4921
+ "Landlord"
4929
4922
  ]
4930
4923
  },
4931
4924
  "dealsWithDayToDayMaintenanceOfBuilding": {
@@ -5135,7 +5128,6 @@
5135
5128
  },
5136
5129
  "awareOfConsents": {
5137
5130
  "lpe1Ref": "2.4",
5138
- "ta7Ref": "9.3",
5139
5131
  "title": "Are you aware of consent having been given to any alterations or additions to the Property?",
5140
5132
  "type": "object",
5141
5133
  "properties": {
@@ -6090,6 +6082,7 @@
6090
6082
  },
6091
6083
  "lastDecoratedPeriod": {
6092
6084
  "lpe1Ref": "4.7",
6085
+ "ta7Ref": "5",
6093
6086
  "title": "Confirm the date when the Managed Areas were last decorated, internally and externally.",
6094
6087
  "type": "object",
6095
6088
  "properties": {
@@ -6479,6 +6472,17 @@
6479
6472
  "deedOfCertificateServed",
6480
6473
  "landlordsCertificateServed"
6481
6474
  ],
6475
+ "ta7Required": [
6476
+ "annualServiceCharge",
6477
+ "largeAdditionalExpense",
6478
+ "problemInServiceChargeLevel",
6479
+ "serviceChargeChallenged",
6480
+ "dangerousCladdingOrDefects",
6481
+ "difficultyInCollectingServiceCharge",
6482
+ "serviceChargeOwed",
6483
+ "lastDecoratedPeriod",
6484
+ "deedOfCertificateServed"
6485
+ ],
6482
6486
  "baspiRequired": [
6483
6487
  "annualServiceCharge",
6484
6488
  "largeAdditionalExpense",
@@ -7238,9 +7242,25 @@
7238
7242
  "title": "Please give details of these alterations",
7239
7243
  "type": "string",
7240
7244
  "minLength": 1
7245
+ },
7246
+ "landlordConsentObtained": {
7247
+ "ta7Ref": "9.3",
7248
+ "title": "Was the landlord’s consent for the alterations obtained? If Yes, please supply a copy.",
7249
+ "type": "string",
7250
+ "enum": [
7251
+ "No",
7252
+ "Not known",
7253
+ "Not required",
7254
+ "Attached",
7255
+ "To follow"
7256
+ ]
7241
7257
  }
7242
7258
  },
7243
- "lpe1Required": ["details"]
7259
+ "lpe1Required": ["details"],
7260
+ "ta71Required": [
7261
+ "details",
7262
+ "landlordConsentObtained"
7263
+ ]
7244
7264
  }
7245
7265
  ]
7246
7266
  },
@@ -17907,7 +17927,7 @@
17907
17927
  "solarPanels",
17908
17928
  "otherSources"
17909
17929
  ],
17910
- "ta6Required": ["mainsElectricity"],
17930
+ "ta6Required": ["mainsElectricity", "solarPanels"],
17911
17931
  "properties": {
17912
17932
  "mainsElectricity": {
17913
17933
  "baspiRef": "A7.1.0.1",
@@ -17953,9 +17973,39 @@
17953
17973
  "piqRef": "A7.1.2",
17954
17974
  "title": "Supplier",
17955
17975
  "type": "string"
17976
+ },
17977
+ "electricityMeter": {
17978
+ "baspiRef": "B4.4",
17979
+ "ta6Ref": "13.1b",
17980
+ "rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
17981
+ "title": "Location of electricity meter",
17982
+ "type": "object",
17983
+ "ta6Required": ["location"],
17984
+ "baspiRequired": ["location"],
17985
+ "properties": {
17986
+ "location": {
17987
+ "baspiRef": "4.4.1",
17988
+ "ta6Ref": "13.1b1",
17989
+ "title": "Describe the location of the meter",
17990
+ "type": "string",
17991
+ "minLength": 1
17992
+ },
17993
+ "attachments": {
17994
+ "baspiRef": "4.4.2",
17995
+ "title": "Photograph of meter location",
17996
+ "type": "string",
17997
+ "enum": ["Attached", "To follow"]
17998
+ },
17999
+ "mpan": {
18000
+ "title": "Meter Point Administration Number (MPAN)",
18001
+ "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
18002
+ "type": "integer"
18003
+ }
18004
+ }
17956
18005
  }
17957
18006
  },
17958
- "ta6Required": ["supplier"]
18007
+ "ta6Required": ["supplier", "electricityMeter"],
18008
+ "baspiRequired": ["electricityMeter"]
17959
18009
  },
17960
18010
  {
17961
18011
  "properties": {
@@ -17984,6 +18034,7 @@
17984
18034
  "ntsRef": "B3.7",
17985
18035
  "baspiRef": "A7.1.0.8",
17986
18036
  "piqRef": "A7.1.17",
18037
+ "ta6Ref": "4.6",
17987
18038
  "title": "Solar or photovoltaic panels",
17988
18039
  "type": "object",
17989
18040
  "properties": {
@@ -17997,6 +18048,7 @@
17997
18048
  }
17998
18049
  },
17999
18050
  "baspiRequired": ["yesNo"],
18051
+ "ta6Required": ["yesNo"],
18000
18052
  "ntsRequired": ["yesNo"],
18001
18053
  "discriminator": {
18002
18054
  "propertyName": "yesNo"
@@ -18018,111 +18070,331 @@
18018
18070
  "baspiRef": "A7.1.0.8.2",
18019
18071
  "title": "Supplier",
18020
18072
  "type": "string"
18021
- }
18022
- }
18023
- },
18024
- {
18025
- "properties": {
18026
- "yesNo": {
18027
- "enum": ["To be connected"]
18028
- },
18029
- "dateToBeConnected": {
18030
- "baspiRef": "A7.1.0.8.3",
18031
- "title": "Date to be connected",
18032
- "type": "string",
18033
- "format": "date"
18034
- },
18035
- "supplier": {
18036
- "baspiRef": "A7.1.0.8.2",
18037
- "piqRef": "A7.1.18",
18038
- "title": "Supplier",
18039
- "type": "string"
18040
- }
18041
- },
18042
- "baspiRequired": ["dateToBeConnected"]
18043
- }
18044
- ]
18045
- },
18046
- "otherSources": {
18047
- "ntsRef": "B3.8",
18048
- "baspiRef": "A7.1.0.9",
18049
- "rdsRef": "Services/Other",
18050
- "piqRef": "A7.1.19",
18051
- "title": "Other sources",
18052
- "description": "Other sources include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
18053
- "type": "object",
18054
- "properties": {
18055
- "yesNo": {
18056
- "ntsRef": "B3.8.1",
18057
- "baspiRef": "A7.1.0.9.1",
18058
- "type": "string",
18059
- "title": "",
18060
- "enum": ["Yes", "To be connected", "No"],
18061
- "ntsEnum": ["Yes", "No"]
18062
- }
18063
- },
18064
- "baspiRequired": ["yesNo"],
18065
- "ntsRequired": ["yesNo"],
18066
- "discriminator": {
18067
- "propertyName": "yesNo"
18068
- },
18069
- "oneOf": [
18070
- {
18071
- "properties": {
18072
- "yesNo": {
18073
- "enum": ["No"]
18074
- }
18075
- }
18076
- },
18077
- {
18078
- "properties": {
18079
- "yesNo": {
18080
- "enum": ["Yes"]
18081
18073
  },
18082
- "details": {
18083
- "ntsRef": "3.8.2",
18084
- "title": "Details",
18085
- "type": "string"
18074
+ "yearInstalled": {
18075
+ "baspiRef": "B4.3.1",
18076
+ "ta6Ref": "4.6a",
18077
+ "rdsRef": "Objects/Installation",
18078
+ "piqRef": "B4.4.2",
18079
+ "title": "What year were they installed?",
18080
+ "type": "integer"
18086
18081
  },
18087
- "supplier": {
18088
- "baspiRef": "A7.1.0.9.2",
18089
- "title": "Supplier",
18090
- "type": "string"
18091
- }
18092
- },
18093
- "ntsRequired": ["details"]
18094
- },
18095
- {
18096
- "properties": {
18097
- "yesNo": {
18098
- "enum": ["To be connected"]
18082
+ "panelsOwnedOutright": {
18083
+ "baspiRef": "B4.3.2",
18084
+ "ta6Ref": "4.6b",
18085
+ "rdsRef": "Objects/Ownership",
18086
+ "piqRef": "B4.4.3",
18087
+ "title": "Do you own the panels, and all equipment related to them, outright?",
18088
+ "type": "object",
18089
+ "properties": {
18090
+ "yesNo": {
18091
+ "baspiRef": "B4.3.2.1",
18092
+ "ta6Ref": "4.6b1",
18093
+ "type": "string",
18094
+ "title": "",
18095
+ "enum": ["Yes", "No"]
18096
+ }
18097
+ },
18098
+ "baspiRequired": ["yesNo"],
18099
+ "ta6Required": ["yesNo"],
18100
+ "discriminator": {
18101
+ "propertyName": "yesNo"
18102
+ },
18103
+ "oneOf": [
18104
+ {
18105
+ "properties": {
18106
+ "yesNo": {
18107
+ "enum": ["Yes"]
18108
+ }
18109
+ }
18110
+ },
18111
+ {
18112
+ "properties": {
18113
+ "yesNo": {
18114
+ "enum": ["No"]
18115
+ },
18116
+ "details": {
18117
+ "baspiRef": "B4.3.2.2",
18118
+ "title": "Provide details of who owns them and the relevant documentation",
18119
+ "type": "string",
18120
+ "minLength": 1
18121
+ },
18122
+ "attachments": {
18123
+ "baspiRef": "B4.3.2.3",
18124
+ "title": "Attachments",
18125
+ "type": "string",
18126
+ "enum": ["Attached", "To follow"]
18127
+ }
18128
+ },
18129
+ "baspiRequired": ["details", "attachments"]
18130
+ }
18131
+ ]
18099
18132
  },
18100
- "details": {
18101
- "baspiRef": "A7.1.0.9.2",
18102
- "ntsRef": "3.8.2",
18103
- "title": "Details",
18104
- "type": "string"
18133
+ "panelProviderLease": {
18134
+ "baspiRef": "B4.3.3",
18135
+ "ta6Ref": "4.6c",
18136
+ "rdsRef": "Objects/Ownership",
18137
+ "piqRef": "B4.4.4",
18138
+ "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
18139
+ "type": "object",
18140
+ "properties": {
18141
+ "yesNo": {
18142
+ "baspiRef": "4.3.3.1",
18143
+ "ta6Ref": "4.6c1",
18144
+ "type": "string",
18145
+ "title": "",
18146
+ "enum": ["Yes", "No"]
18147
+ }
18148
+ },
18149
+ "baspiRequired": ["yesNo"],
18150
+ "ta6Required": ["yesNo"],
18151
+ "discriminator": {
18152
+ "propertyName": "yesNo"
18153
+ },
18154
+ "oneOf": [
18155
+ {
18156
+ "properties": {
18157
+ "yesNo": {
18158
+ "enum": ["No"]
18159
+ }
18160
+ }
18161
+ },
18162
+ {
18163
+ "properties": {
18164
+ "yesNo": {
18165
+ "enum": ["Yes"]
18166
+ },
18167
+ "details": {
18168
+ "baspiRef": "4.3.3.2",
18169
+ "title": "Name of the provider",
18170
+ "type": "string",
18171
+ "minLength": 1
18172
+ },
18173
+ "attachments": {
18174
+ "baspiRef": "4.3.3.3",
18175
+ "ta6Ref": "4.6c2",
18176
+ "piqRef": "B4.4.5",
18177
+ "title": "Please supply copies of the relevant documents",
18178
+ "type": "string",
18179
+ "enum": ["Attached", "To follow"]
18180
+ }
18181
+ },
18182
+ "baspiRequired": ["details", "attachments"],
18183
+ "ta6Required": ["attachments"]
18184
+ }
18185
+ ]
18105
18186
  },
18106
- "dateToBeConnected": {
18107
- "baspiRef": "A7.1.0.9.3",
18108
- "title": "Date to be connected",
18187
+ "lastMaintained": {
18188
+ "baspiRef": "B4.3.4",
18189
+ "rdsRef": "Objects/Servicing",
18190
+ "title": "When was the system last maintained or serviced?",
18109
18191
  "type": "string",
18110
18192
  "format": "date"
18111
18193
  },
18112
- "supplier": {
18113
- "baspiRef": "A7.1.0.9.4",
18114
- "piqRef": "A7.1.20",
18115
- "title": "Supplier",
18116
- "type": "string"
18117
- }
18118
- },
18119
- "baspiRequired": ["dateToBeConnected"]
18194
+ "inGoodWorkingOrder": {
18195
+ "baspiRef": "B4.3.5",
18196
+ "rdsRef": "Objects/isNotWorking=yes|no|true|false",
18197
+ "title": "Is the system in good working order to your satisfaction?",
18198
+ "type": "object",
18199
+ "properties": {
18200
+ "yesNo": {
18201
+ "baspiRef": "B4.3.5.1",
18202
+ "type": "string",
18203
+ "title": "",
18204
+ "enum": ["Yes", "No"]
18205
+ }
18206
+ },
18207
+ "baspiRequired": ["yesNo"],
18208
+ "discriminator": {
18209
+ "propertyName": "yesNo"
18210
+ },
18211
+ "oneOf": [
18212
+ {
18213
+ "properties": {
18214
+ "yesNo": {
18215
+ "enum": ["Yes"]
18216
+ }
18217
+ }
18218
+ },
18219
+ {
18220
+ "properties": {
18221
+ "yesNo": {
18222
+ "enum": ["No"]
18223
+ },
18224
+ "details": {
18225
+ "baspiRef": "B4.3.5.2",
18226
+ "title": "Details",
18227
+ "type": "string",
18228
+ "minLength": 1
18229
+ }
18230
+ },
18231
+ "baspiRequired": ["details"]
18232
+ }
18233
+ ]
18234
+ },
18235
+ "isConnectedToNationalGrid": {
18236
+ "baspiRef": "B4.3.6",
18237
+ "rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
18238
+ "title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
18239
+ "type": "string",
18240
+ "enum": ["Yes (FiT)", "Yes (SEG)", "No"]
18241
+ },
18242
+ "photovoltaicMeterPanelLocation": {
18243
+ "baspiRef": "B4.7",
18244
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18245
+ "title": "Location of photovoltaic panel meter (if any)",
18246
+ "type": "object",
18247
+ "properties": {
18248
+ "description": {
18249
+ "baspiRef": "4.7.1",
18250
+ "title": "Describe the location of the meter",
18251
+ "type": "string",
18252
+ "minLength": 1
18253
+ },
18254
+ "attachments": {
18255
+ "baspiRef": "4.7.2",
18256
+ "title": "Photograph of meter location",
18257
+ "type": "string",
18258
+ "enum": ["Attached", "To follow"]
18259
+ }
18260
+ }
18261
+ },
18262
+ "photovoltaicBatteriesLocation": {
18263
+ "baspiRef": "B4.8",
18264
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18265
+ "title": "Location of photovoltaic batteries (if any)",
18266
+ "type": "object",
18267
+ "properties": {
18268
+ "description": {
18269
+ "baspiRef": "4.8.1",
18270
+ "title": "Describe the location of the batteries",
18271
+ "type": "string",
18272
+ "minLength": 1
18273
+ },
18274
+ "attachments": {
18275
+ "baspiRef": "4.8.2",
18276
+ "title": "Photograph of batteries location",
18277
+ "type": "string",
18278
+ "enum": ["Attached", "To follow"]
18279
+ }
18280
+ }
18281
+ }
18282
+ },
18283
+ "baspiRequired": [
18284
+ "yearInstalled",
18285
+ "panelsOwnedOutright",
18286
+ "panelProviderLease",
18287
+ "lastMaintained",
18288
+ "inGoodWorkingOrder",
18289
+ "isConnectedToNationalGrid"
18290
+ ],
18291
+ "ta6Required": [
18292
+ "yearInstalled",
18293
+ "panelsOwnedOutright",
18294
+ "panelProviderLease"
18295
+ ]
18296
+ },
18297
+ {
18298
+ "properties": {
18299
+ "yesNo": {
18300
+ "enum": ["To be connected"]
18301
+ },
18302
+ "dateToBeConnected": {
18303
+ "baspiRef": "A7.1.0.8.3",
18304
+ "title": "Date to be connected",
18305
+ "type": "string",
18306
+ "format": "date"
18307
+ },
18308
+ "supplier": {
18309
+ "baspiRef": "A7.1.0.8.2",
18310
+ "piqRef": "A7.1.18",
18311
+ "title": "Supplier",
18312
+ "type": "string"
18313
+ }
18314
+ },
18315
+ "baspiRequired": ["dateToBeConnected"]
18316
+ }
18317
+ ]
18318
+ },
18319
+ "otherSources": {
18320
+ "ntsRef": "B3.8",
18321
+ "baspiRef": "A7.1.0.9",
18322
+ "rdsRef": "Services/Other",
18323
+ "piqRef": "A7.1.19",
18324
+ "title": "Other sources",
18325
+ "description": "Other sources include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
18326
+ "type": "object",
18327
+ "properties": {
18328
+ "yesNo": {
18329
+ "ntsRef": "B3.8.1",
18330
+ "baspiRef": "A7.1.0.9.1",
18331
+ "type": "string",
18332
+ "title": "",
18333
+ "enum": ["Yes", "To be connected", "No"],
18334
+ "ntsEnum": ["Yes", "No"]
18335
+ }
18336
+ },
18337
+ "baspiRequired": ["yesNo"],
18338
+ "ntsRequired": ["yesNo"],
18339
+ "discriminator": {
18340
+ "propertyName": "yesNo"
18341
+ },
18342
+ "oneOf": [
18343
+ {
18344
+ "properties": {
18345
+ "yesNo": {
18346
+ "enum": ["No"]
18347
+ }
18348
+ }
18349
+ },
18350
+ {
18351
+ "properties": {
18352
+ "yesNo": {
18353
+ "enum": ["Yes"]
18354
+ },
18355
+ "details": {
18356
+ "ntsRef": "3.8.2",
18357
+ "title": "Details",
18358
+ "type": "string"
18359
+ },
18360
+ "supplier": {
18361
+ "baspiRef": "A7.1.0.9.2",
18362
+ "title": "Supplier",
18363
+ "type": "string"
18364
+ }
18365
+ },
18366
+ "ntsRequired": ["details"]
18367
+ },
18368
+ {
18369
+ "properties": {
18370
+ "yesNo": {
18371
+ "enum": ["To be connected"]
18372
+ },
18373
+ "details": {
18374
+ "baspiRef": "A7.1.0.9.2",
18375
+ "ntsRef": "3.8.2",
18376
+ "title": "Details",
18377
+ "type": "string"
18378
+ },
18379
+ "dateToBeConnected": {
18380
+ "baspiRef": "A7.1.0.9.3",
18381
+ "title": "Date to be connected",
18382
+ "type": "string",
18383
+ "format": "date"
18384
+ },
18385
+ "supplier": {
18386
+ "baspiRef": "A7.1.0.9.4",
18387
+ "piqRef": "A7.1.20",
18388
+ "title": "Supplier",
18389
+ "type": "string"
18390
+ }
18391
+ },
18392
+ "baspiRequired": ["dateToBeConnected"]
18120
18393
  }
18121
18394
  ]
18122
18395
  }
18123
18396
  }
18124
18397
  },
18125
-
18126
18398
  "waterAndDrainage": {
18127
18399
  "ntsRef": "B3.2",
18128
18400
  "baspiRef": "A7.1.0",
@@ -18174,8 +18446,7 @@
18174
18446
  "waterMainsWithinBoundaries",
18175
18447
  "waterMainsSubjectOfAdoptionAgreement",
18176
18448
  "lowWaterPressureRisk",
18177
- "waterQualityAnalysis",
18178
- "waterMeterLocation"
18449
+ "waterQualityAnalysis"
18179
18450
  ],
18180
18451
  "properties": {
18181
18452
  "mainsWater": {
@@ -18196,6 +18467,7 @@
18196
18467
  "type": "string",
18197
18468
  "title": "",
18198
18469
  "enum": ["Yes", "To be connected", "No"],
18470
+ "ta6Enum": ["Yes", "No"],
18199
18471
  "ntsEnum": ["Yes", "No"],
18200
18472
  "con29DWEnum": ["Yes", "No"]
18201
18473
  }
@@ -18241,16 +18513,89 @@
18241
18513
  "type": "string",
18242
18514
  "minLength": 1
18243
18515
  },
18244
- "isSupplyMetered": {
18245
- "ntsRef": "3.2.3",
18246
- "title": "Is the supply metered?",
18247
- "type": "string",
18248
- "enum": ["Yes", "No"]
18516
+ "stopcock": {
18517
+ "baspiRef": "B4.6.1",
18518
+ "ta6Ref": "13.3b",
18519
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18520
+ "title": "Location of stopcock",
18521
+ "type": "object",
18522
+ "properties": {
18523
+ "location": {
18524
+ "baspiRef": "4.6.1.1",
18525
+ "ta6Ref": "13.3b1",
18526
+ "title": "Describe the location of the stopcock",
18527
+ "type": "string",
18528
+ "minLength": 1
18529
+ },
18530
+ "attachments": {
18531
+ "baspiRef": "4.6.1.2",
18532
+ "title": "Photograph of stopcock location",
18533
+ "type": "string",
18534
+ "enum": ["Attached", "To follow"]
18535
+ }
18536
+ }
18537
+ },
18538
+ "waterMeter": {
18539
+ "type": "object",
18540
+ "ntsRef": "B3.2.1.1",
18541
+ "baspiRef": "A7.",
18542
+ "ta6Ref": "13.3b2",
18543
+ "ntsRequired": ["isSupplyMetered"],
18544
+ "baspiRequired": ["isSupplyMetered"],
18545
+ "ta6Required": ["isSupplyMetered"],
18546
+ "con29DWRequired": ["isSupplyMetered"],
18547
+ "properties": {
18548
+ "isSupplyMetered": {
18549
+ "ntsRef": "3.2.3",
18550
+ "ta6Ref": "13.3b2",
18551
+ "baspiRef": "B4.6.2",
18552
+ "title": "Is the supply metered?",
18553
+ "type": "string",
18554
+ "enum": ["Yes", "No"]
18555
+ }
18556
+ },
18557
+ "discriminator": {
18558
+ "propertyName": "isSupplyMetered"
18559
+ },
18560
+ "oneOf": [
18561
+ {
18562
+ "properties": {
18563
+ "isSupplyMetered": {
18564
+ "enum": ["No"]
18565
+ }
18566
+ }
18567
+ },
18568
+ {
18569
+ "properties": {
18570
+ "isSupplyMetered": {
18571
+ "enum": ["Yes"]
18572
+ },
18573
+ "location": {
18574
+ "baspiRef": "4.6.2.1",
18575
+ "ta6Ref": "13.3b2.1",
18576
+ "con29DWRef": "3.6",
18577
+ "title": "Describe the location of the meter",
18578
+ "type": "string",
18579
+ "minLength": 1
18580
+ },
18581
+ "attachments": {
18582
+ "baspiRef": "4.6.2.2",
18583
+ "title": "Photograph of meter location",
18584
+ "type": "string",
18585
+ "enum": ["Attached", "To follow"]
18586
+ }
18587
+ },
18588
+ "baspiRequired": ["location"],
18589
+ "ta6Required": ["location"],
18590
+ "con29DWRequired": ["location"]
18591
+ }
18592
+ ]
18249
18593
  }
18250
18594
  },
18251
- "ta6Required": ["supplier"],
18252
- "con29DWRequired": ["details"],
18253
- "ntsRequired": ["isSupplyMetered"]
18595
+ "ta6Required": ["supplier", "stopcock", "waterMeter"],
18596
+ "con29DWRequired": ["details", "waterMeter"],
18597
+ "baspiRequired": ["stopcock", "waterMeter"],
18598
+ "ntsRequired": ["waterMeter"]
18254
18599
  },
18255
18600
  {
18256
18601
  "properties": {
@@ -18400,12 +18745,6 @@
18400
18745
  "title": "What is the classification of the water supply for the property?",
18401
18746
  "type": "string",
18402
18747
  "minLength": 1
18403
- },
18404
- "waterMeterLocation": {
18405
- "con29DWRef": "3.6",
18406
- "title": "Please include details of the location of any water meter serving the property.",
18407
- "type": "string",
18408
- "minLength": 1
18409
18748
  }
18410
18749
  }
18411
18750
  },
@@ -19461,23 +19800,72 @@
19461
19800
  {
19462
19801
  "properties": {
19463
19802
  "centralHeatingFuelType": {
19464
- "enum": [
19465
- "Mains gas",
19466
- "Electricity",
19467
- "Oil",
19468
- "LPG",
19469
- "Biomass"
19470
- ]
19471
- }
19472
- }
19473
- },
19474
- {
19475
- "properties": {
19476
- "centralHeatingFuelType": {
19477
- "enum": ["Other"]
19803
+ "enum": ["Mains gas"]
19478
19804
  },
19479
- "otherCentralHeatingFuelType": {
19480
- "baspiRef": "A7.4.0.3",
19805
+ "supplier": {
19806
+ "baspiRef": "A7.1.0",
19807
+ "title": "Supplier (if known)",
19808
+ "type": "string"
19809
+ },
19810
+ "gasMeter": {
19811
+ "baspiRef": "B4.5",
19812
+ "ta6Ref": "13.2b",
19813
+ "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
19814
+ "title": "Location of gas meter (if any)",
19815
+ "type": "object",
19816
+ "properties": {
19817
+ "location": {
19818
+ "baspiRef": "4.5.1",
19819
+ "ta6Ref": "13.2b1",
19820
+ "title": "Describe the location of the meter",
19821
+ "type": "string",
19822
+ "minLength": 1
19823
+ },
19824
+ "attachments": {
19825
+ "baspiRef": "4.5.2",
19826
+ "title": "Photograph of meter location",
19827
+ "type": "string",
19828
+ "enum": ["Attached", "To follow"]
19829
+ },
19830
+ "mprn": {
19831
+ "title": "Meter Point Reference Number (MPRN)",
19832
+ "description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
19833
+ "type": "integer"
19834
+ }
19835
+ },
19836
+ "baspiRequired": ["location"],
19837
+ "ta6Required": ["location"]
19838
+ }
19839
+ },
19840
+ "baspiRequired": ["supplier", "gasMeter"],
19841
+ "ta6Required": ["supplier", "gasMeter"]
19842
+ },
19843
+ {
19844
+ "properties": {
19845
+ "centralHeatingFuelType": {
19846
+ "enum": ["Electricity"]
19847
+ }
19848
+ }
19849
+ },
19850
+ {
19851
+ "properties": {
19852
+ "centralHeatingFuelType": {
19853
+ "enum": ["Oil", "LPG", "Biomass"]
19854
+ },
19855
+ "supplier": {
19856
+ "baspiRef": "A7.1.0",
19857
+ "title": "Supplier (if known)",
19858
+ "type": "string"
19859
+ }
19860
+ }
19861
+ },
19862
+ {
19863
+ "properties": {
19864
+ "centralHeatingFuelType": {
19865
+ "enum": ["Other"]
19866
+ },
19867
+ "otherCentralHeatingFuelType": {
19868
+ "baspiRef": "A7.4.0.3",
19481
19869
  "ta6Ref": "12.3a2",
19482
19870
  "title": "Please describe the other fuel type",
19483
19871
  "type": "string",
@@ -22868,7 +23256,7 @@
22868
23256
  "sellersCapacity",
22869
23257
  "legalBoundaries",
22870
23258
  "servicesCrossing",
22871
- "energyAndMeters",
23259
+ "electricalWorks",
22872
23260
  "smartHomeSystems",
22873
23261
  "guaranteesWarrantiesAndIndemnityInsurances",
22874
23262
  "occupiers",
@@ -22878,7 +23266,7 @@
22878
23266
  "ta6Required": [
22879
23267
  "legalBoundaries",
22880
23268
  "servicesCrossing",
22881
- "energyAndMeters",
23269
+ "electricalWorks",
22882
23270
  "guaranteesWarrantiesAndIndemnityInsurances",
22883
23271
  "occupiers",
22884
23272
  "completionAndMoving",
@@ -23500,20 +23888,18 @@
23500
23888
  }
23501
23889
  }
23502
23890
  },
23503
- "energyAndMeters": {
23891
+ "electricalWorks": {
23504
23892
  "baspiRef": "B4",
23505
23893
  "ta6Ref": "12",
23506
- "title": "Energy and Meters",
23894
+ "title": "Electrical Works",
23507
23895
  "type": "object",
23508
23896
  "baspiRequired": [
23509
23897
  "testedByQualifiedElectrician",
23510
- "electricalWorkSince2005",
23511
- "solarPanels"
23898
+ "electricalWorkSince2005"
23512
23899
  ],
23513
23900
  "ta6Required": [
23514
23901
  "testedByQualifiedElectrician",
23515
- "electricalWorkSince2005",
23516
- "solarPanels"
23902
+ "electricalWorkSince2005"
23517
23903
  ],
23518
23904
  "properties": {
23519
23905
  "testedByQualifiedElectrician": {
@@ -23643,364 +24029,6 @@
23643
24029
  "baspiRequired": ["yearWorkCarriedOut", "details"]
23644
24030
  }
23645
24031
  ]
23646
- },
23647
- "solarPanels": {
23648
- "baspiRef": "B4.3",
23649
- "piqRef": "B4.4",
23650
- "ta6Ref": "4.6",
23651
- "title": "Solar or photovoltaic panels",
23652
- "type": "object",
23653
- "baspiRequired": ["hasSolarPanels"],
23654
- "ta6Required": ["hasSolarPanels"],
23655
- "properties": {
23656
- "hasSolarPanels": {
23657
- "baspiRef": "B4.3.0",
23658
- "ta6Ref": "4.6",
23659
- "rdsRef": "Property/Flags",
23660
- "piqRef": "B4.4.1",
23661
- "title": "Are there solar or photovoltaic panels installed at the property?",
23662
- "type": "string",
23663
- "enum": ["Yes", "No"]
23664
- }
23665
- },
23666
- "discriminator": {
23667
- "propertyName": "hasSolarPanels"
23668
- },
23669
- "oneOf": [
23670
- {
23671
- "properties": {
23672
- "hasSolarPanels": {
23673
- "enum": ["No"]
23674
- }
23675
- }
23676
- },
23677
- {
23678
- "properties": {
23679
- "hasSolarPanels": {
23680
- "enum": ["Yes"]
23681
- },
23682
- "yearInstalled": {
23683
- "baspiRef": "B4.3.1",
23684
- "ta6Ref": "4.6a",
23685
- "rdsRef": "Objects/Installation",
23686
- "piqRef": "B4.4.2",
23687
- "title": "What year were they installed?",
23688
- "type": "integer"
23689
- },
23690
- "panelsOwnedOutright": {
23691
- "baspiRef": "B4.3.2",
23692
- "ta6Ref": "4.6b",
23693
- "rdsRef": "Objects/Ownership",
23694
- "piqRef": "B4.4.3",
23695
- "title": "Do you own the panels, and all equipment related to them, outright?",
23696
- "type": "object",
23697
- "properties": {
23698
- "yesNo": {
23699
- "baspiRef": "B4.3.2.1",
23700
- "ta6Ref": "4.6b1",
23701
- "type": "string",
23702
- "title": "",
23703
- "enum": ["Yes", "No"]
23704
- }
23705
- },
23706
- "baspiRequired": ["yesNo"],
23707
- "ta6Required": ["yesNo"],
23708
- "discriminator": {
23709
- "propertyName": "yesNo"
23710
- },
23711
- "oneOf": [
23712
- {
23713
- "properties": {
23714
- "yesNo": {
23715
- "enum": ["Yes"]
23716
- }
23717
- }
23718
- },
23719
- {
23720
- "properties": {
23721
- "yesNo": {
23722
- "enum": ["No"]
23723
- },
23724
- "details": {
23725
- "baspiRef": "B4.3.2.2",
23726
- "title": "Provide details of who owns them and the relevant documentation",
23727
- "type": "string",
23728
- "minLength": 1
23729
- },
23730
- "attachments": {
23731
- "baspiRef": "B4.3.2.3",
23732
- "title": "Attachments",
23733
- "type": "string",
23734
- "enum": ["Attached", "To follow"]
23735
- }
23736
- },
23737
- "baspiRequired": ["details", "attachments"]
23738
- }
23739
- ]
23740
- },
23741
- "panelProviderLease": {
23742
- "baspiRef": "B4.3.3",
23743
- "ta6Ref": "4.6c",
23744
- "rdsRef": "Objects/Ownership",
23745
- "piqRef": "B4.4.4",
23746
- "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
23747
- "type": "object",
23748
- "properties": {
23749
- "yesNo": {
23750
- "baspiRef": "4.3.3.1",
23751
- "ta6Ref": "4.6c1",
23752
- "type": "string",
23753
- "title": "",
23754
- "enum": ["Yes", "No"]
23755
- }
23756
- },
23757
- "baspiRequired": ["yesNo"],
23758
- "ta6Required": ["yesNo"],
23759
- "discriminator": {
23760
- "propertyName": "yesNo"
23761
- },
23762
- "oneOf": [
23763
- {
23764
- "properties": {
23765
- "yesNo": {
23766
- "enum": ["No"]
23767
- }
23768
- }
23769
- },
23770
- {
23771
- "properties": {
23772
- "yesNo": {
23773
- "enum": ["Yes"]
23774
- },
23775
- "details": {
23776
- "baspiRef": "4.3.3.2",
23777
- "title": "Name of the provider",
23778
- "type": "string",
23779
- "minLength": 1
23780
- },
23781
- "attachments": {
23782
- "baspiRef": "4.3.3.3",
23783
- "ta6Ref": "4.6c2",
23784
- "piqRef": "B4.4.5",
23785
- "title": "Please supply copies of the relevant documents",
23786
- "type": "string",
23787
- "enum": ["Attached", "To follow"]
23788
- }
23789
- },
23790
- "baspiRequired": ["details", "attachments"],
23791
- "ta6Required": ["attachments"]
23792
- }
23793
- ]
23794
- },
23795
- "lastMaintained": {
23796
- "baspiRef": "B4.3.4",
23797
- "rdsRef": "Objects/Servicing",
23798
- "title": "When was the system last maintained or serviced?",
23799
- "type": "string",
23800
- "format": "date"
23801
- },
23802
- "inGoodWorkingOrder": {
23803
- "baspiRef": "B4.3.5",
23804
- "rdsRef": "Objects/isNotWorking=yes|no|true|false",
23805
- "title": "Is the system in good working order to your satisfaction?",
23806
- "type": "object",
23807
- "properties": {
23808
- "yesNo": {
23809
- "baspiRef": "B4.3.5.1",
23810
- "type": "string",
23811
- "title": "",
23812
- "enum": ["Yes", "No"]
23813
- }
23814
- },
23815
- "baspiRequired": ["yesNo"],
23816
- "discriminator": {
23817
- "propertyName": "yesNo"
23818
- },
23819
- "oneOf": [
23820
- {
23821
- "properties": {
23822
- "yesNo": {
23823
- "enum": ["Yes"]
23824
- }
23825
- }
23826
- },
23827
- {
23828
- "properties": {
23829
- "yesNo": {
23830
- "enum": ["No"]
23831
- },
23832
- "details": {
23833
- "baspiRef": "B4.3.5.2",
23834
- "title": "Details",
23835
- "type": "string",
23836
- "minLength": 1
23837
- }
23838
- },
23839
- "baspiRequired": ["details"]
23840
- }
23841
- ]
23842
- },
23843
- "isConnectedToNationalGrid": {
23844
- "baspiRef": "B4.3.6",
23845
- "rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
23846
- "title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
23847
- "type": "string",
23848
- "enum": ["Yes (FiT)", "Yes (SEG)", "No"]
23849
- },
23850
- "photovoltaicMeterPanelLocation": {
23851
- "baspiRef": "B4.7",
23852
- "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
23853
- "title": "Location of photovoltaic panel meter (if any)",
23854
- "type": "object",
23855
- "properties": {
23856
- "description": {
23857
- "baspiRef": "4.7.1",
23858
- "title": "Describe the location of the meter",
23859
- "type": "string",
23860
- "minLength": 1
23861
- },
23862
- "attachments": {
23863
- "baspiRef": "4.7.2",
23864
- "title": "Photograph of meter location",
23865
- "type": "string",
23866
- "enum": ["Attached", "To follow"]
23867
- }
23868
- }
23869
- },
23870
- "photovoltaicBatteriesLocation": {
23871
- "baspiRef": "B4.8",
23872
- "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
23873
- "title": "Location of photovoltaic batteries (if any)",
23874
- "type": "object",
23875
- "properties": {
23876
- "description": {
23877
- "baspiRef": "4.8.1",
23878
- "title": "Describe the location of the batteries",
23879
- "type": "string",
23880
- "minLength": 1
23881
- },
23882
- "attachments": {
23883
- "baspiRef": "4.8.2",
23884
- "title": "Photograph of batteries location",
23885
- "type": "string",
23886
- "enum": ["Attached", "To follow"]
23887
- }
23888
- }
23889
- }
23890
- },
23891
- "baspiRequired": [
23892
- "yearInstalled",
23893
- "panelsOwnedOutright",
23894
- "panelProviderLease",
23895
- "lastMaintained",
23896
- "inGoodWorkingOrder",
23897
- "isConnectedToNationalGrid"
23898
- ],
23899
- "ta6Required": [
23900
- "yearInstalled",
23901
- "panelsOwnedOutright",
23902
- "panelProviderLease"
23903
- ]
23904
- }
23905
- ]
23906
- },
23907
- "electricityMeter": {
23908
- "baspiRef": "B4.4",
23909
- "ta6Ref": "13.1b",
23910
- "rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
23911
- "title": "Location of electricity meter (if any)",
23912
- "type": "object",
23913
- "properties": {
23914
- "location": {
23915
- "baspiRef": "4.4.1",
23916
- "ta6Ref": "13.1b1",
23917
- "title": "Describe the location of the meter",
23918
- "type": "string",
23919
- "minLength": 1
23920
- },
23921
- "attachments": {
23922
- "baspiRef": "4.4.2",
23923
- "title": "Photograph of meter location",
23924
- "type": "string",
23925
- "enum": ["Attached", "To follow"]
23926
- },
23927
- "mpan": {
23928
- "title": "Meter Point Administration Number (MPAN)",
23929
- "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
23930
- "type": "integer"
23931
- }
23932
- }
23933
- },
23934
- "gasMeter": {
23935
- "baspiRef": "B4.5",
23936
- "ta6Ref": "13.2b",
23937
- "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
23938
- "title": "Location of gas meter (if any)",
23939
- "type": "object",
23940
- "properties": {
23941
- "location": {
23942
- "baspiRef": "4.5.1",
23943
- "ta6Ref": "13.2b1",
23944
- "title": "Describe the location of the meter",
23945
- "type": "string",
23946
- "minLength": 1
23947
- },
23948
- "attachments": {
23949
- "baspiRef": "4.5.2",
23950
- "title": "Photograph of meter location",
23951
- "type": "string",
23952
- "enum": ["Attached", "To follow"]
23953
- },
23954
- "mprn": {
23955
- "title": "Meter Point Reference Number (MPRN)",
23956
- "description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
23957
- "type": "integer"
23958
- }
23959
- }
23960
- },
23961
- "stopcock": {
23962
- "baspiRef": "B4.6.1",
23963
- "ta6Ref": "13.3b",
23964
- "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
23965
- "title": "Location of stopcock (if any)",
23966
- "type": "object",
23967
- "properties": {
23968
- "location": {
23969
- "baspiRef": "4.6.1.1",
23970
- "ta6Ref": "13.3b1",
23971
- "title": "Describe the location of the stopcock",
23972
- "type": "string",
23973
- "minLength": 1
23974
- },
23975
- "attachments": {
23976
- "baspiRef": "4.6.1.2",
23977
- "title": "Photograph of stopcock location",
23978
- "type": "string",
23979
- "enum": ["Attached", "To follow"]
23980
- }
23981
- }
23982
- },
23983
- "waterMeter": {
23984
- "baspiRef": "B4.6.2",
23985
- "ta6Ref": "13.3b",
23986
- "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
23987
- "title": "Location of water meter (if any)",
23988
- "type": "object",
23989
- "properties": {
23990
- "location": {
23991
- "baspiRef": "4.6.2.1",
23992
- "ta6Ref": "13.3b2",
23993
- "title": "Describe the location of the meter",
23994
- "type": "string",
23995
- "minLength": 1
23996
- },
23997
- "attachments": {
23998
- "baspiRef": "4.6.2.2",
23999
- "title": "Photograph of meter location",
24000
- "type": "string",
24001
- "enum": ["Attached", "To follow"]
24002
- }
24003
- }
24004
24032
  }
24005
24033
  }
24006
24034
  },
@@ -24855,7 +24883,7 @@
24855
24883
  "rdsRef": "Participants",
24856
24884
  "ta6Ref": "11.2.1",
24857
24885
  "piqRef": "B8.1",
24858
- "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
24886
+ "title": "Other than the sellers, does anyone else aged 17 or over live at the property?",
24859
24887
  "type": "string",
24860
24888
  "enum": ["Yes", "No"]
24861
24889
  }