II.
MetaAttribute JSON
Structured · livemeta-attribute:channel--endpoint
Channel.endpoint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:channel--endpoint",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Channel.endpoint",
"name": "endpoint",
"parentNodeKindId": "meta-node-kind:channel",
"type": "string",
"required": false,
"description": "endpoint URL / address for the channel (when applicable)."
},
"outgoingEdges": [
{
"from": "meta-attribute:channel--endpoint",
"to": "meta-node-kind:channel",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:channel",
"to": "meta-attribute:channel--endpoint",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}