@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
|
@@ -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
|
}
|