pub const META_REPOSITORIES: &str = "repositories";Expand description
Graph-level metadata: JSON-encoded array of resources.repositories[]
entries declared by the pipeline. Each entry is an object with fields
alias, repo_type, name, optional ref, and used (true when the
alias is referenced via template: x@alias, extends: x@alias, or
checkout: alias somewhere in the same pipeline file). Set by the ADO
parser; consumed by template_extends_unpinned_branch.