We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3f539 commit b187f1bCopy full SHA for b187f1b
forward_engineering/config.json
@@ -21,5 +21,6 @@
21
{ "name": "YAML", "keyword": "yaml", "fileExtensions": [ {
22
"label": "application/yaml", "value": "yaml"
23
} ] }
24
- ]
+ ],
25
+ "isApiSchema": true
26
}
package.json
@@ -43,7 +43,8 @@
43
"enableForwardEngineering": {
44
"jsonDocument": true,
45
"jsonSchema": true,
46
- "plugin": true
+ "plugin": true,
47
+ "apiSchema": false
48
},
49
"disablePatternField": false,
50
"disableChoices": {
0 commit comments