{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/github/issue.json","title":"github/issue 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":["number","string","null"],"description":"Source ID. Preserve its original representation; do not coerce a large string ID to a JavaScript number."},"number":{"type":["number","null"],"description":"Issue number within this repository."},"title":{"type":["string","null"],"description":"Issue title."},"body":{"type":["string","null"],"description":"Issue text; bundle previews may be shortened."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"state":{"type":["string","null"],"description":"Source issue state."},"is_pull_request":{"type":["boolean","null"],"description":"Whether the source item is a pull request."},"author":{"type":["string","null"],"description":"Author login."},"comments":{"type":["number","null"],"description":"Comments reported by the source; null or absent is unknown, not zero."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"updated_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":44,"number":7,"title":"Example issue","is_pull_request":false,"comments":2}]}