Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.44 KB

File metadata and controls

30 lines (25 loc) · 1.44 KB

FruitReq

petstore_api.components.schema.fruit_req

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
_0 None None
apple_req.AppleReq apple_req.AppleReqDictInput, apple_req.AppleReqDict apple_req.AppleReqDict
banana_req.BananaReq banana_req.BananaReqDictInput, banana_req.BananaReqDict banana_req.BananaReqDict

_0

type: schemas.Schema

validate method

Input Type Return Type Notes
None None

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