Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "link": {
      "type": "string",
      "description": "Link of the component"
    },
    "title2": {
      "type": "string",
      "description": "Title2 of the component"
    },
    "links": {
      "type": "array of objects",
      "description": "All props are documented by the component `link`."
    }
  }
}