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" + } + ] + } } ] }