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
@@ -68,7 +67,6 @@ Before you use `x-tagGroups`, make sure you **add all tags to a group**, since a
68
67
#### Tag Group Object
69
68
Information about tags group
70
69
##### Fixed fields
71
-
72
70
| Field Name | Type | Description |
73
71
| :---------- | :--------: | :---------- |
74
72
| name | string | The group name |
@@ -122,7 +120,6 @@ Extends the OpenAPI [Info Object](https://redocly.com/docs/openapi-visual-refere
122
120
The information about API logo
123
121
124
122
#### Fixed fields
125
-
126
123
| Field Name | Type | Description |
127
124
| :-------------- | :------: | :---------- |
128
125
| 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 |
@@ -161,7 +158,6 @@ info:
161
158
Extends the OpenAPI [Tag Object](https://redocly.com/docs/openapi-visual-reference/tags/)
162
159
163
160
### x-traitTag
164
-
165
161
| Field Name | Type | Description |
166
162
| :------------- | :------: | :---------- |
167
163
| 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) |
@@ -196,7 +192,6 @@ x-traitTag: true
196
192
Extends the OpenAPI [Operation Object](https://redocly.com/docs/openapi-visual-reference/operation/)
197
193
198
194
### x-codeSamples
199
-
200
195
| Field Name | Type | Description |
201
196
| :------------- | :------: | :---------- |
202
197
| x-codeSamples | [ [Code Sample Object](#code-sample-object) ] | A list of code samples associated with operation |
@@ -210,7 +205,6 @@ Extends the OpenAPI [Operation Object](https://redocly.com/docs/openapi-visual-r
210
205
Operation code sample
211
206
212
207
#### Fixed fields
213
-
214
208
| Field Name | Type | Description |
215
209
| :---------- | :------: | :----------- |
216
210
| 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/)
243
236
244
237
### x-examples
245
-
246
238
| Field Name | Type | Description |
247
239
| :------------- | :------: | :---------- |
248
240
| 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` |
@@ -254,7 +246,6 @@ Extends the OpenAPI [Parameter Object](https://redocly.com/docs/openapi-visual-r
254
246
Extends the OpenAPI [Response Object](https://redocly.com/docs/openapi-visual-reference/response/).
255
247
256
248
### x-summary
257
-
258
249
| Field Name | Type | Description |
259
250
| :------------- | :------: | :---------- |
260
251
| x-summary | string | a short summary of the response |
@@ -266,7 +257,6 @@ If specified, you can use `x-summary` as the response button text, with descript
266
257
Extends the OpenAPI [Schema Object](https://redocly.com/docs/openapi-visual-reference/schemas/)
267
258
268
259
### x-nullable
269
-
270
260
| Field Name | Type | Description |
271
261
| :------------- | :------: | :---------- |
272
262
| x-nullable | boolean | marks schema as a nullable |
@@ -335,7 +325,6 @@ Pet:
335
325
Shows in the selectpicker only the items `cat` and `bee`, even though the `Dog` class inherits from the `Pet` class.
336
326
337
327
### x-enumDescriptions
338
-
339
328
| Field Name | Type | Description |
340
329
| :------------- | :------: | :---------- |
341
330
| 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