II.
MetaAttribute JSON
Structured · livemeta-attribute:pull-request--vcs-host-id
PullRequest.vcsHostId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:pull-request--vcs-host-id",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PullRequest.vcsHostId",
"name": "vcsHostId",
"parentNodeKindId": "meta-node-kind:pull-request",
"type": "ref<VCSHost>",
"required": false,
"description": "vcsHostId on PullRequest."
},
"outgoingEdges": [
{
"from": "meta-attribute:pull-request--vcs-host-id",
"to": "meta-node-kind:pull-request",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:pull-request",
"to": "meta-attribute:pull-request--vcs-host-id",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}