II.
MetaAttribute JSON
Structured · livemeta-attribute:quota--window
Quota.window json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:quota--window",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Quota.window",
"name": "window",
"parentNodeKindId": "meta-node-kind:quota",
"type": "string",
"required": false,
"description": "window on Quota (period token, e.g. 1m, 1d, rolling-7d)."
},
"outgoingEdges": [
{
"from": "meta-attribute:quota--window",
"to": "meta-node-kind:quota",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:quota",
"to": "meta-attribute:quota--window",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}