fix: metric.currency should be JSON, not string (#33303)

This commit is contained in:
Beto Dealmeida
2025-05-01 18:16:51 -04:00
committed by GitHub
parent 339ba96600
commit 22de26cd77
18 changed files with 171 additions and 44 deletions

View File

@@ -3565,9 +3565,6 @@
},
"type": "array"
},
"currency_formats": {
"type": "object"
},
"database": {
"$ref": "#/components/schemas/Database"
},
@@ -5030,10 +5027,6 @@
},
"type": "array"
},
"currency_formats": {
"description": "Currency formats.",
"type": "object"
},
"database": {
"description": "Database associated with the dataset.",
"type": "object"
@@ -5559,9 +5552,6 @@
"created_on_humanized": {
"readOnly": true
},
"currency_formats": {
"readOnly": true
},
"database": {
"$ref": "#/components/schemas/DatasetRestApi.get.Database"
},