Skip to content

Commit

Permalink
feat(schema): allow number
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Sep 16, 2024
1 parent 04bb03a commit 45c643c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/http-client.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}
},
"patternProperties": {
"^.*$": {
"type": "string"
"^([A-Za-z0-9_]+)$": {
"type": ["string", "number"]
}
},
"additionalProperties": false
Expand Down

0 comments on commit 45c643c

Please sign in to comment.