We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7124b1d commit 260bd13Copy full SHA for 260bd13
lib/schema/README.md
@@ -19,7 +19,7 @@ Options:
19
-p, --payloadPath <string> Path to the payload file OR directory/zip containing files that need to be validated
20
-r, --resourceName <string> Resource name to validate against. Required if --version is passed when validating.
21
-h, --help display help for command
22
- -k, --disableKey Pass this flag to remove record keys from the error report
+ -k, --disableKeys Pass this flag to remove record keys from the error report
23
```
24
25
### Generate
@@ -63,4 +63,4 @@ errorMap = validate({
63
const errorReport = combineErrors(errorMap);
64
console.log(JSON.stringify(errorReport, null, 2));
65
66
-```
+```
0 commit comments