II.
MetaEnum JSON
Structured · livemeta-enum:platform-kind
Platform kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:platform-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-domain-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Platform kind",
"name": "kind",
"values": [
{
"value": "cloud-provider",
"description": "Public cloud provider (AWS, GCP, Azure, ...)."
},
{
"value": "k8s-distribution",
"description": "Kubernetes distribution (EKS, GKE, AKS, OpenShift, ...)."
},
{
"value": "paas",
"description": "Hosted PaaS (Heroku, Vercel, Fly.io, Render, ...)."
},
{
"value": "self-hosted-paas",
"description": "Self-hosted PaaS / internal-developer-platform."
}
],
"usedOnAttributes": [
"meta-attribute:platform--kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:platform-kind",
"to": "meta-attribute:platform--kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}