@pdtf/schemas 2.0.0-27 → 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
  }
@@ -8824,7 +8825,8 @@
8824
8825
  "title": "",
8825
8826
  "enum": [
8826
8827
  "Yes",
8827
- "No"
8828
+ "No",
8829
+ "Not known"
8828
8830
  ]
8829
8831
  }
8830
8832
  },
@@ -8833,7 +8835,8 @@
8833
8835
  "properties": {
8834
8836
  "yesNo": {
8835
8837
  "enum": [
8836
- "No"
8838
+ "No",
8839
+ "Not known"
8837
8840
  ]
8838
8841
  }
8839
8842
  }
@@ -8845,13 +8848,17 @@
8845
8848
  "Yes"
8846
8849
  ]
8847
8850
  },
8848
- "details": {
8849
- "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?",
8850
8853
  "type": "string",
8851
- "minLength": 1
8854
+ "enum": [
8855
+ "Yes",
8856
+ "No",
8857
+ "Not known"
8858
+ ]
8852
8859
  },
8853
8860
  "attachments": {
8854
- "title": "Attachments",
8861
+ "title": "Please supply a copy with any insurance cover linked to the plan",
8855
8862
  "type": "string",
8856
8863
  "enum": [
8857
8864
  "Attached",
@@ -15758,7 +15765,8 @@
15758
15765
  "enum": [
15759
15766
  "Yes",
15760
15767
  "To be connected",
15761
- "No"
15768
+ "No",
15769
+ "Not known"
15762
15770
  ]
15763
15771
  }
15764
15772
  },
@@ -15767,7 +15775,8 @@
15767
15775
  "properties": {
15768
15776
  "yesNo": {
15769
15777
  "enum": [
15770
- "No"
15778
+ "No",
15779
+ "Not known"
15771
15780
  ]
15772
15781
  }
15773
15782
  }
@@ -15815,7 +15824,8 @@
15815
15824
  "enum": [
15816
15825
  "Yes",
15817
15826
  "To be connected",
15818
- "No"
15827
+ "No",
15828
+ "Not known"
15819
15829
  ]
15820
15830
  }
15821
15831
  },
@@ -15856,7 +15866,8 @@
15856
15866
  "properties": {
15857
15867
  "yesNo": {
15858
15868
  "enum": [
15859
- "No"
15869
+ "No",
15870
+ "Not known"
15860
15871
  ]
15861
15872
  },
15862
15873
  "sustainableDrainageSystem": {
@@ -16418,7 +16429,7 @@
16418
16429
  "enum": [
16419
16430
  "Attached",
16420
16431
  "To follow",
16421
- "Not applicable"
16432
+ "Not available"
16422
16433
  ]
16423
16434
  },
16424
16435
  "heatingInGoodWorkingOrder": {
@@ -17066,8 +17077,47 @@
17066
17077
  }
17067
17078
  ]
17068
17079
  },
17069
- "rightsOfLightOrSupport": {
17070
- "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",
17071
17121
  "type": "object",
17072
17122
  "properties": {
17073
17123
  "yesNo": {
@@ -17106,7 +17156,46 @@
17106
17156
  ]
17107
17157
  },
17108
17158
  "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)",
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)",
17110
17199
  "type": "object",
17111
17200
  "properties": {
17112
17201
  "yesNo": {
@@ -18279,7 +18368,8 @@
18279
18368
  "title": "",
18280
18369
  "enum": [
18281
18370
  "Yes",
18282
- "No"
18371
+ "No",
18372
+ "Not known"
18283
18373
  ]
18284
18374
  }
18285
18375
  },
@@ -18288,7 +18378,8 @@
18288
18378
  "properties": {
18289
18379
  "yesNo": {
18290
18380
  "enum": [
18291
- "No"
18381
+ "No",
18382
+ "Not known"
18292
18383
  ]
18293
18384
  }
18294
18385
  }
@@ -18326,7 +18417,8 @@
18326
18417
  "title": "",
18327
18418
  "enum": [
18328
18419
  "Yes",
18329
- "No"
18420
+ "No",
18421
+ "Not known"
18330
18422
  ]
18331
18423
  }
18332
18424
  },
@@ -18335,7 +18427,8 @@
18335
18427
  "properties": {
18336
18428
  "yesNo": {
18337
18429
  "enum": [
18338
- "No"
18430
+ "No",
18431
+ "Not known"
18339
18432
  ]
18340
18433
  }
18341
18434
  }
@@ -19717,10 +19810,33 @@
19717
19810
  "title": "Completion and Moving",
19718
19811
  "type": "object",
19719
19812
  "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"
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
+ }
19724
19840
  },
19725
19841
  "otherPropertyInChain": {
19726
19842
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
@@ -19884,7 +20000,7 @@
19884
20000
  "enum": [
19885
20001
  "Yes",
19886
20002
  "No",
19887
- "Not applicable"
20003
+ "No mortgage"
19888
20004
  ]
19889
20005
  }
19890
20006
  }
@@ -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": {},