Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add more granular project type values #55

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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