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
@@ -640,7 +640,7 @@ All objects defined within the Components Object will have no effect on the API
640
640
| <aname="components-examples"></a> examples | Map[`string`, [Example Object](#example-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Example Objects](#example-object). |
641
641
| <aname="components-request-bodies"></a> requestBodies | Map[`string`, [Request Body Object](#request-body-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Request Body Objects](#request-body-object). |
642
642
| <aname="components-headers"></a> headers | Map[`string`, [Header Object](#header-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Header Objects](#header-object). |
643
-
| <aname="security-scheme-object"></a> securitySchemes | Map[`string`, [Security Scheme Object](#security-scheme-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Security Scheme Objects](#security-scheme-object). |
643
+
| <aname="components-security-schemes"></a> securitySchemes | Map[`string`, [Security Scheme Object](#security-scheme-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Security Scheme Objects](#security-scheme-object). |
644
644
| <aname="components-links"></a> links | Map[`string`, [Link Object](#link-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Link Objects](#link-object). |
645
645
| <aname="components-callbacks"></a> callbacks | Map[`string`, [Callback Object](#callback-object)\|[Reference Object](#reference-object)]| An object to hold reusable [Callback Objects](#callback-object). |
646
646
| <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). |
0 commit comments