Skip to content

Commit

Permalink
Merge branch 'main' of github.com:theopensystemslab/digital-planning-…
Browse files Browse the repository at this point in the history
…data-schemas into v0.1.2
  • Loading branch information
jessicamcinchak committed Oct 17, 2023
2 parents 248f208 + 1127354 commit 80a00d1
Show file tree
Hide file tree
Showing 13 changed files with 1,701 additions and 223 deletions.
1 change: 0 additions & 1 deletion examples/data/ldcE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,6 @@ export const validLDCE: Schema = {
metadata: {
service: {
flowId: '824628b2-deeb-48b0-92b1-2ca7f3b17163',
publishedFlowId: 1,
name: 'Apply for a lawful development certificate',
owner: 'Buckinghamshire',
url: 'https://www.editor.planx.dev/buckinghamshire/apply-for-a-lawful-development-certificate/preview',
Expand Down
1 change: 0 additions & 1 deletion examples/data/ldcP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,6 @@ export const validLDCP: Schema = {
metadata: {
service: {
flowId: '824628b2-deeb-48b0-92b1-2ca7f3b17163',
publishedFlowId: 1,
name: 'Apply for a lawful development certificate',
owner: 'Buckinghamshire',
url: 'https://www.editor.planx.dev/buckinghamshire/apply-for-a-lawful-development-certificate/preview',
Expand Down
5 changes: 2 additions & 3 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 Expand Up @@ -1698,7 +1698,6 @@ export const validPlanningPermission: Schema = {
metadata: {
service: {
flowId: '01e38c5d-e701-4e44-acdc-4d6b5cc3b854',
publishedFlowId: 1,
name: 'Apply for planning permission',
owner: 'Lambeth',
url: 'https://www.editor.planx.dev/lambeth/apply-for-planning-permission/preview',
Expand Down
1 change: 0 additions & 1 deletion examples/data/priorApproval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,6 @@ export const validPriorApproval: Schema = {
metadata: {
service: {
flowId: 'c6628103-c648-4663-81e1-bfa0a1a18340',
publishedFlowId: 1,
name: 'Apply for prior approval',
owner: 'Southwark',
url: 'https://www.editor.planx.dev/southwark/apply-for-prior-approval/preview',
Expand Down
1 change: 0 additions & 1 deletion examples/validLawfulDevelopmentCertificateExisting.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,6 @@
"metadata": {
"service": {
"flowId": "824628b2-deeb-48b0-92b1-2ca7f3b17163",
"publishedFlowId": 1,
"name": "Apply for a lawful development certificate",
"owner": "Buckinghamshire",
"url": "https://www.editor.planx.dev/buckinghamshire/apply-for-a-lawful-development-certificate/preview"
Expand Down
1 change: 0 additions & 1 deletion examples/validLawfulDevelopmentCertificateProposed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@
"metadata": {
"service": {
"flowId": "824628b2-deeb-48b0-92b1-2ca7f3b17163",
"publishedFlowId": 1,
"name": "Apply for a lawful development certificate",
"owner": "Buckinghamshire",
"url": "https://www.editor.planx.dev/buckinghamshire/apply-for-a-lawful-development-certificate/preview"
Expand Down
5 changes: 2 additions & 3 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 Expand Up @@ -1719,7 +1719,6 @@
"metadata": {
"service": {
"flowId": "01e38c5d-e701-4e44-acdc-4d6b5cc3b854",
"publishedFlowId": 1,
"name": "Apply for planning permission",
"owner": "Lambeth",
"url": "https://www.editor.planx.dev/lambeth/apply-for-planning-permission/preview"
Expand Down
1 change: 0 additions & 1 deletion examples/validPriorApproval.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@
"metadata": {
"service": {
"flowId": "c6628103-c648-4663-81e1-bfa0a1a18340",
"publishedFlowId": 1,
"name": "Apply for prior approval",
"owner": "Southwark",
"url": "https://www.editor.planx.dev/southwark/apply-for-prior-approval/preview"
Expand Down
Loading

0 comments on commit 80a00d1

Please sign in to comment.