Commit 755c79c 1 parent e22aa85 commit 755c79c Copy full SHA for 755c79c
File tree 2 files changed +43
-4
lines changed
2 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 1564
1564
"additionalProperties": false,
1565
1565
"properties": {
1566
1566
"description": {
1567
- "const": "Consent to carry out works to a tree in a Conservation Area or with a Tree Preservation Order ",
1567
+ "const": "Works to trees ",
1568
1568
"type": "string"
1569
1569
},
1570
1570
"value": {
1571
- "const": "treeWorksConsent",
1571
+ "const": "wtt",
1572
+ "type": "string"
1573
+ }
1574
+ },
1575
+ "required": [
1576
+ "value",
1577
+ "description"
1578
+ ],
1579
+ "type": "object"
1580
+ },
1581
+ {
1582
+ "additionalProperties": false,
1583
+ "properties": {
1584
+ "description": {
1585
+ "const": "Works to trees - Consent to carry out works to a tree with a Tree Preservation Order",
1586
+ "type": "string"
1587
+ },
1588
+ "value": {
1589
+ "const": "wtt.consent",
1590
+ "type": "string"
1591
+ }
1592
+ },
1593
+ "required": [
1594
+ "value",
1595
+ "description"
1596
+ ],
1597
+ "type": "object"
1598
+ },
1599
+ {
1600
+ "additionalProperties": false,
1601
+ "properties": {
1602
+ "description": {
1603
+ "const": "Works to trees - Notification of proposed works to a tree in a Conservation Area",
1604
+ "type": "string"
1605
+ },
1606
+ "value": {
1607
+ "const": "wtt.notice",
1572
1608
"type": "string"
1573
1609
}
1574
1610
},
Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ export const ApplicationTypes = {
112
112
'Outline Planning Permission - Approval of reserved matters (major)' ,
113
113
'pp.outline.major.someReserved' :
114
114
'Outline Planning Permission - Consent for the principle of a project specifying some details (major)' ,
115
- treeWorksConsent :
116
- 'Consent to carry out works to a tree in a Conservation Area or with a Tree Preservation Order' ,
115
+ wtt : 'Works to trees' ,
116
+ 'wtt.consent' :
117
+ 'Works to trees - Consent to carry out works to a tree with a Tree Preservation Order' ,
118
+ 'wtt.notice' :
119
+ 'Works to trees - Notification of proposed works to a tree in a Conservation Area' ,
117
120
} ;
You can’t perform that action at this time.
0 commit comments