@pdtf/schemas 0.11.0-1 → 0.11.0-3
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
|
@@ -189,15 +189,14 @@
|
|
|
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
|
-
"
|
|
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
|
-
"required": ["wholeFreeholdForSale"],
|
|
200
|
-
"additionalProperties": false
|
|
199
|
+
"required": ["wholeFreeholdForSale"]
|
|
201
200
|
},
|
|
202
201
|
{
|
|
203
202
|
"properties": {
|
|
@@ -255,8 +254,7 @@
|
|
|
255
254
|
"freeholderContactDetails",
|
|
256
255
|
"managingAgentContactDetails",
|
|
257
256
|
"managementCompanyDirectorRequirement"
|
|
258
|
-
]
|
|
259
|
-
"additionalProperties": false
|
|
257
|
+
]
|
|
260
258
|
},
|
|
261
259
|
{
|
|
262
260
|
"properties": {
|
|
@@ -402,8 +400,7 @@
|
|
|
402
400
|
"freeholderContactDetails",
|
|
403
401
|
"managingAgentContactDetails",
|
|
404
402
|
"managementCompanyDirectorRequirement"
|
|
405
|
-
]
|
|
406
|
-
"additionalProperties": false
|
|
403
|
+
]
|
|
407
404
|
},
|
|
408
405
|
{
|
|
409
406
|
"properties": {
|
|
@@ -417,8 +414,7 @@
|
|
|
417
414
|
"minLength": 1
|
|
418
415
|
}
|
|
419
416
|
},
|
|
420
|
-
"required": ["otherOwnershipDetails"]
|
|
421
|
-
"additionalProperties": false
|
|
417
|
+
"required": ["otherOwnershipDetails"]
|
|
422
418
|
}
|
|
423
419
|
]
|
|
424
420
|
}
|