@pdtf/schemas 3.0.0-15 → 3.0.0-17

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.
@@ -395,7 +395,7 @@
395
395
  },
396
396
  "marketingTenure": {
397
397
  "ntsRef": "A3",
398
- "title": "Type of tenure being marketed",
398
+ "title": "What tenure is the property being marketed as?",
399
399
  "type": "string",
400
400
  "enum": [
401
401
  "Commonhold",
@@ -18030,105 +18030,254 @@
18030
18030
  "description": "Please indicate which utilities are are connected to the property.",
18031
18031
  "type": "object",
18032
18032
  "baspiRequired": [
18033
- "mainsElectricity",
18033
+ "electricity",
18034
18034
  "mainsGas",
18035
18035
  "lpg",
18036
18036
  "oil",
18037
18037
  "telephone",
18038
18038
  "cableSatelliteTV",
18039
18039
  "broadband",
18040
- "solarPanels",
18041
- "otherServices",
18042
18040
  "maintenanceAgreements"
18043
18041
  ],
18044
- "ntsRequired": [
18045
- "mainsElectricity",
18046
- "broadband",
18047
- "solarPanels",
18048
- "otherServices"
18049
- ],
18042
+ "ntsRequired": ["electricity", "broadband"],
18050
18043
  "ta6Required": [
18051
- "mainsElectricity",
18044
+ "electricity",
18052
18045
  "mainsGas",
18053
18046
  "telephone",
18054
18047
  "cableSatelliteTV"
18055
18048
  ],
18056
18049
  "properties": {
18057
- "mainsElectricity": {
18050
+ "electricity": {
18058
18051
  "baspiRef": "A7.1.0.1",
18059
18052
  "ntsRef": "B3.1",
18060
18053
  "ta6Ref": "13.1",
18061
18054
  "rdsRef": "Services/Electricity",
18062
18055
  "piqRef": "A7.1.1",
18063
- "title": "Mains electricity",
18056
+ "title": "Electricity supply",
18064
18057
  "type": "object",
18058
+ "ntsRequired": [
18059
+ "mainsElectricity",
18060
+ "solarPanels",
18061
+ "otherSources"
18062
+ ],
18063
+ "baspiRequired": [
18064
+ "mainsElectricity",
18065
+ "solarPanels",
18066
+ "otherSources"
18067
+ ],
18068
+ "ta6Required": ["mainsElectricity"],
18065
18069
  "properties": {
18066
- "yesNo": {
18067
- "ntsRef": "B3.1.1",
18068
- "baspiRef": "A7.1.0.1.1",
18069
- "ta6Ref": "13.1.1",
18070
- "type": "string",
18071
- "title": "",
18072
- "enum": ["Yes", "To be connected", "No"],
18073
- "ntsEnum": ["Yes", "No"]
18074
- }
18075
- },
18076
- "baspiRequired": ["yesNo"],
18077
- "ntsRequired": ["yesNo"],
18078
- "ta6Required": ["yesNo"],
18079
- "discriminator": {
18080
- "propertyName": "yesNo"
18081
- },
18082
- "oneOf": [
18083
- {
18070
+ "mainsElectricity": {
18071
+ "baspiRef": "A7.1.0.1",
18072
+ "ntsRef": "B3.1",
18073
+ "ta6Ref": "13.1",
18074
+ "rdsRef": "Services/Electricity",
18075
+ "piqRef": "A7.1.1",
18076
+ "title": "Mains electricity",
18077
+ "type": "object",
18084
18078
  "properties": {
18085
18079
  "yesNo": {
18086
- "enum": ["No"]
18080
+ "ntsRef": "B3.1.1",
18081
+ "baspiRef": "A7.1.0.1.1",
18082
+ "ta6Ref": "13.1.1",
18083
+ "type": "string",
18084
+ "title": "",
18085
+ "enum": ["Yes", "To be connected", "No"],
18086
+ "ntsEnum": ["Yes", "No"]
18087
18087
  }
18088
- }
18088
+ },
18089
+ "baspiRequired": ["yesNo"],
18090
+ "ntsRequired": ["yesNo"],
18091
+ "ta6Required": ["yesNo"],
18092
+ "discriminator": {
18093
+ "propertyName": "yesNo"
18094
+ },
18095
+ "oneOf": [
18096
+ {
18097
+ "properties": {
18098
+ "yesNo": {
18099
+ "enum": ["No"]
18100
+ }
18101
+ }
18102
+ },
18103
+ {
18104
+ "properties": {
18105
+ "yesNo": {
18106
+ "enum": ["Yes"]
18107
+ },
18108
+ "supplier": {
18109
+ "baspiRef": "A7.1.0.1.2",
18110
+ "ta6Ref": "13.1.2",
18111
+ "piqRef": "A7.1.2",
18112
+ "title": "Supplier",
18113
+ "type": "string"
18114
+ },
18115
+ "mpan": {
18116
+ "title": "Meter Point Administration Number (MPAN)",
18117
+ "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.",
18118
+ "type": "integer"
18119
+ }
18120
+ },
18121
+ "ta6Required": ["supplier"]
18122
+ },
18123
+ {
18124
+ "properties": {
18125
+ "yesNo": {
18126
+ "enum": ["To be connected"]
18127
+ },
18128
+ "dateToBeConnected": {
18129
+ "baspiRef": "A7.1.0.1.3",
18130
+ "title": "Date to be connected",
18131
+ "type": "string",
18132
+ "format": "date"
18133
+ },
18134
+ "supplier": {
18135
+ "baspiRef": "A7.1.0.1.2",
18136
+ "ta6Ref": "13.1.2",
18137
+ "piqRef": "A7.1.2",
18138
+ "title": "Supplier",
18139
+ "type": "string"
18140
+ }
18141
+ },
18142
+ "baspiRequired": ["dateToBeConnected"]
18143
+ }
18144
+ ]
18089
18145
  },
18090
- {
18146
+ "solarPanels": {
18147
+ "ntsRef": "B3.7",
18148
+ "baspiRef": "A7.1.0.8",
18149
+ "piqRef": "A7.1.17",
18150
+ "title": "Solar or photovoltaic panels",
18151
+ "type": "object",
18091
18152
  "properties": {
18092
18153
  "yesNo": {
18093
- "enum": ["Yes"]
18154
+ "ntsRef": "B3.7.1",
18155
+ "baspiRef": "A7.1.0.8.1",
18156
+ "type": "string",
18157
+ "title": "",
18158
+ "enum": ["Yes", "To be connected", "No"],
18159
+ "ntsEnum": ["Yes", "No"]
18160
+ }
18161
+ },
18162
+ "baspiRequired": ["yesNo"],
18163
+ "ntsRequired": ["yesNo"],
18164
+ "discriminator": {
18165
+ "propertyName": "yesNo"
18166
+ },
18167
+ "oneOf": [
18168
+ {
18169
+ "properties": {
18170
+ "yesNo": {
18171
+ "enum": ["No"]
18172
+ }
18173
+ }
18094
18174
  },
18095
- "supplier": {
18096
- "baspiRef": "A7.1.0.1.2",
18097
- "ta6Ref": "13.1.2",
18098
- "piqRef": "A7.1.2",
18099
- "title": "Supplier",
18100
- "type": "string"
18175
+ {
18176
+ "properties": {
18177
+ "yesNo": {
18178
+ "enum": ["Yes"]
18179
+ },
18180
+ "supplier": {
18181
+ "baspiRef": "A7.1.0.8.2",
18182
+ "title": "Supplier",
18183
+ "type": "string"
18184
+ }
18185
+ }
18101
18186
  },
18102
- "mpan": {
18103
- "title": "Meter Point Administration Number (MPAN)",
18104
- "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.",
18105
- "type": "integer"
18187
+ {
18188
+ "properties": {
18189
+ "yesNo": {
18190
+ "enum": ["To be connected"]
18191
+ },
18192
+ "dateToBeConnected": {
18193
+ "baspiRef": "A7.1.0.8.3",
18194
+ "title": "Date to be connected",
18195
+ "type": "string",
18196
+ "format": "date"
18197
+ },
18198
+ "supplier": {
18199
+ "baspiRef": "A7.1.0.8.2",
18200
+ "piqRef": "A7.1.18",
18201
+ "title": "Supplier",
18202
+ "type": "string"
18203
+ }
18204
+ },
18205
+ "baspiRequired": ["dateToBeConnected"]
18106
18206
  }
18107
- },
18108
- "ta6Required": ["supplier"]
18207
+ ]
18109
18208
  },
18110
- {
18209
+ "otherSources": {
18210
+ "ntsRef": "B3.8",
18211
+ "baspiRef": "A7.1.0.9",
18212
+ "rdsRef": "Services/Other",
18213
+ "piqRef": "A7.1.19",
18214
+ "title": "Other sources",
18215
+ "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",
18216
+ "type": "object",
18111
18217
  "properties": {
18112
18218
  "yesNo": {
18113
- "enum": ["To be connected"]
18114
- },
18115
- "dateToBeConnected": {
18116
- "baspiRef": "A7.1.0.1.3",
18117
- "title": "Date to be connected",
18219
+ "ntsRef": "B3.8.1",
18220
+ "baspiRef": "A7.1.0.9.1",
18118
18221
  "type": "string",
18119
- "format": "date"
18120
- },
18121
- "supplier": {
18122
- "baspiRef": "A7.1.0.1.2",
18123
- "ta6Ref": "13.1.2",
18124
- "piqRef": "A7.1.2",
18125
- "title": "Supplier",
18126
- "type": "string"
18222
+ "title": "",
18223
+ "enum": ["Yes", "To be connected", "No"],
18224
+ "ntsEnum": ["Yes", "No"]
18127
18225
  }
18128
18226
  },
18129
- "baspiRequired": ["dateToBeConnected"]
18227
+ "baspiRequired": ["yesNo"],
18228
+ "ntsRequired": ["yesNo"],
18229
+ "discriminator": {
18230
+ "propertyName": "yesNo"
18231
+ },
18232
+ "oneOf": [
18233
+ {
18234
+ "properties": {
18235
+ "yesNo": {
18236
+ "enum": ["No"]
18237
+ }
18238
+ }
18239
+ },
18240
+ {
18241
+ "properties": {
18242
+ "yesNo": {
18243
+ "enum": ["Yes"]
18244
+ },
18245
+ "details": {
18246
+ "ntsRef": "3.8.2",
18247
+ "title": "Details",
18248
+ "type": "string"
18249
+ },
18250
+ "supplier": {
18251
+ "baspiRef": "A7.1.0.9.2",
18252
+ "title": "Supplier",
18253
+ "type": "string"
18254
+ }
18255
+ },
18256
+ "ntsRequired": ["details"]
18257
+ },
18258
+ {
18259
+ "properties": {
18260
+ "yesNo": {
18261
+ "enum": ["To be connected"]
18262
+ },
18263
+ "dateToBeConnected": {
18264
+ "baspiRef": "A7.1.0.9.3",
18265
+ "title": "Date to be connected",
18266
+ "type": "string",
18267
+ "format": "date"
18268
+ },
18269
+ "supplier": {
18270
+ "baspiRef": "A7.1.0.9.2",
18271
+ "piqRef": "A7.1.20",
18272
+ "title": "Supplier",
18273
+ "type": "string"
18274
+ }
18275
+ },
18276
+ "baspiRequired": ["dateToBeConnected"]
18277
+ }
18278
+ ]
18130
18279
  }
18131
- ]
18280
+ }
18132
18281
  },
18133
18282
  "mainsGas": {
18134
18283
  "baspiRef": "A7.1.0.2",
@@ -18536,24 +18685,21 @@
18536
18685
  }
18537
18686
  ]
18538
18687
  },
18539
- "solarPanels": {
18540
- "ntsRef": "B3.7",
18541
- "baspiRef": "A7.1.0.8",
18542
- "piqRef": "A7.1.17",
18543
- "title": "Solar or photovoltaic panels",
18688
+
18689
+ "maintenanceAgreements": {
18690
+ "baspiRef": "A7.2",
18691
+ "rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
18692
+ "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
18544
18693
  "type": "object",
18545
18694
  "properties": {
18546
18695
  "yesNo": {
18547
- "ntsRef": "B3.7.1",
18548
- "baspiRef": "A7.1.0.8.1",
18696
+ "baspiRef": "A7.2.1",
18549
18697
  "type": "string",
18550
18698
  "title": "",
18551
- "enum": ["Yes", "To be connected", "No"],
18552
- "ntsEnum": ["Yes", "No"]
18699
+ "enum": ["Yes", "No"]
18553
18700
  }
18554
18701
  },
18555
18702
  "baspiRequired": ["yesNo"],
18556
- "ntsRequired": ["yesNo"],
18557
18703
  "discriminator": {
18558
18704
  "propertyName": "yesNo"
18559
18705
  },
@@ -18570,176 +18716,46 @@
18570
18716
  "yesNo": {
18571
18717
  "enum": ["Yes"]
18572
18718
  },
18573
- "supplier": {
18574
- "baspiRef": "A7.1.0.8.2",
18575
- "title": "Supplier",
18576
- "type": "string"
18577
- }
18578
- }
18579
- },
18580
- {
18581
- "properties": {
18582
- "yesNo": {
18583
- "enum": ["To be connected"]
18584
- },
18585
- "dateToBeConnected": {
18586
- "baspiRef": "A7.1.0.8.3",
18587
- "title": "Date to be connected",
18719
+ "details": {
18720
+ "baspiRef": "A7.2.2",
18721
+ "title": "Details",
18588
18722
  "type": "string",
18589
- "format": "date"
18723
+ "minLength": 1
18590
18724
  },
18591
- "supplier": {
18592
- "baspiRef": "A7.1.0.8.2",
18593
- "piqRef": "A7.1.18",
18594
- "title": "Supplier",
18595
- "type": "string"
18725
+ "attachments": {
18726
+ "baspiRef": "A7.2.3",
18727
+ "title": "Attachments",
18728
+ "type": "string",
18729
+ "enum": ["Attached", "To follow"]
18596
18730
  }
18597
18731
  },
18598
- "baspiRequired": ["dateToBeConnected"]
18732
+ "baspiRequired": ["details", "attachments"]
18599
18733
  }
18600
18734
  ]
18601
- },
18602
- "otherServices": {
18603
- "ntsRef": "B3.8",
18604
- "baspiRef": "A7.1.0.9",
18605
- "rdsRef": "Services/Other",
18606
- "piqRef": "A7.1.19",
18607
- "title": "Other services",
18608
- "description": "Other services 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",
18735
+ }
18736
+ }
18737
+ },
18738
+ "waterAndDrainage": {
18739
+ "ntsRef": "B3.2",
18740
+ "baspiRef": "A7.1.0",
18741
+ "ta6Ref": "13",
18742
+ "con29DWRef": "0",
18743
+ "title": "Water and Drainage",
18744
+ "description": "Please describe the water and drainage services that are connected to the property.",
18745
+ "type": "object",
18746
+ "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
18747
+ "ta6Required": ["water", "drainage"],
18748
+ "ntsRequired": ["water", "drainage"],
18749
+ "con29DWRequired": ["maps", "water", "drainage", "charging"],
18750
+ "properties": {
18751
+ "maps": {
18609
18752
  "type": "object",
18753
+ "con29DWRef": "1",
18754
+ "title": "Maps",
18610
18755
  "properties": {
18611
- "yesNo": {
18612
- "ntsRef": "B3.8.1",
18613
- "baspiRef": "A7.1.0.9.1",
18614
- "type": "string",
18615
- "title": "",
18616
- "enum": ["Yes", "To be connected", "No"],
18617
- "ntsEnum": ["Yes", "No"]
18618
- }
18619
- },
18620
- "baspiRequired": ["yesNo"],
18621
- "ntsRequired": ["yesNo"],
18622
- "discriminator": {
18623
- "propertyName": "yesNo"
18624
- },
18625
- "oneOf": [
18626
- {
18627
- "properties": {
18628
- "yesNo": {
18629
- "enum": ["No"]
18630
- }
18631
- }
18632
- },
18633
- {
18634
- "properties": {
18635
- "yesNo": {
18636
- "enum": ["Yes"]
18637
- },
18638
- "details": {
18639
- "ntsRef": "3.8.2",
18640
- "title": "Details",
18641
- "type": "string"
18642
- },
18643
- "supplier": {
18644
- "baspiRef": "A7.1.0.9.2",
18645
- "title": "Supplier",
18646
- "type": "string"
18647
- }
18648
- },
18649
- "ntsRequired": ["details"]
18650
- },
18651
- {
18652
- "properties": {
18653
- "yesNo": {
18654
- "enum": ["To be connected"]
18655
- },
18656
- "dateToBeConnected": {
18657
- "baspiRef": "A7.1.0.9.3",
18658
- "title": "Date to be connected",
18659
- "type": "string",
18660
- "format": "date"
18661
- },
18662
- "supplier": {
18663
- "baspiRef": "A7.1.0.9.2",
18664
- "piqRef": "A7.1.20",
18665
- "title": "Supplier",
18666
- "type": "string"
18667
- }
18668
- },
18669
- "baspiRequired": ["dateToBeConnected"]
18670
- }
18671
- ]
18672
- },
18673
- "maintenanceAgreements": {
18674
- "baspiRef": "A7.2",
18675
- "rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
18676
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
18677
- "type": "object",
18678
- "properties": {
18679
- "yesNo": {
18680
- "baspiRef": "A7.2.1",
18681
- "type": "string",
18682
- "title": "",
18683
- "enum": ["Yes", "No"]
18684
- }
18685
- },
18686
- "baspiRequired": ["yesNo"],
18687
- "discriminator": {
18688
- "propertyName": "yesNo"
18689
- },
18690
- "oneOf": [
18691
- {
18692
- "properties": {
18693
- "yesNo": {
18694
- "enum": ["No"]
18695
- }
18696
- }
18697
- },
18698
- {
18699
- "properties": {
18700
- "yesNo": {
18701
- "enum": ["Yes"]
18702
- },
18703
- "details": {
18704
- "baspiRef": "A7.2.2",
18705
- "title": "Details",
18706
- "type": "string",
18707
- "minLength": 1
18708
- },
18709
- "attachments": {
18710
- "baspiRef": "A7.2.3",
18711
- "title": "Attachments",
18712
- "type": "string",
18713
- "enum": ["Attached", "To follow"]
18714
- }
18715
- },
18716
- "baspiRequired": ["details", "attachments"]
18717
- }
18718
- ]
18719
- }
18720
- }
18721
- },
18722
- "waterAndDrainage": {
18723
- "ntsRef": "B3.2",
18724
- "baspiRef": "A7.1.0",
18725
- "ta6Ref": "13",
18726
- "con29DWRef": "0",
18727
- "title": "Water and Drainage",
18728
- "description": "Please describe the water and drainage services that are connected to the property.",
18729
- "type": "object",
18730
- "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
18731
- "ta6Required": ["water", "drainage"],
18732
- "ntsRequired": ["water", "drainage"],
18733
- "con29DWRequired": ["maps", "water", "drainage", "charging"],
18734
- "properties": {
18735
- "maps": {
18736
- "type": "object",
18737
- "con29DWRef": "1",
18738
- "title": "Maps",
18739
- "properties": {
18740
- "publicSewerMapAttached": {
18741
- "con29DWRef": "1.1",
18742
- "title": "Where relevant, please include a copy of an extract from the public sewer map.",
18756
+ "publicSewerMapAttached": {
18757
+ "con29DWRef": "1.1",
18758
+ "title": "Where relevant, please include a copy of an extract from the public sewer map.",
18743
18759
  "type": "string",
18744
18760
  "minLength": 1
18745
18761
  },
@@ -19947,283 +19963,303 @@
19947
19963
  "piqRef": "A7.3",
19948
19964
  "title": "Heating",
19949
19965
  "type": "object",
19950
- "baspiRequired": ["heatingType"],
19951
- "ta6Required": ["heatingType"],
19952
- "ntsRequired": ["heatingType"],
19966
+ "baspiRequired": ["heatingSystem"],
19967
+ "ta6Required": ["heatingSystem"],
19968
+ "ntsRequired": ["heatingSystem"],
19953
19969
  "properties": {
19954
- "heatingType": {
19970
+ "heatingSystem": {
19955
19971
  "ntsRef": "B3.4.1",
19956
19972
  "baspiRef": "A7.4.0",
19957
19973
  "ta6Ref": "12.3.1",
19958
19974
  "piqRef": "A7.3.1",
19959
- "title": "What type of heating system does the property have?",
19960
- "type": "string",
19961
- "enum": ["Central heating", "Communal heating system", "None"]
19962
- },
19963
- "otherHeatingFeatures": {
19964
- "ntsRef": "B3.4.2",
19965
- "title": "What other heating features does the property have?",
19966
- "type": "array",
19967
- "items": {
19968
- "type": "string",
19969
- "enum": [
19970
- "Air Conditioning",
19971
- "Double Glazing",
19972
- "Eco-Friendly",
19973
- "Night Storage",
19974
- "Solar Water",
19975
- "Underfloor Heating",
19976
- "Wood Burner",
19977
- "Open Fire",
19978
- "Ground Source Heat Pump",
19979
- "Air Source Heat Pump",
19980
- "Solar Thermal"
19981
- ]
19982
- }
19983
- }
19984
- },
19985
- "discriminator": {
19986
- "propertyName": "heatingType"
19987
- },
19988
- "oneOf": [
19989
- {
19975
+ "type": "object",
19976
+ "title": "Heating system",
19977
+ "baspiRequired": ["heatingType"],
19978
+ "ta6Required": ["heatingType"],
19979
+ "ntsRequired": ["heatingType"],
19990
19980
  "properties": {
19991
19981
  "heatingType": {
19992
- "enum": ["None"]
19982
+ "ntsRef": "B3.4.1",
19983
+ "baspiRef": "A7.4.0",
19984
+ "ta6Ref": "12.3.1",
19985
+ "piqRef": "A7.3.1",
19986
+ "title": "What type of heating system does the property have?",
19987
+ "type": "string",
19988
+ "enum": [
19989
+ "Central heating",
19990
+ "Communal heating system",
19991
+ "None"
19992
+ ]
19993
19993
  }
19994
- }
19995
- },
19996
- {
19997
- "properties": {
19998
- "heatingType": {
19999
- "enum": ["Central heating"]
19994
+ },
19995
+ "discriminator": {
19996
+ "propertyName": "heatingType"
19997
+ },
19998
+ "oneOf": [
19999
+ {
20000
+ "properties": {
20001
+ "heatingType": {
20002
+ "enum": ["None"]
20003
+ }
20004
+ }
20000
20005
  },
20001
- "centralHeatingDetails": {
20002
- "ntsRef": "B3.4.3",
20003
- "baspiRef": "A7.4.0.0",
20004
- "ta6Ref": "12.3.2",
20005
- "piqRef": "A7.3.1.1",
20006
- "type": "object",
20007
- "title": "Central Heating Details",
20008
- "baspiRequired": [
20009
- "centralHeatingFuel",
20010
- "centralHeatingInstalled",
20011
- "boilerInstallationCertificate",
20012
- "heatingLastServicedDate",
20013
- "heatingLastServicedReport",
20014
- "heatingInGoodWorkingOrder"
20015
- ],
20016
- "ntsRequired": ["centralHeatingFuel"],
20017
- "ta6Required": [
20018
- "centralHeatingFuel",
20019
- "centralHeatingInstalled",
20020
- "boilerInstallationCertificate",
20021
- "heatingLastServicedDate",
20022
- "heatingLastServicedReport",
20023
- "heatingInGoodWorkingOrder"
20024
- ],
20006
+ {
20025
20007
  "properties": {
20026
- "centralHeatingFuel": {
20027
- "ntsRef": "B3.4.3.1",
20028
- "baspiRef": "A7.4.0.1",
20029
- "ta6Ref": "12.3.3",
20030
- "rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
20008
+ "heatingType": {
20009
+ "enum": ["Central heating"]
20010
+ },
20011
+ "centralHeatingDetails": {
20012
+ "ntsRef": "B3.4.3",
20013
+ "baspiRef": "A7.4.0.0",
20014
+ "ta6Ref": "12.3.2",
20015
+ "piqRef": "A7.3.1.1",
20031
20016
  "type": "object",
20032
- "title": "Central Heating Fuel",
20033
- "ntsRequired": ["centralHeatingFuelType"],
20034
- "baspiRequired": ["centralHeatingFuelType"],
20035
- "ta6Required": ["centralHeatingFuelType"],
20036
- "properties": {
20037
- "centralHeatingFuelType": {
20038
- "ntsRef": "B3.4.3.1.1",
20039
- "baspiRef": "A7.4.0.2",
20040
- "ta6Ref": "12.3a1",
20041
- "title": "What type of fuel does the system run on?",
20042
- "type": "string",
20043
- "enum": [
20044
- "Mains gas",
20045
- "Electricity",
20046
- "Oil",
20047
- "LPG",
20048
- "Biomass",
20049
- "Other"
20050
- ]
20051
- }
20052
- },
20053
- "discriminator": {
20054
- "propertyName": "centralHeatingFuelType"
20055
- },
20056
- "oneOf": [
20057
- {
20017
+ "title": "Central Heating Details",
20018
+ "baspiRequired": [
20019
+ "centralHeatingFuel",
20020
+ "centralHeatingInstalled",
20021
+ "boilerInstallationCertificate",
20022
+ "heatingLastServicedDate",
20023
+ "heatingLastServicedReport",
20024
+ "heatingInGoodWorkingOrder"
20025
+ ],
20026
+ "ntsRequired": ["centralHeatingFuel"],
20027
+ "ta6Required": [
20028
+ "centralHeatingFuel",
20029
+ "centralHeatingInstalled",
20030
+ "boilerInstallationCertificate",
20031
+ "heatingLastServicedDate",
20032
+ "heatingLastServicedReport",
20033
+ "heatingInGoodWorkingOrder"
20034
+ ],
20035
+ "properties": {
20036
+ "centralHeatingFuel": {
20037
+ "ntsRef": "B3.4.3.1",
20038
+ "baspiRef": "A7.4.0.1",
20039
+ "ta6Ref": "12.3.3",
20040
+ "rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
20041
+ "type": "object",
20042
+ "title": "Central Heating Fuel",
20043
+ "ntsRequired": ["centralHeatingFuelType"],
20044
+ "baspiRequired": ["centralHeatingFuelType"],
20045
+ "ta6Required": ["centralHeatingFuelType"],
20058
20046
  "properties": {
20059
20047
  "centralHeatingFuelType": {
20048
+ "ntsRef": "B3.4.3.1.1",
20049
+ "baspiRef": "A7.4.0.2",
20050
+ "ta6Ref": "12.3a1",
20051
+ "title": "What type of fuel does the system run on?",
20052
+ "type": "string",
20060
20053
  "enum": [
20061
20054
  "Mains gas",
20062
20055
  "Electricity",
20063
20056
  "Oil",
20064
20057
  "LPG",
20065
- "Biomass"
20058
+ "Biomass",
20059
+ "Other"
20066
20060
  ]
20067
20061
  }
20068
- }
20069
- },
20070
- {
20071
- "properties": {
20072
- "centralHeatingFuelType": {
20073
- "enum": ["Other"]
20062
+ },
20063
+ "discriminator": {
20064
+ "propertyName": "centralHeatingFuelType"
20065
+ },
20066
+ "oneOf": [
20067
+ {
20068
+ "properties": {
20069
+ "centralHeatingFuelType": {
20070
+ "enum": [
20071
+ "Mains gas",
20072
+ "Electricity",
20073
+ "Oil",
20074
+ "LPG",
20075
+ "Biomass"
20076
+ ]
20077
+ }
20078
+ }
20074
20079
  },
20075
- "otherCentralHeatingFuelType": {
20076
- "baspiRef": "A7.4.0.3",
20077
- "ta6Ref": "12.3a2",
20078
- "title": "Please describe the other fuel type",
20079
- "type": "string",
20080
- "minLength": 1
20080
+ {
20081
+ "properties": {
20082
+ "centralHeatingFuelType": {
20083
+ "enum": ["Other"]
20084
+ },
20085
+ "otherCentralHeatingFuelType": {
20086
+ "baspiRef": "A7.4.0.3",
20087
+ "ta6Ref": "12.3a2",
20088
+ "title": "Please describe the other fuel type",
20089
+ "type": "string",
20090
+ "minLength": 1
20091
+ }
20092
+ },
20093
+ "baspiRequired": [
20094
+ "otherCentralHeatingFuelType"
20095
+ ],
20096
+ "ta6Required": ["otherCentralHeatingFuelType"]
20081
20097
  }
20082
- },
20083
- "baspiRequired": ["otherCentralHeatingFuelType"],
20084
- "ta6Required": ["otherCentralHeatingFuelType"]
20085
- }
20086
- ]
20087
- },
20088
- "centralHeatingInstalled": {
20089
- "baspiRef": "A7.4.1",
20090
- "rdsRef": "Objects/Installed",
20091
- "ta6Ref": "12.3b1",
20092
- "piqRef": "A7.4.1",
20093
- "title": "When was the heating system installed?",
20094
- "type": "string",
20095
- "format": "date"
20096
- },
20097
- "boilerInstallationCertificate": {
20098
- "baspiRef": "A7.4.1.1",
20099
- "rdsRef": "Objects/Installation,Objects/Certificates",
20100
- "ta6Ref": "12.3b2",
20101
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
20102
- "type": "object",
20103
- "properties": {
20104
- "yesNo": {
20105
- "baspiRef": "A10.1.1",
20106
- "ta6Ref": "12.3b3",
20098
+ ]
20099
+ },
20100
+ "centralHeatingInstalled": {
20101
+ "baspiRef": "A7.4.1",
20102
+ "rdsRef": "Objects/Installed",
20103
+ "ta6Ref": "12.3b1",
20104
+ "piqRef": "A7.4.1",
20105
+ "title": "When was the heating system installed?",
20107
20106
  "type": "string",
20108
- "title": "",
20109
- "enum": ["Yes", "No"]
20110
- }
20111
- },
20112
- "baspiRequired": ["yesNo"],
20113
- "ta6Required": ["yesNo"],
20114
- "discriminator": {
20115
- "propertyName": "yesNo"
20116
- },
20117
- "oneOf": [
20118
- {
20119
- "properties": {
20120
- "yesNo": {
20121
- "enum": ["No"]
20122
- }
20123
- }
20107
+ "format": "date"
20124
20108
  },
20125
- {
20109
+ "boilerInstallationCertificate": {
20110
+ "baspiRef": "A7.4.1.1",
20111
+ "rdsRef": "Objects/Installation,Objects/Certificates",
20112
+ "ta6Ref": "12.3b2",
20113
+ "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
20114
+ "type": "object",
20126
20115
  "properties": {
20127
20116
  "yesNo": {
20128
- "enum": ["Yes"]
20129
- },
20130
- "attachments": {
20131
- "baspiRef": "A7.4.1.2",
20132
- "ta6Ref": "12.3b4",
20133
- "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
20117
+ "baspiRef": "A10.1.1",
20118
+ "ta6Ref": "12.3b3",
20134
20119
  "type": "string",
20135
- "enum": ["Attached", "To follow"]
20120
+ "title": "",
20121
+ "enum": ["Yes", "No"]
20136
20122
  }
20137
20123
  },
20138
- "baspiRequired": ["attachments"],
20139
- "ta6Required": ["attachments"]
20140
- }
20141
- ]
20142
- },
20143
- "heatingLastServicedDate": {
20144
- "baspiRef": "A7.4.2.1",
20145
- "rdsRef": "Objects/Maintenance",
20146
- "ta6Ref": "12.3d1",
20147
- "piqRef": "A7.5.1",
20148
- "title": "When was the heating system last serviced or maintained?",
20149
- "type": "string",
20150
- "format": "date"
20151
- },
20152
- "heatingLastServicedReport": {
20153
- "baspiRef": "A7.4.2.2",
20154
- "ta6Ref": "12.3d2",
20155
- "title": "Please provide a copy of the service or maintenance works report.",
20156
- "type": "string",
20157
- "enum": ["Attached", "To follow", "Not available"]
20158
- },
20159
- "heatingInGoodWorkingOrder": {
20160
- "baspiRef": "A7.4.3",
20161
- "rdsRef": "Objects/Condition=?",
20162
- "ta6Ref": "12.3c",
20163
- "piqRef": "A7.6",
20164
- "title": "Is the heating system in good working order to your satisfaction?",
20165
- "type": "object",
20166
- "properties": {
20167
- "yesNo": {
20168
- "baspiRef": "A7.4.3.1",
20169
- "ta6Ref": "12.3c1",
20170
- "type": "string",
20171
- "title": "",
20172
- "enum": ["Yes", "No"]
20173
- }
20174
- },
20175
- "baspiRequired": ["yesNo"],
20176
- "ta6Required": ["yesNo"],
20177
- "discriminator": {
20178
- "propertyName": "yesNo"
20179
- },
20180
- "oneOf": [
20181
- {
20182
- "properties": {
20183
- "yesNo": {
20184
- "enum": ["Yes"]
20124
+ "baspiRequired": ["yesNo"],
20125
+ "ta6Required": ["yesNo"],
20126
+ "discriminator": {
20127
+ "propertyName": "yesNo"
20128
+ },
20129
+ "oneOf": [
20130
+ {
20131
+ "properties": {
20132
+ "yesNo": {
20133
+ "enum": ["No"]
20134
+ }
20135
+ }
20136
+ },
20137
+ {
20138
+ "properties": {
20139
+ "yesNo": {
20140
+ "enum": ["Yes"]
20141
+ },
20142
+ "attachments": {
20143
+ "baspiRef": "A7.4.1.2",
20144
+ "ta6Ref": "12.3b4",
20145
+ "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
20146
+ "type": "string",
20147
+ "enum": ["Attached", "To follow"]
20148
+ }
20149
+ },
20150
+ "baspiRequired": ["attachments"],
20151
+ "ta6Required": ["attachments"]
20185
20152
  }
20186
- }
20153
+ ]
20187
20154
  },
20188
- {
20155
+ "heatingLastServicedDate": {
20156
+ "baspiRef": "A7.4.2.1",
20157
+ "rdsRef": "Objects/Maintenance",
20158
+ "ta6Ref": "12.3d1",
20159
+ "piqRef": "A7.5.1",
20160
+ "title": "When was the heating system last serviced or maintained?",
20161
+ "type": "string",
20162
+ "format": "date"
20163
+ },
20164
+ "heatingLastServicedReport": {
20165
+ "baspiRef": "A7.4.2.2",
20166
+ "ta6Ref": "12.3d2",
20167
+ "title": "Please provide a copy of the service or maintenance works report.",
20168
+ "type": "string",
20169
+ "enum": ["Attached", "To follow", "Not available"]
20170
+ },
20171
+ "heatingInGoodWorkingOrder": {
20172
+ "baspiRef": "A7.4.3",
20173
+ "rdsRef": "Objects/Condition=?",
20174
+ "ta6Ref": "12.3c",
20175
+ "piqRef": "A7.6",
20176
+ "title": "Is the heating system in good working order to your satisfaction?",
20177
+ "type": "object",
20189
20178
  "properties": {
20190
20179
  "yesNo": {
20191
- "enum": ["No"]
20192
- },
20193
- "details": {
20194
- "baspiRef": "A7.4.3.2",
20195
- "title": "Please provide details",
20180
+ "baspiRef": "A7.4.3.1",
20181
+ "ta6Ref": "12.3c1",
20196
20182
  "type": "string",
20197
- "minLength": 1
20183
+ "title": "",
20184
+ "enum": ["Yes", "No"]
20198
20185
  }
20199
20186
  },
20200
- "baspiRequired": ["details"]
20187
+ "baspiRequired": ["yesNo"],
20188
+ "ta6Required": ["yesNo"],
20189
+ "discriminator": {
20190
+ "propertyName": "yesNo"
20191
+ },
20192
+ "oneOf": [
20193
+ {
20194
+ "properties": {
20195
+ "yesNo": {
20196
+ "enum": ["Yes"]
20197
+ }
20198
+ }
20199
+ },
20200
+ {
20201
+ "properties": {
20202
+ "yesNo": {
20203
+ "enum": ["No"]
20204
+ },
20205
+ "details": {
20206
+ "baspiRef": "A7.4.3.2",
20207
+ "title": "Please provide details",
20208
+ "type": "string",
20209
+ "minLength": 1
20210
+ }
20211
+ },
20212
+ "baspiRequired": ["details"]
20213
+ }
20214
+ ]
20201
20215
  }
20202
- ]
20216
+ }
20203
20217
  }
20204
- }
20205
- }
20206
- },
20207
- "baspiRequired": ["centralHeatingDetails"],
20208
- "ntsRequired": ["centralHeatingDetails"],
20209
- "ta6Required": ["centralHeatingDetails"]
20210
- },
20211
- {
20212
- "properties": {
20213
- "heatingType": {
20214
- "enum": ["Community heating system"]
20218
+ },
20219
+ "baspiRequired": ["centralHeatingDetails"],
20220
+ "ntsRequired": ["centralHeatingDetails"],
20221
+ "ta6Required": ["centralHeatingDetails"]
20215
20222
  },
20216
- "details": {
20217
- "ntsRef": "B3.4.4",
20218
- "title": "Community heating system details",
20219
- "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
20220
- "type": "string",
20221
- "minLength": 1
20223
+ {
20224
+ "properties": {
20225
+ "heatingType": {
20226
+ "enum": ["Community heating system"]
20227
+ },
20228
+ "details": {
20229
+ "ntsRef": "B3.4.4",
20230
+ "title": "Community heating system details",
20231
+ "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
20232
+ "type": "string",
20233
+ "minLength": 1
20234
+ }
20235
+ },
20236
+ "ntsRequired": ["details"]
20222
20237
  }
20223
- },
20224
- "ntsRequired": ["details"]
20238
+ ]
20239
+ },
20240
+
20241
+ "otherHeatingFeatures": {
20242
+ "ntsRef": "B3.4.2",
20243
+ "title": "What other heating features does the property have?",
20244
+ "type": "array",
20245
+ "items": {
20246
+ "type": "string",
20247
+ "enum": [
20248
+ "Air Conditioning",
20249
+ "Double Glazing",
20250
+ "Eco-Friendly",
20251
+ "Night Storage",
20252
+ "Solar Water",
20253
+ "Underfloor Heating",
20254
+ "Wood Burner",
20255
+ "Open Fire",
20256
+ "Ground Source Heat Pump",
20257
+ "Air Source Heat Pump",
20258
+ "Solar Thermal"
20259
+ ]
20260
+ }
20225
20261
  }
20226
- ]
20262
+ }
20227
20263
  },
20228
20264
  "insurance": {
20229
20265
  "baspiRef": "A8",