Skip to content

Commit

Permalink
Update values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Feb 26, 2024
1 parent 11c9372 commit b615c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"type": "string"
},
"nesto-int": {
"type": "string",
"min": 2,
"min": 5,
"type": "integer",
"minimum": 2,
"maximum": 5,
"multipleOf": 2
}
},
Expand Down

0 comments on commit b615c96

Please sign in to comment.