{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/youtube/videos.json","title":"youtube/videos data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"title":{"type":["string","null"],"description":"Video title."},"description":{"type":["string","null"],"description":"Video description."},"published_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"duration_seconds":{"type":["number","null"],"description":"Duration in seconds."},"channel":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"name":{"type":["string","null"],"description":"Channel display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true},"views":{"type":["number","null"],"description":"Views reported by the source; null or absent is unknown, not zero."},"likes":{"type":["number","null"],"description":"Likes reported by the source; null or absent is unknown, not zero."},"comments_count":{"type":["number","null"],"description":"Comments reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"items":[{"id":"abcdefghijk","title":"A quieter desk setup","published_at":"2026-09-01T12:00:00Z","channel":{"id":"UC_example","name":"Example Channel"},"duration_seconds":482,"views":12600,"likes":640,"comments_count":38}],"cursor":null,"has_more":null}]}