INPUT_OBJECT
Exclusion represents a path or pattern defining the excluded data from.
input Exclusion {# Path excludes paths relative to the excluder's root.# Does not distinguish between files and directories.path: String# Pattern excludes paths using glob patterns, relative to the root.# Directories are indicated with a trailing /.pattern: String}