Skip to content

Commit

Permalink
fix example errors
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Nov 13, 2023
1 parent 1d7214b commit b14f927
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/examples/blank.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,11 @@
"numberOfParticipants": "integer",
"publicOfficial": {
"person": {
"name": "string"
},
"organization": {
"id": "string",
"name": "string"
"name": "string",
"organization": {
"id": "string",
"name": "string"
}
},
"jobTitle": "string"
}
Expand Down
10 changes: 5 additions & 5 deletions docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,11 +974,11 @@
"numberOfParticipants": 4,
"publicOfficial": {
"person": {
"name": "Brett Gliddon"
},
"organization": {
"name": "Motorways UK",
"id": "GB-GOR-XX1234"
"name": "Brett Gliddon",
"organization": {
"name": "Motorways UK",
"id": "GB-GOR-XX1234"
}
},
"jobTitle": "Group General Manager Transport Services"
}
Expand Down

0 comments on commit b14f927

Please sign in to comment.