ส่วนนี้จะแสดงรายละเอียดของพร็อพเพอร์ตี้มาร์กอัปเนื้อหาสำหรับคลิปประเภท Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
,
DeletedScene
และ Interview
ตารางข้อมูลจำเพาะของตัวอย่าง
พร็อพเพอร์ตี้ | ประเภทที่คาดหวัง | คำอธิบาย |
---|---|---|
@context |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Preview เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุของตัวอย่างเพลงในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อของคลิปตัวอย่าง |
description |
Text | ต้องระบุ - คำอธิบายตัวอย่างเพลงที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่ตัวอย่างเพลงนี้อยู่พร็อพเพอร์ตี้นี้มีค่าได้ดังนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Preview @id |
ดูตัวอย่าง
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของคลิป Preview
ในแท็บด้านซ้ายและ mainEntity
ที่ลิงก์ไว้ของคลิปดังกล่าวในแท็บด้านขวา ตัวอย่างนี้ไม่มี Deep Link ประเภท mainEntity
Preview
คลิปต่อไปนี้แสดงตัวอย่างการแข่งขันกีฬา การแข่งขันกีฬาจะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Preview
รายการนี้ไม่มี Deep Link หากมี Deep Link คุณสามารถเพิ่ม Deep Link เหล่านั้นได้โดยใช้พร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Recap เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุของสรุปในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปสรุป |
description |
Text | ต้องระบุ - คำอธิบายสรุปที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่สรุปนี้อยู่พร็อพเพอร์ตี้นี้มีค่าได้ดังนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Recap @id |
ตัวอย่างสรุป
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของคลิป Recap
ในแท็บด้านซ้ายและ mainEntity
ที่ลิงก์ไว้ของคลิปดังกล่าวในแท็บด้านขวา ตัวอย่างนี้ไม่มี Deep Link ประเภท mainEntity
สรุป
คลิปต่อไปนี้แสดงสรุปการแข่งขันกีฬา การแข่งขันกีฬาจะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Recap
รายการนี้ไม่มี Deep Link หากมี Deep Link คุณสามารถเพิ่ม Deep Link เหล่านั้นได้โดยใช้พร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Review เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุของรีวิวในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปรีวิว |
description |
Text | ต้องระบุ - คำอธิบายรีวิวที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่รีวิวนี้เกี่ยวข้องพร็อพเพอร์ตี้นี้อาจมีค่าต่อไปนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Review @id |
ตัวอย่างการตรวจสอบ
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของคลิป Review
ในแท็บด้านซ้ายและ mainEntity
ที่ลิงก์ไว้ของคลิปดังกล่าวในแท็บด้านขวา ตัวอย่างนี้มี Deep Link
ตรวจสอบ
คลิปต่อไปนี้แสดงรีวิวภาพยนตร์ ภาพยนตร์จะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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"
}
}
ภาพยนตร์
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Review
เอนทิตีนี้มี Deep Link ในพร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Highlight เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุไฮไลต์ในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปไฮไลต์ |
description |
Text | ต้องระบุ - คำอธิบายไฮไลต์ที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่ไฮไลต์นี้อยู่พร็อพเพอร์ตี้นี้มีค่าได้ดังนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Highlight @id |
ตัวอย่างไฮไลต์
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของHighlight
คลิปในแท็บด้านซ้าย และmainEntity
ที่ลิงก์ในแท็บด้านขวา ตัวอย่างนี้ไม่มีไดープลิงก์ในประเภท mainEntity
ไฮไลต์
คลิปต่อไปนี้แสดงไฮไลต์จากการแข่งขันกีฬา การแข่งขันกีฬาจะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Highlight
รายการนี้ไม่มี Deep Link หากมี Deep Link คุณสามารถเพิ่ม Deep Link เหล่านั้นได้โดยใช้พร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Blooper เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุของคลิปภาพครีเอเตอร์ในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปขำขัน |
description |
Text | ต้องระบุ - คำอธิบายของข้อผิดพลาดที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่เป็นเจ้าของคลิปภาพความผิดพลาดนี้พร็อพเพอร์ตี้นี้อาจมีค่าต่อไปนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Blooper @id |
ตัวอย่างฉากหลุด
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของคลิป Blooper
ในแท็บด้านซ้ายและ mainEntity
ที่ลิงก์ไว้ของคลิปดังกล่าวในแท็บด้านขวา ตัวอย่างนี้มี Deep Link
Blooper
คลิปต่อไปนี้แสดงภาพความผิดพลาดจากภาพยนตร์ ภาพยนตร์จะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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"
}
}
ภาพยนตร์
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Blooper
เอนทิตีนี้มี Deep Link ในพร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น BehindTheScene เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุคลิปในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปเบื้องหลัง |
description |
Text | ต้องระบุ - คำอธิบายคลิปเบื้องหลังที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่เป็นเจ้าของคลิปเบื้องหลังนี้พร็อพเพอร์ตี้นี้มีค่าได้ดังนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก BehindTheScene @id |
ตัวอย่าง BehindTheScene
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของคลิป BehindTheScene
ในแท็บด้านซ้าย และ mainEntity
ที่ลิงก์ไว้ของคลิปในแท็บด้านขวา ตัวอย่างนี้มี Deep Link
BehindTheScene
ตัวอย่างต่อไปนี้แสดงคลิปเบื้องหลังจากภาพยนตร์ ภาพยนตร์จะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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"
}
}
ภาพยนตร์
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป BehindTheScene
เอนทิตีนี้มี Deep Link ในพร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น DeletedScene เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุคลิปในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อของฉากที่ลบ |
description |
Text | ต้องระบุ - คำอธิบายฉากที่ลบออกซึ่งมีความยาวได้ไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงเอนทิตีที่เป็นของฉากที่ลบนี้พร็อพเพอร์ตี้นี้มีค่าได้ดังนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก DeletedScene @id |
ตัวอย่าง DeletedScene
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของDeletedScene
คลิปในแท็บด้านซ้าย และmainEntity
ที่ลิงก์ในแท็บด้านขวา ตัวอย่างนี้มี Deep Link
DeletedScene
คลิปต่อไปนี้แสดงฉากที่ถูกตัดออกจากภาพยนตร์ ภาพยนตร์จะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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"
}
}
ภาพยนตร์
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป DeletedScene
เอนทิตีนี้มี Deep Link ในพร็อพเพอร์ตี้ 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 |
Text | ต้องระบุ - ตั้งค่าเป็น ["http://schema.org", {"@language": "xx"}] เสมอ
|
@type |
Text | ต้องระบุ - ตั้งค่าเป็น Interview เสมอ |
@id |
URL | ต้องระบุ - ตัวระบุของบทสัมภาษณ์ในรูปแบบ URI เช่น https://example.com/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
name |
Text | ต้องระบุ - ชื่อคลิปสัมภาษณ์ |
description |
Text | ต้องระบุ - คำอธิบายการสัมภาษณ์ที่มีความยาวไม่เกิน 300 อักขระ |
potentialAction |
การดำเนินการเพื่อรับชม | ต้องระบุ - ออบเจ็กต์มาร์กอัปการดําเนินการที่ให้รายละเอียดการดําเนินการ |
mainEntity.@type |
Text | ต้องระบุ - ใช้พร็อพเพอร์ตี้ mainEntity เพื่อแสดงถึงเอนทิตีที่การสัมภาษณ์นี้อยู่พร็อพเพอร์ตี้นี้อาจมีค่าต่อไปนี้ พร็อพเพอร์ตี้ mainEntity ต้องเป็นเอนทิตีระดับบนสุดในฟีดด้วย เพิ่มข้อมูลเมตาที่จำเป็นทั้งหมดสำหรับประเภทที่เกี่ยวข้องตามที่ระบุไว้ในตารางข้อกำหนดของประเภทนั้นๆ ตลอดทั้งเอกสารประกอบนี้ mainEntity ประเภทเหล่านี้ไม่จำเป็นต้องมี Deep Link ตามที่ระบุผ่านพร็อพเพอร์ตี้ potentialAction |
mainEntity.@id |
URL | ต้องระบุ - @id ของเอนทิตีที่เกี่ยวข้อง เอนทิตีต้องอยู่ในฟีดและมี @id ที่แตกต่างจาก Interview @id |
interviewer.@type |
Text | ต้องระบุ - ตั้งค่าเป็น Person เสมอ |
interviewer.@id |
URL | ต้องระบุ - ตัวระบุผู้สัมภาษณ์ในรูปแบบ URI เช่น https://example.com/person/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
interviewer.name |
Text | ต้องระบุ - ชื่อผู้สัมภาษณ์ |
interviewee.@type |
Text | ต้องระบุ - ตั้งค่าเป็น Person เสมอ |
interviewee.@id |
URL | ต้องระบุ - ตัวระบุของผู้ให้สัมภาษณ์ในรูปแบบ URI เช่น https://example.com/person/1234abc@id ต้องเป็นไปตามข้อกำหนดต่อไปนี้
|
interviewee.name |
Text | ต้องระบุ - ชื่อผู้ให้สัมภาษณ์ |
ตัวอย่างการสัมภาษณ์
ตัวอย่างต่อไปนี้แสดงมาร์กอัปของInterview
คลิปในแท็บด้านซ้าย และmainEntity
ที่ลิงก์ในแท็บด้านขวา ตัวอย่างนี้มี Deep Link
การสัมภาษณ์
คลิปต่อไปนี้แสดงการสัมภาษณ์เกี่ยวกับภาพยนตร์ ภาพยนตร์จะระบุด้วย @type
และ @id
ของพร็อพเพอร์ตี้ mainEntity
{
"@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"
}
}
ภาพยนตร์
ต่อไปนี้คือ mainEntity
ที่เชื่อมโยงกับคลิปที่ระบุในคลิป Interview
เอนทิตีนี้มี Deep Link ในพร็อพเพอร์ตี้ 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"
}
]
}