logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jv - JSONSchema Validation using Go

Description

       jv [-draft INT] [-output FORMAT] [-assertformat] [-assertcontent] <json-schema> [<json-or-yaml-doc>]...

       -assertcontent

              enable content assertions with draft >= 2019

       -assertformat

              enable format assertions with draft >= 2019

       -draft int

              draft used when '$schema' attribute is missing. valid values 4, 5, 7, 2019, 2020 (default 2020)

       -output string

              output format. valid values flag, basic, detailed

jv 5.3.1-2                                        January 2025                                             JV(1)

Name

       jv - JSONSchema Validation using Go

See Also