Skip to content

Commit

Permalink
add schema definition fix from 2021-01-01-preview (Azure#14883)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Feng <alanfeng@microsoft.com>
  • Loading branch information
2 people authored and solankisamir committed Aug 27, 2021
1 parent 02afe80 commit 5ba3a75
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5ba3a75

Please sign in to comment.