Skip to content

Commit 1fa541b

Browse files
author
SDKAuto
committed
CodeGen from PR 14856 in Azure/azure-rest-api-specs
Merge c2440dd2025ab820870efe30a628af843affd715 into 2737ef83c687cd61721ece7af713921d0df2485a
1 parent ba82292 commit 1fa541b

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

schemas/2021-01-01-preview/Microsoft.ApiManagement.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,14 +5376,8 @@
53765376
"description": "Must be a valid a media type used in a Content-Type header as defined in the RFC 2616. Media type of the schema document (e.g. application/json, application/xml). </br> - `Swagger` Schema use `application/vnd.ms-azure-apim.swagger.definitions+json` </br> - `WSDL` Schema use `application/vnd.ms-azure-apim.xsd+xml` </br> - `OpenApi` Schema use `application/vnd.oai.openapi.components+json` </br> - `WADL Schema` use `application/vnd.ms-azure-apim.wadl.grammars+xml`."
53775377
},
53785378
"document": {
5379-
"oneOf": [
5380-
{
5381-
"$ref": "#/definitions/SchemaDocumentProperties"
5382-
},
5383-
{
5384-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
5385-
}
5386-
],
5379+
"type": "object",
5380+
"properties": {},
53875381
"description": "Schema Document Properties."
53885382
}
53895383
},
@@ -5392,21 +5386,6 @@
53925386
],
53935387
"description": "API Schema create or update contract Properties."
53945388
},
5395-
"SchemaDocumentProperties": {
5396-
"type": "object",
5397-
"properties": {
5398-
"definitions": {
5399-
"type": "object",
5400-
"properties": {},
5401-
"description": "Types definitions. Used for Swagger/OpenAPI schemas only, null otherwise."
5402-
},
5403-
"value": {
5404-
"type": "string",
5405-
"description": "Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI."
5406-
}
5407-
},
5408-
"description": "Schema Document Properties."
5409-
},
54105389
"service_apis_childResource": {
54115390
"type": "object",
54125391
"properties": {

0 commit comments

Comments
 (0)