Fix SHOW_COMMON_EXTENSIONS docs typos (#162)

Fix copy-paste errors.
openapi3
Антон Вахмин (Anton Vakhmin) 2018-08-03 18:09:35 +05:00 committed by Cristi Vîjdea
parent db86981dc1
commit cc43bdf5cb
1 changed files with 3 additions and 3 deletions

View File

@ -263,10 +263,10 @@ Controls how many levels are expaned by default when showing nested models.
**Default**: :python:`3` |br| **Default**: :python:`3` |br|
*Maps to parameter*: ``defaultModelExpandDepth`` *Maps to parameter*: ``defaultModelExpandDepth``
DEFAULT_MODEL_DEPTH SHOW_COMMON_EXTENSIONS
------------------- ----------------------
Controls the display of extensions (``pattern``, ``maxLength``, ``minLength``, ``maximum``, ```minimum``) fields and Controls the display of extensions (``pattern``, ``maxLength``, ``minLength``, ``maximum``, ``minimum``) fields and
values for Parameters. values for Parameters.
**Default**: :python:`True` |br| **Default**: :python:`True` |br|