Skip to content

Commit

Permalink
fixed resource type definition for Microsoft.ApiManagement/service/ap…
Browse files Browse the repository at this point in the history
…is/schemas (#14769)

* fixed ApiManagement/service/apis/schemas

* updated schema/document definition

Co-authored-by: Alan Feng <alanfeng@microsoft.com>
  • Loading branch information
DreamlessA and yingru97 authored Jun 16, 2021
1 parent baeb82b commit 2b0b50e
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2b0b50e

Please sign in to comment.