From 219eff5d6e4556ac0a33226efb03634cc97cdd04 Mon Sep 17 00:00:00 2001 From: "junie-eap[bot]" Date: Mon, 28 Apr 2025 10:09:21 +0000 Subject: [PATCH] chore(junie): Junie Old HTTPValidationError and ValidationError OpenAPI entry changes from the task: #3 --- fastapi/openapi/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastapi/openapi/utils.py b/fastapi/openapi/utils.py index 808646cc27216..1673d6b8664b1 100644 --- a/fastapi/openapi/utils.py +++ b/fastapi/openapi/utils.py @@ -49,6 +49,7 @@ }, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}, + "input": {"title": "Input", "type": "string"}, }, "required": ["loc", "msg", "type"], }