From 1747be48929dc21973eb6d8fd0ee60bc5812fee8 Mon Sep 17 00:00:00 2001 From: DreamlessA Date: Tue, 15 Jun 2021 23:00:32 -0700 Subject: [PATCH] fixed resource type definition for Microsoft.ApiManagement/service/apis/schemas (#14769) * fixed ApiManagement/service/apis/schemas * updated schema/document definition Co-authored-by: Alan Feng --- .../preview/2021-01-01-preview/definitions.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/definitions.json index d6d917f5d309..e7cef40ed991 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/definitions.json @@ -4986,16 +4986,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": {