Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "items": {
      "type": "array of objects",
      "description": "All props are documented by the component `heighlited-broker-item`."
    },
    "ratingText": {
      "type": "string",
      "description": "Short text about rating"
    },
    "decorImg": {
      "type": "object",
      "description": "All props are documented by the component `img`."
    },
    "ratingGroup": {
      "type": "object",
      "description": "All props are documented by the component `rating-item`."
    },
    "subsection":{
      "type": "objects",
      "description": "All props are documented by the component `current-info-subsection`."
    }
  }
}