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

Latest commit

 

History

History
20 lines (17 loc) · 1.42 KB

File metadata and controls

20 lines (17 loc) · 1.42 KB

Mammal

petstore_api.components.schema.mammal

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)

oneOf

Schema Class Input Type Return Type
whale.Whale whale.WhaleDictInput, whale.WhaleDict whale.WhaleDict
zebra.Zebra zebra.ZebraDictInput, zebra.ZebraDict zebra.ZebraDict
pig.Pig 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

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