Skip to content

aushimnagarkatti/schema-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Schema-gen

Examples

Example to aggregate multiple JSON schemas which reference each other with $ref:

python3 schemagen.py json_master -s json_schema.json -d examples

Example to convert a clean json schema (with no refs) into XML

  1. python3 schemagen.py json_to_xml -s final_out.json -a sections
  2. python3 schemagen.py json_to_xml -s final_out.json -x "XML header" -f "XML footer" -p "XmlBaseType" -a sections

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages