File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 11419
11419
],
11420
11420
"type": "object"
11421
11421
},
11422
+ {
11423
+ "additionalProperties": false,
11424
+ "properties": {
11425
+ "description": {
11426
+ "const": "Change the use of land",
11427
+ "type": "string"
11428
+ },
11429
+ "value": {
11430
+ "const": "changeOfUse.land",
11431
+ "type": "string"
11432
+ }
11433
+ },
11434
+ "required": [
11435
+ "value",
11436
+ "description"
11437
+ ],
11438
+ "type": "object"
11439
+ },
11422
11440
{
11423
11441
"additionalProperties": false,
11424
11442
"properties": {
11498
11516
"const": "Change the use of a property",
11499
11517
"type": "string"
11500
11518
},
11519
+ "value": {
11520
+ "const": "changeOfUse.property",
11521
+ "type": "string"
11522
+ }
11523
+ },
11524
+ "required": [
11525
+ "value",
11526
+ "description"
11527
+ ],
11528
+ "type": "object"
11529
+ },
11530
+ {
11531
+ "additionalProperties": false,
11532
+ "properties": {
11533
+ "description": {
11534
+ "const": "Convert or change the use of a whole building",
11535
+ "type": "string"
11536
+ },
11501
11537
"value": {
11502
11538
"const": "changeOfUse.whole",
11503
11539
"type": "string"
Original file line number Diff line number Diff line change @@ -201,12 +201,14 @@ export const ProjectTypes = {
201
201
'changeOfUse.caravans' : 'Use a caravan or mobile home on the property' ,
202
202
'changeOfUse.extension' : 'Convert an extension' ,
203
203
'changeOfUse.garage' : 'Convert a garage' ,
204
+ 'changeOfUse.land' : 'Change the use of land' ,
204
205
'changeOfUse.let.part' : 'Let a part of the property' ,
205
206
'changeOfUse.let.whole' : 'Let the property' ,
206
207
'changeOfUse.outbuilding' :
207
208
'Convert or change the use of an outbuilding (such as a shed, garage or barn)' ,
208
209
'changeOfUse.part' : 'Convert or change the use of part of a building' ,
209
- 'changeOfUse.whole' : 'Change the use of a property' ,
210
+ 'changeOfUse.property' : 'Change the use of a property' ,
211
+ 'changeOfUse.whole' : 'Convert or change the use of a whole building' ,
210
212
'changeOfUse.whole.homeToHMO' : 'Convert a home to bedsits or a shared home' ,
211
213
'changeOfUse.workFromHome' : 'Work from home' ,
212
214
demolish : 'Demolish a building' ,
You can’t perform that action at this time.
0 commit comments