ส่วนนี้จะให้รายละเอียดของพร็อพเพอร์ตี้มาร์กอัปเนื้อหาสำหรับประเภทคลิป 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 คุณจะเพิ่มลิงก์ดังกล่าวได้ด้วยพร็อพเพอร์ตี้ 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 คุณจะเพิ่มลิงก์ดังกล่าวได้ด้วยพร็อพเพอร์ตี้ 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ที่ลิงก์ในแท็บด้านขวา ตัวอย่างนี้ไม่มี
Deep Link ในประเภท 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 คุณจะเพิ่มลิงก์ดังกล่าวได้ด้วยพร็อพเพอร์ตี้ 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"
}
]
}
ตารางข้อมูลจำเพาะของ Blooper
| พร็อพเพอร์ตี้ | ประเภทที่คาดหวัง | คำอธิบาย |
|---|---|---|
@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
ฉากฮาที่โดนตัดออก
คลิปต่อไปนี้แสดงฉากหลุดจากภาพยนตร์ ภาพยนตร์จะระบุโดย @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"
}
]
}