{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/github/profile/repos.json","title":"github/profile/repos 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":{"items":{"type":"array","items":{"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."},"name":{"type":["string","null"],"description":"Repository name."},"full_name":{"type":["string","null"],"description":"Owner/name identity."},"owner":{"type":["string","null"],"description":"Owner login."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"description":{"type":["string","null"],"description":"Repository description."},"language":{"type":["string","null"],"description":"Primary source language."},"stars":{"type":["number","null"],"description":"Stargazers reported by the source; null or absent is unknown, not zero."},"forks":{"type":["number","null"],"description":"Forks reported by the source; null or absent is unknown, not zero."},"watchers":{"type":["number","null"],"description":"Subscribers, when supplied; not stargazers reported by the source; null or absent is unknown, not zero."},"open_issues":{"type":["number","null"],"description":"Source open-issue count, which can include pull requests reported by the source; null or absent is unknown, not zero."},"default_branch":{"type":["string","null"],"description":"Default branch name."},"is_fork":{"type":["boolean","null"],"description":"Whether this is a fork."},"is_archived":{"type":["boolean","null"],"description":"Whether archived."},"pushed_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"items":[{"id":43,"full_name":"example/project","url":"https://github.com/example/project","watchers":null}],"cursor":null,"has_more":null}]}