From 3fb8899ed1e8b3c2da1501d41e347f44c8530519 Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 13 Nov 2023 15:07:23 +0000 Subject: [PATCH] update examples/ --- docs/examples/blank.json | 30 +++++++++++++++++++++++++++++- docs/examples/example.json | 26 +++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 2 deletions(-) diff --git a/docs/examples/blank.json b/docs/examples/blank.json index 488b17a2..9b2911b8 100644 --- a/docs/examples/blank.json +++ b/docs/examples/blank.json @@ -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" + } + } + ] } diff --git a/docs/examples/example.json b/docs/examples/example.json index 0e501ca7..ea20694e 100644 --- a/docs/examples/example.json +++ b/docs/examples/example.json @@ -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" + } + } + ] } ] }