Schema

    {
  "props": {
  "title": {
      "type": "string",
      "description": "Title of the component"
    },
  "number": {
    "type": "number",
    "description": "Number in header"
  },
  "charts": {
    "type": "array of objects",
    "description": "All props are documented by the component `review-chart-item`."
  },
  "select": {
    "type": "object",
    "description": "All props are documented by the component `dropdown`."
  },
  "link":{
    "type": "object",
    "description": "All props are documented by the component `link`."
  },
  "items":  {
    "type": "array of objects",
    "description": "All props are documented by the component `broker-review-item`."
  }
  }
}