{
  "notice": "template内の例示値を、公開ページで確認できる事実だけに置換してください。存在しない法人名・住所・電話・SNSは追加しないでください。",
  "template": {
    "@context": "https://schema.org",
    "@type": "Organization",
    "@id": "https://www.example.com/#organization",
    "name": "公開中の組織名",
    "alternateName": "公開中の別名",
    "url": "https://www.example.com/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.example.com/logo.png",
      "width": 512,
      "height": 512
    },
    "description": "公開ページに表示する組織説明",
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer support",
      "url": "https://www.example.com/contact/",
      "availableLanguage": [
        "ja"
      ]
    }
  }
}
