Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 81c24e3

Browse files
committed
allow new option in schema, #65
1 parent 1717bb1 commit 81c24e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/mapping/v2/mapping.yaml.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
"description": "generate javadoc from OpenAPI 'description' properties (since core 2021.1).",
4343
"type": "boolean",
4444
"default": false
45+
},
46+
"model-name-suffix": {
47+
"description": "suffix for model class names and enum names. Default is none, i.e. an empty string (since core 2021.4).",
48+
"type": "string",
49+
"default": "",
50+
"examples": [
51+
"Resource", "Dto"
52+
]
4553
}
4654
}
4755
},

0 commit comments

Comments
 (0)