Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "variant": {
      "type": "string",
      "description": "left | center(default)"
    },
    "headingLevel": {
      "type": "number",
      "description": "heading level | 2(default)"
    },
    "link": {
      "type": "array of objects",
      "description": "All props are documented by the component `link`."
    },
    "items": {
      "type": "array of objects",
      "description": "All props are documented by the component `posts-slide-item`."
    },
    "last_item": {
      "type": "object",
      "description": "All props are documented by the component `more-posts-item`."
    }
  }
}