startOffset
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.The start time of the clip expressed as the number of seconds from the beginning of the work.
- Canonical URL: http://schema.org/startOffset
- Leave public feedback on this term 💬
- Check for open issues.
- 'startOffset' is mentioned in the pending extention.
Values expected to be one of these types |
---|
Number
|
Used on these types |
---|
Clip
|
Source
https://github.com/schemaorg/schemaorg/issues/2021
ExamplesA Clip from a longer video.
TODO
TODO
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "VideoObject", "name": "Cat video", "duration": "P10M", "hasPart": { "@type": "Clip", "name": "Segment where cat jumps", "startOffset": 30, "endOffset": 45 } } </script>