II.
MetaEnum JSON
Structured · livemeta-enum:quota-kind
Quota kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:quota-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Quota kind",
"name": "quotaKind",
"values": [
{
"value": "rpm",
"description": "Requests per minute."
},
{
"value": "tpm",
"description": "Tokens per minute."
},
{
"value": "rpd",
"description": "Requests per day."
},
{
"value": "tpd",
"description": "Tokens per day."
},
{
"value": "concurrent",
"description": "Concurrent in-flight requests."
},
{
"value": "storage",
"description": "Storage capacity (bytes)."
},
{
"value": "bandwidth",
"description": "Network bandwidth (bytes/sec)."
}
],
"usedOnAttributes": [
"meta-attribute:quota--quota-kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:quota-kind",
"to": "meta-attribute:quota--quota-kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}