{ "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" }