├── LICENSE ├── README.md ├── openapi-schema-builder.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr34mhacks/Openapi-Schema-Builder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr34mhacks/Openapi-Schema-Builder/HEAD/README.md -------------------------------------------------------------------------------- /openapi-schema-builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr34mhacks/Openapi-Schema-Builder/HEAD/openapi-schema-builder.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | openapi-spec-validator==0.5.6 2 | termcolor==2.3.0 3 | --------------------------------------------------------------------------------