Skip to content

Commit

Permalink
pkp#8933 Looser validation for logged decision values
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jun 2, 2023
1 parent ec8efe2 commit 10c8e61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/eventLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"description": "The decision type identifier. One of the Decision::* constants.",
"validation": [
"nullable",
"min:1",
"max:32"
"min:1"
]
},
"editorId": {
Expand Down

0 comments on commit 10c8e61

Please sign in to comment.