Skip to content

saphir-lab/api_data_dictionary

Repository files navigation

api_data_dictionary

This script builds a data dictionary from openapi/swagger documentation (version 3.x)

The dictionary contains all the parameters/fields name discovered in the openapi file together with their characteristics (Required (Y/N), Types (string, array, boolean, number, ...), API path where used, list of descriptions, ...)

Usage

You need to specify at least one argument in order tu run the script(path of the openapi file):

python main.py openapi.json

Note: for more information about possible parameters, type:

python main.py --help

About

Build a data dictionary from openapi/swagger documentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages