diff --git a/content/en/schema/latest/compose/config.json b/content/en/schema/latest/compose/config.json index d31d2edf4..697c48e9e 100644 --- a/content/en/schema/latest/compose/config.json +++ b/content/en/schema/latest/compose/config.json @@ -46,14 +46,14 @@ "type": "string" }, "type": "object", - "description": "Environment contains a list of environment variables" + "description": "Environment contains a list of environment variables\n\nExample:\n ENV_VAR1: value1\n ENV_VAR2: value2" }, "env_files": { "items": { "type": "string" }, "type": "array", - "description": "Env_files contains a list of environment files" + "description": "Env_files contains a list of environment files\n\nExample:\n - env_file1.env\n - env_file2.env" } }, "additionalProperties": false, diff --git a/content/en/schema/latest/policy/manifest/config.json b/content/en/schema/latest/policy/manifest/config.json index c8ae89803..b520035ed 100644 --- a/content/en/schema/latest/policy/manifest/config.json +++ b/content/en/schema/latest/policy/manifest/config.json @@ -486,7 +486,7 @@ "type": "string" }, "type": "array", - "description": "FileMatch allows to override default docker-compose.yaml file matching. Default [\"docker-compose.yaml\",\"docker-compose.yml\",\"docker-compose.*.yaml\",\"docker-compose.*.yml\"]" + "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\"]" }, "versionfilter": { "properties": {