Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/chartdatacontributionoptionsschema.Schema.json
2026-07-28 21:39:01 +07:00

17 lines
384 B
JSON

{
"schema": {
"properties": {
"orientation": {
"description": "Should cell values be calculated across the row or column.",
"enum": ["row", "column"],
"example": "row",
"type": "string"
}
},
"required": ["orientation"],
"type": "object",
"title": "ChartDataContributionOptionsSchema"
},
"schemaType": "response"
}