Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "content": {
      "subheading": {
        "type": "string",
        "description": "Subheading of the component"
      },
      "perex": {
        "type": "string",
        "description": "Perex of the content of component"
      }
    },
    "images": {
      "type": "group",
      "description": "Same as images"
    },
    "button": {
      "type": "group",
      "description": "Same as button"
    }
  }
}