Skip to content

Commit 8838951

Browse files
removed absolute paths in favour of local paths for anchors
1 parent cc715b1 commit 8838951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
225225
##### smartAPI Fields
226226
Field Name | Type | Description
227227
---|:---:|---
228-
<a name="infoDescription"></a>description | `string` | **SHOULD** See <a href="https://github.com/WebsmartAPI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#fixed-fields-1">above</a>.
229-
<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>.
228+
<a name="infoDescription"></a>description | `string` | **SHOULD** See <a href="https://github.com/smartapi/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#fixed-fields-1">above</a>.
229+
<a name="infoTermsOfService"></a>termsOfService | `URL` | **REQUIRED** See <a href="https://github.com/smartapi/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.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.
232232
<a name="infoAccessRestriction"></a>x-accessRestriction | `enum` | Indicate whether there are restrictions to using the API. Values to use: none, limited, fee.
@@ -879,7 +879,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
879879

880880
Field Name | Type | Description
881881
---|:---:|---
882-
<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>
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>
883883
<a name="operationAccessRestriction"></a>x-accessRestriction | `enum` | Access restrictions to invoke the operation. values: none, limited, fee.
884884

885885
##### Operation Object Example

0 commit comments

Comments
 (0)