Skip to content

Commit 1feaf72

Browse files
committed
remove extraneous enum field that was introduced in pydantic 2.7 by error
1 parent ed9df65 commit 1feaf72

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration_tests/test_assets/json_schemas/choice_case_openapi.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"properties": {
55
"chosen_action": {
66
"const": "fight",
7-
"enum": [
8-
"fight"
9-
],
107
"title": "Chosen Action",
118
"type": "string"
129
},
@@ -31,9 +28,6 @@
3128
"properties": {
3229
"chosen_action": {
3330
"const": "flight",
34-
"enum": [
35-
"flight"
36-
],
3731
"title": "Chosen Action",
3832
"type": "string"
3933
},

0 commit comments

Comments
 (0)