II.
MetaAttribute JSON
Structured · livemeta-attribute:run-attempt--display-name
RunAttempt.displayName json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:run-attempt--display-name",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-agent-stack-extras-2-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "RunAttempt.displayName",
"name": "displayName",
"parentNodeKindId": "meta-node-kind:run-attempt",
"type": "string",
"required": false,
"description": "displayName on RunAttempt."
},
"outgoingEdges": [
{
"from": "meta-attribute:run-attempt--display-name",
"to": "meta-node-kind:run-attempt",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:run-attempt",
"to": "meta-attribute:run-attempt--display-name",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}