pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
3 lines
153 B
3 lines
153 B
METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"}
|
|
REF_PREFIX = "#/components/schemas/"
|
|
REF_TEMPLATE = "#/components/schemas/{model}"
|
|
|