We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dbc8c commit 10da5e8Copy full SHA for 10da5e8
openapi-processor-core/src/main/resources/mapping/v16/mapping.yaml.json
@@ -518,7 +518,7 @@
518
"InterfaceMappingFormat": {
519
"description": "target =+ fully qualified interface type.",
520
"type": "string",
521
- "pattern": "^.+\\s+(=+|implement)\\s+.+$",
+ "pattern": "^.+\\s+(=\\+|implement)\\s+.+$",
522
"examples": [
523
"FooSchema =+ java.io.Serializable",
524
"object =+ java.io.Serializable",
0 commit comments