Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.49 KB

File metadata and controls

39 lines (32 loc) · 1.49 KB

AllofWithTheFirstEmptySchema

unit_test_api.components.schema.allof_with_the_first_empty_schema

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)

allOf

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
_1 float, int float, int

_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

_1

type: schemas.Schema

validate method

Input Type Return Type Notes
float, int float, int

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