You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,6 +68,7 @@ Before you use `x-tagGroups`, make sure you **add all tags to a group**, since a
67
68
#### Tag Group Object
68
69
Information about tags group
69
70
##### Fixed fields
71
+
70
72
| Field Name | Type | Description |
71
73
| :---------- | :--------: | :---------- |
72
74
| name | string | The group name |
@@ -120,6 +122,7 @@ Extends the OpenAPI [Info Object](https://redocly.com/docs/openapi-visual-refere
120
122
The information about API logo
121
123
122
124
#### Fixed fields
125
+
123
126
| Field Name | Type | Description |
124
127
| :-------------- | :------: | :---------- |
125
128
| url | string | The URL pointing to the spec logo. MUST be in the format of a URL. It SHOULD be an absolute URL so your API definition is usable from any location |
@@ -158,6 +161,7 @@ info:
158
161
Extends the OpenAPI [Tag Object](https://redocly.com/docs/openapi-visual-reference/tags/)
159
162
160
163
### x-traitTag
164
+
161
165
| Field Name | Type | Description |
162
166
| :------------- | :------: | :---------- |
163
167
| x-traitTag | boolean | In Swagger two operations can have multiple tags. This property distinguishes between tags that are used to group operations (default) from tags that are used to mark operation with certain trait (`true` value) |
@@ -192,6 +196,7 @@ x-traitTag: true
192
196
Extends the OpenAPI [Operation Object](https://redocly.com/docs/openapi-visual-reference/operation/)
193
197
194
198
### x-codeSamples
199
+
195
200
| Field Name | Type | Description |
196
201
| :------------- | :------: | :---------- |
197
202
| x-codeSamples | [ [Code Sample Object](#code-sample-object) ] | A list of code samples associated with operation |
@@ -205,6 +210,7 @@ Extends the OpenAPI [Operation Object](https://redocly.com/docs/openapi-visual-r
205
210
Operation code sample
206
211
207
212
#### Fixed fields
213
+
208
214
| Field Name | Type | Description |
209
215
| :---------- | :------: | :----------- |
210
216
| lang | string | Code sample language. Value should be one of the following [list](https://github.com/github/linguist/blob/master/lib/linguist/popular.yml) |
| x-badges | [[Badge Object](https://redocly.com/docs/realm/author/reference/openapi-extensions/x-badges#badge-object)] | A list of badges associated with the operation |
Extends the OpenAPI [Parameter Object](https://redocly.com/docs/openapi-visual-reference/parameter/)
236
243
237
244
### x-examples
245
+
238
246
| Field Name | Type | Description |
239
247
| :------------- | :------: | :---------- |
240
248
| x-examples | [Example Object](https://redocly.com/docs/openapi-visual-reference/example/) | Object that contains examples for the request. Applies when `in` is `body` and mime-type is `application/json` |
@@ -246,6 +254,7 @@ Extends the OpenAPI [Parameter Object](https://redocly.com/docs/openapi-visual-r
246
254
Extends the OpenAPI [Response Object](https://redocly.com/docs/openapi-visual-reference/response/).
247
255
248
256
### x-summary
257
+
249
258
| Field Name | Type | Description |
250
259
| :------------- | :------: | :---------- |
251
260
| x-summary | string | a short summary of the response |
@@ -257,6 +266,7 @@ If specified, you can use `x-summary` as the response button text, with descript
257
266
Extends the OpenAPI [Schema Object](https://redocly.com/docs/openapi-visual-reference/schemas/)
258
267
259
268
### x-nullable
269
+
260
270
| Field Name | Type | Description |
261
271
| :------------- | :------: | :---------- |
262
272
| x-nullable | boolean | marks schema as a nullable |
@@ -325,6 +335,7 @@ Pet:
325
335
Shows in the selectpicker only the items `cat` and `bee`, even though the `Dog` class inherits from the `Pet` class.
326
336
327
337
### x-enumDescriptions
338
+
328
339
| Field Name | Type | Description |
329
340
| :------------- | :------: | :---------- |
330
341
| x-enumDescriptions | [[Enum Description Object](https://redocly.com/docs/realm/author/reference/openapi-extensions/x-enum-descriptions#enum-description-object)] | A list of the enum values and descriptions to include in the documentation. |
0 commit comments