{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/github/profile.json","title":"github/profile 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."},"handle":{"type":["string","null"],"description":"Account login."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"bio":{"type":["string","null"],"description":"Public biography."},"followers":{"type":["number","null"],"description":"Followers reported by the source; null or absent is unknown, not zero."},"following":{"type":["number","null"],"description":"Following reported by the source; null or absent is unknown, not zero."},"public_repos":{"type":["number","null"],"description":"Public repositories reported by the source; null or absent is unknown, not zero."},"type":{"type":["string","null"],"description":"Source account type."},"created_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":42,"handle":"example","followers":100,"public_repos":3}]}