@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.
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +16 -9
- package/src/schemas/v3/combined.json +563 -535
- package/src/schemas/v3/overlays/baspi.json +299 -264
- package/src/schemas/v3/overlays/con29DW.json +21 -6
- package/src/schemas/v3/overlays/lpe1.json +3 -2
- package/src/schemas/v3/overlays/nts.json +61 -15
- package/src/schemas/v3/overlays/piq.json +59 -90
- package/src/schemas/v3/overlays/rds.json +130 -122
- package/src/schemas/v3/overlays/ta6.json +227 -158
- package/src/schemas/v3/overlays/ta7.json +35 -112
- package/src/schemas/v3/pdtf-transaction.json +377 -356
- package/src/schemas/v3/skeleton.json +49 -51
|
@@ -3034,36 +3034,33 @@
|
|
|
3034
3034
|
"title": "Leasehold information",
|
|
3035
3035
|
"type": "object",
|
|
3036
3036
|
"properties": {
|
|
3037
|
-
"
|
|
3037
|
+
"sharedOwnership": {
|
|
3038
3038
|
"type": "object",
|
|
3039
3039
|
"properties": {
|
|
3040
|
-
"
|
|
3041
|
-
"title": "
|
|
3042
|
-
"description": "‘Flat’ includes maisonette and apartment.",
|
|
3040
|
+
"isSharedOwnership": {
|
|
3041
|
+
"title": "Is the lease on a Shared Ownership basis?",
|
|
3043
3042
|
"type": "string",
|
|
3044
3043
|
"enum": [
|
|
3045
|
-
"
|
|
3046
|
-
"
|
|
3047
|
-
"Long leasehold house"
|
|
3044
|
+
"Yes",
|
|
3045
|
+
"No"
|
|
3048
3046
|
]
|
|
3049
3047
|
}
|
|
3050
3048
|
},
|
|
3051
3049
|
"oneOf": [
|
|
3052
3050
|
{
|
|
3053
3051
|
"properties": {
|
|
3054
|
-
"
|
|
3052
|
+
"isSharedOwnership": {
|
|
3055
3053
|
"enum": [
|
|
3056
|
-
"
|
|
3057
|
-
"Long leasehold house"
|
|
3054
|
+
"No"
|
|
3058
3055
|
]
|
|
3059
3056
|
}
|
|
3060
3057
|
}
|
|
3061
3058
|
},
|
|
3062
3059
|
{
|
|
3063
3060
|
"properties": {
|
|
3064
|
-
"
|
|
3061
|
+
"isSharedOwnership": {
|
|
3065
3062
|
"enum": [
|
|
3066
|
-
"
|
|
3063
|
+
"Yes"
|
|
3067
3064
|
]
|
|
3068
3065
|
},
|
|
3069
3066
|
"sharedOwnershipPercentage": {
|
|
@@ -4199,6 +4196,11 @@
|
|
|
4199
4196
|
"Managing Agent",
|
|
4200
4197
|
"the Lessees",
|
|
4201
4198
|
"Not applicable"
|
|
4199
|
+
],
|
|
4200
|
+
"ta7enum": [
|
|
4201
|
+
"the Lessees",
|
|
4202
|
+
"Management Company",
|
|
4203
|
+
"Landlord"
|
|
4202
4204
|
]
|
|
4203
4205
|
},
|
|
4204
4206
|
"dealsWithDayToDayMaintenanceOfBuilding": {
|
|
@@ -6249,8 +6251,23 @@
|
|
|
6249
6251
|
"title": "Please give details of these alterations",
|
|
6250
6252
|
"type": "string",
|
|
6251
6253
|
"minLength": 1
|
|
6254
|
+
},
|
|
6255
|
+
"landlordConsentObtained": {
|
|
6256
|
+
"title": "Was the landlord’s consent for the alterations obtained? If Yes, please supply a copy.",
|
|
6257
|
+
"type": "string",
|
|
6258
|
+
"enum": [
|
|
6259
|
+
"No",
|
|
6260
|
+
"Not known",
|
|
6261
|
+
"Not required",
|
|
6262
|
+
"Attached",
|
|
6263
|
+
"To follow"
|
|
6264
|
+
]
|
|
6252
6265
|
}
|
|
6253
|
-
}
|
|
6266
|
+
},
|
|
6267
|
+
"ta71Required": [
|
|
6268
|
+
"details",
|
|
6269
|
+
"landlordConsentObtained"
|
|
6270
|
+
]
|
|
6254
6271
|
}
|
|
6255
6272
|
]
|
|
6256
6273
|
},
|
|
@@ -15698,6 +15715,30 @@
|
|
|
15698
15715
|
"supplier": {
|
|
15699
15716
|
"title": "Supplier",
|
|
15700
15717
|
"type": "string"
|
|
15718
|
+
},
|
|
15719
|
+
"electricityMeter": {
|
|
15720
|
+
"title": "Location of electricity meter",
|
|
15721
|
+
"type": "object",
|
|
15722
|
+
"properties": {
|
|
15723
|
+
"location": {
|
|
15724
|
+
"title": "Describe the location of the meter",
|
|
15725
|
+
"type": "string",
|
|
15726
|
+
"minLength": 1
|
|
15727
|
+
},
|
|
15728
|
+
"attachments": {
|
|
15729
|
+
"title": "Photograph of meter location",
|
|
15730
|
+
"type": "string",
|
|
15731
|
+
"enum": [
|
|
15732
|
+
"Attached",
|
|
15733
|
+
"To follow"
|
|
15734
|
+
]
|
|
15735
|
+
},
|
|
15736
|
+
"mpan": {
|
|
15737
|
+
"title": "Meter Point Administration Number (MPAN)",
|
|
15738
|
+
"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.",
|
|
15739
|
+
"type": "integer"
|
|
15740
|
+
}
|
|
15741
|
+
}
|
|
15701
15742
|
}
|
|
15702
15743
|
}
|
|
15703
15744
|
},
|
|
@@ -15755,6 +15796,195 @@
|
|
|
15755
15796
|
"supplier": {
|
|
15756
15797
|
"title": "Supplier",
|
|
15757
15798
|
"type": "string"
|
|
15799
|
+
},
|
|
15800
|
+
"yearInstalled": {
|
|
15801
|
+
"title": "What year were they installed?",
|
|
15802
|
+
"type": "integer"
|
|
15803
|
+
},
|
|
15804
|
+
"panelsOwnedOutright": {
|
|
15805
|
+
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
15806
|
+
"type": "object",
|
|
15807
|
+
"properties": {
|
|
15808
|
+
"yesNo": {
|
|
15809
|
+
"type": "string",
|
|
15810
|
+
"title": "",
|
|
15811
|
+
"enum": [
|
|
15812
|
+
"Yes",
|
|
15813
|
+
"No"
|
|
15814
|
+
]
|
|
15815
|
+
}
|
|
15816
|
+
},
|
|
15817
|
+
"oneOf": [
|
|
15818
|
+
{
|
|
15819
|
+
"properties": {
|
|
15820
|
+
"yesNo": {
|
|
15821
|
+
"enum": [
|
|
15822
|
+
"Yes"
|
|
15823
|
+
]
|
|
15824
|
+
}
|
|
15825
|
+
}
|
|
15826
|
+
},
|
|
15827
|
+
{
|
|
15828
|
+
"properties": {
|
|
15829
|
+
"yesNo": {
|
|
15830
|
+
"enum": [
|
|
15831
|
+
"No"
|
|
15832
|
+
]
|
|
15833
|
+
},
|
|
15834
|
+
"details": {
|
|
15835
|
+
"title": "Provide details of who owns them and the relevant documentation",
|
|
15836
|
+
"type": "string",
|
|
15837
|
+
"minLength": 1
|
|
15838
|
+
},
|
|
15839
|
+
"attachments": {
|
|
15840
|
+
"title": "Attachments",
|
|
15841
|
+
"type": "string",
|
|
15842
|
+
"enum": [
|
|
15843
|
+
"Attached",
|
|
15844
|
+
"To follow"
|
|
15845
|
+
]
|
|
15846
|
+
}
|
|
15847
|
+
}
|
|
15848
|
+
}
|
|
15849
|
+
]
|
|
15850
|
+
},
|
|
15851
|
+
"panelProviderLease": {
|
|
15852
|
+
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
15853
|
+
"type": "object",
|
|
15854
|
+
"properties": {
|
|
15855
|
+
"yesNo": {
|
|
15856
|
+
"type": "string",
|
|
15857
|
+
"title": "",
|
|
15858
|
+
"enum": [
|
|
15859
|
+
"Yes",
|
|
15860
|
+
"No"
|
|
15861
|
+
]
|
|
15862
|
+
}
|
|
15863
|
+
},
|
|
15864
|
+
"oneOf": [
|
|
15865
|
+
{
|
|
15866
|
+
"properties": {
|
|
15867
|
+
"yesNo": {
|
|
15868
|
+
"enum": [
|
|
15869
|
+
"No"
|
|
15870
|
+
]
|
|
15871
|
+
}
|
|
15872
|
+
}
|
|
15873
|
+
},
|
|
15874
|
+
{
|
|
15875
|
+
"properties": {
|
|
15876
|
+
"yesNo": {
|
|
15877
|
+
"enum": [
|
|
15878
|
+
"Yes"
|
|
15879
|
+
]
|
|
15880
|
+
},
|
|
15881
|
+
"details": {
|
|
15882
|
+
"title": "Name of the provider",
|
|
15883
|
+
"type": "string",
|
|
15884
|
+
"minLength": 1
|
|
15885
|
+
},
|
|
15886
|
+
"attachments": {
|
|
15887
|
+
"title": "Please supply copies of the relevant documents",
|
|
15888
|
+
"type": "string",
|
|
15889
|
+
"enum": [
|
|
15890
|
+
"Attached",
|
|
15891
|
+
"To follow"
|
|
15892
|
+
]
|
|
15893
|
+
}
|
|
15894
|
+
}
|
|
15895
|
+
}
|
|
15896
|
+
]
|
|
15897
|
+
},
|
|
15898
|
+
"lastMaintained": {
|
|
15899
|
+
"title": "When was the system last maintained or serviced?",
|
|
15900
|
+
"type": "string",
|
|
15901
|
+
"format": "date"
|
|
15902
|
+
},
|
|
15903
|
+
"inGoodWorkingOrder": {
|
|
15904
|
+
"title": "Is the system in good working order to your satisfaction?",
|
|
15905
|
+
"type": "object",
|
|
15906
|
+
"properties": {
|
|
15907
|
+
"yesNo": {
|
|
15908
|
+
"type": "string",
|
|
15909
|
+
"title": "",
|
|
15910
|
+
"enum": [
|
|
15911
|
+
"Yes",
|
|
15912
|
+
"No"
|
|
15913
|
+
]
|
|
15914
|
+
}
|
|
15915
|
+
},
|
|
15916
|
+
"oneOf": [
|
|
15917
|
+
{
|
|
15918
|
+
"properties": {
|
|
15919
|
+
"yesNo": {
|
|
15920
|
+
"enum": [
|
|
15921
|
+
"Yes"
|
|
15922
|
+
]
|
|
15923
|
+
}
|
|
15924
|
+
}
|
|
15925
|
+
},
|
|
15926
|
+
{
|
|
15927
|
+
"properties": {
|
|
15928
|
+
"yesNo": {
|
|
15929
|
+
"enum": [
|
|
15930
|
+
"No"
|
|
15931
|
+
]
|
|
15932
|
+
},
|
|
15933
|
+
"details": {
|
|
15934
|
+
"title": "Details",
|
|
15935
|
+
"type": "string",
|
|
15936
|
+
"minLength": 1
|
|
15937
|
+
}
|
|
15938
|
+
}
|
|
15939
|
+
}
|
|
15940
|
+
]
|
|
15941
|
+
},
|
|
15942
|
+
"isConnectedToNationalGrid": {
|
|
15943
|
+
"title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
|
|
15944
|
+
"type": "string",
|
|
15945
|
+
"enum": [
|
|
15946
|
+
"Yes (FiT)",
|
|
15947
|
+
"Yes (SEG)",
|
|
15948
|
+
"No"
|
|
15949
|
+
]
|
|
15950
|
+
},
|
|
15951
|
+
"photovoltaicMeterPanelLocation": {
|
|
15952
|
+
"title": "Location of photovoltaic panel meter (if any)",
|
|
15953
|
+
"type": "object",
|
|
15954
|
+
"properties": {
|
|
15955
|
+
"description": {
|
|
15956
|
+
"title": "Describe the location of the meter",
|
|
15957
|
+
"type": "string",
|
|
15958
|
+
"minLength": 1
|
|
15959
|
+
},
|
|
15960
|
+
"attachments": {
|
|
15961
|
+
"title": "Photograph of meter location",
|
|
15962
|
+
"type": "string",
|
|
15963
|
+
"enum": [
|
|
15964
|
+
"Attached",
|
|
15965
|
+
"To follow"
|
|
15966
|
+
]
|
|
15967
|
+
}
|
|
15968
|
+
}
|
|
15969
|
+
},
|
|
15970
|
+
"photovoltaicBatteriesLocation": {
|
|
15971
|
+
"title": "Location of photovoltaic batteries (if any)",
|
|
15972
|
+
"type": "object",
|
|
15973
|
+
"properties": {
|
|
15974
|
+
"description": {
|
|
15975
|
+
"title": "Describe the location of the batteries",
|
|
15976
|
+
"type": "string",
|
|
15977
|
+
"minLength": 1
|
|
15978
|
+
},
|
|
15979
|
+
"attachments": {
|
|
15980
|
+
"title": "Photograph of batteries location",
|
|
15981
|
+
"type": "string",
|
|
15982
|
+
"enum": [
|
|
15983
|
+
"Attached",
|
|
15984
|
+
"To follow"
|
|
15985
|
+
]
|
|
15986
|
+
}
|
|
15987
|
+
}
|
|
15758
15988
|
}
|
|
15759
15989
|
}
|
|
15760
15990
|
},
|
|
@@ -15917,31 +16147,88 @@
|
|
|
15917
16147
|
"type": "string",
|
|
15918
16148
|
"minLength": 1
|
|
15919
16149
|
},
|
|
15920
|
-
"
|
|
15921
|
-
"title": "
|
|
15922
|
-
"type": "
|
|
15923
|
-
"
|
|
15924
|
-
"
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15931
|
-
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
"title": "Date to be connected",
|
|
15939
|
-
"type": "string",
|
|
15940
|
-
"format": "date"
|
|
16150
|
+
"stopcock": {
|
|
16151
|
+
"title": "Location of stopcock",
|
|
16152
|
+
"type": "object",
|
|
16153
|
+
"properties": {
|
|
16154
|
+
"location": {
|
|
16155
|
+
"title": "Describe the location of the stopcock",
|
|
16156
|
+
"type": "string",
|
|
16157
|
+
"minLength": 1
|
|
16158
|
+
},
|
|
16159
|
+
"attachments": {
|
|
16160
|
+
"title": "Photograph of stopcock location",
|
|
16161
|
+
"type": "string",
|
|
16162
|
+
"enum": [
|
|
16163
|
+
"Attached",
|
|
16164
|
+
"To follow"
|
|
16165
|
+
]
|
|
16166
|
+
}
|
|
16167
|
+
}
|
|
15941
16168
|
},
|
|
15942
|
-
"
|
|
15943
|
-
"
|
|
15944
|
-
"
|
|
16169
|
+
"waterMeter": {
|
|
16170
|
+
"type": "object",
|
|
16171
|
+
"properties": {
|
|
16172
|
+
"isSupplyMetered": {
|
|
16173
|
+
"title": "Is the supply metered?",
|
|
16174
|
+
"type": "string",
|
|
16175
|
+
"enum": [
|
|
16176
|
+
"Yes",
|
|
16177
|
+
"No"
|
|
16178
|
+
]
|
|
16179
|
+
}
|
|
16180
|
+
},
|
|
16181
|
+
"oneOf": [
|
|
16182
|
+
{
|
|
16183
|
+
"properties": {
|
|
16184
|
+
"isSupplyMetered": {
|
|
16185
|
+
"enum": [
|
|
16186
|
+
"No"
|
|
16187
|
+
]
|
|
16188
|
+
}
|
|
16189
|
+
}
|
|
16190
|
+
},
|
|
16191
|
+
{
|
|
16192
|
+
"properties": {
|
|
16193
|
+
"isSupplyMetered": {
|
|
16194
|
+
"enum": [
|
|
16195
|
+
"Yes"
|
|
16196
|
+
]
|
|
16197
|
+
},
|
|
16198
|
+
"location": {
|
|
16199
|
+
"title": "Describe the location of the meter",
|
|
16200
|
+
"type": "string",
|
|
16201
|
+
"minLength": 1
|
|
16202
|
+
},
|
|
16203
|
+
"attachments": {
|
|
16204
|
+
"title": "Photograph of meter location",
|
|
16205
|
+
"type": "string",
|
|
16206
|
+
"enum": [
|
|
16207
|
+
"Attached",
|
|
16208
|
+
"To follow"
|
|
16209
|
+
]
|
|
16210
|
+
}
|
|
16211
|
+
}
|
|
16212
|
+
}
|
|
16213
|
+
]
|
|
16214
|
+
}
|
|
16215
|
+
}
|
|
16216
|
+
},
|
|
16217
|
+
{
|
|
16218
|
+
"properties": {
|
|
16219
|
+
"yesNo": {
|
|
16220
|
+
"enum": [
|
|
16221
|
+
"To be connected"
|
|
16222
|
+
]
|
|
16223
|
+
},
|
|
16224
|
+
"dateToBeConnected": {
|
|
16225
|
+
"title": "Date to be connected",
|
|
16226
|
+
"type": "string",
|
|
16227
|
+
"format": "date"
|
|
16228
|
+
},
|
|
16229
|
+
"supplier": {
|
|
16230
|
+
"title": "Supplier",
|
|
16231
|
+
"type": "string"
|
|
15945
16232
|
}
|
|
15946
16233
|
}
|
|
15947
16234
|
}
|
|
@@ -16068,11 +16355,6 @@
|
|
|
16068
16355
|
"title": "What is the classification of the water supply for the property?",
|
|
16069
16356
|
"type": "string",
|
|
16070
16357
|
"minLength": 1
|
|
16071
|
-
},
|
|
16072
|
-
"waterMeterLocation": {
|
|
16073
|
-
"title": "Please include details of the location of any water meter serving the property.",
|
|
16074
|
-
"type": "string",
|
|
16075
|
-
"minLength": 1
|
|
16076
16358
|
}
|
|
16077
16359
|
}
|
|
16078
16360
|
},
|
|
@@ -16932,12 +17214,60 @@
|
|
|
16932
17214
|
"properties": {
|
|
16933
17215
|
"centralHeatingFuelType": {
|
|
16934
17216
|
"enum": [
|
|
16935
|
-
"Mains gas"
|
|
16936
|
-
|
|
17217
|
+
"Mains gas"
|
|
17218
|
+
]
|
|
17219
|
+
},
|
|
17220
|
+
"supplier": {
|
|
17221
|
+
"title": "Supplier (if known)",
|
|
17222
|
+
"type": "string"
|
|
17223
|
+
},
|
|
17224
|
+
"gasMeter": {
|
|
17225
|
+
"title": "Location of gas meter (if any)",
|
|
17226
|
+
"type": "object",
|
|
17227
|
+
"properties": {
|
|
17228
|
+
"location": {
|
|
17229
|
+
"title": "Describe the location of the meter",
|
|
17230
|
+
"type": "string",
|
|
17231
|
+
"minLength": 1
|
|
17232
|
+
},
|
|
17233
|
+
"attachments": {
|
|
17234
|
+
"title": "Photograph of meter location",
|
|
17235
|
+
"type": "string",
|
|
17236
|
+
"enum": [
|
|
17237
|
+
"Attached",
|
|
17238
|
+
"To follow"
|
|
17239
|
+
]
|
|
17240
|
+
},
|
|
17241
|
+
"mprn": {
|
|
17242
|
+
"title": "Meter Point Reference Number (MPRN)",
|
|
17243
|
+
"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.",
|
|
17244
|
+
"type": "integer"
|
|
17245
|
+
}
|
|
17246
|
+
}
|
|
17247
|
+
}
|
|
17248
|
+
}
|
|
17249
|
+
},
|
|
17250
|
+
{
|
|
17251
|
+
"properties": {
|
|
17252
|
+
"centralHeatingFuelType": {
|
|
17253
|
+
"enum": [
|
|
17254
|
+
"Electricity"
|
|
17255
|
+
]
|
|
17256
|
+
}
|
|
17257
|
+
}
|
|
17258
|
+
},
|
|
17259
|
+
{
|
|
17260
|
+
"properties": {
|
|
17261
|
+
"centralHeatingFuelType": {
|
|
17262
|
+
"enum": [
|
|
16937
17263
|
"Oil",
|
|
16938
17264
|
"LPG",
|
|
16939
17265
|
"Biomass"
|
|
16940
17266
|
]
|
|
17267
|
+
},
|
|
17268
|
+
"supplier": {
|
|
17269
|
+
"title": "Supplier (if known)",
|
|
17270
|
+
"type": "string"
|
|
16941
17271
|
}
|
|
16942
17272
|
}
|
|
16943
17273
|
},
|
|
@@ -20509,8 +20839,8 @@
|
|
|
20509
20839
|
}
|
|
20510
20840
|
}
|
|
20511
20841
|
},
|
|
20512
|
-
"
|
|
20513
|
-
"title": "
|
|
20842
|
+
"electricalWorks": {
|
|
20843
|
+
"title": "Electrical Works",
|
|
20514
20844
|
"type": "object",
|
|
20515
20845
|
"properties": {
|
|
20516
20846
|
"testedByQualifiedElectrician": {
|
|
@@ -20627,315 +20957,6 @@
|
|
|
20627
20957
|
}
|
|
20628
20958
|
}
|
|
20629
20959
|
]
|
|
20630
|
-
},
|
|
20631
|
-
"solarPanels": {
|
|
20632
|
-
"title": "Solar or photovoltaic panels",
|
|
20633
|
-
"type": "object",
|
|
20634
|
-
"properties": {
|
|
20635
|
-
"hasSolarPanels": {
|
|
20636
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
20637
|
-
"type": "string",
|
|
20638
|
-
"enum": [
|
|
20639
|
-
"Yes",
|
|
20640
|
-
"No"
|
|
20641
|
-
]
|
|
20642
|
-
}
|
|
20643
|
-
},
|
|
20644
|
-
"oneOf": [
|
|
20645
|
-
{
|
|
20646
|
-
"properties": {
|
|
20647
|
-
"hasSolarPanels": {
|
|
20648
|
-
"enum": [
|
|
20649
|
-
"No"
|
|
20650
|
-
]
|
|
20651
|
-
}
|
|
20652
|
-
}
|
|
20653
|
-
},
|
|
20654
|
-
{
|
|
20655
|
-
"properties": {
|
|
20656
|
-
"hasSolarPanels": {
|
|
20657
|
-
"enum": [
|
|
20658
|
-
"Yes"
|
|
20659
|
-
]
|
|
20660
|
-
},
|
|
20661
|
-
"yearInstalled": {
|
|
20662
|
-
"title": "What year were they installed?",
|
|
20663
|
-
"type": "integer"
|
|
20664
|
-
},
|
|
20665
|
-
"panelsOwnedOutright": {
|
|
20666
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
20667
|
-
"type": "object",
|
|
20668
|
-
"properties": {
|
|
20669
|
-
"yesNo": {
|
|
20670
|
-
"type": "string",
|
|
20671
|
-
"title": "",
|
|
20672
|
-
"enum": [
|
|
20673
|
-
"Yes",
|
|
20674
|
-
"No"
|
|
20675
|
-
]
|
|
20676
|
-
}
|
|
20677
|
-
},
|
|
20678
|
-
"oneOf": [
|
|
20679
|
-
{
|
|
20680
|
-
"properties": {
|
|
20681
|
-
"yesNo": {
|
|
20682
|
-
"enum": [
|
|
20683
|
-
"Yes"
|
|
20684
|
-
]
|
|
20685
|
-
}
|
|
20686
|
-
}
|
|
20687
|
-
},
|
|
20688
|
-
{
|
|
20689
|
-
"properties": {
|
|
20690
|
-
"yesNo": {
|
|
20691
|
-
"enum": [
|
|
20692
|
-
"No"
|
|
20693
|
-
]
|
|
20694
|
-
},
|
|
20695
|
-
"details": {
|
|
20696
|
-
"title": "Provide details of who owns them and the relevant documentation",
|
|
20697
|
-
"type": "string",
|
|
20698
|
-
"minLength": 1
|
|
20699
|
-
},
|
|
20700
|
-
"attachments": {
|
|
20701
|
-
"title": "Attachments",
|
|
20702
|
-
"type": "string",
|
|
20703
|
-
"enum": [
|
|
20704
|
-
"Attached",
|
|
20705
|
-
"To follow"
|
|
20706
|
-
]
|
|
20707
|
-
}
|
|
20708
|
-
}
|
|
20709
|
-
}
|
|
20710
|
-
]
|
|
20711
|
-
},
|
|
20712
|
-
"panelProviderLease": {
|
|
20713
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
20714
|
-
"type": "object",
|
|
20715
|
-
"properties": {
|
|
20716
|
-
"yesNo": {
|
|
20717
|
-
"type": "string",
|
|
20718
|
-
"title": "",
|
|
20719
|
-
"enum": [
|
|
20720
|
-
"Yes",
|
|
20721
|
-
"No"
|
|
20722
|
-
]
|
|
20723
|
-
}
|
|
20724
|
-
},
|
|
20725
|
-
"oneOf": [
|
|
20726
|
-
{
|
|
20727
|
-
"properties": {
|
|
20728
|
-
"yesNo": {
|
|
20729
|
-
"enum": [
|
|
20730
|
-
"No"
|
|
20731
|
-
]
|
|
20732
|
-
}
|
|
20733
|
-
}
|
|
20734
|
-
},
|
|
20735
|
-
{
|
|
20736
|
-
"properties": {
|
|
20737
|
-
"yesNo": {
|
|
20738
|
-
"enum": [
|
|
20739
|
-
"Yes"
|
|
20740
|
-
]
|
|
20741
|
-
},
|
|
20742
|
-
"details": {
|
|
20743
|
-
"title": "Name of the provider",
|
|
20744
|
-
"type": "string",
|
|
20745
|
-
"minLength": 1
|
|
20746
|
-
},
|
|
20747
|
-
"attachments": {
|
|
20748
|
-
"title": "Please supply copies of the relevant documents",
|
|
20749
|
-
"type": "string",
|
|
20750
|
-
"enum": [
|
|
20751
|
-
"Attached",
|
|
20752
|
-
"To follow"
|
|
20753
|
-
]
|
|
20754
|
-
}
|
|
20755
|
-
}
|
|
20756
|
-
}
|
|
20757
|
-
]
|
|
20758
|
-
},
|
|
20759
|
-
"lastMaintained": {
|
|
20760
|
-
"title": "When was the system last maintained or serviced?",
|
|
20761
|
-
"type": "string",
|
|
20762
|
-
"format": "date"
|
|
20763
|
-
},
|
|
20764
|
-
"inGoodWorkingOrder": {
|
|
20765
|
-
"title": "Is the system in good working order to your satisfaction?",
|
|
20766
|
-
"type": "object",
|
|
20767
|
-
"properties": {
|
|
20768
|
-
"yesNo": {
|
|
20769
|
-
"type": "string",
|
|
20770
|
-
"title": "",
|
|
20771
|
-
"enum": [
|
|
20772
|
-
"Yes",
|
|
20773
|
-
"No"
|
|
20774
|
-
]
|
|
20775
|
-
}
|
|
20776
|
-
},
|
|
20777
|
-
"oneOf": [
|
|
20778
|
-
{
|
|
20779
|
-
"properties": {
|
|
20780
|
-
"yesNo": {
|
|
20781
|
-
"enum": [
|
|
20782
|
-
"Yes"
|
|
20783
|
-
]
|
|
20784
|
-
}
|
|
20785
|
-
}
|
|
20786
|
-
},
|
|
20787
|
-
{
|
|
20788
|
-
"properties": {
|
|
20789
|
-
"yesNo": {
|
|
20790
|
-
"enum": [
|
|
20791
|
-
"No"
|
|
20792
|
-
]
|
|
20793
|
-
},
|
|
20794
|
-
"details": {
|
|
20795
|
-
"title": "Details",
|
|
20796
|
-
"type": "string",
|
|
20797
|
-
"minLength": 1
|
|
20798
|
-
}
|
|
20799
|
-
}
|
|
20800
|
-
}
|
|
20801
|
-
]
|
|
20802
|
-
},
|
|
20803
|
-
"isConnectedToNationalGrid": {
|
|
20804
|
-
"title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
|
|
20805
|
-
"type": "string",
|
|
20806
|
-
"enum": [
|
|
20807
|
-
"Yes (FiT)",
|
|
20808
|
-
"Yes (SEG)",
|
|
20809
|
-
"No"
|
|
20810
|
-
]
|
|
20811
|
-
},
|
|
20812
|
-
"photovoltaicMeterPanelLocation": {
|
|
20813
|
-
"title": "Location of photovoltaic panel meter (if any)",
|
|
20814
|
-
"type": "object",
|
|
20815
|
-
"properties": {
|
|
20816
|
-
"description": {
|
|
20817
|
-
"title": "Describe the location of the meter",
|
|
20818
|
-
"type": "string",
|
|
20819
|
-
"minLength": 1
|
|
20820
|
-
},
|
|
20821
|
-
"attachments": {
|
|
20822
|
-
"title": "Photograph of meter location",
|
|
20823
|
-
"type": "string",
|
|
20824
|
-
"enum": [
|
|
20825
|
-
"Attached",
|
|
20826
|
-
"To follow"
|
|
20827
|
-
]
|
|
20828
|
-
}
|
|
20829
|
-
}
|
|
20830
|
-
},
|
|
20831
|
-
"photovoltaicBatteriesLocation": {
|
|
20832
|
-
"title": "Location of photovoltaic batteries (if any)",
|
|
20833
|
-
"type": "object",
|
|
20834
|
-
"properties": {
|
|
20835
|
-
"description": {
|
|
20836
|
-
"title": "Describe the location of the batteries",
|
|
20837
|
-
"type": "string",
|
|
20838
|
-
"minLength": 1
|
|
20839
|
-
},
|
|
20840
|
-
"attachments": {
|
|
20841
|
-
"title": "Photograph of batteries location",
|
|
20842
|
-
"type": "string",
|
|
20843
|
-
"enum": [
|
|
20844
|
-
"Attached",
|
|
20845
|
-
"To follow"
|
|
20846
|
-
]
|
|
20847
|
-
}
|
|
20848
|
-
}
|
|
20849
|
-
}
|
|
20850
|
-
}
|
|
20851
|
-
}
|
|
20852
|
-
]
|
|
20853
|
-
},
|
|
20854
|
-
"electricityMeter": {
|
|
20855
|
-
"title": "Location of electricity meter (if any)",
|
|
20856
|
-
"type": "object",
|
|
20857
|
-
"properties": {
|
|
20858
|
-
"location": {
|
|
20859
|
-
"title": "Describe the location of the meter",
|
|
20860
|
-
"type": "string",
|
|
20861
|
-
"minLength": 1
|
|
20862
|
-
},
|
|
20863
|
-
"attachments": {
|
|
20864
|
-
"title": "Photograph of meter location",
|
|
20865
|
-
"type": "string",
|
|
20866
|
-
"enum": [
|
|
20867
|
-
"Attached",
|
|
20868
|
-
"To follow"
|
|
20869
|
-
]
|
|
20870
|
-
},
|
|
20871
|
-
"mpan": {
|
|
20872
|
-
"title": "Meter Point Administration Number (MPAN)",
|
|
20873
|
-
"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.",
|
|
20874
|
-
"type": "integer"
|
|
20875
|
-
}
|
|
20876
|
-
}
|
|
20877
|
-
},
|
|
20878
|
-
"gasMeter": {
|
|
20879
|
-
"title": "Location of gas meter (if any)",
|
|
20880
|
-
"type": "object",
|
|
20881
|
-
"properties": {
|
|
20882
|
-
"location": {
|
|
20883
|
-
"title": "Describe the location of the meter",
|
|
20884
|
-
"type": "string",
|
|
20885
|
-
"minLength": 1
|
|
20886
|
-
},
|
|
20887
|
-
"attachments": {
|
|
20888
|
-
"title": "Photograph of meter location",
|
|
20889
|
-
"type": "string",
|
|
20890
|
-
"enum": [
|
|
20891
|
-
"Attached",
|
|
20892
|
-
"To follow"
|
|
20893
|
-
]
|
|
20894
|
-
},
|
|
20895
|
-
"mprn": {
|
|
20896
|
-
"title": "Meter Point Reference Number (MPRN)",
|
|
20897
|
-
"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.",
|
|
20898
|
-
"type": "integer"
|
|
20899
|
-
}
|
|
20900
|
-
}
|
|
20901
|
-
},
|
|
20902
|
-
"stopcock": {
|
|
20903
|
-
"title": "Location of stopcock (if any)",
|
|
20904
|
-
"type": "object",
|
|
20905
|
-
"properties": {
|
|
20906
|
-
"location": {
|
|
20907
|
-
"title": "Describe the location of the stopcock",
|
|
20908
|
-
"type": "string",
|
|
20909
|
-
"minLength": 1
|
|
20910
|
-
},
|
|
20911
|
-
"attachments": {
|
|
20912
|
-
"title": "Photograph of stopcock location",
|
|
20913
|
-
"type": "string",
|
|
20914
|
-
"enum": [
|
|
20915
|
-
"Attached",
|
|
20916
|
-
"To follow"
|
|
20917
|
-
]
|
|
20918
|
-
}
|
|
20919
|
-
}
|
|
20920
|
-
},
|
|
20921
|
-
"waterMeter": {
|
|
20922
|
-
"title": "Location of water meter (if any)",
|
|
20923
|
-
"type": "object",
|
|
20924
|
-
"properties": {
|
|
20925
|
-
"location": {
|
|
20926
|
-
"title": "Describe the location of the meter",
|
|
20927
|
-
"type": "string",
|
|
20928
|
-
"minLength": 1
|
|
20929
|
-
},
|
|
20930
|
-
"attachments": {
|
|
20931
|
-
"title": "Photograph of meter location",
|
|
20932
|
-
"type": "string",
|
|
20933
|
-
"enum": [
|
|
20934
|
-
"Attached",
|
|
20935
|
-
"To follow"
|
|
20936
|
-
]
|
|
20937
|
-
}
|
|
20938
|
-
}
|
|
20939
20960
|
}
|
|
20940
20961
|
}
|
|
20941
20962
|
},
|
|
@@ -21680,7 +21701,7 @@
|
|
|
21680
21701
|
"type": "object",
|
|
21681
21702
|
"properties": {
|
|
21682
21703
|
"hasOthersAged17OrOver": {
|
|
21683
|
-
"title": "Other than the sellers, does anyone else aged 17 or over
|
|
21704
|
+
"title": "Other than the sellers, does anyone else aged 17 or over live at the property?",
|
|
21684
21705
|
"type": "string",
|
|
21685
21706
|
"enum": [
|
|
21686
21707
|
"Yes",
|