II.
MetaEnum JSON
Structured · livemeta-enum:quota-scope
Quota scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:quota-scope",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Quota scope",
"name": "scope",
"values": [
{
"value": "global",
"description": "Provider-wide quota."
},
{
"value": "tenant",
"description": "Per-tenant quota."
},
{
"value": "role",
"description": "Per-role quota."
},
{
"value": "api-key",
"description": "Per-API-key quota."
},
{
"value": "model",
"description": "Per-model quota."
}
],
"usedOnAttributes": [
"meta-attribute:quota--scope"
]
},
"outgoingEdges": [
{
"from": "meta-enum:quota-scope",
"to": "meta-attribute:quota--scope",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}