Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Nov 14, 2023
1 parent 7afce35 commit 9d6158e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
12 changes: 11 additions & 1 deletion docs/examples/blank.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,17 @@
"countryName": "string"
},
"date": "date-time",
"numberOfParticipants": "integer"
"numberOfParticipants": "integer",
"publicOfficial": {
"person": {
"name": "string"
},
"organization": {
"id": "string",
"name": "string"
},
"jobTitle": "string"
}
}
]
}
Expand Down
24 changes: 17 additions & 7 deletions docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,13 +990,23 @@
"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"
"locality": "London",
"region": "London",
"postalCode": "WC1 8HG",
"countryName": "United Kingdom"
},
"date": "2024-01-15T00:00:00Z",
"numberOfParticipants": "25",
"publicOfficial": {
"person": {
"name": "Brett Gliddon"
},
"organization": {
"name": "Motorways UK",
"id": "GB-GOR-XX1234"
},
"jobTitle": "Group General Manager Transport Services"
}
}
]
}
Expand Down

0 comments on commit 9d6158e

Please sign in to comment.