Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.59 KB

File metadata and controls

26 lines (19 loc) · 1.59 KB

petstore_api.model.nullable_shape.NullableShape

The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0)

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0)

Composed Schemas (allOf/anyOf/oneOf/not)

oneOf

Class Name Input Type Accessed Type Description Notes
Triangle Triangle Triangle
Quadrilateral Quadrilateral Quadrilateral
one_of_2 None, NoneClass,

one_of_2

Model Type Info

Input Type Accessed Type Description Notes
None, NoneClass,

[Back to Model list] [Back to API list] [Back to README]