iiRecord
Agentic AI Atlas · Quota.scope
meta-attribute:quota--scopea5c.ai
II.
MetaAttribute JSON

meta-attribute:quota--scope

Structured · live

Quota.scope json

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

File · catalog-meta/meta-registry/meta-registry-cost-quota.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:quota--scope",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Quota.scope",
    "name": "scope",
    "parentNodeKindId": "meta-node-kind:quota",
    "type": "enum<global,tenant,role,api-key,model>",
    "required": false,
    "description": "scope on Quota (binding level for the constraint)."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:quota--scope",
      "to": "meta-node-kind:quota",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:quota",
      "to": "meta-attribute:quota--scope",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-enum:quota-scope",
      "to": "meta-attribute:quota--scope",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ]
}