mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"symbol": { "maxLength": 128, "minLength": 1, "type": "string" },
|
|
"symbolPosition": { "maxLength": 128, "minLength": 1, "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "DatasetMetricCurrencyPut"
|
|
},
|
|
"schemaType": "response"
|
|
}
|