Skip to content

Commit bdab739

Browse files
committed
1 parent 37103bc commit bdab739

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

openapi-processor-core/src/main/resources/mapping/v3/mapping.flat.yaml.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"bean-validation": {
2323
"description": "enable bean validation annotations for OpenAPI constraints.",
2424
"type": "string",
25-
"default": "false",
25+
"default": false,
2626
"enum": [
27-
"false",
28-
"true",
27+
false,
28+
true,
2929
"javax",
3030
"jakarta"
3131
]
@@ -5300,10 +5300,10 @@
53005300
"bean-validation": {
53015301
"description": "enable bean validation annotations for OpenAPI constraints.",
53025302
"type": "string",
5303-
"default": "false",
5303+
"default": false,
53045304
"enum": [
5305-
"false",
5306-
"true",
5305+
false,
5306+
true,
53075307
"javax",
53085308
"jakarta"
53095309
]

0 commit comments

Comments
 (0)