II.
Term JSON
Structured · liveterm:automation-rule
AutomationRule json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:automation-rule",
"_kind": "Term",
"_file": "terminology/terms/automation-rule.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:automation-rule.canonical",
"displayName": "AutomationRule",
"kind": "operation",
"references": [
"NodeKind:AutomationRule"
],
"description": "A reactor rule that, on a trigger (timer cron expression or webhook\n"
},
"outgoingEdges": [
{
"from": "term:automation-rule",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:automation-rule",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:automation-rule.canonical",
"to": "term:automation-rule",
"kind": "defines"
}
]
}