Skip to content

Commit

Permalink
ENH: allow validation_point with numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 14, 2024
1 parent f3c78d1 commit 9004a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@
"properties": {
"name": {
"description": "Parameter point over which to evaluate the distribution.",
"enum": ["validation_point"]
"type": "string",
"pattern": "^validation_point[0-9]*$"
},
"distribution": {
"type": "string",
Expand Down

0 comments on commit 9004a87

Please sign in to comment.