Skip to content

Commit

Permalink
add more granular project type enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 16, 2023
1 parent e7fc3a7 commit 332aad6
Show file tree
Hide file tree
Showing 6 changed files with 1,702 additions and 211 deletions.
4 changes: 2 additions & 2 deletions examples/data/planningPermission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const validPlanningPermission: Schema = {
application: {
type: {
value: 'pp.full.householder',
description: 'Planning Permission',
description: 'Planning Permission - Full householder',
},
fee: {
calculated: 206,
Expand Down Expand Up @@ -221,7 +221,7 @@ export const validPlanningPermission: Schema = {
projectType: [
{
value: 'extend.roof.dormer',
description: 'Add roof dormers',
description: 'Add a roof dormer',
},
],
description:
Expand Down
4 changes: 2 additions & 2 deletions examples/validPlanningPermission.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"application": {
"type": {
"value": "pp.full.householder",
"description": "Planning Permission"
"description": "Planning Permission - Full householder"
},
"fee": {
"calculated": 206,
Expand Down Expand Up @@ -236,7 +236,7 @@
"projectType": [
{
"value": "extend.roof.dormer",
"description": "Add roof dormers"
"description": "Add a roof dormer"
}
],
"description": "Roof extension to the rear of the property, incorporating starship launchpad.",
Expand Down
Loading

0 comments on commit 332aad6

Please sign in to comment.