Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "info_items": {
      "type": "array of object",
      "description": "All props are documented by the component `info-item`."
    }
  }
}