Merge pull request #1994 from virtualize/master

fixed doc typo that broke the models section
This commit is contained in:
Christopher Davis 2022-05-11 08:07:17 -05:00 committed by GitHub
commit d27cc8fc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ This annotation has two options:
content: new Model(type: User::class, groups: ['non_sensitive_data'])
)]
.. tip::
.. tip::
When used at the root of ``@OA\Response`` and ``@OA\Parameter``, ``@Model`` is automatically nested
in a ``@OA\Schema``.