II.
MetaAttribute JSON
Structured · livemeta-attribute:vcs-host--base-url
VCSHost.baseUrl json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:vcs-host--base-url",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VCSHost.baseUrl",
"name": "baseUrl",
"parentNodeKindId": "meta-node-kind:vcs-host",
"type": "url",
"required": false,
"description": "baseUrl on VCSHost (root URL of the host)."
},
"outgoingEdges": [
{
"from": "meta-attribute:vcs-host--base-url",
"to": "meta-node-kind:vcs-host",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:vcs-host",
"to": "meta-attribute:vcs-host--base-url",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}