Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/getfavstaridsschema.Schema.json

22 lines
569 B
JSON

{
"schema": {
"properties": {
"result": {
"description": "A list of results for each corresponding chart in the request",
"items": {
"properties": {
"id": { "description": "The Chart id", "type": "integer" },
"value": { "description": "The FaveStar value", "type": "boolean" }
},
"type": "object",
"title": "ChartFavStarResponseResult"
},
"type": "array"
}
},
"type": "object",
"title": "GetFavStarIdsSchema"
},
"schemaType": "response"
}