Skip to content

Commit

Permalink
Update [schema.json]
Browse files Browse the repository at this point in the history
  • Loading branch information
NMD03 committed Mar 4, 2025
1 parent 9e17485 commit cd94f67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"value": {
"$ref": "#/defs/non-empty-string"
},
"uuid": {
"$ref": "#/defs/non-empty-string"
},
"required": [
"value"
]
Expand All @@ -49,6 +52,9 @@
},
"predicate": {
"$ref": "#/defs/non-empty-string"
},
"uuid": {
"$ref": "#/defs/non-empty-string"
}
},
"required": [
Expand Down Expand Up @@ -82,6 +88,9 @@
"exclusive": {
"type": "boolean"
},
"uuid": {
"$ref": "#/defs/non-empty-string"
},
"required": [
"value"
]
Expand Down

0 comments on commit cd94f67

Please sign in to comment.