Skip to content

Latest commit

 

History

History

validation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

JSON Validator

This directory contains a JSON schema to validate OSV entries.

Example Usage

(Any validator can be used, these are a couple that are known to work)

$ go run github.com/neilpa/yajsv@latest -s schema.json osv_to_test.json
$ pip install check-jsonschema
$ check-jsonschema --schemafile schema.json osv_to_test.json