Skip to content

janosmiko/openapi-jsonld-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI jsonld remover

This tool is able to remove jsonld entries from a given OpenAPI yaml file.

Usage using poetry

$ poetry init
$ poetry run python main.py --input openapi.yaml --output output.yaml

Usage using pip

$ pip3 install -r requirements.txt
$ python3 main.py --input openapi.yaml --output output.yaml

Examples

The input.yaml file contains an example openapi specification with jsonld entries.

The output.yaml file contains the same specification without jsonld entries stripped down.

About

This tool is able to remove jsonld entries from a given OpenAPI yaml file.

Topics

Resources

Stars

Watchers

Forks

Languages