Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "entry-content": {
      "type": "string",
      "description": "Entry content of the component"
    },
    "add": {
      "type": "string",
      "description": "Ads of the component"
    }
  }
}