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