- Notifications
You must be signed in to change notification settings - Fork6
OWASP/nest-schema
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python package providing JSON schemas for OWASP entities.
pip install owasp-schema
fromowasp_schemaimportget_schema,list_schemas,chapter_schema# List all available schemasprint(list_schemas())# Output: ['chapter', 'committee', 'project']# Get a specific schemachapter_schema=get_schema("chapter")# Or use the pre-loaded schemasprint(chapter_schema["title"])
chapter
: Schema for OWASP chapterscommittee
: Schema for OWASP committeesproject
: Schema for OWASP projects
This package is automatically published to PyPI when schema files change in the main branch using OIDC authentication.
For development setup and contribution guidelines, seeCONTRIBUTING.md.
MIT License - see LICENSE file for details.
About
OWASP Schema
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors9
Uh oh!
There was an error while loading.Please reload this page.