Skip to content

Commit 74d9a7e

Browse files
authored
Update 3.0.md
minor fixes
1 parent 1dc643c commit 74d9a7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Field Name | Type | Description
202202
<a name="oasSecurity"></a>security | [[Security Requirement Object](#securityRequirementObject)] | A declaration of which security mechanisms can be used across the API. The list of values includes alternative security requirement objects that can be used. Only one of the security requirement objects need to be satisfied to authorize a request. Individual operations can override this definition.
203203
<a name="oasTags"></a>tags | [[Tag Object](#tagObject)] | A list of tags used by the specification with additional metadata. The order of the tags can be used to reflect on their order by the parsing tools. Not all tags that are used by the [Operation Object](#operationObject) must be declared. The tags that are not declared MAY be organized randomly or based on the tools' logic. Each tag name in the list MUST be unique.
204204
<a name="oasExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation.
205-
<a name="oasExternalResources"></a>externalResources | [External Resource Object](#externalResourceObject) | Additional external resources.
205+
<a name="oasExternalResources"></a>externalResources | [[External Resource Object]](#externalResourceObject) | Additional external resources.
206206

207207
This object can be extended with [Specification Extensions](#specificationExtensions).
208208

@@ -231,7 +231,7 @@ Field Name | Type | Description
231231
<a name="infoTermsOfService"></a>termsOfService | `URL` | **REQUIRED** See <a href="https://github.com/WebsmartAPI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#fixed-fields-1">above</a>.
232232
<a name="infoVersion"></a>version | `string` | **REQUIRED** The version of the API definition. Specify API version using <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning<a/>. The major.minor portion of the semver (for example 3.0) shall designate the feature set. Typically, .patch versions address errors in the API metadata, not the feature set.
233233
<a name="infoMaturity"></a>x-maturity | `enum` | Maturity of the API. Values to use: development, production.
234-
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, free.
234+
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
235235
<a name="infoImplementationLanguage"></a>x-implementationLanguage | `string` | Language the API was written in.
236236

237237
##### Info Object Example:
@@ -883,7 +883,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
883883
Field Name | Type | Description
884884
---|:---:|---
885885
<a name="operationSummary"></a>summary | `string` | **REQUIRED** See <a href="https://github.com/WebsmartAPI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#operation-object">above.</a>
886-
<a name="operationAccessRestriction"></a>x-accessRestriction | `enum` | Access restrictions to invoke the operation. values: none, limited, free.
886+
<a name="operationAccessRestriction"></a>x-accessRestriction | `enum` | Access restrictions to invoke the operation. values: none, limited, fee.
887887

888888
##### Operation Object Example
889889

0 commit comments

Comments
 (0)