Skip to content

Commit

Permalink
update examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Nov 13, 2023
1 parent 6026cab commit 3fb8899
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
30 changes: 29 additions & 1 deletion docs/examples/blank.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,33 @@
"finalValueDetails": "",
"finalScope": "",
"finalScopeDetails": ""
}
},
"lobbyingMeetings": [
{
"id": "string",
"location": {
"id": "string",
"description": "string",
"address": {
"streetAddress": "string",
"locality": "string",
"region": "string",
"postalCode": "string",
"countryName": "string"
}
},
"date": "date-time",
"numberOfParticipants": "integer",
"publicOfficial": {
"person": {
"name": "string"
},
"organization": {
"id": "string",
"name": "string"
},
"jobTitle": "string"
}
}
]
}
26 changes: 25 additions & 1 deletion docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,31 @@
"finalValueDetails": "Budget increase due to construction delay.",
"finalScope": "Upgrade of Junctions 4 and 5 and repairs to the watercourse at Junction 5.",
"finalScopeDetails": "Scope was expanded to include repairs to a watercourse damaged during construction excavation."
}
},
"lobbyingMeetings": [
{
"id": "1",
"date": "2024-01-01T00:00:00Z",
"address": {
"streetAddress": "1600 Amphitheatre Pkwy",
"locality": "London",
"region": "London",
"postalCode": "WC1 8HG",
"countryName": "United Kingdom"
},
"numberOfParticipants": 4,
"publicOfficial": {
"person": {
"name": "Brett Gliddon"
},
"organization": {
"name": "Motorways UK",
"id": "GB-GOR-XX1234"
},
"jobTitle": "Group General Manager Transport Services"
}
}
]
}
]
}

0 comments on commit 3fb8899

Please sign in to comment.