{
  "title": "Meta Website",
  "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "format": "text"
          },
          "description": {
            "type": "string",
            "format": "text"
          },
          "twitter_account": {
            "type": "string",
            "format": "text"
          }
  }
}