このセクションでは、Preview、Recap、Review、Highlight、Blooper、BehindTheScene、DeletedScene、Interview の各クリップタイプのコンテンツ マークアップ プロパティの詳細について説明します。
仕様表のプレビュー
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Previewに設定します。 | 
| @id | URL | 必須 - URI 形式のプレビューの識別子。たとえば、https://example.com/1234abc です。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - プレビュー クリップの名前。 | 
| description | テキスト | 必須 - プレビューの説明(300 文字以内)。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このプレビューが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Preview@idとは異なる@idを持っている必要があります。 | 
例をプレビュー
次の例は、左側のタブの Preview クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例では、mainEntity 型のディープリンクは含まれていません。
プレビュー
次のクリップは、スポーツ イベントのプレビューです。スポーツ イベントは、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Preview"
  "@id": "https://www.example.com/preview_clip/teama-teamb",
  "name": "A preview for Team A vs Team B"
  "description": "An analysis of two teams, Team A and Team B, before their game."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "http://www.example.com/premium/teama_vs_teamb_pregame",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "SportsEvent",
    "@id": "https://www.example.com/game/2019-09-12/teama-teamb"
  }
}
SportsEvent
以下は、Preview クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティにはディープリンクが含まれていません。ディープリンクがある場合は、potentialAction プロパティを使用して追加できます。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}
要約の仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Recapに設定します。 | 
| @id | URL | 必須 - ハイライトの識別子(URI 形式)。例: https://example.com/1234abc。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - ハイライト クリップの名前。 | 
| description | テキスト | 必須 - ハイライトの説明。300 文字以内にしてください。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このハイライトが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Recap@idとは異なる@idを持っている必要があります。 | 
要約の例
次の例は、左側のタブの Recap クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例では、mainEntity 型のディープリンクは含まれていません。
ハイライト
次のクリップは、スポーツ イベントのハイライトです。スポーツ イベントは、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Recap"
  "@id": "https://www.example.com/recap_clip/teama-teamb",
  "name": "A recap for Team A vs Team B"
  "description": "An analysis of two teams, Team A and Team B, after their game."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "http://www.example.com/premium/teama_vs_teamb_recap",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "SportsEvent",
    "@id": "https://www.example.com/game/2019-09-12/teama-teamb"
  }
}
SportsEvent
以下は、Recap クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティにはディープリンクが含まれていません。ディープリンクがある場合は、potentialAction プロパティを使用して追加できます。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}
仕様表を確認する
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Reviewに設定します。 | 
| @id | URL | 必須 - URI 形式のレビューの識別子。たとえば、https://example.com/1234abc です。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - レビュー クリップの名前。 | 
| description | テキスト | 必須 - レビューの説明。300 文字以内。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このレビューが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Review@idとは異なる@idを持っている必要があります。 | 
レビューの例
次の例は、左側のタブの Review クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例にはディープリンクが含まれています。
レビュー
次のクリップは映画のレビューを表しています。映画は、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Review"
  "@id": "https://www.example.com/review_clip/abc",
  "name": "A review of ABC"
  "description": "A no-spoiler review of the Sci-Fi Movie, ABC."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.example.com/review_clip/abc",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "Movie",
    "@id": "https://www.example.com/movie/abc"
  }
}
Movie
以下は、Review クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティの potentialAction プロパティにはディープリンクが含まれています。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Movie",
  "@id": "https://www.example.com/movie/abc",
  "url": "https://www.example.com/movie/abc",
  "name": "My Favorite Movie",
  "potentialAction": {
    "@type": "WatchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
      "inLanguage": "en",
      "actionPlatform": [
        "http://schema.org/DesktopWebPlatform",
        "http://schema.org/MobileWebPlatform",
        "http://schema.org/AndroidPlatform",
        "http://schema.org/AndroidTVPlatform",
        "http://schema.org/IOSPlatform",
        "http://schema.googleapis.com/GoogleVideoCast"
      ]
    },
    "actionAccessibilityRequirement": {
      "@type": "ActionAccessSpecification",
      "category": "subscription",
      "availabilityStarts": "2018-07-21T10:35:29Z",
      "availabilityEnds": "2019-10-21T10:35:29Z",
      "requiresSubscription": {
          "@type": "MediaSubscription",
          "name": "Example Package",
          "commonTier": true,
          "@id": "https://example.com/package/example"
      },
      "eligibleRegion": [
        {
          "@type": "Country",
          "name": "US"
        },
        {
          "@type": "Country",
          "name": "CA"
        }
      ]
    }
  },
  "sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
  "releasedEvent": {
    "@type": "PublicationEvent",
    "startDate": "2008-01-20",
    "location": {
      "@type": "Country",
      "name": "US"
    }
  },
  "popularityScore": {
    "@type": "PopularityScoreSpecification",
    "value": 78,
    "eligibleRegion": [
      {
        "@type": "Country",
        "name": "US"
      },
      {
        "@type": "Country",
        "name": "CA"
      }
    ]
  },
  "description": "This is my favorite movie.",
  "actor": [
    {
      "@type": "Person",
      "name": "John Doe",
      "sameAs": "https://en.wikipedia.org/wiki/John_Doe"
    },
    {
      "@type": "Person",
      "name": "Jane Doe",
      "sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
    }
  ],
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "IMDB_ID",
      "value":  "tt0123456"
    }
  ]
}
ハイライトの仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Highlightに設定します。 | 
| @id | URL | 必須 - ハイライトの識別子(URI 形式)。例: https://example.com/1234abc。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - ハイライト クリップの名前。 | 
| description | テキスト | 必須 - ハイライトの説明。300 文字以内。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このハイライトが属するエンティティを表します。このプロパティには次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Highlight@idとは異なる@idを持っている必要があります。 | 
ハイライトの例
次の例は、左側のタブの Highlight クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例には、mainEntity タイプのディープリンクは含まれていません。
ハイライト
次のクリップは、スポーツ イベントのハイライトです。スポーツ イベントは、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Highlight"
  "@id": "https://www.example.com/highlight_clip/teama-teamb",
  "name": "Highlight for the Team A vs Team B game"
  "description": "Highlight for the Team A vs Team B game."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "http://www.example.com/premium/teama_vs_teamb_highlight",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "SportsEvent",
    "@id": "https://www.example.com/game/2019-09-12/teama-teamb"
  }
}
SportsEvent
以下は、Highlight クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティにはディープリンクが含まれていません。ディープリンクがある場合は、potentialAction プロパティを使用して追加できます。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}
ミスの仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Blooperに設定します。 | 
| @id | URL | 必須 - ミスの識別子(URI 形式)。例: https://example.com/1234abc。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - ミスシーンのクリップの名前。 | 
| description | テキスト | 必須 - ミスの説明。300 文字以内にしてください。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、この NG クリップが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Blooper@idとは異なる@idを持っている必要があります。 | 
ミスの例
次の例は、左側のタブの Blooper クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例にはディープリンクが含まれています。
NG シーン
次のクリップは、映画の NG シーンです。映画は、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Blooper"
  "@id": "https://www.example.com/blooper_abc",
  "name": "ABC Bloopers"
  "description": "Bloopers during the filming of ABC"
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.example.com/blooper_abc",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "Movie",
    "@id": "https://www.example.com/movie/abc"
  }
}
Movie
以下は、Blooper クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティの potentialAction プロパティにはディープリンクが含まれています。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Movie",
  "@id": "https://www.example.com/movie/abc",
  "url": "https://www.example.com/movie/abc",
  "name": "My Favorite Movie",
  "potentialAction": {
    "@type": "WatchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
      "inLanguage": "en",
      "actionPlatform": [
        "http://schema.org/DesktopWebPlatform",
        "http://schema.org/MobileWebPlatform",
        "http://schema.org/AndroidPlatform",
        "http://schema.org/AndroidTVPlatform",
        "http://schema.org/IOSPlatform",
        "http://schema.googleapis.com/GoogleVideoCast"
      ]
    },
    "actionAccessibilityRequirement": {
      "@type": "ActionAccessSpecification",
      "category": "subscription",
      "availabilityStarts": "2018-07-21T10:35:29Z",
      "availabilityEnds": "2019-10-21T10:35:29Z",
      "requiresSubscription": {
          "@type": "MediaSubscription",
          "name": "Example Package",
          "commonTier": true,
          "@id": "https://example.com/package/example"
      },
      "eligibleRegion": [
        {
          "@type": "Country",
          "name": "US"
        },
        {
          "@type": "Country",
          "name": "CA"
        }
      ]
    }
  },
  "sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
  "releasedEvent": {
    "@type": "PublicationEvent",
    "startDate": "2008-01-20",
    "location": {
      "@type": "Country",
      "name": "US"
    }
  },
  "popularityScore": {
    "@type": "PopularityScoreSpecification",
    "value": 78,
    "eligibleRegion": [
      {
        "@type": "Country",
        "name": "US"
      },
      {
        "@type": "Country",
        "name": "CA"
      }
    ]
  },
  "description": "This is my favorite movie.",
  "actor": [
    {
      "@type": "Person",
      "name": "John Doe",
      "sameAs": "https://en.wikipedia.org/wiki/John_Doe"
    },
    {
      "@type": "Person",
      "name": "Jane Doe",
      "sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
    }
  ],
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "IMDB_ID",
      "value":  "tt0123456"
    }
  ]
}
BehindTheScene の仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に BehindTheSceneに設定します。 | 
| @id | URL | 必須 - URI 形式のクリップの識別子。たとえば、https://example.com/1234abc です。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - メイキング クリップの名前。 | 
| description | テキスト | 必須 - メイキング クリップの説明(300 文字以内)。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このメイキング クリップが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、BehindTheScene@idとは異なる@idを持っている必要があります。 | 
BehindTheScene の例
次の例は、左側のタブの BehindTheScene クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例にはディープリンクが含まれています。
BehindTheScene
以下は、映画のメイキング クリップです。映画は、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "BehindTheScene"
  "@id": "https://www.example.com/behind_the_scene_abc",
  "name": "ABC Behind the scene"
  "description": "Behind the scene of ABC."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.example.com/behind_the_scene_abc",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "Movie",
    "@id": "https://www.example.com/movie/abc"
  }
}
Movie
以下は、BehindTheScene クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティの potentialAction プロパティにはディープリンクが含まれています。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Movie",
  "@id": "https://www.example.com/movie/abc",
  "url": "https://www.example.com/movie/abc",
  "name": "My Favorite Movie",
  "potentialAction": {
    "@type": "WatchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
      "inLanguage": "en",
      "actionPlatform": [
        "http://schema.org/DesktopWebPlatform",
        "http://schema.org/MobileWebPlatform",
        "http://schema.org/AndroidPlatform",
        "http://schema.org/AndroidTVPlatform",
        "http://schema.org/IOSPlatform",
        "http://schema.googleapis.com/GoogleVideoCast"
      ]
    },
    "actionAccessibilityRequirement": {
      "@type": "ActionAccessSpecification",
      "category": "subscription",
      "availabilityStarts": "2018-07-21T10:35:29Z",
      "availabilityEnds": "2019-10-21T10:35:29Z",
      "requiresSubscription": {
          "@type": "MediaSubscription",
          "name": "Example Package",
          "commonTier": true,
          "@id": "https://example.com/package/example"
      },
      "eligibleRegion": [
        {
          "@type": "Country",
          "name": "US"
        },
        {
          "@type": "Country",
          "name": "CA"
        }
      ]
    }
  },
  "sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
  "releasedEvent": {
    "@type": "PublicationEvent",
    "startDate": "2008-01-20",
    "location": {
      "@type": "Country",
      "name": "US"
    }
  },
  "popularityScore": {
    "@type": "PopularityScoreSpecification",
    "value": 78,
    "eligibleRegion": [
      {
        "@type": "Country",
        "name": "US"
      },
      {
        "@type": "Country",
        "name": "CA"
      }
    ]
  },
  "description": "This is my favorite movie.",
  "actor": [
    {
      "@type": "Person",
      "name": "John Doe",
      "sameAs": "https://en.wikipedia.org/wiki/John_Doe"
    },
    {
      "@type": "Person",
      "name": "Jane Doe",
      "sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
    }
  ],
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "IMDB_ID",
      "value":  "tt0123456"
    }
  ]
}
DeletedScene の仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に DeletedSceneに設定します。 | 
| @id | URL | 必須 - URI 形式のクリップの識別子。たとえば、https://example.com/1234abc です。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - 削除されたシーンの名前。 | 
| description | テキスト | 必須 - 削除されたシーンの説明。300 文字以内。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、この削除されたシーンが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、DeletedScene@idとは異なる@idを持っている必要があります。 | 
DeletedScene の例
次の例は、左側のタブの DeletedScene クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例にはディープリンクが含まれています。
DeletedScene
次のクリップは、映画から削除されたシーンを表しています。映画は、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "DeletedScene"
  "@id": "https://www.example.com/deleted_scene_abc",
  "name": "Deleted Sscenes in ABC"
  "description": "Deleted Sscenes in ABC."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.example.com/deleted_scene_abc",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "Movie",
    "@id": "https://www.example.com/movie/abc"
  }
}
Movie
以下は、DeletedScene クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティの potentialAction プロパティにはディープリンクが含まれています。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Movie",
  "@id": "https://www.example.com/movie/abc",
  "url": "https://www.example.com/movie/abc",
  "name": "My Favorite Movie",
  "potentialAction": {
    "@type": "WatchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
      "inLanguage": "en",
      "actionPlatform": [
        "http://schema.org/DesktopWebPlatform",
        "http://schema.org/MobileWebPlatform",
        "http://schema.org/AndroidPlatform",
        "http://schema.org/AndroidTVPlatform",
        "http://schema.org/IOSPlatform",
        "http://schema.googleapis.com/GoogleVideoCast"
      ]
    },
    "actionAccessibilityRequirement": {
      "@type": "ActionAccessSpecification",
      "category": "subscription",
      "availabilityStarts": "2018-07-21T10:35:29Z",
      "availabilityEnds": "2019-10-21T10:35:29Z",
      "requiresSubscription": {
          "@type": "MediaSubscription",
          "name": "Example Package",
          "commonTier": true,
          "@id": "https://example.com/package/example"
      },
      "eligibleRegion": [
        {
          "@type": "Country",
          "name": "US"
        },
        {
          "@type": "Country",
          "name": "CA"
        }
      ]
    }
  },
  "sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
  "releasedEvent": {
    "@type": "PublicationEvent",
    "startDate": "2008-01-20",
    "location": {
      "@type": "Country",
      "name": "US"
    }
  },
  "popularityScore": {
    "@type": "PopularityScoreSpecification",
    "value": 78,
    "eligibleRegion": [
      {
        "@type": "Country",
        "name": "US"
      },
      {
        "@type": "Country",
        "name": "CA"
      }
    ]
  },
  "description": "This is my favorite movie.",
  "actor": [
    {
      "@type": "Person",
      "name": "John Doe",
      "sameAs": "https://en.wikipedia.org/wiki/John_Doe"
    },
    {
      "@type": "Person",
      "name": "Jane Doe",
      "sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
    }
  ],
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "IMDB_ID",
      "value":  "tt0123456"
    }
  ]
}
面接の仕様表
| プロパティ | タイプ | 説明 | 
|---|---|---|
| @context | テキスト | 必須 - 常に ["http://schema.org", {"@language": "xx"}]に設定します。
 | 
| @type | テキスト | 必須 - 常に Interviewに設定します。 | 
| @id | URL | 必須 - 面接の識別子(URI 形式)。例: https://example.com/1234abc。 @idは次の要件を満たす必要があります。
 | 
| name | テキスト | 必須 - インタビュー クリップの名前。 | 
| description | テキスト | 必須 - インタビューの説明。300 文字以内。 | 
| potentialAction | WatchAction | 必須 - アクションの詳細を提供するアクション マークアップ オブジェクト。 | 
| mainEntity.@type | テキスト | 必須 - mainEntityプロパティを使用して、このインタビューが属するエンティティを表します。このプロパティには、次の値を指定できます。 mainEntityプロパティは、フィード内の最上位エンティティとしても存在する必要があります。このドキュメント全体に記載されている仕様表に従って、それぞれのタイプに必要なメタデータをすべて追加します。これらのmainEntityタイプにディープリンクを含めるかどうかは、potentialActionプロパティで指定します。 | 
| mainEntity.@id | URL | 必須 - 対応するエンティティの @id。エンティティはフィード内に存在し、Interview@idとは異なる@idを持っている必要があります。 | 
| interviewer.@type | テキスト | 必須 - 常に Personに設定します。 | 
| interviewer.@id | URL | 必須 - 面接官の識別子(URI 形式)。例: https://example.com/person/1234abc。 @idは次の要件を満たす必要があります。
 | 
| interviewer.name | テキスト | 必須 - 面接官の名前。 | 
| interviewee.@type | テキスト | 必須 - 常に Personに設定します。 | 
| interviewee.@id | URL | 必須 - 面談対象者の識別子(URI 形式)。例: https://example.com/person/1234abc。 @idは次の要件を満たす必要があります。
 | 
| interviewee.name | テキスト | 必須 - インタビュー対象者の名前。 | 
面接の例
次の例は、左側のタブの Interview クリップのマークアップと、右側のタブのリンクされた mainEntity を示しています。この例にはディープリンクが含まれています。
面接
次のクリップは、映画に関するインタビューです。映画は、mainEntity プロパティの @type と @id で指定します。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Interview"
  "@id": "https://www.example.com/abc_personb_interview",
  "name": "ABC Promotional Interview"
  "description": "ABC promotional interview ofwith Person B with host Person A."
  "potentialAction": {
      "@type": "WatchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.example.com/abc_personb_interview",
        "inLanguage": "en",
        "actionPlatform": [
          "http://schema.org/DesktopWebPlatform",
          "http://schema.org/MobileWebPlatform",
          "http://schema.org/AndroidPlatform",
          "http://schema.org/IOSPlatform",
          "http://schema.googleapis.com/GoogleVideoCast"
        ]
      },
      "actionAccessibilityRequirement": {
        "@type": "ActionAccessSpecification",
        "category": "subscription",
        "availabilityStarts": "2019-09-09T10:00:00Z",
        "availabilityEnds": "2019-09-31T10:00:00Z",
        "requiresSubscription": {
          "@type": "MediaSubscription",
          "@id": "http://www.example.com/premium_subscription",
          "name": "Example Premium",
          "sameAs": "http://www.example.com/premium_subscription"
        },
        "eligibleRegion": [
          {
            "@type": "Country",
            "name": "US"
          },
          {
            "@type": "Country",
            "name": "CA"
          }
        ]
      }
    }
  "mainEntity": {
    "@type": "Movie",
    "@id": "https://www.example.com/movie/abc"
  }
  "interviewer": {
    "@type": "Person"
    "@id": "https://example.com/person/1234abc"
    "name": "Person A"
  }
  "interviewee": {
    "@type": "Person"
    "@id": "https://example.com/person/45664abc"
    "name" : "Person B"
  }
}
Movie
以下は、Interview クリップで指定されたクリップに関連付けられた mainEntity です。このエンティティの potentialAction プロパティにはディープリンクが含まれています。
{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type": "Movie",
  "@id": "https://www.example.com/movie/abc",
  "url": "https://www.example.com/movie/abc",
  "name": "My Favorite Movie",
  "potentialAction": {
    "@type": "WatchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
      "inLanguage": "en",
      "actionPlatform": [
        "http://schema.org/DesktopWebPlatform",
        "http://schema.org/MobileWebPlatform",
        "http://schema.org/AndroidPlatform",
        "http://schema.org/AndroidTVPlatform",
        "http://schema.org/IOSPlatform",
        "http://schema.googleapis.com/GoogleVideoCast"
      ]
    },
    "actionAccessibilityRequirement": {
      "@type": "ActionAccessSpecification",
      "category": "subscription",
      "availabilityStarts": "2018-07-21T10:35:29Z",
      "availabilityEnds": "2019-10-21T10:35:29Z",
      "requiresSubscription": {
          "@type": "MediaSubscription",
          "name": "Example Package",
          "commonTier": true,
          "@id": "https://example.com/package/example"
      },
      "eligibleRegion": [
        {
          "@type": "Country",
          "name": "US"
        },
        {
          "@type": "Country",
          "name": "CA"
        }
      ]
    }
  },
  "sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
  "releasedEvent": {
    "@type": "PublicationEvent",
    "startDate": "2008-01-20",
    "location": {
      "@type": "Country",
      "name": "US"
    }
  },
  "popularityScore": {
    "@type": "PopularityScoreSpecification",
    "value": 78,
    "eligibleRegion": [
      {
        "@type": "Country",
        "name": "US"
      },
      {
        "@type": "Country",
        "name": "CA"
      }
    ]
  },
  "description": "This is my favorite movie.",
  "actor": [
    {
      "@type": "Person",
      "name": "John Doe",
      "sameAs": "https://en.wikipedia.org/wiki/John_Doe"
    },
    {
      "@type": "Person",
      "name": "Jane Doe",
      "sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
    }
  ],
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "IMDB_ID",
      "value":  "tt0123456"
    }
  ]
}