- Description:
This key defines the glob pattern(s) targeting a path to one or more files.
- Appears in:
└── file_config └── [*] └── glob- Types:
- Examples:
In this example, we have configured a file config to target the
data/tabs.ymlfile with object input configuration.Copied to clipboardfile_config: - glob: data/tabs.yml _inputs: $: type: object options: subtype: tabbed{ "file_config": [ { "glob": "data/tabs.yml", "_inputs": { "$": { "type": "object", "options": { "subtype": "tabbed" } } } } ] }