Skip to content
Closed
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
25 changes: 2 additions & 23 deletions schemas/2021-01-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -5376,14 +5376,8 @@
"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`."
},
"document": {
"oneOf": [
{
"$ref": "#/definitions/SchemaDocumentProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"type": "object",
"properties": {},
"description": "Schema Document Properties."
}
},
Expand All @@ -5392,21 +5386,6 @@
],
"description": "API Schema create or update contract Properties."
},
"SchemaDocumentProperties": {
"type": "object",
"properties": {
"definitions": {
"type": "object",
"properties": {},
"description": "Types definitions. Used for Swagger/OpenAPI schemas only, null otherwise."
},
"value": {
"type": "string",
"description": "Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI."
}
},
"description": "Schema Document Properties."
},
"service_apis_childResource": {
"type": "object",
"properties": {
Expand Down