Skip to content

Commit

Permalink
docs: update out-of-date example in docs (DEV-265) (#125)
Browse files Browse the repository at this point in the history
* Update dsp-tools-create.md

* Update example ontology
  • Loading branch information
irinaschubert committed Nov 25, 2021
1 parent 62fb503 commit 0dc724c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/dsp-tools-create.md
Expand Up @@ -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": [
{
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 0dc724c

Please sign in to comment.