{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/reddit/post.json","title":"reddit/post 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."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"title":{"type":["string","null"],"description":"Discussion title."},"author":{"type":["string","null"],"description":"Reddit username, not an author object."},"subreddit":{"type":["string","null"],"description":"Community name."},"text":{"type":["string","null"],"description":"Post body when included."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"score":{"type":["number","null"],"description":"Net score; can be negative and is not a like count."},"comments_count":{"type":["number","null"],"description":"Comments reported by the source; null or absent is unknown, not zero."},"upvote_ratio":{"type":["number","null"],"description":"Source upvote ratio on a 0–1 scale."},"selftext":{"type":["string","null"],"description":"Full self-post text when supplied."},"flair":{"type":["string","null"],"description":"Post flair text."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"example1","title":"What improved your desk setup?","author":"example_reader","subreddit":"example_community","url":null,"score":42,"comments_count":18,"text":null,"selftext":"A fictional discussion for this example."}]}