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 3379f38 commit 15071caCopy full SHA for 15071ca
models/OpenAPI/Util.cfc
@@ -34,9 +34,12 @@ component name="OpenAPIUtil" accessors="true" {
34
{ "servers" : [] },
35
{ "paths" : structNew( "ordered" ) },
36
{ "components" : structNew( "ordered" ) },
37
- { "security" : structNew( "ordered" ) },
+ { "security" : [] },
38
{ "tags" : [] },
39
- { "externalDocs" : {} }
+ { "externalDocs" : {
40
+ "description" : "",
41
+ "url" : ""
42
+ } }
43
];
44
45
for( var templateDefault in templateDefaults ){
0 commit comments