From 02a752eee17dd0afdb83cf59b6fa67307e606ecb Mon Sep 17 00:00:00 2001 From: odscjen Date: Tue, 14 Nov 2023 11:36:30 +0000 Subject: [PATCH] update examples --- docs/examples/blank.json | 18 +++++++++++++++++- docs/examples/example.json | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/examples/blank.json b/docs/examples/blank.json index ca3c419e..ea73e88c 100644 --- a/docs/examples/blank.json +++ b/docs/examples/blank.json @@ -440,5 +440,21 @@ "jobTitle": "string" } } - ] + ], + "social": { + "consultationMeetings": [ + { + "id": "string", + "address": { + "streetAddress": "string", + "locality": "string", + "region": "string", + "postalCode": "string", + "countryName": "string" + }, + "date": "date-time", + "numberOfParticipants": "integer" + } + ] + } } diff --git a/docs/examples/example.json b/docs/examples/example.json index ea20694e..fb145ef8 100644 --- a/docs/examples/example.json +++ b/docs/examples/example.json @@ -983,7 +983,23 @@ "jobTitle": "Group General Manager Transport Services" } } - ] + ], + "social": { + "consultationMeetings": [ + { + "id": "1", + "address": { + "streetAddress": "1600 Amphitheatre Pkwy", + "locality": "Mountain View", + "region": "CA", + "postalCode": "94043", + "countryName": "United States" + }, + "date": "2024-01-01T00:00:00Z", + "numberOfParticipants": "25" + } + ] + } } ] }