You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,27 +23,32 @@ Openapi-schema-validator is a Python library that validates schema against:
23
23
* `OpenAPI Schema Specification v3.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject>`__ which is an extended subset of the `JSON Schema Specification Wright Draft 00 <http://json-schema.org/>`__.
24
24
* `OpenAPI Schema Specification v3.1 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#schemaObject>`__ which is an extended superset of the `JSON Schema Specification Draft 2020-12 <http://json-schema.org/>`__.
25
25
26
+
27
+
Documentation
28
+
#############
29
+
30
+
Check documentation to see more details about the features. All documentation is in the "docs" directory and online at `openapi-schema-validator.readthedocs.io <https://openapi-schema-validator.readthedocs.io>`__
31
+
32
+
26
33
Installation
27
34
############
28
35
29
36
Recommended way (via pip):
30
37
31
-
::
38
+
.. code-block:: console
32
39
33
-
$ pip install openapi-schema-validator
40
+
pip install openapi-schema-validator
34
41
35
42
Alternatively you can download the code and install from the repository:
0 commit comments