Skip to content

Commit

Permalink
feat: add toml generic updater option to extra-files schema (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Jan 27, 2023
1 parent 2768a4c commit 9240f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
"type": "string"
},
{
"description": "An extra JSON on YAML file with a targeted update via jsonpath.",
"description": "An extra JSON, YAML, or TOML file with a targeted update via jsonpath.",
"type": "object",
"properties": {
"type": {
"description": "The file format type.",
"enum": ["json", "yaml"]
"enum": ["json", "toml", "yaml"]
},
"path": {
"description": "The path to the file.",
Expand Down

0 comments on commit 9240f71

Please sign in to comment.