II.
MetaAttribute JSON
Structured · livemeta-attribute:ci-workflow--workflow-kind
CIWorkflow.workflowKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:ci-workflow--workflow-kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "CIWorkflow.workflowKind",
"name": "workflowKind",
"parentNodeKindId": "meta-node-kind:ci-workflow",
"type": "enum<github-actions,gitlab-ci,circleci,buildkite,jenkins,azure-pipelines,other>",
"required": false,
"description": "workflowKind on CIWorkflow (CI engine vendor)."
},
"outgoingEdges": [
{
"from": "meta-attribute:ci-workflow--workflow-kind",
"to": "meta-node-kind:ci-workflow",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:ci-workflow",
"to": "meta-attribute:ci-workflow--workflow-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:ci-workflow-kind",
"to": "meta-attribute:ci-workflow--workflow-kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}