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