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

@@ -78,4 +78,8 @@ Examples
but you can access the model class by using the `Model.__fields__` attribute to get the field definitions,
or by using the `Model.model_fields` property to get a dictionary of field names and their types.
..
.. warning::
The JSON Schema Reference specification allows for uri referneces,
but Jambo currently only supports root references (using the `#` symbol)
and def references (using the `$def` property).