{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/panorama/video-intel.json","title":"panorama/video-intel 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":{"resolved":{"type":"object","properties":{"platform":{"type":["string","null"],"description":"Resolved source platform."},"endpoint":{"type":["string","null"],"description":"Source video/post endpoint."},"url":{"type":["string","null"],"description":"Requested video URL."}},"additionalProperties":true},"video":{"type":["object","null"],"additionalProperties":true},"transcript":{"type":["object","null"],"additionalProperties":true},"author":{"type":["object","null"],"additionalProperties":true},"top_comments":{"type":"array","items":{"type":"object","properties":{"text":{"type":["string","null"],"description":"Original returned comment text."},"author":{"type":["string","null"],"description":"Original author label."},"likes":{"type":["number","null"],"description":"Original comment likes, including zero."}},"additionalProperties":true}},"engagement":{"type":"object","properties":{"plays":{"type":["number","null"],"description":"Published plays/views."},"interactions":{"type":["number","null"],"description":"Observed likes+comments+shares, alias fields counted once; null when every interaction input is unknown."},"engagement_rate":{"type":["number","null"],"description":"Interactions / plays as a fraction, rounded to six decimals; null for unknown interactions or missing/zero plays."},"counts":{"type":"object","properties":{"likes":{"type":["number","null"],"description":"Published likes."},"comments":{"type":["number","null"],"description":"Published comments or replies; aliases counted once."},"shares":{"type":["number","null"],"description":"Published shares, reposts or retweets; aliases counted once."},"views":{"type":["number","null"],"description":"Published views or plays; not an interaction."}},"additionalProperties":true},"count_sources":{"type":"object","properties":{"likes":{"type":["string","null"],"description":"Field path in the returned video object, or null."},"comments":{"type":["string","null"],"description":"Field path in the returned video object, or null."},"shares":{"type":["string","null"],"description":"Field path in the returned video object, or null."},"views":{"type":["string","null"],"description":"Field path in the returned video object, or null."}},"additionalProperties":true},"counters_reported":{"type":["number","null"],"description":"Number of known interaction components, from0 to3; partial components remain explicit."}},"additionalProperties":true}},"additionalProperties":true,"examples":[{"resolved":{"platform":"youtube","endpoint":"video","url":"https://www.youtube.com/watch?v=example1234"},"video":{"id":"example1234","views":1000,"likes":10,"comments_count":5},"transcript":null,"author":null,"top_comments":[],"engagement":{"plays":1000,"interactions":15,"engagement_rate":0.015,"counts":{"likes":10,"comments":5,"shares":null,"views":1000},"count_sources":{"likes":"likes","comments":"comments_count","shares":null,"views":"views"},"counters_reported":2}}]}