Skip to content

HectorOses/pyang-json-schema-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyang-json-schema-plugin

This is a pyang JSON Schema output plugin. It takes YANG files and tries to produce a JSON Schema that validates JSON content payload as defined in RFC7951.

Here's an example when running from the test directory:

$ cd test/
$ pyang --plugindir ../ -f jsonschema ./test-module.yang > test-module.jsonschema

You can then validate the generated schema using e.g. the tv4 tool like so:

$ tv4 -b -v -s test-module.jsonschema -j test-module.json
Schema is valid
JSON is valid.

About

Pyang JSON Schema output plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%