Skip to content

Commit 5f3d9ac

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/OpenAPI.next' into dm/components
# Conflicts: # versions/3.0.md
2 parents d4938cb + 6fb043b commit 5f3d9ac

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

versions/3.0.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@ Additional utilities can also take advantage of the resulting files, such as tes
3333
- [Info Object](#infoObject)
3434
- [Contact Object](#contactObject)
3535
- [License Object](#licenseObject)
36-
- [Server Object](#server-object)
37-
- [Components Object](#components-object)
38-
- [Paths Object](#paths-object)
39-
- [Path Item Object](#path-item-object)
40-
- [Operation Object](#operation-object)
41-
- [External Documentation Object](#external-documentation-object)
42-
- [Parameter Object](#parameter-object)
43-
- [Request Body Object](#request-body-object)
44-
- [Content Object](#content-object)
45-
- [Content Type Object](#content-type-object)
46-
- [Responses Object](#responses-object)
47-
- [Response Object](#response-object)
48-
- [Headers Object](#headers-object)
49-
- [Examples Object](#examples-object)
50-
- [Links Object](#links-object)
51-
- [Link Object](#link-object)
52-
- [Variable substitution](#variable-substitution)
53-
- [Link Parameters](#link-parameters)
54-
- [Header Object](#header-object)
55-
- [Tag Object](#tag-object)
56-
- [Examples Object](#examples-object)
57-
- [Reference Object](#reference-object)
58-
- [Schema Object](#schema-object)
59-
- [XML Object](#xml-object)
60-
- [Security Scheme Object](#security-scheme-object)
61-
- [Scopes Object](#scopes-object)
62-
- [Security Requirement Object](#security-requirement-object)
63-
- [Specification Extensions](#specification-extensions)
64-
- [Security Filtering](#security-filtering)
36+
- [Server Object](#serverObject)
37+
- [Components Object](#componentsObject)
38+
- [Paths Object](#pathsObject)
39+
- [Path Item Object](#pathItemObject)
40+
- [Operation Object](#operationObject)
41+
- [External Documentation Object](#externalDocumentationObject)
42+
- [Parameter Object](#parameterObject)
43+
- [Request Body Object](#requestBodyObject)
44+
- [Content Object](#contentObject)
45+
- [Content Type Object](#contentTypeObject)
46+
- [Responses Object](#responsesObject)
47+
- [Response Object](#responseObject)
48+
- [Headers Object](#headersObject)
49+
- [Examples Object](#examplesObject)
50+
- [Links Object](#linksObject)
51+
- [Link Object](#linkObject)
52+
- [Variable substitution](#variableSubstitution)
53+
- [Link Parameters](#linkParameters)
54+
- [Header Object](#headerObject)
55+
- [Tag Object](#tagObject)
56+
- [Examples Object](#examplesObject)
57+
- [Reference Object](#referenceObject)
58+
- [Schema Object](#schemaObject)
59+
- [XML Object](#xmlObject)
60+
- [Security Scheme Object](#securitySchemeObject)
61+
- [Scopes Object](#scopesObject)
62+
- [Security Requirement Object](#securityRequirementObject)
63+
- [Specification Extensions](#specificationExtensions)
64+
- [Security Filtering](#securityFiltering)
6565
- [Appendix A: Revision History](#revisionHistory)
6666

6767

@@ -90,7 +90,8 @@ Some examples of possible media type definitions:
9090
application/vnd.github.v3.patch
9191
```
9292
##### <a name="httpCodes"></a>HTTP Status Codes
93-
The HTTP Status Codes are used to indicate the status of the executed operation. The available status codes are initially defined by [RFC 7231](http://tools.ietf.org/html/rfc7231#section-6) and registered status codes are listed in the [IANA Status Code Registry](http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
93+
The HTTP Status Codes are used to indicate the status of the executed operation.
94+
The available status codes are defined by [RFC 7231](http://tools.ietf.org/html/rfc7231#section-6) and registered status codes are listed in the [IANA Status Code Registry](http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
9495

9596
## Specification
9697

0 commit comments

Comments
 (0)