From b14f927d4ec7b55dea149c384f05d0a77c99712b Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 13 Nov 2023 15:28:49 +0000 Subject: [PATCH] fix example errors --- docs/examples/blank.json | 10 +++++----- docs/examples/example.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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" }