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 authored Feb 26, 2024
1 parent c03b271 commit 96d6acc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"nesto": {
"type": "string"
},
"nesto-int": {
"type": "string",
"min": 2,
"min": 5,
"multipleOf": 2
}
},
"order": [
Expand Down

0 comments on commit 96d6acc

Please sign in to comment.