Skip to content

fimbault/test_gnap_schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_gnap_schema

a small test that uses jsonschema to check a json file against its schema (more specifically IETF gnap)

dependancy

we use jsonschema.rs. First test with draft7, will need to check with latest 2019-09 once this issue is implemented.

run test

cargo run

manual check

this code is meant to be used as a validator within libraries, but one can also use an interactive schema validator for a quick manual check.

next step

prepare a list of test cases for gnap (working and failing) and automate.

About

a small test that uses json schema

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages