II.
MetaAttribute JSON
Structured · livemeta-attribute:vcs-host--host-kind
VCSHost.hostKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:vcs-host--host-kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VCSHost.hostKind",
"name": "hostKind",
"parentNodeKindId": "meta-node-kind:vcs-host",
"type": "enum<github,gitlab,bitbucket,azure-devops,gitea,gerrit,saas,self-hosted,other>",
"required": false,
"description": "hostKind on VCSHost (vendor / self-hosting style)."
},
"outgoingEdges": [
{
"from": "meta-attribute:vcs-host--host-kind",
"to": "meta-node-kind:vcs-host",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:vcs-host",
"to": "meta-attribute:vcs-host--host-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:vcs-host-kind",
"to": "meta-attribute:vcs-host--host-kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}