File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
66
77Currently 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
1818For example, a vendor extension that adds apis.json specific metadata to an OpenAPI definition might look as follows:
1919
You can’t perform that action at this time.
0 commit comments