iiRecord
Agentic AI Atlas · PullRequest (meta)
meta-node-kind:pull-requesta5c.ai
II.
MetaNodeKind JSON

meta-node-kind:pull-request

Structured · live

PullRequest (meta) 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-node-kind:pull-request",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "PullRequest (meta)",
    "name": "PullRequest",
    "cluster": "vcs-ci",
    "prefix": "pull-request",
    "origin": "universal",
    "purpose": "a code-change proposal (PR/MR) on a VCS host",
    "exampleCount": 0,
    "invariants": [
      "id starts with pull-request:"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:pull-request",
      "to": "meta-cluster:vcs-ci",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:pull-request",
      "to": "meta-attribute:pull-request--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:pull-request",
      "to": "meta-attribute:pull-request--state",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:pull-request",
      "to": "meta-attribute:pull-request--target-branch",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:pull-request",
      "to": "meta-attribute:pull-request--vcs-host-id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-cluster:vcs-ci",
      "to": "meta-node-kind:pull-request",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-attribute:pull-request--id",
      "to": "meta-node-kind:pull-request",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:pull-request--state",
      "to": "meta-node-kind:pull-request",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:pull-request--target-branch",
      "to": "meta-node-kind:pull-request",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:pull-request--vcs-host-id",
      "to": "meta-node-kind:pull-request",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:hosted-on-vcs",
      "to": "meta-node-kind:pull-request",
      "kind": "source_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:reviews",
      "to": "meta-node-kind:pull-request",
      "kind": "target_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:validates-pull-request",
      "to": "meta-node-kind:pull-request",
      "kind": "target_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:submitted-by",
      "to": "meta-node-kind:pull-request",
      "kind": "source_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:triggered-by-vcs",
      "to": "meta-node-kind:pull-request",
      "kind": "target_of_meta_edge",
      "attributes": {}
    }
  ]
}