Skip to content

Commit

Permalink
docs/examples/example.json: Fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Feb 26, 2024
1 parent ba1d9ce commit d5b8a44
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"updated": "2018-12-10T15:53:00Z",
"title": "M75 Junctions 4 to 5 upgrade smart motorway",
"description": "Upgrading the 5km stretch of the M75 near Birmingham Airport, between junction 4 near Patcham and junction 5 at Windlesham, to an all-lane running smart motorway.",
"status": "completed",
"status": "maintenance",
"period": {
"startDate": "2016-01-01T00:00:00Z",
"endDate": "2018-12-10T00:00:00Z",
Expand Down Expand Up @@ -198,7 +198,7 @@
"finance": [
{
"id": "1",
"assetClass": "debt",
"assetClass": ["debt"],
"type": "loan",
"concessional": true,
"value": {
Expand Down Expand Up @@ -544,8 +544,7 @@
"period": {
"startDate": "2018-01-07T00:00:00Z",
"endDate": "2018-01-07T00:00:00Z"
},
"value": {}
}
},
{
"id": "2",
Expand Down Expand Up @@ -592,8 +591,7 @@
"period": {
"startDate": "2018-01-07T00:00:00Z",
"endDate": "2018-01-07T00:00:00Z"
},
"value": {}
}
},
{
"id": "2",
Expand Down Expand Up @@ -794,7 +792,7 @@
],
"social": {
"laborBudget": {
"amount": "150000",
"amount": 150000,
"currency": "USD"
},
"laborObligations": {
Expand Down Expand Up @@ -1138,7 +1136,7 @@
"countryName": "United Kingdom"
},
"date": "2024-01-15T00:00:00Z",
"numberOfParticipants": "25",
"numberOfParticipants": 25,
"publicOffice": {
"person": {
"name": "Brett Gliddon"
Expand Down Expand Up @@ -1199,7 +1197,7 @@
"inProtectedArea": true,
"climateMeasures": [
{
"type": "regenerativeDesign",
"type": ["regenerativeDesign"],
"description": "Regenerative design measures for the project include biomimicry to imitate nature."
}
]
Expand Down

0 comments on commit d5b8a44

Please sign in to comment.