@pdtf/schemas 3.0.0-20 → 3.0.0-21

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.
@@ -17907,7 +17907,7 @@
17907
17907
  "solarPanels",
17908
17908
  "otherSources"
17909
17909
  ],
17910
- "ta6Required": ["mainsElectricity"],
17910
+ "ta6Required": ["mainsElectricity", "solarPanels"],
17911
17911
  "properties": {
17912
17912
  "mainsElectricity": {
17913
17913
  "baspiRef": "A7.1.0.1",
@@ -17953,9 +17953,39 @@
17953
17953
  "piqRef": "A7.1.2",
17954
17954
  "title": "Supplier",
17955
17955
  "type": "string"
17956
+ },
17957
+ "electricityMeter": {
17958
+ "baspiRef": "B4.4",
17959
+ "ta6Ref": "13.1b",
17960
+ "rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
17961
+ "title": "Location of electricity meter",
17962
+ "type": "object",
17963
+ "ta6Required": ["location"],
17964
+ "baspiRequired": ["location"],
17965
+ "properties": {
17966
+ "location": {
17967
+ "baspiRef": "4.4.1",
17968
+ "ta6Ref": "13.1b1",
17969
+ "title": "Describe the location of the meter",
17970
+ "type": "string",
17971
+ "minLength": 1
17972
+ },
17973
+ "attachments": {
17974
+ "baspiRef": "4.4.2",
17975
+ "title": "Photograph of meter location",
17976
+ "type": "string",
17977
+ "enum": ["Attached", "To follow"]
17978
+ },
17979
+ "mpan": {
17980
+ "title": "Meter Point Administration Number (MPAN)",
17981
+ "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.",
17982
+ "type": "integer"
17983
+ }
17984
+ }
17956
17985
  }
17957
17986
  },
17958
- "ta6Required": ["supplier"]
17987
+ "ta6Required": ["supplier", "electricityMeter"],
17988
+ "baspiRequired": ["electricityMeter"]
17959
17989
  },
17960
17990
  {
17961
17991
  "properties": {
@@ -17984,6 +18014,7 @@
17984
18014
  "ntsRef": "B3.7",
17985
18015
  "baspiRef": "A7.1.0.8",
17986
18016
  "piqRef": "A7.1.17",
18017
+ "ta6Ref": "4.6",
17987
18018
  "title": "Solar or photovoltaic panels",
17988
18019
  "type": "object",
17989
18020
  "properties": {
@@ -17997,6 +18028,7 @@
17997
18028
  }
17998
18029
  },
17999
18030
  "baspiRequired": ["yesNo"],
18031
+ "ta6Required": ["yesNo"],
18000
18032
  "ntsRequired": ["yesNo"],
18001
18033
  "discriminator": {
18002
18034
  "propertyName": "yesNo"
@@ -18018,8 +18050,229 @@
18018
18050
  "baspiRef": "A7.1.0.8.2",
18019
18051
  "title": "Supplier",
18020
18052
  "type": "string"
18053
+ },
18054
+ "yearInstalled": {
18055
+ "baspiRef": "B4.3.1",
18056
+ "ta6Ref": "4.6a",
18057
+ "rdsRef": "Objects/Installation",
18058
+ "piqRef": "B4.4.2",
18059
+ "title": "What year were they installed?",
18060
+ "type": "integer"
18061
+ },
18062
+ "panelsOwnedOutright": {
18063
+ "baspiRef": "B4.3.2",
18064
+ "ta6Ref": "4.6b",
18065
+ "rdsRef": "Objects/Ownership",
18066
+ "piqRef": "B4.4.3",
18067
+ "title": "Do you own the panels, and all equipment related to them, outright?",
18068
+ "type": "object",
18069
+ "properties": {
18070
+ "yesNo": {
18071
+ "baspiRef": "B4.3.2.1",
18072
+ "ta6Ref": "4.6b1",
18073
+ "type": "string",
18074
+ "title": "",
18075
+ "enum": ["Yes", "No"]
18076
+ }
18077
+ },
18078
+ "baspiRequired": ["yesNo"],
18079
+ "ta6Required": ["yesNo"],
18080
+ "discriminator": {
18081
+ "propertyName": "yesNo"
18082
+ },
18083
+ "oneOf": [
18084
+ {
18085
+ "properties": {
18086
+ "yesNo": {
18087
+ "enum": ["Yes"]
18088
+ }
18089
+ }
18090
+ },
18091
+ {
18092
+ "properties": {
18093
+ "yesNo": {
18094
+ "enum": ["No"]
18095
+ },
18096
+ "details": {
18097
+ "baspiRef": "B4.3.2.2",
18098
+ "title": "Provide details of who owns them and the relevant documentation",
18099
+ "type": "string",
18100
+ "minLength": 1
18101
+ },
18102
+ "attachments": {
18103
+ "baspiRef": "B4.3.2.3",
18104
+ "title": "Attachments",
18105
+ "type": "string",
18106
+ "enum": ["Attached", "To follow"]
18107
+ }
18108
+ },
18109
+ "baspiRequired": ["details", "attachments"]
18110
+ }
18111
+ ]
18112
+ },
18113
+ "panelProviderLease": {
18114
+ "baspiRef": "B4.3.3",
18115
+ "ta6Ref": "4.6c",
18116
+ "rdsRef": "Objects/Ownership",
18117
+ "piqRef": "B4.4.4",
18118
+ "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
18119
+ "type": "object",
18120
+ "properties": {
18121
+ "yesNo": {
18122
+ "baspiRef": "4.3.3.1",
18123
+ "ta6Ref": "4.6c1",
18124
+ "type": "string",
18125
+ "title": "",
18126
+ "enum": ["Yes", "No"]
18127
+ }
18128
+ },
18129
+ "baspiRequired": ["yesNo"],
18130
+ "ta6Required": ["yesNo"],
18131
+ "discriminator": {
18132
+ "propertyName": "yesNo"
18133
+ },
18134
+ "oneOf": [
18135
+ {
18136
+ "properties": {
18137
+ "yesNo": {
18138
+ "enum": ["No"]
18139
+ }
18140
+ }
18141
+ },
18142
+ {
18143
+ "properties": {
18144
+ "yesNo": {
18145
+ "enum": ["Yes"]
18146
+ },
18147
+ "details": {
18148
+ "baspiRef": "4.3.3.2",
18149
+ "title": "Name of the provider",
18150
+ "type": "string",
18151
+ "minLength": 1
18152
+ },
18153
+ "attachments": {
18154
+ "baspiRef": "4.3.3.3",
18155
+ "ta6Ref": "4.6c2",
18156
+ "piqRef": "B4.4.5",
18157
+ "title": "Please supply copies of the relevant documents",
18158
+ "type": "string",
18159
+ "enum": ["Attached", "To follow"]
18160
+ }
18161
+ },
18162
+ "baspiRequired": ["details", "attachments"],
18163
+ "ta6Required": ["attachments"]
18164
+ }
18165
+ ]
18166
+ },
18167
+ "lastMaintained": {
18168
+ "baspiRef": "B4.3.4",
18169
+ "rdsRef": "Objects/Servicing",
18170
+ "title": "When was the system last maintained or serviced?",
18171
+ "type": "string",
18172
+ "format": "date"
18173
+ },
18174
+ "inGoodWorkingOrder": {
18175
+ "baspiRef": "B4.3.5",
18176
+ "rdsRef": "Objects/isNotWorking=yes|no|true|false",
18177
+ "title": "Is the system in good working order to your satisfaction?",
18178
+ "type": "object",
18179
+ "properties": {
18180
+ "yesNo": {
18181
+ "baspiRef": "B4.3.5.1",
18182
+ "type": "string",
18183
+ "title": "",
18184
+ "enum": ["Yes", "No"]
18185
+ }
18186
+ },
18187
+ "baspiRequired": ["yesNo"],
18188
+ "discriminator": {
18189
+ "propertyName": "yesNo"
18190
+ },
18191
+ "oneOf": [
18192
+ {
18193
+ "properties": {
18194
+ "yesNo": {
18195
+ "enum": ["Yes"]
18196
+ }
18197
+ }
18198
+ },
18199
+ {
18200
+ "properties": {
18201
+ "yesNo": {
18202
+ "enum": ["No"]
18203
+ },
18204
+ "details": {
18205
+ "baspiRef": "B4.3.5.2",
18206
+ "title": "Details",
18207
+ "type": "string",
18208
+ "minLength": 1
18209
+ }
18210
+ },
18211
+ "baspiRequired": ["details"]
18212
+ }
18213
+ ]
18214
+ },
18215
+ "isConnectedToNationalGrid": {
18216
+ "baspiRef": "B4.3.6",
18217
+ "rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
18218
+ "title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
18219
+ "type": "string",
18220
+ "enum": ["Yes (FiT)", "Yes (SEG)", "No"]
18221
+ },
18222
+ "photovoltaicMeterPanelLocation": {
18223
+ "baspiRef": "B4.7",
18224
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18225
+ "title": "Location of photovoltaic panel meter (if any)",
18226
+ "type": "object",
18227
+ "properties": {
18228
+ "description": {
18229
+ "baspiRef": "4.7.1",
18230
+ "title": "Describe the location of the meter",
18231
+ "type": "string",
18232
+ "minLength": 1
18233
+ },
18234
+ "attachments": {
18235
+ "baspiRef": "4.7.2",
18236
+ "title": "Photograph of meter location",
18237
+ "type": "string",
18238
+ "enum": ["Attached", "To follow"]
18239
+ }
18240
+ }
18241
+ },
18242
+ "photovoltaicBatteriesLocation": {
18243
+ "baspiRef": "B4.8",
18244
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18245
+ "title": "Location of photovoltaic batteries (if any)",
18246
+ "type": "object",
18247
+ "properties": {
18248
+ "description": {
18249
+ "baspiRef": "4.8.1",
18250
+ "title": "Describe the location of the batteries",
18251
+ "type": "string",
18252
+ "minLength": 1
18253
+ },
18254
+ "attachments": {
18255
+ "baspiRef": "4.8.2",
18256
+ "title": "Photograph of batteries location",
18257
+ "type": "string",
18258
+ "enum": ["Attached", "To follow"]
18259
+ }
18260
+ }
18021
18261
  }
18022
- }
18262
+ },
18263
+ "baspiRequired": [
18264
+ "yearInstalled",
18265
+ "panelsOwnedOutright",
18266
+ "panelProviderLease",
18267
+ "lastMaintained",
18268
+ "inGoodWorkingOrder",
18269
+ "isConnectedToNationalGrid"
18270
+ ],
18271
+ "ta6Required": [
18272
+ "yearInstalled",
18273
+ "panelsOwnedOutright",
18274
+ "panelProviderLease"
18275
+ ]
18023
18276
  },
18024
18277
  {
18025
18278
  "properties": {
@@ -18122,7 +18375,6 @@
18122
18375
  }
18123
18376
  }
18124
18377
  },
18125
-
18126
18378
  "waterAndDrainage": {
18127
18379
  "ntsRef": "B3.2",
18128
18380
  "baspiRef": "A7.1.0",
@@ -18196,6 +18448,7 @@
18196
18448
  "type": "string",
18197
18449
  "title": "",
18198
18450
  "enum": ["Yes", "To be connected", "No"],
18451
+ "ta6Enum": ["Yes", "No"],
18199
18452
  "ntsEnum": ["Yes", "No"],
18200
18453
  "con29DWEnum": ["Yes", "No"]
18201
18454
  }
@@ -18241,26 +18494,95 @@
18241
18494
  "type": "string",
18242
18495
  "minLength": 1
18243
18496
  },
18244
- "isSupplyMetered": {
18245
- "ntsRef": "3.2.3",
18246
- "title": "Is the supply metered?",
18247
- "type": "string",
18248
- "enum": ["Yes", "No"]
18249
- }
18250
- },
18251
- "ta6Required": ["supplier"],
18252
- "con29DWRequired": ["details"],
18253
- "ntsRequired": ["isSupplyMetered"]
18254
- },
18255
- {
18256
- "properties": {
18257
- "yesNo": {
18258
- "enum": ["To be connected"]
18259
- },
18260
- "dateToBeConnected": {
18261
- "baspiRef": "A7.1.0.10.3",
18262
- "title": "Date to be connected",
18263
- "type": "string",
18497
+ "stopcock": {
18498
+ "baspiRef": "B4.6.1",
18499
+ "ta6Ref": "13.3b",
18500
+ "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18501
+ "title": "Location of stopcock",
18502
+ "type": "object",
18503
+ "properties": {
18504
+ "location": {
18505
+ "baspiRef": "4.6.1.1",
18506
+ "ta6Ref": "13.3b1",
18507
+ "title": "Describe the location of the stopcock",
18508
+ "type": "string",
18509
+ "minLength": 1
18510
+ },
18511
+ "attachments": {
18512
+ "baspiRef": "4.6.1.2",
18513
+ "title": "Photograph of stopcock location",
18514
+ "type": "string",
18515
+ "enum": ["Attached", "To follow"]
18516
+ }
18517
+ }
18518
+ },
18519
+ "waterMeter": {
18520
+ "type": "object",
18521
+ "ntsRef": "B3.2.1.1",
18522
+ "baspiRef": "A7.",
18523
+ "ta6Ref": "13.3b2",
18524
+ "ntsRequired": ["isSupplyMetered"],
18525
+ "baspiRequired": ["isSupplyMetered"],
18526
+ "ta6Required": ["isSupplyMetered"],
18527
+ "properties": {
18528
+ "isSupplyMetered": {
18529
+ "ntsRef": "3.2.3",
18530
+ "ta6Ref": "13.3b2",
18531
+ "baspiRef": "B4.6.2",
18532
+ "title": "Is the supply metered?",
18533
+ "type": "string",
18534
+ "enum": ["Yes", "No"]
18535
+ }
18536
+ },
18537
+ "discriminator": {
18538
+ "propertyName": "isSupplyMetered"
18539
+ },
18540
+ "oneOf": [
18541
+ {
18542
+ "properties": {
18543
+ "isSupplyMetered": {
18544
+ "enum": ["No"]
18545
+ }
18546
+ }
18547
+ },
18548
+ {
18549
+ "properties": {
18550
+ "isSupplyMetered": {
18551
+ "enum": ["Yes"]
18552
+ },
18553
+ "location": {
18554
+ "baspiRef": "4.6.2.1",
18555
+ "ta6Ref": "13.3b2.1",
18556
+ "title": "Describe the location of the meter",
18557
+ "type": "string",
18558
+ "minLength": 1
18559
+ },
18560
+ "attachments": {
18561
+ "baspiRef": "4.6.2.2",
18562
+ "title": "Photograph of meter location",
18563
+ "type": "string",
18564
+ "enum": ["Attached", "To follow"]
18565
+ }
18566
+ },
18567
+ "ta6Required": ["location"]
18568
+ }
18569
+ ]
18570
+ }
18571
+ },
18572
+ "ta6Required": ["supplier", "stopcock", "waterMeter"],
18573
+ "con29DWRequired": ["details"],
18574
+ "baspiRequired": ["stopcock", "waterMeter"],
18575
+ "ntsRequired": ["waterMeter"]
18576
+ },
18577
+ {
18578
+ "properties": {
18579
+ "yesNo": {
18580
+ "enum": ["To be connected"]
18581
+ },
18582
+ "dateToBeConnected": {
18583
+ "baspiRef": "A7.1.0.10.3",
18584
+ "title": "Date to be connected",
18585
+ "type": "string",
18264
18586
  "format": "date"
18265
18587
  },
18266
18588
  "supplier": {
@@ -19461,13 +19783,60 @@
19461
19783
  {
19462
19784
  "properties": {
19463
19785
  "centralHeatingFuelType": {
19464
- "enum": [
19465
- "Mains gas",
19466
- "Electricity",
19467
- "Oil",
19468
- "LPG",
19469
- "Biomass"
19470
- ]
19786
+ "enum": ["Mains gas"]
19787
+ },
19788
+ "supplier": {
19789
+ "baspiRef": "A7.1.0",
19790
+ "title": "Supplier (if known)",
19791
+ "type": "string"
19792
+ },
19793
+ "gasMeter": {
19794
+ "baspiRef": "B4.5",
19795
+ "ta6Ref": "13.2b",
19796
+ "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
19797
+ "title": "Location of gas meter (if any)",
19798
+ "type": "object",
19799
+ "properties": {
19800
+ "location": {
19801
+ "baspiRef": "4.5.1",
19802
+ "ta6Ref": "13.2b1",
19803
+ "title": "Describe the location of the meter",
19804
+ "type": "string",
19805
+ "minLength": 1
19806
+ },
19807
+ "attachments": {
19808
+ "baspiRef": "4.5.2",
19809
+ "title": "Photograph of meter location",
19810
+ "type": "string",
19811
+ "enum": ["Attached", "To follow"]
19812
+ },
19813
+ "mprn": {
19814
+ "title": "Meter Point Reference Number (MPRN)",
19815
+ "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.",
19816
+ "type": "integer"
19817
+ }
19818
+ }
19819
+ }
19820
+ },
19821
+ "baspiRequired": ["supplier", "gasMeter"],
19822
+ "ta6Required": ["supplier", "gasMeter"]
19823
+ },
19824
+ {
19825
+ "properties": {
19826
+ "centralHeatingFuelType": {
19827
+ "enum": ["Electricity"]
19828
+ }
19829
+ }
19830
+ },
19831
+ {
19832
+ "properties": {
19833
+ "centralHeatingFuelType": {
19834
+ "enum": ["Oil", "LPG", "Biomass"]
19835
+ },
19836
+ "supplier": {
19837
+ "baspiRef": "A7.1.0",
19838
+ "title": "Supplier (if known)",
19839
+ "type": "string"
19471
19840
  }
19472
19841
  }
19473
19842
  },
@@ -22868,7 +23237,7 @@
22868
23237
  "sellersCapacity",
22869
23238
  "legalBoundaries",
22870
23239
  "servicesCrossing",
22871
- "energyAndMeters",
23240
+ "electricalWorks",
22872
23241
  "smartHomeSystems",
22873
23242
  "guaranteesWarrantiesAndIndemnityInsurances",
22874
23243
  "occupiers",
@@ -22878,7 +23247,7 @@
22878
23247
  "ta6Required": [
22879
23248
  "legalBoundaries",
22880
23249
  "servicesCrossing",
22881
- "energyAndMeters",
23250
+ "electricalWorks",
22882
23251
  "guaranteesWarrantiesAndIndemnityInsurances",
22883
23252
  "occupiers",
22884
23253
  "completionAndMoving",
@@ -23500,20 +23869,18 @@
23500
23869
  }
23501
23870
  }
23502
23871
  },
23503
- "energyAndMeters": {
23872
+ "electricalWorks": {
23504
23873
  "baspiRef": "B4",
23505
23874
  "ta6Ref": "12",
23506
- "title": "Energy and Meters",
23875
+ "title": "Electrical Works",
23507
23876
  "type": "object",
23508
23877
  "baspiRequired": [
23509
23878
  "testedByQualifiedElectrician",
23510
- "electricalWorkSince2005",
23511
- "solarPanels"
23879
+ "electricalWorkSince2005"
23512
23880
  ],
23513
23881
  "ta6Required": [
23514
23882
  "testedByQualifiedElectrician",
23515
- "electricalWorkSince2005",
23516
- "solarPanels"
23883
+ "electricalWorkSince2005"
23517
23884
  ],
23518
23885
  "properties": {
23519
23886
  "testedByQualifiedElectrician": {
@@ -23643,364 +24010,6 @@
23643
24010
  "baspiRequired": ["yearWorkCarriedOut", "details"]
23644
24011
  }
23645
24012
  ]
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
24013
  }
24005
24014
  }
24006
24015
  },
@@ -24855,7 +24864,7 @@
24855
24864
  "rdsRef": "Participants",
24856
24865
  "ta6Ref": "11.2.1",
24857
24866
  "piqRef": "B8.1",
24858
- "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
24867
+ "title": "Other than the sellers, does anyone else aged 17 or over live at the property?",
24859
24868
  "type": "string",
24860
24869
  "enum": ["Yes", "No"]
24861
24870
  }