Skip to content

Commit c642cc7

Browse files
chore: chore: update Updatecli jsonschema
Made with ❤️️ by updatecli
1 parent dcbfb80 commit c642cc7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/schema/latest/compose/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"type": "string"
4747
},
4848
"type": "object",
49-
"description": "Environment contains a list of environment variables"
49+
"description": "Environment contains a list of environment variables\n\nExample:\n ENV_VAR1: value1\n ENV_VAR2: value2"
5050
},
5151
"env_files": {
5252
"items": {
5353
"type": "string"
5454
},
5555
"type": "array",
56-
"description": "Env_files contains a list of environment files"
56+
"description": "Env_files contains a list of environment files\n\nExample:\n - env_file1.env\n - env_file2.env"
5757
}
5858
},
5959
"additionalProperties": false,

content/en/schema/latest/policy/manifest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
"type": "string"
487487
},
488488
"type": "array",
489-
"description": "FileMatch allows to override default docker-compose.yaml file matching. Default [\"docker-compose.yaml\",\"docker-compose.yml\",\"docker-compose.*.yaml\",\"docker-compose.*.yml\"]"
489+
"description": "FileMatch allows to override default docker-compose.yaml file matching. Default [\"compose.yaml\", \"compose.yml\", \"compose.*.yaml\", \"compose.*.yml\", \"docker-compose.yaml\",\"docker-compose.yml\",\"docker-compose.*.yaml\",\"docker-compose.*.yml\"]"
490490
},
491491
"versionfilter": {
492492
"properties": {

0 commit comments

Comments
 (0)