File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ Options:
52
52
--postmanCollection -p Will generate a postman collection (from the generated openAPI documentation), in json only, if passed in. Default postman.json
53
53
` ` `
54
54
55
+ # ## README Highlighted Reading
56
+
57
+ # ### Security Details
58
+ * [Security](#securityschemes)
59
+ * [Security on All Operations](#security-on-each-operation)
60
+ * [Security Per Operation](#security)
61
+ # ### Model Details
62
+ * [Models](#models)
63
+ * [Notes on Schemas](#notes-on-schemas)
64
+
55
65
# ## OpenAPI Mapping
56
66
57
67
| OpenAPI field | Serverless field |
@@ -184,6 +194,7 @@ custom:
184
194
` ` `
185
195
186
196
Name is required but `url` is optional and must be in the format of a url.
197
+
187
198
# ### Extended Fields
188
199
189
200
You can also add extended fields to the documentation object :
You can’t perform that action at this time.
0 commit comments