Skip to content

Commit

Permalink
sync to planning permission template
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 10, 2024
1 parent 767d8e4 commit 203c9ef
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
54 changes: 54 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4238,6 +4238,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Recyclable waste storage details",
"type": "string"
},
"value": {
"const": "recycleWasteStorageDetails",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand All @@ -4256,6 +4274,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Residential units details",
"type": "string"
},
"value": {
"const": "residentialUnitsDetails",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -4922,6 +4958,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Waste storage details",
"type": "string"
},
"value": {
"const": "wasteStorageDetails",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions types/enums/FileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ export const FileTypes = {
'photographs.existing': 'Photographs - existing',
'photographs.proposed': 'Photographs - proposed',
planningStatement: 'Planning statement',
recycleWasteStorageDetails: 'Recyclable waste storage details',
relevantInformation:
'Information the applicant considers relevant to the application',
residentialUnitsDetails: 'Residential units details',
'roofPlan.existing': 'Roof plan - existing',
'roofPlan.proposed': 'Roof plan - proposed',
'sections.existing': 'Sections - existing',
Expand Down Expand Up @@ -106,6 +108,7 @@ export const FileTypes = {
viabilityAppraisal: 'Viability Appraisal',
visualisations: 'Visualisations',
wasteAndRecyclingStrategy: 'Waste and recycling strategy',
wasteStorageDetails: 'Waste storage details',
waterEnvironmentAssessment: 'Water environment assessment',
};

Expand Down

0 comments on commit 203c9ef

Please sign in to comment.