Adds Docs for AllOf and AnyOf

This commit is contained in:
2025-06-21 18:20:44 -03:00
parent dee8b02d26
commit ac239c2617
4 changed files with 95 additions and 9 deletions

View File

@@ -34,12 +34,14 @@ If passed a description inside the schema it will also add it to the Pydantic mo
For more complex schemas and types see our documentation on
.. toctree::
:maxdepth: 2
:caption: Contents:
:maxdepth: 2
:caption: Contents:
usage.string
usage.numeric
usage.bool
usage.array
usage.object
usage.reference
usage.string
usage.numeric
usage.bool
usage.array
usage.object
usage.reference
usage.allof
usage.anyof