II.
MetaNodeKind JSON
Structured · livemeta-node-kind:platform
Platform (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:platform",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-domain.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Platform (meta)",
"name": "Platform",
"cluster": "9-domain",
"prefix": "platform",
"origin": "universal",
"purpose": "a cloud provider, k8s distribution, PaaS, or self-hosted PaaS that hosts PlatformServices",
"exampleCount": 0,
"invariants": [
"id starts with platform:"
]
},
"outgoingEdges": [
{
"from": "meta-node-kind:platform",
"to": "meta-cluster:domain",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:platform",
"to": "meta-attribute:platform--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:platform",
"to": "meta-attribute:platform--display-name",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:platform",
"to": "meta-attribute:platform--kind",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-edge-kind:provided-by",
"to": "meta-node-kind:platform",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-attribute:platform--id",
"to": "meta-node-kind:platform",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:platform--display-name",
"to": "meta-node-kind:platform",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:platform--kind",
"to": "meta-node-kind:platform",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-cluster:domain",
"to": "meta-node-kind:platform",
"kind": "contains_meta_node_kind",
"attributes": {}
}
]
}