@@ -313,13 +313,13 @@ Usage:
313
313
The following commands are available:
314
314
315
315
\Bvalidate\C Validate the API Description in the specified \Ginput file\C against the OpenAPI v3.0 schema.
316
- Note: the validation is performed in two steps. The results is composed of
316
+ Note: the validation is performed in two steps. The results are composed of
317
317
(1) structural errors found while reading the API Description file, and
318
318
(2) violations of the OpenAPI v3.0 schema.
319
319
320
320
If no input file is specified input will be read from STDIN.
321
321
The tool will try to auto-detect the content type of the input, but may fail
322
- to do so, you may specify \Y--read-yaml\C or \Y--read-json\C to force the file type.
322
+ to do so. You may specify \Y--read-yaml\C or \Y--read-json\C to force the file type.
323
323
324
324
Exits with code 2 on validation errors, 1 on other errors and 0 on success.
325
325
@@ -328,10 +328,10 @@ Usage:
328
328
If no input file is specified input will be read from STDIN.
329
329
If no output file is specified output will be written to STDOUT.
330
330
The tool will try to auto-detect the content type of the input and output file, but may fail
331
- to do so, you may specify \Y--read-yaml\C or \Y--read-json\C to force the input file type.
331
+ to do so. You may specify \Y--read-yaml\C or \Y--read-json\C to force the input file type.
332
332
and \Y--write-yaml\C or \Y--write-json\C to force the output file type.
333
333
334
- By default all references are resolved (replaced with the object refered to). You can control
334
+ By default all references are resolved (replaced with the object referred to). You can control
335
335
handling of references with the following arguments:
336
336
337
337
\Y--resolve-none\C Do not resolve references.
0 commit comments