Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "rating": {
      "type": "object",
      "description": "All props are documented by the component `rating-item`."
    },
    "broker_img": {
      "src": {
        "type": "string",
        "description": "Path  to img"
      },
      "alt": {
        "type": "string",
        "description": "All of img"
      },
      "srcset":  {
        "type": "array",
        "description": "Paths to img in format : 'path 1x', 'path 2x'"
      }
    },
    "re_agency_img": {
      "src": {
        "type": "string",
        "description": "Path  to img"
      },
      "alt": {
        "type": "string",
        "description": "All of img",
        "srcset":  {
          "type": "array",
          "description": "Paths to img in format : 'path 1x', 'path 2x'"
        }
      }
    },
    "message_btn": {
      "type": "object",
      "description": "All props are documented by the component `button`."
    },
    "reference_btn": {
      "type": "object",
      "description": "All props are documented by the component `button`."
    },
    "cta_button": {
      "type": "object",
      "description": "All props are documented by the component `cta-button`."
    },
    "share": {
      "type": "objects",
      "description": "All props are documented by the component `share`."
    },
    "contacts":{
      "type": "array of objects",
      "description": "All props are documented by the component `count-item`."
    },
    "chart": {
      "type": " objects",
        "description": "All props are documented by the component `broker-chart-item`."
    }
  }
}