II.
MetaAttribute JSON
Structured · livemeta-attribute:interaction-pattern--subtype
InteractionPattern.subtype json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:interaction-pattern--subtype",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "InteractionPattern.subtype",
"name": "subtype",
"parentNodeKindId": "meta-node-kind:interaction-pattern",
"type": "enum<multi-agent,single-agent,human-in-the-loop,broadcast,negotiation,delegation,critique,consensus>",
"required": false,
"description": "subtype discriminator (catalog update — collapses former MultiAgentPattern proposal)."
},
"outgoingEdges": [
{
"from": "meta-attribute:interaction-pattern--subtype",
"to": "meta-node-kind:interaction-pattern",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:interaction-pattern",
"to": "meta-attribute:interaction-pattern--subtype",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}