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: versions/3.0.0.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -225,10 +225,9 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
225
225
##### smartAPI Fields
226
226
Field Name | Type | Description
227
227
---|:---:|---
228
-
<aname="infoDescription"></a>description | `string` | **SHOULD** See <ahref="https://github.com/smartapi/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#fixed-fields-1">above</a>.
229
-
<aname="infoTermsOfService"></a>termsOfService | `URL` | **REQUIRED** See <ahref="https://github.com/smartapi/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#fixed-fields-1">above</a>.
228
+
<aname="infoDescription"></a>description | `string` | **SHOULD** See <ahref="#fixed-fields-1">above</a>.
229
+
<aname="infoTermsOfService"></a>termsOfService | `URL` | **REQUIRED** See <ahref="#fixed-fields-1">above</a>.
230
230
<aname="infoVersion"></a>version | `string` | **REQUIRED** The version of the API definition. Specify API version using <ahref="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.
231
-
<aname="infoMaturity"></a>x-maturity | `enum` | Maturity of the API. Values to use: development, production.
232
231
<aname="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
233
232
<aname="infoImplementationLanguage"></a>x-implementationLanguage | `string` | Language the API was written in.
234
233
@@ -354,11 +353,12 @@ Field Name | Type | Description
354
353
<a name="serverDescription"></a>description | `string` | An optional string describing the host designated by the URL. [CommonMark syntax](http://spec.commonmark.org/) MAY be used for rich text representation.
355
354
<a name="serverVariables"></a>variables | Map[`string`, [Server Variable Object](#serverVariableObject)] | A map between a variable name and its value. The value is used for substitution in the server's URL template.
356
355
357
-
##### smartAPi Fields
356
+
##### smartAPI Fields
358
357
359
358
Field Name | Type | Description
360
359
---|:---:|---
361
360
<a name="serverLocation"></a>x-___location | `string` | Location, city and country of the server hosting the API.
361
+
<a name="serverMaturity"></a>x-maturity | `enum` | Maturity of the API. Values to use: development, staging, production.
362
362
363
363
This object MAY be extended with [Specification Extensions](#specificationExtensions).
364
364
@@ -879,7 +879,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
879
879
880
880
Field Name | Type | Description
881
881
---|:---:|---
882
-
<a name="operationSummary"></a>summary | `string` | **REQUIRED** See <a href="https://github.com/smartapi/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#operation-object">above.</a>
882
+
<a name="operationSummary"></a>summary | `string` | **REQUIRED** See <a href="#operation-object">above.</a>
883
883
<a name="operationAccessRestriction"></a>x-accessRestriction | `enum` | Access restrictions to invoke the operation. values: none, limited, fee.
0 commit comments