Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Nov 14, 2023
1 parent 9d35ec7 commit 02a752e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/examples/blank.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
18 changes: 17 additions & 1 deletion docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
]
}

0 comments on commit 02a752e

Please sign in to comment.