iiRecord
Agentic AI Atlas · Platform kind
meta-enum:platform-kinda5c.ai
II.
MetaEnum JSON

meta-enum:platform-kind

Structured · live

Platform kind json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-domain-extras-2.yamlCluster · catalog-meta
Record JSON
{
  "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": []
}