Skip to content

Commit

Permalink
Define minimum lengths for input entities
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Jan 31, 2024
1 parent 861967b commit bb34d9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/extdata/schema/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@
"input_entries": {
"description": "Number of entries in input file.",
"type": "integer",
"minimum": 0
"exclusiveMinimum": 0
},
"subportfolios_count": {
"description": "Number of subportfolios in portfolio file.",
"type": "integer"
"type": "integer",
"exclusiveMinimum": 0
},
"group_cols": {
"description": "Columns used to group portfolio.",
Expand Down

0 comments on commit bb34d9f

Please sign in to comment.