Skip to content

openapi-json-schema-tools/openapi-document-analysis

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2024
Aug 17, 2023
Aug 17, 2023
Jul 16, 2023
Feb 27, 2024
Jul 16, 2023
Jul 16, 2023
Jul 16, 2023
Feb 27, 2024
Feb 27, 2024
Aug 17, 2023
Jul 17, 2023

Repository files navigation

openapi-document-analysis

A repo to analye usage of some keywords in openapi documents

openapi documents

documents are from https://github.com/APIs-guru/openapi-directory

env setup

python3 -m venv venv
source venv/bin/activate
pip install pyyaml

usage

  • python analyze.py
    • Outputs md reports and .py files containing required keys and properties keys and qty of usages
    • After this is run, the below analyzers can be run on the generated .py files containing key info
  • python analyze_required_keys.py
  • python analyze_properties_keys.py

Reports

About

A repo to analye usage of some keywords in openapi documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages