diff --git a/docs/examples/blank.json b/docs/examples/blank.json index 659e1772..aaa3a110 100644 --- a/docs/examples/blank.json +++ b/docs/examples/blank.json @@ -431,11 +431,11 @@ "numberOfParticipants": "integer", "publicOfficial": { "person": { - "name": "string" - }, - "organization": { - "id": "string", - "name": "string" + "name": "string", + "organization": { + "id": "string", + "name": "string" + } }, "jobTitle": "string" } diff --git a/docs/examples/example.json b/docs/examples/example.json index b8dd76cc..c99264be 100644 --- a/docs/examples/example.json +++ b/docs/examples/example.json @@ -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" }