Schema

    {
  "props": {
    "entry-content": {
      "type": "string",
      "description": "Entry content of the component"
    },
    "social-links": {
      "type": "array",
      "description": "Social links of the component"
    },
    "items": {
      "type": "array",
      "description": "Simmilar news of the component"
    }
  }
}