Skip to content

Commit

Permalink
readme: correct jv param name
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Jan 3, 2023
1 parent fe39433 commit 40f3c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jv [-draft INT] [-output FORMAT] [-assertformat] [-assertcontent] <json-schema>
output format. valid values flag, basic, detailed
```

if no `<json-doc>` arguments are passed, it simply validates the `<json-schema>`.
if no `<json-or-yaml-doc>` arguments are passed, it simply validates the `<json-schema>`.
if `$schema` attribute is missing in schema, it uses latest version. this can be overridden by passing `-draft` flag

exit-code is 1, if there are any validation errors
Expand Down

0 comments on commit 40f3c20

Please sign in to comment.