Skip to content

Commit

Permalink
Updated reference to CommonDefinitions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AppServiceSwagger committed Oct 22, 2020
1 parent af4e3b7 commit 9dce069
Showing 1 changed file with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/User"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/User"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand All @@ -86,7 +86,7 @@
"description": "Details of publishing user",
"required": true,
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/User"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/User"
}
},
{
Expand All @@ -97,13 +97,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/User"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/User"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand All @@ -129,7 +129,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand Down Expand Up @@ -165,7 +165,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -205,7 +205,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -246,7 +246,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand Down Expand Up @@ -288,7 +288,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -317,7 +317,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -386,7 +386,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand All @@ -407,7 +407,7 @@
"description": "Hostname information.",
"required": true,
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/NameIdentifier"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/NameIdentifier"
}
},
{
Expand All @@ -421,13 +421,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/IdentifierCollection"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/IdentifierCollection"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand Down Expand Up @@ -459,7 +459,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand Down Expand Up @@ -491,7 +491,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -529,7 +529,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
Expand Down Expand Up @@ -572,7 +572,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -613,7 +613,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -651,7 +651,7 @@
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
Expand Down Expand Up @@ -708,7 +708,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -798,7 +798,7 @@
"description": "Available App Service Environments with full descriptions of the environments.",
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/AppServiceEnvironment"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/AppServiceEnvironment"
}
},
"hostingEnvironmentDeploymentInfos": {
Expand All @@ -815,7 +815,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -884,7 +884,7 @@
"type": "string"
},
"capacity": {
"$ref": "./CommonDefinitions.json#/definitions/SkuCapacity",
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/SkuCapacity",
"description": "Min, max, and default scale values of the SKU."
},
"locations": {
Expand All @@ -898,7 +898,7 @@
"description": "Capabilities of the SKU, e.g., is traffic manager enabled?",
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/Capability"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/Capability"
}
}
}
Expand All @@ -922,7 +922,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -1092,7 +1092,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -1272,7 +1272,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -1301,7 +1301,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down Expand Up @@ -1329,7 +1329,7 @@
"type": "object",
"allOf": [
{
"$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource"
"$ref": "../2020-06-01/CommonDefinitions.json#/definitions/ProxyOnlyResource"
}
],
"properties": {
Expand Down

0 comments on commit 9dce069

Please sign in to comment.