We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7e052 commit 8963770Copy full SHA for 8963770
README.md
@@ -32,7 +32,7 @@ Add `spec_url` to validate spec with relative files:
32
33
from openapi_spec_validator import validate_spec
34
35
-validate_spec(spec_dict,spec_url='file:///path/to/spec/openapi.yaml')
+validate_spec(spec_dict, spec_url='file:///path/to/spec/openapi.yaml')
36
```
37
38
You can also validate spec from url:
0 commit comments