Catalog JSON
{ "domains": { "<domain-name>": { "description": "<description>", "owner": "<owner>", "meta": { "<meta-key>": "<meta-value>", ... } }, ... }, "components": { "<component-name>": { "owner": "<owner>", "domain": "<domain>", "branch": "<branch>", "tags": ["<tag1>", "<tag2>", ...], "ciPipelines": ["<ci-pipeline1>", "<ci-pipeline2>", ...], "meta": { "<meta-key>": "<meta-value>", ... } }, ... } }
Last updated
