इस सेक्शन में, Preview, Recap, Review, Highlight, Blooper, BehindTheScene,
DeletedScene, और Interview क्लिप टाइप के लिए, कॉन्टेंट मार्कअप प्रॉपर्टी की जानकारी दी गई है.
स्पेसिफ़िकेशन की झलक दिखाने वाली टेबल
| प्रॉपर्टी | किस टाइप का होना चाहिए | ब्यौरा | 
|---|---|---|
| @context | टेक्स्ट | ज़रूरी है - हमेशा ["http://schema.org", {"@language": "xx"}]पर सेट करें.
 | 
| @type | टेक्स्ट | ज़रूरी है - हमेशा Previewपर सेट करें. | 
| @id | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में झलक का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - झलक वाली क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - झलक की जानकारी. इसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - कार्रवाई मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - इस प्रीव्यू से जुड़ी इकाई को दिखाने के लिए, mainEntityप्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Preview@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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में रीकैप का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - रीकैप क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - रीकैप की जानकारी. इसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - ऐक्शन मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - इस रीकैप से जुड़ी इकाई को दिखाने के लिए, mainEntityप्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी की ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Recap@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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में समीक्षा का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - समीक्षा वाली क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - समीक्षा की जानकारी, जिसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - ऐक्शन मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - mainEntityप्रॉपर्टी का इस्तेमाल करके, उस इकाई के बारे में बताएं जिसकी समीक्षा की जा रही है.इस प्रॉपर्टी की ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Review@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"
  }
}
मूवी
यहां 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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में हाइलाइट का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - हाइलाइट क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - हाइलाइट के बारे में जानकारी. इसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - कार्रवाई मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - इस हाइलाइट से जुड़ी इकाई को दिखाने के लिए, mainEntityप्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी की ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Highlight@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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में, ब्लूपर का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - ब्लूपर क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - ब्लूपर का ब्यौरा, जिसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - ऐक्शन मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - mainEntityप्रॉपर्टी का इस्तेमाल करके, उस इकाई के बारे में बताएं जिससे यह गड़बड़ी वाली क्लिप जुड़ी है.इस प्रॉपर्टी की ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Blooper@idसे अलग होना चाहिए. | 
ब्लूपर का उदाहरण
नीचे दिए गए उदाहरण में, बाईं ओर मौजूद टैब में Blooper क्लिप और दाईं ओर मौजूद टैब में उससे लिंक की गई mainEntity क्लिप का मार्कअप दिखाया गया है. इस उदाहरण में एक डीप लिंक शामिल है.
ब्लूपर
इस क्लिप में, किसी फ़िल्म का ब्लूपर दिखाया गया है. फ़िल्म के बारे में जानकारी, 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"
  }
}
मूवी
यहां 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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में क्लिप का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - पर्दे के पीछे की गतिविधियों वाली क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - पर्दे के पीछे की गतिविधियों वाली क्लिप के बारे में जानकारी. इसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - कार्रवाई मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - mainEntityप्रॉपर्टी का इस्तेमाल करके, उस इकाई के बारे में बताएं जिससे यह पर्दे के पीछे की क्लिप जुड़ी है.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,BehindTheScene@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"
  }
}
मूवी
यहां 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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में क्लिप का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन ज़रूरी शर्तों को पूरा करना होगा:
 | 
| name | टेक्स्ट | ज़रूरी है - मिटाए गए सीन का नाम. | 
| description | टेक्स्ट | ज़रूरी है - मिटाए गए सीन के बारे में जानकारी. इसमें 300 से ज़्यादा वर्ण नहीं होने चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - कार्रवाई मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - मिटाए गए इस सीन से जुड़ी इकाई को दिखाने के लिए, mainEntityप्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,DeletedScene@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"
  }
}
मूवी
यहां 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 | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में इंटरव्यू का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/1234abc. @idको इन शर्तों के मुताबिक होना चाहिए:
 | 
| name | टेक्स्ट | ज़रूरी है - इंटरव्यू की क्लिप का नाम. | 
| description | टेक्स्ट | ज़रूरी है - इंटरव्यू की जानकारी, 300 वर्णों तक की होनी चाहिए. | 
| potentialAction | WatchAction | ज़रूरी है - ऐक्शन मार्कअप ऑब्जेक्ट, जो कार्रवाई की जानकारी देता है. | 
| mainEntity.@type | टेक्स्ट | ज़रूरी है - जिस इकाई से यह इंटरव्यू जुड़ा है उसे दिखाने के लिए, mainEntityप्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: mainEntityप्रॉपर्टी, फ़ीड में टॉप-लेवल इकाई के तौर पर भी मौजूद होनी चाहिए. इस दस्तावेज़ में, अलग-अलग टाइप के लिए ज़रूरी मेटाडेटा जोड़ें. इसकी जानकारी, खास जानकारी वाली टेबल में दी गई है.mainEntityटाइप के इन आइटम में डीप लिंक शामिल करना ज़रूरी नहीं है. इस बारे मेंpotentialActionप्रॉपर्टी से पता चलता है. | 
| mainEntity.@id | यूआरएल | ज़रूरी है - उस इकाई का @id. इकाई, फ़ीड में मौजूद होनी चाहिए और उसका@id,Interview@idसे अलग होना चाहिए. | 
| interviewer.@type | टेक्स्ट | ज़रूरी है - हमेशा Personपर सेट करें. | 
| interviewer.@id | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में, इंटरव्यू लेने वाले व्यक्ति का आइडेंटिफ़ायर. उदाहरण के लिए, https://example.com/person/1234abc. @idको इन शर्तों को पूरा करना होगा:
 | 
| interviewer.name | टेक्स्ट | ज़रूरी है - इंटरव्यू लेने वाले व्यक्ति का नाम. | 
| interviewee.@type | टेक्स्ट | ज़रूरी है - हमेशा Personपर सेट करें. | 
| interviewee.@id | यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में, इंटरव्यू में शामिल व्यक्ति का आइडेंटिफ़ायर. उदाहरण के लिए, 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"
  }
}
मूवी
यहां 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"
    }
  ]
}