Skip to content

Commit

Permalink
Update references for OpenAPI (#11859)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored Dec 7, 2020
1 parent e60168e commit 0c56ec5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
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

0 comments on commit 0c56ec5

Please sign in to comment.