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

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

File metadata and controls

16 lines (12 loc) · 1.03 KB

petstore_api.model.json_patch_request_add_replace_test.JSONPatchRequestAddReplaceTest

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
op str, str, The operation to perform. must be one of ["add", "replace", "test", ]
path str, str, A JSON Pointer path.
value dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO The value to add, replace or test.

[Back to Model list] [Back to API list] [Back to README]