File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ prefixed by "x-" and can have any valid JSON format value.
6
6
7
7
Currently extension properties are supported in the following definition objects:
8
8
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 )
17
17
18
18
For example, a vendor extension that adds apis.json specific metadata to an OpenAPI definition might look as follows:
19
19
You can’t perform that action at this time.
0 commit comments