II.
MetaEnum JSON
Structured · livemeta-enum:decision-verb-value
Decision verb value json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:decision-verb-value",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Decision verb value",
"name": "verb",
"values": [
{
"value": "deny",
"description": "Block the action; lowest rank (most restrictive)."
},
{
"value": "ask",
"description": "Prompt the user for explicit approval."
},
{
"value": "allow",
"description": "Permit the action."
},
{
"value": "continue",
"description": "Continue without modifying the decision."
},
{
"value": "noop",
"description": "No-op; highest rank (least restrictive)."
}
],
"usedOnAttributes": [
"meta-attribute:decision-verb--verb"
]
},
"outgoingEdges": [
{
"from": "meta-enum:decision-verb-value",
"to": "meta-attribute:decision-verb--verb",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}