Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.61 KB

nested_anyof_to_check_validation_semantics.md

File metadata and controls

44 lines (36 loc) · 1.61 KB

NestedAnyofToCheckValidationSemantics

unit_test_api.components.schema.nested_anyof_to_check_validation_semantics

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
_0 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

_0

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
_02 None None

_02

type: schemas.Schema

validate method

Input Type Return Type Notes
None None

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