From 0dc724c620d0d12cd792390dcc50289b7f6feb76 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Thu, 25 Nov 2021 18:11:25 +0100 Subject: [PATCH] docs: update out-of-date example in docs (DEV-265) (#125) * Update dsp-tools-create.md * Update example ontology --- docs/dsp-tools-create.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index ac7b3b883..9fa6ce596 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -1183,10 +1183,14 @@ Finally, here is a complete example of an ontology definition: ], "lists": [ { - "name": "orgtpye", + "name": "orgtype", "labels": { - "de": "Roganisationsart", - "en": "Organization Type" + "en": "Organization Type", + "de": "Organisationsart" + }, + "comments": { + "en": "List of different organization types", + "de": "Liste unterschiedlicher Organisationstypen" }, "nodes": [ { @@ -1195,10 +1199,6 @@ Finally, here is a complete example of an ontology definition: "en": "Commerce", "de": "Handel" }, - "comments": { - "en": "no comment", - "de": "kein Kommentar" - }, "nodes": [ { "name": "transport", @@ -1307,7 +1307,7 @@ Finally, here is a complete example of an ontology definition: "en": "Type of organization", "de": "Art der Organisation" }, - "gui_element": "Pulldown", + "gui_element": "List", "gui_attributes": { "hlist": "orgtype" }