From 5ba3a75f1dd836679dfb1ece2e7b14fc943ba8d4 Mon Sep 17 00:00:00 2001 From: DreamlessA Date: Sun, 20 Jun 2021 23:15:17 -0700 Subject: [PATCH] add schema definition fix from 2021-01-01-preview (#14883) Co-authored-by: Alan Feng --- .../preview/2021-04-01-preview/definitions.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/definitions.json index 939373ed9cdc..c9fbd5fd627c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/definitions.json @@ -4998,16 +4998,7 @@ "description": "API Schema create or update contract Properties." }, "SchemaDocumentProperties": { - "properties": { - "value": { - "type": "string", - "description": "Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI." - }, - "definitions": { - "type": "object", - "description": "Types definitions. Used for Swagger/OpenAPI schemas only, null otherwise." - } - }, + "type": "object", "description": "Schema Document Properties." }, "SubscriptionCollection": {