{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://newruntime.com/datasets/github-projects-for-ai-engineers/schema.json","title":"GitHub Projects for AI Engineers dataset","type":"object","additionalProperties":false,"required":["schema_version","type","stable_id","version","title","description","verified_at","ranking","methodology","license","provenance","distributions","themes","count","projects"],"properties":{"schema_version":{"const":"newruntime-github-radar-v1"},"type":{"const":"github_project_radar_dataset"},"stable_id":{"const":"authority_asset:github-projects-for-ai-engineers"},"version":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"verified_at":{"type":"string","format":"date"},"ranking":{"const":"stars_desc_forks_desc"},"methodology":{"type":"string"},"license":{"type":"object"},"provenance":{"type":"object"},"distributions":{"type":"object"},"themes":{"type":"array"},"count":{"type":"integer","minimum":1},"projects":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["rank","repo","url","stars","forks","theme","area","exportHits","why"],"properties":{"rank":{"type":"integer","minimum":1},"repo":{"type":"string","pattern":"^[^/]+/[^/]+$"},"url":{"type":"string","format":"uri","pattern":"^https://github\\.com/"},"stars":{"type":"integer","minimum":0},"forks":{"type":"integer","minimum":0},"theme":{"enum":["tools","context","ui","reliability","infrastructure"]},"area":{"type":"string"},"exportHits":{"type":"integer","minimum":0},"why":{"type":"string","minLength":20}}}}}}
