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.
2 parents 8440832 + bf9f096 commit 35f154dCopy full SHA for 35f154d
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
@@ -1,7 +1,7 @@
1
{
2
"name": "OpenAPI",
3
- "version": "0.1.20",
4
- "versionDate": "2020-06-27",
+ "version": "0.1.22",
+ "versionDate": "2020-08-29",
5
"author": "hackolade",
6
"engines": {
7
"hackolade": "3.6.8",
@@ -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