Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references for OpenAPI #11859

Merged
merged 2 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@
"values": [
{
"value": "swagger-link",
"description": "Export the Api Definition in OpenApi Specification 2.0 format to the Storage Blob.",
"description": "Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.",
"name": "Swagger"
},
{
Expand All @@ -4460,12 +4460,12 @@
},
{
"value": "openapi-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.",
"description": "Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.",
"name": "Openapi"
},
{
"value": "openapi+json-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 as JSON document to Storage Blob.",
"description": "Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.",
"name": "OpenapiJson"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@
},
{
"value": "swagger-json",
"description": "The contents are inline and Content Type is a OpenApi 2.0 Document."
"description": "The contents are inline and Content Type is a OpenAPI 2.0 JSON Document."
},
{
"value": "swagger-link-json",
"description": "The Open Api 2.0 document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address."
},
{
"value": "wsdl",
Expand All @@ -223,19 +223,19 @@
},
{
"value": "openapi",
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in YAML format."
"description": "The contents are inline and Content Type is a OpenAPI 3.0 YAML Document."
},
{
"value": "openapi+json",
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in JSON format."
"description": "The contents are inline and Content Type is a OpenAPI 3.0 JSON Document."
},
{
"value": "openapi-link",
"description": "The Open Api 3.0 document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address."
},
{
"value": "openapi+json-link",
"description": "The Open Api 3.0 Json document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address."
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4400,7 +4400,7 @@
"values": [
{
"value": "swagger-link",
"description": "Export the Api Definition in OpenApi Specification 2.0 format to the Storage Blob.",
"description": "Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.",
"name": "Swagger"
},
{
Expand All @@ -4415,12 +4415,12 @@
},
{
"value": "openapi-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.",
"description": "Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.",
"name": "Openapi"
},
{
"value": "openapi+json-link",
"description": "Export the Api Definition in OpenApi Specification 3.0 as JSON document to Storage Blob.",
"description": "Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.",
"name": "OpenapiJson"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@
},
{
"value": "swagger-json",
"description": "The contents are inline and Content Type is a OpenApi 2.0 Document."
"description": "The contents are inline and Content Type is a OpenAPI 2.0 JSON Document."
},
{
"value": "swagger-link-json",
"description": "The Open Api 2.0 document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address."
},
{
"value": "wsdl",
Expand All @@ -223,19 +223,19 @@
},
{
"value": "openapi",
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in YAML format."
"description": "The contents are inline and Content Type is a OpenAPI 3.0 YAML Document."
},
{
"value": "openapi+json",
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in JSON format."
"description": "The contents are inline and Content Type is a OpenAPI 3.0 JSON Document."
},
{
"value": "openapi-link",
"description": "The Open Api 3.0 document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address."
},
{
"value": "openapi+json-link",
"description": "The Open Api 3.0 Json document is hosted on a publicly accessible internet address."
"description": "The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address."
}
]
}
Expand Down