@pdtf/schemas 3.2.1-3 → 3.2.1-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": "3.2.1-3",
3
+ "version": "3.2.1-4",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -5540,7 +5540,7 @@
5540
5540
  "the Lessees",
5541
5541
  "Not applicable"
5542
5542
  ],
5543
- "ta7enum": [
5543
+ "ta7Enum": [
5544
5544
  "the Lessees",
5545
5545
  "Management Company",
5546
5546
  "Landlord"
@@ -231,7 +231,12 @@
231
231
  "properties": {
232
232
  "organisesBuildingInsurance": {
233
233
  "ta7Ref": "5.1",
234
- "title": "Who is responsible for arranging the buildings insurance on the property?"
234
+ "title": "Who is responsible for arranging the buildings insurance on the property?",
235
+ "enum": [
236
+ "the Lessees",
237
+ "Management Company",
238
+ "Landlord"
239
+ ]
235
240
  }
236
241
  }
237
242
  }
@@ -4556,11 +4556,6 @@
4556
4556
  "Managing Agent",
4557
4557
  "the Lessees",
4558
4558
  "Not applicable"
4559
- ],
4560
- "ta7enum": [
4561
- "the Lessees",
4562
- "Management Company",
4563
- "Landlord"
4564
4559
  ]
4565
4560
  },
4566
4561
  "dealsWithDayToDayMaintenanceOfBuilding": {