Skip to content

Commit

Permalink
Práce na OFN Slovníky
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Klímek <jakub@jakubklimek.com>
  • Loading branch information
jakubklimek committed Dec 14, 2023
1 parent c516316 commit 697436b
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions slovníky/draft/schémata/konceptuální-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,41 @@
"pojmy": {
"type": "array",
"items": {
"anyOf": [
"oneOf": [
{
"typ": {
"type": "array",
"contains": {
"const": "Pojem"
},
"items": {
"type": "string"
}
"not": {
"oneOf": [
{
"properties": {
"typ": {
"type": "array",
"contains": {
"const": "Třída"
}
}
}
},
{
"properties": {
"typ": {
"type": "array",
"contains": {
"const": "Vztah"
}
}
}
},
{
"properties": {
"typ": {
"type": "array",
"contains": {
"const": "Vlastnost"
}
}
}
}
]
}
},
{
Expand Down

0 comments on commit 697436b

Please sign in to comment.