mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"id": { "description": "The Chart id", "type": "integer" },
|
|
"value": { "description": "The FaveStar value", "type": "boolean" }
|
|
},
|
|
"type": "object",
|
|
"title": "ChartFavStarResponseResult"
|
|
},
|
|
"schemaType": "response"
|
|
}
|