iiRecord
Agentic AI Atlas · VCSHost kind
meta-enum:vcs-host-kinda5c.ai
II.
MetaEnum JSON

meta-enum:vcs-host-kind

Structured · live

VCSHost kind json

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

File · catalog-meta/meta-registry/meta-registry-vcs-ci.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-enum:vcs-host-kind",
  "_kind": "MetaEnum",
  "_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "VCSHost kind",
    "name": "hostKind",
    "values": [
      {
        "value": "github",
        "description": "GitHub / GitHub Enterprise."
      },
      {
        "value": "gitlab",
        "description": "GitLab SaaS / self-managed."
      },
      {
        "value": "bitbucket",
        "description": "Atlassian Bitbucket Cloud / Server."
      },
      {
        "value": "azure-devops",
        "description": "Azure DevOps Repos."
      },
      {
        "value": "gitea",
        "description": "Gitea / Forgejo."
      },
      {
        "value": "gerrit",
        "description": "Gerrit code review."
      },
      {
        "value": "saas",
        "description": "Generic SaaS VCS not otherwise enumerated."
      },
      {
        "value": "self-hosted",
        "description": "Generic self-hosted VCS not otherwise enumerated."
      },
      {
        "value": "other",
        "description": "Other VCS host."
      }
    ],
    "usedOnAttributes": [
      "meta-attribute:vcs-host--host-kind"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-enum:vcs-host-kind",
      "to": "meta-attribute:vcs-host--host-kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}