webdriver_template/telecli/lib/python3.11/site-packages/fastapi/openapi/constants.py
2024-08-10 17:48:21 +06:00

4 lines
153 B
Python

METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"}
REF_PREFIX = "#/components/schemas/"
REF_TEMPLATE = "#/components/schemas/{model}"