{"id":30390083,"url":"https://github.com/owasp/nest-schema","last_synced_at":"2026-01-20T18:02:25.311Z","repository":{"id":308068240,"uuid":"1031453824","full_name":"OWASP/nest-schema","owner":"OWASP","description":"OWASP Schema","archived":false,"fork":false,"pushed_at":"2025-09-17T17:26:48.000Z","size":932,"stargazers_count":3,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T23:57:17.422Z","etag":null,"topics":["json-schema","mkdocs","owasp","owasp-nest","python","schema","yaml-schema"],"latest_commit_sha":null,"homepage":"https://nest.owasp.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OWASP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-03T19:15:54.000Z","updated_at":"2025-09-15T06:55:07.000Z","dependencies_parsed_at":"2025-08-04T00:33:27.928Z","dependency_job_id":"b4e134be-5fda-4430-af1f-e02d6a7560a8","html_url":"https://github.com/OWASP/nest-schema","commit_stats":null,"previous_names":["owasp/nest-schema"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/OWASP/nest-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OWASP%2Fnest-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OWASP%2Fnest-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OWASP%2Fnest-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OWASP%2Fnest-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OWASP","download_url":"https://codeload.github.com/OWASP/nest-schema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OWASP%2Fnest-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275989337,"owners_count":25565646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json-schema","mkdocs","owasp","owasp-nest","python","schema","yaml-schema"],"created_at":"2025-08-21T09:12:45.457Z","updated_at":"2025-09-19T19:10:52.516Z","avatar_url":"https://github.com/OWASP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OWASP Schema\n\nA Python package providing JSON schemas for OWASP entities.\n\n## Installation\n\n```bash\npip install owasp-schema\n```\n\n## Usage\n\n```python\nfrom owasp_schema import get_schema, list_schemas, chapter_schema\n\n# List all available schemas\nprint(list_schemas())\n# Output: ['chapter', 'committee', 'project']\n\n# Get a specific schema\nchapter_schema = get_schema(\"chapter\")\n\n# Or use the pre-loaded schemas\nprint(chapter_schema[\"title\"])\n```\n\n## Available Schemas\n\n- `chapter`: Schema for OWASP chapters\n- `committee`: Schema for OWASP committees\n- `project`: Schema for OWASP projects\n\n## Development\n\nThis package is automatically published to PyPI when schema files change in the main branch using OIDC authentication.\n\nFor development setup and contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT License - see LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowasp%2Fnest-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowasp%2Fnest-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowasp%2Fnest-schema/lists"}