Skip to content

This is simple tool to validate JSON payload against the JSON schema

License

Notifications You must be signed in to change notification settings

deepakcpakhale06/validatejson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validatejson

Accepts JSON payload and JSON schema as input and runs JSON payload validation against the provided JSON schema.

Usage: validatejson [OPTIONS] JSON_DATA_LOCATION SCHEMA_LOCATION
  
  Arguments:
    JSON_DATA_LOCATION  [required]
    SCHEMA_LOCATION     [required]
  
  Options:
    --install-completion [bash|zsh|fish|powershell|pwsh]
                                    Install completion for the specified shell.
    --show-completion [bash|zsh|fish|powershell|pwsh]
                                    Show completion for the specified shell, to
                                    copy it or customize the installation.
    --help                          Show this message and exit.

About

This is simple tool to validate JSON payload against the JSON schema

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages