@pdtf/schemas 0.11.0-2 → 0.11.0-4

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.11.0-2",
3
+ "version": "0.11.0-4",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -20,6 +20,7 @@
20
20
  "properties": {
21
21
  "legalOwners": {
22
22
  "baspiRef": "B1",
23
+ "title": "Legal Owners",
23
24
  "type": "object",
24
25
  "properties": {
25
26
  "namesOfLegalOwners": {
@@ -189,13 +189,13 @@
189
189
  "properties": {
190
190
  "ownershipType": {
191
191
  "enum": ["Freehold"]
192
+ },
193
+ "wholeFreeholdForSale": {
194
+ "title": "Is the entire freehold being sold?",
195
+ "description": "If not, describe the share for sale (e.g. Ground floor flat only)",
196
+ "$ref": "#/$defs/yesNoDetailIfNo"
192
197
  }
193
198
  },
194
- "wholeFreeholdForSale": {
195
- "title": "Is the entire freehold being sold?",
196
- "description": "If not, describe the share for sale (e.g. Ground floor flat only)",
197
- "$ref": "#/$defs/yesNoDetailIfNo"
198
- },
199
199
  "required": ["wholeFreeholdForSale"]
200
200
  },
201
201
  {