{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/youtube/channel.json","title":"youtube/channel 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":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"handle":{"type":["string","null"],"description":"Public account username."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"description":{"type":["string","null"],"description":"Channel description."},"country":{"type":["string","null"],"description":"Channel country when supplied."},"subscribers":{"type":["number","null"],"description":"Public subscribers; can be rounded reported by the source; null or absent is unknown, not zero."},"subscribers_hidden":{"type":["boolean","null"],"description":"Whether the source marks subscriber totals hidden."},"views":{"type":["number","null"],"description":"Channel views reported by the source; null or absent is unknown, not zero."},"video_count":{"type":["number","null"],"description":"Videos reported by the source; null or absent is unknown, not zero."},"uploads_playlist_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"UC_example","handle":"@example_channel","name":"Example Channel","subscribers":12000,"subscribers_hidden":false,"views":840000,"video_count":96}]}