@pdtf/schemas 0.10.1 → 0.10.2

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.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -460,9 +460,9 @@
460
460
  ],
461
461
  "aged17OrOverTenantsOrLodgers": { "yesNo": "No" },
462
462
  "vacantPossession": {
463
- "soldWithVacantPosesssion": "Yes",
463
+ "soldWithVacantPossession": "Yes",
464
464
  "aged17OrOverAgreedToLeave": { "yesNo": "Yes" },
465
- "over17sWillSignToConfirmWillVacate": { "yesNo": "Yes" }
465
+ "aged17OrOverWillSignToConfirmWillVacate": { "yesNo": "Yes" }
466
466
  }
467
467
  },
468
468
  "completionAndMoving": {
@@ -645,12 +645,12 @@
645
645
  "title": "Are any of them tenants or lodgers?",
646
646
  "$ref": "#/$defs/yesNo"
647
647
  },
648
- "vacantPossesssion": {
648
+ "vacantPossession": {
649
649
  "lawSocietyRef": "TA6/11.5",
650
650
  "type": "object",
651
651
  "required": ["soldWithVacantPossession"],
652
652
  "properties": {
653
- "soldWithVacantPosesssion": {
653
+ "soldWithVacantPossession": {
654
654
  "type": "string",
655
655
  "title": "Is the property being sold with vacant possession?",
656
656
  "enum": ["Yes", "No"]
@@ -661,7 +661,7 @@
661
661
  "oneOf": [
662
662
  {
663
663
  "properties": {
664
- "soldWithVacantPossesssion": {
664
+ "soldWithVacantPossession": {
665
665
  "enum": ["No"]
666
666
  }
667
667
  },
@@ -669,7 +669,7 @@
669
669
  },
670
670
  {
671
671
  "properties": {
672
- "soldWithVacantPosesssion": {
672
+ "soldWithVacantPossession": {
673
673
  "enum": ["Yes"]
674
674
  },
675
675
  "aged17OrOverAgreedToLeave": {