Skip to content

Commit

Permalink
feat: Major Planning Permission example payload (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jul 3, 2024
1 parent fa321b6 commit 73845ee
Show file tree
Hide file tree
Showing 13 changed files with 4,727 additions and 19 deletions.
2,196 changes: 2,196 additions & 0 deletions examples/data/planningPermission/major.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/data/planningPermission/minor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export const planningPermissionMinor: Schema = {
boundary: 'white painted timber',
},
units: {
total: 1,
residential: [
{
type: {value: 'house', description: 'House'},
Expand Down
2 changes: 1 addition & 1 deletion examples/data/priorApproval/buildHomes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const priorApprovalBuildHomes: Schema = {
projectType: [
{
value: 'new.residential.dwelling',
description: 'Build new homes on a roof',
description: 'Build new homes',
},
],
description:
Expand Down
Loading

0 comments on commit 73845ee

Please sign in to comment.