Skip to content

Commit d1a625e

Browse files
authored
Update 3.0.md
typo fixed
1 parent 7b76304 commit d1a625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Field Name | Type | Description
229229
<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>.
230230
<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.
231231
<a name="infoMaturity"></a>x-maturity | `enum` | Maturity of the API. Values to use: development, production.
232-
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
232+
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, free.
233233
<a name="infoImplementationLanguage"></a>x-implementationLanguage | `string` | Language the API was written in.
234234

235235
##### Info Object Example:

0 commit comments

Comments
 (0)