@pdtf/schemas 0.7.5 → 0.7.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -412,10 +412,15 @@
412
412
  "handoverOnCompletion": {
413
413
  "title": "Confirm that you will handover details on day of completion",
414
414
  "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password.]",
415
- "type": "boolean",
416
- "const": true
415
+ "type": "boolean"
417
416
  }
418
- }
417
+ },
418
+ "required": [
419
+ "heatingAndPower",
420
+ "security",
421
+ "entertainment",
422
+ "handoverOnCompletion"
423
+ ]
419
424
  }
420
425
  ]
421
426
  }
@@ -525,8 +530,7 @@
525
530
  "baspiRef": "B5.1.11",
526
531
  "RDSRef": "Property/Flags",
527
532
  "title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
528
- "type": "boolean",
529
- "const": true
533
+ "type": "boolean"
530
534
  },
531
535
  "outstandingClaimsOrApplications": {
532
536
  "baspiRef": "B5.2",
@@ -637,8 +641,7 @@
637
641
  "lawSocietyRef": "TA6/14.4",
638
642
  "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.",
639
643
  "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 eg 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.",
640
- "type": "boolean",
641
- "const": true
644
+ "type": "boolean"
642
645
  },
643
646
  "otherPropertyInChain": {
644
647
  "baspiRef": "B7.2",
@@ -765,8 +768,7 @@
765
768
  },
766
769
  "willHandoverLogbook": {
767
770
  "title": "Please confirm that on completion you will transfer it to the new owner",
768
- "type": "boolean",
769
- "const": true
771
+ "type": "boolean"
770
772
  }
771
773
  },
772
774
  "required": ["willHandoverLogbook"]
@@ -789,14 +791,12 @@
789
791
  "confirmWillProvideAdditionalDocumentation": {
790
792
  "baspiRef": "B8.1",
791
793
  "title": "I/we will provide my property lawyer with the additional documentation in support of the information supplied.",
792
- "type": "boolean",
793
- "const": true
794
+ "type": "boolean"
794
795
  },
795
796
  "confirmInformationIsAccurate": {
796
797
  "baspiRef": "B8.2",
797
798
  "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer. All sellers should sign this form",
798
- "type": "boolean",
799
- "const": true
799
+ "type": "boolean"
800
800
  }
801
801
  }
802
802
  }
@@ -1750,8 +1750,7 @@
1750
1750
  "baspiRef": "A13.1",
1751
1751
  "title": "Seller's declaration",
1752
1752
  "description": "I/we confirm the answers to be truthful and accurate and to the best of my/our knowledge. The questions have been designed to assist with the disclosure of material information and any misleading or incorrect answers are likely to be exposed later in the legal process which may hinder my/our sale. I/we will provide my property lawyer with the additional documentation in support of the information supplied on this form. If there are any changes which alter the information provided, I/we will immediately notify the person marketing the property as well as my/our property lawyer.",
1753
- "type": "boolean",
1754
- "const": true
1753
+ "type": "boolean"
1755
1754
  }
1756
1755
  }
1757
1756
  }