fixed doc typo the broke the models section

This commit is contained in:
Christoph Wieseke 2022-05-09 16:31:09 +02:00 committed by GitHub
parent f66ab2a516
commit fdb2182834
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``.