We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eead6e0 commit ec3e57eCopy full SHA for ec3e57e
1 file changed
openapi-processor-core/src/main/resources/mapping/v13/mapping.yaml.json
@@ -50,7 +50,8 @@
50
"type": "string",
51
"default": null
52
}
53
- }
+ },
54
+ "required": ["base"]
55
},
56
"bean-validation": {
57
"description": "enable bean validation annotations for OpenAPI constraints.",
@@ -158,8 +159,9 @@
158
159
160
161
"additionalProperties": false,
- "required": [
162
- "package-name"
+ "oneOf": [
163
+ { "required": ["package-name"] },
164
+ { "required": ["package-names"] }
165
]
166
167
"Logging": {
0 commit comments