Skip to content

Commit 6d40370

Browse files
committed
Update the references in EXTENSIONS.md to refer to whatever is the current version
1 parent c401ae6 commit 6d40370

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

guidelines/v2.0/EXTENSIONS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ prefixed by "x-" and can have any valid JSON format value.
66

77
Currently extension properties are supported in the following definition objects:
88

9-
* within the [info object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#info-object)
10-
* within the [paths object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#paths-object)
11-
* within the [path-item object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#path-item-object)
12-
* within the [operation object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#operationObject)
13-
* within the [parameter object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#parameterObject)
14-
* within the [responses object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#responses-object)
15-
* within the [tag object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#tag-object)
16-
* within the [security-scheme object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/2.0.md#security-scheme-object)
9+
* within the [info object](/versions/2.0.md#info-object)
10+
* within the [paths object](/versions/2.0.md#paths-object)
11+
* within the [path-item object](/versions/2.0.md#path-item-object)
12+
* within the [operation object](/versions/2.0.md#operationObject)
13+
* within the [parameter object](/versions/2.0.md#parameterObject)
14+
* within the [responses object](/versions/2.0.md#responses-object)
15+
* within the [tag object](/versions/2.0.md#tag-object)
16+
* within the [security-scheme object](/versions/2.0.md#security-scheme-object)
1717

1818
For example, a vendor extension that adds apis.json specific metadata to an OpenAPI definition might look as follows:
1919

0 commit comments

Comments
 (0)