@pdtf/schemas 3.0.0-15 → 3.0.0-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.
@@ -292,7 +292,7 @@
292
292
  "type": "string"
293
293
  },
294
294
  "marketingTenure": {
295
- "title": "Type of tenure being marketed",
295
+ "title": "What tenure is the property being marketed as?",
296
296
  "type": "string",
297
297
  "enum": [
298
298
  "Commonhold",
@@ -17409,224 +17409,230 @@
17409
17409
  "title": "Heating",
17410
17410
  "type": "object",
17411
17411
  "properties": {
17412
- "heatingType": {
17413
- "title": "What type of heating system does the property have?",
17414
- "type": "string",
17415
- "enum": [
17416
- "Central heating",
17417
- "Communal heating system",
17418
- "None"
17419
- ]
17420
- },
17421
- "otherHeatingFeatures": {
17422
- "title": "What other heating features does the property have?",
17423
- "type": "array",
17424
- "items": {
17425
- "type": "string",
17426
- "enum": [
17427
- "Air Conditioning",
17428
- "Double Glazing",
17429
- "Eco-Friendly",
17430
- "Night Storage",
17431
- "Solar Water",
17432
- "Underfloor Heating",
17433
- "Wood Burner",
17434
- "Open Fire",
17435
- "Ground Source Heat Pump",
17436
- "Air Source Heat Pump",
17437
- "Solar Thermal"
17438
- ]
17439
- }
17440
- }
17441
- },
17442
- "oneOf": [
17443
- {
17412
+ "heatingSystem": {
17413
+ "type": "object",
17414
+ "title": "Heating system",
17444
17415
  "properties": {
17445
17416
  "heatingType": {
17417
+ "title": "What type of heating system does the property have?",
17418
+ "type": "string",
17446
17419
  "enum": [
17420
+ "Central heating",
17421
+ "Communal heating system",
17447
17422
  "None"
17448
17423
  ]
17449
17424
  }
17450
- }
17451
- },
17452
- {
17453
- "properties": {
17454
- "heatingType": {
17455
- "enum": [
17456
- "Central heating"
17457
- ]
17425
+ },
17426
+ "oneOf": [
17427
+ {
17428
+ "properties": {
17429
+ "heatingType": {
17430
+ "enum": [
17431
+ "None"
17432
+ ]
17433
+ }
17434
+ }
17458
17435
  },
17459
- "centralHeatingDetails": {
17460
- "type": "object",
17461
- "title": "Central Heating Details",
17436
+ {
17462
17437
  "properties": {
17463
- "centralHeatingFuel": {
17438
+ "heatingType": {
17439
+ "enum": [
17440
+ "Central heating"
17441
+ ]
17442
+ },
17443
+ "centralHeatingDetails": {
17464
17444
  "type": "object",
17465
- "title": "Central Heating Fuel",
17445
+ "title": "Central Heating Details",
17466
17446
  "properties": {
17467
- "centralHeatingFuelType": {
17468
- "title": "What type of fuel does the system run on?",
17469
- "type": "string",
17470
- "enum": [
17471
- "Mains gas",
17472
- "Electricity",
17473
- "Oil",
17474
- "LPG",
17475
- "Biomass",
17476
- "Other"
17477
- ]
17478
- }
17479
- },
17480
- "oneOf": [
17481
- {
17447
+ "centralHeatingFuel": {
17448
+ "type": "object",
17449
+ "title": "Central Heating Fuel",
17482
17450
  "properties": {
17483
17451
  "centralHeatingFuelType": {
17452
+ "title": "What type of fuel does the system run on?",
17453
+ "type": "string",
17484
17454
  "enum": [
17485
17455
  "Mains gas",
17486
17456
  "Electricity",
17487
17457
  "Oil",
17488
17458
  "LPG",
17489
- "Biomass"
17490
- ]
17491
- }
17492
- }
17493
- },
17494
- {
17495
- "properties": {
17496
- "centralHeatingFuelType": {
17497
- "enum": [
17459
+ "Biomass",
17498
17460
  "Other"
17499
17461
  ]
17462
+ }
17463
+ },
17464
+ "oneOf": [
17465
+ {
17466
+ "properties": {
17467
+ "centralHeatingFuelType": {
17468
+ "enum": [
17469
+ "Mains gas",
17470
+ "Electricity",
17471
+ "Oil",
17472
+ "LPG",
17473
+ "Biomass"
17474
+ ]
17475
+ }
17476
+ }
17500
17477
  },
17501
- "otherCentralHeatingFuelType": {
17502
- "title": "Please describe the other fuel type",
17503
- "type": "string",
17504
- "minLength": 1
17478
+ {
17479
+ "properties": {
17480
+ "centralHeatingFuelType": {
17481
+ "enum": [
17482
+ "Other"
17483
+ ]
17484
+ },
17485
+ "otherCentralHeatingFuelType": {
17486
+ "title": "Please describe the other fuel type",
17487
+ "type": "string",
17488
+ "minLength": 1
17489
+ }
17490
+ }
17505
17491
  }
17506
- }
17507
- }
17508
- ]
17509
- },
17510
- "centralHeatingInstalled": {
17511
- "title": "When was the heating system installed?",
17512
- "type": "string",
17513
- "format": "date"
17514
- },
17515
- "boilerInstallationCertificate": {
17516
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17517
- "type": "object",
17518
- "properties": {
17519
- "yesNo": {
17520
- "type": "string",
17521
- "title": "",
17522
- "enum": [
17523
- "Yes",
17524
- "No"
17525
17492
  ]
17526
- }
17527
- },
17528
- "oneOf": [
17529
- {
17493
+ },
17494
+ "centralHeatingInstalled": {
17495
+ "title": "When was the heating system installed?",
17496
+ "type": "string",
17497
+ "format": "date"
17498
+ },
17499
+ "boilerInstallationCertificate": {
17500
+ "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17501
+ "type": "object",
17530
17502
  "properties": {
17531
17503
  "yesNo": {
17504
+ "type": "string",
17505
+ "title": "",
17532
17506
  "enum": [
17507
+ "Yes",
17533
17508
  "No"
17534
17509
  ]
17535
17510
  }
17536
- }
17537
- },
17538
- {
17539
- "properties": {
17540
- "yesNo": {
17541
- "enum": [
17542
- "Yes"
17543
- ]
17511
+ },
17512
+ "oneOf": [
17513
+ {
17514
+ "properties": {
17515
+ "yesNo": {
17516
+ "enum": [
17517
+ "No"
17518
+ ]
17519
+ }
17520
+ }
17544
17521
  },
17545
- "attachments": {
17546
- "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",
17547
- "type": "string",
17548
- "enum": [
17549
- "Attached",
17550
- "To follow"
17551
- ]
17522
+ {
17523
+ "properties": {
17524
+ "yesNo": {
17525
+ "enum": [
17526
+ "Yes"
17527
+ ]
17528
+ },
17529
+ "attachments": {
17530
+ "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",
17531
+ "type": "string",
17532
+ "enum": [
17533
+ "Attached",
17534
+ "To follow"
17535
+ ]
17536
+ }
17537
+ }
17552
17538
  }
17553
- }
17554
- }
17555
- ]
17556
- },
17557
- "heatingLastServicedDate": {
17558
- "title": "When was the heating system last serviced or maintained?",
17559
- "type": "string",
17560
- "format": "date"
17561
- },
17562
- "heatingLastServicedReport": {
17563
- "title": "Please provide a copy of the service or maintenance works report.",
17564
- "type": "string",
17565
- "enum": [
17566
- "Attached",
17567
- "To follow",
17568
- "Not available"
17569
- ]
17570
- },
17571
- "heatingInGoodWorkingOrder": {
17572
- "title": "Is the heating system in good working order to your satisfaction?",
17573
- "type": "object",
17574
- "properties": {
17575
- "yesNo": {
17539
+ ]
17540
+ },
17541
+ "heatingLastServicedDate": {
17542
+ "title": "When was the heating system last serviced or maintained?",
17543
+ "type": "string",
17544
+ "format": "date"
17545
+ },
17546
+ "heatingLastServicedReport": {
17547
+ "title": "Please provide a copy of the service or maintenance works report.",
17576
17548
  "type": "string",
17577
- "title": "",
17578
17549
  "enum": [
17579
- "Yes",
17580
- "No"
17550
+ "Attached",
17551
+ "To follow",
17552
+ "Not available"
17581
17553
  ]
17582
- }
17583
- },
17584
- "oneOf": [
17585
- {
17586
- "properties": {
17587
- "yesNo": {
17588
- "enum": [
17589
- "Yes"
17590
- ]
17591
- }
17592
- }
17593
17554
  },
17594
- {
17555
+ "heatingInGoodWorkingOrder": {
17556
+ "title": "Is the heating system in good working order to your satisfaction?",
17557
+ "type": "object",
17595
17558
  "properties": {
17596
17559
  "yesNo": {
17560
+ "type": "string",
17561
+ "title": "",
17597
17562
  "enum": [
17563
+ "Yes",
17598
17564
  "No"
17599
17565
  ]
17566
+ }
17567
+ },
17568
+ "oneOf": [
17569
+ {
17570
+ "properties": {
17571
+ "yesNo": {
17572
+ "enum": [
17573
+ "Yes"
17574
+ ]
17575
+ }
17576
+ }
17600
17577
  },
17601
- "details": {
17602
- "title": "Please provide details",
17603
- "type": "string",
17604
- "minLength": 1
17578
+ {
17579
+ "properties": {
17580
+ "yesNo": {
17581
+ "enum": [
17582
+ "No"
17583
+ ]
17584
+ },
17585
+ "details": {
17586
+ "title": "Please provide details",
17587
+ "type": "string",
17588
+ "minLength": 1
17589
+ }
17590
+ }
17605
17591
  }
17606
- }
17592
+ ]
17607
17593
  }
17594
+ }
17595
+ }
17596
+ }
17597
+ },
17598
+ {
17599
+ "properties": {
17600
+ "heatingType": {
17601
+ "enum": [
17602
+ "Community heating system"
17608
17603
  ]
17604
+ },
17605
+ "details": {
17606
+ "title": "Community heating system details",
17607
+ "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.",
17608
+ "type": "string",
17609
+ "minLength": 1
17609
17610
  }
17610
17611
  }
17611
17612
  }
17612
- }
17613
+ ]
17613
17614
  },
17614
- {
17615
- "properties": {
17616
- "heatingType": {
17617
- "enum": [
17618
- "Community heating system"
17619
- ]
17620
- },
17621
- "details": {
17622
- "title": "Community heating system details",
17623
- "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.",
17624
- "type": "string",
17625
- "minLength": 1
17626
- }
17615
+ "otherHeatingFeatures": {
17616
+ "title": "What other heating features does the property have?",
17617
+ "type": "array",
17618
+ "items": {
17619
+ "type": "string",
17620
+ "enum": [
17621
+ "Air Conditioning",
17622
+ "Double Glazing",
17623
+ "Eco-Friendly",
17624
+ "Night Storage",
17625
+ "Solar Water",
17626
+ "Underfloor Heating",
17627
+ "Wood Burner",
17628
+ "Open Fire",
17629
+ "Ground Source Heat Pump",
17630
+ "Air Source Heat Pump",
17631
+ "Solar Thermal"
17632
+ ]
17627
17633
  }
17628
17634
  }
17629
- ]
17635
+ }
17630
17636
  },
17631
17637
  "insurance": {
17632
17638
  "title": "Insurance",
@@ -2109,26 +2109,28 @@
2109
2109
  }
2110
2110
  },
2111
2111
  "heating": {
2112
- "heatingType": {},
2113
- "otherHeatingFeatures": {},
2114
- "centralHeatingDetails": {
2115
- "centralHeatingFuel": {
2116
- "centralHeatingFuelType": {},
2117
- "otherCentralHeatingFuelType": {}
2118
- },
2119
- "centralHeatingInstalled": {},
2120
- "boilerInstallationCertificate": {
2121
- "yesNo": {},
2122
- "attachments": {}
2112
+ "heatingSystem": {
2113
+ "heatingType": {},
2114
+ "centralHeatingDetails": {
2115
+ "centralHeatingFuel": {
2116
+ "centralHeatingFuelType": {},
2117
+ "otherCentralHeatingFuelType": {}
2118
+ },
2119
+ "centralHeatingInstalled": {},
2120
+ "boilerInstallationCertificate": {
2121
+ "yesNo": {},
2122
+ "attachments": {}
2123
+ },
2124
+ "heatingLastServicedDate": {},
2125
+ "heatingLastServicedReport": {},
2126
+ "heatingInGoodWorkingOrder": {
2127
+ "yesNo": {},
2128
+ "details": {}
2129
+ }
2123
2130
  },
2124
- "heatingLastServicedDate": {},
2125
- "heatingLastServicedReport": {},
2126
- "heatingInGoodWorkingOrder": {
2127
- "yesNo": {},
2128
- "details": {}
2129
- }
2131
+ "details": {}
2130
2132
  },
2131
- "details": {}
2133
+ "otherHeatingFeatures": {}
2132
2134
  },
2133
2135
  "insurance": {
2134
2136
  "isInsured": {},