II.
MetaEnum JSON
Structured · livemeta-enum:vcs-host-kind
VCSHost kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:vcs-host-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VCSHost kind",
"name": "hostKind",
"values": [
{
"value": "github",
"description": "GitHub / GitHub Enterprise."
},
{
"value": "gitlab",
"description": "GitLab SaaS / self-managed."
},
{
"value": "bitbucket",
"description": "Atlassian Bitbucket Cloud / Server."
},
{
"value": "azure-devops",
"description": "Azure DevOps Repos."
},
{
"value": "gitea",
"description": "Gitea / Forgejo."
},
{
"value": "gerrit",
"description": "Gerrit code review."
},
{
"value": "saas",
"description": "Generic SaaS VCS not otherwise enumerated."
},
{
"value": "self-hosted",
"description": "Generic self-hosted VCS not otherwise enumerated."
},
{
"value": "other",
"description": "Other VCS host."
}
],
"usedOnAttributes": [
"meta-attribute:vcs-host--host-kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:vcs-host-kind",
"to": "meta-attribute:vcs-host--host-kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}