@pdtf/schemas 2.0.0-6 → 2.0.0-8

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": "2.0.0-6",
3
+ "version": "2.0.0-8",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -34,6 +34,16 @@
34
34
  "titleNumber": "HD221222",
35
35
  "ownershipType": "Leasehold",
36
36
  "leaseholdInformation": {
37
+ "typeOfLeasehold": {
38
+ "leaseholdType": "Shared ownership",
39
+ "sharedOwnershipPercentage": 50,
40
+ "sharedOwnershipRent": 200,
41
+ "sharedOwnershipRentFrequency": "Monthly"
42
+ },
43
+ "leaseTerm": {
44
+ "startYearOfLease": 1900,
45
+ "lengthOfLeaseInYears": 999
46
+ },
37
47
  "contactDetails": {
38
48
  "contacts": {
39
49
  "landlord": {
@@ -77,20 +87,6 @@
77
87
  "details": "There is sinking fund."
78
88
  }
79
89
  },
80
- "general": {
81
- "typeOfLeasehold": {
82
- "leaseholdType": "Shared ownership",
83
- "sharedOwnershipPercentage": 50,
84
- "sharedOwnershipRent": 200,
85
- "sharedOwnershipRentFrequency": "Monthly"
86
- },
87
- "leaseTerm": {
88
- "startYearOfLease": 1900,
89
- "lengthOfLeaseInYears": 999
90
- }
91
- },
92
-
93
- "largeAdditionalExpense": { "yesNo": "No" },
94
90
  "additionalFeesOnSale": 0
95
91
  }
96
92
  }
@@ -308,14 +304,14 @@
308
304
  }
309
305
  },
310
306
  "connectedUtilities": {
311
- "electricity": {
307
+ "mainsElectricity": {
312
308
  "maintenanceAgreements": {
313
309
  "yesNo": "No"
314
310
  },
315
311
  "yesNo": "Yes",
316
312
  "supplier": "Octopus Energy"
317
313
  },
318
- "gas": {
314
+ "mainsGas": {
319
315
  "maintenanceAgreements": {
320
316
  "yesNo": "No"
321
317
  },