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
Copy file name to clipboardExpand all lines: src/oas.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -633,7 +633,7 @@ All objects defined within the Components Object will have no effect on the API
633
633
| <aname="components-links"></a> links | Map[`string`, [Link Object](#link-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Link Objects](#link-object). |
634
634
| <aname="components-callbacks"></a> callbacks | Map[`string`, [Callback Object](#callback-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Callback Objects](#callback-object). |
635
635
| <aname="components-path-items"></a> pathItems | Map[`string`, [Path Item Object](#path-item-object)]| An object to hold reusable [Path Item Objects](#path-item-object). |
636
-
| <aname="components-media-types"></a> mediaTypes | Map[`string`, [Media Type Objects](#media-type-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Media Type Objects](#media-type-object). |
636
+
| <aname="components-media-types"></a> mediaTypes | Map[`string`, [Media Type Object](#media-type-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Media Type Objects](#media-type-object). |
637
637
638
638
This object MAY be extended with [Specification Extensions](#specification-extensions).
0 commit comments