Skip to content

Commit ef803e9

Browse files
Update 3.0.md
renamed accessRestrictions to accessRestriction
1 parent 44ea410 commit ef803e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Field Name | Type | Description
230230
<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>.
231231
<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.
232232
<a name="infoMaturity"></a>x-maturity | `enum` | Maturity of the API. Values to use: development, production.
233-
<a name="infoAccessRestrictions"></a>x-accessRestrictions | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
233+
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
234234
<a name="infoImplementationLanguage"></a>x-implementationLanguage | `string` | Language the API was written in.
235235

236236
##### Info Object Example:
@@ -265,7 +265,7 @@ license:
265265
name: Apache 2.0
266266
url: http://www.apache.org/licenses/LICENSE-2.0.html
267267
version: 1.0.1
268-
x-accessRestrictions: none
268+
x-accessRestriction: none
269269
x-maturity: production
270270
x-implementationLanguage: python
271271
```

0 commit comments

Comments
 (0)