II.
MetaAttribute JSON
Structured · livemeta-attribute:ci-workflow--triggers
CIWorkflow.triggers json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:ci-workflow--triggers",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "CIWorkflow.triggers",
"name": "triggers",
"parentNodeKindId": "meta-node-kind:ci-workflow",
"type": "list<string>",
"required": false,
"description": "triggers on CIWorkflow (event tokens, e.g. push, pull_request, workflow_dispatch)."
},
"outgoingEdges": [
{
"from": "meta-attribute:ci-workflow--triggers",
"to": "meta-node-kind:ci-workflow",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:ci-workflow",
"to": "meta-attribute:ci-workflow--triggers",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}