Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasetmetriccurrencyput.Schema.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"
}