{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/telegram/post.json","title":"telegram/post data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"author_name":{"description":"Optional author name supplied by this operation. Null means unknown.","type":["string","null"]},"author_url":{"description":"Optional author url supplied by this operation. Null means unknown.","type":["string","null"]},"channel":{"description":"Optional channel supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"media_count":{"description":"Optional media count supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"published_at":{"description":"Source publication time when available.","type":["string","null"]},"reaction_count":{"description":"Optional reaction count supplied by this operation. Null means unknown.","type":["number","null"]},"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"count_text":{"description":"Optional count text supplied by this operation. Null means unknown.","type":["string","null"]},"emoji":{"description":"Optional emoji supplied by this operation. Null means unknown.","type":["string","null"]},"emoji_id":{"description":"Optional emoji id supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"text":{"description":"Source text when supplied.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"views":{"description":"Optional views supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["author_name"],"properties":{"author_name":{"description":"Optional author name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["author_url"],"properties":{"author_url":{"description":"Optional author url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["channel"],"properties":{"channel":{"description":"Optional channel supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["media_count"],"properties":{"media_count":{"description":"Optional media count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["published_at"],"properties":{"published_at":{"description":"Source publication time when available.","type":["string"],"minLength":1}}},{"required":["reaction_count"],"properties":{"reaction_count":{"description":"Optional reaction count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["reactions"],"properties":{"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"count_text":{"description":"Optional count text supplied by this operation. Null means unknown.","type":["string","null"]},"emoji":{"description":"Optional emoji supplied by this operation. Null means unknown.","type":["string","null"]},"emoji_id":{"description":"Optional emoji id supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["views"],"properties":{"views":{"description":"Optional views supplied by this operation. Null means unknown.","type":["number"]}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"author_name":"example","author_url":"https://example.com/example","channel":"example","id":"example","media_count":0,"platform":"example","published_at":"2026-09-01T12:00:00Z","reaction_count":0,"reactions":[{"count":0,"count_text":"example","emoji":"example","emoji_id":"example"}],"text":"example","url":"https://example.com/example","views":0}]}