@pdtf/schemas 2.0.0-26 → 2.0.0-28

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.
@@ -6345,7 +6345,8 @@
6345
6345
  "title": "",
6346
6346
  "enum": [
6347
6347
  "Yes",
6348
- "No"
6348
+ "No",
6349
+ "Not known"
6349
6350
  ]
6350
6351
  }
6351
6352
  }
@@ -6705,6 +6706,15 @@
6705
6706
  "title": "Energy Efficiency",
6706
6707
  "type": "object",
6707
6708
  "properties": {
6709
+ "certificateIsSupplied": {
6710
+ "title": "Please supply a copy of the EPC for the property",
6711
+ "type": "string",
6712
+ "enum": [
6713
+ "Attached",
6714
+ "To follow",
6715
+ "Already supplied"
6716
+ ]
6717
+ },
6708
6718
  "certificate": {
6709
6719
  "type": "object",
6710
6720
  "properties": {
@@ -8815,7 +8825,8 @@
8815
8825
  "title": "",
8816
8826
  "enum": [
8817
8827
  "Yes",
8818
- "No"
8828
+ "No",
8829
+ "Not known"
8819
8830
  ]
8820
8831
  }
8821
8832
  },
@@ -8824,7 +8835,8 @@
8824
8835
  "properties": {
8825
8836
  "yesNo": {
8826
8837
  "enum": [
8827
- "No"
8838
+ "No",
8839
+ "Not known"
8828
8840
  ]
8829
8841
  }
8830
8842
  }
@@ -8836,13 +8848,17 @@
8836
8848
  "Yes"
8837
8849
  ]
8838
8850
  },
8839
- "details": {
8840
- "title": "Please provide details,state whether there is a management plan in place and attach a copy",
8851
+ "managementPlanInPlace": {
8852
+ "title": "Is there a Japanese Knotweed management and treatment plan in place?",
8841
8853
  "type": "string",
8842
- "minLength": 1
8854
+ "enum": [
8855
+ "Yes",
8856
+ "No",
8857
+ "Not known"
8858
+ ]
8843
8859
  },
8844
8860
  "attachments": {
8845
- "title": "Attachments",
8861
+ "title": "Please supply a copy with any insurance cover linked to the plan",
8846
8862
  "type": "string",
8847
8863
  "enum": [
8848
8864
  "Attached",
@@ -15749,7 +15765,8 @@
15749
15765
  "enum": [
15750
15766
  "Yes",
15751
15767
  "To be connected",
15752
- "No"
15768
+ "No",
15769
+ "Not known"
15753
15770
  ]
15754
15771
  }
15755
15772
  },
@@ -15758,7 +15775,8 @@
15758
15775
  "properties": {
15759
15776
  "yesNo": {
15760
15777
  "enum": [
15761
- "No"
15778
+ "No",
15779
+ "Not known"
15762
15780
  ]
15763
15781
  }
15764
15782
  }
@@ -15806,7 +15824,8 @@
15806
15824
  "enum": [
15807
15825
  "Yes",
15808
15826
  "To be connected",
15809
- "No"
15827
+ "No",
15828
+ "Not known"
15810
15829
  ]
15811
15830
  }
15812
15831
  },
@@ -15847,7 +15866,8 @@
15847
15866
  "properties": {
15848
15867
  "yesNo": {
15849
15868
  "enum": [
15850
- "No"
15869
+ "No",
15870
+ "Not known"
15851
15871
  ]
15852
15872
  },
15853
15873
  "sustainableDrainageSystem": {
@@ -16409,7 +16429,7 @@
16409
16429
  "enum": [
16410
16430
  "Attached",
16411
16431
  "To follow",
16412
- "Not applicable"
16432
+ "Not available"
16413
16433
  ]
16414
16434
  },
16415
16435
  "heatingInGoodWorkingOrder": {
@@ -17057,8 +17077,47 @@
17057
17077
  }
17058
17078
  ]
17059
17079
  },
17060
- "rightsOfLightOrSupport": {
17061
- "title": "Rights of light or support for other properties",
17080
+ "rightsOfLight": {
17081
+ "title": "Rights of light",
17082
+ "type": "object",
17083
+ "properties": {
17084
+ "yesNo": {
17085
+ "type": "string",
17086
+ "title": "",
17087
+ "enum": [
17088
+ "Yes",
17089
+ "No"
17090
+ ]
17091
+ }
17092
+ },
17093
+ "oneOf": [
17094
+ {
17095
+ "properties": {
17096
+ "yesNo": {
17097
+ "enum": [
17098
+ "No"
17099
+ ]
17100
+ }
17101
+ }
17102
+ },
17103
+ {
17104
+ "properties": {
17105
+ "yesNo": {
17106
+ "enum": [
17107
+ "Yes"
17108
+ ]
17109
+ },
17110
+ "details": {
17111
+ "title": "Details",
17112
+ "type": "string",
17113
+ "minLength": 1
17114
+ }
17115
+ }
17116
+ }
17117
+ ]
17118
+ },
17119
+ "rightsOfSupport": {
17120
+ "title": "Rights of support from ajoining properties",
17062
17121
  "type": "object",
17063
17122
  "properties": {
17064
17123
  "yesNo": {
@@ -17097,7 +17156,46 @@
17097
17156
  ]
17098
17157
  },
17099
17158
  "rightsCreatedThroughCustom": {
17100
- "title": "Rights created through custom or use (e.g. rights to graze on other land or forage, rights of the lord of the manor or others to take things from your property etc)",
17159
+ "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
17160
+ "type": "object",
17161
+ "properties": {
17162
+ "yesNo": {
17163
+ "type": "string",
17164
+ "title": "",
17165
+ "enum": [
17166
+ "Yes",
17167
+ "No"
17168
+ ]
17169
+ }
17170
+ },
17171
+ "oneOf": [
17172
+ {
17173
+ "properties": {
17174
+ "yesNo": {
17175
+ "enum": [
17176
+ "No"
17177
+ ]
17178
+ }
17179
+ }
17180
+ },
17181
+ {
17182
+ "properties": {
17183
+ "yesNo": {
17184
+ "enum": [
17185
+ "Yes"
17186
+ ]
17187
+ },
17188
+ "details": {
17189
+ "title": "Details",
17190
+ "type": "string",
17191
+ "minLength": 1
17192
+ }
17193
+ }
17194
+ }
17195
+ ]
17196
+ },
17197
+ "rightsToTakeFromLand": {
17198
+ "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
17101
17199
  "type": "object",
17102
17200
  "properties": {
17103
17201
  "yesNo": {
@@ -17489,7 +17587,8 @@
17489
17587
  "title": "",
17490
17588
  "enum": [
17491
17589
  "Yes",
17492
- "No"
17590
+ "No",
17591
+ "Not known"
17493
17592
  ]
17494
17593
  }
17495
17594
  }
@@ -17514,7 +17613,8 @@
17514
17613
  "properties": {
17515
17614
  "yesNo": {
17516
17615
  "enum": [
17517
- "No"
17616
+ "No",
17617
+ "Not known"
17518
17618
  ]
17519
17619
  }
17520
17620
  }
@@ -18268,7 +18368,8 @@
18268
18368
  "title": "",
18269
18369
  "enum": [
18270
18370
  "Yes",
18271
- "No"
18371
+ "No",
18372
+ "Not known"
18272
18373
  ]
18273
18374
  }
18274
18375
  },
@@ -18277,7 +18378,8 @@
18277
18378
  "properties": {
18278
18379
  "yesNo": {
18279
18380
  "enum": [
18280
- "No"
18381
+ "No",
18382
+ "Not known"
18281
18383
  ]
18282
18384
  }
18283
18385
  }
@@ -18315,7 +18417,8 @@
18315
18417
  "title": "",
18316
18418
  "enum": [
18317
18419
  "Yes",
18318
- "No"
18420
+ "No",
18421
+ "Not known"
18319
18422
  ]
18320
18423
  }
18321
18424
  },
@@ -18324,7 +18427,8 @@
18324
18427
  "properties": {
18325
18428
  "yesNo": {
18326
18429
  "enum": [
18327
- "No"
18430
+ "No",
18431
+ "Not known"
18328
18432
  ]
18329
18433
  }
18330
18434
  }
@@ -19706,10 +19810,33 @@
19706
19810
  "title": "Completion and Moving",
19707
19811
  "type": "object",
19708
19812
  "properties": {
19709
- "willRemoveAllRubbish": {
19710
- "title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
19711
- "description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know.",
19712
- "type": "boolean"
19813
+ "sellerWillEnsure": {
19814
+ "title": "Please confirm that on completion you will:",
19815
+ "type": "object",
19816
+ "required": [
19817
+ "removeRubbish",
19818
+ "replaceLightFittings",
19819
+ "takeReasonableCare",
19820
+ "leaveKeys"
19821
+ ],
19822
+ "properties": {
19823
+ "removeRubbish": {
19824
+ "title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition.",
19825
+ "type": "boolean"
19826
+ },
19827
+ "replaceLightFittings": {
19828
+ "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
19829
+ "type": "boolean"
19830
+ },
19831
+ "takeReasonableCare": {
19832
+ "title": "Take reasonable care when removing any other fittings or contents.",
19833
+ "type": "boolean"
19834
+ },
19835
+ "leaveKeys": {
19836
+ "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
19837
+ "type": "boolean"
19838
+ }
19839
+ }
19713
19840
  },
19714
19841
  "otherPropertyInChain": {
19715
19842
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
@@ -19873,7 +20000,7 @@
19873
20000
  "enum": [
19874
20001
  "Yes",
19875
20002
  "No",
19876
- "Not applicable"
20003
+ "No mortgage"
19877
20004
  ]
19878
20005
  }
19879
20006
  }
@@ -931,6 +931,7 @@
931
931
  }
932
932
  },
933
933
  "energyEfficiency": {
934
+ "certificateIsSupplied": {},
934
935
  "certificate": {
935
936
  "certificateNumber": {},
936
937
  "address": {},
@@ -1230,7 +1231,7 @@
1230
1231
  },
1231
1232
  "japaneseKnotweed": {
1232
1233
  "yesNo": {},
1233
- "details": {},
1234
+ "managementPlanInPlace": {},
1234
1235
  "attachments": {}
1235
1236
  },
1236
1237
  "subsidenceOrStructuralFault": {
@@ -2025,7 +2026,11 @@
2025
2026
  "details": {},
2026
2027
  "attachments": {}
2027
2028
  },
2028
- "rightsOfLightOrSupport": {
2029
+ "rightsOfLight": {
2030
+ "yesNo": {},
2031
+ "details": {}
2032
+ },
2033
+ "rightsOfSupport": {
2029
2034
  "yesNo": {},
2030
2035
  "details": {}
2031
2036
  },
@@ -2033,6 +2038,10 @@
2033
2038
  "yesNo": {},
2034
2039
  "details": {}
2035
2040
  },
2041
+ "rightsToTakeFromLand": {
2042
+ "yesNo": {},
2043
+ "details": {}
2044
+ },
2036
2045
  "minesAndMinerals": {
2037
2046
  "yesNo": {},
2038
2047
  "details": {}
@@ -2329,7 +2338,12 @@
2329
2338
  }
2330
2339
  },
2331
2340
  "completionAndMoving": {
2332
- "willRemoveAllRubbish": {},
2341
+ "sellerWillEnsure": {
2342
+ "removeRubbish": {},
2343
+ "replaceLightFittings": {},
2344
+ "takeReasonableCare": {},
2345
+ "leaveKeys": {}
2346
+ },
2333
2347
  "otherPropertyInChain": {
2334
2348
  "yesNo": {},
2335
2349
  "propertyDependencyType": {},