@pdtf/schemas 3.6.0-dev.14 → 3.6.0-dev.16

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.
@@ -36,6 +36,32 @@
36
36
  }
37
37
  }
38
38
  },
39
+ "metadata": {
40
+ "title": "Metadata",
41
+ "description": "Flexible container for vendor-specific metadata items relating to the transaction. Keys are vendor-defined; values may be strings, numbers, booleans or nested objects.",
42
+ "type": "object",
43
+ "patternProperties": {
44
+ ".*": {
45
+ "oneOf": [
46
+ {
47
+ "type": "string"
48
+ },
49
+ {
50
+ "type": "number"
51
+ },
52
+ {
53
+ "type": "boolean"
54
+ },
55
+ {
56
+ "type": "object",
57
+ "patternProperties": {
58
+ ".*": {}
59
+ }
60
+ }
61
+ ]
62
+ }
63
+ }
64
+ },
39
65
  "status": {
40
66
  "type": "string",
41
67
  "enum": [
@@ -517,6 +543,10 @@
517
543
  "title": "Company number",
518
544
  "type": "string"
519
545
  },
546
+ "directorOrAuthorisedPerson": {
547
+ "title": "Director/authorised person",
548
+ "type": "string"
549
+ },
520
550
  "countryOfIncorporation": {
521
551
  "title": "Country of incorporation",
522
552
  "type": "string"
@@ -956,11 +986,6 @@
956
986
  "Yes",
957
987
  "No"
958
988
  ]
959
- },
960
- "detailsAnalysis": {
961
- "type": "object",
962
- "additionalProperties": true,
963
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
964
989
  }
965
990
  },
966
991
  "required": [
@@ -5613,7 +5638,8 @@
5613
5638
  "type": "string",
5614
5639
  "enum": [
5615
5640
  "Yes",
5616
- "No"
5641
+ "No",
5642
+ "Not applicable"
5617
5643
  ]
5618
5644
  }
5619
5645
  },
@@ -5622,7 +5648,8 @@
5622
5648
  "properties": {
5623
5649
  "isGroundRentPayable": {
5624
5650
  "enum": [
5625
- "No"
5651
+ "No",
5652
+ "Not applicable"
5626
5653
  ]
5627
5654
  }
5628
5655
  }
@@ -6270,11 +6297,6 @@
6270
6297
  "Yes",
6271
6298
  "No"
6272
6299
  ]
6273
- },
6274
- "detailsAnalysis": {
6275
- "type": "object",
6276
- "additionalProperties": true,
6277
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6278
6300
  }
6279
6301
  },
6280
6302
  "oneOf": [
@@ -6369,11 +6391,6 @@
6369
6391
  "Yes",
6370
6392
  "No"
6371
6393
  ]
6372
- },
6373
- "detailsAnalysis": {
6374
- "type": "object",
6375
- "additionalProperties": true,
6376
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6377
6394
  }
6378
6395
  },
6379
6396
  "oneOf": [
@@ -6460,7 +6477,14 @@
6460
6477
  "properties": {
6461
6478
  "year": {
6462
6479
  "title": "Year",
6463
- "type": "integer"
6480
+ "oneOf": [
6481
+ {
6482
+ "type": "integer"
6483
+ },
6484
+ {
6485
+ "const": "Not known"
6486
+ }
6487
+ ]
6464
6488
  },
6465
6489
  "from": {
6466
6490
  "title": "To",
@@ -6480,7 +6504,14 @@
6480
6504
  "properties": {
6481
6505
  "year": {
6482
6506
  "title": "Year",
6483
- "type": "integer"
6507
+ "oneOf": [
6508
+ {
6509
+ "type": "integer"
6510
+ },
6511
+ {
6512
+ "const": "Not known"
6513
+ }
6514
+ ]
6484
6515
  },
6485
6516
  "from": {
6486
6517
  "title": "To",
@@ -6509,11 +6540,6 @@
6509
6540
  "Anticipated",
6510
6541
  "Not applicable"
6511
6542
  ]
6512
- },
6513
- "detailsAnalysis": {
6514
- "type": "object",
6515
- "additionalProperties": true,
6516
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6517
6543
  }
6518
6544
  },
6519
6545
  "oneOf": [
@@ -6555,11 +6581,6 @@
6555
6581
  "Yes",
6556
6582
  "No"
6557
6583
  ]
6558
- },
6559
- "detailsAnalysis": {
6560
- "type": "object",
6561
- "additionalProperties": true,
6562
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
6563
6584
  }
6564
6585
  },
6565
6586
  "oneOf": [
@@ -7344,11 +7365,6 @@
7344
7365
  "Yes",
7345
7366
  "No"
7346
7367
  ]
7347
- },
7348
- "detailsAnalysis": {
7349
- "type": "object",
7350
- "additionalProperties": true,
7351
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7352
7368
  }
7353
7369
  },
7354
7370
  "oneOf": [
@@ -7388,11 +7404,6 @@
7388
7404
  "Yes",
7389
7405
  "No"
7390
7406
  ]
7391
- },
7392
- "detailsAnalysis": {
7393
- "type": "object",
7394
- "additionalProperties": true,
7395
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7396
7407
  }
7397
7408
  },
7398
7409
  "oneOf": [
@@ -7558,11 +7569,6 @@
7558
7569
  "Yes",
7559
7570
  "No"
7560
7571
  ]
7561
- },
7562
- "detailsAnalysis": {
7563
- "type": "object",
7564
- "additionalProperties": true,
7565
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7566
7572
  }
7567
7573
  },
7568
7574
  "oneOf": [
@@ -8675,11 +8681,6 @@
8675
8681
  "No",
8676
8682
  "Not known"
8677
8683
  ]
8678
- },
8679
- "detailsAnalysis": {
8680
- "type": "object",
8681
- "additionalProperties": true,
8682
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8683
8684
  }
8684
8685
  },
8685
8686
  "oneOf": [
@@ -8807,13 +8808,9 @@
8807
8808
  "title": "",
8808
8809
  "enum": [
8809
8810
  "Yes",
8810
- "No"
8811
+ "No",
8812
+ "Not known"
8811
8813
  ]
8812
- },
8813
- "detailsAnalysis": {
8814
- "type": "object",
8815
- "additionalProperties": true,
8816
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8817
8814
  }
8818
8815
  },
8819
8816
  "oneOf": [
@@ -8821,7 +8818,8 @@
8821
8818
  "properties": {
8822
8819
  "yesNo": {
8823
8820
  "enum": [
8824
- "No"
8821
+ "No",
8822
+ "Not known"
8825
8823
  ]
8826
8824
  }
8827
8825
  }
@@ -8881,11 +8879,6 @@
8881
8879
  "Yes",
8882
8880
  "No"
8883
8881
  ]
8884
- },
8885
- "detailsAnalysis": {
8886
- "type": "object",
8887
- "additionalProperties": true,
8888
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8889
8882
  }
8890
8883
  },
8891
8884
  "oneOf": [
@@ -8939,11 +8932,6 @@
8939
8932
  "Not applicable",
8940
8933
  "Not known"
8941
8934
  ]
8942
- },
8943
- "detailsAnalysis": {
8944
- "type": "object",
8945
- "additionalProperties": true,
8946
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8947
8935
  }
8948
8936
  },
8949
8937
  "oneOf": [
@@ -9013,11 +9001,6 @@
9013
9001
  "Yes",
9014
9002
  "No"
9015
9003
  ]
9016
- },
9017
- "detailsAnalysis": {
9018
- "type": "object",
9019
- "additionalProperties": true,
9020
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9021
9004
  }
9022
9005
  },
9023
9006
  "oneOf": [
@@ -9073,11 +9056,6 @@
9073
9056
  "Yes",
9074
9057
  "No"
9075
9058
  ]
9076
- },
9077
- "detailsAnalysis": {
9078
- "type": "object",
9079
- "additionalProperties": true,
9080
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9081
9059
  }
9082
9060
  },
9083
9061
  "oneOf": [
@@ -9623,11 +9601,6 @@
9623
9601
  "Yes",
9624
9602
  "No"
9625
9603
  ]
9626
- },
9627
- "detailsAnalysis": {
9628
- "type": "object",
9629
- "additionalProperties": true,
9630
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9631
9604
  }
9632
9605
  },
9633
9606
  "oneOf": [
@@ -9667,11 +9640,6 @@
9667
9640
  "Yes",
9668
9641
  "No"
9669
9642
  ]
9670
- },
9671
- "detailsAnalysis": {
9672
- "type": "object",
9673
- "additionalProperties": true,
9674
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9675
9643
  }
9676
9644
  },
9677
9645
  "oneOf": [
@@ -9718,11 +9686,6 @@
9718
9686
  "Yes",
9719
9687
  "No"
9720
9688
  ]
9721
- },
9722
- "detailsAnalysis": {
9723
- "type": "object",
9724
- "additionalProperties": true,
9725
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9726
9689
  }
9727
9690
  },
9728
9691
  "oneOf": [
@@ -9742,11 +9705,89 @@
9742
9705
  "Yes"
9743
9706
  ]
9744
9707
  },
9708
+ "alterationTypes": {
9709
+ "title": "Which of the following alterations have been made to the property?",
9710
+ "type": "array",
9711
+ "items": {
9712
+ "type": "string",
9713
+ "enum": [
9714
+ "Replacement windows, roof windows, roof lights, glazed doors since 1 April 2002",
9715
+ "Extension",
9716
+ "Conservatory",
9717
+ "Loft conversion",
9718
+ "Garage conversion",
9719
+ "Removal of internal walls",
9720
+ "Removal of chimney breast",
9721
+ "Insulation",
9722
+ "Other building works or changes to the property"
9723
+ ]
9724
+ }
9725
+ },
9745
9726
  "details": {
9746
9727
  "title": "Please give details including dates of all work undertaken",
9747
9728
  "type": "string",
9748
9729
  "minLength": 1
9749
9730
  },
9731
+ "workCompleted": {
9732
+ "title": "Has all this work been completed?",
9733
+ "type": "object",
9734
+ "properties": {
9735
+ "yesNo": {
9736
+ "type": "string",
9737
+ "title": "",
9738
+ "enum": [
9739
+ "Yes",
9740
+ "No"
9741
+ ]
9742
+ }
9743
+ },
9744
+ "oneOf": [
9745
+ {
9746
+ "properties": {
9747
+ "yesNo": {
9748
+ "enum": [
9749
+ "Yes"
9750
+ ]
9751
+ }
9752
+ }
9753
+ },
9754
+ {
9755
+ "properties": {
9756
+ "yesNo": {
9757
+ "enum": [
9758
+ "No"
9759
+ ]
9760
+ },
9761
+ "details": {
9762
+ "title": "Give details of what remains to be completed",
9763
+ "type": "string",
9764
+ "minLength": 1
9765
+ }
9766
+ }
9767
+ }
9768
+ ]
9769
+ },
9770
+ "documents": {
9771
+ "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
9772
+ "type": "string",
9773
+ "enum": [
9774
+ "Attached",
9775
+ "To follow",
9776
+ "Not available"
9777
+ ]
9778
+ },
9779
+ "approvalsObtained": {
9780
+ "title": "If any of the work was undertaken during your ownership, did you get planning permissions, building regulations approvals, completion certificates or competent person certificates when necessary?",
9781
+ "type": "string",
9782
+ "enum": [
9783
+ "Yes",
9784
+ "No"
9785
+ ]
9786
+ },
9787
+ "approvalsNotRequiredReason": {
9788
+ "title": "If planning permissions, building regulations approvals, completion certificates or competent person certificates were not required, explain why",
9789
+ "type": "string"
9790
+ },
9750
9791
  "buildingRegApproval": {
9751
9792
  "title": "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
9752
9793
  "type": "object",
@@ -9759,11 +9800,6 @@
9759
9800
  "No",
9760
9801
  "Not required"
9761
9802
  ]
9762
- },
9763
- "detailsAnalysis": {
9764
- "type": "object",
9765
- "additionalProperties": true,
9766
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9767
9803
  }
9768
9804
  },
9769
9805
  "oneOf": [
@@ -9814,11 +9850,6 @@
9814
9850
  "No",
9815
9851
  "Not required"
9816
9852
  ]
9817
- },
9818
- "detailsAnalysis": {
9819
- "type": "object",
9820
- "additionalProperties": true,
9821
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9822
9853
  }
9823
9854
  },
9824
9855
  "oneOf": [
@@ -9970,11 +10001,6 @@
9970
10001
  "Yes",
9971
10002
  "No"
9972
10003
  ]
9973
- },
9974
- "detailsAnalysis": {
9975
- "type": "object",
9976
- "additionalProperties": true,
9977
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9978
10004
  }
9979
10005
  },
9980
10006
  "oneOf": [
@@ -10015,11 +10041,6 @@
10015
10041
  "No",
10016
10042
  "Not required"
10017
10043
  ]
10018
- },
10019
- "detailsAnalysis": {
10020
- "type": "object",
10021
- "additionalProperties": true,
10022
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10023
10044
  }
10024
10045
  },
10025
10046
  "oneOf": [
@@ -10269,11 +10290,6 @@
10269
10290
  "Yes",
10270
10291
  "No"
10271
10292
  ]
10272
- },
10273
- "detailsAnalysis": {
10274
- "type": "object",
10275
- "additionalProperties": true,
10276
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10277
10293
  }
10278
10294
  },
10279
10295
  "oneOf": [
@@ -10314,11 +10330,6 @@
10314
10330
  "No",
10315
10331
  "Not required"
10316
10332
  ]
10317
- },
10318
- "detailsAnalysis": {
10319
- "type": "object",
10320
- "additionalProperties": true,
10321
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10322
10333
  }
10323
10334
  },
10324
10335
  "oneOf": [
@@ -10753,11 +10764,6 @@
10753
10764
  "Yes",
10754
10765
  "No"
10755
10766
  ]
10756
- },
10757
- "detailsAnalysis": {
10758
- "type": "object",
10759
- "additionalProperties": true,
10760
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10761
10767
  }
10762
10768
  },
10763
10769
  "oneOf": [
@@ -10798,11 +10804,6 @@
10798
10804
  "No",
10799
10805
  "Not required"
10800
10806
  ]
10801
- },
10802
- "detailsAnalysis": {
10803
- "type": "object",
10804
- "additionalProperties": true,
10805
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10806
10807
  }
10807
10808
  },
10808
10809
  "oneOf": [
@@ -12162,11 +12163,6 @@
12162
12163
  "Yes",
12163
12164
  "No"
12164
12165
  ]
12165
- },
12166
- "detailsAnalysis": {
12167
- "type": "object",
12168
- "additionalProperties": true,
12169
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12170
12166
  }
12171
12167
  },
12172
12168
  "oneOf": [
@@ -12214,11 +12210,6 @@
12214
12210
  "Yes",
12215
12211
  "No"
12216
12212
  ]
12217
- },
12218
- "detailsAnalysis": {
12219
- "type": "object",
12220
- "additionalProperties": true,
12221
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12222
12213
  }
12223
12214
  },
12224
12215
  "oneOf": [
@@ -12274,11 +12265,6 @@
12274
12265
  "Yes",
12275
12266
  "No"
12276
12267
  ]
12277
- },
12278
- "detailsAnalysis": {
12279
- "type": "object",
12280
- "additionalProperties": true,
12281
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12282
12268
  }
12283
12269
  },
12284
12270
  "oneOf": [
@@ -12576,11 +12562,6 @@
12576
12562
  "Yes",
12577
12563
  "No"
12578
12564
  ]
12579
- },
12580
- "detailsAnalysis": {
12581
- "type": "object",
12582
- "additionalProperties": true,
12583
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12584
12565
  }
12585
12566
  },
12586
12567
  "oneOf": [
@@ -12893,11 +12874,6 @@
12893
12874
  "Yes",
12894
12875
  "No"
12895
12876
  ]
12896
- },
12897
- "detailsAnalysis": {
12898
- "type": "object",
12899
- "additionalProperties": true,
12900
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12901
12877
  }
12902
12878
  },
12903
12879
  "oneOf": [
@@ -18209,11 +18185,6 @@
18209
18185
  "Yes",
18210
18186
  "No"
18211
18187
  ]
18212
- },
18213
- "detailsAnalysis": {
18214
- "type": "object",
18215
- "additionalProperties": true,
18216
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
18217
18188
  }
18218
18189
  },
18219
18190
  "oneOf": [
@@ -18304,11 +18275,6 @@
18304
18275
  "Yes",
18305
18276
  "No"
18306
18277
  ]
18307
- },
18308
- "detailsAnalysis": {
18309
- "type": "object",
18310
- "additionalProperties": true,
18311
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
18312
18278
  }
18313
18279
  },
18314
18280
  "oneOf": [
@@ -20095,11 +20061,6 @@
20095
20061
  "Room heaters only",
20096
20062
  "None"
20097
20063
  ]
20098
- },
20099
- "detailsAnalysis": {
20100
- "type": "object",
20101
- "additionalProperties": true,
20102
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20103
20064
  }
20104
20065
  },
20105
20066
  "oneOf": [
@@ -20419,6 +20380,110 @@
20419
20380
  }
20420
20381
  ]
20421
20382
  },
20383
+ "mainHeatingTypes": {
20384
+ "title": "How is the property heated?",
20385
+ "type": "array",
20386
+ "items": {
20387
+ "type": "string",
20388
+ "enum": [
20389
+ "Mains gas",
20390
+ "Oil",
20391
+ "Heat pumps",
20392
+ "Liquid gas",
20393
+ "Electricity",
20394
+ "Underfloor",
20395
+ "Woodburning / multi-fuel stove",
20396
+ "Other"
20397
+ ]
20398
+ }
20399
+ },
20400
+ "mainHeatingTypesOtherDetails": {
20401
+ "title": "If you selected 'Other', give details",
20402
+ "type": "string"
20403
+ },
20404
+ "heatingInstalledDate": {
20405
+ "title": "When was the heating system installed?",
20406
+ "type": "string",
20407
+ "oneOf": [
20408
+ {
20409
+ "format": "date"
20410
+ },
20411
+ {
20412
+ "enum": [
20413
+ "Not known"
20414
+ ]
20415
+ }
20416
+ ]
20417
+ },
20418
+ "boilerInstalledDate": {
20419
+ "title": "If there is a boiler (of any kind) when was it installed?",
20420
+ "type": "string",
20421
+ "oneOf": [
20422
+ {
20423
+ "format": "date"
20424
+ },
20425
+ {
20426
+ "enum": [
20427
+ "Not known"
20428
+ ]
20429
+ }
20430
+ ]
20431
+ },
20432
+ "heatingSystemReplaced": {
20433
+ "title": "Has there been any replacement to the heating system (other than replacement of a boiler)?",
20434
+ "type": "string",
20435
+ "enum": [
20436
+ "Yes",
20437
+ "No",
20438
+ "Not known"
20439
+ ]
20440
+ },
20441
+ "complianceCertificates": {
20442
+ "title": "Supply compliance certificates or documentation for the installation or alteration of each heating system",
20443
+ "type": "string",
20444
+ "enum": [
20445
+ "Attached",
20446
+ "To follow",
20447
+ "None"
20448
+ ]
20449
+ },
20450
+ "inspectionReport": {
20451
+ "title": "Supply a copy of the latest inspection report",
20452
+ "type": "string",
20453
+ "enum": [
20454
+ "Attached",
20455
+ "To follow",
20456
+ "None"
20457
+ ]
20458
+ },
20459
+ "inGoodWorkingOrder": {
20460
+ "title": "Is the boiler and heating system working?",
20461
+ "type": "string",
20462
+ "enum": [
20463
+ "Yes",
20464
+ "No",
20465
+ "Not known"
20466
+ ]
20467
+ },
20468
+ "lastServicedYear": {
20469
+ "title": "In what year was the boiler and heating system last serviced or maintained?",
20470
+ "oneOf": [
20471
+ {
20472
+ "type": "integer"
20473
+ },
20474
+ {
20475
+ "const": "Not known"
20476
+ }
20477
+ ]
20478
+ },
20479
+ "lastServicedReport": {
20480
+ "title": "Supply a copy of the service report",
20481
+ "type": "string",
20482
+ "enum": [
20483
+ "Attached",
20484
+ "To follow"
20485
+ ]
20486
+ },
20422
20487
  "otherHeatingFeatures": {
20423
20488
  "title": "What other heating features does the property have?",
20424
20489
  "type": "array",
@@ -20826,11 +20891,6 @@
20826
20891
  "Yes",
20827
20892
  "No"
20828
20893
  ]
20829
- },
20830
- "detailsAnalysis": {
20831
- "type": "object",
20832
- "additionalProperties": true,
20833
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20834
20894
  }
20835
20895
  },
20836
20896
  "oneOf": [
@@ -20870,11 +20930,6 @@
20870
20930
  "Yes",
20871
20931
  "No"
20872
20932
  ]
20873
- },
20874
- "detailsAnalysis": {
20875
- "type": "object",
20876
- "additionalProperties": true,
20877
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20878
20933
  }
20879
20934
  },
20880
20935
  "oneOf": [
@@ -20914,11 +20969,6 @@
20914
20969
  "Yes",
20915
20970
  "No"
20916
20971
  ]
20917
- },
20918
- "detailsAnalysis": {
20919
- "type": "object",
20920
- "additionalProperties": true,
20921
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20922
20972
  }
20923
20973
  },
20924
20974
  "oneOf": [
@@ -20958,11 +21008,6 @@
20958
21008
  "Yes",
20959
21009
  "No"
20960
21010
  ]
20961
- },
20962
- "detailsAnalysis": {
20963
- "type": "object",
20964
- "additionalProperties": true,
20965
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
20966
21011
  }
20967
21012
  },
20968
21013
  "oneOf": [
@@ -21050,11 +21095,6 @@
21050
21095
  "Yes",
21051
21096
  "No"
21052
21097
  ]
21053
- },
21054
- "detailsAnalysis": {
21055
- "type": "object",
21056
- "additionalProperties": true,
21057
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21058
21098
  }
21059
21099
  },
21060
21100
  "oneOf": [
@@ -22005,7 +22045,8 @@
22005
22045
  "type": "string",
22006
22046
  "enum": [
22007
22047
  "Yes",
22008
- "No"
22048
+ "No",
22049
+ "Not known"
22009
22050
  ]
22010
22051
  }
22011
22052
  },
@@ -22014,7 +22055,8 @@
22014
22055
  "properties": {
22015
22056
  "hasFloodDefences": {
22016
22057
  "enum": [
22017
- "No"
22058
+ "No",
22059
+ "Not known"
22018
22060
  ]
22019
22061
  }
22020
22062
  }
@@ -23736,11 +23778,6 @@
23736
23778
  "Yes",
23737
23779
  "No"
23738
23780
  ]
23739
- },
23740
- "detailsAnalysis": {
23741
- "type": "object",
23742
- "additionalProperties": true,
23743
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23744
23781
  }
23745
23782
  },
23746
23783
  "oneOf": [
@@ -23780,11 +23817,6 @@
23780
23817
  "Yes",
23781
23818
  "No"
23782
23819
  ]
23783
- },
23784
- "detailsAnalysis": {
23785
- "type": "object",
23786
- "additionalProperties": true,
23787
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23788
23820
  }
23789
23821
  },
23790
23822
  "oneOf": [
@@ -23824,11 +23856,6 @@
23824
23856
  "Yes",
23825
23857
  "No"
23826
23858
  ]
23827
- },
23828
- "detailsAnalysis": {
23829
- "type": "object",
23830
- "additionalProperties": true,
23831
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23832
23859
  }
23833
23860
  },
23834
23861
  "oneOf": [
@@ -23876,11 +23903,6 @@
23876
23903
  "Yes",
23877
23904
  "No"
23878
23905
  ]
23879
- },
23880
- "detailsAnalysis": {
23881
- "type": "object",
23882
- "additionalProperties": true,
23883
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23884
23906
  }
23885
23907
  },
23886
23908
  "oneOf": [
@@ -23982,11 +24004,6 @@
23982
24004
  "Attached",
23983
24005
  "To follow"
23984
24006
  ]
23985
- },
23986
- "detailsAnalysis": {
23987
- "type": "object",
23988
- "additionalProperties": true,
23989
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
23990
24007
  }
23991
24008
  }
23992
24009
  },
@@ -24002,11 +24019,6 @@
24002
24019
  "No",
24003
24020
  "Not applicable"
24004
24021
  ]
24005
- },
24006
- "detailsAnalysis": {
24007
- "type": "object",
24008
- "additionalProperties": true,
24009
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24010
24022
  }
24011
24023
  },
24012
24024
  "oneOf": [
@@ -24048,11 +24060,6 @@
24048
24060
  "No",
24049
24061
  "Not applicable"
24050
24062
  ]
24051
- },
24052
- "detailsAnalysis": {
24053
- "type": "object",
24054
- "additionalProperties": true,
24055
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24056
24063
  }
24057
24064
  },
24058
24065
  "oneOf": [
@@ -24096,11 +24103,6 @@
24096
24103
  "Not applicable",
24097
24104
  "Not known"
24098
24105
  ]
24099
- },
24100
- "detailsAnalysis": {
24101
- "type": "object",
24102
- "additionalProperties": true,
24103
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24104
24106
  }
24105
24107
  },
24106
24108
  "oneOf": [
@@ -24350,11 +24352,6 @@
24350
24352
  "No",
24351
24353
  "Not known"
24352
24354
  ]
24353
- },
24354
- "detailsAnalysis": {
24355
- "type": "object",
24356
- "additionalProperties": true,
24357
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24358
24355
  }
24359
24356
  },
24360
24357
  "oneOf": [
@@ -24614,11 +24611,6 @@
24614
24611
  "Yes",
24615
24612
  "No"
24616
24613
  ]
24617
- },
24618
- "detailsAnalysis": {
24619
- "type": "object",
24620
- "additionalProperties": true,
24621
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24622
24614
  }
24623
24615
  },
24624
24616
  "oneOf": [
@@ -25124,11 +25116,6 @@
25124
25116
  "Yes",
25125
25117
  "No"
25126
25118
  ]
25127
- },
25128
- "detailsAnalysis": {
25129
- "type": "object",
25130
- "additionalProperties": true,
25131
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25132
25119
  }
25133
25120
  },
25134
25121
  "oneOf": [
@@ -25215,11 +25202,6 @@
25215
25202
  "Yes",
25216
25203
  "No"
25217
25204
  ]
25218
- },
25219
- "detailsAnalysis": {
25220
- "type": "object",
25221
- "additionalProperties": true,
25222
- "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25223
25205
  }
25224
25206
  },
25225
25207
  "oneOf": [