II.
MetaAttribute JSON
Structured · livemeta-attribute:cost-model--currency
CostModel.currency json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:cost-model--currency",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "CostModel.currency",
"name": "currency",
"parentNodeKindId": "meta-node-kind:cost-model",
"type": "string",
"required": false,
"description": "currency on CostModel (ISO 4217 currency code, e.g. USD)."
},
"outgoingEdges": [
{
"from": "meta-attribute:cost-model--currency",
"to": "meta-node-kind:cost-model",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:cost-model",
"to": "meta-attribute:cost-model--currency",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}