Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.58 KB

File metadata and controls

18 lines (15 loc) · 1.58 KB

RefInAnyof

unit_test_api.components.schema.ref_in_anyof

type: schemas.Schema

validate method

Input Type Return Type Notes
dict, schemas.immutabledict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader schemas.immutabledict, str, float, int, bool, None, tuple, bytes, io.FileIO

Composed Schemas (allOf/anyOf/oneOf/not)

anyOf

Schema Class Input Type Return Type
property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReferenceDictInput, property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReferenceDict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReferenceDict, str, float, int, bool, None, tuple, bytes, io.FileIO

[Back to top] [Back to Component Schemas] [Back to README]