@pdtf/schemas 2.0.0-27 → 2.0.0-29

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
  }
@@ -6514,7 +6515,8 @@
6514
6515
  "title": "",
6515
6516
  "enum": [
6516
6517
  "Yes",
6517
- "No"
6518
+ "No",
6519
+ "Not known"
6518
6520
  ]
6519
6521
  }
6520
6522
  },
@@ -6523,7 +6525,8 @@
6523
6525
  "properties": {
6524
6526
  "yesNo": {
6525
6527
  "enum": [
6526
- "No"
6528
+ "No",
6529
+ "Not known"
6527
6530
  ]
6528
6531
  }
6529
6532
  }
@@ -6535,12 +6538,13 @@
6535
6538
  "Yes"
6536
6539
  ]
6537
6540
  },
6538
- "details": {
6541
+ "consentsObtained": {
6539
6542
  "title": "Were the relevant consents obtained? Provide any relevant documentation",
6540
6543
  "type": "string",
6541
6544
  "enum": [
6542
6545
  "Yes",
6543
- "No"
6546
+ "No",
6547
+ "Not known"
6544
6548
  ]
6545
6549
  },
6546
6550
  "attachments": {
@@ -8824,7 +8828,8 @@
8824
8828
  "title": "",
8825
8829
  "enum": [
8826
8830
  "Yes",
8827
- "No"
8831
+ "No",
8832
+ "Not known"
8828
8833
  ]
8829
8834
  }
8830
8835
  },
@@ -8833,7 +8838,8 @@
8833
8838
  "properties": {
8834
8839
  "yesNo": {
8835
8840
  "enum": [
8836
- "No"
8841
+ "No",
8842
+ "Not known"
8837
8843
  ]
8838
8844
  }
8839
8845
  }
@@ -8845,13 +8851,17 @@
8845
8851
  "Yes"
8846
8852
  ]
8847
8853
  },
8848
- "details": {
8849
- "title": "Please provide details,state whether there is a management plan in place and attach a copy",
8854
+ "managementPlanInPlace": {
8855
+ "title": "Is there a Japanese Knotweed management and treatment plan in place?",
8850
8856
  "type": "string",
8851
- "minLength": 1
8857
+ "enum": [
8858
+ "Yes",
8859
+ "No",
8860
+ "Not known"
8861
+ ]
8852
8862
  },
8853
8863
  "attachments": {
8854
- "title": "Attachments",
8864
+ "title": "Please supply a copy with any insurance cover linked to the plan",
8855
8865
  "type": "string",
8856
8866
  "enum": [
8857
8867
  "Attached",
@@ -15758,7 +15768,8 @@
15758
15768
  "enum": [
15759
15769
  "Yes",
15760
15770
  "To be connected",
15761
- "No"
15771
+ "No",
15772
+ "Not known"
15762
15773
  ]
15763
15774
  }
15764
15775
  },
@@ -15767,7 +15778,8 @@
15767
15778
  "properties": {
15768
15779
  "yesNo": {
15769
15780
  "enum": [
15770
- "No"
15781
+ "No",
15782
+ "Not known"
15771
15783
  ]
15772
15784
  }
15773
15785
  }
@@ -15815,7 +15827,8 @@
15815
15827
  "enum": [
15816
15828
  "Yes",
15817
15829
  "To be connected",
15818
- "No"
15830
+ "No",
15831
+ "Not known"
15819
15832
  ]
15820
15833
  }
15821
15834
  },
@@ -15856,7 +15869,8 @@
15856
15869
  "properties": {
15857
15870
  "yesNo": {
15858
15871
  "enum": [
15859
- "No"
15872
+ "No",
15873
+ "Not known"
15860
15874
  ]
15861
15875
  },
15862
15876
  "sustainableDrainageSystem": {
@@ -16418,7 +16432,7 @@
16418
16432
  "enum": [
16419
16433
  "Attached",
16420
16434
  "To follow",
16421
- "Not applicable"
16435
+ "Not available"
16422
16436
  ]
16423
16437
  },
16424
16438
  "heatingInGoodWorkingOrder": {
@@ -17066,8 +17080,47 @@
17066
17080
  }
17067
17081
  ]
17068
17082
  },
17069
- "rightsOfLightOrSupport": {
17070
- "title": "Rights of light or support for other properties",
17083
+ "rightsOfLight": {
17084
+ "title": "Rights of light",
17085
+ "type": "object",
17086
+ "properties": {
17087
+ "yesNo": {
17088
+ "type": "string",
17089
+ "title": "",
17090
+ "enum": [
17091
+ "Yes",
17092
+ "No"
17093
+ ]
17094
+ }
17095
+ },
17096
+ "oneOf": [
17097
+ {
17098
+ "properties": {
17099
+ "yesNo": {
17100
+ "enum": [
17101
+ "No"
17102
+ ]
17103
+ }
17104
+ }
17105
+ },
17106
+ {
17107
+ "properties": {
17108
+ "yesNo": {
17109
+ "enum": [
17110
+ "Yes"
17111
+ ]
17112
+ },
17113
+ "details": {
17114
+ "title": "Details",
17115
+ "type": "string",
17116
+ "minLength": 1
17117
+ }
17118
+ }
17119
+ }
17120
+ ]
17121
+ },
17122
+ "rightsOfSupport": {
17123
+ "title": "Rights of support from ajoining properties",
17071
17124
  "type": "object",
17072
17125
  "properties": {
17073
17126
  "yesNo": {
@@ -17106,7 +17159,46 @@
17106
17159
  ]
17107
17160
  },
17108
17161
  "rightsCreatedThroughCustom": {
17109
- "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)",
17162
+ "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
17163
+ "type": "object",
17164
+ "properties": {
17165
+ "yesNo": {
17166
+ "type": "string",
17167
+ "title": "",
17168
+ "enum": [
17169
+ "Yes",
17170
+ "No"
17171
+ ]
17172
+ }
17173
+ },
17174
+ "oneOf": [
17175
+ {
17176
+ "properties": {
17177
+ "yesNo": {
17178
+ "enum": [
17179
+ "No"
17180
+ ]
17181
+ }
17182
+ }
17183
+ },
17184
+ {
17185
+ "properties": {
17186
+ "yesNo": {
17187
+ "enum": [
17188
+ "Yes"
17189
+ ]
17190
+ },
17191
+ "details": {
17192
+ "title": "Details",
17193
+ "type": "string",
17194
+ "minLength": 1
17195
+ }
17196
+ }
17197
+ }
17198
+ ]
17199
+ },
17200
+ "rightsToTakeFromLand": {
17201
+ "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
17110
17202
  "type": "object",
17111
17203
  "properties": {
17112
17204
  "yesNo": {
@@ -18279,7 +18371,8 @@
18279
18371
  "title": "",
18280
18372
  "enum": [
18281
18373
  "Yes",
18282
- "No"
18374
+ "No",
18375
+ "Not known"
18283
18376
  ]
18284
18377
  }
18285
18378
  },
@@ -18288,7 +18381,8 @@
18288
18381
  "properties": {
18289
18382
  "yesNo": {
18290
18383
  "enum": [
18291
- "No"
18384
+ "No",
18385
+ "Not known"
18292
18386
  ]
18293
18387
  }
18294
18388
  }
@@ -18326,7 +18420,8 @@
18326
18420
  "title": "",
18327
18421
  "enum": [
18328
18422
  "Yes",
18329
- "No"
18423
+ "No",
18424
+ "Not known"
18330
18425
  ]
18331
18426
  }
18332
18427
  },
@@ -18335,7 +18430,8 @@
18335
18430
  "properties": {
18336
18431
  "yesNo": {
18337
18432
  "enum": [
18338
- "No"
18433
+ "No",
18434
+ "Not known"
18339
18435
  ]
18340
18436
  }
18341
18437
  }
@@ -19717,10 +19813,33 @@
19717
19813
  "title": "Completion and Moving",
19718
19814
  "type": "object",
19719
19815
  "properties": {
19720
- "willRemoveAllRubbish": {
19721
- "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.",
19722
- "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.",
19723
- "type": "boolean"
19816
+ "sellerWillEnsure": {
19817
+ "title": "Please confirm that on completion you will:",
19818
+ "type": "object",
19819
+ "required": [
19820
+ "removeRubbish",
19821
+ "replaceLightFittings",
19822
+ "takeReasonableCare",
19823
+ "leaveKeys"
19824
+ ],
19825
+ "properties": {
19826
+ "removeRubbish": {
19827
+ "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.",
19828
+ "type": "boolean"
19829
+ },
19830
+ "replaceLightFittings": {
19831
+ "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
19832
+ "type": "boolean"
19833
+ },
19834
+ "takeReasonableCare": {
19835
+ "title": "Take reasonable care when removing any other fittings or contents.",
19836
+ "type": "boolean"
19837
+ },
19838
+ "leaveKeys": {
19839
+ "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
19840
+ "type": "boolean"
19841
+ }
19842
+ }
19724
19843
  },
19725
19844
  "otherPropertyInChain": {
19726
19845
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
@@ -19884,7 +20003,7 @@
19884
20003
  "enum": [
19885
20004
  "Yes",
19886
20005
  "No",
19887
- "Not applicable"
20006
+ "No mortgage"
19888
20007
  ]
19889
20008
  }
19890
20009
  }
@@ -909,7 +909,7 @@
909
909
  "details": {},
910
910
  "workCarriedOut": {
911
911
  "yesNo": {},
912
- "details": {},
912
+ "consentsObtained": {},
913
913
  "attachments": {}
914
914
  }
915
915
  }
@@ -1231,7 +1231,7 @@
1231
1231
  },
1232
1232
  "japaneseKnotweed": {
1233
1233
  "yesNo": {},
1234
- "details": {},
1234
+ "managementPlanInPlace": {},
1235
1235
  "attachments": {}
1236
1236
  },
1237
1237
  "subsidenceOrStructuralFault": {
@@ -2026,7 +2026,11 @@
2026
2026
  "details": {},
2027
2027
  "attachments": {}
2028
2028
  },
2029
- "rightsOfLightOrSupport": {
2029
+ "rightsOfLight": {
2030
+ "yesNo": {},
2031
+ "details": {}
2032
+ },
2033
+ "rightsOfSupport": {
2030
2034
  "yesNo": {},
2031
2035
  "details": {}
2032
2036
  },
@@ -2034,6 +2038,10 @@
2034
2038
  "yesNo": {},
2035
2039
  "details": {}
2036
2040
  },
2041
+ "rightsToTakeFromLand": {
2042
+ "yesNo": {},
2043
+ "details": {}
2044
+ },
2037
2045
  "minesAndMinerals": {
2038
2046
  "yesNo": {},
2039
2047
  "details": {}
@@ -2330,7 +2338,12 @@
2330
2338
  }
2331
2339
  },
2332
2340
  "completionAndMoving": {
2333
- "willRemoveAllRubbish": {},
2341
+ "sellerWillEnsure": {
2342
+ "removeRubbish": {},
2343
+ "replaceLightFittings": {},
2344
+ "takeReasonableCare": {},
2345
+ "leaveKeys": {}
2346
+ },
2334
2347
  "otherPropertyInChain": {
2335
2348
  "yesNo": {},
2336
2349
  "propertyDependencyType": {},