{
  "message": "You should use slots with <ContentRenderer>",
  "value": {
    "_path": "/authors",
    "_dir": "",
    "_draft": false,
    "_partial": false,
    "_locale": "",
    "Sample Author": {
      "@context": "http://www.schema.org",
      "@type": "Person",
      "@id": "https://example.com/",
      "name": "Sample Author",
      "alternateName": "Sample Author",
      "nationality": "Nationality",
      "gender": "Gender",
      "jobTitle": "Job Title",
      "worksFor": [
        {
          "@type": "Organization",
          "name": "Sample Organization",
          "sameAs": [
            "https://www.sample-organization.com/"
          ]
        }
      ],
      "url": "https://example.com/",
      "image": "https://example.com/meta-img.jpg",
      "sameAs": [
        "https://example.com/"
      ]
    },
    "_id": "content:authors.json",
    "_type": "json",
    "title": "Authors",
    "_source": "content",
    "_file": "authors.json",
    "_extension": "json"
  },
  "excerpt": false,
  "tag": "div"
}