From 17493f67b2ae0abfc0f261a6d38618c8a1beafdc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 May 2025 07:28:18 +0000 Subject: [PATCH 1/9] Initial plan for issue From 9cc60eb3ef84277b3a0a9f9b080bd39747120a8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 May 2025 07:31:35 +0000 Subject: [PATCH 2/9] Update package versions in package.json files Co-authored-by: ArcturusZhang <10554446+ArcturusZhang@users.noreply.github.com> --- package.json | 2 +- src/TypeSpec.Extension/Emitter.Csharp/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa5bcd7e68f..a2cc2f69a1b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@typespec/spector": "0.1.0-alpha.14", "@azure-tools/azure-http-specs": "0.1.0-alpha.17", "@azure-tools/typespec-azure-resource-manager": "0.56.1", - "@azure-tools/typespec-client-generator-core": "0.56.0", + "@azure-tools/typespec-client-generator-core": "0.56.2", "@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp", "@azure-tools/unbranded-tests": "file:test/UnbrandedProjects", "@microsoft.azure/autorest.testserver": "3.3.50", diff --git a/src/TypeSpec.Extension/Emitter.Csharp/package.json b/src/TypeSpec.Extension/Emitter.Csharp/package.json index a746eb5dce9..eafc8cdf065 100644 --- a/src/TypeSpec.Extension/Emitter.Csharp/package.json +++ b/src/TypeSpec.Extension/Emitter.Csharp/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@autorest/csharp": "3.0.0-beta.20240625.4", - "@typespec/http-client-csharp": "1.0.0-alpha.20250521.5" + "@typespec/http-client-csharp": "1.0.0-alpha.20250527.7" }, "peerDependencies": { "@azure-tools/typespec-azure-core": ">=0.56.0 <1.0.0", @@ -56,7 +56,7 @@ }, "devDependencies": { "@azure-tools/typespec-azure-core": "0.56.0", - "@azure-tools/typespec-client-generator-core": "0.56.0", + "@azure-tools/typespec-client-generator-core": "0.56.2", "@azure-tools/typespec-azure-resource-manager": "0.56.1", "@azure-tools/typespec-azure-rulesets": "0.56.0", "@azure-tools/typespec-autorest": "0.56.0", From 805cfdb4da285075d3a09d4f608529aa3b42f97e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 May 2025 07:32:40 +0000 Subject: [PATCH 3/9] Run npm install to update package-lock.json Co-authored-by: ArcturusZhang <10554446+ArcturusZhang@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d942bd84a5e..a050551a4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "devDependencies": { "@azure-tools/azure-http-specs": "0.1.0-alpha.17", "@azure-tools/typespec-azure-resource-manager": "0.56.1", - "@azure-tools/typespec-client-generator-core": "0.56.0", + "@azure-tools/typespec-client-generator-core": "0.56.2", "@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp", "@azure-tools/unbranded-tests": "file:test/UnbrandedProjects", "@microsoft.azure/autorest.testserver": "3.3.50", @@ -119,9 +119,9 @@ } }, "node_modules/@azure-tools/typespec-client-generator-core": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-client-generator-core/-/typespec-client-generator-core-0.56.0.tgz", - "integrity": "sha512-216fktxehWhpoRRx3S6O+lelerU8K/Oi+DIWtdGDIb4hEXWTfufGrMdnAX8ubgaCdwtAymyAGEnr2/rkgEV4BQ==", + "version": "0.56.2", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-client-generator-core/-/typespec-client-generator-core-0.56.2.tgz", + "integrity": "sha512-KplQWeC/iyUTaPfBAdKynCRon8BH15yc34NBXWsjllRz+X+ZwxCQeU3vxzHQnrUPTXtNKhjXpu/les1fdd/rDQ==", "dev": true, "license": "MIT", "dependencies": { @@ -136,7 +136,7 @@ "@azure-tools/typespec-azure-core": "^0.56.0", "@typespec/compiler": "^1.0.0", "@typespec/events": "^0.70.0", - "@typespec/http": "^1.0.0", + "@typespec/http": "^1.0.1", "@typespec/openapi": "^1.0.0", "@typespec/rest": "^0.70.0", "@typespec/sse": "^0.70.0", @@ -2663,9 +2663,9 @@ } }, "node_modules/@typespec/http-client-csharp": { - "version": "1.0.0-alpha.20250521.5", - "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250521.5.tgz", - "integrity": "sha512-mDXJGSmIwkiOUNYyj0iWDuOaDKVX09qHNYLwAPDymKhIRV2MuYjnM62ql1Z+INvunXoI2PDVoVwHv98xwW5i6A==", + "version": "1.0.0-alpha.20250527.7", + "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250527.7.tgz", + "integrity": "sha512-uIaz/rPQskCMI2ZLH7yChWDszbmsJ/t7xbcm75zn8TuBKAJCK5ucrfXZ4ue2ZVaOjde8W0FZD3E3QChK/lOzTg==", "dev": true, "license": "MIT", "dependencies": { @@ -2673,7 +2673,7 @@ }, "peerDependencies": { "@azure-tools/typespec-azure-core": ">=0.56.0 <0.57.0 || ~0.57.0-0", - "@azure-tools/typespec-client-generator-core": ">=0.56.0 <0.57.0 || ~0.57.0-0", + "@azure-tools/typespec-client-generator-core": ">=0.56.2 <0.57.0 || ~0.57.0-0", "@typespec/compiler": "^1.0.0", "@typespec/http": "^1.0.1", "@typespec/openapi": "^1.0.0", @@ -9019,14 +9019,14 @@ "license": "MIT", "dependencies": { "@autorest/csharp": "3.0.0-beta.20240625.4", - "@typespec/http-client-csharp": "1.0.0-alpha.20250521.5" + "@typespec/http-client-csharp": "1.0.0-alpha.20250527.7" }, "devDependencies": { "@azure-tools/typespec-autorest": "0.56.0", "@azure-tools/typespec-azure-core": "0.56.0", "@azure-tools/typespec-azure-resource-manager": "0.56.1", "@azure-tools/typespec-azure-rulesets": "0.56.0", - "@azure-tools/typespec-client-generator-core": "0.56.0", + "@azure-tools/typespec-client-generator-core": "0.56.2", "@azure-tools/typespec-liftr-base": "0.8.0", "@eslint/js": "^9.15.0", "@types/mocha": "~10.0.9", From 11ff4ec1f96b1d00186120c5cb4e2e2020e12ef5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 May 2025 07:43:57 +0000 Subject: [PATCH 4/9] Update progress with note about connectivity issues Co-authored-by: ArcturusZhang <10554446+ArcturusZhang@users.noreply.github.com> --- eng/Generate.ps1 | 0 .../Properties/launchSettings.json | 500 +++++++++--------- 2 files changed, 250 insertions(+), 250 deletions(-) mode change 100644 => 100755 eng/Generate.ps1 diff --git a/eng/Generate.ps1 b/eng/Generate.ps1 old mode 100644 new mode 100755 diff --git a/src/AutoRest.CSharp/Properties/launchSettings.json b/src/AutoRest.CSharp/Properties/launchSettings.json index 8907baf1332..b192cb04220 100644 --- a/src/AutoRest.CSharp/Properties/launchSettings.json +++ b/src/AutoRest.CSharp/Properties/launchSettings.json @@ -2,1003 +2,1003 @@ "profiles": { "Accessibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility/Generated" }, "Accessibility-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel/src/Generated" }, "Accessibility-LowLevel-NoAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-NoAuth\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-NoAuth/src/Generated" }, "Accessibility-LowLevel-TokenAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-TokenAuth\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-TokenAuth/src/Generated" }, "additionalProperties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\additionalProperties\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/additionalProperties/Generated" }, "AdditionalPropertiesEx": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\AdditionalPropertiesEx\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/AdditionalPropertiesEx/Generated" }, "AnomalyDetector": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AnomalyDetector\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AnomalyDetector/src/Generated" }, "ApiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ApiVersion\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ApiVersion/Generated" }, "AppConfiguration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AppConfiguration\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AppConfiguration/Generated" }, "Authoring-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Authoring-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Authoring-TypeSpec/src/Generated -n" }, "azure-parameter-grouping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-parameter-grouping\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-parameter-grouping/Generated" }, "azure-special-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-special-properties\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-special-properties/Generated" }, "Azure.AI.FormRecognizer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.AI.FormRecognizer\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.AI.FormRecognizer/Generated" }, "Azure.Network.Management.Interface": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.Network.Management.Interface\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.Network.Management.Interface/Generated" }, "Azure.NewProject.TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\sdk\\newprojecttypespec\\Azure.NewProject.TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/src/Generated -n" }, "AzureSample.Analytics.Purview.Account": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Analytics.Purview.Account\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Analytics.Purview.Account/src/Generated" }, "AzureSample.ResourceManager.Sample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Sample\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Sample/src/Generated" }, "AzureSample.ResourceManager.Storage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Storage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Storage/src/Generated" }, "AzureSample.Storage.Tables": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Storage.Tables\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Storage.Tables/src/Generated" }, "body-array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-array\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-array/Generated" }, "body-array-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-array\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-array/src/Generated" }, "body-boolean": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-boolean\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-boolean/Generated" }, "body-byte": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-byte\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-byte/Generated" }, "body-complex": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-complex\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-complex/Generated" }, "body-complex-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-complex\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-complex/src/Generated" }, "body-date": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-date\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-date/Generated" }, "body-datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime/Generated" }, "body-datetime-rfc1123": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime-rfc1123\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime-rfc1123/Generated" }, "body-dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-dictionary\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-dictionary/Generated" }, "body-duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-duration\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-duration/Generated" }, "body-file": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-file\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-file/Generated" }, "body-file-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-file\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-file/src/Generated" }, "body-formdata": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata/Generated" }, "body-formdata-urlencoded": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata-urlencoded\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata-urlencoded/Generated" }, "body-integer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-integer\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-integer/Generated" }, "body-number": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-number\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-number/Generated" }, "body-string": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-string\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-string/Generated" }, "body-string-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-string\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-string/src/Generated" }, "body-time": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-time\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-time/Generated" }, "BodyAndPath-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\BodyAndPath-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/BodyAndPath-LowLevel/src/Generated" }, "CognitiveSearch": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveSearch\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveSearch/Generated" }, "CognitiveServices.TextAnalytics": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveServices.TextAnalytics\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveServices.TextAnalytics/Generated" }, "CollapseRequestCondition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\CollapseRequestCondition-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/CollapseRequestCondition-LowLevel/src/Generated" }, "constants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\constants\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/constants/Generated" }, "ConvenienceUpdate-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ConvenienceUpdate-TypeSpec\\src\\Generated --existing-project-folder $(SolutionDir)\\test\\TestProjects\\ConvenienceInitial-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ConvenienceUpdate-TypeSpec/src/Generated --existing-project-folder $(SolutionDir)/test/TestProjects/ConvenienceInitial-TypeSpec/src/Generated -n" }, "custom-baseUrl": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl/Generated" }, "custom-baseUrl-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl/src/Generated" }, "custom-baseUrl-more-options": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-more-options\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-more-options/Generated" }, "custom-baseUrl-more-options-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-more-options\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-more-options/src/Generated" }, "custom-baseUrl-paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-paging\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-paging/Generated" }, "custom-baseUrl-paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-paging\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-paging/src/Generated" }, "Customizations-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Customizations-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Customizations-TypeSpec/src/Generated -n" }, "Customized-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Customized-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Customized-TypeSpec/src/Generated -n" }, "dpg-customization-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-customization\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-customization/src/Generated" }, "dpg-initial-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-initial\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-initial/src/Generated" }, "dpg-update1-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-update1\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-update1/src/Generated" }, "extensible-enums-swagger": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\extensible-enums-swagger\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/extensible-enums-swagger/Generated" }, "ExtensionClientName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ExtensionClientName\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ExtensionClientName/Generated" }, "FirstTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FirstTest-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FirstTest-TypeSpec/src/Generated -n" }, "FlattenedParameters": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FlattenedParameters\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FlattenedParameters/Generated" }, "head": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\head\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/head/Generated" }, "head-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\head\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/head/src/Generated" }, "headAsBoolean-typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single-headAsBoolean\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single-headAsBoolean/src/Generated -n" }, "HeadAsBooleanTrue": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue/Generated" }, "HeadAsBooleanTrue-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue-LowLevel/src/Generated" }, "header": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\header\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/header/Generated" }, "header-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\header\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/header/src/Generated" }, "HeaderCollectionPrefix": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeaderCollectionPrefix\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeaderCollectionPrefix/Generated" }, "HlcConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HlcConstants\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HlcConstants/Generated" }, "httpInfrastructure": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\httpInfrastructure\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/httpInfrastructure/Generated" }, "httpInfrastructure-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\httpInfrastructure\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/httpInfrastructure/src/Generated" }, "Inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Inheritance\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Inheritance/Generated" }, "JsonAsBinary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\JsonAsBinary\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/JsonAsBinary/Generated" }, "lro": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro/Generated" }, "lro-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\lro\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/lro/src/Generated" }, "lro-parameterized-endpoints": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro-parameterized-endpoints\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro-parameterized-endpoints/Generated" }, "media_types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\media_types\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/media_types/Generated" }, "media_types-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\media_types\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/media_types/src/Generated" }, "MediaTypes-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MediaTypes-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MediaTypes-TypeSpec/src/Generated -n" }, "MgmtAcronymMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtAcronymMapping\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtAcronymMapping/src/Generated" }, "MgmtCollectionParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCollectionParent\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCollectionParent/src/Generated" }, "MgmtConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtConstants\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtConstants/src/Generated" }, "MgmtCustomizations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCustomizations\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCustomizations/src/Generated" }, "MgmtDiscriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtDiscriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtDiscriminator/src/Generated" }, "MgmtExactMatchFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchFlattenInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchFlattenInheritance/src/Generated" }, "MgmtExactMatchInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchInheritance/src/Generated" }, "MgmtExpandResourceTypes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExpandResourceTypes\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExpandResourceTypes/src/Generated" }, "MgmtExtensionCommonRestOperation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionCommonRestOperation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionCommonRestOperation/src/Generated" }, "MgmtExtensionResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionResource/src/Generated" }, "MgmtHierarchicalNonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtHierarchicalNonResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtHierarchicalNonResource/src/Generated" }, "MgmtListMethods": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtListMethods\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtListMethods/src/Generated" }, "MgmtLRO": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtLRO\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtLRO/src/Generated" }, "MgmtMockAndSample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMockAndSample\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMockAndSample/src/Generated" }, "MgmtMultipleParentResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMultipleParentResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMultipleParentResource/src/Generated" }, "MgmtNonStringPathVariable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNonStringPathVariable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNonStringPathVariable/src/Generated" }, "MgmtNoTypeReplacement": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNoTypeReplacement\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNoTypeReplacement/src/Generated" }, "MgmtOmitOperationGroups": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOmitOperationGroups\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOmitOperationGroups/src/Generated" }, "MgmtOperations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOperations\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOperations/src/Generated" }, "MgmtPagination": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPagination\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPagination/src/Generated" }, "MgmtParamOrdering": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParamOrdering\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParamOrdering/src/Generated" }, "MgmtParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParent\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParent/src/Generated" }, "MgmtPartialResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPartialResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPartialResource/src/Generated" }, "MgmtPropertyBag": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyBag\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyBag/src/Generated" }, "MgmtPropertyChooser": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyChooser\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyChooser/src/Generated" }, "MgmtResourceName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtResourceName\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtResourceName/src/Generated" }, "MgmtSafeFlatten": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSafeFlatten\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSafeFlatten/src/Generated" }, "MgmtScopeResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtScopeResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtScopeResource/src/Generated" }, "MgmtSingletonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSingletonResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSingletonResource/src/Generated" }, "MgmtSubscriptionNameParameter": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSubscriptionNameParameter\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSubscriptionNameParameter/src/Generated" }, "MgmtSupersetFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetFlattenInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetFlattenInheritance/src/Generated" }, "MgmtSupersetInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetInheritance/src/Generated" }, "MgmtTypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtTypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtTypeSpec/src/Generated -n" }, "MgmtXmlDeserialization": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtXmlDeserialization\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtXmlDeserialization/src/Generated" }, "model-flattening": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\model-flattening\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/model-flattening/Generated" }, "ModelNamespace": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelNamespace\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelNamespace/Generated" }, "ModelReaderWriterValidation-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelReaderWriterValidation-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelReaderWriterValidation-TypeSpec/src/Generated -n" }, "ModelShapes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelShapes\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelShapes/Generated" }, "ModelWithConverterUsage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelWithConverterUsage\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelWithConverterUsage/Generated" }, "multiple-inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\multiple-inheritance\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/multiple-inheritance/Generated" }, "MultipleInputFiles": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MultipleInputFiles\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MultipleInputFiles/Generated" }, "NameConflicts": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NameConflicts\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NameConflicts/Generated" }, "NoDocs-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NoDocs-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NoDocs-TypeSpec/src/Generated -n" }, "NoDocsUnbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoDocsUnbranded-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/Generated" }, "non-string-enum": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\non-string-enum\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/non-string-enum/Generated" }, "NoTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoTest-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoTest-TypeSpec/src/Generated -n" }, "object-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\object-type\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/object-type/Generated" }, "PaginationParams-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PaginationParams-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PaginationParams-LowLevel/src/Generated" }, "paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\paging\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/paging/Generated" }, "paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\paging\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/paging/src/Generated" }, "Parameters-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-LowLevel/src/Generated" }, "Parameters-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-TypeSpec/src/Generated -n" }, "ParameterSequence-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ParameterSequence-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ParameterSequence-LowLevel/src/Generated" }, "ProtocolMethodsInRestClient": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ProtocolMethodsInRestClient\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ProtocolMethodsInRestClient/Generated" }, "PublicClientCtor": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PublicClientCtor\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PublicClientCtor/Generated" }, "removedBetaVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-betaversion\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-betaversion/src/Generated -n" }, "removedOldVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-oldversion\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-oldversion/src/Generated -n" }, "required-optional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\required-optional\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/required-optional/Generated" }, "ResourceClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ResourceClients-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ResourceClients-LowLevel/src/Generated" }, "security-aad-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-aad\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-aad/src/Generated" }, "security-key-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-key\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-key/src/Generated" }, "SecurityDefinition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SecurityDefinition-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SecurityDefinition-LowLevel/src/Generated" }, "ServiceVersionOverride-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ServiceVersionOverride-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ServiceVersionOverride-LowLevel/src/Generated" }, "SingleTopLevelClientWithOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithOperations-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithOperations-LowLevel/src/Generated" }, "SingleTopLevelClientWithoutOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithoutOperations-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithoutOperations-LowLevel/src/Generated" }, "SubClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SubClients-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SubClients-LowLevel/src/Generated" }, "subscriptionId-apiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\subscriptionId-apiVersion\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/subscriptionId-apiVersion/Generated" }, "TypeSchemaMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\TypeSchemaMapping\\SomeFolder\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/TypeSchemaMapping/SomeFolder/Generated" }, "typespec-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\api-key\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/api-key/src/Generated -n" }, "typespec-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\http\\custom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/http/custom/src/Generated -n" }, "typespec-authentication/oauth2": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\oauth2\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/oauth2/src/Generated -n" }, "typespec-authentication/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/union/src/Generated -n" }, "typespec-azure/client-generator-core/access": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\access\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/access/src/Generated -n" }, "typespec-azure/client-generator-core/flatten-property": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\flatten-property\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/flatten-property/src/Generated -n" }, "typespec-azure/client-generator-core/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/usage/src/Generated -n" }, "typespec-azure/core/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/basic/src/Generated -n" }, "typespec-azure/core/lro/rpc": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\rpc\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/rpc/src/Generated -n" }, "typespec-azure/core/lro/standard": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\standard\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/standard/src/Generated -n" }, "typespec-azure/core/model": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\model\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/model/src/Generated -n" }, "typespec-azure/core/page": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\page\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/page/src/Generated -n" }, "typespec-azure/core/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/scalar/src/Generated -n" }, "typespec-azure/core/traits": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\traits\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/traits/src/Generated -n" }, "typespec-azure/encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\encode\\duration\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/encode/duration/src/Generated -n" }, "typespec-azure/example/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\example\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/example/basic/src/Generated -n" }, "typespec-azure/resource-manager/common-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\common-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/common-properties/src/Generated -n" }, "typespec-azure/resource-manager/non-resource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\non-resource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/non-resource/src/Generated -n" }, "typespec-azure/resource-manager/resources": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\resources\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/resources/src/Generated -n" }, "typespec-azure/special-headers/client-request-id": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\special-headers\\client-request-id\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/special-headers/client-request-id/src/Generated -n" }, "typespec-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\naming\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/naming/src/Generated -n" }, "typespec-client/structure/client-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\client-operation-group\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/client-operation-group/src/Generated -n" }, "typespec-client/structure/default": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\default\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/default/src/Generated -n" }, "typespec-client/structure/multi-client": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\multi-client\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/multi-client/src/Generated -n" }, "typespec-client/structure/renamed-operation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\renamed-operation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/renamed-operation/src/Generated -n" }, "typespec-client/structure/two-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\two-operation-group\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/two-operation-group/src/Generated -n" }, "typespec-encode/bytes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\bytes\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/bytes/src/Generated -n" }, "typespec-encode/datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\datetime\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/datetime/src/Generated -n" }, "typespec-encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\duration\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/duration/src/Generated -n" }, "typespec-encode/numeric": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\numeric\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/numeric/src/Generated -n" }, "typespec-nonAzure-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\api-key\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/api-key/src/Generated -n" }, "typespec-nonAzure-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\http\\custom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/http/custom/src/Generated -n" }, "typespec-nonAzure-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\client\\naming\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/client/naming/src/Generated -n" }, "typespec-nonAzure-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\body-optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/body-optionality/src/Generated -n" }, "typespec-nonAzure-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\spread\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/spread/src/Generated -n" }, "typespec-nonAzure-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\content-negotiation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/content-negotiation/src/Generated -n" }, "typespec-nonAzure-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\multipart\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/multipart/src/Generated -n" }, "typespec-nonAzure-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\serialization\\encoded-name\\json\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/serialization/encoded-name/json/src/Generated -n" }, "typespec-nonAzure-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\server\\endpoint\\not-defined\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/server/endpoint/not-defined/src/Generated -n" }, "typespec-nonAzure-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\special-words\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/special-words/src/Generated -n" }, "typespec-nonAzure-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\array\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/array/src/Generated -n" }, "typespec-nonAzure-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\dictionary\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/dictionary/src/Generated -n" }, "typespec-nonAzure-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\extensible\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/extensible/src/Generated -n" }, "typespec-nonAzure-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\fixed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/fixed/src/Generated -n" }, "typespec-nonAzure-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\empty\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/empty/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/enum-discriminator/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/not-discriminated/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\recursive\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/recursive/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/single-discriminator/src/Generated -n" }, "typespec-nonAzure-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/usage/src/Generated -n" }, "typespec-nonAzure-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\additional-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/additional-properties/src/Generated -n" }, "typespec-nonAzure-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\nullable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/nullable/src/Generated -n" }, "typespec-nonAzure-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/optionality/src/Generated -n" }, "typespec-nonAzure-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\value-types\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/value-types/src/Generated -n" }, "typespec-nonAzure-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/scalar/src/Generated -n" }, "typespec-nonAzure-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/union/src/Generated -n" }, "typespec-parameters/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/basic/src/Generated -n" }, "typespec-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\body-optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/body-optionality/src/Generated -n" }, "typespec-parameters/collection-format": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\collection-format\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/collection-format/src/Generated -n" }, "typespec-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\spread\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/spread/src/Generated -n" }, "typespec-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\content-negotiation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/content-negotiation/src/Generated -n" }, "typespec-payload/media-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\media-type\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/media-type/src/Generated -n" }, "typespec-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\multipart\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/multipart/src/Generated -n" }, "typespec-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\serialization\\encoded-name\\json\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/serialization/encoded-name/json/src/Generated -n" }, "typespec-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\endpoint\\not-defined\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/endpoint/not-defined/src/Generated -n" }, "typespec-server/path/multiple": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\multiple\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/multiple/src/Generated -n" }, "typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single/src/Generated -n" }, "typespec-server/versions/not-versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\not-versioned\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/not-versioned/src/Generated -n" }, "typespec-server/versions/versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\versioned\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/versioned/src/Generated -n" }, "typespec-special-headers/conditional-request": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\conditional-request\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/conditional-request/src/Generated -n" }, "typespec-special-headers/repeatability": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\repeatability\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/repeatability/src/Generated -n" }, "typespec-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-words\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-words/src/Generated -n" }, "typespec-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\array\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/array/src/Generated -n" }, "typespec-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\dictionary\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/dictionary/src/Generated -n" }, "typespec-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\extensible\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/extensible/src/Generated -n" }, "typespec-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\fixed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/fixed/src/Generated -n" }, "typespec-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\empty\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/empty/src/Generated -n" }, "typespec-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/enum-discriminator/src/Generated -n" }, "typespec-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/not-discriminated/src/Generated -n" }, "typespec-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\recursive\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/recursive/src/Generated -n" }, "typespec-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/single-discriminator/src/Generated -n" }, "typespec-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/usage/src/Generated -n" }, "typespec-type/model/visibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\visibility\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/visibility/src/Generated -n" }, "typespec-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\additional-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/additional-properties/src/Generated -n" }, "typespec-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\nullable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/nullable/src/Generated -n" }, "typespec-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/optionality/src/Generated -n" }, "typespec-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\value-types\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/value-types/src/Generated -n" }, "typespec-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/scalar/src/Generated -n" }, "typespec-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/union/src/Generated -n" }, "typespec-versioning/added": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\added\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/added/src/Generated -n" }, "typespec-versioning/madeOptional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\madeOptional\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/madeOptional/src/Generated -n" }, "typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed/src/Generated -n" }, "typespec-versioning/renamedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\renamedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/renamedFrom/src/Generated -n" }, "typespec-versioning/returnTypeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\returnTypeChangedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/returnTypeChangedFrom/src/Generated -n" }, "typespec-versioning/typeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\typeChangedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/typeChangedFrom/src/Generated -n" }, "Unbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Unbranded-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Unbranded-TypeSpec/src/Generated -n" }, "url": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url/Generated" }, "url-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url/src/Generated" }, "url-multi-collectionFormat": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url-multi-collectionFormat\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url-multi-collectionFormat/Generated" }, "url-multi-collectionFormat-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url-multi-collectionFormat\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url-multi-collectionFormat/src/Generated" }, "validation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\validation\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/validation/Generated" }, "xml-service": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xml-service\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xml-service/Generated" }, "xms-error-responses": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xms-error-responses\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xms-error-responses/Generated" } } } From 2db8387d5559ba5bd688343e0d9aec07c5339b74 Mon Sep 17 00:00:00 2001 From: Arcturus Zhang Date: Fri, 30 May 2025 15:26:50 +0800 Subject: [PATCH 5/9] regen --- samples/AnomalyDetector/tspCodeModel.json | 10317 ++++++++-------- .../Properties/launchSettings.json | 500 +- .../azure/core/basic/tspCodeModel.json | 431 +- .../azure/core/model/tspCodeModel.json | 107 +- .../azure/core/page/tspCodeModel.json | 404 +- .../azure/example/basic/tspCodeModel.json | 167 +- .../resources/tspCodeModel.json | 1336 +- .../encode/bytes/tspCodeModel.json | 604 +- .../encode/datetime/tspCodeModel.json | 496 +- .../encode/duration/tspCodeModel.json | 416 +- .../collection-format/tspCodeModel.json | 185 +- .../parameters/spread/tspCodeModel.json | 84 +- .../type/array/tspCodeModel.json | 1109 +- .../type/dictionary/tspCodeModel.json | 1022 +- .../type/model/visibility/tspCodeModel.json | 221 +- .../additional-properties/tspCodeModel.json | 2439 ++-- .../type/scalar/tspCodeModel.json | 55 +- .../type/union/tspCodeModel.json | 719 +- .../parameters/spread/tspCodeModel.json | 84 +- .../type/array/tspCodeModel.json | 1109 +- .../type/dictionary/tspCodeModel.json | 1022 +- .../additional-properties/tspCodeModel.json | 2439 ++-- .../type/scalar/tspCodeModel.json | 55 +- .../type/union/tspCodeModel.json | 719 +- .../Authoring-TypeSpec/tspCodeModel.json | 1207 +- .../Customizations-TypeSpec/tspCodeModel.json | 388 +- .../FirstTest-TypeSpec/tspCodeModel.json | 1976 ++- .../MgmtTypeSpec/tspCodeModel.json | 1072 +- .../tspCodeModel.json | 992 +- .../NoDocs-TypeSpec/tspCodeModel.json | 1499 ++- .../tspCodeModel.json | 606 +- .../Customized-TypeSpec/tspCodeModel.json | 713 +- .../tspCodeModel.json | 75 +- .../NoTest-TypeSpec/tspCodeModel.json | 125 +- .../Unbranded-TypeSpec/tspCodeModel.json | 968 +- 35 files changed, 16334 insertions(+), 19327 deletions(-) diff --git a/samples/AnomalyDetector/tspCodeModel.json b/samples/AnomalyDetector/tspCodeModel.json index 2812854809c..50544083278 100644 --- a/samples/AnomalyDetector/tspCodeModel.json +++ b/samples/AnomalyDetector/tspCodeModel.json @@ -1319,18 +1319,7 @@ "serializedName": "upperMargins", "doc": "UpperMargins contain upper margin of each input point. UpperMargin is used to\ncalculate upperBoundary, which equals to expectedValue + (100 -\nmarginScale)*upperMargin. Anomalies in response can be filtered by\nupperBoundary and lowerBoundary. By adjusting marginScale value, less\nsignificant anomalies can be filtered in client side. The index of the array is\nconsistent with the input series.", "type": { - "$id": "160", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "161", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": false, "readOnly": false, @@ -1339,32 +1328,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.upperMargins", "serializationOptions": { - "$id": "162", + "$id": "160", "json": { - "$id": "163", + "$id": "161", "name": "upperMargins" } } }, { - "$id": "164", + "$id": "162", "kind": "property", "name": "lowerMargins", "serializedName": "lowerMargins", "doc": "LowerMargins contain lower margin of each input point. LowerMargin is used to\ncalculate lowerBoundary, which equals to expectedValue - (100 -\nmarginScale)*lowerMargin. Points between the boundary can be marked as normal\nones in client side. The index of the array is consistent with the input\nseries.", "type": { - "$id": "165", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "166", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": false, "readOnly": false, @@ -1373,25 +1351,25 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.lowerMargins", "serializationOptions": { - "$id": "167", + "$id": "163", "json": { - "$id": "168", + "$id": "164", "name": "lowerMargins" } } }, { - "$id": "169", + "$id": "165", "kind": "property", "name": "isAnomaly", "serializedName": "isAnomaly", "doc": "IsAnomaly contains anomaly properties for each input point. True means an\nanomaly either negative or positive has been detected. The index of the array\nis consistent with the input series.", "type": { - "$id": "170", + "$id": "166", "kind": "array", "name": "Array1", "valueType": { - "$id": "171", + "$id": "167", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1407,32 +1385,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.isAnomaly", "serializationOptions": { - "$id": "172", + "$id": "168", "json": { - "$id": "173", + "$id": "169", "name": "isAnomaly" } } }, { - "$id": "174", + "$id": "170", "kind": "property", "name": "isNegativeAnomaly", "serializedName": "isNegativeAnomaly", "doc": "IsNegativeAnomaly contains anomaly status in negative direction for each input\npoint. True means a negative anomaly has been detected. A negative anomaly\nmeans the point is detected as an anomaly and its real value is smaller than\nthe expected one. The index of the array is consistent with the input series.", "type": { - "$id": "175", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "176", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "166" }, "optional": false, "readOnly": false, @@ -1441,32 +1408,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.isNegativeAnomaly", "serializationOptions": { - "$id": "177", + "$id": "171", "json": { - "$id": "178", + "$id": "172", "name": "isNegativeAnomaly" } } }, { - "$id": "179", + "$id": "173", "kind": "property", "name": "isPositiveAnomaly", "serializedName": "isPositiveAnomaly", "doc": "IsPositiveAnomaly contain anomaly status in positive direction for each input\npoint. True means a positive anomaly has been detected. A positive anomaly\nmeans the point is detected as an anomaly and its real value is larger than the\nexpected one. The index of the array is consistent with the input series.", "type": { - "$id": "180", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "181", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "166" }, "optional": false, "readOnly": false, @@ -1475,32 +1431,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.isPositiveAnomaly", "serializationOptions": { - "$id": "182", + "$id": "174", "json": { - "$id": "183", + "$id": "175", "name": "isPositiveAnomaly" } } }, { - "$id": "184", + "$id": "176", "kind": "property", "name": "severity", "serializedName": "severity", "doc": "The severity score for each input point. The larger the value is, the more\nsever the anomaly is. For normal points, the \"severity\" is always 0.", "type": { - "$id": "185", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "186", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": true, "readOnly": false, @@ -1509,9 +1454,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateEntireDetectionResult.severity", "serializationOptions": { - "$id": "187", + "$id": "177", "json": { - "$id": "188", + "$id": "178", "name": "severity" } } @@ -1519,7 +1464,7 @@ ] }, { - "$id": "189", + "$id": "179", "kind": "model", "name": "AnomalyDetectorError", "namespace": "AnomalyDetector.Univariate", @@ -1529,13 +1474,13 @@ "decorators": [], "properties": [ { - "$id": "190", + "$id": "180", "kind": "header", "name": "x-ms-error-code", "serializedName": "x-ms-error-code", "doc": "Error code.", "type": { - "$id": "191", + "$id": "181", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1548,7 +1493,7 @@ "correspondingMethodParams": [] }, { - "$id": "192", + "$id": "182", "kind": "property", "name": "code", "serializedName": "code", @@ -1563,21 +1508,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.AnomalyDetectorError.code", "serializationOptions": { - "$id": "193", + "$id": "183", "json": { - "$id": "194", + "$id": "184", "name": "code" } } }, { - "$id": "195", + "$id": "185", "kind": "property", "name": "message", "serializedName": "message", "doc": "A message explaining the error reported by the service.", "type": { - "$id": "196", + "$id": "186", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1590,9 +1535,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.AnomalyDetectorError.message", "serializationOptions": { - "$id": "197", + "$id": "187", "json": { - "$id": "198", + "$id": "188", "name": "message" } } @@ -1600,7 +1545,7 @@ ] }, { - "$id": "199", + "$id": "189", "kind": "model", "name": "UnivariateLastDetectionResult", "namespace": "AnomalyDetector.Univariate", @@ -1610,13 +1555,13 @@ "decorators": [], "properties": [ { - "$id": "200", + "$id": "190", "kind": "property", "name": "period", "serializedName": "period", "doc": "Frequency extracted from the series, zero means no recurrent pattern has been\nfound.", "type": { - "$id": "201", + "$id": "191", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1629,21 +1574,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.period", "serializationOptions": { - "$id": "202", + "$id": "192", "json": { - "$id": "203", + "$id": "193", "name": "period" } } }, { - "$id": "204", + "$id": "194", "kind": "property", "name": "suggestedWindow", "serializedName": "suggestedWindow", "doc": "Suggested input series points needed for detecting the latest point.", "type": { - "$id": "205", + "$id": "195", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1656,21 +1601,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.suggestedWindow", "serializationOptions": { - "$id": "206", + "$id": "196", "json": { - "$id": "207", + "$id": "197", "name": "suggestedWindow" } } }, { - "$id": "208", + "$id": "198", "kind": "property", "name": "expectedValue", "serializedName": "expectedValue", "doc": "Expected value of the latest point.", "type": { - "$id": "209", + "$id": "199", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1683,21 +1628,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.expectedValue", "serializationOptions": { - "$id": "210", + "$id": "200", "json": { - "$id": "211", + "$id": "201", "name": "expectedValue" } } }, { - "$id": "212", + "$id": "202", "kind": "property", "name": "upperMargin", "serializedName": "upperMargin", "doc": "Upper margin of the latest point. UpperMargin is used to calculate\nupperBoundary, which equals to expectedValue + (100 - marginScale)*upperMargin.\nIf the value of latest point is between upperBoundary and lowerBoundary, it\nshould be treated as normal value. By adjusting marginScale value, anomaly\nstatus of latest point can be changed.", "type": { - "$id": "213", + "$id": "203", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1710,21 +1655,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.upperMargin", "serializationOptions": { - "$id": "214", + "$id": "204", "json": { - "$id": "215", + "$id": "205", "name": "upperMargin" } } }, { - "$id": "216", + "$id": "206", "kind": "property", "name": "lowerMargin", "serializedName": "lowerMargin", "doc": "Lower margin of the latest point. LowerMargin is used to calculate\nlowerBoundary, which equals to expectedValue - (100 - marginScale)*lowerMargin.\n", "type": { - "$id": "217", + "$id": "207", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1737,21 +1682,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.lowerMargin", "serializationOptions": { - "$id": "218", + "$id": "208", "json": { - "$id": "219", + "$id": "209", "name": "lowerMargin" } } }, { - "$id": "220", + "$id": "210", "kind": "property", "name": "isAnomaly", "serializedName": "isAnomaly", "doc": "Anomaly status of the latest point, true means the latest point is an anomaly\neither in negative direction or positive direction.", "type": { - "$id": "221", + "$id": "211", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1764,21 +1709,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.isAnomaly", "serializationOptions": { - "$id": "222", + "$id": "212", "json": { - "$id": "223", + "$id": "213", "name": "isAnomaly" } } }, { - "$id": "224", + "$id": "214", "kind": "property", "name": "isNegativeAnomaly", "serializedName": "isNegativeAnomaly", "doc": "Anomaly status in negative direction of the latest point. True means the latest\npoint is an anomaly and its real value is smaller than the expected one.", "type": { - "$id": "225", + "$id": "215", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1791,21 +1736,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.isNegativeAnomaly", "serializationOptions": { - "$id": "226", + "$id": "216", "json": { - "$id": "227", + "$id": "217", "name": "isNegativeAnomaly" } } }, { - "$id": "228", + "$id": "218", "kind": "property", "name": "isPositiveAnomaly", "serializedName": "isPositiveAnomaly", "doc": "Anomaly status in positive direction of the latest point. True means the latest\npoint is an anomaly and its real value is larger than the expected one.", "type": { - "$id": "229", + "$id": "219", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1818,21 +1763,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.isPositiveAnomaly", "serializationOptions": { - "$id": "230", + "$id": "220", "json": { - "$id": "231", + "$id": "221", "name": "isPositiveAnomaly" } } }, { - "$id": "232", + "$id": "222", "kind": "property", "name": "severity", "serializedName": "severity", "doc": "The severity score for the last input point. The larger the value is, the more\nsever the anomaly is. For normal points, the \"severity\" is always 0.", "type": { - "$id": "233", + "$id": "223", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1845,9 +1790,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateLastDetectionResult.severity", "serializationOptions": { - "$id": "234", + "$id": "224", "json": { - "$id": "235", + "$id": "225", "name": "severity" } } @@ -1855,7 +1800,7 @@ ] }, { - "$id": "236", + "$id": "226", "kind": "model", "name": "UnivariateChangePointDetectionOptions", "namespace": "AnomalyDetector.Univariate", @@ -1865,20 +1810,13 @@ "decorators": [], "properties": [ { - "$id": "237", + "$id": "227", "kind": "property", "name": "series", "serializedName": "series", "doc": "Time series data points. Points should be sorted by timestamp in ascending\norder to match the change point detection result.", "type": { - "$id": "238", - "kind": "array", - "name": "ArrayTimeSeriesPoint", - "valueType": { - "$ref": "111" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "110" }, "optional": false, "readOnly": false, @@ -1887,15 +1825,15 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.series", "serializationOptions": { - "$id": "239", + "$id": "228", "json": { - "$id": "240", + "$id": "229", "name": "series" } } }, { - "$id": "241", + "$id": "230", "kind": "property", "name": "granularity", "serializedName": "granularity", @@ -1910,21 +1848,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.granularity", "serializationOptions": { - "$id": "242", + "$id": "231", "json": { - "$id": "243", + "$id": "232", "name": "granularity" } } }, { - "$id": "244", + "$id": "233", "kind": "property", "name": "customInterval", "serializedName": "customInterval", "doc": "Custom Interval is used to set non-standard time interval, for example, if the\nseries is 5 minutes, request can be set as {\"granularity\":\"minutely\",\n\"customInterval\":5}.", "type": { - "$id": "245", + "$id": "234", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1937,21 +1875,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.customInterval", "serializationOptions": { - "$id": "246", + "$id": "235", "json": { - "$id": "247", + "$id": "236", "name": "customInterval" } } }, { - "$id": "248", + "$id": "237", "kind": "property", "name": "period", "serializedName": "period", "doc": "Optional argument, periodic value of a time series. If the value is null or\ndoes not present, the API will determine the period automatically.", "type": { - "$id": "249", + "$id": "238", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1964,21 +1902,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.period", "serializationOptions": { - "$id": "250", + "$id": "239", "json": { - "$id": "251", + "$id": "240", "name": "period" } } }, { - "$id": "252", + "$id": "241", "kind": "property", "name": "stableTrendWindow", "serializedName": "stableTrendWindow", "doc": "Optional argument, advanced model parameter, a default stableTrendWindow will\nbe used in detection.", "type": { - "$id": "253", + "$id": "242", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1991,21 +1929,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.stableTrendWindow", "serializationOptions": { - "$id": "254", + "$id": "243", "json": { - "$id": "255", + "$id": "244", "name": "stableTrendWindow" } } }, { - "$id": "256", + "$id": "245", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Optional argument, advanced model parameter, between 0.0-1.0, the lower the\nvalue is, the larger the trend error will be which means less change point will\nbe accepted.", "type": { - "$id": "257", + "$id": "246", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2018,9 +1956,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionOptions.threshold", "serializationOptions": { - "$id": "258", + "$id": "247", "json": { - "$id": "259", + "$id": "248", "name": "threshold" } } @@ -2028,7 +1966,7 @@ ] }, { - "$id": "260", + "$id": "249", "kind": "model", "name": "UnivariateChangePointDetectionResult", "namespace": "AnomalyDetector.Univariate", @@ -2038,13 +1976,13 @@ "decorators": [], "properties": [ { - "$id": "261", + "$id": "250", "kind": "property", "name": "period", "serializedName": "period", "doc": "Frequency extracted from the series, zero means no recurrent pattern has been\nfound.", "type": { - "$id": "262", + "$id": "251", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2057,32 +1995,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionResult.period", "serializationOptions": { - "$id": "263", + "$id": "252", "json": { - "$id": "264", + "$id": "253", "name": "period" } } }, { - "$id": "265", + "$id": "254", "kind": "property", "name": "isChangePoint", "serializedName": "isChangePoint", "doc": "isChangePoint contains change point properties for each input point. True means\nan anomaly either negative or positive has been detected. The index of the\narray is consistent with the input series.", "type": { - "$id": "266", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "267", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "166" }, "optional": true, "readOnly": false, @@ -2091,32 +2018,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionResult.isChangePoint", "serializationOptions": { - "$id": "268", + "$id": "255", "json": { - "$id": "269", + "$id": "256", "name": "isChangePoint" } } }, { - "$id": "270", + "$id": "257", "kind": "property", "name": "confidenceScores", "serializedName": "confidenceScores", "doc": "the change point confidence of each point", "type": { - "$id": "271", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "272", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": true, "readOnly": false, @@ -2125,9 +2041,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Univariate.UnivariateChangePointDetectionResult.confidenceScores", "serializationOptions": { - "$id": "273", + "$id": "258", "json": { - "$id": "274", + "$id": "259", "name": "confidenceScores" } } @@ -2135,7 +2051,7 @@ ] }, { - "$id": "275", + "$id": "260", "kind": "model", "name": "MultivariateDetectionResult", "namespace": "AnomalyDetector.Multivariate", @@ -2145,18 +2061,18 @@ "decorators": [], "properties": [ { - "$id": "276", + "$id": "261", "kind": "property", "name": "resultId", "serializedName": "resultId", "doc": "Result identifier, which is used to fetch the results of an inference call.", "type": { - "$id": "277", + "$id": "262", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "278", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2171,21 +2087,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateDetectionResult.resultId", "serializationOptions": { - "$id": "279", + "$id": "264", "json": { - "$id": "280", + "$id": "265", "name": "resultId" } } }, { - "$id": "281", + "$id": "266", "kind": "property", "name": "summary", "serializedName": "summary", "doc": "Multivariate anomaly detection status.", "type": { - "$id": "282", + "$id": "267", "kind": "model", "name": "MultivariateBatchDetectionResultSummary", "namespace": "AnomalyDetector.Multivariate", @@ -2195,7 +2111,7 @@ "decorators": [], "properties": [ { - "$id": "283", + "$id": "268", "kind": "property", "name": "status", "serializedName": "status", @@ -2210,25 +2126,25 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionResultSummary.status", "serializationOptions": { - "$id": "284", + "$id": "269", "json": { - "$id": "285", + "$id": "270", "name": "status" } } }, { - "$id": "286", + "$id": "271", "kind": "property", "name": "errors", "serializedName": "errors", "doc": "Error message when detection is failed.", "type": { - "$id": "287", + "$id": "272", "kind": "array", "name": "ArrayErrorResponse", "valueType": { - "$id": "288", + "$id": "273", "kind": "model", "name": "ErrorResponse", "namespace": "AnomalyDetector.Multivariate", @@ -2238,13 +2154,13 @@ "decorators": [], "properties": [ { - "$id": "289", + "$id": "274", "kind": "property", "name": "code", "serializedName": "code", "doc": "The error code.", "type": { - "$id": "290", + "$id": "275", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2257,21 +2173,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ErrorResponse.code", "serializationOptions": { - "$id": "291", + "$id": "276", "json": { - "$id": "292", + "$id": "277", "name": "code" } } }, { - "$id": "293", + "$id": "278", "kind": "property", "name": "message", "serializedName": "message", "doc": "The message explaining the error reported by the service.", "type": { - "$id": "294", + "$id": "279", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2284,9 +2200,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ErrorResponse.message", "serializationOptions": { - "$id": "295", + "$id": "280", "json": { - "$id": "296", + "$id": "281", "name": "message" } } @@ -2303,25 +2219,25 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionResultSummary.errors", "serializationOptions": { - "$id": "297", + "$id": "282", "json": { - "$id": "298", + "$id": "283", "name": "errors" } } }, { - "$id": "299", + "$id": "284", "kind": "property", "name": "variableStates", "serializedName": "variableStates", "doc": "Variable Status.", "type": { - "$id": "300", + "$id": "285", "kind": "array", "name": "ArrayVariableState", "valueType": { - "$id": "301", + "$id": "286", "kind": "model", "name": "VariableState", "namespace": "AnomalyDetector.Multivariate", @@ -2331,13 +2247,13 @@ "decorators": [], "properties": [ { - "$id": "302", + "$id": "287", "kind": "property", "name": "variable", "serializedName": "variable", "doc": "Variable name in variable states.", "type": { - "$id": "303", + "$id": "288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2350,21 +2266,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableState.variable", "serializationOptions": { - "$id": "304", + "$id": "289", "json": { - "$id": "305", + "$id": "290", "name": "variable" } } }, { - "$id": "306", + "$id": "291", "kind": "property", "name": "filledNARatio", "serializedName": "filledNARatio", "doc": "Proportion of missing values that need to be filled by fillNAMethod.", "type": { - "$id": "307", + "$id": "292", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2377,21 +2293,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableState.filledNARatio", "serializationOptions": { - "$id": "308", + "$id": "293", "json": { - "$id": "309", + "$id": "294", "name": "filledNARatio" } } }, { - "$id": "310", + "$id": "295", "kind": "property", "name": "effectiveCount", "serializedName": "effectiveCount", "doc": "Number of effective data points before applying fillNAMethod.", "type": { - "$id": "311", + "$id": "296", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2404,26 +2320,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableState.effectiveCount", "serializationOptions": { - "$id": "312", + "$id": "297", "json": { - "$id": "313", + "$id": "298", "name": "effectiveCount" } } }, { - "$id": "314", + "$id": "299", "kind": "property", "name": "firstTimestamp", "serializedName": "firstTimestamp", "doc": "First valid timestamp with value of input data.", "type": { - "$id": "315", + "$id": "300", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "316", + "$id": "301", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2439,26 +2355,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableState.firstTimestamp", "serializationOptions": { - "$id": "317", + "$id": "302", "json": { - "$id": "318", + "$id": "303", "name": "firstTimestamp" } } }, { - "$id": "319", + "$id": "304", "kind": "property", "name": "lastTimestamp", "serializedName": "lastTimestamp", "doc": "Last valid timestamp with value of input data.", "type": { - "$id": "320", + "$id": "305", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "321", + "$id": "306", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2474,9 +2390,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableState.lastTimestamp", "serializationOptions": { - "$id": "322", + "$id": "307", "json": { - "$id": "323", + "$id": "308", "name": "lastTimestamp" } } @@ -2493,21 +2409,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionResultSummary.variableStates", "serializationOptions": { - "$id": "324", + "$id": "309", "json": { - "$id": "325", + "$id": "310", "name": "variableStates" } } }, { - "$id": "326", + "$id": "311", "kind": "property", "name": "setupInfo", "serializedName": "setupInfo", "doc": "Detection request for batch inference. This is an asynchronous inference which\nwill need another API to get detection results.", "type": { - "$id": "327", + "$id": "312", "kind": "model", "name": "MultivariateBatchDetectionOptions", "namespace": "AnomalyDetector.Multivariate", @@ -2517,13 +2433,13 @@ "decorators": [], "properties": [ { - "$id": "328", + "$id": "313", "kind": "property", "name": "dataSource", "serializedName": "dataSource", "doc": "Source link to the input data to indicate an accessible Azure storage Uri,\neither pointed to an Azure blob storage folder, or pointed to a CSV file in\nAzure blob storage based on you data schema selection. The data schema should\nbe exactly the same with those used in the training phase.", "type": { - "$id": "329", + "$id": "314", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2536,21 +2452,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionOptions.dataSource", "serializationOptions": { - "$id": "330", + "$id": "315", "json": { - "$id": "331", + "$id": "316", "name": "dataSource" } } }, { - "$id": "332", + "$id": "317", "kind": "property", "name": "topContributorCount", "serializedName": "topContributorCount", "doc": "An optional field, which is used to specify the number of top contributed\nvariables for one anomalous timestamp in the response. The default number is\n10.", "type": { - "$id": "333", + "$id": "318", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2563,26 +2479,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionOptions.topContributorCount", "serializationOptions": { - "$id": "334", + "$id": "319", "json": { - "$id": "335", + "$id": "320", "name": "topContributorCount" } } }, { - "$id": "336", + "$id": "321", "kind": "property", "name": "startTime", "serializedName": "startTime", "doc": "A required field, indicating the start time of data for detection, which should\nbe date-time of ISO 8601 format.", "type": { - "$id": "337", + "$id": "322", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "338", + "$id": "323", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2598,26 +2514,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionOptions.startTime", "serializationOptions": { - "$id": "339", + "$id": "324", "json": { - "$id": "340", + "$id": "325", "name": "startTime" } } }, { - "$id": "341", + "$id": "326", "kind": "property", "name": "endTime", "serializedName": "endTime", "doc": "A required field, indicating the end time of data for detection, which should\nbe date-time of ISO 8601 format.", "type": { - "$id": "342", + "$id": "327", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "343", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2633,9 +2549,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionOptions.endTime", "serializationOptions": { - "$id": "344", + "$id": "329", "json": { - "$id": "345", + "$id": "330", "name": "endTime" } } @@ -2649,9 +2565,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateBatchDetectionResultSummary.setupInfo", "serializationOptions": { - "$id": "346", + "$id": "331", "json": { - "$id": "347", + "$id": "332", "name": "setupInfo" } } @@ -2665,25 +2581,25 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateDetectionResult.summary", "serializationOptions": { - "$id": "348", + "$id": "333", "json": { - "$id": "349", + "$id": "334", "name": "summary" } } }, { - "$id": "350", + "$id": "335", "kind": "property", "name": "results", "serializedName": "results", "doc": "Detection result for each timestamp.", "type": { - "$id": "351", + "$id": "336", "kind": "array", "name": "ArrayAnomalyState", "valueType": { - "$id": "352", + "$id": "337", "kind": "model", "name": "AnomalyState", "namespace": "AnomalyDetector.Multivariate", @@ -2693,18 +2609,18 @@ "decorators": [], "properties": [ { - "$id": "353", + "$id": "338", "kind": "property", "name": "timestamp", "serializedName": "timestamp", "doc": "The timestamp for this anomaly.", "type": { - "$id": "354", + "$id": "339", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "355", + "$id": "340", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2720,21 +2636,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyState.timestamp", "serializationOptions": { - "$id": "356", + "$id": "341", "json": { - "$id": "357", + "$id": "342", "name": "timestamp" } } }, { - "$id": "358", + "$id": "343", "kind": "property", "name": "value", "serializedName": "value", "doc": "The detailed value of this anomalous timestamp.", "type": { - "$id": "359", + "$id": "344", "kind": "model", "name": "AnomalyValue", "namespace": "AnomalyDetector.Multivariate", @@ -2744,13 +2660,13 @@ "decorators": [], "properties": [ { - "$id": "360", + "$id": "345", "kind": "property", "name": "isAnomaly", "serializedName": "isAnomaly", "doc": "True if an anomaly is detected at the current timestamp.", "type": { - "$id": "361", + "$id": "346", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -2763,21 +2679,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyValue.isAnomaly", "serializationOptions": { - "$id": "362", + "$id": "347", "json": { - "$id": "363", + "$id": "348", "name": "isAnomaly" } } }, { - "$id": "364", + "$id": "349", "kind": "property", "name": "severity", "serializedName": "severity", "doc": "Indicates the significance of the anomaly. The higher the severity, the more\nsignificant the anomaly is.", "type": { - "$id": "365", + "$id": "350", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2790,21 +2706,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyValue.severity", "serializationOptions": { - "$id": "366", + "$id": "351", "json": { - "$id": "367", + "$id": "352", "name": "severity" } } }, { - "$id": "368", + "$id": "353", "kind": "property", "name": "score", "serializedName": "score", "doc": "Raw anomaly score of severity, will help indicate the degree of abnormality as\nwell.", "type": { - "$id": "369", + "$id": "354", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2817,25 +2733,25 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyValue.score", "serializationOptions": { - "$id": "370", + "$id": "355", "json": { - "$id": "371", + "$id": "356", "name": "score" } } }, { - "$id": "372", + "$id": "357", "kind": "property", "name": "interpretation", "serializedName": "interpretation", "doc": "Interpretation of this anomalous timestamp.", "type": { - "$id": "373", + "$id": "358", "kind": "array", "name": "ArrayAnomalyInterpretation", "valueType": { - "$id": "374", + "$id": "359", "kind": "model", "name": "AnomalyInterpretation", "namespace": "AnomalyDetector.Multivariate", @@ -2845,13 +2761,13 @@ "decorators": [], "properties": [ { - "$id": "375", + "$id": "360", "kind": "property", "name": "variable", "serializedName": "variable", "doc": "Variable.", "type": { - "$id": "376", + "$id": "361", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2864,21 +2780,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyInterpretation.variable", "serializationOptions": { - "$id": "377", + "$id": "362", "json": { - "$id": "378", + "$id": "363", "name": "variable" } } }, { - "$id": "379", + "$id": "364", "kind": "property", "name": "contributionScore", "serializedName": "contributionScore", "doc": "This score shows the percentage contributing to the anomalous timestamp. A\nnumber between 0 and 1.", "type": { - "$id": "380", + "$id": "365", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2891,21 +2807,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyInterpretation.contributionScore", "serializationOptions": { - "$id": "381", + "$id": "366", "json": { - "$id": "382", + "$id": "367", "name": "contributionScore" } } }, { - "$id": "383", + "$id": "368", "kind": "property", "name": "correlationChanges", "serializedName": "correlationChanges", "doc": "Correlation changes among the anomalous variables", "type": { - "$id": "384", + "$id": "369", "kind": "model", "name": "CorrelationChanges", "namespace": "AnomalyDetector.Multivariate", @@ -2915,17 +2831,17 @@ "decorators": [], "properties": [ { - "$id": "385", + "$id": "370", "kind": "property", "name": "changedVariables", "serializedName": "changedVariables", "doc": "The correlated variables that have correlation changes under an anomaly.", "type": { - "$id": "386", + "$id": "371", "kind": "array", "name": "Array2", "valueType": { - "$id": "387", + "$id": "372", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2941,9 +2857,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.CorrelationChanges.changedVariables", "serializationOptions": { - "$id": "388", + "$id": "373", "json": { - "$id": "389", + "$id": "374", "name": "changedVariables" } } @@ -2957,9 +2873,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyInterpretation.correlationChanges", "serializationOptions": { - "$id": "390", + "$id": "375", "json": { - "$id": "391", + "$id": "376", "name": "correlationChanges" } } @@ -2976,9 +2892,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyValue.interpretation", "serializationOptions": { - "$id": "392", + "$id": "377", "json": { - "$id": "393", + "$id": "378", "name": "interpretation" } } @@ -2992,28 +2908,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyState.value", "serializationOptions": { - "$id": "394", + "$id": "379", "json": { - "$id": "395", + "$id": "380", "name": "value" } } }, { - "$id": "396", + "$id": "381", "kind": "property", "name": "errors", "serializedName": "errors", "doc": "Error message for the current timestamp.", "type": { - "$id": "397", - "kind": "array", - "name": "ArrayErrorResponse", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "272" }, "optional": true, "readOnly": false, @@ -3022,9 +2931,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyState.errors", "serializationOptions": { - "$id": "398", + "$id": "382", "json": { - "$id": "399", + "$id": "383", "name": "errors" } } @@ -3041,9 +2950,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateDetectionResult.results", "serializationOptions": { - "$id": "400", + "$id": "384", "json": { - "$id": "401", + "$id": "385", "name": "results" } } @@ -3051,31 +2960,31 @@ ] }, { - "$ref": "282" + "$ref": "267" }, { - "$ref": "288" + "$ref": "273" }, { - "$ref": "301" + "$ref": "286" }, { - "$ref": "327" + "$ref": "312" }, { - "$ref": "352" + "$ref": "337" }, { - "$ref": "359" + "$ref": "344" }, { - "$ref": "374" + "$ref": "359" }, { - "$ref": "384" + "$ref": "369" }, { - "$id": "402", + "$id": "386", "kind": "model", "name": "ModelInfo", "namespace": "AnomalyDetector.Multivariate", @@ -3085,13 +2994,13 @@ "decorators": [], "properties": [ { - "$id": "403", + "$id": "387", "kind": "property", "name": "dataSource", "serializedName": "dataSource", "doc": "Source link to the input data to indicate an accessible Azure storage Uri,\neither pointed to an Azure blob storage folder, or pointed to a CSV file in\nAzure blob storage based on you data schema selection. ", "type": { - "$id": "404", + "$id": "388", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3104,15 +3013,15 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.dataSource", "serializationOptions": { - "$id": "405", + "$id": "389", "json": { - "$id": "406", + "$id": "390", "name": "dataSource" } } }, { - "$id": "407", + "$id": "391", "kind": "property", "name": "dataSchema", "serializedName": "dataSchema", @@ -3127,26 +3036,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.dataSchema", "serializationOptions": { - "$id": "408", + "$id": "392", "json": { - "$id": "409", + "$id": "393", "name": "dataSchema" } } }, { - "$id": "410", + "$id": "394", "kind": "property", "name": "startTime", "serializedName": "startTime", "doc": "A required field, indicating the start time of training data, which should be\ndate-time of ISO 8601 format.", "type": { - "$id": "411", + "$id": "395", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "412", + "$id": "396", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3162,26 +3071,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.startTime", "serializationOptions": { - "$id": "413", + "$id": "397", "json": { - "$id": "414", + "$id": "398", "name": "startTime" } } }, { - "$id": "415", + "$id": "399", "kind": "property", "name": "endTime", "serializedName": "endTime", "doc": "A required field, indicating the end time of training data, which should be\ndate-time of ISO 8601 format.", "type": { - "$id": "416", + "$id": "400", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "417", + "$id": "401", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3197,21 +3106,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.endTime", "serializationOptions": { - "$id": "418", + "$id": "402", "json": { - "$id": "419", + "$id": "403", "name": "endTime" } } }, { - "$id": "420", + "$id": "404", "kind": "property", "name": "displayName", "serializedName": "displayName", "doc": "An optional field. The display name of the model whose maximum length is 24\ncharacters.", "type": { - "$id": "421", + "$id": "405", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3224,21 +3133,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.displayName", "serializationOptions": { - "$id": "422", + "$id": "406", "json": { - "$id": "423", + "$id": "407", "name": "displayName" } } }, { - "$id": "424", + "$id": "408", "kind": "property", "name": "slidingWindow", "serializedName": "slidingWindow", "doc": "An optional field, indicating how many previous timestamps will be used to\ndetect whether the timestamp is anomaly or not. ", "type": { - "$id": "425", + "$id": "409", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3251,21 +3160,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.slidingWindow", "serializationOptions": { - "$id": "426", + "$id": "410", "json": { - "$id": "427", + "$id": "411", "name": "slidingWindow" } } }, { - "$id": "428", + "$id": "412", "kind": "property", "name": "alignPolicy", "serializedName": "alignPolicy", "doc": "An optional field, indicating the manner to align multiple variables.", "type": { - "$id": "429", + "$id": "413", "kind": "model", "name": "AlignPolicy", "namespace": "AnomalyDetector.Multivariate", @@ -3275,7 +3184,7 @@ "decorators": [], "properties": [ { - "$id": "430", + "$id": "414", "kind": "property", "name": "alignMode", "serializedName": "alignMode", @@ -3290,15 +3199,15 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AlignPolicy.alignMode", "serializationOptions": { - "$id": "431", + "$id": "415", "json": { - "$id": "432", + "$id": "416", "name": "alignMode" } } }, { - "$id": "433", + "$id": "417", "kind": "property", "name": "fillNAMethod", "serializedName": "fillNAMethod", @@ -3313,21 +3222,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AlignPolicy.fillNAMethod", "serializationOptions": { - "$id": "434", + "$id": "418", "json": { - "$id": "435", + "$id": "419", "name": "fillNAMethod" } } }, { - "$id": "436", + "$id": "420", "kind": "property", "name": "paddingValue", "serializedName": "paddingValue", "doc": "An optional field. Required when fillNAMethod is Fixed.", "type": { - "$id": "437", + "$id": "421", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -3340,9 +3249,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AlignPolicy.paddingValue", "serializationOptions": { - "$id": "438", + "$id": "422", "json": { - "$id": "439", + "$id": "423", "name": "paddingValue" } } @@ -3356,15 +3265,15 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.alignPolicy", "serializationOptions": { - "$id": "440", + "$id": "424", "json": { - "$id": "441", + "$id": "425", "name": "alignPolicy" } } }, { - "$id": "442", + "$id": "426", "kind": "property", "name": "status", "serializedName": "status", @@ -3379,28 +3288,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.status", "serializationOptions": { - "$id": "443", + "$id": "427", "json": { - "$id": "444", + "$id": "428", "name": "status" } } }, { - "$id": "445", + "$id": "429", "kind": "property", "name": "errors", "serializedName": "errors", "doc": "Error messages when failed to create a model.", "type": { - "$id": "446", - "kind": "array", - "name": "ArrayErrorResponse", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "272" }, "optional": true, "readOnly": true, @@ -3409,21 +3311,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.errors", "serializationOptions": { - "$id": "447", + "$id": "430", "json": { - "$id": "448", + "$id": "431", "name": "errors" } } }, { - "$id": "449", + "$id": "432", "kind": "property", "name": "diagnosticsInfo", "serializedName": "diagnosticsInfo", "doc": "Diagnostics information to help inspect the states of model or variable.", "type": { - "$id": "450", + "$id": "433", "kind": "model", "name": "DiagnosticsInfo", "namespace": "AnomalyDetector.Multivariate", @@ -3433,13 +3335,13 @@ "decorators": [], "properties": [ { - "$id": "451", + "$id": "434", "kind": "property", "name": "modelState", "serializedName": "modelState", "doc": "Model status.", "type": { - "$id": "452", + "$id": "435", "kind": "model", "name": "ModelState", "namespace": "AnomalyDetector.Multivariate", @@ -3449,17 +3351,17 @@ "decorators": [], "properties": [ { - "$id": "453", + "$id": "436", "kind": "property", "name": "epochIds", "serializedName": "epochIds", "doc": "This indicates the number of passes of the entire training dataset the\nalgorithm has completed.", "type": { - "$id": "454", + "$id": "437", "kind": "array", "name": "Array3", "valueType": { - "$id": "455", + "$id": "438", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3475,32 +3377,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelState.epochIds", "serializationOptions": { - "$id": "456", + "$id": "439", "json": { - "$id": "457", + "$id": "440", "name": "epochIds" } } }, { - "$id": "458", + "$id": "441", "kind": "property", "name": "trainLosses", "serializedName": "trainLosses", "doc": "List of metrics used to assess how the model fits the training data for each\nepoch.", "type": { - "$id": "459", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "460", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": true, "readOnly": false, @@ -3509,32 +3400,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelState.trainLosses", "serializationOptions": { - "$id": "461", + "$id": "442", "json": { - "$id": "462", + "$id": "443", "name": "trainLosses" } } }, { - "$id": "463", + "$id": "444", "kind": "property", "name": "validationLosses", "serializedName": "validationLosses", "doc": "List of metrics used to assess how the model fits the validation set for each\nepoch.", "type": { - "$id": "464", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "465", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": true, "readOnly": false, @@ -3543,32 +3423,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelState.validationLosses", "serializationOptions": { - "$id": "466", + "$id": "445", "json": { - "$id": "467", + "$id": "446", "name": "validationLosses" } } }, { - "$id": "468", + "$id": "447", "kind": "property", "name": "latenciesInSeconds", "serializedName": "latenciesInSeconds", "doc": "Latency for each epoch. ", "type": { - "$id": "469", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "470", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": true, "readOnly": false, @@ -3577,9 +3446,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelState.latenciesInSeconds", "serializationOptions": { - "$id": "471", + "$id": "448", "json": { - "$id": "472", + "$id": "449", "name": "latenciesInSeconds" } } @@ -3593,28 +3462,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.DiagnosticsInfo.modelState", "serializationOptions": { - "$id": "473", + "$id": "450", "json": { - "$id": "474", + "$id": "451", "name": "modelState" } } }, { - "$id": "475", + "$id": "452", "kind": "property", "name": "variableStates", "serializedName": "variableStates", "doc": "Variable Status.", "type": { - "$id": "476", - "kind": "array", - "name": "ArrayVariableState", - "valueType": { - "$ref": "301" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "285" }, "optional": true, "readOnly": false, @@ -3623,9 +3485,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.DiagnosticsInfo.variableStates", "serializationOptions": { - "$id": "477", + "$id": "453", "json": { - "$id": "478", + "$id": "454", "name": "variableStates" } } @@ -3639,9 +3501,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelInfo.diagnosticsInfo", "serializationOptions": { - "$id": "479", + "$id": "455", "json": { - "$id": "480", + "$id": "456", "name": "diagnosticsInfo" } } @@ -3649,16 +3511,16 @@ ] }, { - "$ref": "429" + "$ref": "413" }, { - "$ref": "450" + "$ref": "433" }, { - "$ref": "452" + "$ref": "435" }, { - "$id": "481", + "$id": "457", "kind": "model", "name": "AnomalyDetectionModel", "namespace": "AnomalyDetector.Multivariate", @@ -3668,18 +3530,18 @@ "decorators": [], "properties": [ { - "$id": "482", + "$id": "458", "kind": "property", "name": "modelId", "serializedName": "modelId", "doc": "Model identifier.", "type": { - "$id": "483", + "$id": "459", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "484", + "$id": "460", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3694,26 +3556,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyDetectionModel.modelId", "serializationOptions": { - "$id": "485", + "$id": "461", "json": { - "$id": "486", + "$id": "462", "name": "modelId" } } }, { - "$id": "487", + "$id": "463", "kind": "property", "name": "createdTime", "serializedName": "createdTime", "doc": "Date and time (UTC) when the model was created.", "type": { - "$id": "488", + "$id": "464", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "489", + "$id": "465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3729,26 +3591,26 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyDetectionModel.createdTime", "serializationOptions": { - "$id": "490", + "$id": "466", "json": { - "$id": "491", + "$id": "467", "name": "createdTime" } } }, { - "$id": "492", + "$id": "468", "kind": "property", "name": "lastUpdatedTime", "serializedName": "lastUpdatedTime", "doc": "Date and time (UTC) when the model was last updated.", "type": { - "$id": "493", + "$id": "469", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "494", + "$id": "470", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3764,21 +3626,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyDetectionModel.lastUpdatedTime", "serializationOptions": { - "$id": "495", + "$id": "471", "json": { - "$id": "496", + "$id": "472", "name": "lastUpdatedTime" } } }, { - "$id": "497", + "$id": "473", "kind": "property", "name": "modelInfo", "serializedName": "modelInfo", "doc": "Training result of a model including its status, errors and diagnostics\ninformation.", "type": { - "$ref": "402" + "$ref": "386" }, "optional": true, "readOnly": false, @@ -3787,9 +3649,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.AnomalyDetectionModel.modelInfo", "serializationOptions": { - "$id": "498", + "$id": "474", "json": { - "$id": "499", + "$id": "475", "name": "modelInfo" } } @@ -3797,7 +3659,7 @@ ] }, { - "$id": "500", + "$id": "476", "kind": "model", "name": "ModelList", "namespace": "AnomalyDetector.Multivariate", @@ -3807,17 +3669,17 @@ "decorators": [], "properties": [ { - "$id": "501", + "$id": "477", "kind": "property", "name": "models", "serializedName": "models", "doc": "List of models.", "type": { - "$id": "502", + "$id": "478", "kind": "array", "name": "ArrayAnomalyDetectionModel", "valueType": { - "$ref": "481" + "$ref": "457" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -3829,21 +3691,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelList.models", "serializationOptions": { - "$id": "503", + "$id": "479", "json": { - "$id": "504", + "$id": "480", "name": "models" } } }, { - "$id": "505", + "$id": "481", "kind": "property", "name": "currentCount", "serializedName": "currentCount", "doc": "Number of trained multivariate models.", "type": { - "$id": "506", + "$id": "482", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3856,21 +3718,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelList.currentCount", "serializationOptions": { - "$id": "507", + "$id": "483", "json": { - "$id": "508", + "$id": "484", "name": "currentCount" } } }, { - "$id": "509", + "$id": "485", "kind": "property", "name": "maxCount", "serializedName": "maxCount", "doc": "Maximum number of models that can be trained for this Anomaly Detector resource.", "type": { - "$id": "510", + "$id": "486", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3883,21 +3745,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelList.maxCount", "serializationOptions": { - "$id": "511", + "$id": "487", "json": { - "$id": "512", + "$id": "488", "name": "maxCount" } } }, { - "$id": "513", + "$id": "489", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to fetch more models.", "type": { - "$id": "514", + "$id": "490", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3910,9 +3772,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ModelList.nextLink", "serializationOptions": { - "$id": "515", + "$id": "491", "json": { - "$id": "516", + "$id": "492", "name": "nextLink" } } @@ -3920,7 +3782,7 @@ ] }, { - "$id": "517", + "$id": "493", "kind": "model", "name": "MultivariateLastDetectionOptions", "namespace": "AnomalyDetector.Multivariate", @@ -3930,17 +3792,17 @@ "decorators": [], "properties": [ { - "$id": "518", + "$id": "494", "kind": "property", "name": "variables", "serializedName": "variables", "doc": "This contains the inference data, including the name, timestamps(ISO 8601) and\nvalues of variables.", "type": { - "$id": "519", + "$id": "495", "kind": "array", "name": "ArrayVariableValues", "valueType": { - "$id": "520", + "$id": "496", "kind": "model", "name": "VariableValues", "namespace": "AnomalyDetector.Multivariate", @@ -3950,13 +3812,13 @@ "decorators": [], "properties": [ { - "$id": "521", + "$id": "497", "kind": "property", "name": "variable", "serializedName": "variable", "doc": "Variable name of last detection request.", "type": { - "$id": "522", + "$id": "498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3969,32 +3831,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableValues.variable", "serializationOptions": { - "$id": "523", + "$id": "499", "json": { - "$id": "524", + "$id": "500", "name": "variable" } } }, { - "$id": "525", + "$id": "501", "kind": "property", "name": "timestamps", "serializedName": "timestamps", "doc": "Timestamps of last detection request", "type": { - "$id": "526", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "527", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "371" }, "optional": false, "readOnly": false, @@ -4003,32 +3854,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableValues.timestamps", "serializationOptions": { - "$id": "528", + "$id": "502", "json": { - "$id": "529", + "$id": "503", "name": "timestamps" } } }, { - "$id": "530", + "$id": "504", "kind": "property", "name": "values", "serializedName": "values", "doc": "Values of variables.", "type": { - "$id": "531", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "532", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "155" }, "optional": false, "readOnly": false, @@ -4037,9 +3877,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.VariableValues.values", "serializationOptions": { - "$id": "533", + "$id": "505", "json": { - "$id": "534", + "$id": "506", "name": "values" } } @@ -4056,21 +3896,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateLastDetectionOptions.variables", "serializationOptions": { - "$id": "535", + "$id": "507", "json": { - "$id": "536", + "$id": "508", "name": "variables" } } }, { - "$id": "537", + "$id": "509", "kind": "property", "name": "topContributorCount", "serializedName": "topContributorCount", "doc": "An optional field, which is used to specify the number of top contributed\nvariables for one anomalous timestamp in the response. The default number is\n10.", "type": { - "$id": "538", + "$id": "510", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -4083,9 +3923,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateLastDetectionOptions.topContributorCount", "serializationOptions": { - "$id": "539", + "$id": "511", "json": { - "$id": "540", + "$id": "512", "name": "topContributorCount" } } @@ -4093,10 +3933,10 @@ ] }, { - "$ref": "520" + "$ref": "496" }, { - "$id": "541", + "$id": "513", "kind": "model", "name": "MultivariateLastDetectionResult", "namespace": "AnomalyDetector.Multivariate", @@ -4106,20 +3946,13 @@ "decorators": [], "properties": [ { - "$id": "542", + "$id": "514", "kind": "property", "name": "variableStates", "serializedName": "variableStates", "doc": "Variable Status.", "type": { - "$id": "543", - "kind": "array", - "name": "ArrayVariableState", - "valueType": { - "$ref": "301" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "285" }, "optional": true, "readOnly": false, @@ -4128,28 +3961,21 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateLastDetectionResult.variableStates", "serializationOptions": { - "$id": "544", + "$id": "515", "json": { - "$id": "545", + "$id": "516", "name": "variableStates" } } }, { - "$id": "546", + "$id": "517", "kind": "property", "name": "results", "serializedName": "results", "doc": "Anomaly status and information.", "type": { - "$id": "547", - "kind": "array", - "name": "ArrayAnomalyState", - "valueType": { - "$ref": "352" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "336" }, "optional": true, "readOnly": false, @@ -4158,9 +3984,9 @@ "decorators": [], "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.MultivariateLastDetectionResult.results", "serializationOptions": { - "$id": "548", + "$id": "518", "json": { - "$id": "549", + "$id": "519", "name": "results" } } @@ -4170,7 +3996,7 @@ ], "clients": [ { - "$id": "550", + "$id": "520", "kind": "client", "name": "AnomalyDetectorClient", "namespace": "AnomalyDetector", @@ -4178,12 +4004,12 @@ "methods": [], "parameters": [ { - "$id": "551", + "$id": "521", "name": "Endpoint", "nameInRequest": "Endpoint", "doc": "Supported Cognitive Services endpoints (protocol and hostname, for example:\nhttps://westus2.api.cognitive.microsoft.com).", "type": { - "$id": "552", + "$id": "522", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4198,7 +4024,7 @@ "kind": "Client" }, { - "$id": "553", + "$id": "523", "name": "ApiVersion", "nameInRequest": "ApiVersion", "doc": "Api Version", @@ -4214,9 +4040,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "554", + "$id": "524", "type": { - "$id": "555", + "$id": "525", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4227,12 +4053,12 @@ ], "decorators": [ { - "$id": "556", + "$id": "526", "name": "TypeSpec.@service", "arguments": { - "$id": "557", + "$id": "527", "options": { - "$id": "558", + "$id": "528", "title": "Anomaly Detector" } } @@ -4244,13 +4070,13 @@ ], "children": [ { - "$id": "559", + "$id": "529", "kind": "client", "name": "Univariate", "namespace": "AnomalyDetector.Univariate", "methods": [ { - "$id": "560", + "$id": "530", "kind": "basic", "name": "DetectUnivariateEntireSeries", "accessibility": "public", @@ -4260,7 +4086,7 @@ "doc": "This operation generates a model with an entire series, each point is detected\nwith the same model. With this method, points before and after a certain point\nare used to determine whether it is an anomaly. The entire detection can give\nuser an overall status of the time series.", "summary": "Detect anomalies for the entire series in batch.", "operation": { - "$id": "561", + "$id": "531", "name": "DetectUnivariateEntireSeries", "resourceName": "Univariate", "summary": "Detect anomalies for the entire series in batch.", @@ -4268,18 +4094,18 @@ "accessibility": "public", "parameters": [ { - "$id": "562", + "$id": "532", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "563", + "$id": "533", "kind": "constant", "name": "DetectUnivariateEntireSeriesContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "564", + "$id": "534", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4299,17 +4125,17 @@ "skipUrlEncoding": false }, { - "$id": "565", + "$id": "535", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "566", + "$id": "536", "kind": "constant", "name": "DetectUnivariateEntireSeriesContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "567", + "$id": "537", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4329,7 +4155,7 @@ "skipUrlEncoding": false }, { - "$id": "568", + "$id": "538", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", @@ -4349,7 +4175,7 @@ ], "responses": [ { - "$id": "569", + "$id": "539", "statusCodes": [ 200 ], @@ -4376,56 +4202,56 @@ "decorators": [], "examples": [ { - "$id": "570", + "$id": "540", "kind": "http", "name": "Univariate detect entire series", "description": "Univariate detect entire series", "filePath": "v1.1/EntireDetect.json", "parameters": [ { - "$id": "571", + "$id": "541", "parameter": { - "$ref": "562" + "$ref": "532" }, "value": { - "$id": "572", + "$id": "542", "kind": "string", "type": { - "$ref": "563" + "$ref": "533" }, "value": "application/json" } }, { - "$id": "573", + "$id": "543", "parameter": { - "$ref": "568" + "$ref": "538" }, "value": { - "$id": "574", + "$id": "544", "kind": "model", "type": { "$ref": "108" }, "value": { - "$id": "575", + "$id": "545", "series": { - "$id": "576", + "$id": "546", "kind": "array", "type": { "$ref": "110" }, "value": [ { - "$id": "577", + "$id": "547", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "578", + "$id": "548", "timestamp": { - "$id": "579", + "$id": "549", "kind": "string", "type": { "$ref": "113" @@ -4433,7 +4259,7 @@ "value": "1972-01-01T00:00:00Z" }, "value": { - "$id": "580", + "$id": "550", "kind": "number", "type": { "$ref": "118" @@ -4443,15 +4269,15 @@ } }, { - "$id": "581", + "$id": "551", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "582", + "$id": "552", "timestamp": { - "$id": "583", + "$id": "553", "kind": "string", "type": { "$ref": "113" @@ -4459,7 +4285,7 @@ "value": "1972-02-01T00:00:00Z" }, "value": { - "$id": "584", + "$id": "554", "kind": "number", "type": { "$ref": "118" @@ -4469,15 +4295,15 @@ } }, { - "$id": "585", + "$id": "555", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "586", + "$id": "556", "timestamp": { - "$id": "587", + "$id": "557", "kind": "string", "type": { "$ref": "113" @@ -4485,7 +4311,7 @@ "value": "1972-03-01T00:00:00Z" }, "value": { - "$id": "588", + "$id": "558", "kind": "number", "type": { "$ref": "118" @@ -4495,15 +4321,15 @@ } }, { - "$id": "589", + "$id": "559", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "590", + "$id": "560", "timestamp": { - "$id": "591", + "$id": "561", "kind": "string", "type": { "$ref": "113" @@ -4511,7 +4337,7 @@ "value": "1972-04-01T00:00:00Z" }, "value": { - "$id": "592", + "$id": "562", "kind": "number", "type": { "$ref": "118" @@ -4521,15 +4347,15 @@ } }, { - "$id": "593", + "$id": "563", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "594", + "$id": "564", "timestamp": { - "$id": "595", + "$id": "565", "kind": "string", "type": { "$ref": "113" @@ -4537,7 +4363,7 @@ "value": "1972-05-01T00:00:00Z" }, "value": { - "$id": "596", + "$id": "566", "kind": "number", "type": { "$ref": "118" @@ -4547,15 +4373,15 @@ } }, { - "$id": "597", + "$id": "567", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "598", + "$id": "568", "timestamp": { - "$id": "599", + "$id": "569", "kind": "string", "type": { "$ref": "113" @@ -4563,7 +4389,7 @@ "value": "1972-06-01T00:00:00Z" }, "value": { - "$id": "600", + "$id": "570", "kind": "number", "type": { "$ref": "118" @@ -4573,15 +4399,15 @@ } }, { - "$id": "601", + "$id": "571", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "602", + "$id": "572", "timestamp": { - "$id": "603", + "$id": "573", "kind": "string", "type": { "$ref": "113" @@ -4589,7 +4415,7 @@ "value": "1972-07-01T00:00:00Z" }, "value": { - "$id": "604", + "$id": "574", "kind": "number", "type": { "$ref": "118" @@ -4599,15 +4425,15 @@ } }, { - "$id": "605", + "$id": "575", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "606", + "$id": "576", "timestamp": { - "$id": "607", + "$id": "577", "kind": "string", "type": { "$ref": "113" @@ -4615,7 +4441,7 @@ "value": "1972-08-01T00:00:00Z" }, "value": { - "$id": "608", + "$id": "578", "kind": "number", "type": { "$ref": "118" @@ -4625,15 +4451,15 @@ } }, { - "$id": "609", + "$id": "579", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "610", + "$id": "580", "timestamp": { - "$id": "611", + "$id": "581", "kind": "string", "type": { "$ref": "113" @@ -4641,7 +4467,7 @@ "value": "1972-09-01T00:00:00Z" }, "value": { - "$id": "612", + "$id": "582", "kind": "number", "type": { "$ref": "118" @@ -4651,15 +4477,15 @@ } }, { - "$id": "613", + "$id": "583", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "614", + "$id": "584", "timestamp": { - "$id": "615", + "$id": "585", "kind": "string", "type": { "$ref": "113" @@ -4667,7 +4493,7 @@ "value": "1972-10-01T00:00:00Z" }, "value": { - "$id": "616", + "$id": "586", "kind": "number", "type": { "$ref": "118" @@ -4677,15 +4503,15 @@ } }, { - "$id": "617", + "$id": "587", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "618", + "$id": "588", "timestamp": { - "$id": "619", + "$id": "589", "kind": "string", "type": { "$ref": "113" @@ -4693,7 +4519,7 @@ "value": "1972-11-01T00:00:00Z" }, "value": { - "$id": "620", + "$id": "590", "kind": "number", "type": { "$ref": "118" @@ -4703,15 +4529,15 @@ } }, { - "$id": "621", + "$id": "591", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "622", + "$id": "592", "timestamp": { - "$id": "623", + "$id": "593", "kind": "string", "type": { "$ref": "113" @@ -4719,7 +4545,7 @@ "value": "1972-12-01T00:00:00Z" }, "value": { - "$id": "624", + "$id": "594", "kind": "number", "type": { "$ref": "118" @@ -4729,15 +4555,15 @@ } }, { - "$id": "625", + "$id": "595", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "626", + "$id": "596", "timestamp": { - "$id": "627", + "$id": "597", "kind": "string", "type": { "$ref": "113" @@ -4745,7 +4571,7 @@ "value": "1973-01-01T00:00:00Z" }, "value": { - "$id": "628", + "$id": "598", "kind": "number", "type": { "$ref": "118" @@ -4755,15 +4581,15 @@ } }, { - "$id": "629", + "$id": "599", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "630", + "$id": "600", "timestamp": { - "$id": "631", + "$id": "601", "kind": "string", "type": { "$ref": "113" @@ -4771,7 +4597,7 @@ "value": "1973-02-01T00:00:00Z" }, "value": { - "$id": "632", + "$id": "602", "kind": "number", "type": { "$ref": "118" @@ -4781,15 +4607,15 @@ } }, { - "$id": "633", + "$id": "603", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "634", + "$id": "604", "timestamp": { - "$id": "635", + "$id": "605", "kind": "string", "type": { "$ref": "113" @@ -4797,7 +4623,7 @@ "value": "1973-03-01T00:00:00Z" }, "value": { - "$id": "636", + "$id": "606", "kind": "number", "type": { "$ref": "118" @@ -4807,15 +4633,15 @@ } }, { - "$id": "637", + "$id": "607", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "638", + "$id": "608", "timestamp": { - "$id": "639", + "$id": "609", "kind": "string", "type": { "$ref": "113" @@ -4823,7 +4649,7 @@ "value": "1973-04-01T00:00:00Z" }, "value": { - "$id": "640", + "$id": "610", "kind": "number", "type": { "$ref": "118" @@ -4833,15 +4659,15 @@ } }, { - "$id": "641", + "$id": "611", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "642", + "$id": "612", "timestamp": { - "$id": "643", + "$id": "613", "kind": "string", "type": { "$ref": "113" @@ -4849,7 +4675,7 @@ "value": "1973-05-01T00:00:00Z" }, "value": { - "$id": "644", + "$id": "614", "kind": "number", "type": { "$ref": "118" @@ -4859,15 +4685,15 @@ } }, { - "$id": "645", + "$id": "615", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "646", + "$id": "616", "timestamp": { - "$id": "647", + "$id": "617", "kind": "string", "type": { "$ref": "113" @@ -4875,7 +4701,7 @@ "value": "1973-06-01T00:00:00Z" }, "value": { - "$id": "648", + "$id": "618", "kind": "number", "type": { "$ref": "118" @@ -4885,15 +4711,15 @@ } }, { - "$id": "649", + "$id": "619", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "650", + "$id": "620", "timestamp": { - "$id": "651", + "$id": "621", "kind": "string", "type": { "$ref": "113" @@ -4901,7 +4727,7 @@ "value": "1973-07-01T00:00:00Z" }, "value": { - "$id": "652", + "$id": "622", "kind": "number", "type": { "$ref": "118" @@ -4911,15 +4737,15 @@ } }, { - "$id": "653", + "$id": "623", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "654", + "$id": "624", "timestamp": { - "$id": "655", + "$id": "625", "kind": "string", "type": { "$ref": "113" @@ -4927,7 +4753,7 @@ "value": "1973-08-01T00:00:00Z" }, "value": { - "$id": "656", + "$id": "626", "kind": "number", "type": { "$ref": "118" @@ -4937,15 +4763,15 @@ } }, { - "$id": "657", + "$id": "627", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "658", + "$id": "628", "timestamp": { - "$id": "659", + "$id": "629", "kind": "string", "type": { "$ref": "113" @@ -4953,7 +4779,7 @@ "value": "1973-09-01T00:00:00Z" }, "value": { - "$id": "660", + "$id": "630", "kind": "number", "type": { "$ref": "118" @@ -4963,15 +4789,15 @@ } }, { - "$id": "661", + "$id": "631", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "662", + "$id": "632", "timestamp": { - "$id": "663", + "$id": "633", "kind": "string", "type": { "$ref": "113" @@ -4979,7 +4805,7 @@ "value": "1973-10-01T00:00:00Z" }, "value": { - "$id": "664", + "$id": "634", "kind": "number", "type": { "$ref": "118" @@ -4989,15 +4815,15 @@ } }, { - "$id": "665", + "$id": "635", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "666", + "$id": "636", "timestamp": { - "$id": "667", + "$id": "637", "kind": "string", "type": { "$ref": "113" @@ -5005,7 +4831,7 @@ "value": "1973-11-01T00:00:00Z" }, "value": { - "$id": "668", + "$id": "638", "kind": "number", "type": { "$ref": "118" @@ -5015,15 +4841,15 @@ } }, { - "$id": "669", + "$id": "639", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "670", + "$id": "640", "timestamp": { - "$id": "671", + "$id": "641", "kind": "string", "type": { "$ref": "113" @@ -5031,7 +4857,7 @@ "value": "1973-12-01T00:00:00Z" }, "value": { - "$id": "672", + "$id": "642", "kind": "number", "type": { "$ref": "118" @@ -5041,15 +4867,15 @@ } }, { - "$id": "673", + "$id": "643", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "674", + "$id": "644", "timestamp": { - "$id": "675", + "$id": "645", "kind": "string", "type": { "$ref": "113" @@ -5057,7 +4883,7 @@ "value": "1974-01-01T00:00:00Z" }, "value": { - "$id": "676", + "$id": "646", "kind": "number", "type": { "$ref": "118" @@ -5067,15 +4893,15 @@ } }, { - "$id": "677", + "$id": "647", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "678", + "$id": "648", "timestamp": { - "$id": "679", + "$id": "649", "kind": "string", "type": { "$ref": "113" @@ -5083,7 +4909,7 @@ "value": "1974-02-01T00:00:00Z" }, "value": { - "$id": "680", + "$id": "650", "kind": "number", "type": { "$ref": "118" @@ -5093,15 +4919,15 @@ } }, { - "$id": "681", + "$id": "651", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "682", + "$id": "652", "timestamp": { - "$id": "683", + "$id": "653", "kind": "string", "type": { "$ref": "113" @@ -5109,7 +4935,7 @@ "value": "1974-03-01T00:00:00Z" }, "value": { - "$id": "684", + "$id": "654", "kind": "number", "type": { "$ref": "118" @@ -5119,15 +4945,15 @@ } }, { - "$id": "685", + "$id": "655", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "686", + "$id": "656", "timestamp": { - "$id": "687", + "$id": "657", "kind": "string", "type": { "$ref": "113" @@ -5135,7 +4961,7 @@ "value": "1974-04-01T00:00:00Z" }, "value": { - "$id": "688", + "$id": "658", "kind": "number", "type": { "$ref": "118" @@ -5145,15 +4971,15 @@ } }, { - "$id": "689", + "$id": "659", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "690", + "$id": "660", "timestamp": { - "$id": "691", + "$id": "661", "kind": "string", "type": { "$ref": "113" @@ -5161,7 +4987,7 @@ "value": "1974-05-01T00:00:00Z" }, "value": { - "$id": "692", + "$id": "662", "kind": "number", "type": { "$ref": "118" @@ -5171,15 +4997,15 @@ } }, { - "$id": "693", + "$id": "663", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "694", + "$id": "664", "timestamp": { - "$id": "695", + "$id": "665", "kind": "string", "type": { "$ref": "113" @@ -5187,7 +5013,7 @@ "value": "1974-06-01T00:00:00Z" }, "value": { - "$id": "696", + "$id": "666", "kind": "number", "type": { "$ref": "118" @@ -5197,15 +5023,15 @@ } }, { - "$id": "697", + "$id": "667", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "698", + "$id": "668", "timestamp": { - "$id": "699", + "$id": "669", "kind": "string", "type": { "$ref": "113" @@ -5213,7 +5039,7 @@ "value": "1974-07-01T00:00:00Z" }, "value": { - "$id": "700", + "$id": "670", "kind": "number", "type": { "$ref": "118" @@ -5223,15 +5049,15 @@ } }, { - "$id": "701", + "$id": "671", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "702", + "$id": "672", "timestamp": { - "$id": "703", + "$id": "673", "kind": "string", "type": { "$ref": "113" @@ -5239,7 +5065,7 @@ "value": "1974-08-01T00:00:00Z" }, "value": { - "$id": "704", + "$id": "674", "kind": "number", "type": { "$ref": "118" @@ -5249,15 +5075,15 @@ } }, { - "$id": "705", + "$id": "675", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "706", + "$id": "676", "timestamp": { - "$id": "707", + "$id": "677", "kind": "string", "type": { "$ref": "113" @@ -5265,7 +5091,7 @@ "value": "1974-09-01T00:00:00Z" }, "value": { - "$id": "708", + "$id": "678", "kind": "number", "type": { "$ref": "118" @@ -5275,15 +5101,15 @@ } }, { - "$id": "709", + "$id": "679", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "710", + "$id": "680", "timestamp": { - "$id": "711", + "$id": "681", "kind": "string", "type": { "$ref": "113" @@ -5291,7 +5117,7 @@ "value": "1974-10-01T00:00:00Z" }, "value": { - "$id": "712", + "$id": "682", "kind": "number", "type": { "$ref": "118" @@ -5301,15 +5127,15 @@ } }, { - "$id": "713", + "$id": "683", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "714", + "$id": "684", "timestamp": { - "$id": "715", + "$id": "685", "kind": "string", "type": { "$ref": "113" @@ -5317,7 +5143,7 @@ "value": "1974-11-01T00:00:00Z" }, "value": { - "$id": "716", + "$id": "686", "kind": "number", "type": { "$ref": "118" @@ -5327,15 +5153,15 @@ } }, { - "$id": "717", + "$id": "687", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "718", + "$id": "688", "timestamp": { - "$id": "719", + "$id": "689", "kind": "string", "type": { "$ref": "113" @@ -5343,7 +5169,7 @@ "value": "1974-12-01T00:00:00Z" }, "value": { - "$id": "720", + "$id": "690", "kind": "number", "type": { "$ref": "118" @@ -5353,15 +5179,15 @@ } }, { - "$id": "721", + "$id": "691", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "722", + "$id": "692", "timestamp": { - "$id": "723", + "$id": "693", "kind": "string", "type": { "$ref": "113" @@ -5369,7 +5195,7 @@ "value": "1975-01-01T00:00:00Z" }, "value": { - "$id": "724", + "$id": "694", "kind": "number", "type": { "$ref": "118" @@ -5379,15 +5205,15 @@ } }, { - "$id": "725", + "$id": "695", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "726", + "$id": "696", "timestamp": { - "$id": "727", + "$id": "697", "kind": "string", "type": { "$ref": "113" @@ -5395,7 +5221,7 @@ "value": "1975-02-01T00:00:00Z" }, "value": { - "$id": "728", + "$id": "698", "kind": "number", "type": { "$ref": "118" @@ -5405,15 +5231,15 @@ } }, { - "$id": "729", + "$id": "699", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "730", + "$id": "700", "timestamp": { - "$id": "731", + "$id": "701", "kind": "string", "type": { "$ref": "113" @@ -5421,7 +5247,7 @@ "value": "1975-03-01T00:00:00Z" }, "value": { - "$id": "732", + "$id": "702", "kind": "number", "type": { "$ref": "118" @@ -5431,15 +5257,15 @@ } }, { - "$id": "733", + "$id": "703", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "734", + "$id": "704", "timestamp": { - "$id": "735", + "$id": "705", "kind": "string", "type": { "$ref": "113" @@ -5447,7 +5273,7 @@ "value": "1975-04-01T00:00:00Z" }, "value": { - "$id": "736", + "$id": "706", "kind": "number", "type": { "$ref": "118" @@ -5457,15 +5283,15 @@ } }, { - "$id": "737", + "$id": "707", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "738", + "$id": "708", "timestamp": { - "$id": "739", + "$id": "709", "kind": "string", "type": { "$ref": "113" @@ -5473,7 +5299,7 @@ "value": "1975-05-01T00:00:00Z" }, "value": { - "$id": "740", + "$id": "710", "kind": "number", "type": { "$ref": "118" @@ -5483,15 +5309,15 @@ } }, { - "$id": "741", + "$id": "711", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "742", + "$id": "712", "timestamp": { - "$id": "743", + "$id": "713", "kind": "string", "type": { "$ref": "113" @@ -5499,7 +5325,7 @@ "value": "1975-06-01T00:00:00Z" }, "value": { - "$id": "744", + "$id": "714", "kind": "number", "type": { "$ref": "118" @@ -5509,15 +5335,15 @@ } }, { - "$id": "745", + "$id": "715", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "746", + "$id": "716", "timestamp": { - "$id": "747", + "$id": "717", "kind": "string", "type": { "$ref": "113" @@ -5525,7 +5351,7 @@ "value": "1975-07-01T00:00:00Z" }, "value": { - "$id": "748", + "$id": "718", "kind": "number", "type": { "$ref": "118" @@ -5535,15 +5361,15 @@ } }, { - "$id": "749", + "$id": "719", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "750", + "$id": "720", "timestamp": { - "$id": "751", + "$id": "721", "kind": "string", "type": { "$ref": "113" @@ -5551,7 +5377,7 @@ "value": "1975-08-01T00:00:00Z" }, "value": { - "$id": "752", + "$id": "722", "kind": "number", "type": { "$ref": "118" @@ -5561,15 +5387,15 @@ } }, { - "$id": "753", + "$id": "723", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "754", + "$id": "724", "timestamp": { - "$id": "755", + "$id": "725", "kind": "string", "type": { "$ref": "113" @@ -5577,7 +5403,7 @@ "value": "1975-09-01T00:00:00Z" }, "value": { - "$id": "756", + "$id": "726", "kind": "number", "type": { "$ref": "118" @@ -5587,15 +5413,15 @@ } }, { - "$id": "757", + "$id": "727", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "758", + "$id": "728", "timestamp": { - "$id": "759", + "$id": "729", "kind": "string", "type": { "$ref": "113" @@ -5603,7 +5429,7 @@ "value": "1975-10-01T00:00:00Z" }, "value": { - "$id": "760", + "$id": "730", "kind": "number", "type": { "$ref": "118" @@ -5613,15 +5439,15 @@ } }, { - "$id": "761", + "$id": "731", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "762", + "$id": "732", "timestamp": { - "$id": "763", + "$id": "733", "kind": "string", "type": { "$ref": "113" @@ -5629,7 +5455,7 @@ "value": "1975-11-01T00:00:00Z" }, "value": { - "$id": "764", + "$id": "734", "kind": "number", "type": { "$ref": "118" @@ -5639,15 +5465,15 @@ } }, { - "$id": "765", + "$id": "735", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "766", + "$id": "736", "timestamp": { - "$id": "767", + "$id": "737", "kind": "string", "type": { "$ref": "113" @@ -5655,7 +5481,7 @@ "value": "1975-12-01T00:00:00Z" }, "value": { - "$id": "768", + "$id": "738", "kind": "number", "type": { "$ref": "118" @@ -5667,7 +5493,7 @@ ] }, "maxAnomalyRatio": { - "$id": "769", + "$id": "739", "kind": "number", "type": { "$ref": "135" @@ -5675,7 +5501,7 @@ "value": 0.25 }, "sensitivity": { - "$id": "770", + "$id": "740", "kind": "number", "type": { "$ref": "139" @@ -5683,7 +5509,7 @@ "value": 95 }, "granularity": { - "$id": "771", + "$id": "741", "kind": "string", "type": { "$ref": "2" @@ -5691,7 +5517,7 @@ "value": "monthly" }, "imputeMode": { - "$id": "772", + "$id": "742", "kind": "string", "type": { "$ref": "22" @@ -5704,421 +5530,421 @@ ], "responses": [ { - "$id": "773", + "$id": "743", "response": { - "$ref": "569" + "$ref": "539" }, "statusCode": 200, "bodyValue": { - "$id": "774", + "$id": "744", "kind": "model", "type": { "$ref": "149" }, "value": { - "$id": "775", + "$id": "745", "isNegativeAnomaly": { - "$id": "776", + "$id": "746", "kind": "array", "type": { - "$ref": "175" + "$ref": "166" }, "value": [ { - "$id": "777", + "$id": "747", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "778", + "$id": "748", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "779", + "$id": "749", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "780", + "$id": "750", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "781", + "$id": "751", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "782", + "$id": "752", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "783", + "$id": "753", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "784", + "$id": "754", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "785", + "$id": "755", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "786", + "$id": "756", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "787", + "$id": "757", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "788", + "$id": "758", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "789", + "$id": "759", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "790", + "$id": "760", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "791", + "$id": "761", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "792", + "$id": "762", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "793", + "$id": "763", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "794", + "$id": "764", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "795", + "$id": "765", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "796", + "$id": "766", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "797", + "$id": "767", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "798", + "$id": "768", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "799", + "$id": "769", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "800", + "$id": "770", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "801", + "$id": "771", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "802", + "$id": "772", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "803", + "$id": "773", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "804", + "$id": "774", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "805", + "$id": "775", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "806", + "$id": "776", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "807", + "$id": "777", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "808", + "$id": "778", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "809", + "$id": "779", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "810", + "$id": "780", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "811", + "$id": "781", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "812", + "$id": "782", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "813", + "$id": "783", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "814", + "$id": "784", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "815", + "$id": "785", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "816", + "$id": "786", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "817", + "$id": "787", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "818", + "$id": "788", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "819", + "$id": "789", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "820", + "$id": "790", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "821", + "$id": "791", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "822", + "$id": "792", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "823", + "$id": "793", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false }, { - "$id": "824", + "$id": "794", "kind": "boolean", "type": { - "$ref": "176" + "$ref": "167" }, "value": false } ] }, "expectedValues": { - "$id": "825", + "$id": "795", "kind": "array", "type": { "$ref": "155" }, "value": [ { - "$id": "826", + "$id": "796", "kind": "number", "type": { "$ref": "156" @@ -6126,7 +5952,7 @@ "value": 827.7940908243968 }, { - "$id": "827", + "$id": "797", "kind": "number", "type": { "$ref": "156" @@ -6134,7 +5960,7 @@ "value": 798.9133774671927 }, { - "$id": "828", + "$id": "798", "kind": "number", "type": { "$ref": "156" @@ -6142,7 +5968,7 @@ "value": 888.6058431807189 }, { - "$id": "829", + "$id": "799", "kind": "number", "type": { "$ref": "156" @@ -6150,7 +5976,7 @@ "value": 900.5606407986661 }, { - "$id": "830", + "$id": "800", "kind": "number", "type": { "$ref": "156" @@ -6158,7 +5984,7 @@ "value": 962.8389426378304 }, { - "$id": "831", + "$id": "801", "kind": "number", "type": { "$ref": "156" @@ -6166,7 +5992,7 @@ "value": 933.2591606306954 }, { - "$id": "832", + "$id": "802", "kind": "number", "type": { "$ref": "156" @@ -6174,7 +6000,7 @@ "value": 891.0784104799666 }, { - "$id": "833", + "$id": "803", "kind": "number", "type": { "$ref": "156" @@ -6182,7 +6008,7 @@ "value": 856.1781601363697 }, { - "$id": "834", + "$id": "804", "kind": "number", "type": { "$ref": "156" @@ -6190,7 +6016,7 @@ "value": 809.8987227908941 }, { - "$id": "835", + "$id": "805", "kind": "number", "type": { "$ref": "156" @@ -6198,7 +6024,7 @@ "value": 807.375129007505 }, { - "$id": "836", + "$id": "806", "kind": "number", "type": { "$ref": "156" @@ -6206,7 +6032,7 @@ "value": 764.3196682448518 }, { - "$id": "837", + "$id": "807", "kind": "number", "type": { "$ref": "156" @@ -6214,7 +6040,7 @@ "value": 803.933498594564 }, { - "$id": "838", + "$id": "808", "kind": "number", "type": { "$ref": "156" @@ -6222,7 +6048,7 @@ "value": 823.5900620883058 }, { - "$id": "839", + "$id": "809", "kind": "number", "type": { "$ref": "156" @@ -6230,7 +6056,7 @@ "value": 794.0905641334288 }, { - "$id": "840", + "$id": "810", "kind": "number", "type": { "$ref": "156" @@ -6238,7 +6064,7 @@ "value": 883.164245249282 }, { - "$id": "841", + "$id": "811", "kind": "number", "type": { "$ref": "156" @@ -6246,7 +6072,7 @@ "value": 894.8419000690953 }, { - "$id": "842", + "$id": "812", "kind": "number", "type": { "$ref": "156" @@ -6254,7 +6080,7 @@ "value": 956.8430591101258 }, { - "$id": "843", + "$id": "813", "kind": "number", "type": { "$ref": "156" @@ -6262,7 +6088,7 @@ "value": 927.6285055190114 }, { - "$id": "844", + "$id": "814", "kind": "number", "type": { "$ref": "156" @@ -6270,7 +6096,7 @@ "value": 885.812983784303 }, { - "$id": "845", + "$id": "815", "kind": "number", "type": { "$ref": "156" @@ -6278,7 +6104,7 @@ "value": 851.6424797402517 }, { - "$id": "846", + "$id": "816", "kind": "number", "type": { "$ref": "156" @@ -6286,7 +6112,7 @@ "value": 806.0927886943216 }, { - "$id": "847", + "$id": "817", "kind": "number", "type": { "$ref": "156" @@ -6294,7 +6120,7 @@ "value": 804.6826815312029 }, { - "$id": "848", + "$id": "818", "kind": "number", "type": { "$ref": "156" @@ -6302,7 +6128,7 @@ "value": 762.74070738882 }, { - "$id": "849", + "$id": "819", "kind": "number", "type": { "$ref": "156" @@ -6310,7 +6136,7 @@ "value": 804.0251702513732 }, { - "$id": "850", + "$id": "820", "kind": "number", "type": { "$ref": "156" @@ -6318,7 +6144,7 @@ "value": 825.3523662579559 }, { - "$id": "851", + "$id": "821", "kind": "number", "type": { "$ref": "156" @@ -6326,7 +6152,7 @@ "value": 798.0404188724976 }, { - "$id": "852", + "$id": "822", "kind": "number", "type": { "$ref": "156" @@ -6334,7 +6160,7 @@ "value": 889.3016505577698 }, { - "$id": "853", + "$id": "823", "kind": "number", "type": { "$ref": "156" @@ -6342,7 +6168,7 @@ "value": 902.4226124345937 }, { - "$id": "854", + "$id": "824", "kind": "number", "type": { "$ref": "156" @@ -6350,7 +6176,7 @@ "value": 965.867078532635 }, { - "$id": "855", + "$id": "825", "kind": "number", "type": { "$ref": "156" @@ -6358,7 +6184,7 @@ "value": 937.3200495736695 }, { - "$id": "856", + "$id": "826", "kind": "number", "type": { "$ref": "156" @@ -6366,7 +6192,7 @@ "value": 896.1720524711102 }, { - "$id": "857", + "$id": "827", "kind": "number", "type": { "$ref": "156" @@ -6374,7 +6200,7 @@ "value": 862.0087368413656 }, { - "$id": "858", + "$id": "828", "kind": "number", "type": { "$ref": "156" @@ -6382,7 +6208,7 @@ "value": 816.4662342097423 }, { - "$id": "859", + "$id": "829", "kind": "number", "type": { "$ref": "156" @@ -6390,7 +6216,7 @@ "value": 814.4297745524709 }, { - "$id": "860", + "$id": "830", "kind": "number", "type": { "$ref": "156" @@ -6398,7 +6224,7 @@ "value": 771.8614479159354 }, { - "$id": "861", + "$id": "831", "kind": "number", "type": { "$ref": "156" @@ -6406,7 +6232,7 @@ "value": 811.859271346729 }, { - "$id": "862", + "$id": "832", "kind": "number", "type": { "$ref": "156" @@ -6414,7 +6240,7 @@ "value": 831.8998279215521 }, { - "$id": "863", + "$id": "833", "kind": "number", "type": { "$ref": "156" @@ -6422,7 +6248,7 @@ "value": 802.947544797165 }, { - "$id": "864", + "$id": "834", "kind": "number", "type": { "$ref": "156" @@ -6430,7 +6256,7 @@ "value": 892.5684407435083 }, { - "$id": "865", + "$id": "835", "kind": "number", "type": { "$ref": "156" @@ -6438,7 +6264,7 @@ "value": 904.5488214533809 }, { - "$id": "866", + "$id": "836", "kind": "number", "type": { "$ref": "156" @@ -6446,7 +6272,7 @@ "value": 966.8527063844707 }, { - "$id": "867", + "$id": "837", "kind": "number", "type": { "$ref": "156" @@ -6454,7 +6280,7 @@ "value": 937.3168391003043 }, { - "$id": "868", + "$id": "838", "kind": "number", "type": { "$ref": "156" @@ -6462,7 +6288,7 @@ "value": 895.180003672544 }, { - "$id": "869", + "$id": "839", "kind": "number", "type": { "$ref": "156" @@ -6470,7 +6296,7 @@ "value": 860.3649596356635 }, { - "$id": "870", + "$id": "840", "kind": "number", "type": { "$ref": "156" @@ -6478,7 +6304,7 @@ "value": 814.1707285969043 }, { - "$id": "871", + "$id": "841", "kind": "number", "type": { "$ref": "156" @@ -6486,7 +6312,7 @@ "value": 811.9054862686213 }, { - "$id": "872", + "$id": "842", "kind": "number", "type": { "$ref": "156" @@ -6494,7 +6320,7 @@ "value": 769.1083769610742 }, { - "$id": "873", + "$id": "843", "kind": "number", "type": { "$ref": "156" @@ -6504,793 +6330,793 @@ ] }, "isPositiveAnomaly": { - "$id": "874", + "$id": "844", "kind": "array", "type": { - "$ref": "180" + "$ref": "166" }, "value": [ { - "$id": "875", + "$id": "845", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "876", + "$id": "846", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "877", + "$id": "847", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "878", + "$id": "848", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "879", + "$id": "849", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "880", + "$id": "850", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "881", + "$id": "851", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "882", + "$id": "852", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "883", + "$id": "853", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "884", + "$id": "854", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "885", + "$id": "855", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "886", + "$id": "856", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "887", + "$id": "857", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "888", + "$id": "858", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "889", + "$id": "859", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "890", + "$id": "860", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "891", + "$id": "861", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "892", + "$id": "862", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "893", + "$id": "863", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "894", + "$id": "864", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "895", + "$id": "865", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "896", + "$id": "866", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "897", + "$id": "867", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "898", + "$id": "868", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "899", + "$id": "869", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "900", + "$id": "870", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": true }, { - "$id": "901", + "$id": "871", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "902", + "$id": "872", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "903", + "$id": "873", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "904", + "$id": "874", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "905", + "$id": "875", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "906", + "$id": "876", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "907", + "$id": "877", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "908", + "$id": "878", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "909", + "$id": "879", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "910", + "$id": "880", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "911", + "$id": "881", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "912", + "$id": "882", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "913", + "$id": "883", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "914", + "$id": "884", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "915", + "$id": "885", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "916", + "$id": "886", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "917", + "$id": "887", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "918", + "$id": "888", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "919", + "$id": "889", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "920", + "$id": "890", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "921", + "$id": "891", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false }, { - "$id": "922", + "$id": "892", "kind": "boolean", "type": { - "$ref": "181" + "$ref": "167" }, "value": false } ] }, "lowerMargins": { - "$id": "923", + "$id": "893", "kind": "array", "type": { - "$ref": "165" + "$ref": "155" }, "value": [ { - "$id": "924", + "$id": "894", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 41.389704541219835 }, { - "$id": "925", + "$id": "895", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 39.94566887335964 }, { - "$id": "926", + "$id": "896", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.43029215903594 }, { - "$id": "927", + "$id": "897", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 45.02803203993331 }, { - "$id": "928", + "$id": "898", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 48.14194713189152 }, { - "$id": "929", + "$id": "899", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 46.66295803153477 }, { - "$id": "930", + "$id": "900", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.55392052399833 }, { - "$id": "931", + "$id": "901", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 42.808908006818484 }, { - "$id": "932", + "$id": "902", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.494936139544706 }, { - "$id": "933", + "$id": "903", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.36875645037525 }, { - "$id": "934", + "$id": "904", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 38.215983412242586 }, { - "$id": "935", + "$id": "905", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.196674929728196 }, { - "$id": "936", + "$id": "906", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 41.17950310441529 }, { - "$id": "937", + "$id": "907", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 39.70452820667144 }, { - "$id": "938", + "$id": "908", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.1582122624641 }, { - "$id": "939", + "$id": "909", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.74209500345477 }, { - "$id": "940", + "$id": "910", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 47.84215295550629 }, { - "$id": "941", + "$id": "911", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 46.38142527595057 }, { - "$id": "942", + "$id": "912", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.290649189215145 }, { - "$id": "943", + "$id": "913", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 42.58212398701258 }, { - "$id": "944", + "$id": "914", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.30463943471608 }, { - "$id": "945", + "$id": "915", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.234134076560146 }, { - "$id": "946", + "$id": "916", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 38.137035369441 }, { - "$id": "947", + "$id": "917", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.201258512568664 }, { - "$id": "948", + "$id": "918", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 41.267618312897795 }, { - "$id": "949", + "$id": "919", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 39.90202094362488 }, { - "$id": "950", + "$id": "920", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.46508252788849 }, { - "$id": "951", + "$id": "921", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 45.121130621729684 }, { - "$id": "952", + "$id": "922", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 48.29335392663175 }, { - "$id": "953", + "$id": "923", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 46.86600247868348 }, { - "$id": "954", + "$id": "924", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.80860262355551 }, { - "$id": "955", + "$id": "925", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 43.100436842068284 }, { - "$id": "956", + "$id": "926", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.82331171048711 }, { - "$id": "957", + "$id": "927", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.721488727623544 }, { - "$id": "958", + "$id": "928", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 38.593072395796774 }, { - "$id": "959", + "$id": "929", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.59296356733645 }, { - "$id": "960", + "$id": "930", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 41.5949913960776 }, { - "$id": "961", + "$id": "931", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.14737723985825 }, { - "$id": "962", + "$id": "932", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.62842203717541 }, { - "$id": "963", + "$id": "933", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 45.227441072669045 }, { - "$id": "964", + "$id": "934", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 48.34263531922354 }, { - "$id": "965", + "$id": "935", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 46.86584195501521 }, { - "$id": "966", + "$id": "936", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 44.759000183627194 }, { - "$id": "967", + "$id": "937", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 43.01824798178317 }, { - "$id": "968", + "$id": "938", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.70853642984521 }, { - "$id": "969", + "$id": "939", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.59527431343106 }, { - "$id": "970", + "$id": "940", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 38.45541884805371 }, { - "$id": "971", + "$id": "941", "kind": "number", "type": { - "$ref": "166" + "$ref": "156" }, "value": 40.46164042329852 } ] }, "period": { - "$id": "972", + "$id": "942", "kind": "number", "type": { "$ref": "151" @@ -7298,1179 +7124,1179 @@ "value": 12 }, "upperMargins": { - "$id": "973", + "$id": "943", "kind": "array", "type": { - "$ref": "160" + "$ref": "155" }, "value": [ { - "$id": "974", + "$id": "944", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 41.389704541219835 }, { - "$id": "975", + "$id": "945", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 39.94566887335964 }, { - "$id": "976", + "$id": "946", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.43029215903594 }, { - "$id": "977", + "$id": "947", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 45.02803203993331 }, { - "$id": "978", + "$id": "948", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 48.14194713189152 }, { - "$id": "979", + "$id": "949", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 46.66295803153477 }, { - "$id": "980", + "$id": "950", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.55392052399833 }, { - "$id": "981", + "$id": "951", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 42.808908006818484 }, { - "$id": "982", + "$id": "952", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.494936139544706 }, { - "$id": "983", + "$id": "953", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.36875645037525 }, { - "$id": "984", + "$id": "954", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 38.215983412242586 }, { - "$id": "985", + "$id": "955", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.196674929728196 }, { - "$id": "986", + "$id": "956", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 41.17950310441529 }, { - "$id": "987", + "$id": "957", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 39.70452820667144 }, { - "$id": "988", + "$id": "958", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.1582122624641 }, { - "$id": "989", + "$id": "959", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.74209500345477 }, { - "$id": "990", + "$id": "960", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 47.84215295550629 }, { - "$id": "991", + "$id": "961", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 46.38142527595057 }, { - "$id": "992", + "$id": "962", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.290649189215145 }, { - "$id": "993", + "$id": "963", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 42.58212398701258 }, { - "$id": "994", + "$id": "964", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.30463943471608 }, { - "$id": "995", + "$id": "965", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.234134076560146 }, { - "$id": "996", + "$id": "966", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 38.137035369441 }, { - "$id": "997", + "$id": "967", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.201258512568664 }, { - "$id": "998", + "$id": "968", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 41.267618312897795 }, { - "$id": "999", + "$id": "969", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 39.90202094362488 }, { - "$id": "1000", + "$id": "970", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.46508252788849 }, { - "$id": "1001", + "$id": "971", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 45.121130621729684 }, { - "$id": "1002", + "$id": "972", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 48.29335392663175 }, { - "$id": "1003", + "$id": "973", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 46.86600247868348 }, { - "$id": "1004", + "$id": "974", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.80860262355551 }, { - "$id": "1005", + "$id": "975", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 43.100436842068284 }, { - "$id": "1006", + "$id": "976", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.82331171048711 }, { - "$id": "1007", + "$id": "977", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.721488727623544 }, { - "$id": "1008", + "$id": "978", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 38.593072395796774 }, { - "$id": "1009", + "$id": "979", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.59296356733645 }, { - "$id": "1010", + "$id": "980", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 41.5949913960776 }, { - "$id": "1011", + "$id": "981", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.14737723985825 }, { - "$id": "1012", + "$id": "982", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.62842203717541 }, { - "$id": "1013", + "$id": "983", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 45.227441072669045 }, { - "$id": "1014", + "$id": "984", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 48.34263531922354 }, { - "$id": "1015", + "$id": "985", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 46.86584195501521 }, { - "$id": "1016", + "$id": "986", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 44.759000183627194 }, { - "$id": "1017", + "$id": "987", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 43.01824798178317 }, { - "$id": "1018", + "$id": "988", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.70853642984521 }, { - "$id": "1019", + "$id": "989", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.59527431343106 }, { - "$id": "1020", + "$id": "990", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 38.45541884805371 }, { - "$id": "1021", + "$id": "991", "kind": "number", "type": { - "$ref": "161" + "$ref": "156" }, "value": 40.46164042329852 } ] }, "isAnomaly": { - "$id": "1022", + "$id": "992", "kind": "array", "type": { - "$ref": "170" + "$ref": "166" }, "value": [ { - "$id": "1023", + "$id": "993", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1024", + "$id": "994", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1025", + "$id": "995", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1026", + "$id": "996", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1027", + "$id": "997", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1028", + "$id": "998", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1029", + "$id": "999", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1030", + "$id": "1000", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1031", + "$id": "1001", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1032", + "$id": "1002", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1033", + "$id": "1003", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1034", + "$id": "1004", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1035", + "$id": "1005", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1036", + "$id": "1006", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1037", + "$id": "1007", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1038", + "$id": "1008", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1039", + "$id": "1009", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1040", + "$id": "1010", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1041", + "$id": "1011", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1042", + "$id": "1012", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1043", + "$id": "1013", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1044", + "$id": "1014", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1045", + "$id": "1015", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1046", + "$id": "1016", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1047", + "$id": "1017", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1048", + "$id": "1018", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": true }, { - "$id": "1049", + "$id": "1019", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1050", + "$id": "1020", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1051", + "$id": "1021", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1052", + "$id": "1022", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1053", + "$id": "1023", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1054", + "$id": "1024", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1055", + "$id": "1025", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1056", + "$id": "1026", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1057", + "$id": "1027", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1058", + "$id": "1028", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1059", + "$id": "1029", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1060", + "$id": "1030", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1061", + "$id": "1031", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1062", + "$id": "1032", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1063", + "$id": "1033", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1064", + "$id": "1034", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1065", + "$id": "1035", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1066", + "$id": "1036", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1067", + "$id": "1037", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1068", + "$id": "1038", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1069", + "$id": "1039", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false }, { - "$id": "1070", + "$id": "1040", "kind": "boolean", "type": { - "$ref": "171" + "$ref": "167" }, "value": false } ] }, "severity": { - "$id": "1071", + "$id": "1041", "kind": "array", "type": { - "$ref": "185" + "$ref": "155" }, "value": [ { - "$id": "1072", + "$id": "1042", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1073", + "$id": "1043", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1074", + "$id": "1044", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1075", + "$id": "1045", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1076", + "$id": "1046", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1077", + "$id": "1047", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1078", + "$id": "1048", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1079", + "$id": "1049", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1080", + "$id": "1050", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1081", + "$id": "1051", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1082", + "$id": "1052", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1083", + "$id": "1053", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1084", + "$id": "1054", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1085", + "$id": "1055", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1086", + "$id": "1056", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1087", + "$id": "1057", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1088", + "$id": "1058", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1089", + "$id": "1059", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1090", + "$id": "1060", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1091", + "$id": "1061", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1092", + "$id": "1062", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1093", + "$id": "1063", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1094", + "$id": "1064", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1095", + "$id": "1065", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1096", + "$id": "1066", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1097", + "$id": "1067", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0.2906614447614368 }, { - "$id": "1098", + "$id": "1068", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1099", + "$id": "1069", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1100", + "$id": "1070", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1101", + "$id": "1071", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1102", + "$id": "1072", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1103", + "$id": "1073", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1104", + "$id": "1074", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1105", + "$id": "1075", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1106", + "$id": "1076", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1107", + "$id": "1077", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1108", + "$id": "1078", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1109", + "$id": "1079", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1110", + "$id": "1080", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1111", + "$id": "1081", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1112", + "$id": "1082", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1113", + "$id": "1083", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1114", + "$id": "1084", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1115", + "$id": "1085", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1116", + "$id": "1086", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1117", + "$id": "1087", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1118", + "$id": "1088", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 }, { - "$id": "1119", + "$id": "1089", "kind": "number", "type": { - "$ref": "186" + "$ref": "156" }, "value": 0 } @@ -8485,7 +8311,7 @@ }, "parameters": [ { - "$id": "1120", + "$id": "1090", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", @@ -8503,12 +8329,12 @@ "skipUrlEncoding": false }, { - "$id": "1121", + "$id": "1091", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "563" + "$ref": "533" }, "location": "Header", "isApiVersion": false, @@ -8521,11 +8347,11 @@ "skipUrlEncoding": false }, { - "$id": "1122", + "$id": "1092", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "566" + "$ref": "536" }, "location": "Header", "isApiVersion": false, @@ -8539,7 +8365,7 @@ } ], "response": { - "$id": "1123", + "$id": "1093", "type": { "$ref": "149" } @@ -8550,7 +8376,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Univariate.DetectUnivariateEntireSeries" }, { - "$id": "1124", + "$id": "1094", "kind": "basic", "name": "DetectUnivariateLastPoint", "accessibility": "public", @@ -8560,7 +8386,7 @@ "doc": "This operation generates a model using the points that you sent into the API,\nand based on all data to determine whether the last point is anomalous.", "summary": "Detect anomaly status of the latest point in time series.", "operation": { - "$id": "1125", + "$id": "1095", "name": "DetectUnivariateLastPoint", "resourceName": "Univariate", "summary": "Detect anomaly status of the latest point in time series.", @@ -8568,18 +8394,18 @@ "accessibility": "public", "parameters": [ { - "$id": "1126", + "$id": "1096", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "1127", + "$id": "1097", "kind": "constant", "name": "DetectUnivariateLastPointContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "1128", + "$id": "1098", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8599,17 +8425,17 @@ "skipUrlEncoding": false }, { - "$id": "1129", + "$id": "1099", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "1130", + "$id": "1100", "kind": "constant", "name": "DetectUnivariateLastPointContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "1131", + "$id": "1101", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8629,7 +8455,7 @@ "skipUrlEncoding": false }, { - "$id": "1132", + "$id": "1102", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", @@ -8649,12 +8475,12 @@ ], "responses": [ { - "$id": "1133", + "$id": "1103", "statusCodes": [ 200 ], "bodyType": { - "$ref": "199" + "$ref": "189" }, "headers": [], "isErrorResponse": false, @@ -8676,56 +8502,56 @@ "decorators": [], "examples": [ { - "$id": "1134", + "$id": "1104", "kind": "http", "name": "Detect univariate last point", "description": "Detect univariate last point", "filePath": "v1.1/LastDetect.json", "parameters": [ { - "$id": "1135", + "$id": "1105", "parameter": { - "$ref": "1126" + "$ref": "1096" }, "value": { - "$id": "1136", + "$id": "1106", "kind": "string", "type": { - "$ref": "1127" + "$ref": "1097" }, "value": "application/json" } }, { - "$id": "1137", + "$id": "1107", "parameter": { - "$ref": "1132" + "$ref": "1102" }, "value": { - "$id": "1138", + "$id": "1108", "kind": "model", "type": { "$ref": "108" }, "value": { - "$id": "1139", + "$id": "1109", "series": { - "$id": "1140", + "$id": "1110", "kind": "array", "type": { "$ref": "110" }, "value": [ { - "$id": "1141", + "$id": "1111", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1142", + "$id": "1112", "timestamp": { - "$id": "1143", + "$id": "1113", "kind": "string", "type": { "$ref": "113" @@ -8733,7 +8559,7 @@ "value": "1972-01-01T00:00:00Z" }, "value": { - "$id": "1144", + "$id": "1114", "kind": "number", "type": { "$ref": "118" @@ -8743,15 +8569,15 @@ } }, { - "$id": "1145", + "$id": "1115", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1146", + "$id": "1116", "timestamp": { - "$id": "1147", + "$id": "1117", "kind": "string", "type": { "$ref": "113" @@ -8759,7 +8585,7 @@ "value": "1972-02-01T00:00:00Z" }, "value": { - "$id": "1148", + "$id": "1118", "kind": "number", "type": { "$ref": "118" @@ -8769,15 +8595,15 @@ } }, { - "$id": "1149", + "$id": "1119", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1150", + "$id": "1120", "timestamp": { - "$id": "1151", + "$id": "1121", "kind": "string", "type": { "$ref": "113" @@ -8785,7 +8611,7 @@ "value": "1972-03-01T00:00:00Z" }, "value": { - "$id": "1152", + "$id": "1122", "kind": "number", "type": { "$ref": "118" @@ -8795,15 +8621,15 @@ } }, { - "$id": "1153", + "$id": "1123", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1154", + "$id": "1124", "timestamp": { - "$id": "1155", + "$id": "1125", "kind": "string", "type": { "$ref": "113" @@ -8811,7 +8637,7 @@ "value": "1972-04-01T00:00:00Z" }, "value": { - "$id": "1156", + "$id": "1126", "kind": "number", "type": { "$ref": "118" @@ -8821,15 +8647,15 @@ } }, { - "$id": "1157", + "$id": "1127", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1158", + "$id": "1128", "timestamp": { - "$id": "1159", + "$id": "1129", "kind": "string", "type": { "$ref": "113" @@ -8837,7 +8663,7 @@ "value": "1972-05-01T00:00:00Z" }, "value": { - "$id": "1160", + "$id": "1130", "kind": "number", "type": { "$ref": "118" @@ -8847,15 +8673,15 @@ } }, { - "$id": "1161", + "$id": "1131", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1162", + "$id": "1132", "timestamp": { - "$id": "1163", + "$id": "1133", "kind": "string", "type": { "$ref": "113" @@ -8863,7 +8689,7 @@ "value": "1972-06-01T00:00:00Z" }, "value": { - "$id": "1164", + "$id": "1134", "kind": "number", "type": { "$ref": "118" @@ -8873,15 +8699,15 @@ } }, { - "$id": "1165", + "$id": "1135", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1166", + "$id": "1136", "timestamp": { - "$id": "1167", + "$id": "1137", "kind": "string", "type": { "$ref": "113" @@ -8889,7 +8715,7 @@ "value": "1972-07-01T00:00:00Z" }, "value": { - "$id": "1168", + "$id": "1138", "kind": "number", "type": { "$ref": "118" @@ -8899,15 +8725,15 @@ } }, { - "$id": "1169", + "$id": "1139", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1170", + "$id": "1140", "timestamp": { - "$id": "1171", + "$id": "1141", "kind": "string", "type": { "$ref": "113" @@ -8915,7 +8741,7 @@ "value": "1972-08-01T00:00:00Z" }, "value": { - "$id": "1172", + "$id": "1142", "kind": "number", "type": { "$ref": "118" @@ -8925,15 +8751,15 @@ } }, { - "$id": "1173", + "$id": "1143", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1174", + "$id": "1144", "timestamp": { - "$id": "1175", + "$id": "1145", "kind": "string", "type": { "$ref": "113" @@ -8941,7 +8767,7 @@ "value": "1972-09-01T00:00:00Z" }, "value": { - "$id": "1176", + "$id": "1146", "kind": "number", "type": { "$ref": "118" @@ -8951,15 +8777,15 @@ } }, { - "$id": "1177", + "$id": "1147", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1178", + "$id": "1148", "timestamp": { - "$id": "1179", + "$id": "1149", "kind": "string", "type": { "$ref": "113" @@ -8967,7 +8793,7 @@ "value": "1972-10-01T00:00:00Z" }, "value": { - "$id": "1180", + "$id": "1150", "kind": "number", "type": { "$ref": "118" @@ -8977,15 +8803,15 @@ } }, { - "$id": "1181", + "$id": "1151", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1182", + "$id": "1152", "timestamp": { - "$id": "1183", + "$id": "1153", "kind": "string", "type": { "$ref": "113" @@ -8993,7 +8819,7 @@ "value": "1972-11-01T00:00:00Z" }, "value": { - "$id": "1184", + "$id": "1154", "kind": "number", "type": { "$ref": "118" @@ -9003,15 +8829,15 @@ } }, { - "$id": "1185", + "$id": "1155", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1186", + "$id": "1156", "timestamp": { - "$id": "1187", + "$id": "1157", "kind": "string", "type": { "$ref": "113" @@ -9019,7 +8845,7 @@ "value": "1972-12-01T00:00:00Z" }, "value": { - "$id": "1188", + "$id": "1158", "kind": "number", "type": { "$ref": "118" @@ -9029,15 +8855,15 @@ } }, { - "$id": "1189", + "$id": "1159", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1190", + "$id": "1160", "timestamp": { - "$id": "1191", + "$id": "1161", "kind": "string", "type": { "$ref": "113" @@ -9045,7 +8871,7 @@ "value": "1973-01-01T00:00:00Z" }, "value": { - "$id": "1192", + "$id": "1162", "kind": "number", "type": { "$ref": "118" @@ -9055,15 +8881,15 @@ } }, { - "$id": "1193", + "$id": "1163", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1194", + "$id": "1164", "timestamp": { - "$id": "1195", + "$id": "1165", "kind": "string", "type": { "$ref": "113" @@ -9071,7 +8897,7 @@ "value": "1973-02-01T00:00:00Z" }, "value": { - "$id": "1196", + "$id": "1166", "kind": "number", "type": { "$ref": "118" @@ -9081,15 +8907,15 @@ } }, { - "$id": "1197", + "$id": "1167", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1198", + "$id": "1168", "timestamp": { - "$id": "1199", + "$id": "1169", "kind": "string", "type": { "$ref": "113" @@ -9097,7 +8923,7 @@ "value": "1973-03-01T00:00:00Z" }, "value": { - "$id": "1200", + "$id": "1170", "kind": "number", "type": { "$ref": "118" @@ -9107,15 +8933,15 @@ } }, { - "$id": "1201", + "$id": "1171", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1202", + "$id": "1172", "timestamp": { - "$id": "1203", + "$id": "1173", "kind": "string", "type": { "$ref": "113" @@ -9123,7 +8949,7 @@ "value": "1973-04-01T00:00:00Z" }, "value": { - "$id": "1204", + "$id": "1174", "kind": "number", "type": { "$ref": "118" @@ -9133,15 +8959,15 @@ } }, { - "$id": "1205", + "$id": "1175", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1206", + "$id": "1176", "timestamp": { - "$id": "1207", + "$id": "1177", "kind": "string", "type": { "$ref": "113" @@ -9149,7 +8975,7 @@ "value": "1973-05-01T00:00:00Z" }, "value": { - "$id": "1208", + "$id": "1178", "kind": "number", "type": { "$ref": "118" @@ -9159,15 +8985,15 @@ } }, { - "$id": "1209", + "$id": "1179", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1210", + "$id": "1180", "timestamp": { - "$id": "1211", + "$id": "1181", "kind": "string", "type": { "$ref": "113" @@ -9175,7 +9001,7 @@ "value": "1973-06-01T00:00:00Z" }, "value": { - "$id": "1212", + "$id": "1182", "kind": "number", "type": { "$ref": "118" @@ -9185,15 +9011,15 @@ } }, { - "$id": "1213", + "$id": "1183", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1214", + "$id": "1184", "timestamp": { - "$id": "1215", + "$id": "1185", "kind": "string", "type": { "$ref": "113" @@ -9201,7 +9027,7 @@ "value": "1973-07-01T00:00:00Z" }, "value": { - "$id": "1216", + "$id": "1186", "kind": "number", "type": { "$ref": "118" @@ -9211,15 +9037,15 @@ } }, { - "$id": "1217", + "$id": "1187", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1218", + "$id": "1188", "timestamp": { - "$id": "1219", + "$id": "1189", "kind": "string", "type": { "$ref": "113" @@ -9227,7 +9053,7 @@ "value": "1973-08-01T00:00:00Z" }, "value": { - "$id": "1220", + "$id": "1190", "kind": "number", "type": { "$ref": "118" @@ -9237,15 +9063,15 @@ } }, { - "$id": "1221", + "$id": "1191", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1222", + "$id": "1192", "timestamp": { - "$id": "1223", + "$id": "1193", "kind": "string", "type": { "$ref": "113" @@ -9253,7 +9079,7 @@ "value": "1973-09-01T00:00:00Z" }, "value": { - "$id": "1224", + "$id": "1194", "kind": "number", "type": { "$ref": "118" @@ -9263,15 +9089,15 @@ } }, { - "$id": "1225", + "$id": "1195", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1226", + "$id": "1196", "timestamp": { - "$id": "1227", + "$id": "1197", "kind": "string", "type": { "$ref": "113" @@ -9279,7 +9105,7 @@ "value": "1973-10-01T00:00:00Z" }, "value": { - "$id": "1228", + "$id": "1198", "kind": "number", "type": { "$ref": "118" @@ -9289,15 +9115,15 @@ } }, { - "$id": "1229", + "$id": "1199", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1230", + "$id": "1200", "timestamp": { - "$id": "1231", + "$id": "1201", "kind": "string", "type": { "$ref": "113" @@ -9305,7 +9131,7 @@ "value": "1973-11-01T00:00:00Z" }, "value": { - "$id": "1232", + "$id": "1202", "kind": "number", "type": { "$ref": "118" @@ -9315,15 +9141,15 @@ } }, { - "$id": "1233", + "$id": "1203", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1234", + "$id": "1204", "timestamp": { - "$id": "1235", + "$id": "1205", "kind": "string", "type": { "$ref": "113" @@ -9331,7 +9157,7 @@ "value": "1973-12-01T00:00:00Z" }, "value": { - "$id": "1236", + "$id": "1206", "kind": "number", "type": { "$ref": "118" @@ -9341,15 +9167,15 @@ } }, { - "$id": "1237", + "$id": "1207", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1238", + "$id": "1208", "timestamp": { - "$id": "1239", + "$id": "1209", "kind": "string", "type": { "$ref": "113" @@ -9357,7 +9183,7 @@ "value": "1974-01-01T00:00:00Z" }, "value": { - "$id": "1240", + "$id": "1210", "kind": "number", "type": { "$ref": "118" @@ -9367,15 +9193,15 @@ } }, { - "$id": "1241", + "$id": "1211", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1242", + "$id": "1212", "timestamp": { - "$id": "1243", + "$id": "1213", "kind": "string", "type": { "$ref": "113" @@ -9383,7 +9209,7 @@ "value": "1974-02-01T00:00:00Z" }, "value": { - "$id": "1244", + "$id": "1214", "kind": "number", "type": { "$ref": "118" @@ -9393,15 +9219,15 @@ } }, { - "$id": "1245", + "$id": "1215", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1246", + "$id": "1216", "timestamp": { - "$id": "1247", + "$id": "1217", "kind": "string", "type": { "$ref": "113" @@ -9409,7 +9235,7 @@ "value": "1974-03-01T00:00:00Z" }, "value": { - "$id": "1248", + "$id": "1218", "kind": "number", "type": { "$ref": "118" @@ -9419,15 +9245,15 @@ } }, { - "$id": "1249", + "$id": "1219", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1250", + "$id": "1220", "timestamp": { - "$id": "1251", + "$id": "1221", "kind": "string", "type": { "$ref": "113" @@ -9435,7 +9261,7 @@ "value": "1974-04-01T00:00:00Z" }, "value": { - "$id": "1252", + "$id": "1222", "kind": "number", "type": { "$ref": "118" @@ -9445,15 +9271,15 @@ } }, { - "$id": "1253", + "$id": "1223", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1254", + "$id": "1224", "timestamp": { - "$id": "1255", + "$id": "1225", "kind": "string", "type": { "$ref": "113" @@ -9461,7 +9287,7 @@ "value": "1974-05-01T00:00:00Z" }, "value": { - "$id": "1256", + "$id": "1226", "kind": "number", "type": { "$ref": "118" @@ -9471,15 +9297,15 @@ } }, { - "$id": "1257", + "$id": "1227", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1258", + "$id": "1228", "timestamp": { - "$id": "1259", + "$id": "1229", "kind": "string", "type": { "$ref": "113" @@ -9487,7 +9313,7 @@ "value": "1974-06-01T00:00:00Z" }, "value": { - "$id": "1260", + "$id": "1230", "kind": "number", "type": { "$ref": "118" @@ -9497,15 +9323,15 @@ } }, { - "$id": "1261", + "$id": "1231", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1262", + "$id": "1232", "timestamp": { - "$id": "1263", + "$id": "1233", "kind": "string", "type": { "$ref": "113" @@ -9513,7 +9339,7 @@ "value": "1974-07-01T00:00:00Z" }, "value": { - "$id": "1264", + "$id": "1234", "kind": "number", "type": { "$ref": "118" @@ -9523,15 +9349,15 @@ } }, { - "$id": "1265", + "$id": "1235", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1266", + "$id": "1236", "timestamp": { - "$id": "1267", + "$id": "1237", "kind": "string", "type": { "$ref": "113" @@ -9539,7 +9365,7 @@ "value": "1974-08-01T00:00:00Z" }, "value": { - "$id": "1268", + "$id": "1238", "kind": "number", "type": { "$ref": "118" @@ -9549,15 +9375,15 @@ } }, { - "$id": "1269", + "$id": "1239", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1270", + "$id": "1240", "timestamp": { - "$id": "1271", + "$id": "1241", "kind": "string", "type": { "$ref": "113" @@ -9565,7 +9391,7 @@ "value": "1974-09-01T00:00:00Z" }, "value": { - "$id": "1272", + "$id": "1242", "kind": "number", "type": { "$ref": "118" @@ -9575,15 +9401,15 @@ } }, { - "$id": "1273", + "$id": "1243", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1274", + "$id": "1244", "timestamp": { - "$id": "1275", + "$id": "1245", "kind": "string", "type": { "$ref": "113" @@ -9591,7 +9417,7 @@ "value": "1974-10-01T00:00:00Z" }, "value": { - "$id": "1276", + "$id": "1246", "kind": "number", "type": { "$ref": "118" @@ -9601,15 +9427,15 @@ } }, { - "$id": "1277", + "$id": "1247", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1278", + "$id": "1248", "timestamp": { - "$id": "1279", + "$id": "1249", "kind": "string", "type": { "$ref": "113" @@ -9617,7 +9443,7 @@ "value": "1974-11-01T00:00:00Z" }, "value": { - "$id": "1280", + "$id": "1250", "kind": "number", "type": { "$ref": "118" @@ -9627,15 +9453,15 @@ } }, { - "$id": "1281", + "$id": "1251", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1282", + "$id": "1252", "timestamp": { - "$id": "1283", + "$id": "1253", "kind": "string", "type": { "$ref": "113" @@ -9643,7 +9469,7 @@ "value": "1974-12-01T00:00:00Z" }, "value": { - "$id": "1284", + "$id": "1254", "kind": "number", "type": { "$ref": "118" @@ -9653,15 +9479,15 @@ } }, { - "$id": "1285", + "$id": "1255", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1286", + "$id": "1256", "timestamp": { - "$id": "1287", + "$id": "1257", "kind": "string", "type": { "$ref": "113" @@ -9669,7 +9495,7 @@ "value": "1975-01-01T00:00:00Z" }, "value": { - "$id": "1288", + "$id": "1258", "kind": "number", "type": { "$ref": "118" @@ -9679,15 +9505,15 @@ } }, { - "$id": "1289", + "$id": "1259", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1290", + "$id": "1260", "timestamp": { - "$id": "1291", + "$id": "1261", "kind": "string", "type": { "$ref": "113" @@ -9695,7 +9521,7 @@ "value": "1975-02-01T00:00:00Z" }, "value": { - "$id": "1292", + "$id": "1262", "kind": "number", "type": { "$ref": "118" @@ -9705,15 +9531,15 @@ } }, { - "$id": "1293", + "$id": "1263", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1294", + "$id": "1264", "timestamp": { - "$id": "1295", + "$id": "1265", "kind": "string", "type": { "$ref": "113" @@ -9721,7 +9547,7 @@ "value": "1975-03-01T00:00:00Z" }, "value": { - "$id": "1296", + "$id": "1266", "kind": "number", "type": { "$ref": "118" @@ -9731,15 +9557,15 @@ } }, { - "$id": "1297", + "$id": "1267", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1298", + "$id": "1268", "timestamp": { - "$id": "1299", + "$id": "1269", "kind": "string", "type": { "$ref": "113" @@ -9747,7 +9573,7 @@ "value": "1975-04-01T00:00:00Z" }, "value": { - "$id": "1300", + "$id": "1270", "kind": "number", "type": { "$ref": "118" @@ -9757,15 +9583,15 @@ } }, { - "$id": "1301", + "$id": "1271", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1302", + "$id": "1272", "timestamp": { - "$id": "1303", + "$id": "1273", "kind": "string", "type": { "$ref": "113" @@ -9773,7 +9599,7 @@ "value": "1975-05-01T00:00:00Z" }, "value": { - "$id": "1304", + "$id": "1274", "kind": "number", "type": { "$ref": "118" @@ -9783,15 +9609,15 @@ } }, { - "$id": "1305", + "$id": "1275", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1306", + "$id": "1276", "timestamp": { - "$id": "1307", + "$id": "1277", "kind": "string", "type": { "$ref": "113" @@ -9799,7 +9625,7 @@ "value": "1975-06-01T00:00:00Z" }, "value": { - "$id": "1308", + "$id": "1278", "kind": "number", "type": { "$ref": "118" @@ -9809,15 +9635,15 @@ } }, { - "$id": "1309", + "$id": "1279", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1310", + "$id": "1280", "timestamp": { - "$id": "1311", + "$id": "1281", "kind": "string", "type": { "$ref": "113" @@ -9825,7 +9651,7 @@ "value": "1975-07-01T00:00:00Z" }, "value": { - "$id": "1312", + "$id": "1282", "kind": "number", "type": { "$ref": "118" @@ -9835,15 +9661,15 @@ } }, { - "$id": "1313", + "$id": "1283", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1314", + "$id": "1284", "timestamp": { - "$id": "1315", + "$id": "1285", "kind": "string", "type": { "$ref": "113" @@ -9851,7 +9677,7 @@ "value": "1975-08-01T00:00:00Z" }, "value": { - "$id": "1316", + "$id": "1286", "kind": "number", "type": { "$ref": "118" @@ -9861,15 +9687,15 @@ } }, { - "$id": "1317", + "$id": "1287", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1318", + "$id": "1288", "timestamp": { - "$id": "1319", + "$id": "1289", "kind": "string", "type": { "$ref": "113" @@ -9877,7 +9703,7 @@ "value": "1975-09-01T00:00:00Z" }, "value": { - "$id": "1320", + "$id": "1290", "kind": "number", "type": { "$ref": "118" @@ -9887,15 +9713,15 @@ } }, { - "$id": "1321", + "$id": "1291", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1322", + "$id": "1292", "timestamp": { - "$id": "1323", + "$id": "1293", "kind": "string", "type": { "$ref": "113" @@ -9903,7 +9729,7 @@ "value": "1975-10-01T00:00:00Z" }, "value": { - "$id": "1324", + "$id": "1294", "kind": "number", "type": { "$ref": "118" @@ -9913,15 +9739,15 @@ } }, { - "$id": "1325", + "$id": "1295", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1326", + "$id": "1296", "timestamp": { - "$id": "1327", + "$id": "1297", "kind": "string", "type": { "$ref": "113" @@ -9929,7 +9755,7 @@ "value": "1975-11-01T00:00:00Z" }, "value": { - "$id": "1328", + "$id": "1298", "kind": "number", "type": { "$ref": "118" @@ -9939,15 +9765,15 @@ } }, { - "$id": "1329", + "$id": "1299", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1330", + "$id": "1300", "timestamp": { - "$id": "1331", + "$id": "1301", "kind": "string", "type": { "$ref": "113" @@ -9955,7 +9781,7 @@ "value": "1975-12-01T00:00:00Z" }, "value": { - "$id": "1332", + "$id": "1302", "kind": "number", "type": { "$ref": "118" @@ -9967,7 +9793,7 @@ ] }, "maxAnomalyRatio": { - "$id": "1333", + "$id": "1303", "kind": "number", "type": { "$ref": "135" @@ -9975,7 +9801,7 @@ "value": 0.25 }, "sensitivity": { - "$id": "1334", + "$id": "1304", "kind": "number", "type": { "$ref": "139" @@ -9983,7 +9809,7 @@ "value": 95 }, "granularity": { - "$id": "1335", + "$id": "1305", "kind": "string", "type": { "$ref": "2" @@ -9991,7 +9817,7 @@ "value": "monthly" }, "imputeMode": { - "$id": "1336", + "$id": "1306", "kind": "string", "type": { "$ref": "22" @@ -9999,7 +9825,7 @@ "value": "fixed" }, "imputeFixedValue": { - "$id": "1337", + "$id": "1307", "kind": "number", "type": { "$ref": "146" @@ -10012,88 +9838,88 @@ ], "responses": [ { - "$id": "1338", + "$id": "1308", "response": { - "$ref": "1133" + "$ref": "1103" }, "statusCode": 200, "bodyValue": { - "$id": "1339", + "$id": "1309", "kind": "model", "type": { - "$ref": "199" + "$ref": "189" }, "value": { - "$id": "1340", + "$id": "1310", "isAnomaly": { - "$id": "1341", + "$id": "1311", "kind": "boolean", "type": { - "$ref": "221" + "$ref": "211" }, "value": false }, "isPositiveAnomaly": { - "$id": "1342", + "$id": "1312", "kind": "boolean", "type": { - "$ref": "229" + "$ref": "219" }, "value": false }, "isNegativeAnomaly": { - "$id": "1343", + "$id": "1313", "kind": "boolean", "type": { - "$ref": "225" + "$ref": "215" }, "value": false }, "period": { - "$id": "1344", + "$id": "1314", "kind": "number", "type": { - "$ref": "201" + "$ref": "191" }, "value": 12 }, "expectedValue": { - "$id": "1345", + "$id": "1315", "kind": "number", "type": { - "$ref": "209" + "$ref": "199" }, "value": 809.2328084659704 }, "upperMargin": { - "$id": "1346", + "$id": "1316", "kind": "number", "type": { - "$ref": "213" + "$ref": "203" }, "value": 40.46164042329852 }, "lowerMargin": { - "$id": "1347", + "$id": "1317", "kind": "number", "type": { - "$ref": "217" + "$ref": "207" }, "value": 40.46164042329852 }, "suggestedWindow": { - "$id": "1348", + "$id": "1318", "kind": "number", "type": { - "$ref": "205" + "$ref": "195" }, "value": 49 }, "severity": { - "$id": "1349", + "$id": "1319", "kind": "number", "type": { - "$ref": "233" + "$ref": "223" }, "value": 0 } @@ -10106,7 +9932,7 @@ }, "parameters": [ { - "$id": "1350", + "$id": "1320", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", @@ -10124,12 +9950,12 @@ "skipUrlEncoding": false }, { - "$id": "1351", + "$id": "1321", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1127" + "$ref": "1097" }, "location": "Header", "isApiVersion": false, @@ -10142,11 +9968,11 @@ "skipUrlEncoding": false }, { - "$id": "1352", + "$id": "1322", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "1130" + "$ref": "1100" }, "location": "Header", "isApiVersion": false, @@ -10160,9 +9986,9 @@ } ], "response": { - "$id": "1353", + "$id": "1323", "type": { - "$ref": "199" + "$ref": "189" } }, "isOverride": false, @@ -10171,7 +9997,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Univariate.DetectUnivariateLastPoint" }, { - "$id": "1354", + "$id": "1324", "kind": "basic", "name": "DetectUnivariateChangePoint", "accessibility": "public", @@ -10181,7 +10007,7 @@ "doc": "Evaluate change point score of every series point", "summary": "Detect change point for the entire series", "operation": { - "$id": "1355", + "$id": "1325", "name": "DetectUnivariateChangePoint", "resourceName": "Univariate", "summary": "Detect change point for the entire series", @@ -10189,18 +10015,18 @@ "accessibility": "public", "parameters": [ { - "$id": "1356", + "$id": "1326", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "1357", + "$id": "1327", "kind": "constant", "name": "DetectUnivariateChangePointContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "1358", + "$id": "1328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10220,17 +10046,17 @@ "skipUrlEncoding": false }, { - "$id": "1359", + "$id": "1329", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "1360", + "$id": "1330", "kind": "constant", "name": "DetectUnivariateChangePointContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "1361", + "$id": "1331", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10250,12 +10076,12 @@ "skipUrlEncoding": false }, { - "$id": "1362", + "$id": "1332", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", "type": { - "$ref": "236" + "$ref": "226" }, "location": "Body", "isApiVersion": false, @@ -10270,12 +10096,12 @@ ], "responses": [ { - "$id": "1363", + "$id": "1333", "statusCodes": [ 200 ], "bodyType": { - "$ref": "260" + "$ref": "249" }, "headers": [], "isErrorResponse": false, @@ -10297,56 +10123,56 @@ "decorators": [], "examples": [ { - "$id": "1364", + "$id": "1334", "kind": "http", "name": "Univariate detection of a change point", "description": "Univariate detection of a change point", "filePath": "v1.1/ChangePointDetect.json", "parameters": [ { - "$id": "1365", + "$id": "1335", "parameter": { - "$ref": "1356" + "$ref": "1326" }, "value": { - "$id": "1366", + "$id": "1336", "kind": "string", "type": { - "$ref": "1357" + "$ref": "1327" }, "value": "application/json" } }, { - "$id": "1367", + "$id": "1337", "parameter": { - "$ref": "1362" + "$ref": "1332" }, "value": { - "$id": "1368", + "$id": "1338", "kind": "model", "type": { - "$ref": "236" + "$ref": "226" }, "value": { - "$id": "1369", + "$id": "1339", "series": { - "$id": "1370", + "$id": "1340", "kind": "array", "type": { - "$ref": "238" + "$ref": "110" }, "value": [ { - "$id": "1371", + "$id": "1341", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1372", + "$id": "1342", "timestamp": { - "$id": "1373", + "$id": "1343", "kind": "string", "type": { "$ref": "113" @@ -10354,7 +10180,7 @@ "value": "2017-01-01T06:45:00Z" }, "value": { - "$id": "1374", + "$id": "1344", "kind": "number", "type": { "$ref": "118" @@ -10364,15 +10190,15 @@ } }, { - "$id": "1375", + "$id": "1345", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1376", + "$id": "1346", "timestamp": { - "$id": "1377", + "$id": "1347", "kind": "string", "type": { "$ref": "113" @@ -10380,7 +10206,7 @@ "value": "2017-01-01T06:50:00Z" }, "value": { - "$id": "1378", + "$id": "1348", "kind": "number", "type": { "$ref": "118" @@ -10390,15 +10216,15 @@ } }, { - "$id": "1379", + "$id": "1349", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1380", + "$id": "1350", "timestamp": { - "$id": "1381", + "$id": "1351", "kind": "string", "type": { "$ref": "113" @@ -10406,7 +10232,7 @@ "value": "2017-01-01T06:55:00Z" }, "value": { - "$id": "1382", + "$id": "1352", "kind": "number", "type": { "$ref": "118" @@ -10416,15 +10242,15 @@ } }, { - "$id": "1383", + "$id": "1353", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1384", + "$id": "1354", "timestamp": { - "$id": "1385", + "$id": "1355", "kind": "string", "type": { "$ref": "113" @@ -10432,7 +10258,7 @@ "value": "2017-01-01T07:00:00Z" }, "value": { - "$id": "1386", + "$id": "1356", "kind": "number", "type": { "$ref": "118" @@ -10442,15 +10268,15 @@ } }, { - "$id": "1387", + "$id": "1357", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1388", + "$id": "1358", "timestamp": { - "$id": "1389", + "$id": "1359", "kind": "string", "type": { "$ref": "113" @@ -10458,7 +10284,7 @@ "value": "2017-01-01T07:05:00Z" }, "value": { - "$id": "1390", + "$id": "1360", "kind": "number", "type": { "$ref": "118" @@ -10468,15 +10294,15 @@ } }, { - "$id": "1391", + "$id": "1361", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1392", + "$id": "1362", "timestamp": { - "$id": "1393", + "$id": "1363", "kind": "string", "type": { "$ref": "113" @@ -10484,7 +10310,7 @@ "value": "2017-01-01T07:10:00Z" }, "value": { - "$id": "1394", + "$id": "1364", "kind": "number", "type": { "$ref": "118" @@ -10494,15 +10320,15 @@ } }, { - "$id": "1395", + "$id": "1365", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1396", + "$id": "1366", "timestamp": { - "$id": "1397", + "$id": "1367", "kind": "string", "type": { "$ref": "113" @@ -10510,7 +10336,7 @@ "value": "2017-01-01T07:15:00Z" }, "value": { - "$id": "1398", + "$id": "1368", "kind": "number", "type": { "$ref": "118" @@ -10520,15 +10346,15 @@ } }, { - "$id": "1399", + "$id": "1369", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1400", + "$id": "1370", "timestamp": { - "$id": "1401", + "$id": "1371", "kind": "string", "type": { "$ref": "113" @@ -10536,7 +10362,7 @@ "value": "2017-01-01T07:20:00Z" }, "value": { - "$id": "1402", + "$id": "1372", "kind": "number", "type": { "$ref": "118" @@ -10546,15 +10372,15 @@ } }, { - "$id": "1403", + "$id": "1373", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1404", + "$id": "1374", "timestamp": { - "$id": "1405", + "$id": "1375", "kind": "string", "type": { "$ref": "113" @@ -10562,7 +10388,7 @@ "value": "2017-01-01T07:25:00Z" }, "value": { - "$id": "1406", + "$id": "1376", "kind": "number", "type": { "$ref": "118" @@ -10572,15 +10398,15 @@ } }, { - "$id": "1407", + "$id": "1377", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1408", + "$id": "1378", "timestamp": { - "$id": "1409", + "$id": "1379", "kind": "string", "type": { "$ref": "113" @@ -10588,7 +10414,7 @@ "value": "2017-01-01T07:30:00Z" }, "value": { - "$id": "1410", + "$id": "1380", "kind": "number", "type": { "$ref": "118" @@ -10598,15 +10424,15 @@ } }, { - "$id": "1411", + "$id": "1381", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1412", + "$id": "1382", "timestamp": { - "$id": "1413", + "$id": "1383", "kind": "string", "type": { "$ref": "113" @@ -10614,7 +10440,7 @@ "value": "2017-01-01T07:35:00Z" }, "value": { - "$id": "1414", + "$id": "1384", "kind": "number", "type": { "$ref": "118" @@ -10624,15 +10450,15 @@ } }, { - "$id": "1415", + "$id": "1385", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1416", + "$id": "1386", "timestamp": { - "$id": "1417", + "$id": "1387", "kind": "string", "type": { "$ref": "113" @@ -10640,7 +10466,7 @@ "value": "2017-01-01T07:40:00Z" }, "value": { - "$id": "1418", + "$id": "1388", "kind": "number", "type": { "$ref": "118" @@ -10650,15 +10476,15 @@ } }, { - "$id": "1419", + "$id": "1389", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1420", + "$id": "1390", "timestamp": { - "$id": "1421", + "$id": "1391", "kind": "string", "type": { "$ref": "113" @@ -10666,7 +10492,7 @@ "value": "2017-01-01T07:45:00Z" }, "value": { - "$id": "1422", + "$id": "1392", "kind": "number", "type": { "$ref": "118" @@ -10676,15 +10502,15 @@ } }, { - "$id": "1423", + "$id": "1393", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1424", + "$id": "1394", "timestamp": { - "$id": "1425", + "$id": "1395", "kind": "string", "type": { "$ref": "113" @@ -10692,7 +10518,7 @@ "value": "2017-01-01T07:50:00Z" }, "value": { - "$id": "1426", + "$id": "1396", "kind": "number", "type": { "$ref": "118" @@ -10702,15 +10528,15 @@ } }, { - "$id": "1427", + "$id": "1397", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1428", + "$id": "1398", "timestamp": { - "$id": "1429", + "$id": "1399", "kind": "string", "type": { "$ref": "113" @@ -10718,7 +10544,7 @@ "value": "2017-01-01T07:55:00Z" }, "value": { - "$id": "1430", + "$id": "1400", "kind": "number", "type": { "$ref": "118" @@ -10728,15 +10554,15 @@ } }, { - "$id": "1431", + "$id": "1401", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1432", + "$id": "1402", "timestamp": { - "$id": "1433", + "$id": "1403", "kind": "string", "type": { "$ref": "113" @@ -10744,7 +10570,7 @@ "value": "2017-01-01T08:00:00Z" }, "value": { - "$id": "1434", + "$id": "1404", "kind": "number", "type": { "$ref": "118" @@ -10754,15 +10580,15 @@ } }, { - "$id": "1435", + "$id": "1405", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1436", + "$id": "1406", "timestamp": { - "$id": "1437", + "$id": "1407", "kind": "string", "type": { "$ref": "113" @@ -10770,7 +10596,7 @@ "value": "2017-01-01T08:05:00Z" }, "value": { - "$id": "1438", + "$id": "1408", "kind": "number", "type": { "$ref": "118" @@ -10780,15 +10606,15 @@ } }, { - "$id": "1439", + "$id": "1409", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1440", + "$id": "1410", "timestamp": { - "$id": "1441", + "$id": "1411", "kind": "string", "type": { "$ref": "113" @@ -10796,7 +10622,7 @@ "value": "2017-01-01T08:10:00Z" }, "value": { - "$id": "1442", + "$id": "1412", "kind": "number", "type": { "$ref": "118" @@ -10806,15 +10632,15 @@ } }, { - "$id": "1443", + "$id": "1413", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1444", + "$id": "1414", "timestamp": { - "$id": "1445", + "$id": "1415", "kind": "string", "type": { "$ref": "113" @@ -10822,7 +10648,7 @@ "value": "2017-01-01T08:15:00Z" }, "value": { - "$id": "1446", + "$id": "1416", "kind": "number", "type": { "$ref": "118" @@ -10832,15 +10658,15 @@ } }, { - "$id": "1447", + "$id": "1417", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1448", + "$id": "1418", "timestamp": { - "$id": "1449", + "$id": "1419", "kind": "string", "type": { "$ref": "113" @@ -10848,7 +10674,7 @@ "value": "2017-01-01T08:20:00Z" }, "value": { - "$id": "1450", + "$id": "1420", "kind": "number", "type": { "$ref": "118" @@ -10858,15 +10684,15 @@ } }, { - "$id": "1451", + "$id": "1421", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1452", + "$id": "1422", "timestamp": { - "$id": "1453", + "$id": "1423", "kind": "string", "type": { "$ref": "113" @@ -10874,7 +10700,7 @@ "value": "2017-01-01T08:25:00Z" }, "value": { - "$id": "1454", + "$id": "1424", "kind": "number", "type": { "$ref": "118" @@ -10884,15 +10710,15 @@ } }, { - "$id": "1455", + "$id": "1425", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1456", + "$id": "1426", "timestamp": { - "$id": "1457", + "$id": "1427", "kind": "string", "type": { "$ref": "113" @@ -10900,7 +10726,7 @@ "value": "2017-01-01T08:30:00Z" }, "value": { - "$id": "1458", + "$id": "1428", "kind": "number", "type": { "$ref": "118" @@ -10910,15 +10736,15 @@ } }, { - "$id": "1459", + "$id": "1429", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1460", + "$id": "1430", "timestamp": { - "$id": "1461", + "$id": "1431", "kind": "string", "type": { "$ref": "113" @@ -10926,7 +10752,7 @@ "value": "2017-01-01T08:35:00Z" }, "value": { - "$id": "1462", + "$id": "1432", "kind": "number", "type": { "$ref": "118" @@ -10936,15 +10762,15 @@ } }, { - "$id": "1463", + "$id": "1433", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1464", + "$id": "1434", "timestamp": { - "$id": "1465", + "$id": "1435", "kind": "string", "type": { "$ref": "113" @@ -10952,7 +10778,7 @@ "value": "2017-01-01T08:40:00Z" }, "value": { - "$id": "1466", + "$id": "1436", "kind": "number", "type": { "$ref": "118" @@ -10962,15 +10788,15 @@ } }, { - "$id": "1467", + "$id": "1437", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1468", + "$id": "1438", "timestamp": { - "$id": "1469", + "$id": "1439", "kind": "string", "type": { "$ref": "113" @@ -10978,7 +10804,7 @@ "value": "2017-01-01T08:45:00Z" }, "value": { - "$id": "1470", + "$id": "1440", "kind": "number", "type": { "$ref": "118" @@ -10988,15 +10814,15 @@ } }, { - "$id": "1471", + "$id": "1441", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1472", + "$id": "1442", "timestamp": { - "$id": "1473", + "$id": "1443", "kind": "string", "type": { "$ref": "113" @@ -11004,7 +10830,7 @@ "value": "2017-01-01T08:50:00Z" }, "value": { - "$id": "1474", + "$id": "1444", "kind": "number", "type": { "$ref": "118" @@ -11014,15 +10840,15 @@ } }, { - "$id": "1475", + "$id": "1445", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1476", + "$id": "1446", "timestamp": { - "$id": "1477", + "$id": "1447", "kind": "string", "type": { "$ref": "113" @@ -11030,7 +10856,7 @@ "value": "2017-01-01T08:55:00Z" }, "value": { - "$id": "1478", + "$id": "1448", "kind": "number", "type": { "$ref": "118" @@ -11040,15 +10866,15 @@ } }, { - "$id": "1479", + "$id": "1449", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1480", + "$id": "1450", "timestamp": { - "$id": "1481", + "$id": "1451", "kind": "string", "type": { "$ref": "113" @@ -11056,7 +10882,7 @@ "value": "2017-01-01T09:00:00Z" }, "value": { - "$id": "1482", + "$id": "1452", "kind": "number", "type": { "$ref": "118" @@ -11066,15 +10892,15 @@ } }, { - "$id": "1483", + "$id": "1453", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1484", + "$id": "1454", "timestamp": { - "$id": "1485", + "$id": "1455", "kind": "string", "type": { "$ref": "113" @@ -11082,7 +10908,7 @@ "value": "2017-01-01T09:05:00Z" }, "value": { - "$id": "1486", + "$id": "1456", "kind": "number", "type": { "$ref": "118" @@ -11092,15 +10918,15 @@ } }, { - "$id": "1487", + "$id": "1457", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1488", + "$id": "1458", "timestamp": { - "$id": "1489", + "$id": "1459", "kind": "string", "type": { "$ref": "113" @@ -11108,7 +10934,7 @@ "value": "2017-01-01T09:10:00Z" }, "value": { - "$id": "1490", + "$id": "1460", "kind": "number", "type": { "$ref": "118" @@ -11118,15 +10944,15 @@ } }, { - "$id": "1491", + "$id": "1461", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1492", + "$id": "1462", "timestamp": { - "$id": "1493", + "$id": "1463", "kind": "string", "type": { "$ref": "113" @@ -11134,7 +10960,7 @@ "value": "2017-01-01T09:15:00Z" }, "value": { - "$id": "1494", + "$id": "1464", "kind": "number", "type": { "$ref": "118" @@ -11144,15 +10970,15 @@ } }, { - "$id": "1495", + "$id": "1465", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1496", + "$id": "1466", "timestamp": { - "$id": "1497", + "$id": "1467", "kind": "string", "type": { "$ref": "113" @@ -11160,7 +10986,7 @@ "value": "2017-01-01T09:20:00Z" }, "value": { - "$id": "1498", + "$id": "1468", "kind": "number", "type": { "$ref": "118" @@ -11170,15 +10996,15 @@ } }, { - "$id": "1499", + "$id": "1469", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1500", + "$id": "1470", "timestamp": { - "$id": "1501", + "$id": "1471", "kind": "string", "type": { "$ref": "113" @@ -11186,7 +11012,7 @@ "value": "2017-01-01T09:25:00Z" }, "value": { - "$id": "1502", + "$id": "1472", "kind": "number", "type": { "$ref": "118" @@ -11196,15 +11022,15 @@ } }, { - "$id": "1503", + "$id": "1473", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1504", + "$id": "1474", "timestamp": { - "$id": "1505", + "$id": "1475", "kind": "string", "type": { "$ref": "113" @@ -11212,7 +11038,7 @@ "value": "2017-01-01T09:30:00Z" }, "value": { - "$id": "1506", + "$id": "1476", "kind": "number", "type": { "$ref": "118" @@ -11222,15 +11048,15 @@ } }, { - "$id": "1507", + "$id": "1477", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1508", + "$id": "1478", "timestamp": { - "$id": "1509", + "$id": "1479", "kind": "string", "type": { "$ref": "113" @@ -11238,7 +11064,7 @@ "value": "2017-01-01T09:35:00Z" }, "value": { - "$id": "1510", + "$id": "1480", "kind": "number", "type": { "$ref": "118" @@ -11248,15 +11074,15 @@ } }, { - "$id": "1511", + "$id": "1481", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1512", + "$id": "1482", "timestamp": { - "$id": "1513", + "$id": "1483", "kind": "string", "type": { "$ref": "113" @@ -11264,7 +11090,7 @@ "value": "2017-01-01T09:40:00Z" }, "value": { - "$id": "1514", + "$id": "1484", "kind": "number", "type": { "$ref": "118" @@ -11274,15 +11100,15 @@ } }, { - "$id": "1515", + "$id": "1485", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1516", + "$id": "1486", "timestamp": { - "$id": "1517", + "$id": "1487", "kind": "string", "type": { "$ref": "113" @@ -11290,7 +11116,7 @@ "value": "2017-01-01T09:45:00Z" }, "value": { - "$id": "1518", + "$id": "1488", "kind": "number", "type": { "$ref": "118" @@ -11300,15 +11126,15 @@ } }, { - "$id": "1519", + "$id": "1489", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1520", + "$id": "1490", "timestamp": { - "$id": "1521", + "$id": "1491", "kind": "string", "type": { "$ref": "113" @@ -11316,7 +11142,7 @@ "value": "2017-01-01T09:50:00Z" }, "value": { - "$id": "1522", + "$id": "1492", "kind": "number", "type": { "$ref": "118" @@ -11326,15 +11152,15 @@ } }, { - "$id": "1523", + "$id": "1493", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1524", + "$id": "1494", "timestamp": { - "$id": "1525", + "$id": "1495", "kind": "string", "type": { "$ref": "113" @@ -11342,7 +11168,7 @@ "value": "2017-01-01T09:55:00Z" }, "value": { - "$id": "1526", + "$id": "1496", "kind": "number", "type": { "$ref": "118" @@ -11352,15 +11178,15 @@ } }, { - "$id": "1527", + "$id": "1497", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1528", + "$id": "1498", "timestamp": { - "$id": "1529", + "$id": "1499", "kind": "string", "type": { "$ref": "113" @@ -11368,7 +11194,7 @@ "value": "2017-01-01T10:00:00Z" }, "value": { - "$id": "1530", + "$id": "1500", "kind": "number", "type": { "$ref": "118" @@ -11378,15 +11204,15 @@ } }, { - "$id": "1531", + "$id": "1501", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1532", + "$id": "1502", "timestamp": { - "$id": "1533", + "$id": "1503", "kind": "string", "type": { "$ref": "113" @@ -11394,7 +11220,7 @@ "value": "2017-01-01T10:05:00Z" }, "value": { - "$id": "1534", + "$id": "1504", "kind": "number", "type": { "$ref": "118" @@ -11404,15 +11230,15 @@ } }, { - "$id": "1535", + "$id": "1505", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1536", + "$id": "1506", "timestamp": { - "$id": "1537", + "$id": "1507", "kind": "string", "type": { "$ref": "113" @@ -11420,7 +11246,7 @@ "value": "2017-01-01T10:10:00Z" }, "value": { - "$id": "1538", + "$id": "1508", "kind": "number", "type": { "$ref": "118" @@ -11430,15 +11256,15 @@ } }, { - "$id": "1539", + "$id": "1509", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1540", + "$id": "1510", "timestamp": { - "$id": "1541", + "$id": "1511", "kind": "string", "type": { "$ref": "113" @@ -11446,7 +11272,7 @@ "value": "2017-01-01T10:15:00Z" }, "value": { - "$id": "1542", + "$id": "1512", "kind": "number", "type": { "$ref": "118" @@ -11456,15 +11282,15 @@ } }, { - "$id": "1543", + "$id": "1513", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1544", + "$id": "1514", "timestamp": { - "$id": "1545", + "$id": "1515", "kind": "string", "type": { "$ref": "113" @@ -11472,7 +11298,7 @@ "value": "2017-01-01T10:20:00Z" }, "value": { - "$id": "1546", + "$id": "1516", "kind": "number", "type": { "$ref": "118" @@ -11482,15 +11308,15 @@ } }, { - "$id": "1547", + "$id": "1517", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1548", + "$id": "1518", "timestamp": { - "$id": "1549", + "$id": "1519", "kind": "string", "type": { "$ref": "113" @@ -11498,7 +11324,7 @@ "value": "2017-01-01T10:25:00Z" }, "value": { - "$id": "1550", + "$id": "1520", "kind": "number", "type": { "$ref": "118" @@ -11508,15 +11334,15 @@ } }, { - "$id": "1551", + "$id": "1521", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1552", + "$id": "1522", "timestamp": { - "$id": "1553", + "$id": "1523", "kind": "string", "type": { "$ref": "113" @@ -11524,7 +11350,7 @@ "value": "2017-01-01T10:30:00Z" }, "value": { - "$id": "1554", + "$id": "1524", "kind": "number", "type": { "$ref": "118" @@ -11534,15 +11360,15 @@ } }, { - "$id": "1555", + "$id": "1525", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1556", + "$id": "1526", "timestamp": { - "$id": "1557", + "$id": "1527", "kind": "string", "type": { "$ref": "113" @@ -11550,7 +11376,7 @@ "value": "2017-01-01T10:35:00Z" }, "value": { - "$id": "1558", + "$id": "1528", "kind": "number", "type": { "$ref": "118" @@ -11560,15 +11386,15 @@ } }, { - "$id": "1559", + "$id": "1529", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1560", + "$id": "1530", "timestamp": { - "$id": "1561", + "$id": "1531", "kind": "string", "type": { "$ref": "113" @@ -11576,7 +11402,7 @@ "value": "2017-01-01T10:40:00Z" }, "value": { - "$id": "1562", + "$id": "1532", "kind": "number", "type": { "$ref": "118" @@ -11586,15 +11412,15 @@ } }, { - "$id": "1563", + "$id": "1533", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1564", + "$id": "1534", "timestamp": { - "$id": "1565", + "$id": "1535", "kind": "string", "type": { "$ref": "113" @@ -11602,7 +11428,7 @@ "value": "2017-01-01T10:45:00Z" }, "value": { - "$id": "1566", + "$id": "1536", "kind": "number", "type": { "$ref": "118" @@ -11612,15 +11438,15 @@ } }, { - "$id": "1567", + "$id": "1537", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1568", + "$id": "1538", "timestamp": { - "$id": "1569", + "$id": "1539", "kind": "string", "type": { "$ref": "113" @@ -11628,7 +11454,7 @@ "value": "2017-01-01T10:50:00Z" }, "value": { - "$id": "1570", + "$id": "1540", "kind": "number", "type": { "$ref": "118" @@ -11638,15 +11464,15 @@ } }, { - "$id": "1571", + "$id": "1541", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1572", + "$id": "1542", "timestamp": { - "$id": "1573", + "$id": "1543", "kind": "string", "type": { "$ref": "113" @@ -11654,7 +11480,7 @@ "value": "2017-01-01T10:55:00Z" }, "value": { - "$id": "1574", + "$id": "1544", "kind": "number", "type": { "$ref": "118" @@ -11664,15 +11490,15 @@ } }, { - "$id": "1575", + "$id": "1545", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1576", + "$id": "1546", "timestamp": { - "$id": "1577", + "$id": "1547", "kind": "string", "type": { "$ref": "113" @@ -11680,7 +11506,7 @@ "value": "2017-01-01T11:00:00Z" }, "value": { - "$id": "1578", + "$id": "1548", "kind": "number", "type": { "$ref": "118" @@ -11690,15 +11516,15 @@ } }, { - "$id": "1579", + "$id": "1549", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1580", + "$id": "1550", "timestamp": { - "$id": "1581", + "$id": "1551", "kind": "string", "type": { "$ref": "113" @@ -11706,7 +11532,7 @@ "value": "2017-01-01T11:05:00Z" }, "value": { - "$id": "1582", + "$id": "1552", "kind": "number", "type": { "$ref": "118" @@ -11716,15 +11542,15 @@ } }, { - "$id": "1583", + "$id": "1553", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1584", + "$id": "1554", "timestamp": { - "$id": "1585", + "$id": "1555", "kind": "string", "type": { "$ref": "113" @@ -11732,7 +11558,7 @@ "value": "2017-01-01T11:10:00Z" }, "value": { - "$id": "1586", + "$id": "1556", "kind": "number", "type": { "$ref": "118" @@ -11742,15 +11568,15 @@ } }, { - "$id": "1587", + "$id": "1557", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1588", + "$id": "1558", "timestamp": { - "$id": "1589", + "$id": "1559", "kind": "string", "type": { "$ref": "113" @@ -11758,7 +11584,7 @@ "value": "2017-01-01T11:15:00Z" }, "value": { - "$id": "1590", + "$id": "1560", "kind": "number", "type": { "$ref": "118" @@ -11768,15 +11594,15 @@ } }, { - "$id": "1591", + "$id": "1561", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1592", + "$id": "1562", "timestamp": { - "$id": "1593", + "$id": "1563", "kind": "string", "type": { "$ref": "113" @@ -11784,7 +11610,7 @@ "value": "2017-01-01T11:20:00Z" }, "value": { - "$id": "1594", + "$id": "1564", "kind": "number", "type": { "$ref": "118" @@ -11794,15 +11620,15 @@ } }, { - "$id": "1595", + "$id": "1565", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1596", + "$id": "1566", "timestamp": { - "$id": "1597", + "$id": "1567", "kind": "string", "type": { "$ref": "113" @@ -11810,7 +11636,7 @@ "value": "2017-01-01T11:25:00Z" }, "value": { - "$id": "1598", + "$id": "1568", "kind": "number", "type": { "$ref": "118" @@ -11820,15 +11646,15 @@ } }, { - "$id": "1599", + "$id": "1569", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1600", + "$id": "1570", "timestamp": { - "$id": "1601", + "$id": "1571", "kind": "string", "type": { "$ref": "113" @@ -11836,7 +11662,7 @@ "value": "2017-01-01T11:30:00Z" }, "value": { - "$id": "1602", + "$id": "1572", "kind": "number", "type": { "$ref": "118" @@ -11846,15 +11672,15 @@ } }, { - "$id": "1603", + "$id": "1573", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1604", + "$id": "1574", "timestamp": { - "$id": "1605", + "$id": "1575", "kind": "string", "type": { "$ref": "113" @@ -11862,7 +11688,7 @@ "value": "2017-01-01T11:35:00Z" }, "value": { - "$id": "1606", + "$id": "1576", "kind": "number", "type": { "$ref": "118" @@ -11872,15 +11698,15 @@ } }, { - "$id": "1607", + "$id": "1577", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1608", + "$id": "1578", "timestamp": { - "$id": "1609", + "$id": "1579", "kind": "string", "type": { "$ref": "113" @@ -11888,7 +11714,7 @@ "value": "2017-01-01T11:40:00Z" }, "value": { - "$id": "1610", + "$id": "1580", "kind": "number", "type": { "$ref": "118" @@ -11898,15 +11724,15 @@ } }, { - "$id": "1611", + "$id": "1581", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1612", + "$id": "1582", "timestamp": { - "$id": "1613", + "$id": "1583", "kind": "string", "type": { "$ref": "113" @@ -11914,7 +11740,7 @@ "value": "2017-01-01T11:45:00Z" }, "value": { - "$id": "1614", + "$id": "1584", "kind": "number", "type": { "$ref": "118" @@ -11924,15 +11750,15 @@ } }, { - "$id": "1615", + "$id": "1585", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1616", + "$id": "1586", "timestamp": { - "$id": "1617", + "$id": "1587", "kind": "string", "type": { "$ref": "113" @@ -11940,7 +11766,7 @@ "value": "2017-01-01T11:50:00Z" }, "value": { - "$id": "1618", + "$id": "1588", "kind": "number", "type": { "$ref": "118" @@ -11950,15 +11776,15 @@ } }, { - "$id": "1619", + "$id": "1589", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1620", + "$id": "1590", "timestamp": { - "$id": "1621", + "$id": "1591", "kind": "string", "type": { "$ref": "113" @@ -11966,7 +11792,7 @@ "value": "2017-01-01T11:55:00Z" }, "value": { - "$id": "1622", + "$id": "1592", "kind": "number", "type": { "$ref": "118" @@ -11976,15 +11802,15 @@ } }, { - "$id": "1623", + "$id": "1593", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1624", + "$id": "1594", "timestamp": { - "$id": "1625", + "$id": "1595", "kind": "string", "type": { "$ref": "113" @@ -11992,7 +11818,7 @@ "value": "2017-01-01T12:00:00Z" }, "value": { - "$id": "1626", + "$id": "1596", "kind": "number", "type": { "$ref": "118" @@ -12002,15 +11828,15 @@ } }, { - "$id": "1627", + "$id": "1597", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1628", + "$id": "1598", "timestamp": { - "$id": "1629", + "$id": "1599", "kind": "string", "type": { "$ref": "113" @@ -12018,7 +11844,7 @@ "value": "2017-01-01T12:05:00Z" }, "value": { - "$id": "1630", + "$id": "1600", "kind": "number", "type": { "$ref": "118" @@ -12028,15 +11854,15 @@ } }, { - "$id": "1631", + "$id": "1601", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1632", + "$id": "1602", "timestamp": { - "$id": "1633", + "$id": "1603", "kind": "string", "type": { "$ref": "113" @@ -12044,7 +11870,7 @@ "value": "2017-01-01T12:10:00Z" }, "value": { - "$id": "1634", + "$id": "1604", "kind": "number", "type": { "$ref": "118" @@ -12054,15 +11880,15 @@ } }, { - "$id": "1635", + "$id": "1605", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1636", + "$id": "1606", "timestamp": { - "$id": "1637", + "$id": "1607", "kind": "string", "type": { "$ref": "113" @@ -12070,7 +11896,7 @@ "value": "2017-01-01T12:15:00Z" }, "value": { - "$id": "1638", + "$id": "1608", "kind": "number", "type": { "$ref": "118" @@ -12080,15 +11906,15 @@ } }, { - "$id": "1639", + "$id": "1609", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1640", + "$id": "1610", "timestamp": { - "$id": "1641", + "$id": "1611", "kind": "string", "type": { "$ref": "113" @@ -12096,7 +11922,7 @@ "value": "2017-01-01T12:20:00Z" }, "value": { - "$id": "1642", + "$id": "1612", "kind": "number", "type": { "$ref": "118" @@ -12106,15 +11932,15 @@ } }, { - "$id": "1643", + "$id": "1613", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1644", + "$id": "1614", "timestamp": { - "$id": "1645", + "$id": "1615", "kind": "string", "type": { "$ref": "113" @@ -12122,7 +11948,7 @@ "value": "2017-01-01T12:25:00Z" }, "value": { - "$id": "1646", + "$id": "1616", "kind": "number", "type": { "$ref": "118" @@ -12132,15 +11958,15 @@ } }, { - "$id": "1647", + "$id": "1617", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1648", + "$id": "1618", "timestamp": { - "$id": "1649", + "$id": "1619", "kind": "string", "type": { "$ref": "113" @@ -12148,7 +11974,7 @@ "value": "2017-01-01T12:30:00Z" }, "value": { - "$id": "1650", + "$id": "1620", "kind": "number", "type": { "$ref": "118" @@ -12158,15 +11984,15 @@ } }, { - "$id": "1651", + "$id": "1621", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1652", + "$id": "1622", "timestamp": { - "$id": "1653", + "$id": "1623", "kind": "string", "type": { "$ref": "113" @@ -12174,7 +12000,7 @@ "value": "2017-01-01T12:35:00Z" }, "value": { - "$id": "1654", + "$id": "1624", "kind": "number", "type": { "$ref": "118" @@ -12184,15 +12010,15 @@ } }, { - "$id": "1655", + "$id": "1625", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1656", + "$id": "1626", "timestamp": { - "$id": "1657", + "$id": "1627", "kind": "string", "type": { "$ref": "113" @@ -12200,7 +12026,7 @@ "value": "2017-01-01T12:40:00Z" }, "value": { - "$id": "1658", + "$id": "1628", "kind": "number", "type": { "$ref": "118" @@ -12210,15 +12036,15 @@ } }, { - "$id": "1659", + "$id": "1629", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1660", + "$id": "1630", "timestamp": { - "$id": "1661", + "$id": "1631", "kind": "string", "type": { "$ref": "113" @@ -12226,7 +12052,7 @@ "value": "2017-01-01T12:45:00Z" }, "value": { - "$id": "1662", + "$id": "1632", "kind": "number", "type": { "$ref": "118" @@ -12236,15 +12062,15 @@ } }, { - "$id": "1663", + "$id": "1633", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1664", + "$id": "1634", "timestamp": { - "$id": "1665", + "$id": "1635", "kind": "string", "type": { "$ref": "113" @@ -12252,7 +12078,7 @@ "value": "2017-01-01T12:50:00Z" }, "value": { - "$id": "1666", + "$id": "1636", "kind": "number", "type": { "$ref": "118" @@ -12262,15 +12088,15 @@ } }, { - "$id": "1667", + "$id": "1637", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1668", + "$id": "1638", "timestamp": { - "$id": "1669", + "$id": "1639", "kind": "string", "type": { "$ref": "113" @@ -12278,7 +12104,7 @@ "value": "2017-01-01T12:55:00Z" }, "value": { - "$id": "1670", + "$id": "1640", "kind": "number", "type": { "$ref": "118" @@ -12288,15 +12114,15 @@ } }, { - "$id": "1671", + "$id": "1641", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1672", + "$id": "1642", "timestamp": { - "$id": "1673", + "$id": "1643", "kind": "string", "type": { "$ref": "113" @@ -12304,7 +12130,7 @@ "value": "2017-01-01T13:00:00Z" }, "value": { - "$id": "1674", + "$id": "1644", "kind": "number", "type": { "$ref": "118" @@ -12314,15 +12140,15 @@ } }, { - "$id": "1675", + "$id": "1645", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1676", + "$id": "1646", "timestamp": { - "$id": "1677", + "$id": "1647", "kind": "string", "type": { "$ref": "113" @@ -12330,7 +12156,7 @@ "value": "2017-01-01T13:05:00Z" }, "value": { - "$id": "1678", + "$id": "1648", "kind": "number", "type": { "$ref": "118" @@ -12340,15 +12166,15 @@ } }, { - "$id": "1679", + "$id": "1649", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1680", + "$id": "1650", "timestamp": { - "$id": "1681", + "$id": "1651", "kind": "string", "type": { "$ref": "113" @@ -12356,7 +12182,7 @@ "value": "2017-01-01T13:10:00Z" }, "value": { - "$id": "1682", + "$id": "1652", "kind": "number", "type": { "$ref": "118" @@ -12366,15 +12192,15 @@ } }, { - "$id": "1683", + "$id": "1653", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1684", + "$id": "1654", "timestamp": { - "$id": "1685", + "$id": "1655", "kind": "string", "type": { "$ref": "113" @@ -12382,7 +12208,7 @@ "value": "2017-01-01T13:15:00Z" }, "value": { - "$id": "1686", + "$id": "1656", "kind": "number", "type": { "$ref": "118" @@ -12392,15 +12218,15 @@ } }, { - "$id": "1687", + "$id": "1657", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1688", + "$id": "1658", "timestamp": { - "$id": "1689", + "$id": "1659", "kind": "string", "type": { "$ref": "113" @@ -12408,7 +12234,7 @@ "value": "2017-01-01T13:20:00Z" }, "value": { - "$id": "1690", + "$id": "1660", "kind": "number", "type": { "$ref": "118" @@ -12418,15 +12244,15 @@ } }, { - "$id": "1691", + "$id": "1661", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1692", + "$id": "1662", "timestamp": { - "$id": "1693", + "$id": "1663", "kind": "string", "type": { "$ref": "113" @@ -12434,7 +12260,7 @@ "value": "2017-01-01T13:25:00Z" }, "value": { - "$id": "1694", + "$id": "1664", "kind": "number", "type": { "$ref": "118" @@ -12444,15 +12270,15 @@ } }, { - "$id": "1695", + "$id": "1665", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1696", + "$id": "1666", "timestamp": { - "$id": "1697", + "$id": "1667", "kind": "string", "type": { "$ref": "113" @@ -12460,7 +12286,7 @@ "value": "2017-01-01T13:30:00Z" }, "value": { - "$id": "1698", + "$id": "1668", "kind": "number", "type": { "$ref": "118" @@ -12470,15 +12296,15 @@ } }, { - "$id": "1699", + "$id": "1669", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1700", + "$id": "1670", "timestamp": { - "$id": "1701", + "$id": "1671", "kind": "string", "type": { "$ref": "113" @@ -12486,7 +12312,7 @@ "value": "2017-01-01T13:35:00Z" }, "value": { - "$id": "1702", + "$id": "1672", "kind": "number", "type": { "$ref": "118" @@ -12496,15 +12322,15 @@ } }, { - "$id": "1703", + "$id": "1673", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1704", + "$id": "1674", "timestamp": { - "$id": "1705", + "$id": "1675", "kind": "string", "type": { "$ref": "113" @@ -12512,7 +12338,7 @@ "value": "2017-01-01T13:40:00Z" }, "value": { - "$id": "1706", + "$id": "1676", "kind": "number", "type": { "$ref": "118" @@ -12522,15 +12348,15 @@ } }, { - "$id": "1707", + "$id": "1677", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1708", + "$id": "1678", "timestamp": { - "$id": "1709", + "$id": "1679", "kind": "string", "type": { "$ref": "113" @@ -12538,7 +12364,7 @@ "value": "2017-01-01T13:45:00Z" }, "value": { - "$id": "1710", + "$id": "1680", "kind": "number", "type": { "$ref": "118" @@ -12548,15 +12374,15 @@ } }, { - "$id": "1711", + "$id": "1681", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1712", + "$id": "1682", "timestamp": { - "$id": "1713", + "$id": "1683", "kind": "string", "type": { "$ref": "113" @@ -12564,7 +12390,7 @@ "value": "2017-01-01T13:50:00Z" }, "value": { - "$id": "1714", + "$id": "1684", "kind": "number", "type": { "$ref": "118" @@ -12574,15 +12400,15 @@ } }, { - "$id": "1715", + "$id": "1685", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1716", + "$id": "1686", "timestamp": { - "$id": "1717", + "$id": "1687", "kind": "string", "type": { "$ref": "113" @@ -12590,7 +12416,7 @@ "value": "2017-01-01T13:55:00Z" }, "value": { - "$id": "1718", + "$id": "1688", "kind": "number", "type": { "$ref": "118" @@ -12600,15 +12426,15 @@ } }, { - "$id": "1719", + "$id": "1689", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1720", + "$id": "1690", "timestamp": { - "$id": "1721", + "$id": "1691", "kind": "string", "type": { "$ref": "113" @@ -12616,7 +12442,7 @@ "value": "2017-01-01T14:00:00Z" }, "value": { - "$id": "1722", + "$id": "1692", "kind": "number", "type": { "$ref": "118" @@ -12626,15 +12452,15 @@ } }, { - "$id": "1723", + "$id": "1693", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1724", + "$id": "1694", "timestamp": { - "$id": "1725", + "$id": "1695", "kind": "string", "type": { "$ref": "113" @@ -12642,7 +12468,7 @@ "value": "2017-01-01T14:05:00Z" }, "value": { - "$id": "1726", + "$id": "1696", "kind": "number", "type": { "$ref": "118" @@ -12652,15 +12478,15 @@ } }, { - "$id": "1727", + "$id": "1697", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1728", + "$id": "1698", "timestamp": { - "$id": "1729", + "$id": "1699", "kind": "string", "type": { "$ref": "113" @@ -12668,7 +12494,7 @@ "value": "2017-01-01T14:10:00Z" }, "value": { - "$id": "1730", + "$id": "1700", "kind": "number", "type": { "$ref": "118" @@ -12678,15 +12504,15 @@ } }, { - "$id": "1731", + "$id": "1701", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1732", + "$id": "1702", "timestamp": { - "$id": "1733", + "$id": "1703", "kind": "string", "type": { "$ref": "113" @@ -12694,7 +12520,7 @@ "value": "2017-01-01T14:15:00Z" }, "value": { - "$id": "1734", + "$id": "1704", "kind": "number", "type": { "$ref": "118" @@ -12704,15 +12530,15 @@ } }, { - "$id": "1735", + "$id": "1705", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1736", + "$id": "1706", "timestamp": { - "$id": "1737", + "$id": "1707", "kind": "string", "type": { "$ref": "113" @@ -12720,7 +12546,7 @@ "value": "2017-01-01T14:20:00Z" }, "value": { - "$id": "1738", + "$id": "1708", "kind": "number", "type": { "$ref": "118" @@ -12730,15 +12556,15 @@ } }, { - "$id": "1739", + "$id": "1709", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1740", + "$id": "1710", "timestamp": { - "$id": "1741", + "$id": "1711", "kind": "string", "type": { "$ref": "113" @@ -12746,7 +12572,7 @@ "value": "2017-01-01T14:25:00Z" }, "value": { - "$id": "1742", + "$id": "1712", "kind": "number", "type": { "$ref": "118" @@ -12756,15 +12582,15 @@ } }, { - "$id": "1743", + "$id": "1713", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1744", + "$id": "1714", "timestamp": { - "$id": "1745", + "$id": "1715", "kind": "string", "type": { "$ref": "113" @@ -12772,7 +12598,7 @@ "value": "2017-01-01T14:30:00Z" }, "value": { - "$id": "1746", + "$id": "1716", "kind": "number", "type": { "$ref": "118" @@ -12782,15 +12608,15 @@ } }, { - "$id": "1747", + "$id": "1717", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1748", + "$id": "1718", "timestamp": { - "$id": "1749", + "$id": "1719", "kind": "string", "type": { "$ref": "113" @@ -12798,7 +12624,7 @@ "value": "2017-01-01T14:35:00Z" }, "value": { - "$id": "1750", + "$id": "1720", "kind": "number", "type": { "$ref": "118" @@ -12808,15 +12634,15 @@ } }, { - "$id": "1751", + "$id": "1721", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1752", + "$id": "1722", "timestamp": { - "$id": "1753", + "$id": "1723", "kind": "string", "type": { "$ref": "113" @@ -12824,7 +12650,7 @@ "value": "2017-01-01T14:40:00Z" }, "value": { - "$id": "1754", + "$id": "1724", "kind": "number", "type": { "$ref": "118" @@ -12834,15 +12660,15 @@ } }, { - "$id": "1755", + "$id": "1725", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1756", + "$id": "1726", "timestamp": { - "$id": "1757", + "$id": "1727", "kind": "string", "type": { "$ref": "113" @@ -12850,7 +12676,7 @@ "value": "2017-01-01T14:45:00Z" }, "value": { - "$id": "1758", + "$id": "1728", "kind": "number", "type": { "$ref": "118" @@ -12860,15 +12686,15 @@ } }, { - "$id": "1759", + "$id": "1729", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1760", + "$id": "1730", "timestamp": { - "$id": "1761", + "$id": "1731", "kind": "string", "type": { "$ref": "113" @@ -12876,7 +12702,7 @@ "value": "2017-01-01T14:50:00Z" }, "value": { - "$id": "1762", + "$id": "1732", "kind": "number", "type": { "$ref": "118" @@ -12886,15 +12712,15 @@ } }, { - "$id": "1763", + "$id": "1733", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1764", + "$id": "1734", "timestamp": { - "$id": "1765", + "$id": "1735", "kind": "string", "type": { "$ref": "113" @@ -12902,7 +12728,7 @@ "value": "2017-01-01T14:55:00Z" }, "value": { - "$id": "1766", + "$id": "1736", "kind": "number", "type": { "$ref": "118" @@ -12912,15 +12738,15 @@ } }, { - "$id": "1767", + "$id": "1737", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1768", + "$id": "1738", "timestamp": { - "$id": "1769", + "$id": "1739", "kind": "string", "type": { "$ref": "113" @@ -12928,7 +12754,7 @@ "value": "2017-01-01T15:00:00Z" }, "value": { - "$id": "1770", + "$id": "1740", "kind": "number", "type": { "$ref": "118" @@ -12938,15 +12764,15 @@ } }, { - "$id": "1771", + "$id": "1741", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1772", + "$id": "1742", "timestamp": { - "$id": "1773", + "$id": "1743", "kind": "string", "type": { "$ref": "113" @@ -12954,7 +12780,7 @@ "value": "2017-01-01T15:05:00Z" }, "value": { - "$id": "1774", + "$id": "1744", "kind": "number", "type": { "$ref": "118" @@ -12964,15 +12790,15 @@ } }, { - "$id": "1775", + "$id": "1745", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1776", + "$id": "1746", "timestamp": { - "$id": "1777", + "$id": "1747", "kind": "string", "type": { "$ref": "113" @@ -12980,7 +12806,7 @@ "value": "2017-01-01T15:10:00Z" }, "value": { - "$id": "1778", + "$id": "1748", "kind": "number", "type": { "$ref": "118" @@ -12990,15 +12816,15 @@ } }, { - "$id": "1779", + "$id": "1749", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1780", + "$id": "1750", "timestamp": { - "$id": "1781", + "$id": "1751", "kind": "string", "type": { "$ref": "113" @@ -13006,7 +12832,7 @@ "value": "2017-01-01T15:15:00Z" }, "value": { - "$id": "1782", + "$id": "1752", "kind": "number", "type": { "$ref": "118" @@ -13016,15 +12842,15 @@ } }, { - "$id": "1783", + "$id": "1753", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1784", + "$id": "1754", "timestamp": { - "$id": "1785", + "$id": "1755", "kind": "string", "type": { "$ref": "113" @@ -13032,7 +12858,7 @@ "value": "2017-01-01T15:20:00Z" }, "value": { - "$id": "1786", + "$id": "1756", "kind": "number", "type": { "$ref": "118" @@ -13042,15 +12868,15 @@ } }, { - "$id": "1787", + "$id": "1757", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1788", + "$id": "1758", "timestamp": { - "$id": "1789", + "$id": "1759", "kind": "string", "type": { "$ref": "113" @@ -13058,7 +12884,7 @@ "value": "2017-01-01T15:25:00Z" }, "value": { - "$id": "1790", + "$id": "1760", "kind": "number", "type": { "$ref": "118" @@ -13068,15 +12894,15 @@ } }, { - "$id": "1791", + "$id": "1761", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1792", + "$id": "1762", "timestamp": { - "$id": "1793", + "$id": "1763", "kind": "string", "type": { "$ref": "113" @@ -13084,7 +12910,7 @@ "value": "2017-01-01T15:30:00Z" }, "value": { - "$id": "1794", + "$id": "1764", "kind": "number", "type": { "$ref": "118" @@ -13094,15 +12920,15 @@ } }, { - "$id": "1795", + "$id": "1765", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1796", + "$id": "1766", "timestamp": { - "$id": "1797", + "$id": "1767", "kind": "string", "type": { "$ref": "113" @@ -13110,7 +12936,7 @@ "value": "2017-01-01T15:35:00Z" }, "value": { - "$id": "1798", + "$id": "1768", "kind": "number", "type": { "$ref": "118" @@ -13120,15 +12946,15 @@ } }, { - "$id": "1799", + "$id": "1769", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1800", + "$id": "1770", "timestamp": { - "$id": "1801", + "$id": "1771", "kind": "string", "type": { "$ref": "113" @@ -13136,7 +12962,7 @@ "value": "2017-01-01T15:40:00Z" }, "value": { - "$id": "1802", + "$id": "1772", "kind": "number", "type": { "$ref": "118" @@ -13146,15 +12972,15 @@ } }, { - "$id": "1803", + "$id": "1773", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1804", + "$id": "1774", "timestamp": { - "$id": "1805", + "$id": "1775", "kind": "string", "type": { "$ref": "113" @@ -13162,7 +12988,7 @@ "value": "2017-01-01T15:45:00Z" }, "value": { - "$id": "1806", + "$id": "1776", "kind": "number", "type": { "$ref": "118" @@ -13172,15 +12998,15 @@ } }, { - "$id": "1807", + "$id": "1777", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1808", + "$id": "1778", "timestamp": { - "$id": "1809", + "$id": "1779", "kind": "string", "type": { "$ref": "113" @@ -13188,7 +13014,7 @@ "value": "2017-01-01T15:50:00Z" }, "value": { - "$id": "1810", + "$id": "1780", "kind": "number", "type": { "$ref": "118" @@ -13198,15 +13024,15 @@ } }, { - "$id": "1811", + "$id": "1781", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1812", + "$id": "1782", "timestamp": { - "$id": "1813", + "$id": "1783", "kind": "string", "type": { "$ref": "113" @@ -13214,7 +13040,7 @@ "value": "2017-01-01T15:55:00Z" }, "value": { - "$id": "1814", + "$id": "1784", "kind": "number", "type": { "$ref": "118" @@ -13224,15 +13050,15 @@ } }, { - "$id": "1815", + "$id": "1785", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1816", + "$id": "1786", "timestamp": { - "$id": "1817", + "$id": "1787", "kind": "string", "type": { "$ref": "113" @@ -13240,7 +13066,7 @@ "value": "2017-01-01T16:00:00Z" }, "value": { - "$id": "1818", + "$id": "1788", "kind": "number", "type": { "$ref": "118" @@ -13250,15 +13076,15 @@ } }, { - "$id": "1819", + "$id": "1789", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1820", + "$id": "1790", "timestamp": { - "$id": "1821", + "$id": "1791", "kind": "string", "type": { "$ref": "113" @@ -13266,7 +13092,7 @@ "value": "2017-01-01T16:05:00Z" }, "value": { - "$id": "1822", + "$id": "1792", "kind": "number", "type": { "$ref": "118" @@ -13276,15 +13102,15 @@ } }, { - "$id": "1823", + "$id": "1793", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1824", + "$id": "1794", "timestamp": { - "$id": "1825", + "$id": "1795", "kind": "string", "type": { "$ref": "113" @@ -13292,7 +13118,7 @@ "value": "2017-01-01T16:10:00Z" }, "value": { - "$id": "1826", + "$id": "1796", "kind": "number", "type": { "$ref": "118" @@ -13302,15 +13128,15 @@ } }, { - "$id": "1827", + "$id": "1797", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1828", + "$id": "1798", "timestamp": { - "$id": "1829", + "$id": "1799", "kind": "string", "type": { "$ref": "113" @@ -13318,7 +13144,7 @@ "value": "2017-01-01T16:15:00Z" }, "value": { - "$id": "1830", + "$id": "1800", "kind": "number", "type": { "$ref": "118" @@ -13328,15 +13154,15 @@ } }, { - "$id": "1831", + "$id": "1801", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1832", + "$id": "1802", "timestamp": { - "$id": "1833", + "$id": "1803", "kind": "string", "type": { "$ref": "113" @@ -13344,7 +13170,7 @@ "value": "2017-01-01T16:20:00Z" }, "value": { - "$id": "1834", + "$id": "1804", "kind": "number", "type": { "$ref": "118" @@ -13354,15 +13180,15 @@ } }, { - "$id": "1835", + "$id": "1805", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1836", + "$id": "1806", "timestamp": { - "$id": "1837", + "$id": "1807", "kind": "string", "type": { "$ref": "113" @@ -13370,7 +13196,7 @@ "value": "2017-01-01T16:25:00Z" }, "value": { - "$id": "1838", + "$id": "1808", "kind": "number", "type": { "$ref": "118" @@ -13380,15 +13206,15 @@ } }, { - "$id": "1839", + "$id": "1809", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1840", + "$id": "1810", "timestamp": { - "$id": "1841", + "$id": "1811", "kind": "string", "type": { "$ref": "113" @@ -13396,7 +13222,7 @@ "value": "2017-01-01T16:30:00Z" }, "value": { - "$id": "1842", + "$id": "1812", "kind": "number", "type": { "$ref": "118" @@ -13406,15 +13232,15 @@ } }, { - "$id": "1843", + "$id": "1813", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1844", + "$id": "1814", "timestamp": { - "$id": "1845", + "$id": "1815", "kind": "string", "type": { "$ref": "113" @@ -13422,7 +13248,7 @@ "value": "2017-01-01T16:35:00Z" }, "value": { - "$id": "1846", + "$id": "1816", "kind": "number", "type": { "$ref": "118" @@ -13432,15 +13258,15 @@ } }, { - "$id": "1847", + "$id": "1817", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1848", + "$id": "1818", "timestamp": { - "$id": "1849", + "$id": "1819", "kind": "string", "type": { "$ref": "113" @@ -13448,7 +13274,7 @@ "value": "2017-01-01T16:40:00Z" }, "value": { - "$id": "1850", + "$id": "1820", "kind": "number", "type": { "$ref": "118" @@ -13458,15 +13284,15 @@ } }, { - "$id": "1851", + "$id": "1821", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1852", + "$id": "1822", "timestamp": { - "$id": "1853", + "$id": "1823", "kind": "string", "type": { "$ref": "113" @@ -13474,7 +13300,7 @@ "value": "2017-01-01T16:45:00Z" }, "value": { - "$id": "1854", + "$id": "1824", "kind": "number", "type": { "$ref": "118" @@ -13484,15 +13310,15 @@ } }, { - "$id": "1855", + "$id": "1825", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1856", + "$id": "1826", "timestamp": { - "$id": "1857", + "$id": "1827", "kind": "string", "type": { "$ref": "113" @@ -13500,7 +13326,7 @@ "value": "2017-01-01T16:50:00Z" }, "value": { - "$id": "1858", + "$id": "1828", "kind": "number", "type": { "$ref": "118" @@ -13510,15 +13336,15 @@ } }, { - "$id": "1859", + "$id": "1829", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1860", + "$id": "1830", "timestamp": { - "$id": "1861", + "$id": "1831", "kind": "string", "type": { "$ref": "113" @@ -13526,7 +13352,7 @@ "value": "2017-01-01T16:55:00Z" }, "value": { - "$id": "1862", + "$id": "1832", "kind": "number", "type": { "$ref": "118" @@ -13536,15 +13362,15 @@ } }, { - "$id": "1863", + "$id": "1833", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1864", + "$id": "1834", "timestamp": { - "$id": "1865", + "$id": "1835", "kind": "string", "type": { "$ref": "113" @@ -13552,7 +13378,7 @@ "value": "2017-01-01T17:00:00Z" }, "value": { - "$id": "1866", + "$id": "1836", "kind": "number", "type": { "$ref": "118" @@ -13562,15 +13388,15 @@ } }, { - "$id": "1867", + "$id": "1837", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1868", + "$id": "1838", "timestamp": { - "$id": "1869", + "$id": "1839", "kind": "string", "type": { "$ref": "113" @@ -13578,7 +13404,7 @@ "value": "2017-01-01T17:05:00Z" }, "value": { - "$id": "1870", + "$id": "1840", "kind": "number", "type": { "$ref": "118" @@ -13588,15 +13414,15 @@ } }, { - "$id": "1871", + "$id": "1841", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1872", + "$id": "1842", "timestamp": { - "$id": "1873", + "$id": "1843", "kind": "string", "type": { "$ref": "113" @@ -13604,7 +13430,7 @@ "value": "2017-01-01T17:10:00Z" }, "value": { - "$id": "1874", + "$id": "1844", "kind": "number", "type": { "$ref": "118" @@ -13614,15 +13440,15 @@ } }, { - "$id": "1875", + "$id": "1845", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1876", + "$id": "1846", "timestamp": { - "$id": "1877", + "$id": "1847", "kind": "string", "type": { "$ref": "113" @@ -13630,7 +13456,7 @@ "value": "2017-01-01T17:15:00Z" }, "value": { - "$id": "1878", + "$id": "1848", "kind": "number", "type": { "$ref": "118" @@ -13640,15 +13466,15 @@ } }, { - "$id": "1879", + "$id": "1849", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1880", + "$id": "1850", "timestamp": { - "$id": "1881", + "$id": "1851", "kind": "string", "type": { "$ref": "113" @@ -13656,7 +13482,7 @@ "value": "2017-01-01T17:20:00Z" }, "value": { - "$id": "1882", + "$id": "1852", "kind": "number", "type": { "$ref": "118" @@ -13666,15 +13492,15 @@ } }, { - "$id": "1883", + "$id": "1853", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1884", + "$id": "1854", "timestamp": { - "$id": "1885", + "$id": "1855", "kind": "string", "type": { "$ref": "113" @@ -13682,7 +13508,7 @@ "value": "2017-01-01T17:25:00Z" }, "value": { - "$id": "1886", + "$id": "1856", "kind": "number", "type": { "$ref": "118" @@ -13692,15 +13518,15 @@ } }, { - "$id": "1887", + "$id": "1857", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1888", + "$id": "1858", "timestamp": { - "$id": "1889", + "$id": "1859", "kind": "string", "type": { "$ref": "113" @@ -13708,7 +13534,7 @@ "value": "2017-01-01T17:30:00Z" }, "value": { - "$id": "1890", + "$id": "1860", "kind": "number", "type": { "$ref": "118" @@ -13718,15 +13544,15 @@ } }, { - "$id": "1891", + "$id": "1861", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1892", + "$id": "1862", "timestamp": { - "$id": "1893", + "$id": "1863", "kind": "string", "type": { "$ref": "113" @@ -13734,7 +13560,7 @@ "value": "2017-01-01T17:35:00Z" }, "value": { - "$id": "1894", + "$id": "1864", "kind": "number", "type": { "$ref": "118" @@ -13744,15 +13570,15 @@ } }, { - "$id": "1895", + "$id": "1865", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1896", + "$id": "1866", "timestamp": { - "$id": "1897", + "$id": "1867", "kind": "string", "type": { "$ref": "113" @@ -13760,7 +13586,7 @@ "value": "2017-01-01T17:40:00Z" }, "value": { - "$id": "1898", + "$id": "1868", "kind": "number", "type": { "$ref": "118" @@ -13770,15 +13596,15 @@ } }, { - "$id": "1899", + "$id": "1869", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1900", + "$id": "1870", "timestamp": { - "$id": "1901", + "$id": "1871", "kind": "string", "type": { "$ref": "113" @@ -13786,7 +13612,7 @@ "value": "2017-01-01T17:45:00Z" }, "value": { - "$id": "1902", + "$id": "1872", "kind": "number", "type": { "$ref": "118" @@ -13796,15 +13622,15 @@ } }, { - "$id": "1903", + "$id": "1873", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1904", + "$id": "1874", "timestamp": { - "$id": "1905", + "$id": "1875", "kind": "string", "type": { "$ref": "113" @@ -13812,7 +13638,7 @@ "value": "2017-01-01T17:50:00Z" }, "value": { - "$id": "1906", + "$id": "1876", "kind": "number", "type": { "$ref": "118" @@ -13822,15 +13648,15 @@ } }, { - "$id": "1907", + "$id": "1877", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1908", + "$id": "1878", "timestamp": { - "$id": "1909", + "$id": "1879", "kind": "string", "type": { "$ref": "113" @@ -13838,7 +13664,7 @@ "value": "2017-01-01T17:55:00Z" }, "value": { - "$id": "1910", + "$id": "1880", "kind": "number", "type": { "$ref": "118" @@ -13848,15 +13674,15 @@ } }, { - "$id": "1911", + "$id": "1881", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1912", + "$id": "1882", "timestamp": { - "$id": "1913", + "$id": "1883", "kind": "string", "type": { "$ref": "113" @@ -13864,7 +13690,7 @@ "value": "2017-01-01T18:00:00Z" }, "value": { - "$id": "1914", + "$id": "1884", "kind": "number", "type": { "$ref": "118" @@ -13874,15 +13700,15 @@ } }, { - "$id": "1915", + "$id": "1885", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1916", + "$id": "1886", "timestamp": { - "$id": "1917", + "$id": "1887", "kind": "string", "type": { "$ref": "113" @@ -13890,7 +13716,7 @@ "value": "2017-01-01T18:05:00Z" }, "value": { - "$id": "1918", + "$id": "1888", "kind": "number", "type": { "$ref": "118" @@ -13900,15 +13726,15 @@ } }, { - "$id": "1919", + "$id": "1889", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1920", + "$id": "1890", "timestamp": { - "$id": "1921", + "$id": "1891", "kind": "string", "type": { "$ref": "113" @@ -13916,7 +13742,7 @@ "value": "2017-01-01T18:10:00Z" }, "value": { - "$id": "1922", + "$id": "1892", "kind": "number", "type": { "$ref": "118" @@ -13926,15 +13752,15 @@ } }, { - "$id": "1923", + "$id": "1893", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1924", + "$id": "1894", "timestamp": { - "$id": "1925", + "$id": "1895", "kind": "string", "type": { "$ref": "113" @@ -13942,7 +13768,7 @@ "value": "2017-01-01T18:15:00Z" }, "value": { - "$id": "1926", + "$id": "1896", "kind": "number", "type": { "$ref": "118" @@ -13952,15 +13778,15 @@ } }, { - "$id": "1927", + "$id": "1897", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1928", + "$id": "1898", "timestamp": { - "$id": "1929", + "$id": "1899", "kind": "string", "type": { "$ref": "113" @@ -13968,7 +13794,7 @@ "value": "2017-01-01T18:20:00Z" }, "value": { - "$id": "1930", + "$id": "1900", "kind": "number", "type": { "$ref": "118" @@ -13978,15 +13804,15 @@ } }, { - "$id": "1931", + "$id": "1901", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1932", + "$id": "1902", "timestamp": { - "$id": "1933", + "$id": "1903", "kind": "string", "type": { "$ref": "113" @@ -13994,7 +13820,7 @@ "value": "2017-01-01T18:25:00Z" }, "value": { - "$id": "1934", + "$id": "1904", "kind": "number", "type": { "$ref": "118" @@ -14004,15 +13830,15 @@ } }, { - "$id": "1935", + "$id": "1905", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1936", + "$id": "1906", "timestamp": { - "$id": "1937", + "$id": "1907", "kind": "string", "type": { "$ref": "113" @@ -14020,7 +13846,7 @@ "value": "2017-01-01T18:30:00Z" }, "value": { - "$id": "1938", + "$id": "1908", "kind": "number", "type": { "$ref": "118" @@ -14030,15 +13856,15 @@ } }, { - "$id": "1939", + "$id": "1909", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1940", + "$id": "1910", "timestamp": { - "$id": "1941", + "$id": "1911", "kind": "string", "type": { "$ref": "113" @@ -14046,7 +13872,7 @@ "value": "2017-01-01T18:35:00Z" }, "value": { - "$id": "1942", + "$id": "1912", "kind": "number", "type": { "$ref": "118" @@ -14056,15 +13882,15 @@ } }, { - "$id": "1943", + "$id": "1913", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1944", + "$id": "1914", "timestamp": { - "$id": "1945", + "$id": "1915", "kind": "string", "type": { "$ref": "113" @@ -14072,7 +13898,7 @@ "value": "2017-01-01T18:40:00Z" }, "value": { - "$id": "1946", + "$id": "1916", "kind": "number", "type": { "$ref": "118" @@ -14082,15 +13908,15 @@ } }, { - "$id": "1947", + "$id": "1917", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1948", + "$id": "1918", "timestamp": { - "$id": "1949", + "$id": "1919", "kind": "string", "type": { "$ref": "113" @@ -14098,7 +13924,7 @@ "value": "2017-01-01T18:45:00Z" }, "value": { - "$id": "1950", + "$id": "1920", "kind": "number", "type": { "$ref": "118" @@ -14108,15 +13934,15 @@ } }, { - "$id": "1951", + "$id": "1921", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1952", + "$id": "1922", "timestamp": { - "$id": "1953", + "$id": "1923", "kind": "string", "type": { "$ref": "113" @@ -14124,7 +13950,7 @@ "value": "2017-01-01T18:50:00Z" }, "value": { - "$id": "1954", + "$id": "1924", "kind": "number", "type": { "$ref": "118" @@ -14134,15 +13960,15 @@ } }, { - "$id": "1955", + "$id": "1925", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1956", + "$id": "1926", "timestamp": { - "$id": "1957", + "$id": "1927", "kind": "string", "type": { "$ref": "113" @@ -14150,7 +13976,7 @@ "value": "2017-01-01T18:55:00Z" }, "value": { - "$id": "1958", + "$id": "1928", "kind": "number", "type": { "$ref": "118" @@ -14160,15 +13986,15 @@ } }, { - "$id": "1959", + "$id": "1929", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1960", + "$id": "1930", "timestamp": { - "$id": "1961", + "$id": "1931", "kind": "string", "type": { "$ref": "113" @@ -14176,7 +14002,7 @@ "value": "2017-01-01T19:00:00Z" }, "value": { - "$id": "1962", + "$id": "1932", "kind": "number", "type": { "$ref": "118" @@ -14186,15 +14012,15 @@ } }, { - "$id": "1963", + "$id": "1933", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1964", + "$id": "1934", "timestamp": { - "$id": "1965", + "$id": "1935", "kind": "string", "type": { "$ref": "113" @@ -14202,7 +14028,7 @@ "value": "2017-01-01T19:05:00Z" }, "value": { - "$id": "1966", + "$id": "1936", "kind": "number", "type": { "$ref": "118" @@ -14212,15 +14038,15 @@ } }, { - "$id": "1967", + "$id": "1937", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1968", + "$id": "1938", "timestamp": { - "$id": "1969", + "$id": "1939", "kind": "string", "type": { "$ref": "113" @@ -14228,7 +14054,7 @@ "value": "2017-01-01T19:10:00Z" }, "value": { - "$id": "1970", + "$id": "1940", "kind": "number", "type": { "$ref": "118" @@ -14238,15 +14064,15 @@ } }, { - "$id": "1971", + "$id": "1941", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1972", + "$id": "1942", "timestamp": { - "$id": "1973", + "$id": "1943", "kind": "string", "type": { "$ref": "113" @@ -14254,7 +14080,7 @@ "value": "2017-01-01T19:15:00Z" }, "value": { - "$id": "1974", + "$id": "1944", "kind": "number", "type": { "$ref": "118" @@ -14264,15 +14090,15 @@ } }, { - "$id": "1975", + "$id": "1945", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1976", + "$id": "1946", "timestamp": { - "$id": "1977", + "$id": "1947", "kind": "string", "type": { "$ref": "113" @@ -14280,7 +14106,7 @@ "value": "2017-01-01T19:20:00Z" }, "value": { - "$id": "1978", + "$id": "1948", "kind": "number", "type": { "$ref": "118" @@ -14290,15 +14116,15 @@ } }, { - "$id": "1979", + "$id": "1949", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1980", + "$id": "1950", "timestamp": { - "$id": "1981", + "$id": "1951", "kind": "string", "type": { "$ref": "113" @@ -14306,7 +14132,7 @@ "value": "2017-01-01T19:25:00Z" }, "value": { - "$id": "1982", + "$id": "1952", "kind": "number", "type": { "$ref": "118" @@ -14316,15 +14142,15 @@ } }, { - "$id": "1983", + "$id": "1953", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1984", + "$id": "1954", "timestamp": { - "$id": "1985", + "$id": "1955", "kind": "string", "type": { "$ref": "113" @@ -14332,7 +14158,7 @@ "value": "2017-01-01T19:30:00Z" }, "value": { - "$id": "1986", + "$id": "1956", "kind": "number", "type": { "$ref": "118" @@ -14342,15 +14168,15 @@ } }, { - "$id": "1987", + "$id": "1957", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1988", + "$id": "1958", "timestamp": { - "$id": "1989", + "$id": "1959", "kind": "string", "type": { "$ref": "113" @@ -14358,7 +14184,7 @@ "value": "2017-01-01T19:35:00Z" }, "value": { - "$id": "1990", + "$id": "1960", "kind": "number", "type": { "$ref": "118" @@ -14368,15 +14194,15 @@ } }, { - "$id": "1991", + "$id": "1961", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1992", + "$id": "1962", "timestamp": { - "$id": "1993", + "$id": "1963", "kind": "string", "type": { "$ref": "113" @@ -14384,7 +14210,7 @@ "value": "2017-01-01T19:40:00Z" }, "value": { - "$id": "1994", + "$id": "1964", "kind": "number", "type": { "$ref": "118" @@ -14394,15 +14220,15 @@ } }, { - "$id": "1995", + "$id": "1965", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "1996", + "$id": "1966", "timestamp": { - "$id": "1997", + "$id": "1967", "kind": "string", "type": { "$ref": "113" @@ -14410,7 +14236,7 @@ "value": "2017-01-01T19:45:00Z" }, "value": { - "$id": "1998", + "$id": "1968", "kind": "number", "type": { "$ref": "118" @@ -14420,15 +14246,15 @@ } }, { - "$id": "1999", + "$id": "1969", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2000", + "$id": "1970", "timestamp": { - "$id": "2001", + "$id": "1971", "kind": "string", "type": { "$ref": "113" @@ -14436,7 +14262,7 @@ "value": "2017-01-01T19:50:00Z" }, "value": { - "$id": "2002", + "$id": "1972", "kind": "number", "type": { "$ref": "118" @@ -14446,15 +14272,15 @@ } }, { - "$id": "2003", + "$id": "1973", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2004", + "$id": "1974", "timestamp": { - "$id": "2005", + "$id": "1975", "kind": "string", "type": { "$ref": "113" @@ -14462,7 +14288,7 @@ "value": "2017-01-01T19:55:00Z" }, "value": { - "$id": "2006", + "$id": "1976", "kind": "number", "type": { "$ref": "118" @@ -14472,15 +14298,15 @@ } }, { - "$id": "2007", + "$id": "1977", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2008", + "$id": "1978", "timestamp": { - "$id": "2009", + "$id": "1979", "kind": "string", "type": { "$ref": "113" @@ -14488,7 +14314,7 @@ "value": "2017-01-01T20:00:00Z" }, "value": { - "$id": "2010", + "$id": "1980", "kind": "number", "type": { "$ref": "118" @@ -14498,15 +14324,15 @@ } }, { - "$id": "2011", + "$id": "1981", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2012", + "$id": "1982", "timestamp": { - "$id": "2013", + "$id": "1983", "kind": "string", "type": { "$ref": "113" @@ -14514,7 +14340,7 @@ "value": "2017-01-01T20:05:00Z" }, "value": { - "$id": "2014", + "$id": "1984", "kind": "number", "type": { "$ref": "118" @@ -14524,15 +14350,15 @@ } }, { - "$id": "2015", + "$id": "1985", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2016", + "$id": "1986", "timestamp": { - "$id": "2017", + "$id": "1987", "kind": "string", "type": { "$ref": "113" @@ -14540,7 +14366,7 @@ "value": "2017-01-01T20:10:00Z" }, "value": { - "$id": "2018", + "$id": "1988", "kind": "number", "type": { "$ref": "118" @@ -14550,15 +14376,15 @@ } }, { - "$id": "2019", + "$id": "1989", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2020", + "$id": "1990", "timestamp": { - "$id": "2021", + "$id": "1991", "kind": "string", "type": { "$ref": "113" @@ -14566,7 +14392,7 @@ "value": "2017-01-01T20:15:00Z" }, "value": { - "$id": "2022", + "$id": "1992", "kind": "number", "type": { "$ref": "118" @@ -14576,15 +14402,15 @@ } }, { - "$id": "2023", + "$id": "1993", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2024", + "$id": "1994", "timestamp": { - "$id": "2025", + "$id": "1995", "kind": "string", "type": { "$ref": "113" @@ -14592,7 +14418,7 @@ "value": "2017-01-01T20:20:00Z" }, "value": { - "$id": "2026", + "$id": "1996", "kind": "number", "type": { "$ref": "118" @@ -14602,15 +14428,15 @@ } }, { - "$id": "2027", + "$id": "1997", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2028", + "$id": "1998", "timestamp": { - "$id": "2029", + "$id": "1999", "kind": "string", "type": { "$ref": "113" @@ -14618,7 +14444,7 @@ "value": "2017-01-01T20:25:00Z" }, "value": { - "$id": "2030", + "$id": "2000", "kind": "number", "type": { "$ref": "118" @@ -14628,15 +14454,15 @@ } }, { - "$id": "2031", + "$id": "2001", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2032", + "$id": "2002", "timestamp": { - "$id": "2033", + "$id": "2003", "kind": "string", "type": { "$ref": "113" @@ -14644,7 +14470,7 @@ "value": "2017-01-01T20:30:00Z" }, "value": { - "$id": "2034", + "$id": "2004", "kind": "number", "type": { "$ref": "118" @@ -14654,15 +14480,15 @@ } }, { - "$id": "2035", + "$id": "2005", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2036", + "$id": "2006", "timestamp": { - "$id": "2037", + "$id": "2007", "kind": "string", "type": { "$ref": "113" @@ -14670,7 +14496,7 @@ "value": "2017-01-01T20:35:00Z" }, "value": { - "$id": "2038", + "$id": "2008", "kind": "number", "type": { "$ref": "118" @@ -14680,15 +14506,15 @@ } }, { - "$id": "2039", + "$id": "2009", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2040", + "$id": "2010", "timestamp": { - "$id": "2041", + "$id": "2011", "kind": "string", "type": { "$ref": "113" @@ -14696,7 +14522,7 @@ "value": "2017-01-01T20:40:00Z" }, "value": { - "$id": "2042", + "$id": "2012", "kind": "number", "type": { "$ref": "118" @@ -14706,15 +14532,15 @@ } }, { - "$id": "2043", + "$id": "2013", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2044", + "$id": "2014", "timestamp": { - "$id": "2045", + "$id": "2015", "kind": "string", "type": { "$ref": "113" @@ -14722,7 +14548,7 @@ "value": "2017-01-01T20:45:00Z" }, "value": { - "$id": "2046", + "$id": "2016", "kind": "number", "type": { "$ref": "118" @@ -14732,15 +14558,15 @@ } }, { - "$id": "2047", + "$id": "2017", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2048", + "$id": "2018", "timestamp": { - "$id": "2049", + "$id": "2019", "kind": "string", "type": { "$ref": "113" @@ -14748,7 +14574,7 @@ "value": "2017-01-01T20:50:00Z" }, "value": { - "$id": "2050", + "$id": "2020", "kind": "number", "type": { "$ref": "118" @@ -14758,15 +14584,15 @@ } }, { - "$id": "2051", + "$id": "2021", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2052", + "$id": "2022", "timestamp": { - "$id": "2053", + "$id": "2023", "kind": "string", "type": { "$ref": "113" @@ -14774,7 +14600,7 @@ "value": "2017-01-01T20:55:00Z" }, "value": { - "$id": "2054", + "$id": "2024", "kind": "number", "type": { "$ref": "118" @@ -14784,15 +14610,15 @@ } }, { - "$id": "2055", + "$id": "2025", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2056", + "$id": "2026", "timestamp": { - "$id": "2057", + "$id": "2027", "kind": "string", "type": { "$ref": "113" @@ -14800,7 +14626,7 @@ "value": "2017-01-01T21:00:00Z" }, "value": { - "$id": "2058", + "$id": "2028", "kind": "number", "type": { "$ref": "118" @@ -14810,15 +14636,15 @@ } }, { - "$id": "2059", + "$id": "2029", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2060", + "$id": "2030", "timestamp": { - "$id": "2061", + "$id": "2031", "kind": "string", "type": { "$ref": "113" @@ -14826,7 +14652,7 @@ "value": "2017-01-01T21:05:00Z" }, "value": { - "$id": "2062", + "$id": "2032", "kind": "number", "type": { "$ref": "118" @@ -14836,15 +14662,15 @@ } }, { - "$id": "2063", + "$id": "2033", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2064", + "$id": "2034", "timestamp": { - "$id": "2065", + "$id": "2035", "kind": "string", "type": { "$ref": "113" @@ -14852,7 +14678,7 @@ "value": "2017-01-01T21:10:00Z" }, "value": { - "$id": "2066", + "$id": "2036", "kind": "number", "type": { "$ref": "118" @@ -14862,15 +14688,15 @@ } }, { - "$id": "2067", + "$id": "2037", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2068", + "$id": "2038", "timestamp": { - "$id": "2069", + "$id": "2039", "kind": "string", "type": { "$ref": "113" @@ -14878,7 +14704,7 @@ "value": "2017-01-01T21:15:00Z" }, "value": { - "$id": "2070", + "$id": "2040", "kind": "number", "type": { "$ref": "118" @@ -14888,15 +14714,15 @@ } }, { - "$id": "2071", + "$id": "2041", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2072", + "$id": "2042", "timestamp": { - "$id": "2073", + "$id": "2043", "kind": "string", "type": { "$ref": "113" @@ -14904,7 +14730,7 @@ "value": "2017-01-01T21:20:00Z" }, "value": { - "$id": "2074", + "$id": "2044", "kind": "number", "type": { "$ref": "118" @@ -14914,15 +14740,15 @@ } }, { - "$id": "2075", + "$id": "2045", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2076", + "$id": "2046", "timestamp": { - "$id": "2077", + "$id": "2047", "kind": "string", "type": { "$ref": "113" @@ -14930,7 +14756,7 @@ "value": "2017-01-01T21:25:00Z" }, "value": { - "$id": "2078", + "$id": "2048", "kind": "number", "type": { "$ref": "118" @@ -14940,15 +14766,15 @@ } }, { - "$id": "2079", + "$id": "2049", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2080", + "$id": "2050", "timestamp": { - "$id": "2081", + "$id": "2051", "kind": "string", "type": { "$ref": "113" @@ -14956,7 +14782,7 @@ "value": "2017-01-01T21:30:00Z" }, "value": { - "$id": "2082", + "$id": "2052", "kind": "number", "type": { "$ref": "118" @@ -14966,15 +14792,15 @@ } }, { - "$id": "2083", + "$id": "2053", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2084", + "$id": "2054", "timestamp": { - "$id": "2085", + "$id": "2055", "kind": "string", "type": { "$ref": "113" @@ -14982,7 +14808,7 @@ "value": "2017-01-01T21:35:00Z" }, "value": { - "$id": "2086", + "$id": "2056", "kind": "number", "type": { "$ref": "118" @@ -14992,15 +14818,15 @@ } }, { - "$id": "2087", + "$id": "2057", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2088", + "$id": "2058", "timestamp": { - "$id": "2089", + "$id": "2059", "kind": "string", "type": { "$ref": "113" @@ -15008,7 +14834,7 @@ "value": "2017-01-01T21:40:00Z" }, "value": { - "$id": "2090", + "$id": "2060", "kind": "number", "type": { "$ref": "118" @@ -15018,15 +14844,15 @@ } }, { - "$id": "2091", + "$id": "2061", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2092", + "$id": "2062", "timestamp": { - "$id": "2093", + "$id": "2063", "kind": "string", "type": { "$ref": "113" @@ -15034,7 +14860,7 @@ "value": "2017-01-01T21:45:00Z" }, "value": { - "$id": "2094", + "$id": "2064", "kind": "number", "type": { "$ref": "118" @@ -15044,15 +14870,15 @@ } }, { - "$id": "2095", + "$id": "2065", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2096", + "$id": "2066", "timestamp": { - "$id": "2097", + "$id": "2067", "kind": "string", "type": { "$ref": "113" @@ -15060,7 +14886,7 @@ "value": "2017-01-01T21:50:00Z" }, "value": { - "$id": "2098", + "$id": "2068", "kind": "number", "type": { "$ref": "118" @@ -15070,15 +14896,15 @@ } }, { - "$id": "2099", + "$id": "2069", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2100", + "$id": "2070", "timestamp": { - "$id": "2101", + "$id": "2071", "kind": "string", "type": { "$ref": "113" @@ -15086,7 +14912,7 @@ "value": "2017-01-01T21:55:00Z" }, "value": { - "$id": "2102", + "$id": "2072", "kind": "number", "type": { "$ref": "118" @@ -15096,15 +14922,15 @@ } }, { - "$id": "2103", + "$id": "2073", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2104", + "$id": "2074", "timestamp": { - "$id": "2105", + "$id": "2075", "kind": "string", "type": { "$ref": "113" @@ -15112,7 +14938,7 @@ "value": "2017-01-01T22:00:00Z" }, "value": { - "$id": "2106", + "$id": "2076", "kind": "number", "type": { "$ref": "118" @@ -15122,15 +14948,15 @@ } }, { - "$id": "2107", + "$id": "2077", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2108", + "$id": "2078", "timestamp": { - "$id": "2109", + "$id": "2079", "kind": "string", "type": { "$ref": "113" @@ -15138,7 +14964,7 @@ "value": "2017-01-01T22:05:00Z" }, "value": { - "$id": "2110", + "$id": "2080", "kind": "number", "type": { "$ref": "118" @@ -15148,15 +14974,15 @@ } }, { - "$id": "2111", + "$id": "2081", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2112", + "$id": "2082", "timestamp": { - "$id": "2113", + "$id": "2083", "kind": "string", "type": { "$ref": "113" @@ -15164,7 +14990,7 @@ "value": "2017-01-01T22:10:00Z" }, "value": { - "$id": "2114", + "$id": "2084", "kind": "number", "type": { "$ref": "118" @@ -15174,15 +15000,15 @@ } }, { - "$id": "2115", + "$id": "2085", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2116", + "$id": "2086", "timestamp": { - "$id": "2117", + "$id": "2087", "kind": "string", "type": { "$ref": "113" @@ -15190,7 +15016,7 @@ "value": "2017-01-01T22:15:00Z" }, "value": { - "$id": "2118", + "$id": "2088", "kind": "number", "type": { "$ref": "118" @@ -15200,15 +15026,15 @@ } }, { - "$id": "2119", + "$id": "2089", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2120", + "$id": "2090", "timestamp": { - "$id": "2121", + "$id": "2091", "kind": "string", "type": { "$ref": "113" @@ -15216,7 +15042,7 @@ "value": "2017-01-01T22:20:00Z" }, "value": { - "$id": "2122", + "$id": "2092", "kind": "number", "type": { "$ref": "118" @@ -15226,15 +15052,15 @@ } }, { - "$id": "2123", + "$id": "2093", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2124", + "$id": "2094", "timestamp": { - "$id": "2125", + "$id": "2095", "kind": "string", "type": { "$ref": "113" @@ -15242,7 +15068,7 @@ "value": "2017-01-01T22:25:00Z" }, "value": { - "$id": "2126", + "$id": "2096", "kind": "number", "type": { "$ref": "118" @@ -15252,15 +15078,15 @@ } }, { - "$id": "2127", + "$id": "2097", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2128", + "$id": "2098", "timestamp": { - "$id": "2129", + "$id": "2099", "kind": "string", "type": { "$ref": "113" @@ -15268,7 +15094,7 @@ "value": "2017-01-01T22:30:00Z" }, "value": { - "$id": "2130", + "$id": "2100", "kind": "number", "type": { "$ref": "118" @@ -15278,15 +15104,15 @@ } }, { - "$id": "2131", + "$id": "2101", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2132", + "$id": "2102", "timestamp": { - "$id": "2133", + "$id": "2103", "kind": "string", "type": { "$ref": "113" @@ -15294,7 +15120,7 @@ "value": "2017-01-01T22:35:00Z" }, "value": { - "$id": "2134", + "$id": "2104", "kind": "number", "type": { "$ref": "118" @@ -15304,15 +15130,15 @@ } }, { - "$id": "2135", + "$id": "2105", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2136", + "$id": "2106", "timestamp": { - "$id": "2137", + "$id": "2107", "kind": "string", "type": { "$ref": "113" @@ -15320,7 +15146,7 @@ "value": "2017-01-01T22:40:00Z" }, "value": { - "$id": "2138", + "$id": "2108", "kind": "number", "type": { "$ref": "118" @@ -15330,15 +15156,15 @@ } }, { - "$id": "2139", + "$id": "2109", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2140", + "$id": "2110", "timestamp": { - "$id": "2141", + "$id": "2111", "kind": "string", "type": { "$ref": "113" @@ -15346,7 +15172,7 @@ "value": "2017-01-01T22:45:00Z" }, "value": { - "$id": "2142", + "$id": "2112", "kind": "number", "type": { "$ref": "118" @@ -15356,15 +15182,15 @@ } }, { - "$id": "2143", + "$id": "2113", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2144", + "$id": "2114", "timestamp": { - "$id": "2145", + "$id": "2115", "kind": "string", "type": { "$ref": "113" @@ -15372,7 +15198,7 @@ "value": "2017-01-01T22:50:00Z" }, "value": { - "$id": "2146", + "$id": "2116", "kind": "number", "type": { "$ref": "118" @@ -15382,15 +15208,15 @@ } }, { - "$id": "2147", + "$id": "2117", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2148", + "$id": "2118", "timestamp": { - "$id": "2149", + "$id": "2119", "kind": "string", "type": { "$ref": "113" @@ -15398,7 +15224,7 @@ "value": "2017-01-01T22:55:00Z" }, "value": { - "$id": "2150", + "$id": "2120", "kind": "number", "type": { "$ref": "118" @@ -15408,15 +15234,15 @@ } }, { - "$id": "2151", + "$id": "2121", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2152", + "$id": "2122", "timestamp": { - "$id": "2153", + "$id": "2123", "kind": "string", "type": { "$ref": "113" @@ -15424,7 +15250,7 @@ "value": "2017-01-01T23:00:00Z" }, "value": { - "$id": "2154", + "$id": "2124", "kind": "number", "type": { "$ref": "118" @@ -15434,15 +15260,15 @@ } }, { - "$id": "2155", + "$id": "2125", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2156", + "$id": "2126", "timestamp": { - "$id": "2157", + "$id": "2127", "kind": "string", "type": { "$ref": "113" @@ -15450,7 +15276,7 @@ "value": "2017-01-01T23:05:00Z" }, "value": { - "$id": "2158", + "$id": "2128", "kind": "number", "type": { "$ref": "118" @@ -15460,15 +15286,15 @@ } }, { - "$id": "2159", + "$id": "2129", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2160", + "$id": "2130", "timestamp": { - "$id": "2161", + "$id": "2131", "kind": "string", "type": { "$ref": "113" @@ -15476,7 +15302,7 @@ "value": "2017-01-01T23:10:00Z" }, "value": { - "$id": "2162", + "$id": "2132", "kind": "number", "type": { "$ref": "118" @@ -15486,15 +15312,15 @@ } }, { - "$id": "2163", + "$id": "2133", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2164", + "$id": "2134", "timestamp": { - "$id": "2165", + "$id": "2135", "kind": "string", "type": { "$ref": "113" @@ -15502,7 +15328,7 @@ "value": "2017-01-01T23:15:00Z" }, "value": { - "$id": "2166", + "$id": "2136", "kind": "number", "type": { "$ref": "118" @@ -15512,15 +15338,15 @@ } }, { - "$id": "2167", + "$id": "2137", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2168", + "$id": "2138", "timestamp": { - "$id": "2169", + "$id": "2139", "kind": "string", "type": { "$ref": "113" @@ -15528,7 +15354,7 @@ "value": "2017-01-01T23:20:00Z" }, "value": { - "$id": "2170", + "$id": "2140", "kind": "number", "type": { "$ref": "118" @@ -15538,15 +15364,15 @@ } }, { - "$id": "2171", + "$id": "2141", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2172", + "$id": "2142", "timestamp": { - "$id": "2173", + "$id": "2143", "kind": "string", "type": { "$ref": "113" @@ -15554,7 +15380,7 @@ "value": "2017-01-01T23:25:00Z" }, "value": { - "$id": "2174", + "$id": "2144", "kind": "number", "type": { "$ref": "118" @@ -15564,15 +15390,15 @@ } }, { - "$id": "2175", + "$id": "2145", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2176", + "$id": "2146", "timestamp": { - "$id": "2177", + "$id": "2147", "kind": "string", "type": { "$ref": "113" @@ -15580,7 +15406,7 @@ "value": "2017-01-01T23:30:00Z" }, "value": { - "$id": "2178", + "$id": "2148", "kind": "number", "type": { "$ref": "118" @@ -15590,15 +15416,15 @@ } }, { - "$id": "2179", + "$id": "2149", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2180", + "$id": "2150", "timestamp": { - "$id": "2181", + "$id": "2151", "kind": "string", "type": { "$ref": "113" @@ -15606,7 +15432,7 @@ "value": "2017-01-01T23:35:00Z" }, "value": { - "$id": "2182", + "$id": "2152", "kind": "number", "type": { "$ref": "118" @@ -15616,15 +15442,15 @@ } }, { - "$id": "2183", + "$id": "2153", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2184", + "$id": "2154", "timestamp": { - "$id": "2185", + "$id": "2155", "kind": "string", "type": { "$ref": "113" @@ -15632,7 +15458,7 @@ "value": "2017-01-01T23:40:00Z" }, "value": { - "$id": "2186", + "$id": "2156", "kind": "number", "type": { "$ref": "118" @@ -15642,15 +15468,15 @@ } }, { - "$id": "2187", + "$id": "2157", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2188", + "$id": "2158", "timestamp": { - "$id": "2189", + "$id": "2159", "kind": "string", "type": { "$ref": "113" @@ -15658,7 +15484,7 @@ "value": "2017-01-01T23:45:00Z" }, "value": { - "$id": "2190", + "$id": "2160", "kind": "number", "type": { "$ref": "118" @@ -15668,15 +15494,15 @@ } }, { - "$id": "2191", + "$id": "2161", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2192", + "$id": "2162", "timestamp": { - "$id": "2193", + "$id": "2163", "kind": "string", "type": { "$ref": "113" @@ -15684,7 +15510,7 @@ "value": "2017-01-01T23:50:00Z" }, "value": { - "$id": "2194", + "$id": "2164", "kind": "number", "type": { "$ref": "118" @@ -15694,15 +15520,15 @@ } }, { - "$id": "2195", + "$id": "2165", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2196", + "$id": "2166", "timestamp": { - "$id": "2197", + "$id": "2167", "kind": "string", "type": { "$ref": "113" @@ -15710,7 +15536,7 @@ "value": "2017-01-01T23:55:00Z" }, "value": { - "$id": "2198", + "$id": "2168", "kind": "number", "type": { "$ref": "118" @@ -15720,15 +15546,15 @@ } }, { - "$id": "2199", + "$id": "2169", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2200", + "$id": "2170", "timestamp": { - "$id": "2201", + "$id": "2171", "kind": "string", "type": { "$ref": "113" @@ -15736,7 +15562,7 @@ "value": "2017-01-02T00:00:00Z" }, "value": { - "$id": "2202", + "$id": "2172", "kind": "number", "type": { "$ref": "118" @@ -15746,15 +15572,15 @@ } }, { - "$id": "2203", + "$id": "2173", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2204", + "$id": "2174", "timestamp": { - "$id": "2205", + "$id": "2175", "kind": "string", "type": { "$ref": "113" @@ -15762,7 +15588,7 @@ "value": "2017-01-02T00:05:00Z" }, "value": { - "$id": "2206", + "$id": "2176", "kind": "number", "type": { "$ref": "118" @@ -15772,15 +15598,15 @@ } }, { - "$id": "2207", + "$id": "2177", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2208", + "$id": "2178", "timestamp": { - "$id": "2209", + "$id": "2179", "kind": "string", "type": { "$ref": "113" @@ -15788,7 +15614,7 @@ "value": "2017-01-02T00:10:00Z" }, "value": { - "$id": "2210", + "$id": "2180", "kind": "number", "type": { "$ref": "118" @@ -15798,15 +15624,15 @@ } }, { - "$id": "2211", + "$id": "2181", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2212", + "$id": "2182", "timestamp": { - "$id": "2213", + "$id": "2183", "kind": "string", "type": { "$ref": "113" @@ -15814,7 +15640,7 @@ "value": "2017-01-02T00:15:00Z" }, "value": { - "$id": "2214", + "$id": "2184", "kind": "number", "type": { "$ref": "118" @@ -15824,15 +15650,15 @@ } }, { - "$id": "2215", + "$id": "2185", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2216", + "$id": "2186", "timestamp": { - "$id": "2217", + "$id": "2187", "kind": "string", "type": { "$ref": "113" @@ -15840,7 +15666,7 @@ "value": "2017-01-02T00:20:00Z" }, "value": { - "$id": "2218", + "$id": "2188", "kind": "number", "type": { "$ref": "118" @@ -15850,15 +15676,15 @@ } }, { - "$id": "2219", + "$id": "2189", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2220", + "$id": "2190", "timestamp": { - "$id": "2221", + "$id": "2191", "kind": "string", "type": { "$ref": "113" @@ -15866,7 +15692,7 @@ "value": "2017-01-02T00:25:00Z" }, "value": { - "$id": "2222", + "$id": "2192", "kind": "number", "type": { "$ref": "118" @@ -15876,15 +15702,15 @@ } }, { - "$id": "2223", + "$id": "2193", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2224", + "$id": "2194", "timestamp": { - "$id": "2225", + "$id": "2195", "kind": "string", "type": { "$ref": "113" @@ -15892,7 +15718,7 @@ "value": "2017-01-02T00:30:00Z" }, "value": { - "$id": "2226", + "$id": "2196", "kind": "number", "type": { "$ref": "118" @@ -15902,15 +15728,15 @@ } }, { - "$id": "2227", + "$id": "2197", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2228", + "$id": "2198", "timestamp": { - "$id": "2229", + "$id": "2199", "kind": "string", "type": { "$ref": "113" @@ -15918,7 +15744,7 @@ "value": "2017-01-02T00:35:00Z" }, "value": { - "$id": "2230", + "$id": "2200", "kind": "number", "type": { "$ref": "118" @@ -15928,15 +15754,15 @@ } }, { - "$id": "2231", + "$id": "2201", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2232", + "$id": "2202", "timestamp": { - "$id": "2233", + "$id": "2203", "kind": "string", "type": { "$ref": "113" @@ -15944,7 +15770,7 @@ "value": "2017-01-02T00:40:00Z" }, "value": { - "$id": "2234", + "$id": "2204", "kind": "number", "type": { "$ref": "118" @@ -15954,15 +15780,15 @@ } }, { - "$id": "2235", + "$id": "2205", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2236", + "$id": "2206", "timestamp": { - "$id": "2237", + "$id": "2207", "kind": "string", "type": { "$ref": "113" @@ -15970,7 +15796,7 @@ "value": "2017-01-02T00:45:00Z" }, "value": { - "$id": "2238", + "$id": "2208", "kind": "number", "type": { "$ref": "118" @@ -15980,15 +15806,15 @@ } }, { - "$id": "2239", + "$id": "2209", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2240", + "$id": "2210", "timestamp": { - "$id": "2241", + "$id": "2211", "kind": "string", "type": { "$ref": "113" @@ -15996,7 +15822,7 @@ "value": "2017-01-02T00:50:00Z" }, "value": { - "$id": "2242", + "$id": "2212", "kind": "number", "type": { "$ref": "118" @@ -16006,15 +15832,15 @@ } }, { - "$id": "2243", + "$id": "2213", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2244", + "$id": "2214", "timestamp": { - "$id": "2245", + "$id": "2215", "kind": "string", "type": { "$ref": "113" @@ -16022,7 +15848,7 @@ "value": "2017-01-02T00:55:00Z" }, "value": { - "$id": "2246", + "$id": "2216", "kind": "number", "type": { "$ref": "118" @@ -16032,15 +15858,15 @@ } }, { - "$id": "2247", + "$id": "2217", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2248", + "$id": "2218", "timestamp": { - "$id": "2249", + "$id": "2219", "kind": "string", "type": { "$ref": "113" @@ -16048,7 +15874,7 @@ "value": "2017-01-02T01:00:00Z" }, "value": { - "$id": "2250", + "$id": "2220", "kind": "number", "type": { "$ref": "118" @@ -16058,15 +15884,15 @@ } }, { - "$id": "2251", + "$id": "2221", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2252", + "$id": "2222", "timestamp": { - "$id": "2253", + "$id": "2223", "kind": "string", "type": { "$ref": "113" @@ -16074,7 +15900,7 @@ "value": "2017-01-02T01:05:00Z" }, "value": { - "$id": "2254", + "$id": "2224", "kind": "number", "type": { "$ref": "118" @@ -16084,15 +15910,15 @@ } }, { - "$id": "2255", + "$id": "2225", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2256", + "$id": "2226", "timestamp": { - "$id": "2257", + "$id": "2227", "kind": "string", "type": { "$ref": "113" @@ -16100,7 +15926,7 @@ "value": "2017-01-02T01:10:00Z" }, "value": { - "$id": "2258", + "$id": "2228", "kind": "number", "type": { "$ref": "118" @@ -16110,15 +15936,15 @@ } }, { - "$id": "2259", + "$id": "2229", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2260", + "$id": "2230", "timestamp": { - "$id": "2261", + "$id": "2231", "kind": "string", "type": { "$ref": "113" @@ -16126,7 +15952,7 @@ "value": "2017-01-02T01:15:00Z" }, "value": { - "$id": "2262", + "$id": "2232", "kind": "number", "type": { "$ref": "118" @@ -16136,15 +15962,15 @@ } }, { - "$id": "2263", + "$id": "2233", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2264", + "$id": "2234", "timestamp": { - "$id": "2265", + "$id": "2235", "kind": "string", "type": { "$ref": "113" @@ -16152,7 +15978,7 @@ "value": "2017-01-02T01:20:00Z" }, "value": { - "$id": "2266", + "$id": "2236", "kind": "number", "type": { "$ref": "118" @@ -16162,15 +15988,15 @@ } }, { - "$id": "2267", + "$id": "2237", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2268", + "$id": "2238", "timestamp": { - "$id": "2269", + "$id": "2239", "kind": "string", "type": { "$ref": "113" @@ -16178,7 +16004,7 @@ "value": "2017-01-02T01:25:00Z" }, "value": { - "$id": "2270", + "$id": "2240", "kind": "number", "type": { "$ref": "118" @@ -16188,15 +16014,15 @@ } }, { - "$id": "2271", + "$id": "2241", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2272", + "$id": "2242", "timestamp": { - "$id": "2273", + "$id": "2243", "kind": "string", "type": { "$ref": "113" @@ -16204,7 +16030,7 @@ "value": "2017-01-02T01:30:00Z" }, "value": { - "$id": "2274", + "$id": "2244", "kind": "number", "type": { "$ref": "118" @@ -16214,15 +16040,15 @@ } }, { - "$id": "2275", + "$id": "2245", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2276", + "$id": "2246", "timestamp": { - "$id": "2277", + "$id": "2247", "kind": "string", "type": { "$ref": "113" @@ -16230,7 +16056,7 @@ "value": "2017-01-02T01:35:00Z" }, "value": { - "$id": "2278", + "$id": "2248", "kind": "number", "type": { "$ref": "118" @@ -16240,15 +16066,15 @@ } }, { - "$id": "2279", + "$id": "2249", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2280", + "$id": "2250", "timestamp": { - "$id": "2281", + "$id": "2251", "kind": "string", "type": { "$ref": "113" @@ -16256,7 +16082,7 @@ "value": "2017-01-02T01:40:00Z" }, "value": { - "$id": "2282", + "$id": "2252", "kind": "number", "type": { "$ref": "118" @@ -16266,15 +16092,15 @@ } }, { - "$id": "2283", + "$id": "2253", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2284", + "$id": "2254", "timestamp": { - "$id": "2285", + "$id": "2255", "kind": "string", "type": { "$ref": "113" @@ -16282,7 +16108,7 @@ "value": "2017-01-02T01:45:00Z" }, "value": { - "$id": "2286", + "$id": "2256", "kind": "number", "type": { "$ref": "118" @@ -16292,15 +16118,15 @@ } }, { - "$id": "2287", + "$id": "2257", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2288", + "$id": "2258", "timestamp": { - "$id": "2289", + "$id": "2259", "kind": "string", "type": { "$ref": "113" @@ -16308,7 +16134,7 @@ "value": "2017-01-02T01:50:00Z" }, "value": { - "$id": "2290", + "$id": "2260", "kind": "number", "type": { "$ref": "118" @@ -16318,15 +16144,15 @@ } }, { - "$id": "2291", + "$id": "2261", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2292", + "$id": "2262", "timestamp": { - "$id": "2293", + "$id": "2263", "kind": "string", "type": { "$ref": "113" @@ -16334,7 +16160,7 @@ "value": "2017-01-02T01:55:00Z" }, "value": { - "$id": "2294", + "$id": "2264", "kind": "number", "type": { "$ref": "118" @@ -16344,15 +16170,15 @@ } }, { - "$id": "2295", + "$id": "2265", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2296", + "$id": "2266", "timestamp": { - "$id": "2297", + "$id": "2267", "kind": "string", "type": { "$ref": "113" @@ -16360,7 +16186,7 @@ "value": "2017-01-02T02:00:00Z" }, "value": { - "$id": "2298", + "$id": "2268", "kind": "number", "type": { "$ref": "118" @@ -16370,15 +16196,15 @@ } }, { - "$id": "2299", + "$id": "2269", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2300", + "$id": "2270", "timestamp": { - "$id": "2301", + "$id": "2271", "kind": "string", "type": { "$ref": "113" @@ -16386,7 +16212,7 @@ "value": "2017-01-02T02:05:00Z" }, "value": { - "$id": "2302", + "$id": "2272", "kind": "number", "type": { "$ref": "118" @@ -16396,15 +16222,15 @@ } }, { - "$id": "2303", + "$id": "2273", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2304", + "$id": "2274", "timestamp": { - "$id": "2305", + "$id": "2275", "kind": "string", "type": { "$ref": "113" @@ -16412,7 +16238,7 @@ "value": "2017-01-02T02:10:00Z" }, "value": { - "$id": "2306", + "$id": "2276", "kind": "number", "type": { "$ref": "118" @@ -16422,15 +16248,15 @@ } }, { - "$id": "2307", + "$id": "2277", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2308", + "$id": "2278", "timestamp": { - "$id": "2309", + "$id": "2279", "kind": "string", "type": { "$ref": "113" @@ -16438,7 +16264,7 @@ "value": "2017-01-02T02:15:00Z" }, "value": { - "$id": "2310", + "$id": "2280", "kind": "number", "type": { "$ref": "118" @@ -16448,15 +16274,15 @@ } }, { - "$id": "2311", + "$id": "2281", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2312", + "$id": "2282", "timestamp": { - "$id": "2313", + "$id": "2283", "kind": "string", "type": { "$ref": "113" @@ -16464,7 +16290,7 @@ "value": "2017-01-02T02:20:00Z" }, "value": { - "$id": "2314", + "$id": "2284", "kind": "number", "type": { "$ref": "118" @@ -16474,15 +16300,15 @@ } }, { - "$id": "2315", + "$id": "2285", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2316", + "$id": "2286", "timestamp": { - "$id": "2317", + "$id": "2287", "kind": "string", "type": { "$ref": "113" @@ -16490,7 +16316,7 @@ "value": "2017-01-02T02:25:00Z" }, "value": { - "$id": "2318", + "$id": "2288", "kind": "number", "type": { "$ref": "118" @@ -16500,15 +16326,15 @@ } }, { - "$id": "2319", + "$id": "2289", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2320", + "$id": "2290", "timestamp": { - "$id": "2321", + "$id": "2291", "kind": "string", "type": { "$ref": "113" @@ -16516,7 +16342,7 @@ "value": "2017-01-02T02:30:00Z" }, "value": { - "$id": "2322", + "$id": "2292", "kind": "number", "type": { "$ref": "118" @@ -16526,15 +16352,15 @@ } }, { - "$id": "2323", + "$id": "2293", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2324", + "$id": "2294", "timestamp": { - "$id": "2325", + "$id": "2295", "kind": "string", "type": { "$ref": "113" @@ -16542,7 +16368,7 @@ "value": "2017-01-02T02:35:00Z" }, "value": { - "$id": "2326", + "$id": "2296", "kind": "number", "type": { "$ref": "118" @@ -16552,15 +16378,15 @@ } }, { - "$id": "2327", + "$id": "2297", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2328", + "$id": "2298", "timestamp": { - "$id": "2329", + "$id": "2299", "kind": "string", "type": { "$ref": "113" @@ -16568,7 +16394,7 @@ "value": "2017-01-02T02:40:00Z" }, "value": { - "$id": "2330", + "$id": "2300", "kind": "number", "type": { "$ref": "118" @@ -16578,15 +16404,15 @@ } }, { - "$id": "2331", + "$id": "2301", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2332", + "$id": "2302", "timestamp": { - "$id": "2333", + "$id": "2303", "kind": "string", "type": { "$ref": "113" @@ -16594,7 +16420,7 @@ "value": "2017-01-02T02:45:00Z" }, "value": { - "$id": "2334", + "$id": "2304", "kind": "number", "type": { "$ref": "118" @@ -16604,15 +16430,15 @@ } }, { - "$id": "2335", + "$id": "2305", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2336", + "$id": "2306", "timestamp": { - "$id": "2337", + "$id": "2307", "kind": "string", "type": { "$ref": "113" @@ -16620,7 +16446,7 @@ "value": "2017-01-02T02:50:00Z" }, "value": { - "$id": "2338", + "$id": "2308", "kind": "number", "type": { "$ref": "118" @@ -16630,15 +16456,15 @@ } }, { - "$id": "2339", + "$id": "2309", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2340", + "$id": "2310", "timestamp": { - "$id": "2341", + "$id": "2311", "kind": "string", "type": { "$ref": "113" @@ -16646,7 +16472,7 @@ "value": "2017-01-02T02:55:00Z" }, "value": { - "$id": "2342", + "$id": "2312", "kind": "number", "type": { "$ref": "118" @@ -16656,15 +16482,15 @@ } }, { - "$id": "2343", + "$id": "2313", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2344", + "$id": "2314", "timestamp": { - "$id": "2345", + "$id": "2315", "kind": "string", "type": { "$ref": "113" @@ -16672,7 +16498,7 @@ "value": "2017-01-02T03:00:00Z" }, "value": { - "$id": "2346", + "$id": "2316", "kind": "number", "type": { "$ref": "118" @@ -16682,15 +16508,15 @@ } }, { - "$id": "2347", + "$id": "2317", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2348", + "$id": "2318", "timestamp": { - "$id": "2349", + "$id": "2319", "kind": "string", "type": { "$ref": "113" @@ -16698,7 +16524,7 @@ "value": "2017-01-02T03:05:00Z" }, "value": { - "$id": "2350", + "$id": "2320", "kind": "number", "type": { "$ref": "118" @@ -16708,15 +16534,15 @@ } }, { - "$id": "2351", + "$id": "2321", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2352", + "$id": "2322", "timestamp": { - "$id": "2353", + "$id": "2323", "kind": "string", "type": { "$ref": "113" @@ -16724,7 +16550,7 @@ "value": "2017-01-02T03:10:00Z" }, "value": { - "$id": "2354", + "$id": "2324", "kind": "number", "type": { "$ref": "118" @@ -16734,15 +16560,15 @@ } }, { - "$id": "2355", + "$id": "2325", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2356", + "$id": "2326", "timestamp": { - "$id": "2357", + "$id": "2327", "kind": "string", "type": { "$ref": "113" @@ -16750,7 +16576,7 @@ "value": "2017-01-02T03:15:00Z" }, "value": { - "$id": "2358", + "$id": "2328", "kind": "number", "type": { "$ref": "118" @@ -16760,15 +16586,15 @@ } }, { - "$id": "2359", + "$id": "2329", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2360", + "$id": "2330", "timestamp": { - "$id": "2361", + "$id": "2331", "kind": "string", "type": { "$ref": "113" @@ -16776,7 +16602,7 @@ "value": "2017-01-02T03:20:00Z" }, "value": { - "$id": "2362", + "$id": "2332", "kind": "number", "type": { "$ref": "118" @@ -16786,15 +16612,15 @@ } }, { - "$id": "2363", + "$id": "2333", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2364", + "$id": "2334", "timestamp": { - "$id": "2365", + "$id": "2335", "kind": "string", "type": { "$ref": "113" @@ -16802,7 +16628,7 @@ "value": "2017-01-02T03:25:00Z" }, "value": { - "$id": "2366", + "$id": "2336", "kind": "number", "type": { "$ref": "118" @@ -16812,15 +16638,15 @@ } }, { - "$id": "2367", + "$id": "2337", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2368", + "$id": "2338", "timestamp": { - "$id": "2369", + "$id": "2339", "kind": "string", "type": { "$ref": "113" @@ -16828,7 +16654,7 @@ "value": "2017-01-02T03:30:00Z" }, "value": { - "$id": "2370", + "$id": "2340", "kind": "number", "type": { "$ref": "118" @@ -16838,15 +16664,15 @@ } }, { - "$id": "2371", + "$id": "2341", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2372", + "$id": "2342", "timestamp": { - "$id": "2373", + "$id": "2343", "kind": "string", "type": { "$ref": "113" @@ -16854,7 +16680,7 @@ "value": "2017-01-02T03:35:00Z" }, "value": { - "$id": "2374", + "$id": "2344", "kind": "number", "type": { "$ref": "118" @@ -16864,15 +16690,15 @@ } }, { - "$id": "2375", + "$id": "2345", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2376", + "$id": "2346", "timestamp": { - "$id": "2377", + "$id": "2347", "kind": "string", "type": { "$ref": "113" @@ -16880,7 +16706,7 @@ "value": "2017-01-02T03:40:00Z" }, "value": { - "$id": "2378", + "$id": "2348", "kind": "number", "type": { "$ref": "118" @@ -16890,15 +16716,15 @@ } }, { - "$id": "2379", + "$id": "2349", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2380", + "$id": "2350", "timestamp": { - "$id": "2381", + "$id": "2351", "kind": "string", "type": { "$ref": "113" @@ -16906,7 +16732,7 @@ "value": "2017-01-02T03:45:00Z" }, "value": { - "$id": "2382", + "$id": "2352", "kind": "number", "type": { "$ref": "118" @@ -16916,15 +16742,15 @@ } }, { - "$id": "2383", + "$id": "2353", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2384", + "$id": "2354", "timestamp": { - "$id": "2385", + "$id": "2355", "kind": "string", "type": { "$ref": "113" @@ -16932,7 +16758,7 @@ "value": "2017-01-02T03:50:00Z" }, "value": { - "$id": "2386", + "$id": "2356", "kind": "number", "type": { "$ref": "118" @@ -16942,15 +16768,15 @@ } }, { - "$id": "2387", + "$id": "2357", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2388", + "$id": "2358", "timestamp": { - "$id": "2389", + "$id": "2359", "kind": "string", "type": { "$ref": "113" @@ -16958,7 +16784,7 @@ "value": "2017-01-02T03:55:00Z" }, "value": { - "$id": "2390", + "$id": "2360", "kind": "number", "type": { "$ref": "118" @@ -16968,15 +16794,15 @@ } }, { - "$id": "2391", + "$id": "2361", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2392", + "$id": "2362", "timestamp": { - "$id": "2393", + "$id": "2363", "kind": "string", "type": { "$ref": "113" @@ -16984,7 +16810,7 @@ "value": "2017-01-02T04:00:00Z" }, "value": { - "$id": "2394", + "$id": "2364", "kind": "number", "type": { "$ref": "118" @@ -16994,15 +16820,15 @@ } }, { - "$id": "2395", + "$id": "2365", "kind": "model", "type": { "$ref": "111" }, "value": { - "$id": "2396", + "$id": "2366", "timestamp": { - "$id": "2397", + "$id": "2367", "kind": "string", "type": { "$ref": "113" @@ -17010,7 +16836,7 @@ "value": "2017-01-02T04:05:00Z" }, "value": { - "$id": "2398", + "$id": "2368", "kind": "number", "type": { "$ref": "118" @@ -17022,7 +16848,7 @@ ] }, "granularity": { - "$id": "2399", + "$id": "2369", "kind": "string", "type": { "$ref": "2" @@ -17030,34 +16856,34 @@ "value": "minutely" }, "customInterval": { - "$id": "2400", + "$id": "2370", "kind": "number", "type": { - "$ref": "245" + "$ref": "234" }, "value": 5 }, "stableTrendWindow": { - "$id": "2401", + "$id": "2371", "kind": "number", "type": { - "$ref": "253" + "$ref": "242" }, "value": 10 }, "threshold": { - "$id": "2402", + "$id": "2372", "kind": "number", "type": { - "$ref": "257" + "$ref": "246" }, "value": 0.99 }, "period": { - "$id": "2403", + "$id": "2373", "kind": "number", "type": { - "$ref": "249" + "$ref": "238" }, "value": 0 } @@ -17067,2104 +16893,2344 @@ ], "responses": [ { - "$id": "2404", + "$id": "2374", "response": { - "$ref": "1363" + "$ref": "1333" }, "statusCode": 200, "bodyValue": { - "$id": "2405", + "$id": "2375", "kind": "model", "type": { - "$ref": "260" + "$ref": "249" }, "value": { - "$id": "2406", + "$id": "2376", "period": { - "$id": "2407", + "$id": "2377", "kind": "number", "type": { - "$ref": "262" + "$ref": "251" }, "value": 0 }, "confidenceScores": { - "$id": "2408", + "$id": "2378", "kind": "array", "type": { - "$ref": "271" + "$ref": "155" }, "value": [ { - "$id": "2409", + "$id": "2379", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11841763735063232 }, { - "$id": "2410", + "$id": "2380", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.014857199927548581 }, { - "$id": "2411", + "$id": "2381", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0887032374955278 }, { - "$id": "2412", + "$id": "2382", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.07430314751946857 }, { - "$id": "2413", + "$id": "2383", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.059903057543409355 }, { - "$id": "2414", + "$id": "2384", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04132288981790399 }, { - "$id": "2415", + "$id": "2385", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.022742722092391268 }, { - "$id": "2416", + "$id": "2386", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0005683208474757854 }, { - "$id": "2417", + "$id": "2387", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0216060803974397 }, { - "$id": "2418", + "$id": "2388", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.053248991089971616 }, { - "$id": "2419", + "$id": "2389", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.08489190178249614 }, { - "$id": "2420", + "$id": "2390", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04322511558132514 }, { - "$id": "2421", + "$id": "2391", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.085336620199234 }, { - "$id": "2422", + "$id": "2392", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05876047041512903 }, { - "$id": "2423", + "$id": "2393", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02673755265447302 }, { - "$id": "2424", + "$id": "2394", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005032027060762012 }, { - "$id": "2425", + "$id": "2395", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.031323171543775764 }, { - "$id": "2426", + "$id": "2396", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.06299774949197792 }, { - "$id": "2427", + "$id": "2397", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.08944723025337244 }, { - "$id": "2428", + "$id": "2398", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11523169864554421 }, { - "$id": "2429", + "$id": "2399", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.14288453512268834 }, { - "$id": "2430", + "$id": "2400", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.001592562559717675 }, { - "$id": "2431", + "$id": "2401", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.32637788222282893 }, { - "$id": "2432", + "$id": "2402", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0 }, { - "$id": "2433", + "$id": "2403", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 7.37310752217245e-15 }, { - "$id": "2434", + "$id": "2404", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 2.211932256651735e-14 }, { - "$id": "2435", + "$id": "2405", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2436", + "$id": "2406", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015697015891758138 }, { - "$id": "2437", + "$id": "2407", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01242773215043403 }, { - "$id": "2438", + "$id": "2408", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.016188579169534697 }, { - "$id": "2439", + "$id": "2409", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.019537751864826272 }, { - "$id": "2440", + "$id": "2410", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.022506917491993753 }, { - "$id": "2441", + "$id": "2411", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01885762668253081 }, { - "$id": "2442", + "$id": "2412", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.016253355310429398 }, { - "$id": "2443", + "$id": "2413", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.017227483829906676 }, { - "$id": "2444", + "$id": "2414", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.023236706002118527 }, { - "$id": "2445", + "$id": "2415", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03906277743439327 }, { - "$id": "2446", + "$id": "2416", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0354134866249377 }, { - "$id": "2447", + "$id": "2417", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.037084294769315296 }, { - "$id": "2448", + "$id": "2418", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.038248426822850935 }, { - "$id": "2449", + "$id": "2419", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.050274427573818385 }, { - "$id": "2450", + "$id": "2420", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.046815140298421175 }, { - "$id": "2451", + "$id": "2421", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.043292518511668716 }, { - "$id": "2452", + "$id": "2422", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.041353259508804745 }, { - "$id": "2453", + "$id": "2423", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.038242312045861385 }, { - "$id": "2454", + "$id": "2424", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0346880230034313 }, { - "$id": "2455", + "$id": "2425", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.032717096744889713 }, { - "$id": "2456", + "$id": "2426", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.033026212895129546 }, { - "$id": "2457", + "$id": "2427", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.031055286636580585 }, { - "$id": "2458", + "$id": "2428", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0275326648498355 }, { - "$id": "2459", + "$id": "2429", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.023883374040372555 }, { - "$id": "2460", + "$id": "2430", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.021564107969369743 }, { - "$id": "2461", + "$id": "2431", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.018706498551854727 }, { - "$id": "2462", + "$id": "2432", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01543721481052325 }, { - "$id": "2463", + "$id": "2433", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015176320358565887 }, { - "$id": "2464", + "$id": "2434", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.011527029549110314 }, { - "$id": "2465", + "$id": "2435", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.008004407762357859 }, { - "$id": "2466", + "$id": "2436", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.004355116952902286 }, { - "$id": "2467", + "$id": "2437", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0007058261434393403 }, { - "$id": "2468", + "$id": "2438", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0030701336887340946 }, { - "$id": "2469", + "$id": "2439", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.006592755475479178 }, { - "$id": "2470", + "$id": "2440", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.010147044517909256 }, { - "$id": "2471", + "$id": "2441", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.013701333560339335 }, { - "$id": "2472", + "$id": "2442", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.016780613767597707 }, { - "$id": "2473", + "$id": "2443", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.020366570065705403 }, { - "$id": "2474", + "$id": "2444", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.024015860875168354 }, { - "$id": "2475", + "$id": "2445", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02757014991759106 }, { - "$id": "2476", + "$id": "2446", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03033275756808058 }, { - "$id": "2477", + "$id": "2447", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03068865378707081 }, { - "$id": "2478", + "$id": "2448", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03395793752839492 }, { - "$id": "2479", + "$id": "2449", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03760722833785786 }, { - "$id": "2480", + "$id": "2450", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04122485189164318 }, { - "$id": "2481", + "$id": "2451", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.030433874112103007 }, { - "$id": "2482", + "$id": "2452", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.032816474694461056 }, { - "$id": "2483", + "$id": "2453", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03602242392443729 }, { - "$id": "2484", + "$id": "2454", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03960838022253762 }, { - "$id": "2485", + "$id": "2455", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04268766042980336 }, { - "$id": "2486", + "$id": "2456", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04633695123926631 }, { - "$id": "2487", + "$id": "2457", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0346592903007527 }, { - "$id": "2488", + "$id": "2458", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.010219725324164698 }, { - "$id": "2489", + "$id": "2459", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.007218892441326965 }, { - "$id": "2490", + "$id": "2460", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.006909776291079754 }, { - "$id": "2491", + "$id": "2461", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.000049463551460760754 }, { - "$id": "2492", + "$id": "2462", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0016047901503119819 }, { - "$id": "2493", + "$id": "2463", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01042121060065547 }, { - "$id": "2494", + "$id": "2464", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.009020294944303705 }, { - "$id": "2495", + "$id": "2465", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005371004134840759 }, { - "$id": "2496", + "$id": "2466", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0021650549048718984 }, { - "$id": "2497", + "$id": "2467", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.010517653997227793 }, { - "$id": "2498", + "$id": "2468", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0075017083013172925 }, { - "$id": "2499", + "$id": "2469", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00385241749186172 }, { - "$id": "2500", + "$id": "2470", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0008681390516288423 }, { - "$id": "2501", + "$id": "2471", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.019005920148370017 }, { - "$id": "2502", + "$id": "2472", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015388296594592068 }, { - "$id": "2503", + "$id": "2473", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.12583612799160215 }, { - "$id": "2504", + "$id": "2474", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2505", + "$id": "2475", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005055878353042495 }, { - "$id": "2506", + "$id": "2476", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.007613932468790628 }, { - "$id": "2507", + "$id": "2477", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.011913685646822731 }, { - "$id": "2508", + "$id": "2478", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0166567804043268 }, { - "$id": "2509", + "$id": "2479", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015351429327405014 }, { - "$id": "2510", + "$id": "2480", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.034309821169245976 }, { - "$id": "2511", + "$id": "2481", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0292817211106433 }, { - "$id": "2512", + "$id": "2482", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02425362105202589 }, { - "$id": "2513", + "$id": "2483", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.019225520993423218 }, { - "$id": "2514", + "$id": "2484", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01419742093482055 }, { - "$id": "2515", + "$id": "2485", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00916932087621788 }, { - "$id": "2516", + "$id": "2486", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.004141220817600464 }, { - "$id": "2517", + "$id": "2487", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0008868792410022057 }, { - "$id": "2518", + "$id": "2488", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0059149792996048755 }, { - "$id": "2519", + "$id": "2489", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.010943079358207547 }, { - "$id": "2520", + "$id": "2490", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015971179416810213 }, { - "$id": "2521", + "$id": "2491", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02099927947542763 }, { - "$id": "2522", + "$id": "2492", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2523", + "$id": "2493", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11533376425564247 }, { - "$id": "2524", + "$id": "2494", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.1207645081246342 }, { - "$id": "2525", + "$id": "2495", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.025174230145423273 }, { - "$id": "2526", + "$id": "2496", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.09422487163021387 }, { - "$id": "2527", + "$id": "2497", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.08417070843230404 }, { - "$id": "2528", + "$id": "2498", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.07411654523437947 }, { - "$id": "2529", + "$id": "2499", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.06406238203646963 }, { - "$id": "2530", + "$id": "2500", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0540082188385598 }, { - "$id": "2531", + "$id": "2501", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04395405564064997 }, { - "$id": "2532", + "$id": "2502", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03500824639144218 }, { - "$id": "2533", + "$id": "2503", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.024954083193532338 }, { - "$id": "2534", + "$id": "2504", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.014899919995622513 }, { - "$id": "2535", + "$id": "2505", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.004845756797712681 }, { - "$id": "2536", + "$id": "2506", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005208406400211895 }, { - "$id": "2537", + "$id": "2507", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015262569598121728 }, { - "$id": "2538", + "$id": "2508", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.025316732796031558 }, { - "$id": "2539", + "$id": "2509", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03537089599394139 }, { - "$id": "2540", + "$id": "2510", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.045425059191865964 }, { - "$id": "2541", + "$id": "2511", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05145748091871777 }, { - "$id": "2542", + "$id": "2512", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2543", + "$id": "2513", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.011663506282381296 }, { - "$id": "2544", + "$id": "2514", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0043856580970499884 }, { - "$id": "2545", + "$id": "2515", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.002892190088273945 }, { - "$id": "2546", + "$id": "2516", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01017003827359788 }, { - "$id": "2547", + "$id": "2517", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01744788645892181 }, { - "$id": "2548", + "$id": "2518", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.024725734644253115 }, { - "$id": "2549", + "$id": "2519", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03200358282957705 }, { - "$id": "2550", + "$id": "2520", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03928143101490098 }, { - "$id": "2551", + "$id": "2521", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.046559279200224915 }, { - "$id": "2552", + "$id": "2522", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05383712738555622 }, { - "$id": "2553", + "$id": "2523", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.060069956133518614 }, { - "$id": "2554", + "$id": "2524", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0450857235774741 }, { - "$id": "2555", + "$id": "2525", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.050621872700536176 }, { - "$id": "2556", + "$id": "2526", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.029050850963546225 }, { - "$id": "2557", + "$id": "2527", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.045689493056171517 }, { - "$id": "2558", + "$id": "2528", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0385699811492357 }, { - "$id": "2559", + "$id": "2529", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03179880905474635 }, { - "$id": "2560", + "$id": "2530", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03082274474926925 }, { - "$id": "2561", + "$id": "2531", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03586345902254038 }, { - "$id": "2562", + "$id": "2532", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.028585610837209074 }, { - "$id": "2563", + "$id": "2533", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.021402764418918006 }, { - "$id": "2564", + "$id": "2534", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.04705886213832124 }, { - "$id": "2565", + "$id": "2535", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.049724532235770696 }, { - "$id": "2566", + "$id": "2536", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05957866937203304 }, { - "$id": "2567", + "$id": "2537", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.052649160999162954 }, { - "$id": "2568", + "$id": "2538", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.045371312813839014 }, { - "$id": "2569", + "$id": "2539", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03809346462851508 }, { - "$id": "2570", + "$id": "2540", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.030815616443183775 }, { - "$id": "2571", + "$id": "2541", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.023537768257859845 }, { - "$id": "2572", + "$id": "2542", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01945831289597576 }, { - "$id": "2573", + "$id": "2543", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.012180464710644455 }, { - "$id": "2574", + "$id": "2544", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00490261652532052 }, { - "$id": "2575", + "$id": "2545", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.002153560870260057 }, { - "$id": "2576", + "$id": "2546", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0033196287098028916 }, { - "$id": "2577", + "$id": "2547", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0029244412792105113 }, { - "$id": "2578", + "$id": "2548", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0043217396504358 }, { - "$id": "2579", + "$id": "2549", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.010934575466529664 }, { - "$id": "2580", + "$id": "2550", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.018117421884820732 }, { - "$id": "2581", + "$id": "2551", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02267188608187652 }, { - "$id": "2582", + "$id": "2552", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.027321352045957807 }, { - "$id": "2583", + "$id": "2553", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03459920023128174 }, { - "$id": "2584", + "$id": "2554", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03563859904812146 }, { - "$id": "2585", + "$id": "2555", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.02990120514994264 }, { - "$id": "2586", + "$id": "2556", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03607069938654979 }, { - "$id": "2587", + "$id": "2557", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.017223061637835352 }, { - "$id": "2588", + "$id": "2558", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 7.37310752217245e-15 }, { - "$id": "2589", + "$id": "2559", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1.47462150443449e-14 }, { - "$id": "2590", + "$id": "2560", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2591", + "$id": "2561", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.046440552438977135 }, { - "$id": "2592", + "$id": "2562", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.012233652454378385 }, { - "$id": "2593", + "$id": "2563", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.017033155644526038 }, { - "$id": "2594", + "$id": "2564", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05136672465183527 }, { - "$id": "2595", + "$id": "2565", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.06970832954194527 }, { - "$id": "2596", + "$id": "2566", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.09929181019761117 }, { - "$id": "2597", + "$id": "2567", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11281999222473732 }, { - "$id": "2598", + "$id": "2568", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11039622919405537 }, { - "$id": "2599", + "$id": "2569", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.08125609011787617 }, { - "$id": "2600", + "$id": "2570", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.05661270134791935 }, { - "$id": "2601", + "$id": "2571", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.028264243663680723 }, { - "$id": "2602", + "$id": "2572", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005974323576610399 }, { - "$id": "2603", + "$id": "2573", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.038471191754617544 }, { - "$id": "2604", + "$id": "2574", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0 }, { - "$id": "2605", + "$id": "2575", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0 }, { - "$id": "2606", + "$id": "2576", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0 }, { - "$id": "2607", + "$id": "2577", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.020288532128574968 }, { - "$id": "2608", + "$id": "2578", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005041879493223223 }, { - "$id": "2609", + "$id": "2579", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.009223088216122232 }, { - "$id": "2610", + "$id": "2580", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.009332792637570532 }, { - "$id": "2611", + "$id": "2581", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.024579445272937026 }, { - "$id": "2612", + "$id": "2582", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.03289096891488949 }, { - "$id": "2613", + "$id": "2583", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.050695883419617865 }, { - "$id": "2614", + "$id": "2584", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2615", + "$id": "2585", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.000748013913075547 }, { - "$id": "2616", + "$id": "2586", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.002186373999917361 }, { - "$id": "2617", + "$id": "2587", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0009330173541465358 }, { - "$id": "2618", + "$id": "2588", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00032033929162428933 }, { - "$id": "2619", + "$id": "2589", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0012886906362965138 }, { - "$id": "2620", + "$id": "2590", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.002542047282052593 }, { - "$id": "2621", + "$id": "2591", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0007963481454318109 }, { - "$id": "2622", + "$id": "2592", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0004886757560166365 }, { - "$id": "2623", + "$id": "2593", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0016470306347398486 }, { - "$id": "2624", + "$id": "2594", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.001063686451208582 }, { - "$id": "2625", + "$id": "2595", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0011980222832366648 }, { - "$id": "2626", + "$id": "2596", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00008700161821178273 }, { - "$id": "2627", + "$id": "2597", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0013086910082902394 }, { - "$id": "2628", + "$id": "2598", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0022770423529624643 }, { - "$id": "2629", + "$id": "2599", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.000016333637160404937 }, { - "$id": "2630", + "$id": "2600", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0012053557529180517 }, { - "$id": "2631", + "$id": "2601", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0018570345408140537 }, { - "$id": "2632", + "$id": "2602", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0037297360397815314 }, { - "$id": "2633", + "$id": "2603", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.003109724507563151 }, { - "$id": "2634", + "$id": "2604", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.22869458705263188 }, { - "$id": "2635", + "$id": "2605", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.2293374323429407 }, { - "$id": "2636", + "$id": "2606", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.1140021204394844 }, { - "$id": "2637", + "$id": "2607", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0012381896969537412 }, { - "$id": "2638", + "$id": "2608", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.11340677603264777 }, { - "$id": "2639", + "$id": "2609", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 1 }, { - "$id": "2640", + "$id": "2610", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.011793249472519423 }, { - "$id": "2641", + "$id": "2611", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.008293225072094536 }, { - "$id": "2642", + "$id": "2612", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.00469819890465153 }, { - "$id": "2643", + "$id": "2613", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0010715054815308995 }, { - "$id": "2644", + "$id": "2614", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0025551879416044767 }, { - "$id": "2645", + "$id": "2615", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.006118546853369862 }, { - "$id": "2646", + "$id": "2616", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.008605219072110835 }, { - "$id": "2647", + "$id": "2617", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0053601180131874334 }, { - "$id": "2648", + "$id": "2618", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.008860142413597574 }, { - "$id": "2649", + "$id": "2619", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01248683583673295 }, { - "$id": "2650", + "$id": "2620", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01611352925985358 }, { - "$id": "2651", + "$id": "2621", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005878587160222206 }, { - "$id": "2652", + "$id": "2622", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.013145429690188892 }, { - "$id": "2653", + "$id": "2623", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.022280640305150038 }, { - "$id": "2654", + "$id": "2624", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.01865394688201466 }, { - "$id": "2655", + "$id": "2625", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.015027253458894031 }, { - "$id": "2656", + "$id": "2626", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.012033905149325846 }, { - "$id": "2657", + "$id": "2627", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.009040556839742916 }, { - "$id": "2658", + "$id": "2628", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005445530672299909 }, { - "$id": "2659", + "$id": "2629", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.0018505045048569009 }, { - "$id": "2660", + "$id": "2630", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.001744521662600853 }, { - "$id": "2661", + "$id": "2631", "kind": "number", "type": { - "$ref": "272" + "$ref": "156" }, "value": 0.005339547830043862 }, + { + "$id": "2632", + "kind": "number", + "type": { + "$ref": "156" + }, + "value": 0.008760404091259945 + }, + { + "$id": "2633", + "kind": "number", + "type": { + "$ref": "156" + }, + "value": 0.012181260352490777 + }, + { + "$id": "2634", + "kind": "number", + "type": { + "$ref": "156" + }, + "value": 0.009902010591734853 + }, + { + "$id": "2635", + "kind": "number", + "type": { + "$ref": "156" + }, + "value": 0.007622760830993676 + } + ] + }, + "isChangePoint": { + "$id": "2636", + "kind": "array", + "type": { + "$ref": "166" + }, + "value": [ + { + "$id": "2637", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2638", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2639", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2640", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2641", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2642", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2643", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2644", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2645", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2646", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2647", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2648", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2649", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2650", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2651", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2652", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2653", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2654", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2655", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2656", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2657", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2658", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2659", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2660", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, + { + "$id": "2661", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, { "$id": "2662", - "kind": "number", + "kind": "boolean", "type": { - "$ref": "272" + "$ref": "167" }, - "value": 0.008760404091259945 + "value": false }, { "$id": "2663", - "kind": "number", + "kind": "boolean", "type": { - "$ref": "272" + "$ref": "167" }, - "value": 0.012181260352490777 + "value": true }, { "$id": "2664", - "kind": "number", + "kind": "boolean", "type": { - "$ref": "272" + "$ref": "167" }, - "value": 0.009902010591734853 + "value": false }, { "$id": "2665", - "kind": "number", + "kind": "boolean", "type": { - "$ref": "272" + "$ref": "167" }, - "value": 0.007622760830993676 - } - ] - }, - "isChangePoint": { - "$id": "2666", - "kind": "array", - "type": { - "$ref": "266" - }, - "value": [ + "value": false + }, + { + "$id": "2666", + "kind": "boolean", + "type": { + "$ref": "167" + }, + "value": false + }, { "$id": "2667", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19172,7 +19238,7 @@ "$id": "2668", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19180,7 +19246,7 @@ "$id": "2669", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19188,7 +19254,7 @@ "$id": "2670", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19196,7 +19262,7 @@ "$id": "2671", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19204,7 +19270,7 @@ "$id": "2672", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19212,7 +19278,7 @@ "$id": "2673", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19220,7 +19286,7 @@ "$id": "2674", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19228,7 +19294,7 @@ "$id": "2675", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19236,7 +19302,7 @@ "$id": "2676", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19244,7 +19310,7 @@ "$id": "2677", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19252,7 +19318,7 @@ "$id": "2678", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19260,7 +19326,7 @@ "$id": "2679", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19268,7 +19334,7 @@ "$id": "2680", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19276,7 +19342,7 @@ "$id": "2681", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19284,7 +19350,7 @@ "$id": "2682", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19292,7 +19358,7 @@ "$id": "2683", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19300,7 +19366,7 @@ "$id": "2684", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19308,7 +19374,7 @@ "$id": "2685", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19316,7 +19382,7 @@ "$id": "2686", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19324,7 +19390,7 @@ "$id": "2687", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19332,7 +19398,7 @@ "$id": "2688", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19340,7 +19406,7 @@ "$id": "2689", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19348,7 +19414,7 @@ "$id": "2690", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19356,7 +19422,7 @@ "$id": "2691", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19364,7 +19430,7 @@ "$id": "2692", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19372,15 +19438,15 @@ "$id": "2693", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2694", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19388,7 +19454,7 @@ "$id": "2695", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19396,7 +19462,7 @@ "$id": "2696", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19404,7 +19470,7 @@ "$id": "2697", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19412,7 +19478,7 @@ "$id": "2698", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19420,7 +19486,7 @@ "$id": "2699", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19428,7 +19494,7 @@ "$id": "2700", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19436,7 +19502,7 @@ "$id": "2701", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19444,7 +19510,7 @@ "$id": "2702", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19452,7 +19518,7 @@ "$id": "2703", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19460,7 +19526,7 @@ "$id": "2704", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19468,7 +19534,7 @@ "$id": "2705", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19476,7 +19542,7 @@ "$id": "2706", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19484,7 +19550,7 @@ "$id": "2707", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19492,7 +19558,7 @@ "$id": "2708", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19500,7 +19566,7 @@ "$id": "2709", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19508,7 +19574,7 @@ "$id": "2710", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19516,7 +19582,7 @@ "$id": "2711", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19524,7 +19590,7 @@ "$id": "2712", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19532,7 +19598,7 @@ "$id": "2713", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19540,7 +19606,7 @@ "$id": "2714", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19548,7 +19614,7 @@ "$id": "2715", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19556,7 +19622,7 @@ "$id": "2716", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19564,7 +19630,7 @@ "$id": "2717", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19572,7 +19638,7 @@ "$id": "2718", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19580,7 +19646,7 @@ "$id": "2719", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19588,7 +19654,7 @@ "$id": "2720", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19596,7 +19662,7 @@ "$id": "2721", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19604,7 +19670,7 @@ "$id": "2722", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19612,7 +19678,7 @@ "$id": "2723", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19620,7 +19686,7 @@ "$id": "2724", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19628,7 +19694,7 @@ "$id": "2725", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19636,7 +19702,7 @@ "$id": "2726", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19644,7 +19710,7 @@ "$id": "2727", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19652,7 +19718,7 @@ "$id": "2728", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19660,7 +19726,7 @@ "$id": "2729", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19668,7 +19734,7 @@ "$id": "2730", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19676,7 +19742,7 @@ "$id": "2731", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19684,15 +19750,15 @@ "$id": "2732", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2733", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19700,7 +19766,7 @@ "$id": "2734", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19708,7 +19774,7 @@ "$id": "2735", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19716,7 +19782,7 @@ "$id": "2736", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19724,7 +19790,7 @@ "$id": "2737", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19732,7 +19798,7 @@ "$id": "2738", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19740,7 +19806,7 @@ "$id": "2739", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19748,7 +19814,7 @@ "$id": "2740", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19756,7 +19822,7 @@ "$id": "2741", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19764,7 +19830,7 @@ "$id": "2742", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19772,7 +19838,7 @@ "$id": "2743", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19780,7 +19846,7 @@ "$id": "2744", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19788,7 +19854,7 @@ "$id": "2745", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19796,7 +19862,7 @@ "$id": "2746", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19804,7 +19870,7 @@ "$id": "2747", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19812,7 +19878,7 @@ "$id": "2748", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19820,7 +19886,7 @@ "$id": "2749", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19828,15 +19894,15 @@ "$id": "2750", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2751", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19844,7 +19910,7 @@ "$id": "2752", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19852,7 +19918,7 @@ "$id": "2753", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19860,7 +19926,7 @@ "$id": "2754", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19868,7 +19934,7 @@ "$id": "2755", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19876,7 +19942,7 @@ "$id": "2756", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19884,7 +19950,7 @@ "$id": "2757", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19892,7 +19958,7 @@ "$id": "2758", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19900,7 +19966,7 @@ "$id": "2759", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19908,7 +19974,7 @@ "$id": "2760", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19916,7 +19982,7 @@ "$id": "2761", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19924,15 +19990,15 @@ "$id": "2762", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2763", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19940,7 +20006,7 @@ "$id": "2764", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19948,7 +20014,7 @@ "$id": "2765", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19956,7 +20022,7 @@ "$id": "2766", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19964,7 +20030,7 @@ "$id": "2767", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19972,7 +20038,7 @@ "$id": "2768", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19980,7 +20046,7 @@ "$id": "2769", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -19988,15 +20054,15 @@ "$id": "2770", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2771", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20004,7 +20070,7 @@ "$id": "2772", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20012,7 +20078,7 @@ "$id": "2773", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20020,7 +20086,7 @@ "$id": "2774", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20028,7 +20094,7 @@ "$id": "2775", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20036,7 +20102,7 @@ "$id": "2776", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20044,7 +20110,7 @@ "$id": "2777", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20052,7 +20118,7 @@ "$id": "2778", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20060,7 +20126,7 @@ "$id": "2779", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20068,15 +20134,15 @@ "$id": "2780", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2781", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20084,7 +20150,7 @@ "$id": "2782", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20092,7 +20158,7 @@ "$id": "2783", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20100,7 +20166,7 @@ "$id": "2784", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20108,7 +20174,7 @@ "$id": "2785", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20116,7 +20182,7 @@ "$id": "2786", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20124,7 +20190,7 @@ "$id": "2787", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20132,7 +20198,7 @@ "$id": "2788", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20140,7 +20206,7 @@ "$id": "2789", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20148,7 +20214,7 @@ "$id": "2790", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20156,7 +20222,7 @@ "$id": "2791", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20164,7 +20230,7 @@ "$id": "2792", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20172,7 +20238,7 @@ "$id": "2793", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20180,7 +20246,7 @@ "$id": "2794", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20188,7 +20254,7 @@ "$id": "2795", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20196,7 +20262,7 @@ "$id": "2796", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20204,7 +20270,7 @@ "$id": "2797", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20212,7 +20278,7 @@ "$id": "2798", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20220,7 +20286,7 @@ "$id": "2799", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20228,15 +20294,15 @@ "$id": "2800", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2801", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20244,7 +20310,7 @@ "$id": "2802", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20252,7 +20318,7 @@ "$id": "2803", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20260,7 +20326,7 @@ "$id": "2804", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20268,7 +20334,7 @@ "$id": "2805", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20276,7 +20342,7 @@ "$id": "2806", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20284,7 +20350,7 @@ "$id": "2807", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20292,7 +20358,7 @@ "$id": "2808", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20300,7 +20366,7 @@ "$id": "2809", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20308,7 +20374,7 @@ "$id": "2810", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20316,7 +20382,7 @@ "$id": "2811", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20324,7 +20390,7 @@ "$id": "2812", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20332,7 +20398,7 @@ "$id": "2813", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20340,7 +20406,7 @@ "$id": "2814", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20348,7 +20414,7 @@ "$id": "2815", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20356,7 +20422,7 @@ "$id": "2816", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20364,7 +20430,7 @@ "$id": "2817", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20372,15 +20438,15 @@ "$id": "2818", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2819", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20388,7 +20454,7 @@ "$id": "2820", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20396,7 +20462,7 @@ "$id": "2821", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20404,7 +20470,7 @@ "$id": "2822", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20412,7 +20478,7 @@ "$id": "2823", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20420,7 +20486,7 @@ "$id": "2824", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20428,7 +20494,7 @@ "$id": "2825", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20436,7 +20502,7 @@ "$id": "2826", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20444,7 +20510,7 @@ "$id": "2827", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20452,7 +20518,7 @@ "$id": "2828", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20460,7 +20526,7 @@ "$id": "2829", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20468,7 +20534,7 @@ "$id": "2830", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20476,7 +20542,7 @@ "$id": "2831", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20484,7 +20550,7 @@ "$id": "2832", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20492,7 +20558,7 @@ "$id": "2833", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20500,7 +20566,7 @@ "$id": "2834", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20508,7 +20574,7 @@ "$id": "2835", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20516,7 +20582,7 @@ "$id": "2836", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20524,7 +20590,7 @@ "$id": "2837", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20532,7 +20598,7 @@ "$id": "2838", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20540,7 +20606,7 @@ "$id": "2839", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20548,7 +20614,7 @@ "$id": "2840", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20556,7 +20622,7 @@ "$id": "2841", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20564,15 +20630,15 @@ "$id": "2842", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2843", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20580,7 +20646,7 @@ "$id": "2844", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20588,7 +20654,7 @@ "$id": "2845", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20596,7 +20662,7 @@ "$id": "2846", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20604,7 +20670,7 @@ "$id": "2847", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20612,15 +20678,15 @@ "$id": "2848", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2849", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20628,7 +20694,7 @@ "$id": "2850", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20636,7 +20702,7 @@ "$id": "2851", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20644,7 +20710,7 @@ "$id": "2852", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20652,7 +20718,7 @@ "$id": "2853", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20660,7 +20726,7 @@ "$id": "2854", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20668,7 +20734,7 @@ "$id": "2855", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20676,7 +20742,7 @@ "$id": "2856", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20684,7 +20750,7 @@ "$id": "2857", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20692,7 +20758,7 @@ "$id": "2858", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20700,7 +20766,7 @@ "$id": "2859", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20708,7 +20774,7 @@ "$id": "2860", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20716,7 +20782,7 @@ "$id": "2861", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20724,7 +20790,7 @@ "$id": "2862", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20732,7 +20798,7 @@ "$id": "2863", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20740,7 +20806,7 @@ "$id": "2864", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20748,7 +20814,7 @@ "$id": "2865", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20756,7 +20822,7 @@ "$id": "2866", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20764,15 +20830,15 @@ "$id": "2867", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": false + "value": true }, { "$id": "2868", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20780,7 +20846,7 @@ "$id": "2869", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20788,7 +20854,7 @@ "$id": "2870", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20796,7 +20862,7 @@ "$id": "2871", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20804,15 +20870,15 @@ "$id": "2872", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, - "value": true + "value": false }, { "$id": "2873", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20820,7 +20886,7 @@ "$id": "2874", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20828,7 +20894,7 @@ "$id": "2875", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20836,7 +20902,7 @@ "$id": "2876", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20844,7 +20910,7 @@ "$id": "2877", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20852,7 +20918,7 @@ "$id": "2878", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20860,7 +20926,7 @@ "$id": "2879", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20868,7 +20934,7 @@ "$id": "2880", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20876,7 +20942,7 @@ "$id": "2881", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20884,7 +20950,7 @@ "$id": "2882", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20892,7 +20958,7 @@ "$id": "2883", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20900,7 +20966,7 @@ "$id": "2884", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20908,7 +20974,7 @@ "$id": "2885", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20916,7 +20982,7 @@ "$id": "2886", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20924,7 +20990,7 @@ "$id": "2887", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20932,7 +20998,7 @@ "$id": "2888", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20940,7 +21006,7 @@ "$id": "2889", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20948,7 +21014,7 @@ "$id": "2890", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20956,7 +21022,7 @@ "$id": "2891", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20964,7 +21030,7 @@ "$id": "2892", "kind": "boolean", "type": { - "$ref": "267" + "$ref": "167" }, "value": false }, @@ -20972,247 +21038,7 @@ "$id": "2893", "kind": "boolean", "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2894", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2895", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2896", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2897", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": true - }, - { - "$id": "2898", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2899", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2900", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2901", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2902", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2903", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2904", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2905", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2906", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2907", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2908", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2909", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2910", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2911", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2912", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2913", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2914", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2915", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2916", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2917", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2918", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2919", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2920", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2921", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2922", - "kind": "boolean", - "type": { - "$ref": "267" - }, - "value": false - }, - { - "$id": "2923", - "kind": "boolean", - "type": { - "$ref": "267" + "$ref": "167" }, "value": false } @@ -21227,12 +21053,12 @@ }, "parameters": [ { - "$id": "2924", + "$id": "2894", "name": "options", "nameInRequest": "options", "doc": "Method of univariate anomaly detection.", "type": { - "$ref": "236" + "$ref": "226" }, "location": "Body", "isApiVersion": false, @@ -21245,12 +21071,12 @@ "skipUrlEncoding": false }, { - "$id": "2925", + "$id": "2895", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1357" + "$ref": "1327" }, "location": "Header", "isApiVersion": false, @@ -21263,11 +21089,11 @@ "skipUrlEncoding": false }, { - "$id": "2926", + "$id": "2896", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "1360" + "$ref": "1330" }, "location": "Header", "isApiVersion": false, @@ -21281,9 +21107,9 @@ } ], "response": { - "$id": "2927", + "$id": "2897", "type": { - "$ref": "260" + "$ref": "249" } }, "isOverride": false, @@ -21294,12 +21120,12 @@ ], "parameters": [ { - "$id": "2928", + "$id": "2898", "name": "Endpoint", "nameInRequest": "Endpoint", "doc": "Supported Cognitive Services endpoints (protocol and hostname, for example:\nhttps://westus2.api.cognitive.microsoft.com).", "type": { - "$id": "2929", + "$id": "2899", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -21314,7 +21140,7 @@ "kind": "Client" }, { - "$id": "2930", + "$id": "2900", "name": "ApiVersion", "nameInRequest": "ApiVersion", "doc": "Api Version", @@ -21330,9 +21156,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "2931", + "$id": "2901", "type": { - "$id": "2932", + "$id": "2902", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -21347,17 +21173,17 @@ "v1.1" ], "parent": { - "$ref": "550" + "$ref": "520" } }, { - "$id": "2933", + "$id": "2903", "kind": "client", "name": "Multivariate", "namespace": "AnomalyDetector.Multivariate", "methods": [ { - "$id": "2934", + "$id": "2904", "kind": "basic", "name": "GetMultivariateBatchDetectionResult", "accessibility": "public", @@ -21367,7 +21193,7 @@ "doc": "For asynchronous inference, get multivariate anomaly detection result based on\nresultId returned by the BatchDetectAnomaly api.", "summary": "Get Multivariate Anomaly Detection Result", "operation": { - "$id": "2935", + "$id": "2905", "name": "GetMultivariateBatchDetectionResult", "resourceName": "Multivariate", "summary": "Get Multivariate Anomaly Detection Result", @@ -21375,17 +21201,17 @@ "accessibility": "public", "parameters": [ { - "$id": "2936", + "$id": "2906", "name": "resultId", "nameInRequest": "resultId", "doc": "ID of a batch detection result.", "type": { - "$id": "2937", + "$id": "2907", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "2938", + "$id": "2908", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -21404,17 +21230,17 @@ "skipUrlEncoding": false }, { - "$id": "2939", + "$id": "2909", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "2940", + "$id": "2910", "kind": "constant", "name": "GetMultivariateBatchDetectionResultContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "2941", + "$id": "2911", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -21436,12 +21262,12 @@ ], "responses": [ { - "$id": "2942", + "$id": "2912", "statusCodes": [ 200 ], "bodyType": { - "$ref": "275" + "$ref": "260" }, "headers": [], "isErrorResponse": false, @@ -21460,22 +21286,22 @@ "decorators": [], "examples": [ { - "$id": "2943", + "$id": "2913", "kind": "http", "name": "Get multivariate batch detection result", "description": "Get multivariate batch detection result", "filePath": "v1.1/GetResult.json", "parameters": [ { - "$id": "2944", + "$id": "2914", "parameter": { - "$ref": "2936" + "$ref": "2906" }, "value": { - "$id": "2945", + "$id": "2915", "kind": "string", "type": { - "$ref": "2937" + "$ref": "2907" }, "value": "663884e6-b117-11ea-b3de-0242ac130004" } @@ -21483,37 +21309,37 @@ ], "responses": [ { - "$id": "2946", + "$id": "2916", "response": { - "$ref": "2942" + "$ref": "2912" }, "statusCode": 200, "bodyValue": { - "$id": "2947", + "$id": "2917", "kind": "model", "type": { - "$ref": "275" + "$ref": "260" }, "value": { - "$id": "2948", + "$id": "2918", "resultId": { - "$id": "2949", + "$id": "2919", "kind": "string", "type": { - "$ref": "277" + "$ref": "262" }, "value": "663884e6-b117-11ea-b3de-0242ac130004" }, "summary": { - "$id": "2950", + "$id": "2920", "kind": "model", "type": { - "$ref": "282" + "$ref": "267" }, "value": { - "$id": "2951", + "$id": "2921", "status": { - "$id": "2952", + "$id": "2922", "kind": "string", "type": { "$ref": "60" @@ -21521,165 +21347,165 @@ "value": "READY" }, "errors": { - "$id": "2953", + "$id": "2923", "kind": "array", "type": { - "$ref": "287" + "$ref": "272" }, "value": [] }, "variableStates": { - "$id": "2954", + "$id": "2924", "kind": "array", "type": { - "$ref": "300" + "$ref": "285" }, "value": [ { - "$id": "2955", + "$id": "2925", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "2956", + "$id": "2926", "variable": { - "$id": "2957", + "$id": "2927", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_1" }, "filledNARatio": { - "$id": "2958", + "$id": "2928", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "2959", + "$id": "2929", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "2960", + "$id": "2930", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "2961", + "$id": "2931", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } } }, { - "$id": "2962", + "$id": "2932", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "2963", + "$id": "2933", "variable": { - "$id": "2964", + "$id": "2934", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_2" }, "filledNARatio": { - "$id": "2965", + "$id": "2935", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "2966", + "$id": "2936", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "2967", + "$id": "2937", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "2968", + "$id": "2938", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } } }, { - "$id": "2969", + "$id": "2939", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "2970", + "$id": "2940", "variable": { - "$id": "2971", + "$id": "2941", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_3" }, "filledNARatio": { - "$id": "2972", + "$id": "2942", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "2973", + "$id": "2943", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "2974", + "$id": "2944", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "2975", + "$id": "2945", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } @@ -21688,42 +21514,42 @@ ] }, "setupInfo": { - "$id": "2976", + "$id": "2946", "kind": "model", "type": { - "$ref": "327" + "$ref": "312" }, "value": { - "$id": "2977", + "$id": "2947", "dataSource": { - "$id": "2978", + "$id": "2948", "kind": "string", "type": { - "$ref": "329" + "$ref": "314" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "topContributorCount": { - "$id": "2979", + "$id": "2949", "kind": "number", "type": { - "$ref": "333" + "$ref": "318" }, "value": 10 }, "startTime": { - "$id": "2980", + "$id": "2950", "kind": "string", "type": { - "$ref": "337" + "$ref": "322" }, "value": "2021-01-01T00:00:00Z" }, "endTime": { - "$id": "2981", + "$id": "2951", "kind": "string", "type": { - "$ref": "342" + "$ref": "327" }, "value": "2021-01-01T00:29:00Z" } @@ -21732,179 +21558,179 @@ } }, "results": { - "$id": "2982", + "$id": "2952", "kind": "array", "type": { - "$ref": "351" + "$ref": "336" }, "value": [ { - "$id": "2983", + "$id": "2953", "kind": "model", "type": { - "$ref": "352" + "$ref": "337" }, "value": { - "$id": "2984", + "$id": "2954", "timestamp": { - "$id": "2985", + "$id": "2955", "kind": "string", "type": { - "$ref": "354" + "$ref": "339" }, "value": "2021-01-01T00:28:00Z" }, "value": { - "$id": "2986", + "$id": "2956", "kind": "model", "type": { - "$ref": "359" + "$ref": "344" }, "value": { - "$id": "2987", + "$id": "2957", "isAnomaly": { - "$id": "2988", + "$id": "2958", "kind": "boolean", "type": { - "$ref": "361" + "$ref": "346" }, "value": false }, "severity": { - "$id": "2989", + "$id": "2959", "kind": "number", "type": { - "$ref": "365" + "$ref": "350" }, "value": 0 }, "score": { - "$id": "2990", + "$id": "2960", "kind": "number", "type": { - "$ref": "369" + "$ref": "354" }, "value": 0.6928471326828003 } } }, "errors": { - "$id": "2991", + "$id": "2961", "kind": "array", "type": { - "$ref": "397" + "$ref": "272" }, "value": [] } } }, { - "$id": "2992", + "$id": "2962", "kind": "model", "type": { - "$ref": "352" + "$ref": "337" }, "value": { - "$id": "2993", + "$id": "2963", "timestamp": { - "$id": "2994", + "$id": "2964", "kind": "string", "type": { - "$ref": "354" + "$ref": "339" }, "value": "2021-01-01T00:29:00Z" }, "value": { - "$id": "2995", + "$id": "2965", "kind": "model", "type": { - "$ref": "359" + "$ref": "344" }, "value": { - "$id": "2996", + "$id": "2966", "isAnomaly": { - "$id": "2997", + "$id": "2967", "kind": "boolean", "type": { - "$ref": "361" + "$ref": "346" }, "value": true }, "severity": { - "$id": "2998", + "$id": "2968", "kind": "number", "type": { - "$ref": "365" + "$ref": "350" }, "value": 0.5337404608726501 }, "score": { - "$id": "2999", + "$id": "2969", "kind": "number", "type": { - "$ref": "369" + "$ref": "354" }, "value": 0.9171165823936462 }, "interpretation": { - "$id": "3000", + "$id": "2970", "kind": "array", "type": { - "$ref": "373" + "$ref": "358" }, "value": [ { - "$id": "3001", + "$id": "2971", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3002", + "$id": "2972", "variable": { - "$id": "3003", + "$id": "2973", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_2" }, "contributionScore": { - "$id": "3004", + "$id": "2974", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.5371576215 }, "correlationChanges": { - "$id": "3005", + "$id": "2975", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3006", + "$id": "2976", "changedVariables": { - "$id": "3007", + "$id": "2977", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [ { - "$id": "3008", + "$id": "2978", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_1" }, { - "$id": "3009", + "$id": "2979", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_3" } @@ -21915,49 +21741,49 @@ } }, { - "$id": "3010", + "$id": "2980", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3011", + "$id": "2981", "variable": { - "$id": "3012", + "$id": "2982", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_3" }, "contributionScore": { - "$id": "3013", + "$id": "2983", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.3324159383 }, "correlationChanges": { - "$id": "3014", + "$id": "2984", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3015", + "$id": "2985", "changedVariables": { - "$id": "3016", + "$id": "2986", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [ { - "$id": "3017", + "$id": "2987", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_2" } @@ -21968,42 +21794,42 @@ } }, { - "$id": "3018", + "$id": "2988", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3019", + "$id": "2989", "variable": { - "$id": "3020", + "$id": "2990", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_1" }, "contributionScore": { - "$id": "3021", + "$id": "2991", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.1304264402 }, "correlationChanges": { - "$id": "3022", + "$id": "2992", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3023", + "$id": "2993", "changedVariables": { - "$id": "3024", + "$id": "2994", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [] } @@ -22028,17 +21854,17 @@ }, "parameters": [ { - "$id": "3025", + "$id": "2995", "name": "resultId", "nameInRequest": "resultId", "doc": "ID of a batch detection result.", "type": { - "$id": "3026", + "$id": "2996", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "3027", + "$id": "2997", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -22057,11 +21883,11 @@ "skipUrlEncoding": false }, { - "$id": "3028", + "$id": "2998", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "2940" + "$ref": "2910" }, "location": "Header", "isApiVersion": false, @@ -22075,9 +21901,9 @@ } ], "response": { - "$id": "3029", + "$id": "2999", "type": { - "$ref": "275" + "$ref": "260" } }, "isOverride": false, @@ -22086,7 +21912,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.GetMultivariateBatchDetectionResult" }, { - "$id": "3030", + "$id": "3000", "kind": "basic", "name": "TrainMultivariateModel", "accessibility": "public", @@ -22096,7 +21922,7 @@ "doc": "Create and train a multivariate anomaly detection model. The request must\ninclude a source parameter to indicate an externally accessible Azure blob\nstorage URI.There are two types of data input: An URI pointed to an Azure blob\nstorage folder which contains multiple CSV files, and each CSV file contains\ntwo columns, timestamp and variable. Another type of input is an URI pointed to\na CSV file in Azure blob storage, which contains all the variables and a\ntimestamp column.", "summary": "Train a Multivariate Anomaly Detection Model", "operation": { - "$id": "3031", + "$id": "3001", "name": "TrainMultivariateModel", "resourceName": "Multivariate", "summary": "Train a Multivariate Anomaly Detection Model", @@ -22104,18 +21930,18 @@ "accessibility": "public", "parameters": [ { - "$id": "3032", + "$id": "3002", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "3033", + "$id": "3003", "kind": "constant", "name": "TrainMultivariateModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3034", + "$id": "3004", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -22135,17 +21961,17 @@ "skipUrlEncoding": false }, { - "$id": "3035", + "$id": "3005", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3036", + "$id": "3006", "kind": "constant", "name": "TrainMultivariateModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "3037", + "$id": "3007", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -22165,12 +21991,12 @@ "skipUrlEncoding": false }, { - "$id": "3038", + "$id": "3008", "name": "modelInfo", "nameInRequest": "modelInfo", "doc": "Model information.", "type": { - "$ref": "402" + "$ref": "386" }, "location": "Body", "isApiVersion": false, @@ -22185,21 +22011,21 @@ ], "responses": [ { - "$id": "3039", + "$id": "3009", "statusCodes": [ 201 ], "bodyType": { - "$ref": "481" + "$ref": "457" }, "headers": [ { - "$id": "3040", + "$id": "3010", "name": "Location", "nameInResponse": "location", "doc": "Location and ID of the model.", "type": { - "$id": "3041", + "$id": "3011", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -22226,57 +22052,57 @@ "decorators": [], "examples": [ { - "$id": "3042", + "$id": "3012", "kind": "http", "name": "Create and train multivariate model", "description": "Create and train multivariate model", "filePath": "v1.1/TrainModel.json", "parameters": [ { - "$id": "3043", + "$id": "3013", "parameter": { - "$ref": "3032" + "$ref": "3002" }, "value": { - "$id": "3044", + "$id": "3014", "kind": "string", "type": { - "$ref": "3033" + "$ref": "3003" }, "value": "application/json" } }, { - "$id": "3045", + "$id": "3015", "parameter": { - "$ref": "3038" + "$ref": "3008" }, "value": { - "$id": "3046", + "$id": "3016", "kind": "model", "type": { - "$ref": "402" + "$ref": "386" }, "value": { - "$id": "3047", + "$id": "3017", "slidingWindow": { - "$id": "3048", + "$id": "3018", "kind": "number", "type": { - "$ref": "425" + "$ref": "409" }, "value": 20 }, "alignPolicy": { - "$id": "3049", + "$id": "3019", "kind": "model", "type": { - "$ref": "429" + "$ref": "413" }, "value": { - "$id": "3050", + "$id": "3020", "alignMode": { - "$id": "3051", + "$id": "3021", "kind": "string", "type": { "$ref": "76" @@ -22284,7 +22110,7 @@ "value": "Outer" }, "fillNAMethod": { - "$id": "3052", + "$id": "3022", "kind": "string", "type": { "$ref": "82" @@ -22292,25 +22118,25 @@ "value": "Linear" }, "paddingValue": { - "$id": "3053", + "$id": "3023", "kind": "number", "type": { - "$ref": "437" + "$ref": "421" }, "value": 0 } } }, "dataSource": { - "$id": "3054", + "$id": "3024", "kind": "string", "type": { - "$ref": "404" + "$ref": "388" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "dataSchema": { - "$id": "3055", + "$id": "3025", "kind": "string", "type": { "$ref": "70" @@ -22318,26 +22144,26 @@ "value": "OneTable" }, "startTime": { - "$id": "3056", + "$id": "3026", "kind": "string", "type": { - "$ref": "411" + "$ref": "395" }, "value": "2019-04-01T00:00:00Z" }, "endTime": { - "$id": "3057", + "$id": "3027", "kind": "string", "type": { - "$ref": "416" + "$ref": "400" }, "value": "2019-04-02T00:00:00Z" }, "displayName": { - "$id": "3058", + "$id": "3028", "kind": "string", "type": { - "$ref": "421" + "$ref": "405" }, "value": "Devops-MultiAD" } @@ -22347,69 +22173,69 @@ ], "responses": [ { - "$id": "3059", + "$id": "3029", "response": { - "$ref": "3039" + "$ref": "3009" }, "statusCode": 201, "bodyValue": { - "$id": "3060", + "$id": "3030", "kind": "model", "type": { - "$ref": "481" + "$ref": "457" }, "value": { - "$id": "3061", + "$id": "3031", "modelId": { - "$id": "3062", + "$id": "3032", "kind": "string", "type": { - "$ref": "483" + "$ref": "459" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" }, "createdTime": { - "$id": "3063", + "$id": "3033", "kind": "string", "type": { - "$ref": "488" + "$ref": "464" }, "value": "2020-06-30T00:00:00Z" }, "lastUpdatedTime": { - "$id": "3064", + "$id": "3034", "kind": "string", "type": { - "$ref": "493" + "$ref": "469" }, "value": "2020-06-30T00:00:00Z" }, "modelInfo": { - "$id": "3065", + "$id": "3035", "kind": "model", "type": { - "$ref": "402" + "$ref": "386" }, "value": { - "$id": "3066", + "$id": "3036", "slidingWindow": { - "$id": "3067", + "$id": "3037", "kind": "number", "type": { - "$ref": "425" + "$ref": "409" }, "value": 20 }, "alignPolicy": { - "$id": "3068", + "$id": "3038", "kind": "model", "type": { - "$ref": "429" + "$ref": "413" }, "value": { - "$id": "3069", + "$id": "3039", "alignMode": { - "$id": "3070", + "$id": "3040", "kind": "string", "type": { "$ref": "76" @@ -22417,7 +22243,7 @@ "value": "Outer" }, "fillNAMethod": { - "$id": "3071", + "$id": "3041", "kind": "string", "type": { "$ref": "82" @@ -22425,25 +22251,25 @@ "value": "Linear" }, "paddingValue": { - "$id": "3072", + "$id": "3042", "kind": "number", "type": { - "$ref": "437" + "$ref": "421" }, "value": 0 } } }, "dataSource": { - "$id": "3073", + "$id": "3043", "kind": "string", "type": { - "$ref": "404" + "$ref": "388" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "dataSchema": { - "$id": "3074", + "$id": "3044", "kind": "string", "type": { "$ref": "70" @@ -22451,31 +22277,31 @@ "value": "OneTable" }, "startTime": { - "$id": "3075", + "$id": "3045", "kind": "string", "type": { - "$ref": "411" + "$ref": "395" }, "value": "2019-04-01T00:00:00Z" }, "endTime": { - "$id": "3076", + "$id": "3046", "kind": "string", "type": { - "$ref": "416" + "$ref": "400" }, "value": "2019-04-02T00:00:00Z" }, "displayName": { - "$id": "3077", + "$id": "3047", "kind": "string", "type": { - "$ref": "421" + "$ref": "405" }, "value": "Devops-MultiAD" }, "status": { - "$id": "3078", + "$id": "3048", "kind": "string", "type": { "$ref": "94" @@ -22483,10 +22309,10 @@ "value": "CREATED" }, "errors": { - "$id": "3079", + "$id": "3049", "kind": "array", "type": { - "$ref": "446" + "$ref": "272" }, "value": [] } @@ -22501,12 +22327,12 @@ }, "parameters": [ { - "$id": "3080", + "$id": "3050", "name": "modelInfo", "nameInRequest": "modelInfo", "doc": "Model information.", "type": { - "$ref": "402" + "$ref": "386" }, "location": "Body", "isApiVersion": false, @@ -22519,12 +22345,12 @@ "skipUrlEncoding": false }, { - "$id": "3081", + "$id": "3051", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "3033" + "$ref": "3003" }, "location": "Header", "isApiVersion": false, @@ -22537,11 +22363,11 @@ "skipUrlEncoding": false }, { - "$id": "3082", + "$id": "3052", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3036" + "$ref": "3006" }, "location": "Header", "isApiVersion": false, @@ -22555,9 +22381,9 @@ } ], "response": { - "$id": "3083", + "$id": "3053", "type": { - "$ref": "481" + "$ref": "457" } }, "isOverride": false, @@ -22566,7 +22392,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.TrainMultivariateModel" }, { - "$id": "3084", + "$id": "3054", "kind": "paging", "name": "ListMultivariateModels", "accessibility": "public", @@ -22576,7 +22402,7 @@ "doc": "List models of a resource.", "summary": "List Multivariate Models", "operation": { - "$id": "3085", + "$id": "3055", "name": "ListMultivariateModels", "resourceName": "Multivariate", "summary": "List Multivariate Models", @@ -22584,12 +22410,12 @@ "accessibility": "public", "parameters": [ { - "$id": "3086", + "$id": "3056", "name": "skip", "nameInRequest": "skip", "doc": "Skip indicates how many models will be skipped.", "type": { - "$id": "3087", + "$id": "3057", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -22606,12 +22432,12 @@ "skipUrlEncoding": false }, { - "$id": "3088", + "$id": "3058", "name": "top", "nameInRequest": "top", "doc": "Top indicates how many models will be fetched.", "type": { - "$id": "3089", + "$id": "3059", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -22628,17 +22454,17 @@ "skipUrlEncoding": false }, { - "$id": "3090", + "$id": "3060", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3091", + "$id": "3061", "kind": "constant", "name": "ListMultivariateModelsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3092", + "$id": "3062", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -22660,12 +22486,12 @@ ], "responses": [ { - "$id": "3093", + "$id": "3063", "statusCodes": [ 200 ], "bodyType": { - "$ref": "500" + "$ref": "476" }, "headers": [], "isErrorResponse": false, @@ -22684,36 +22510,36 @@ "decorators": [], "examples": [ { - "$id": "3094", + "$id": "3064", "kind": "http", "name": "List multivariate models", "description": "List multivariate models", "filePath": "v1.1/ListModel.json", "parameters": [ { - "$id": "3095", + "$id": "3065", "parameter": { - "$ref": "3086" + "$ref": "3056" }, "value": { - "$id": "3096", + "$id": "3066", "kind": "number", "type": { - "$ref": "3087" + "$ref": "3057" }, "value": 0 } }, { - "$id": "3097", + "$id": "3067", "parameter": { - "$ref": "3088" + "$ref": "3058" }, "value": { - "$id": "3098", + "$id": "3068", "kind": "number", "type": { - "$ref": "3089" + "$ref": "3059" }, "value": 10 } @@ -22721,84 +22547,84 @@ ], "responses": [ { - "$id": "3099", + "$id": "3069", "response": { - "$ref": "3093" + "$ref": "3063" }, "statusCode": 200, "bodyValue": { - "$id": "3100", + "$id": "3070", "kind": "model", "type": { - "$ref": "500" + "$ref": "476" }, "value": { - "$id": "3101", + "$id": "3071", "models": { - "$id": "3102", + "$id": "3072", "kind": "array", "type": { - "$ref": "502" + "$ref": "478" }, "value": [ { - "$id": "3103", + "$id": "3073", "kind": "model", "type": { - "$ref": "481" + "$ref": "457" }, "value": { - "$id": "3104", + "$id": "3074", "modelId": { - "$id": "3105", + "$id": "3075", "kind": "string", "type": { - "$ref": "483" + "$ref": "459" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" }, "createdTime": { - "$id": "3106", + "$id": "3076", "kind": "string", "type": { - "$ref": "488" + "$ref": "464" }, "value": "2020-06-30T00:00:00Z" }, "lastUpdatedTime": { - "$id": "3107", + "$id": "3077", "kind": "string", "type": { - "$ref": "493" + "$ref": "469" }, "value": "2020-06-30T00:00:00Z" }, "modelInfo": { - "$id": "3108", + "$id": "3078", "kind": "model", "type": { - "$ref": "402" + "$ref": "386" }, "value": { - "$id": "3109", + "$id": "3079", "slidingWindow": { - "$id": "3110", + "$id": "3080", "kind": "number", "type": { - "$ref": "425" + "$ref": "409" }, "value": 20 }, "alignPolicy": { - "$id": "3111", + "$id": "3081", "kind": "model", "type": { - "$ref": "429" + "$ref": "413" }, "value": { - "$id": "3112", + "$id": "3082", "alignMode": { - "$id": "3113", + "$id": "3083", "kind": "string", "type": { "$ref": "76" @@ -22806,7 +22632,7 @@ "value": "Outer" }, "fillNAMethod": { - "$id": "3114", + "$id": "3084", "kind": "string", "type": { "$ref": "82" @@ -22814,25 +22640,25 @@ "value": "Linear" }, "paddingValue": { - "$id": "3115", + "$id": "3085", "kind": "number", "type": { - "$ref": "437" + "$ref": "421" }, "value": 0 } } }, "dataSource": { - "$id": "3116", + "$id": "3086", "kind": "string", "type": { - "$ref": "404" + "$ref": "388" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "dataSchema": { - "$id": "3117", + "$id": "3087", "kind": "string", "type": { "$ref": "70" @@ -22840,31 +22666,31 @@ "value": "OneTable" }, "startTime": { - "$id": "3118", + "$id": "3088", "kind": "string", "type": { - "$ref": "411" + "$ref": "395" }, "value": "2019-04-01T00:00:00Z" }, "endTime": { - "$id": "3119", + "$id": "3089", "kind": "string", "type": { - "$ref": "416" + "$ref": "400" }, "value": "2019-04-02T00:00:00Z" }, "displayName": { - "$id": "3120", + "$id": "3090", "kind": "string", "type": { - "$ref": "421" + "$ref": "405" }, "value": "Devops-MultiAD" }, "status": { - "$id": "3121", + "$id": "3091", "kind": "string", "type": { "$ref": "94" @@ -22872,380 +22698,380 @@ "value": "READY" }, "errors": { - "$id": "3122", + "$id": "3092", "kind": "array", "type": { - "$ref": "446" + "$ref": "272" }, "value": [] }, "diagnosticsInfo": { - "$id": "3123", + "$id": "3093", "kind": "model", "type": { - "$ref": "450" + "$ref": "433" }, "value": { - "$id": "3124", + "$id": "3094", "modelState": { - "$id": "3125", + "$id": "3095", "kind": "model", "type": { - "$ref": "452" + "$ref": "435" }, "value": { - "$id": "3126", + "$id": "3096", "epochIds": { - "$id": "3127", + "$id": "3097", "kind": "array", "type": { - "$ref": "454" + "$ref": "437" }, "value": [ { - "$id": "3128", + "$id": "3098", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 10 }, { - "$id": "3129", + "$id": "3099", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 20 }, { - "$id": "3130", + "$id": "3100", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 30 }, { - "$id": "3131", + "$id": "3101", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 40 }, { - "$id": "3132", + "$id": "3102", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 50 }, { - "$id": "3133", + "$id": "3103", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 60 }, { - "$id": "3134", + "$id": "3104", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 70 }, { - "$id": "3135", + "$id": "3105", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 80 }, { - "$id": "3136", + "$id": "3106", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 90 }, { - "$id": "3137", + "$id": "3107", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 100 } ] }, "trainLosses": { - "$id": "3138", + "$id": "3108", "kind": "array", "type": { - "$ref": "459" + "$ref": "155" }, "value": [ { - "$id": "3139", + "$id": "3109", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.6291328072547913 }, { - "$id": "3140", + "$id": "3110", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.1671326905488968 }, { - "$id": "3141", + "$id": "3111", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.12354248017072678 }, { - "$id": "3142", + "$id": "3112", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.10259664058685303 }, { - "$id": "3143", + "$id": "3113", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.09584927558898926 }, { - "$id": "3144", + "$id": "3114", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.09069952368736267 }, { - "$id": "3145", + "$id": "3115", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08686016499996185 }, { - "$id": "3146", + "$id": "3116", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08603022992610931 }, { - "$id": "3147", + "$id": "3117", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08287354558706284 }, { - "$id": "3148", + "$id": "3118", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08235538005828857 } ] }, "validationLosses": { - "$id": "3149", + "$id": "3119", "kind": "array", "type": { - "$ref": "464" + "$ref": "155" }, "value": [ { - "$id": "3150", + "$id": "3120", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 1.9232804775238037 }, { - "$id": "3151", + "$id": "3121", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 1.0645641088485718 }, { - "$id": "3152", + "$id": "3122", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.6031560301780701 }, { - "$id": "3153", + "$id": "3123", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.5302737951278687 }, { - "$id": "3154", + "$id": "3124", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.46980252861976624 }, { - "$id": "3155", + "$id": "3125", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.4395163357257843 }, { - "$id": "3156", + "$id": "3126", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.41829314827919006 }, { - "$id": "3157", + "$id": "3127", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.40579143166542053 }, { - "$id": "3158", + "$id": "3128", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.405649870634079 }, { - "$id": "3159", + "$id": "3129", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.38492488861083984 } ] }, "latenciesInSeconds": { - "$id": "3160", + "$id": "3130", "kind": "array", "type": { - "$ref": "469" + "$ref": "155" }, "value": [ { - "$id": "3161", + "$id": "3131", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3398594856262207 }, { - "$id": "3162", + "$id": "3132", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3659665584564209 }, { - "$id": "3163", + "$id": "3133", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.37360644340515137 }, { - "$id": "3164", + "$id": "3134", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.35134077072143555 }, { - "$id": "3165", + "$id": "3135", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.33703041076660156 }, { - "$id": "3166", + "$id": "3136", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.31876277923583984 }, { - "$id": "3167", + "$id": "3137", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.32833099365234375 }, { - "$id": "3168", + "$id": "3138", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3503587245941162 }, { - "$id": "3169", + "$id": "3139", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3080024719238281 }, { - "$id": "3170", + "$id": "3140", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3327946662902832 } @@ -23254,457 +23080,457 @@ } }, "variableStates": { - "$id": "3171", + "$id": "3141", "kind": "array", "type": { - "$ref": "476" + "$ref": "285" }, "value": [ { - "$id": "3172", + "$id": "3142", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3173", + "$id": "3143", "variable": { - "$id": "3174", + "$id": "3144", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_input" }, "filledNARatio": { - "$id": "3175", + "$id": "3145", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3176", + "$id": "3146", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3177", + "$id": "3147", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3178", + "$id": "3148", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3179", + "$id": "3149", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3180", + "$id": "3150", "variable": { - "$id": "3181", + "$id": "3151", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_ontimer_output" }, "filledNARatio": { - "$id": "3182", + "$id": "3152", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3183", + "$id": "3153", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3184", + "$id": "3154", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3185", + "$id": "3155", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3186", + "$id": "3156", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3187", + "$id": "3157", "variable": { - "$id": "3188", + "$id": "3158", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ingestion" }, "filledNARatio": { - "$id": "3189", + "$id": "3159", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3190", + "$id": "3160", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3191", + "$id": "3161", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3192", + "$id": "3162", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3193", + "$id": "3163", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3194", + "$id": "3164", "variable": { - "$id": "3195", + "$id": "3165", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "data_in_speed" }, "filledNARatio": { - "$id": "3196", + "$id": "3166", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3197", + "$id": "3167", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3198", + "$id": "3168", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3199", + "$id": "3169", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3200", + "$id": "3170", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3201", + "$id": "3171", "variable": { - "$id": "3202", + "$id": "3172", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "cpu" }, "filledNARatio": { - "$id": "3203", + "$id": "3173", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3204", + "$id": "3174", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3205", + "$id": "3175", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3206", + "$id": "3176", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3207", + "$id": "3177", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3208", + "$id": "3178", "variable": { - "$id": "3209", + "$id": "3179", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_series_init" }, "filledNARatio": { - "$id": "3210", + "$id": "3180", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3211", + "$id": "3181", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3212", + "$id": "3182", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3213", + "$id": "3183", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3214", + "$id": "3184", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3215", + "$id": "3185", "variable": { - "$id": "3216", + "$id": "3186", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "flink_last_ckpt_duration" }, "filledNARatio": { - "$id": "3217", + "$id": "3187", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3218", + "$id": "3188", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3219", + "$id": "3189", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3220", + "$id": "3190", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3221", + "$id": "3191", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3222", + "$id": "3192", "variable": { - "$id": "3223", + "$id": "3193", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "data_out_speed" }, "filledNARatio": { - "$id": "3224", + "$id": "3194", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3225", + "$id": "3195", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3226", + "$id": "3196", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3227", + "$id": "3197", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3228", + "$id": "3198", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3229", + "$id": "3199", "variable": { - "$id": "3230", + "$id": "3200", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_output" }, "filledNARatio": { - "$id": "3231", + "$id": "3201", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3232", + "$id": "3202", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3233", + "$id": "3203", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3234", + "$id": "3204", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } @@ -23721,26 +23547,26 @@ ] }, "currentCount": { - "$id": "3235", + "$id": "3205", "kind": "number", "type": { - "$ref": "506" + "$ref": "482" }, "value": 1 }, "maxCount": { - "$id": "3236", + "$id": "3206", "kind": "number", "type": { - "$ref": "510" + "$ref": "486" }, "value": 20 }, "nextLink": { - "$id": "3237", + "$id": "3207", "kind": "string", "type": { - "$ref": "514" + "$ref": "490" }, "value": "" } @@ -23753,12 +23579,12 @@ }, "parameters": [ { - "$id": "3238", + "$id": "3208", "name": "skip", "nameInRequest": "skip", "doc": "Skip indicates how many models will be skipped.", "type": { - "$id": "3239", + "$id": "3209", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -23775,12 +23601,12 @@ "skipUrlEncoding": false }, { - "$id": "3240", + "$id": "3210", "name": "top", "nameInRequest": "top", "doc": "Top indicates how many models will be fetched.", "type": { - "$id": "3241", + "$id": "3211", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -23797,11 +23623,11 @@ "skipUrlEncoding": false }, { - "$id": "3242", + "$id": "3212", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3091" + "$ref": "3061" }, "location": "Header", "isApiVersion": false, @@ -23815,16 +23641,9 @@ } ], "response": { - "$id": "3243", + "$id": "3213", "type": { - "$id": "3244", - "kind": "array", - "name": "ArrayAnomalyDetectionModel", - "valueType": { - "$ref": "481" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "478" }, "resultSegments": [ "models" @@ -23835,12 +23654,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.ListMultivariateModels", "pagingMetadata": { - "$id": "3245", + "$id": "3214", "itemPropertySegments": [ "models" ], "nextLink": { - "$id": "3246", + "$id": "3215", "responseSegments": [ "nextLink" ], @@ -23849,7 +23668,7 @@ } }, { - "$id": "3247", + "$id": "3216", "kind": "basic", "name": "DeleteMultivariateModel", "accessibility": "public", @@ -23859,7 +23678,7 @@ "doc": "Delete an existing multivariate model according to the modelId", "summary": "Delete Multivariate Model", "operation": { - "$id": "3248", + "$id": "3217", "name": "DeleteMultivariateModel", "resourceName": "Multivariate", "summary": "Delete Multivariate Model", @@ -23867,12 +23686,12 @@ "accessibility": "public", "parameters": [ { - "$id": "3249", + "$id": "3218", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3250", + "$id": "3219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -23889,17 +23708,17 @@ "skipUrlEncoding": false }, { - "$id": "3251", + "$id": "3220", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3252", + "$id": "3221", "kind": "constant", "name": "DeleteMultivariateModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3253", + "$id": "3222", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -23921,7 +23740,7 @@ ], "responses": [ { - "$id": "3254", + "$id": "3223", "statusCodes": [ 204 ], @@ -23939,22 +23758,22 @@ "decorators": [], "examples": [ { - "$id": "3255", + "$id": "3224", "kind": "http", "name": "Delete multivariate model", "description": "Delete multivariate model", "filePath": "v1.1/DeleteModel.json", "parameters": [ { - "$id": "3256", + "$id": "3225", "parameter": { - "$ref": "3249" + "$ref": "3218" }, "value": { - "$id": "3257", + "$id": "3226", "kind": "string", "type": { - "$ref": "3250" + "$ref": "3219" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" } @@ -23962,9 +23781,9 @@ ], "responses": [ { - "$id": "3258", + "$id": "3227", "response": { - "$ref": "3254" + "$ref": "3223" }, "statusCode": 204 } @@ -23974,12 +23793,12 @@ }, "parameters": [ { - "$id": "3259", + "$id": "3228", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3260", + "$id": "3229", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -23996,11 +23815,11 @@ "skipUrlEncoding": false }, { - "$id": "3261", + "$id": "3230", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3252" + "$ref": "3221" }, "location": "Header", "isApiVersion": false, @@ -24014,7 +23833,7 @@ } ], "response": { - "$id": "3262" + "$id": "3231" }, "isOverride": false, "generateConvenient": true, @@ -24022,7 +23841,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.DeleteMultivariateModel" }, { - "$id": "3263", + "$id": "3232", "kind": "basic", "name": "GetMultivariateModel", "accessibility": "public", @@ -24032,7 +23851,7 @@ "doc": "Get detailed information of multivariate model, including the training status\nand variables used in the model.", "summary": "Get Multivariate Model", "operation": { - "$id": "3264", + "$id": "3233", "name": "GetMultivariateModel", "resourceName": "Multivariate", "summary": "Get Multivariate Model", @@ -24040,12 +23859,12 @@ "accessibility": "public", "parameters": [ { - "$id": "3265", + "$id": "3234", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3266", + "$id": "3235", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -24062,17 +23881,17 @@ "skipUrlEncoding": false }, { - "$id": "3267", + "$id": "3236", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3268", + "$id": "3237", "kind": "constant", "name": "GetMultivariateModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3269", + "$id": "3238", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -24094,12 +23913,12 @@ ], "responses": [ { - "$id": "3270", + "$id": "3239", "statusCodes": [ 200 ], "bodyType": { - "$ref": "481" + "$ref": "457" }, "headers": [], "isErrorResponse": false, @@ -24118,22 +23937,22 @@ "decorators": [], "examples": [ { - "$id": "3271", + "$id": "3240", "kind": "http", "name": "Get a multivariate model", "description": "Get a multivariate model", "filePath": "v1.1/GetModel.json", "parameters": [ { - "$id": "3272", + "$id": "3241", "parameter": { - "$ref": "3265" + "$ref": "3234" }, "value": { - "$id": "3273", + "$id": "3242", "kind": "string", "type": { - "$ref": "3266" + "$ref": "3235" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" } @@ -24141,69 +23960,69 @@ ], "responses": [ { - "$id": "3274", + "$id": "3243", "response": { - "$ref": "3270" + "$ref": "3239" }, "statusCode": 200, "bodyValue": { - "$id": "3275", + "$id": "3244", "kind": "model", "type": { - "$ref": "481" + "$ref": "457" }, "value": { - "$id": "3276", + "$id": "3245", "modelId": { - "$id": "3277", + "$id": "3246", "kind": "string", "type": { - "$ref": "483" + "$ref": "459" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" }, "createdTime": { - "$id": "3278", + "$id": "3247", "kind": "string", "type": { - "$ref": "488" + "$ref": "464" }, "value": "2020-06-30T00:00:00Z" }, "lastUpdatedTime": { - "$id": "3279", + "$id": "3248", "kind": "string", "type": { - "$ref": "493" + "$ref": "469" }, "value": "2020-06-30T00:00:00Z" }, "modelInfo": { - "$id": "3280", + "$id": "3249", "kind": "model", "type": { - "$ref": "402" + "$ref": "386" }, "value": { - "$id": "3281", + "$id": "3250", "slidingWindow": { - "$id": "3282", + "$id": "3251", "kind": "number", "type": { - "$ref": "425" + "$ref": "409" }, "value": 20 }, "alignPolicy": { - "$id": "3283", + "$id": "3252", "kind": "model", "type": { - "$ref": "429" + "$ref": "413" }, "value": { - "$id": "3284", + "$id": "3253", "alignMode": { - "$id": "3285", + "$id": "3254", "kind": "string", "type": { "$ref": "76" @@ -24211,7 +24030,7 @@ "value": "Outer" }, "fillNAMethod": { - "$id": "3286", + "$id": "3255", "kind": "string", "type": { "$ref": "82" @@ -24219,25 +24038,25 @@ "value": "Linear" }, "paddingValue": { - "$id": "3287", + "$id": "3256", "kind": "number", "type": { - "$ref": "437" + "$ref": "421" }, "value": 0 } } }, "dataSource": { - "$id": "3288", + "$id": "3257", "kind": "string", "type": { - "$ref": "404" + "$ref": "388" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "dataSchema": { - "$id": "3289", + "$id": "3258", "kind": "string", "type": { "$ref": "70" @@ -24245,31 +24064,31 @@ "value": "OneTable" }, "startTime": { - "$id": "3290", + "$id": "3259", "kind": "string", "type": { - "$ref": "411" + "$ref": "395" }, "value": "2019-04-01T00:00:00Z" }, "endTime": { - "$id": "3291", + "$id": "3260", "kind": "string", "type": { - "$ref": "416" + "$ref": "400" }, "value": "2019-04-02T00:00:00Z" }, "displayName": { - "$id": "3292", + "$id": "3261", "kind": "string", "type": { - "$ref": "421" + "$ref": "405" }, "value": "Devops-MultiAD" }, "status": { - "$id": "3293", + "$id": "3262", "kind": "string", "type": { "$ref": "94" @@ -24277,380 +24096,380 @@ "value": "READY" }, "errors": { - "$id": "3294", + "$id": "3263", "kind": "array", "type": { - "$ref": "446" + "$ref": "272" }, "value": [] }, "diagnosticsInfo": { - "$id": "3295", + "$id": "3264", "kind": "model", "type": { - "$ref": "450" + "$ref": "433" }, "value": { - "$id": "3296", + "$id": "3265", "modelState": { - "$id": "3297", + "$id": "3266", "kind": "model", "type": { - "$ref": "452" + "$ref": "435" }, "value": { - "$id": "3298", + "$id": "3267", "epochIds": { - "$id": "3299", + "$id": "3268", "kind": "array", "type": { - "$ref": "454" + "$ref": "437" }, "value": [ { - "$id": "3300", + "$id": "3269", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 10 }, { - "$id": "3301", + "$id": "3270", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 20 }, { - "$id": "3302", + "$id": "3271", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 30 }, { - "$id": "3303", + "$id": "3272", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 40 }, { - "$id": "3304", + "$id": "3273", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 50 }, { - "$id": "3305", + "$id": "3274", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 60 }, { - "$id": "3306", + "$id": "3275", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 70 }, { - "$id": "3307", + "$id": "3276", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 80 }, { - "$id": "3308", + "$id": "3277", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 90 }, { - "$id": "3309", + "$id": "3278", "kind": "number", "type": { - "$ref": "455" + "$ref": "438" }, "value": 100 } ] }, "trainLosses": { - "$id": "3310", + "$id": "3279", "kind": "array", "type": { - "$ref": "459" + "$ref": "155" }, "value": [ { - "$id": "3311", + "$id": "3280", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.6291328072547913 }, { - "$id": "3312", + "$id": "3281", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.1671326905488968 }, { - "$id": "3313", + "$id": "3282", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.12354248017072678 }, { - "$id": "3314", + "$id": "3283", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.10259664058685303 }, { - "$id": "3315", + "$id": "3284", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.09584927558898926 }, { - "$id": "3316", + "$id": "3285", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.09069952368736267 }, { - "$id": "3317", + "$id": "3286", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08686016499996185 }, { - "$id": "3318", + "$id": "3287", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08603022992610931 }, { - "$id": "3319", + "$id": "3288", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08287354558706284 }, { - "$id": "3320", + "$id": "3289", "kind": "number", "type": { - "$ref": "460" + "$ref": "156" }, "value": 0.08235538005828857 } ] }, "validationLosses": { - "$id": "3321", + "$id": "3290", "kind": "array", "type": { - "$ref": "464" + "$ref": "155" }, "value": [ { - "$id": "3322", + "$id": "3291", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 1.9232804775238037 }, { - "$id": "3323", + "$id": "3292", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 1.0645641088485718 }, { - "$id": "3324", + "$id": "3293", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.6031560301780701 }, { - "$id": "3325", + "$id": "3294", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.5302737951278687 }, { - "$id": "3326", + "$id": "3295", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.46980252861976624 }, { - "$id": "3327", + "$id": "3296", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.4395163357257843 }, { - "$id": "3328", + "$id": "3297", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.41829314827919006 }, { - "$id": "3329", + "$id": "3298", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.40579143166542053 }, { - "$id": "3330", + "$id": "3299", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.405649870634079 }, { - "$id": "3331", + "$id": "3300", "kind": "number", "type": { - "$ref": "465" + "$ref": "156" }, "value": 0.38492488861083984 } ] }, "latenciesInSeconds": { - "$id": "3332", + "$id": "3301", "kind": "array", "type": { - "$ref": "469" + "$ref": "155" }, "value": [ { - "$id": "3333", + "$id": "3302", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3398594856262207 }, { - "$id": "3334", + "$id": "3303", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3659665584564209 }, { - "$id": "3335", + "$id": "3304", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.37360644340515137 }, { - "$id": "3336", + "$id": "3305", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.35134077072143555 }, { - "$id": "3337", + "$id": "3306", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.33703041076660156 }, { - "$id": "3338", + "$id": "3307", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.31876277923583984 }, { - "$id": "3339", + "$id": "3308", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.32833099365234375 }, { - "$id": "3340", + "$id": "3309", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3503587245941162 }, { - "$id": "3341", + "$id": "3310", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3080024719238281 }, { - "$id": "3342", + "$id": "3311", "kind": "number", "type": { - "$ref": "470" + "$ref": "156" }, "value": 0.3327946662902832 } @@ -24659,457 +24478,457 @@ } }, "variableStates": { - "$id": "3343", + "$id": "3312", "kind": "array", "type": { - "$ref": "476" + "$ref": "285" }, "value": [ { - "$id": "3344", + "$id": "3313", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3345", + "$id": "3314", "variable": { - "$id": "3346", + "$id": "3315", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_input" }, "filledNARatio": { - "$id": "3347", + "$id": "3316", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3348", + "$id": "3317", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3349", + "$id": "3318", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3350", + "$id": "3319", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3351", + "$id": "3320", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3352", + "$id": "3321", "variable": { - "$id": "3353", + "$id": "3322", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_ontimer_output" }, "filledNARatio": { - "$id": "3354", + "$id": "3323", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3355", + "$id": "3324", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3356", + "$id": "3325", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3357", + "$id": "3326", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3358", + "$id": "3327", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3359", + "$id": "3328", "variable": { - "$id": "3360", + "$id": "3329", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ingestion" }, "filledNARatio": { - "$id": "3361", + "$id": "3330", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3362", + "$id": "3331", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3363", + "$id": "3332", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3364", + "$id": "3333", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3365", + "$id": "3334", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3366", + "$id": "3335", "variable": { - "$id": "3367", + "$id": "3336", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "data_in_speed" }, "filledNARatio": { - "$id": "3368", + "$id": "3337", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3369", + "$id": "3338", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3370", + "$id": "3339", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3371", + "$id": "3340", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3372", + "$id": "3341", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3373", + "$id": "3342", "variable": { - "$id": "3374", + "$id": "3343", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "cpu" }, "filledNARatio": { - "$id": "3375", + "$id": "3344", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3376", + "$id": "3345", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3377", + "$id": "3346", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3378", + "$id": "3347", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3379", + "$id": "3348", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3380", + "$id": "3349", "variable": { - "$id": "3381", + "$id": "3350", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_series_init" }, "filledNARatio": { - "$id": "3382", + "$id": "3351", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3383", + "$id": "3352", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3384", + "$id": "3353", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3385", + "$id": "3354", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3386", + "$id": "3355", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3387", + "$id": "3356", "variable": { - "$id": "3388", + "$id": "3357", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "flink_last_ckpt_duration" }, "filledNARatio": { - "$id": "3389", + "$id": "3358", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3390", + "$id": "3359", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3391", + "$id": "3360", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3392", + "$id": "3361", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3393", + "$id": "3362", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3394", + "$id": "3363", "variable": { - "$id": "3395", + "$id": "3364", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "data_out_speed" }, "filledNARatio": { - "$id": "3396", + "$id": "3365", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3397", + "$id": "3366", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3398", + "$id": "3367", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3399", + "$id": "3368", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } } }, { - "$id": "3400", + "$id": "3369", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3401", + "$id": "3370", "variable": { - "$id": "3402", + "$id": "3371", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "ad_output" }, "filledNARatio": { - "$id": "3403", + "$id": "3372", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3404", + "$id": "3373", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 1441 }, "firstTimestamp": { - "$id": "3405", + "$id": "3374", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2019-04-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3406", + "$id": "3375", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2019-04-02T00:00:00Z" } @@ -25130,12 +24949,12 @@ }, "parameters": [ { - "$id": "3407", + "$id": "3376", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3408", + "$id": "3377", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25152,11 +24971,11 @@ "skipUrlEncoding": false }, { - "$id": "3409", + "$id": "3378", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3268" + "$ref": "3237" }, "location": "Header", "isApiVersion": false, @@ -25170,9 +24989,9 @@ } ], "response": { - "$id": "3410", + "$id": "3379", "type": { - "$ref": "481" + "$ref": "457" } }, "isOverride": false, @@ -25181,7 +25000,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.GetMultivariateModel" }, { - "$id": "3411", + "$id": "3380", "kind": "basic", "name": "DetectMultivariateBatchAnomaly", "accessibility": "public", @@ -25191,7 +25010,7 @@ "doc": "Submit multivariate anomaly detection task with the modelId of trained model\nand inference data, the input schema should be the same with the training\nrequest. The request will complete asynchronously and return a resultId to\nquery the detection result.The request should be a source link to indicate an\nexternally accessible Azure storage Uri, either pointed to an Azure blob\nstorage folder, or pointed to a CSV file in Azure blob storage.", "summary": "Detect Multivariate Anomaly", "operation": { - "$id": "3412", + "$id": "3381", "name": "DetectMultivariateBatchAnomaly", "resourceName": "Multivariate", "summary": "Detect Multivariate Anomaly", @@ -25199,12 +25018,12 @@ "accessibility": "public", "parameters": [ { - "$id": "3413", + "$id": "3382", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3414", + "$id": "3383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25221,18 +25040,18 @@ "skipUrlEncoding": false }, { - "$id": "3415", + "$id": "3384", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "3416", + "$id": "3385", "kind": "constant", "name": "DetectMultivariateBatchAnomalyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3417", + "$id": "3386", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25252,17 +25071,17 @@ "skipUrlEncoding": false }, { - "$id": "3418", + "$id": "3387", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3419", + "$id": "3388", "kind": "constant", "name": "DetectMultivariateBatchAnomalyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "3420", + "$id": "3389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25282,12 +25101,12 @@ "skipUrlEncoding": false }, { - "$id": "3421", + "$id": "3390", "name": "options", "nameInRequest": "options", "doc": "Request of multivariate anomaly detection.", "type": { - "$ref": "327" + "$ref": "312" }, "location": "Body", "isApiVersion": false, @@ -25302,21 +25121,21 @@ ], "responses": [ { - "$id": "3422", + "$id": "3391", "statusCodes": [ 202 ], "bodyType": { - "$ref": "275" + "$ref": "260" }, "headers": [ { - "$id": "3423", + "$id": "3392", "name": "Operation-Id", "nameInResponse": "operation-id", "doc": "Id of the detection result.", "type": { - "$id": "3424", + "$id": "3393", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25324,12 +25143,12 @@ } }, { - "$id": "3425", + "$id": "3394", "name": "Operation-Location", "nameInResponse": "operation-location", "doc": "Location of the detection result.", "type": { - "$id": "3426", + "$id": "3395", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25356,82 +25175,82 @@ "decorators": [], "examples": [ { - "$id": "3427", + "$id": "3396", "kind": "http", "name": "Detect multivariate batch anomaly", "description": "Detect multivariate batch anomaly", "filePath": "v1.1/DetectAnomaly.json", "parameters": [ { - "$id": "3428", + "$id": "3397", "parameter": { - "$ref": "3415" + "$ref": "3384" }, "value": { - "$id": "3429", + "$id": "3398", "kind": "string", "type": { - "$ref": "3416" + "$ref": "3385" }, "value": "application/json" } }, { - "$id": "3430", + "$id": "3399", "parameter": { - "$ref": "3413" + "$ref": "3382" }, "value": { - "$id": "3431", + "$id": "3400", "kind": "string", "type": { - "$ref": "3414" + "$ref": "3383" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" } }, { - "$id": "3432", + "$id": "3401", "parameter": { - "$ref": "3421" + "$ref": "3390" }, "value": { - "$id": "3433", + "$id": "3402", "kind": "model", "type": { - "$ref": "327" + "$ref": "312" }, "value": { - "$id": "3434", + "$id": "3403", "dataSource": { - "$id": "3435", + "$id": "3404", "kind": "string", "type": { - "$ref": "329" + "$ref": "314" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "topContributorCount": { - "$id": "3436", + "$id": "3405", "kind": "number", "type": { - "$ref": "333" + "$ref": "318" }, "value": 10 }, "startTime": { - "$id": "3437", + "$id": "3406", "kind": "string", "type": { - "$ref": "337" + "$ref": "322" }, "value": "2019-04-01T00:15:00Z" }, "endTime": { - "$id": "3438", + "$id": "3407", "kind": "string", "type": { - "$ref": "342" + "$ref": "327" }, "value": "2019-04-01T00:40:00Z" } @@ -25441,37 +25260,37 @@ ], "responses": [ { - "$id": "3439", + "$id": "3408", "response": { - "$ref": "3422" + "$ref": "3391" }, "statusCode": 202, "bodyValue": { - "$id": "3440", + "$id": "3409", "kind": "model", "type": { - "$ref": "275" + "$ref": "260" }, "value": { - "$id": "3441", + "$id": "3410", "resultId": { - "$id": "3442", + "$id": "3411", "kind": "string", "type": { - "$ref": "277" + "$ref": "262" }, "value": "663884e6-b117-11ea-b3de-0242ac130004" }, "summary": { - "$id": "3443", + "$id": "3412", "kind": "model", "type": { - "$ref": "282" + "$ref": "267" }, "value": { - "$id": "3444", + "$id": "3413", "status": { - "$id": "3445", + "$id": "3414", "kind": "string", "type": { "$ref": "60" @@ -25479,50 +25298,50 @@ "value": "CREATED" }, "errors": { - "$id": "3446", + "$id": "3415", "kind": "array", "type": { - "$ref": "287" + "$ref": "272" }, "value": [] }, "setupInfo": { - "$id": "3447", + "$id": "3416", "kind": "model", "type": { - "$ref": "327" + "$ref": "312" }, "value": { - "$id": "3448", + "$id": "3417", "dataSource": { - "$id": "3449", + "$id": "3418", "kind": "string", "type": { - "$ref": "329" + "$ref": "314" }, "value": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv" }, "topContributorCount": { - "$id": "3450", + "$id": "3419", "kind": "number", "type": { - "$ref": "333" + "$ref": "318" }, "value": 10 }, "startTime": { - "$id": "3451", + "$id": "3420", "kind": "string", "type": { - "$ref": "337" + "$ref": "322" }, "value": "2021-01-01T00:00:00Z" }, "endTime": { - "$id": "3452", + "$id": "3421", "kind": "string", "type": { - "$ref": "342" + "$ref": "327" }, "value": "2021-01-01T00:29:00Z" } @@ -25531,10 +25350,10 @@ } }, "results": { - "$id": "3453", + "$id": "3422", "kind": "array", "type": { - "$ref": "351" + "$ref": "336" }, "value": [] } @@ -25547,12 +25366,12 @@ }, "parameters": [ { - "$id": "3454", + "$id": "3423", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3455", + "$id": "3424", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25569,12 +25388,12 @@ "skipUrlEncoding": false }, { - "$id": "3456", + "$id": "3425", "name": "options", "nameInRequest": "options", "doc": "Request of multivariate anomaly detection.", "type": { - "$ref": "327" + "$ref": "312" }, "location": "Body", "isApiVersion": false, @@ -25587,12 +25406,12 @@ "skipUrlEncoding": false }, { - "$id": "3457", + "$id": "3426", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "3416" + "$ref": "3385" }, "location": "Header", "isApiVersion": false, @@ -25605,11 +25424,11 @@ "skipUrlEncoding": false }, { - "$id": "3458", + "$id": "3427", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3419" + "$ref": "3388" }, "location": "Header", "isApiVersion": false, @@ -25623,9 +25442,9 @@ } ], "response": { - "$id": "3459", + "$id": "3428", "type": { - "$ref": "275" + "$ref": "260" } }, "isOverride": false, @@ -25634,7 +25453,7 @@ "crossLanguageDefinitionId": "AnomalyDetector.Multivariate.DetectMultivariateBatchAnomaly" }, { - "$id": "3460", + "$id": "3429", "kind": "basic", "name": "DetectMultivariateLastAnomaly", "accessibility": "public", @@ -25644,7 +25463,7 @@ "doc": "Submit multivariate anomaly detection task with the modelId of trained model\nand inference data, and the inference data should be put into request body in a\nJSON format. The request will complete synchronously and return the detection\nimmediately in the response body.", "summary": "Detect anomalies in the last point of the request body", "operation": { - "$id": "3461", + "$id": "3430", "name": "DetectMultivariateLastAnomaly", "resourceName": "Multivariate", "summary": "Detect anomalies in the last point of the request body", @@ -25652,12 +25471,12 @@ "accessibility": "public", "parameters": [ { - "$id": "3462", + "$id": "3431", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3463", + "$id": "3432", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25674,18 +25493,18 @@ "skipUrlEncoding": false }, { - "$id": "3464", + "$id": "3433", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "3465", + "$id": "3434", "kind": "constant", "name": "DetectMultivariateLastAnomalyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "3466", + "$id": "3435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25705,17 +25524,17 @@ "skipUrlEncoding": false }, { - "$id": "3467", + "$id": "3436", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "3468", + "$id": "3437", "kind": "constant", "name": "DetectMultivariateLastAnomalyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "3469", + "$id": "3438", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25735,12 +25554,12 @@ "skipUrlEncoding": false }, { - "$id": "3470", + "$id": "3439", "name": "options", "nameInRequest": "options", "doc": "Request of last detection.", "type": { - "$ref": "517" + "$ref": "493" }, "location": "Body", "isApiVersion": false, @@ -25755,12 +25574,12 @@ ], "responses": [ { - "$id": "3471", + "$id": "3440", "statusCodes": [ 200 ], "bodyType": { - "$ref": "541" + "$ref": "513" }, "headers": [], "isErrorResponse": false, @@ -25782,569 +25601,569 @@ "decorators": [], "examples": [ { - "$id": "3472", + "$id": "3441", "kind": "http", "name": "Detect multivariate last anomaly", "description": "Detect multivariate last anomaly", "filePath": "v1.1/LastDetectAnomaly.json", "parameters": [ { - "$id": "3473", + "$id": "3442", "parameter": { - "$ref": "3464" + "$ref": "3433" }, "value": { - "$id": "3474", + "$id": "3443", "kind": "string", "type": { - "$ref": "3465" + "$ref": "3434" }, "value": "application/json" } }, { - "$id": "3475", + "$id": "3444", "parameter": { - "$ref": "3462" + "$ref": "3431" }, "value": { - "$id": "3476", + "$id": "3445", "kind": "string", "type": { - "$ref": "3463" + "$ref": "3432" }, "value": "45aad126-aafd-11ea-b8fb-d89ef3400c5f" } }, { - "$id": "3477", + "$id": "3446", "parameter": { - "$ref": "3470" + "$ref": "3439" }, "value": { - "$id": "3478", + "$id": "3447", "kind": "model", "type": { - "$ref": "517" + "$ref": "493" }, "value": { - "$id": "3479", + "$id": "3448", "variables": { - "$id": "3480", + "$id": "3449", "kind": "array", "type": { - "$ref": "519" + "$ref": "495" }, "value": [ { - "$id": "3481", + "$id": "3450", "kind": "model", "type": { - "$ref": "520" + "$ref": "496" }, "value": { - "$id": "3482", + "$id": "3451", "variable": { - "$id": "3483", + "$id": "3452", "kind": "string", "type": { - "$ref": "522" + "$ref": "498" }, "value": "Variable_1" }, "timestamps": { - "$id": "3484", + "$id": "3453", "kind": "array", "type": { - "$ref": "526" + "$ref": "371" }, "value": [ { - "$id": "3485", + "$id": "3454", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:00:00Z" }, { - "$id": "3486", + "$id": "3455", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:01:00Z" }, { - "$id": "3487", + "$id": "3456", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:02:00Z" }, { - "$id": "3488", + "$id": "3457", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:03:00Z" }, { - "$id": "3489", + "$id": "3458", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:04:00Z" }, { - "$id": "3490", + "$id": "3459", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:05:00Z" }, { - "$id": "3491", + "$id": "3460", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:06:00Z" }, { - "$id": "3492", + "$id": "3461", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:07:00Z" }, { - "$id": "3493", + "$id": "3462", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:08:00Z" }, { - "$id": "3494", + "$id": "3463", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:09:00Z" }, { - "$id": "3495", + "$id": "3464", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:10:00Z" }, { - "$id": "3496", + "$id": "3465", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:11:00Z" }, { - "$id": "3497", + "$id": "3466", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:12:00Z" }, { - "$id": "3498", + "$id": "3467", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:13:00Z" }, { - "$id": "3499", + "$id": "3468", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:14:00Z" }, { - "$id": "3500", + "$id": "3469", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:15:00Z" }, { - "$id": "3501", + "$id": "3470", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:16:00Z" }, { - "$id": "3502", + "$id": "3471", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:17:00Z" }, { - "$id": "3503", + "$id": "3472", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:18:00Z" }, { - "$id": "3504", + "$id": "3473", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:19:00Z" }, { - "$id": "3505", + "$id": "3474", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:20:00Z" }, { - "$id": "3506", + "$id": "3475", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:21:00Z" }, { - "$id": "3507", + "$id": "3476", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:22:00Z" }, { - "$id": "3508", + "$id": "3477", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:23:00Z" }, { - "$id": "3509", + "$id": "3478", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:24:00Z" }, { - "$id": "3510", + "$id": "3479", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:25:00Z" }, { - "$id": "3511", + "$id": "3480", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:26:00Z" }, { - "$id": "3512", + "$id": "3481", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:27:00Z" }, { - "$id": "3513", + "$id": "3482", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:28:00Z" }, { - "$id": "3514", + "$id": "3483", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:29:00Z" } ] }, "values": { - "$id": "3515", + "$id": "3484", "kind": "array", "type": { - "$ref": "531" + "$ref": "155" }, "value": [ { - "$id": "3516", + "$id": "3485", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.4551378545933972 }, { - "$id": "3517", + "$id": "3486", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7388603950488748 }, { - "$id": "3518", + "$id": "3487", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.201088255984052 }, { - "$id": "3519", + "$id": "3488", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7462812245891899 }, { - "$id": "3520", + "$id": "3489", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.07308128850401663 }, { - "$id": "3521", + "$id": "3490", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.33090474587393537 }, { - "$id": "3522", + "$id": "3491", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7544925268153315 }, { - "$id": "3523", + "$id": "3492", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.987506336316328 }, { - "$id": "3524", + "$id": "3493", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6665932993421468 }, { - "$id": "3525", + "$id": "3494", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6308351543168672 }, { - "$id": "3526", + "$id": "3495", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.08083310161466228 }, { - "$id": "3527", + "$id": "3496", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8414415588668442 }, { - "$id": "3528", + "$id": "3497", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.514583545640453 }, { - "$id": "3529", + "$id": "3498", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.0954489875193526 }, { - "$id": "3530", + "$id": "3499", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7786793231920507 }, { - "$id": "3531", + "$id": "3500", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.41646133667960994 }, { - "$id": "3532", + "$id": "3501", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.030176187583339287 }, { - "$id": "3533", + "$id": "3502", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.3474214937189324 }, { - "$id": "3534", + "$id": "3503", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.508530173413991 }, { - "$id": "3535", + "$id": "3504", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.42451199127255046 }, { - "$id": "3536", + "$id": "3505", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.2115944222725208 }, { - "$id": "3537", + "$id": "3506", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.24733519545833516 }, { - "$id": "3538", + "$id": "3507", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8791022110982156 }, { - "$id": "3539", + "$id": "3508", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9479621899884665 }, { - "$id": "3540", + "$id": "3509", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.26702703121252136 }, { - "$id": "3541", + "$id": "3510", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6954503497669413 }, { - "$id": "3542", + "$id": "3511", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.1235728391488995 }, { - "$id": "3543", + "$id": "3512", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8214915473050647 }, { - "$id": "3544", + "$id": "3513", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.11813002444192677 }, { - "$id": "3545", + "$id": "3514", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8579045951076123 } @@ -26353,514 +26172,514 @@ } }, { - "$id": "3546", + "$id": "3515", "kind": "model", "type": { - "$ref": "520" + "$ref": "496" }, "value": { - "$id": "3547", + "$id": "3516", "variable": { - "$id": "3548", + "$id": "3517", "kind": "string", "type": { - "$ref": "522" + "$ref": "498" }, "value": "Variable_2" }, "timestamps": { - "$id": "3549", + "$id": "3518", "kind": "array", "type": { - "$ref": "526" + "$ref": "371" }, "value": [ { - "$id": "3550", + "$id": "3519", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:00:00Z" }, { - "$id": "3551", + "$id": "3520", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:01:00Z" }, { - "$id": "3552", + "$id": "3521", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:02:00Z" }, { - "$id": "3553", + "$id": "3522", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:03:00Z" }, { - "$id": "3554", + "$id": "3523", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:04:00Z" }, { - "$id": "3555", + "$id": "3524", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:05:00Z" }, { - "$id": "3556", + "$id": "3525", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:06:00Z" }, { - "$id": "3557", + "$id": "3526", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:07:00Z" }, { - "$id": "3558", + "$id": "3527", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:08:00Z" }, { - "$id": "3559", + "$id": "3528", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:09:00Z" }, { - "$id": "3560", + "$id": "3529", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:10:00Z" }, { - "$id": "3561", + "$id": "3530", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:11:00Z" }, { - "$id": "3562", + "$id": "3531", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:12:00Z" }, { - "$id": "3563", + "$id": "3532", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:13:00Z" }, { - "$id": "3564", + "$id": "3533", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:14:00Z" }, { - "$id": "3565", + "$id": "3534", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:15:00Z" }, { - "$id": "3566", + "$id": "3535", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:16:00Z" }, { - "$id": "3567", + "$id": "3536", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:17:00Z" }, { - "$id": "3568", + "$id": "3537", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:18:00Z" }, { - "$id": "3569", + "$id": "3538", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:19:00Z" }, { - "$id": "3570", + "$id": "3539", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:20:00Z" }, { - "$id": "3571", + "$id": "3540", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:21:00Z" }, { - "$id": "3572", + "$id": "3541", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:22:00Z" }, { - "$id": "3573", + "$id": "3542", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:23:00Z" }, { - "$id": "3574", + "$id": "3543", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:24:00Z" }, { - "$id": "3575", + "$id": "3544", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:25:00Z" }, { - "$id": "3576", + "$id": "3545", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:26:00Z" }, { - "$id": "3577", + "$id": "3546", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:27:00Z" }, { - "$id": "3578", + "$id": "3547", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:28:00Z" }, { - "$id": "3579", + "$id": "3548", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:29:00Z" } ] }, "values": { - "$id": "3580", + "$id": "3549", "kind": "array", "type": { - "$ref": "531" + "$ref": "155" }, "value": [ { - "$id": "3581", + "$id": "3550", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9617871613964145 }, { - "$id": "3582", + "$id": "3551", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.24903311574778408 }, { - "$id": "3583", + "$id": "3552", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.4920561254118613 }, { - "$id": "3584", + "$id": "3553", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9895601049618598 }, { - "$id": "3585", + "$id": "3554", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9171759283128094 }, { - "$id": "3586", + "$id": "3555", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.5754204711105273 }, { - "$id": "3587", + "$id": "3556", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.1811033296265634 }, { - "$id": "3588", + "$id": "3557", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8852311981742577 }, { - "$id": "3589", + "$id": "3558", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9543231904644779 }, { - "$id": "3590", + "$id": "3559", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7088012446094262 }, { - "$id": "3591", + "$id": "3560", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7843572237149014 }, { - "$id": "3592", + "$id": "3561", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7664787010700046 }, { - "$id": "3593", + "$id": "3562", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.3699552325387093 }, { - "$id": "3594", + "$id": "3563", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.504519908266789 }, { - "$id": "3595", + "$id": "3564", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.5848930929950164 }, { - "$id": "3596", + "$id": "3565", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7628913396089576 }, { - "$id": "3597", + "$id": "3566", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8148405868900065 }, { - "$id": "3598", + "$id": "3567", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.08540458873739332 }, { - "$id": "3599", + "$id": "3568", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.03481976727525682 }, { - "$id": "3600", + "$id": "3569", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.21275099339467762 }, { - "$id": "3601", + "$id": "3570", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9836175579199806 }, { - "$id": "3602", + "$id": "3571", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9321441483364282 }, { - "$id": "3603", + "$id": "3572", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.038466608085469534 }, { - "$id": "3604", + "$id": "3573", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.1723138437622782 }, { - "$id": "3605", + "$id": "3574", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8626383410218382 }, { - "$id": "3606", + "$id": "3575", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.35053229974224254 }, { - "$id": "3607", + "$id": "3576", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.631141662835182 }, { - "$id": "3608", + "$id": "3577", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.0730352607990088 }, { - "$id": "3609", + "$id": "3578", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.08886179043386 }, { - "$id": "3610", + "$id": "3579", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7488606040971179 } @@ -26869,514 +26688,514 @@ } }, { - "$id": "3611", + "$id": "3580", "kind": "model", "type": { - "$ref": "520" + "$ref": "496" }, "value": { - "$id": "3612", + "$id": "3581", "variable": { - "$id": "3613", + "$id": "3582", "kind": "string", "type": { - "$ref": "522" + "$ref": "498" }, "value": "Variable_3" }, "timestamps": { - "$id": "3614", + "$id": "3583", "kind": "array", "type": { - "$ref": "526" + "$ref": "371" }, "value": [ { - "$id": "3615", + "$id": "3584", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:00:00Z" }, { - "$id": "3616", + "$id": "3585", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:01:00Z" }, { - "$id": "3617", + "$id": "3586", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:02:00Z" }, { - "$id": "3618", + "$id": "3587", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:03:00Z" }, { - "$id": "3619", + "$id": "3588", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:04:00Z" }, { - "$id": "3620", + "$id": "3589", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:05:00Z" }, { - "$id": "3621", + "$id": "3590", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:06:00Z" }, { - "$id": "3622", + "$id": "3591", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:07:00Z" }, { - "$id": "3623", + "$id": "3592", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:08:00Z" }, { - "$id": "3624", + "$id": "3593", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:09:00Z" }, { - "$id": "3625", + "$id": "3594", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:10:00Z" }, { - "$id": "3626", + "$id": "3595", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:11:00Z" }, { - "$id": "3627", + "$id": "3596", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:12:00Z" }, { - "$id": "3628", + "$id": "3597", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:13:00Z" }, { - "$id": "3629", + "$id": "3598", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:14:00Z" }, { - "$id": "3630", + "$id": "3599", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:15:00Z" }, { - "$id": "3631", + "$id": "3600", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:16:00Z" }, { - "$id": "3632", + "$id": "3601", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:17:00Z" }, { - "$id": "3633", + "$id": "3602", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:18:00Z" }, { - "$id": "3634", + "$id": "3603", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:19:00Z" }, { - "$id": "3635", + "$id": "3604", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:20:00Z" }, { - "$id": "3636", + "$id": "3605", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:21:00Z" }, { - "$id": "3637", + "$id": "3606", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:22:00Z" }, { - "$id": "3638", + "$id": "3607", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:23:00Z" }, { - "$id": "3639", + "$id": "3608", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:24:00Z" }, { - "$id": "3640", + "$id": "3609", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:25:00Z" }, { - "$id": "3641", + "$id": "3610", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:26:00Z" }, { - "$id": "3642", + "$id": "3611", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:27:00Z" }, { - "$id": "3643", + "$id": "3612", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:28:00Z" }, { - "$id": "3644", + "$id": "3613", "kind": "string", "type": { - "$ref": "527" + "$ref": "372" }, "value": "2021-01-01T00:29:00Z" } ] }, "values": { - "$id": "3645", + "$id": "3614", "kind": "array", "type": { - "$ref": "531" + "$ref": "155" }, "value": [ { - "$id": "3646", + "$id": "3615", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.4030756879437628 }, { - "$id": "3647", + "$id": "3616", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.15526889968448554 }, { - "$id": "3648", + "$id": "3617", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.36352226408981103 }, { - "$id": "3649", + "$id": "3618", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6051200637229004 }, { - "$id": "3650", + "$id": "3619", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8516795018476276 }, { - "$id": "3651", + "$id": "3620", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.2645605735279929 }, { - "$id": "3652", + "$id": "3621", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6810875830037345 }, { - "$id": "3653", + "$id": "3622", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9165894221681316 }, { - "$id": "3654", + "$id": "3623", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.700783245230424 }, { - "$id": "3655", + "$id": "3624", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.5624155469940331 }, { - "$id": "3656", + "$id": "3625", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6277289685127893 }, { - "$id": "3657", + "$id": "3626", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.15992056539730204 }, { - "$id": "3658", + "$id": "3627", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6020964482827594 }, { - "$id": "3659", + "$id": "3628", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.35937967753105915 }, { - "$id": "3660", + "$id": "3629", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8731686034848609 }, { - "$id": "3661", + "$id": "3630", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.20301549117588935 }, { - "$id": "3662", + "$id": "3631", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.029261872151168933 }, { - "$id": "3663", + "$id": "3632", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.6261499548828445 }, { - "$id": "3664", + "$id": "3633", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.45850782028563386 }, { - "$id": "3665", + "$id": "3634", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8275006940083313 }, { - "$id": "3666", + "$id": "3635", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.032760268834037376 }, { - "$id": "3667", + "$id": "3636", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.4485202784055029 }, { - "$id": "3668", + "$id": "3637", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.8915691008748384 }, { - "$id": "3669", + "$id": "3638", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.891669051517807 }, { - "$id": "3670", + "$id": "3639", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.9469979353323046 }, { - "$id": "3671", + "$id": "3640", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.115293087370132 }, { - "$id": "3672", + "$id": "3641", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.08818772518459506 }, { - "$id": "3673", + "$id": "3642", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.7426286620589166 }, { - "$id": "3674", + "$id": "3643", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.32372247468990756 }, { - "$id": "3675", + "$id": "3644", "kind": "number", "type": { - "$ref": "532" + "$ref": "156" }, "value": 0.936268139507417 } @@ -27387,10 +27206,10 @@ ] }, "topContributorCount": { - "$id": "3676", + "$id": "3645", "kind": "number", "type": { - "$ref": "538" + "$ref": "510" }, "value": 10 } @@ -27400,171 +27219,171 @@ ], "responses": [ { - "$id": "3677", + "$id": "3646", "response": { - "$ref": "3471" + "$ref": "3440" }, "statusCode": 200, "bodyValue": { - "$id": "3678", + "$id": "3647", "kind": "model", "type": { - "$ref": "541" + "$ref": "513" }, "value": { - "$id": "3679", + "$id": "3648", "variableStates": { - "$id": "3680", + "$id": "3649", "kind": "array", "type": { - "$ref": "543" + "$ref": "285" }, "value": [ { - "$id": "3681", + "$id": "3650", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3682", + "$id": "3651", "variable": { - "$id": "3683", + "$id": "3652", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_1" }, "filledNARatio": { - "$id": "3684", + "$id": "3653", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3685", + "$id": "3654", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "3686", + "$id": "3655", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3687", + "$id": "3656", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } } }, { - "$id": "3688", + "$id": "3657", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3689", + "$id": "3658", "variable": { - "$id": "3690", + "$id": "3659", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_2" }, "filledNARatio": { - "$id": "3691", + "$id": "3660", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3692", + "$id": "3661", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "3693", + "$id": "3662", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3694", + "$id": "3663", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } } }, { - "$id": "3695", + "$id": "3664", "kind": "model", "type": { - "$ref": "301" + "$ref": "286" }, "value": { - "$id": "3696", + "$id": "3665", "variable": { - "$id": "3697", + "$id": "3666", "kind": "string", "type": { - "$ref": "303" + "$ref": "288" }, "value": "variable_3" }, "filledNARatio": { - "$id": "3698", + "$id": "3667", "kind": "number", "type": { - "$ref": "307" + "$ref": "292" }, "value": 0 }, "effectiveCount": { - "$id": "3699", + "$id": "3668", "kind": "number", "type": { - "$ref": "311" + "$ref": "296" }, "value": 30 }, "firstTimestamp": { - "$id": "3700", + "$id": "3669", "kind": "string", "type": { - "$ref": "315" + "$ref": "300" }, "value": "2021-01-01T00:00:00Z" }, "lastTimestamp": { - "$id": "3701", + "$id": "3670", "kind": "string", "type": { - "$ref": "320" + "$ref": "305" }, "value": "2021-01-01T00:29:00Z" } @@ -27573,179 +27392,179 @@ ] }, "results": { - "$id": "3702", + "$id": "3671", "kind": "array", "type": { - "$ref": "547" + "$ref": "336" }, "value": [ { - "$id": "3703", + "$id": "3672", "kind": "model", "type": { - "$ref": "352" + "$ref": "337" }, "value": { - "$id": "3704", + "$id": "3673", "timestamp": { - "$id": "3705", + "$id": "3674", "kind": "string", "type": { - "$ref": "354" + "$ref": "339" }, "value": "2021-01-01T00:28:00Z" }, "value": { - "$id": "3706", + "$id": "3675", "kind": "model", "type": { - "$ref": "359" + "$ref": "344" }, "value": { - "$id": "3707", + "$id": "3676", "isAnomaly": { - "$id": "3708", + "$id": "3677", "kind": "boolean", "type": { - "$ref": "361" + "$ref": "346" }, "value": false }, "severity": { - "$id": "3709", + "$id": "3678", "kind": "number", "type": { - "$ref": "365" + "$ref": "350" }, "value": 0 }, "score": { - "$id": "3710", + "$id": "3679", "kind": "number", "type": { - "$ref": "369" + "$ref": "354" }, "value": 0.6928471326828003 } } }, "errors": { - "$id": "3711", + "$id": "3680", "kind": "array", "type": { - "$ref": "397" + "$ref": "272" }, "value": [] } } }, { - "$id": "3712", + "$id": "3681", "kind": "model", "type": { - "$ref": "352" + "$ref": "337" }, "value": { - "$id": "3713", + "$id": "3682", "timestamp": { - "$id": "3714", + "$id": "3683", "kind": "string", "type": { - "$ref": "354" + "$ref": "339" }, "value": "2021-01-01T00:29:00Z" }, "value": { - "$id": "3715", + "$id": "3684", "kind": "model", "type": { - "$ref": "359" + "$ref": "344" }, "value": { - "$id": "3716", + "$id": "3685", "isAnomaly": { - "$id": "3717", + "$id": "3686", "kind": "boolean", "type": { - "$ref": "361" + "$ref": "346" }, "value": true }, "severity": { - "$id": "3718", + "$id": "3687", "kind": "number", "type": { - "$ref": "365" + "$ref": "350" }, "value": 0.5337404608726501 }, "score": { - "$id": "3719", + "$id": "3688", "kind": "number", "type": { - "$ref": "369" + "$ref": "354" }, "value": 0.9171165823936462 }, "interpretation": { - "$id": "3720", + "$id": "3689", "kind": "array", "type": { - "$ref": "373" + "$ref": "358" }, "value": [ { - "$id": "3721", + "$id": "3690", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3722", + "$id": "3691", "variable": { - "$id": "3723", + "$id": "3692", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_2" }, "contributionScore": { - "$id": "3724", + "$id": "3693", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.5371576215 }, "correlationChanges": { - "$id": "3725", + "$id": "3694", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3726", + "$id": "3695", "changedVariables": { - "$id": "3727", + "$id": "3696", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [ { - "$id": "3728", + "$id": "3697", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_1" }, { - "$id": "3729", + "$id": "3698", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_3" } @@ -27756,49 +27575,49 @@ } }, { - "$id": "3730", + "$id": "3699", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3731", + "$id": "3700", "variable": { - "$id": "3732", + "$id": "3701", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_3" }, "contributionScore": { - "$id": "3733", + "$id": "3702", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.3324159383 }, "correlationChanges": { - "$id": "3734", + "$id": "3703", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3735", + "$id": "3704", "changedVariables": { - "$id": "3736", + "$id": "3705", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [ { - "$id": "3737", + "$id": "3706", "kind": "string", "type": { - "$ref": "387" + "$ref": "372" }, "value": "variable_2" } @@ -27809,42 +27628,42 @@ } }, { - "$id": "3738", + "$id": "3707", "kind": "model", "type": { - "$ref": "374" + "$ref": "359" }, "value": { - "$id": "3739", + "$id": "3708", "variable": { - "$id": "3740", + "$id": "3709", "kind": "string", "type": { - "$ref": "376" + "$ref": "361" }, "value": "variable_1" }, "contributionScore": { - "$id": "3741", + "$id": "3710", "kind": "number", "type": { - "$ref": "380" + "$ref": "365" }, "value": 0.1304264402 }, "correlationChanges": { - "$id": "3742", + "$id": "3711", "kind": "model", "type": { - "$ref": "384" + "$ref": "369" }, "value": { - "$id": "3743", + "$id": "3712", "changedVariables": { - "$id": "3744", + "$id": "3713", "kind": "array", "type": { - "$ref": "386" + "$ref": "371" }, "value": [] } @@ -27857,10 +27676,10 @@ } }, "errors": { - "$id": "3745", + "$id": "3714", "kind": "array", "type": { - "$ref": "397" + "$ref": "272" }, "value": [] } @@ -27877,12 +27696,12 @@ }, "parameters": [ { - "$id": "3746", + "$id": "3715", "name": "modelId", "nameInRequest": "modelId", "doc": "Model identifier.", "type": { - "$id": "3747", + "$id": "3716", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27899,12 +27718,12 @@ "skipUrlEncoding": false }, { - "$id": "3748", + "$id": "3717", "name": "options", "nameInRequest": "options", "doc": "Request of last detection.", "type": { - "$ref": "517" + "$ref": "493" }, "location": "Body", "isApiVersion": false, @@ -27917,12 +27736,12 @@ "skipUrlEncoding": false }, { - "$id": "3749", + "$id": "3718", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "3465" + "$ref": "3434" }, "location": "Header", "isApiVersion": false, @@ -27935,11 +27754,11 @@ "skipUrlEncoding": false }, { - "$id": "3750", + "$id": "3719", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "3468" + "$ref": "3437" }, "location": "Header", "isApiVersion": false, @@ -27953,9 +27772,9 @@ } ], "response": { - "$id": "3751", + "$id": "3720", "type": { - "$ref": "541" + "$ref": "513" } }, "isOverride": false, @@ -27966,12 +27785,12 @@ ], "parameters": [ { - "$id": "3752", + "$id": "3721", "name": "Endpoint", "nameInRequest": "Endpoint", "doc": "Supported Cognitive Services endpoints (protocol and hostname, for example:\nhttps://westus2.api.cognitive.microsoft.com).", "type": { - "$id": "3753", + "$id": "3722", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -27986,7 +27805,7 @@ "kind": "Client" }, { - "$id": "3754", + "$id": "3723", "name": "ApiVersion", "nameInRequest": "ApiVersion", "doc": "Api Version", @@ -28002,9 +27821,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "3755", + "$id": "3724", "type": { - "$id": "3756", + "$id": "3725", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -28019,16 +27838,16 @@ "v1.1" ], "parent": { - "$ref": "550" + "$ref": "520" } } ] } ], "auth": { - "$id": "3757", + "$id": "3726", "apiKey": { - "$id": "3758", + "$id": "3727", "name": "Ocp-Apim-Subscription-Key", "in": "header" } diff --git a/src/AutoRest.CSharp/Properties/launchSettings.json b/src/AutoRest.CSharp/Properties/launchSettings.json index b192cb04220..8907baf1332 100644 --- a/src/AutoRest.CSharp/Properties/launchSettings.json +++ b/src/AutoRest.CSharp/Properties/launchSettings.json @@ -2,1003 +2,1003 @@ "profiles": { "Accessibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility\\Generated" }, "Accessibility-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel\\src\\Generated -n" }, "Accessibility-LowLevel-NoAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-NoAuth/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-NoAuth\\src\\Generated -n" }, "Accessibility-LowLevel-TokenAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-TokenAuth/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-TokenAuth\\src\\Generated -n" }, "additionalProperties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/additionalProperties/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\additionalProperties\\Generated" }, "AdditionalPropertiesEx": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/AdditionalPropertiesEx/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\AdditionalPropertiesEx\\Generated" }, "AnomalyDetector": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AnomalyDetector/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AnomalyDetector\\src\\Generated" }, "ApiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ApiVersion/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ApiVersion\\Generated" }, "AppConfiguration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AppConfiguration/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AppConfiguration\\Generated" }, "Authoring-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Authoring-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Authoring-TypeSpec\\src\\Generated -n" }, "azure-parameter-grouping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-parameter-grouping/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-parameter-grouping\\Generated" }, "azure-special-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-special-properties/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-special-properties\\Generated" }, "Azure.AI.FormRecognizer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.AI.FormRecognizer/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.AI.FormRecognizer\\Generated" }, "Azure.Network.Management.Interface": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.Network.Management.Interface/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.Network.Management.Interface\\Generated" }, "Azure.NewProject.TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\sdk\\newprojecttypespec\\Azure.NewProject.TypeSpec\\src\\Generated -n" }, "AzureSample.Analytics.Purview.Account": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Analytics.Purview.Account/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Analytics.Purview.Account\\src\\Generated -n" }, "AzureSample.ResourceManager.Sample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Sample/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Sample\\src\\Generated -n" }, "AzureSample.ResourceManager.Storage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Storage/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Storage\\src\\Generated -n" }, "AzureSample.Storage.Tables": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Storage.Tables/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Storage.Tables\\src\\Generated -n" }, "body-array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-array/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-array\\Generated" }, "body-array-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-array/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-array\\src\\Generated" }, "body-boolean": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-boolean/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-boolean\\Generated" }, "body-byte": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-byte/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-byte\\Generated" }, "body-complex": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-complex/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-complex\\Generated" }, "body-complex-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-complex/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-complex\\src\\Generated" }, "body-date": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-date/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-date\\Generated" }, "body-datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime\\Generated" }, "body-datetime-rfc1123": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime-rfc1123/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime-rfc1123\\Generated" }, "body-dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-dictionary/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-dictionary\\Generated" }, "body-duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-duration/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-duration\\Generated" }, "body-file": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-file/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-file\\Generated" }, "body-file-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-file/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-file\\src\\Generated" }, "body-formdata": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata\\Generated" }, "body-formdata-urlencoded": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata-urlencoded/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata-urlencoded\\Generated" }, "body-integer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-integer/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-integer\\Generated" }, "body-number": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-number/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-number\\Generated" }, "body-string": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-string/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-string\\Generated" }, "body-string-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-string/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-string\\src\\Generated" }, "body-time": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-time/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-time\\Generated" }, "BodyAndPath-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/BodyAndPath-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\BodyAndPath-LowLevel\\src\\Generated -n" }, "CognitiveSearch": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveSearch/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveSearch\\Generated" }, "CognitiveServices.TextAnalytics": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveServices.TextAnalytics/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveServices.TextAnalytics\\Generated" }, "CollapseRequestCondition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/CollapseRequestCondition-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\CollapseRequestCondition-LowLevel\\src\\Generated -n" }, "constants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/constants/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\constants\\Generated" }, "ConvenienceUpdate-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ConvenienceUpdate-TypeSpec/src/Generated --existing-project-folder $(SolutionDir)/test/TestProjects/ConvenienceInitial-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ConvenienceUpdate-TypeSpec\\src\\Generated --existing-project-folder $(SolutionDir)\\test\\TestProjects\\ConvenienceInitial-TypeSpec\\src\\Generated -n" }, "custom-baseUrl": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl\\Generated" }, "custom-baseUrl-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl\\src\\Generated" }, "custom-baseUrl-more-options": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-more-options/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-more-options\\Generated" }, "custom-baseUrl-more-options-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-more-options/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-more-options\\src\\Generated" }, "custom-baseUrl-paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-paging/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-paging\\Generated" }, "custom-baseUrl-paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-paging/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-paging\\src\\Generated" }, "Customizations-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Customizations-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Customizations-TypeSpec\\src\\Generated -n" }, "Customized-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Customized-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Customized-TypeSpec\\src\\Generated -n" }, "dpg-customization-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-customization/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-customization\\src\\Generated" }, "dpg-initial-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-initial/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-initial\\src\\Generated" }, "dpg-update1-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-update1/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-update1\\src\\Generated" }, "extensible-enums-swagger": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/extensible-enums-swagger/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\extensible-enums-swagger\\Generated" }, "ExtensionClientName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ExtensionClientName/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ExtensionClientName\\Generated" }, "FirstTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FirstTest-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FirstTest-TypeSpec\\src\\Generated -n" }, "FlattenedParameters": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FlattenedParameters/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FlattenedParameters\\Generated" }, "head": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/head/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\head\\Generated" }, "head-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/head/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\head\\src\\Generated" }, "headAsBoolean-typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single-headAsBoolean/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single-headAsBoolean\\src\\Generated -n" }, "HeadAsBooleanTrue": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue\\Generated" }, "HeadAsBooleanTrue-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue-LowLevel\\src\\Generated -n" }, "header": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/header/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\header\\Generated" }, "header-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/header/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\header\\src\\Generated" }, "HeaderCollectionPrefix": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeaderCollectionPrefix/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeaderCollectionPrefix\\Generated" }, "HlcConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HlcConstants/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HlcConstants\\Generated" }, "httpInfrastructure": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/httpInfrastructure/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\httpInfrastructure\\Generated" }, "httpInfrastructure-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/httpInfrastructure/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\httpInfrastructure\\src\\Generated" }, "Inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Inheritance/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Inheritance\\Generated" }, "JsonAsBinary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/JsonAsBinary/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\JsonAsBinary\\Generated" }, "lro": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro\\Generated" }, "lro-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/lro/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\lro\\src\\Generated" }, "lro-parameterized-endpoints": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro-parameterized-endpoints/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro-parameterized-endpoints\\Generated" }, "media_types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/media_types/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\media_types\\Generated" }, "media_types-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/media_types/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\media_types\\src\\Generated" }, "MediaTypes-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MediaTypes-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MediaTypes-TypeSpec\\src\\Generated -n" }, "MgmtAcronymMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtAcronymMapping/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtAcronymMapping\\src\\Generated -n" }, "MgmtCollectionParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCollectionParent/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCollectionParent\\src\\Generated -n" }, "MgmtConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtConstants/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtConstants\\src\\Generated -n" }, "MgmtCustomizations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCustomizations/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCustomizations\\src\\Generated -n" }, "MgmtDiscriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtDiscriminator/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtDiscriminator\\src\\Generated -n" }, "MgmtExactMatchFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchFlattenInheritance/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchFlattenInheritance\\src\\Generated -n" }, "MgmtExactMatchInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchInheritance/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchInheritance\\src\\Generated -n" }, "MgmtExpandResourceTypes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExpandResourceTypes/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExpandResourceTypes\\src\\Generated -n" }, "MgmtExtensionCommonRestOperation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionCommonRestOperation/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionCommonRestOperation\\src\\Generated -n" }, "MgmtExtensionResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionResource\\src\\Generated -n" }, "MgmtHierarchicalNonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtHierarchicalNonResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtHierarchicalNonResource\\src\\Generated -n" }, "MgmtListMethods": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtListMethods/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtListMethods\\src\\Generated -n" }, "MgmtLRO": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtLRO/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtLRO\\src\\Generated -n" }, "MgmtMockAndSample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMockAndSample/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMockAndSample\\src\\Generated -n" }, "MgmtMultipleParentResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMultipleParentResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMultipleParentResource\\src\\Generated -n" }, "MgmtNonStringPathVariable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNonStringPathVariable/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNonStringPathVariable\\src\\Generated -n" }, "MgmtNoTypeReplacement": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNoTypeReplacement/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNoTypeReplacement\\src\\Generated -n" }, "MgmtOmitOperationGroups": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOmitOperationGroups/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOmitOperationGroups\\src\\Generated -n" }, "MgmtOperations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOperations/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOperations\\src\\Generated -n" }, "MgmtPagination": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPagination/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPagination\\src\\Generated -n" }, "MgmtParamOrdering": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParamOrdering/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParamOrdering\\src\\Generated -n" }, "MgmtParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParent/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParent\\src\\Generated -n" }, "MgmtPartialResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPartialResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPartialResource\\src\\Generated -n" }, "MgmtPropertyBag": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyBag/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyBag\\src\\Generated -n" }, "MgmtPropertyChooser": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyChooser/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyChooser\\src\\Generated -n" }, "MgmtResourceName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtResourceName/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtResourceName\\src\\Generated -n" }, "MgmtSafeFlatten": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSafeFlatten/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSafeFlatten\\src\\Generated -n" }, "MgmtScopeResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtScopeResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtScopeResource\\src\\Generated -n" }, "MgmtSingletonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSingletonResource/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSingletonResource\\src\\Generated -n" }, "MgmtSubscriptionNameParameter": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSubscriptionNameParameter/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSubscriptionNameParameter\\src\\Generated -n" }, "MgmtSupersetFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetFlattenInheritance/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetFlattenInheritance\\src\\Generated -n" }, "MgmtSupersetInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetInheritance/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetInheritance\\src\\Generated -n" }, "MgmtTypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtTypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtTypeSpec\\src\\Generated -n" }, "MgmtXmlDeserialization": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtXmlDeserialization/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtXmlDeserialization\\src\\Generated -n" }, "model-flattening": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/model-flattening/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\model-flattening\\Generated" }, "ModelNamespace": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelNamespace/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelNamespace\\Generated" }, "ModelReaderWriterValidation-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelReaderWriterValidation-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelReaderWriterValidation-TypeSpec\\src\\Generated -n" }, "ModelShapes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelShapes/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelShapes\\Generated" }, "ModelWithConverterUsage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelWithConverterUsage/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelWithConverterUsage\\Generated" }, "multiple-inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/multiple-inheritance/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\multiple-inheritance\\Generated" }, "MultipleInputFiles": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MultipleInputFiles/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MultipleInputFiles\\Generated" }, "NameConflicts": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NameConflicts/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NameConflicts\\Generated" }, "NoDocs-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NoDocs-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NoDocs-TypeSpec\\src\\Generated -n" }, "NoDocsUnbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoDocsUnbranded-TypeSpec\\src\\Generated -n" }, "non-string-enum": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/non-string-enum/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\non-string-enum\\Generated" }, "NoTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoTest-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoTest-TypeSpec\\src\\Generated -n" }, "object-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/object-type/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\object-type\\Generated" }, "PaginationParams-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PaginationParams-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PaginationParams-LowLevel\\src\\Generated -n" }, "paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/paging/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\paging\\Generated" }, "paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/paging/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\paging\\src\\Generated" }, "Parameters-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-LowLevel\\src\\Generated -n" }, "Parameters-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-TypeSpec\\src\\Generated -n" }, "ParameterSequence-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ParameterSequence-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ParameterSequence-LowLevel\\src\\Generated -n" }, "ProtocolMethodsInRestClient": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ProtocolMethodsInRestClient/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ProtocolMethodsInRestClient\\Generated" }, "PublicClientCtor": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PublicClientCtor/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PublicClientCtor\\Generated" }, "removedBetaVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-betaversion/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-betaversion\\src\\Generated -n" }, "removedOldVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-oldversion/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-oldversion\\src\\Generated -n" }, "required-optional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/required-optional/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\required-optional\\Generated" }, "ResourceClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ResourceClients-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ResourceClients-LowLevel\\src\\Generated -n" }, "security-aad-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-aad/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-aad\\src\\Generated" }, "security-key-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-key/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-key\\src\\Generated" }, "SecurityDefinition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SecurityDefinition-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SecurityDefinition-LowLevel\\src\\Generated -n" }, "ServiceVersionOverride-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ServiceVersionOverride-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ServiceVersionOverride-LowLevel\\src\\Generated -n" }, "SingleTopLevelClientWithOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithOperations-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithOperations-LowLevel\\src\\Generated -n" }, "SingleTopLevelClientWithoutOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithoutOperations-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithoutOperations-LowLevel\\src\\Generated -n" }, "SubClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SubClients-LowLevel/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SubClients-LowLevel\\src\\Generated -n" }, "subscriptionId-apiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/subscriptionId-apiVersion/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\subscriptionId-apiVersion\\Generated" }, "TypeSchemaMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/TypeSchemaMapping/SomeFolder/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\TypeSchemaMapping\\SomeFolder\\Generated" }, "typespec-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/api-key/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\api-key\\src\\Generated -n" }, "typespec-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/http/custom/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\http\\custom\\src\\Generated -n" }, "typespec-authentication/oauth2": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/oauth2/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\oauth2\\src\\Generated -n" }, "typespec-authentication/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/union/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\union\\src\\Generated -n" }, "typespec-azure/client-generator-core/access": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/access/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\access\\src\\Generated -n" }, "typespec-azure/client-generator-core/flatten-property": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/flatten-property/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\flatten-property\\src\\Generated -n" }, "typespec-azure/client-generator-core/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/usage/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\usage\\src\\Generated -n" }, "typespec-azure/core/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/basic/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\basic\\src\\Generated -n" }, "typespec-azure/core/lro/rpc": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/rpc/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\rpc\\src\\Generated -n" }, "typespec-azure/core/lro/standard": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/standard/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\standard\\src\\Generated -n" }, "typespec-azure/core/model": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/model/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\model\\src\\Generated -n" }, "typespec-azure/core/page": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/page/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\page\\src\\Generated -n" }, "typespec-azure/core/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/scalar/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\scalar\\src\\Generated -n" }, "typespec-azure/core/traits": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/traits/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\traits\\src\\Generated -n" }, "typespec-azure/encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/encode/duration/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\encode\\duration\\src\\Generated -n" }, "typespec-azure/example/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/example/basic/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\example\\basic\\src\\Generated -n" }, "typespec-azure/resource-manager/common-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/common-properties/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\common-properties\\src\\Generated -n" }, "typespec-azure/resource-manager/non-resource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/non-resource/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\non-resource\\src\\Generated -n" }, "typespec-azure/resource-manager/resources": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/resources/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\resources\\src\\Generated -n" }, "typespec-azure/special-headers/client-request-id": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/special-headers/client-request-id/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\special-headers\\client-request-id\\src\\Generated -n" }, "typespec-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/naming/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\naming\\src\\Generated -n" }, "typespec-client/structure/client-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/client-operation-group/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\client-operation-group\\src\\Generated -n" }, "typespec-client/structure/default": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/default/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\default\\src\\Generated -n" }, "typespec-client/structure/multi-client": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/multi-client/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\multi-client\\src\\Generated -n" }, "typespec-client/structure/renamed-operation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/renamed-operation/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\renamed-operation\\src\\Generated -n" }, "typespec-client/structure/two-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/two-operation-group/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\two-operation-group\\src\\Generated -n" }, "typespec-encode/bytes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/bytes/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\bytes\\src\\Generated -n" }, "typespec-encode/datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/datetime/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\datetime\\src\\Generated -n" }, "typespec-encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/duration/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\duration\\src\\Generated -n" }, "typespec-encode/numeric": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/numeric/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\numeric\\src\\Generated -n" }, "typespec-nonAzure-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/api-key/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\api-key\\src\\Generated -n" }, "typespec-nonAzure-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/http/custom/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\http\\custom\\src\\Generated -n" }, "typespec-nonAzure-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/client/naming/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\client\\naming\\src\\Generated -n" }, "typespec-nonAzure-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/body-optionality/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\body-optionality\\src\\Generated -n" }, "typespec-nonAzure-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/spread/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\spread\\src\\Generated -n" }, "typespec-nonAzure-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/content-negotiation/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\content-negotiation\\src\\Generated -n" }, "typespec-nonAzure-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/multipart/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\multipart\\src\\Generated -n" }, "typespec-nonAzure-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/serialization/encoded-name/json/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\serialization\\encoded-name\\json\\src\\Generated -n" }, "typespec-nonAzure-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/server/endpoint/not-defined/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\server\\endpoint\\not-defined\\src\\Generated -n" }, "typespec-nonAzure-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/special-words/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\special-words\\src\\Generated -n" }, "typespec-nonAzure-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/array/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\array\\src\\Generated -n" }, "typespec-nonAzure-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/dictionary/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\dictionary\\src\\Generated -n" }, "typespec-nonAzure-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/extensible/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\extensible\\src\\Generated -n" }, "typespec-nonAzure-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/fixed/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\fixed\\src\\Generated -n" }, "typespec-nonAzure-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/empty/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\empty\\src\\Generated -n" }, "typespec-nonAzure-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/enum-discriminator/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" }, "typespec-nonAzure-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/not-discriminated/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" }, "typespec-nonAzure-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/recursive/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\recursive\\src\\Generated -n" }, "typespec-nonAzure-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/single-discriminator/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" }, "typespec-nonAzure-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/usage/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\usage\\src\\Generated -n" }, "typespec-nonAzure-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/additional-properties/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\additional-properties\\src\\Generated -n" }, "typespec-nonAzure-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/nullable/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\nullable\\src\\Generated -n" }, "typespec-nonAzure-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/optionality/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\optionality\\src\\Generated -n" }, "typespec-nonAzure-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/value-types/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\value-types\\src\\Generated -n" }, "typespec-nonAzure-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/scalar/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\scalar\\src\\Generated -n" }, "typespec-nonAzure-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/union/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\union\\src\\Generated -n" }, "typespec-parameters/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/basic/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\basic\\src\\Generated -n" }, "typespec-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/body-optionality/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\body-optionality\\src\\Generated -n" }, "typespec-parameters/collection-format": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/collection-format/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\collection-format\\src\\Generated -n" }, "typespec-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/spread/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\spread\\src\\Generated -n" }, "typespec-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/content-negotiation/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\content-negotiation\\src\\Generated -n" }, "typespec-payload/media-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/media-type/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\media-type\\src\\Generated -n" }, "typespec-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/multipart/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\multipart\\src\\Generated -n" }, "typespec-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/serialization/encoded-name/json/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\serialization\\encoded-name\\json\\src\\Generated -n" }, "typespec-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/endpoint/not-defined/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\endpoint\\not-defined\\src\\Generated -n" }, "typespec-server/path/multiple": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/multiple/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\multiple\\src\\Generated -n" }, "typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single\\src\\Generated -n" }, "typespec-server/versions/not-versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/not-versioned/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\not-versioned\\src\\Generated -n" }, "typespec-server/versions/versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/versioned/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\versioned\\src\\Generated -n" }, "typespec-special-headers/conditional-request": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/conditional-request/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\conditional-request\\src\\Generated -n" }, "typespec-special-headers/repeatability": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/repeatability/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\repeatability\\src\\Generated -n" }, "typespec-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-words/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-words\\src\\Generated -n" }, "typespec-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/array/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\array\\src\\Generated -n" }, "typespec-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/dictionary/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\dictionary\\src\\Generated -n" }, "typespec-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/extensible/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\extensible\\src\\Generated -n" }, "typespec-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/fixed/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\fixed\\src\\Generated -n" }, "typespec-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/empty/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\empty\\src\\Generated -n" }, "typespec-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/enum-discriminator/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" }, "typespec-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/not-discriminated/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" }, "typespec-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/recursive/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\recursive\\src\\Generated -n" }, "typespec-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/single-discriminator/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" }, "typespec-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/usage/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\usage\\src\\Generated -n" }, "typespec-type/model/visibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/visibility/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\visibility\\src\\Generated -n" }, "typespec-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/additional-properties/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\additional-properties\\src\\Generated -n" }, "typespec-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/nullable/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\nullable\\src\\Generated -n" }, "typespec-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/optionality/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\optionality\\src\\Generated -n" }, "typespec-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/value-types/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\value-types\\src\\Generated -n" }, "typespec-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/scalar/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\scalar\\src\\Generated -n" }, "typespec-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/union/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\union\\src\\Generated -n" }, "typespec-versioning/added": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/added/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\added\\src\\Generated -n" }, "typespec-versioning/madeOptional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/madeOptional/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\madeOptional\\src\\Generated -n" }, "typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed\\src\\Generated -n" }, "typespec-versioning/renamedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/renamedFrom/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\renamedFrom\\src\\Generated -n" }, "typespec-versioning/returnTypeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/returnTypeChangedFrom/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\returnTypeChangedFrom\\src\\Generated -n" }, "typespec-versioning/typeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/typeChangedFrom/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\typeChangedFrom\\src\\Generated -n" }, "Unbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Unbranded-TypeSpec/src/Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Unbranded-TypeSpec\\src\\Generated -n" }, "url": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url\\Generated" }, "url-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url\\src\\Generated" }, "url-multi-collectionFormat": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url-multi-collectionFormat/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url-multi-collectionFormat\\Generated" }, "url-multi-collectionFormat-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url-multi-collectionFormat/src/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url-multi-collectionFormat\\src\\Generated" }, "validation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/validation/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\validation\\Generated" }, "xml-service": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xml-service/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xml-service\\Generated" }, "xms-error-responses": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xms-error-responses/Generated" + "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xms-error-responses\\Generated" } } } diff --git a/test/CadlRanchProjects/azure/core/basic/tspCodeModel.json b/test/CadlRanchProjects/azure/core/basic/tspCodeModel.json index 651f081a171..0e831b2c161 100644 --- a/test/CadlRanchProjects/azure/core/basic/tspCodeModel.json +++ b/test/CadlRanchProjects/azure/core/basic/tspCodeModel.json @@ -326,14 +326,7 @@ "serializedName": "value", "doc": "The User items on this page", "type": { - "$id": "44", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "6" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "39" }, "optional": false, "readOnly": false, @@ -342,26 +335,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.value", "serializationOptions": { - "$id": "45", + "$id": "44", "json": { - "$id": "46", + "$id": "45", "name": "value" } } }, { - "$id": "47", + "$id": "46", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "48", + "$id": "47", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "49", + "$id": "48", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -376,9 +369,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.nextLink", "serializationOptions": { - "$id": "50", + "$id": "49", "json": { - "$id": "51", + "$id": "50", "name": "nextLink" } } @@ -388,14 +381,14 @@ ], "clients": [ { - "$id": "52", + "$id": "51", "kind": "client", "name": "BasicClient", "namespace": "_Specs_.Azure.Core.Basic", "doc": "Illustrates bodies templated with Azure Core", "methods": [ { - "$id": "53", + "$id": "52", "kind": "basic", "name": "createOrUpdate", "accessibility": "public", @@ -405,7 +398,7 @@ "doc": "Creates or updates a User", "summary": "Adds a user or updates a user's fields.", "operation": { - "$id": "54", + "$id": "53", "name": "createOrUpdate", "resourceName": "User", "summary": "Adds a user or updates a user's fields.", @@ -413,12 +406,12 @@ "accessibility": "public", "parameters": [ { - "$id": "55", + "$id": "54", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "56", + "$id": "55", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -432,9 +425,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "57", + "$id": "56", "type": { - "$id": "58", + "$id": "57", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -445,12 +438,12 @@ "skipUrlEncoding": false }, { - "$id": "59", + "$id": "58", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "60", + "$id": "59", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -467,18 +460,18 @@ "skipUrlEncoding": false }, { - "$id": "61", + "$id": "60", "name": "contentType", "nameInRequest": "Content-Type", "doc": "This request has a JSON Merge Patch body.", "type": { - "$id": "62", + "$id": "61", "kind": "constant", "name": "CreateOrUpdateRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "63", + "$id": "62", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -498,17 +491,17 @@ "skipUrlEncoding": false }, { - "$id": "64", + "$id": "63", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "65", + "$id": "64", "kind": "constant", "name": "createOrUpdateContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "66", + "$id": "65", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -528,7 +521,7 @@ "skipUrlEncoding": false }, { - "$id": "67", + "$id": "66", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", @@ -548,7 +541,7 @@ ], "responses": [ { - "$id": "68", + "$id": "67", "statusCodes": [ 201 ], @@ -562,7 +555,7 @@ ] }, { - "$id": "69", + "$id": "68", "statusCodes": [ 200 ], @@ -590,12 +583,12 @@ }, "parameters": [ { - "$id": "70", + "$id": "69", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "71", + "$id": "70", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -612,18 +605,18 @@ "skipUrlEncoding": false }, { - "$id": "72", + "$id": "71", "name": "contentType", "nameInRequest": "Content-Type", "doc": "This request has a JSON Merge Patch body.", "type": { - "$id": "73", + "$id": "72", "kind": "constant", "name": "CreateOrUpdateRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "74", + "$id": "73", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -643,7 +636,7 @@ "skipUrlEncoding": false }, { - "$id": "75", + "$id": "74", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", @@ -661,11 +654,11 @@ "skipUrlEncoding": false }, { - "$id": "76", + "$id": "75", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "65" + "$ref": "64" }, "location": "Header", "isApiVersion": false, @@ -679,7 +672,7 @@ } ], "response": { - "$id": "77", + "$id": "76", "type": { "$ref": "6" } @@ -690,7 +683,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.createOrUpdate" }, { - "$id": "78", + "$id": "77", "kind": "basic", "name": "createOrReplace", "accessibility": "public", @@ -700,7 +693,7 @@ "doc": "Creates or replaces a User", "summary": "Adds a user or replaces a user's fields.", "operation": { - "$id": "79", + "$id": "78", "name": "createOrReplace", "resourceName": "User", "summary": "Adds a user or replaces a user's fields.", @@ -708,12 +701,12 @@ "accessibility": "public", "parameters": [ { - "$id": "80", + "$id": "79", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "81", + "$id": "80", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -727,9 +720,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "82", + "$id": "81", "type": { - "$id": "83", + "$id": "82", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -740,12 +733,12 @@ "skipUrlEncoding": false }, { - "$id": "84", + "$id": "83", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "85", + "$id": "84", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -762,18 +755,18 @@ "skipUrlEncoding": false }, { - "$id": "86", + "$id": "85", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "87", + "$id": "86", "kind": "constant", "name": "createOrReplaceContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "88", + "$id": "87", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -793,17 +786,17 @@ "skipUrlEncoding": false }, { - "$id": "89", + "$id": "88", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "90", + "$id": "89", "kind": "constant", "name": "createOrReplaceContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "91", + "$id": "90", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -823,7 +816,7 @@ "skipUrlEncoding": false }, { - "$id": "92", + "$id": "91", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", @@ -843,7 +836,7 @@ ], "responses": [ { - "$id": "93", + "$id": "92", "statusCodes": [ 201 ], @@ -857,7 +850,7 @@ ] }, { - "$id": "94", + "$id": "93", "statusCodes": [ 200 ], @@ -885,12 +878,12 @@ }, "parameters": [ { - "$id": "95", + "$id": "94", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "96", + "$id": "95", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -907,7 +900,7 @@ "skipUrlEncoding": false }, { - "$id": "97", + "$id": "96", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", @@ -925,12 +918,12 @@ "skipUrlEncoding": false }, { - "$id": "98", + "$id": "97", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "87" + "$ref": "86" }, "location": "Header", "isApiVersion": false, @@ -943,11 +936,11 @@ "skipUrlEncoding": false }, { - "$id": "99", + "$id": "98", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "90" + "$ref": "89" }, "location": "Header", "isApiVersion": false, @@ -961,7 +954,7 @@ } ], "response": { - "$id": "100", + "$id": "99", "type": { "$ref": "6" } @@ -972,7 +965,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.createOrReplace" }, { - "$id": "101", + "$id": "100", "kind": "basic", "name": "get", "accessibility": "public", @@ -982,7 +975,7 @@ "doc": "Gets a User", "summary": "Gets a user.", "operation": { - "$id": "102", + "$id": "101", "name": "get", "resourceName": "User", "summary": "Gets a user.", @@ -990,12 +983,12 @@ "accessibility": "public", "parameters": [ { - "$id": "103", + "$id": "102", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "104", + "$id": "103", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1009,9 +1002,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "105", + "$id": "104", "type": { - "$id": "106", + "$id": "105", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1022,12 +1015,12 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "106", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "108", + "$id": "107", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1044,17 +1037,17 @@ "skipUrlEncoding": false }, { - "$id": "109", + "$id": "108", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "110", + "$id": "109", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "111", + "$id": "110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1076,7 +1069,7 @@ ], "responses": [ { - "$id": "112", + "$id": "111", "statusCodes": [ 200 ], @@ -1101,12 +1094,12 @@ }, "parameters": [ { - "$id": "113", + "$id": "112", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "114", + "$id": "113", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1123,11 +1116,11 @@ "skipUrlEncoding": false }, { - "$id": "115", + "$id": "114", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "110" + "$ref": "109" }, "location": "Header", "isApiVersion": false, @@ -1141,7 +1134,7 @@ } ], "response": { - "$id": "116", + "$id": "115", "type": { "$ref": "6" } @@ -1152,7 +1145,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.get" }, { - "$id": "117", + "$id": "116", "kind": "paging", "name": "list", "accessibility": "public", @@ -1162,7 +1155,7 @@ "doc": "Lists all Users", "summary": "Lists all users.", "operation": { - "$id": "118", + "$id": "117", "name": "list", "resourceName": "User", "summary": "Lists all users.", @@ -1170,12 +1163,12 @@ "accessibility": "public", "parameters": [ { - "$id": "119", + "$id": "118", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "120", + "$id": "119", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1189,9 +1182,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "121", + "$id": "120", "type": { - "$id": "122", + "$id": "121", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1202,12 +1195,12 @@ "skipUrlEncoding": false }, { - "$id": "123", + "$id": "122", "name": "top", "nameInRequest": "top", "doc": "The number of result items to return.", "type": { - "$id": "124", + "$id": "123", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1224,12 +1217,12 @@ "skipUrlEncoding": false }, { - "$id": "125", + "$id": "124", "name": "skip", "nameInRequest": "skip", "doc": "The number of result items to skip.", "type": { - "$id": "126", + "$id": "125", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1246,12 +1239,12 @@ "skipUrlEncoding": false }, { - "$id": "127", + "$id": "126", "name": "maxpagesize", "nameInRequest": "maxpagesize", "doc": "The maximum number of result items per page.", "type": { - "$id": "128", + "$id": "127", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1268,16 +1261,16 @@ "skipUrlEncoding": false }, { - "$id": "129", + "$id": "128", "name": "orderby", "nameInRequest": "orderby", "doc": "Expressions that specify the order of returned results.", "type": { - "$id": "130", + "$id": "129", "kind": "array", "name": "Array", "valueType": { - "$id": "131", + "$id": "130", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1297,12 +1290,12 @@ "skipUrlEncoding": false }, { - "$id": "132", + "$id": "131", "name": "filter", "nameInRequest": "filter", "doc": "Filter the result list using the given expression.", "type": { - "$id": "133", + "$id": "132", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1319,23 +1312,12 @@ "skipUrlEncoding": false }, { - "$id": "134", + "$id": "133", "name": "select", "nameInRequest": "select", "doc": "Select the specified fields to be included in the response.", "type": { - "$id": "135", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "136", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "129" }, "location": "Query", "isApiVersion": false, @@ -1348,23 +1330,12 @@ "skipUrlEncoding": false }, { - "$id": "137", + "$id": "134", "name": "expand", "nameInRequest": "expand", "doc": "Expand the indicated resources into the response.", "type": { - "$id": "138", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "139", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "129" }, "location": "Query", "isApiVersion": false, @@ -1377,17 +1348,17 @@ "skipUrlEncoding": false }, { - "$id": "140", + "$id": "135", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "141", + "$id": "136", "kind": "constant", "name": "listContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "142", + "$id": "137", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1409,7 +1380,7 @@ ], "responses": [ { - "$id": "143", + "$id": "138", "statusCodes": [ 200 ], @@ -1434,12 +1405,12 @@ }, "parameters": [ { - "$id": "144", + "$id": "139", "name": "top", "nameInRequest": "top", "doc": "The number of result items to return.", "type": { - "$id": "145", + "$id": "140", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1456,12 +1427,12 @@ "skipUrlEncoding": false }, { - "$id": "146", + "$id": "141", "name": "skip", "nameInRequest": "skip", "doc": "The number of result items to skip.", "type": { - "$id": "147", + "$id": "142", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1478,12 +1449,12 @@ "skipUrlEncoding": false }, { - "$id": "148", + "$id": "143", "name": "maxpagesize", "nameInRequest": "maxpagesize", "doc": "The maximum number of result items per page.", "type": { - "$id": "149", + "$id": "144", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1500,23 +1471,12 @@ "skipUrlEncoding": false }, { - "$id": "150", + "$id": "145", "name": "orderby", "nameInRequest": "orderby", "doc": "Expressions that specify the order of returned results.", "type": { - "$id": "151", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "152", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "129" }, "location": "Query", "isApiVersion": false, @@ -1529,12 +1489,12 @@ "skipUrlEncoding": false }, { - "$id": "153", + "$id": "146", "name": "filter", "nameInRequest": "filter", "doc": "Filter the result list using the given expression.", "type": { - "$id": "154", + "$id": "147", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1551,23 +1511,12 @@ "skipUrlEncoding": false }, { - "$id": "155", + "$id": "148", "name": "select", "nameInRequest": "select", "doc": "Select the specified fields to be included in the response.", "type": { - "$id": "156", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "157", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "129" }, "location": "Query", "isApiVersion": false, @@ -1580,23 +1529,12 @@ "skipUrlEncoding": false }, { - "$id": "158", + "$id": "149", "name": "expand", "nameInRequest": "expand", "doc": "Expand the indicated resources into the response.", "type": { - "$id": "159", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "160", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "129" }, "location": "Query", "isApiVersion": false, @@ -1609,11 +1547,11 @@ "skipUrlEncoding": false }, { - "$id": "161", + "$id": "150", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "141" + "$ref": "136" }, "location": "Header", "isApiVersion": false, @@ -1627,16 +1565,9 @@ } ], "response": { - "$id": "162", + "$id": "151", "type": { - "$id": "163", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "6" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "39" }, "resultSegments": [ "value" @@ -1647,12 +1578,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.list", "pagingMetadata": { - "$id": "164", + "$id": "152", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "165", + "$id": "153", "responseSegments": [ "nextLink" ], @@ -1661,7 +1592,7 @@ } }, { - "$id": "166", + "$id": "154", "kind": "basic", "name": "delete", "accessibility": "public", @@ -1671,7 +1602,7 @@ "doc": "Deletes a User", "summary": "Deletes a user.", "operation": { - "$id": "167", + "$id": "155", "name": "delete", "resourceName": "User", "summary": "Deletes a user.", @@ -1679,12 +1610,12 @@ "accessibility": "public", "parameters": [ { - "$id": "168", + "$id": "156", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "169", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1698,9 +1629,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "170", + "$id": "158", "type": { - "$id": "171", + "$id": "159", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1711,12 +1642,12 @@ "skipUrlEncoding": false }, { - "$id": "172", + "$id": "160", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "173", + "$id": "161", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1733,17 +1664,17 @@ "skipUrlEncoding": false }, { - "$id": "174", + "$id": "162", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "175", + "$id": "163", "kind": "constant", "name": "deleteContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "176", + "$id": "164", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1765,7 +1696,7 @@ ], "responses": [ { - "$id": "177", + "$id": "165", "statusCodes": [ 204 ], @@ -1784,12 +1715,12 @@ }, "parameters": [ { - "$id": "178", + "$id": "166", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "179", + "$id": "167", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1806,11 +1737,11 @@ "skipUrlEncoding": false }, { - "$id": "180", + "$id": "168", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "175" + "$ref": "163" }, "location": "Header", "isApiVersion": false, @@ -1824,7 +1755,7 @@ } ], "response": { - "$id": "181" + "$id": "169" }, "isOverride": false, "generateConvenient": true, @@ -1832,7 +1763,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.delete" }, { - "$id": "182", + "$id": "170", "kind": "basic", "name": "export", "accessibility": "public", @@ -1842,7 +1773,7 @@ "doc": "Exports a User", "summary": "Exports a user.", "operation": { - "$id": "183", + "$id": "171", "name": "export", "resourceName": "Basic", "summary": "Exports a user.", @@ -1850,12 +1781,12 @@ "accessibility": "public", "parameters": [ { - "$id": "184", + "$id": "172", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "185", + "$id": "173", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1869,9 +1800,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "186", + "$id": "174", "type": { - "$id": "187", + "$id": "175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1882,12 +1813,12 @@ "skipUrlEncoding": false }, { - "$id": "188", + "$id": "176", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "189", + "$id": "177", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1904,12 +1835,12 @@ "skipUrlEncoding": false }, { - "$id": "190", + "$id": "178", "name": "format", "nameInRequest": "format", "doc": "The format of the data.", "type": { - "$id": "191", + "$id": "179", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1926,17 +1857,17 @@ "skipUrlEncoding": false }, { - "$id": "192", + "$id": "180", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "193", + "$id": "181", "kind": "constant", "name": "exportContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "194", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1958,7 +1889,7 @@ ], "responses": [ { - "$id": "195", + "$id": "183", "statusCodes": [ 200 ], @@ -1983,12 +1914,12 @@ }, "parameters": [ { - "$id": "196", + "$id": "184", "name": "id", "nameInRequest": "id", "doc": "The user's id.", "type": { - "$id": "197", + "$id": "185", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2005,12 +1936,12 @@ "skipUrlEncoding": false }, { - "$id": "198", + "$id": "186", "name": "format", "nameInRequest": "format", "doc": "The format of the data.", "type": { - "$id": "199", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2027,11 +1958,11 @@ "skipUrlEncoding": false }, { - "$id": "200", + "$id": "188", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "193" + "$ref": "181" }, "location": "Header", "isApiVersion": false, @@ -2045,7 +1976,7 @@ } ], "response": { - "$id": "201", + "$id": "189", "type": { "$ref": "6" } @@ -2056,7 +1987,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Basic.export" }, { - "$id": "202", + "$id": "190", "kind": "basic", "name": "exportAllUsers", "accessibility": "public", @@ -2066,7 +1997,7 @@ "doc": "Exports all users", "summary": "Exports all users.", "operation": { - "$id": "203", + "$id": "191", "name": "exportAllUsers", "resourceName": "Basic", "summary": "Exports all users.", @@ -2074,12 +2005,12 @@ "accessibility": "public", "parameters": [ { - "$id": "204", + "$id": "192", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "205", + "$id": "193", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2093,9 +2024,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "206", + "$id": "194", "type": { - "$id": "207", + "$id": "195", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2106,12 +2037,12 @@ "skipUrlEncoding": false }, { - "$id": "208", + "$id": "196", "name": "format", "nameInRequest": "format", "doc": "The format of the data.", "type": { - "$id": "209", + "$id": "197", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2128,17 +2059,17 @@ "skipUrlEncoding": false }, { - "$id": "210", + "$id": "198", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "211", + "$id": "199", "kind": "constant", "name": "exportAllUsersContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "212", + "$id": "200", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2160,7 +2091,7 @@ ], "responses": [ { - "$id": "213", + "$id": "201", "statusCodes": [ 200 ], @@ -2185,12 +2116,12 @@ }, "parameters": [ { - "$id": "214", + "$id": "202", "name": "format", "nameInRequest": "format", "doc": "The format of the data.", "type": { - "$id": "215", + "$id": "203", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2207,11 +2138,11 @@ "skipUrlEncoding": false }, { - "$id": "216", + "$id": "204", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "211" + "$ref": "199" }, "location": "Header", "isApiVersion": false, @@ -2225,7 +2156,7 @@ } ], "response": { - "$id": "217", + "$id": "205", "type": { "$ref": "37" } @@ -2238,12 +2169,12 @@ ], "parameters": [ { - "$id": "218", + "$id": "206", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "219", + "$id": "207", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2257,9 +2188,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "220", + "$id": "208", "type": { - "$id": "221", + "$id": "209", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/azure/core/model/tspCodeModel.json b/test/CadlRanchProjects/azure/core/model/tspCodeModel.json index 1b7a12d0eaa..f43558e234f 100644 --- a/test/CadlRanchProjects/azure/core/model/tspCodeModel.json +++ b/test/CadlRanchProjects/azure/core/model/tspCodeModel.json @@ -196,18 +196,7 @@ 200 ], "bodyType": { - "$id": "24", - "kind": "array", - "name": "EmbeddingVector", - "valueType": { - "$id": "25", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "Azure.Core.EmbeddingVector", - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -227,7 +216,7 @@ }, "parameters": [ { - "$id": "26", + "$id": "24", "name": "accept", "nameInRequest": "accept", "type": { @@ -245,9 +234,9 @@ } ], "response": { - "$id": "27", + "$id": "25", "type": { - "$ref": "24" + "$ref": "8" } }, "isOverride": false, @@ -256,7 +245,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Model.AzureCoreEmbeddingVector.get" }, { - "$id": "28", + "$id": "26", "kind": "basic", "name": "put", "accessibility": "public", @@ -265,25 +254,25 @@ ], "doc": "put an embedding vector", "operation": { - "$id": "29", + "$id": "27", "name": "put", "resourceName": "AzureCoreEmbeddingVector", "doc": "put an embedding vector", "accessibility": "public", "parameters": [ { - "$id": "30", + "$id": "28", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "31", + "$id": "29", "kind": "constant", "name": "putContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "32", + "$id": "30", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -303,23 +292,12 @@ "skipUrlEncoding": false }, { - "$id": "33", + "$id": "31", "name": "body", "nameInRequest": "body", "doc": "_", "type": { - "$id": "34", - "kind": "array", - "name": "EmbeddingVector", - "valueType": { - "$id": "35", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "Azure.Core.EmbeddingVector", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -334,7 +312,7 @@ ], "responses": [ { - "$id": "36", + "$id": "32", "statusCodes": [ 204 ], @@ -356,23 +334,12 @@ }, "parameters": [ { - "$id": "37", + "$id": "33", "name": "body", "nameInRequest": "body", "doc": "_", "type": { - "$id": "38", - "kind": "array", - "name": "EmbeddingVector", - "valueType": { - "$id": "39", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "Azure.Core.EmbeddingVector", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -385,12 +352,12 @@ "skipUrlEncoding": false }, { - "$id": "40", + "$id": "34", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "31" + "$ref": "29" }, "location": "Header", "isApiVersion": false, @@ -404,7 +371,7 @@ } ], "response": { - "$id": "41" + "$id": "35" }, "isOverride": false, "generateConvenient": true, @@ -412,7 +379,7 @@ "crossLanguageDefinitionId": "_Specs_.Azure.Core.Model.AzureCoreEmbeddingVector.put" }, { - "$id": "42", + "$id": "36", "kind": "basic", "name": "post", "accessibility": "public", @@ -421,25 +388,25 @@ ], "doc": "post a model which has an embeddingVector property", "operation": { - "$id": "43", + "$id": "37", "name": "post", "resourceName": "AzureCoreEmbeddingVector", "doc": "post a model which has an embeddingVector property", "accessibility": "public", "parameters": [ { - "$id": "44", + "$id": "38", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "45", + "$id": "39", "kind": "constant", "name": "postContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "46", + "$id": "40", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -459,17 +426,17 @@ "skipUrlEncoding": false }, { - "$id": "47", + "$id": "41", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "48", + "$id": "42", "kind": "constant", "name": "postContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "49", + "$id": "43", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -489,7 +456,7 @@ "skipUrlEncoding": false }, { - "$id": "50", + "$id": "44", "name": "body", "nameInRequest": "body", "doc": "_", @@ -509,7 +476,7 @@ ], "responses": [ { - "$id": "51", + "$id": "45", "statusCodes": [ 200 ], @@ -537,7 +504,7 @@ }, "parameters": [ { - "$id": "52", + "$id": "46", "name": "body", "nameInRequest": "body", "doc": "_", @@ -555,12 +522,12 @@ "skipUrlEncoding": false }, { - "$id": "53", + "$id": "47", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "45" + "$ref": "39" }, "location": "Header", "isApiVersion": false, @@ -573,11 +540,11 @@ "skipUrlEncoding": false }, { - "$id": "54", + "$id": "48", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "48" + "$ref": "42" }, "location": "Header", "isApiVersion": false, @@ -591,7 +558,7 @@ } ], "response": { - "$id": "55", + "$id": "49", "type": { "$ref": "6" } @@ -604,12 +571,12 @@ ], "parameters": [ { - "$id": "56", + "$id": "50", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "57", + "$id": "51", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -623,9 +590,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "58", + "$id": "52", "type": { - "$id": "59", + "$id": "53", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/azure/core/page/tspCodeModel.json b/test/CadlRanchProjects/azure/core/page/tspCodeModel.json index 9bc15c7d4d8..600060ca12c 100644 --- a/test/CadlRanchProjects/azure/core/page/tspCodeModel.json +++ b/test/CadlRanchProjects/azure/core/page/tspCodeModel.json @@ -448,14 +448,7 @@ "name": "values", "serializedName": "values", "type": { - "$id": "59", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "optional": false, "readOnly": false, @@ -464,25 +457,25 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.ParameterizedNextLinkPagingResult.values", "serializationOptions": { - "$id": "60", + "$id": "59", "json": { - "$id": "61", + "$id": "60", "name": "values" } } }, { - "$id": "62", + "$id": "61", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "type": { - "$id": "63", + "$id": "62", "kind": "url", "name": "parameterizedNextLink", "crossLanguageDefinitionId": "Azure.Core.Legacy.parameterizedNextLink", "baseType": { - "$id": "64", + "$id": "63", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -497,9 +490,9 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.ParameterizedNextLinkPagingResult.nextLink", "serializationOptions": { - "$id": "65", + "$id": "64", "json": { - "$id": "66", + "$id": "65", "name": "nextLink" } } @@ -507,7 +500,7 @@ ] }, { - "$id": "67", + "$id": "66", "kind": "model", "name": "FirstItem", "namespace": "_Specs_.Azure.Core.Page", @@ -517,13 +510,13 @@ "decorators": [], "properties": [ { - "$id": "68", + "$id": "67", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id of the item.", "type": { - "$id": "69", + "$id": "68", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -536,9 +529,9 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.FirstItem.id", "serializationOptions": { - "$id": "70", + "$id": "69", "json": { - "$id": "71", + "$id": "70", "name": "id" } } @@ -546,7 +539,7 @@ ] }, { - "$id": "72", + "$id": "71", "kind": "model", "name": "SecondItem", "namespace": "_Specs_.Azure.Core.Page", @@ -556,13 +549,13 @@ "decorators": [], "properties": [ { - "$id": "73", + "$id": "72", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the item.", "type": { - "$id": "74", + "$id": "73", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -575,9 +568,9 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.SecondItem.name", "serializationOptions": { - "$id": "75", + "$id": "74", "json": { - "$id": "76", + "$id": "75", "name": "name" } } @@ -585,7 +578,7 @@ ] }, { - "$id": "77", + "$id": "76", "kind": "model", "name": "PagedUser", "namespace": "Azure.Core", @@ -595,20 +588,13 @@ "decorators": [], "properties": [ { - "$id": "78", + "$id": "77", "kind": "property", "name": "value", "serializedName": "value", "doc": "The User items on this page", "type": { - "$id": "79", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "optional": false, "readOnly": false, @@ -617,26 +603,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.value", "serializationOptions": { - "$id": "80", + "$id": "78", "json": { - "$id": "81", + "$id": "79", "name": "value" } } }, { - "$id": "82", + "$id": "80", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "83", + "$id": "81", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "84", + "$id": "82", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -651,9 +637,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.nextLink", "serializationOptions": { - "$id": "85", + "$id": "83", "json": { - "$id": "86", + "$id": "84", "name": "nextLink" } } @@ -661,7 +647,7 @@ ] }, { - "$id": "87", + "$id": "85", "kind": "model", "name": "PagedFirstItem", "namespace": "Azure.Core", @@ -671,17 +657,17 @@ "decorators": [], "properties": [ { - "$id": "88", + "$id": "86", "kind": "property", "name": "value", "serializedName": "value", "doc": "The FirstItem items on this page", "type": { - "$id": "89", + "$id": "87", "kind": "array", "name": "ArrayFirstItem", "valueType": { - "$ref": "67" + "$ref": "66" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -693,26 +679,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.value", "serializationOptions": { - "$id": "90", + "$id": "88", "json": { - "$id": "91", + "$id": "89", "name": "value" } } }, { - "$id": "92", + "$id": "90", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "93", + "$id": "91", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "94", + "$id": "92", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -727,9 +713,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.nextLink", "serializationOptions": { - "$id": "95", + "$id": "93", "json": { - "$id": "96", + "$id": "94", "name": "nextLink" } } @@ -737,7 +723,7 @@ ] }, { - "$id": "97", + "$id": "95", "kind": "model", "name": "PagedSecondItem", "namespace": "Azure.Core", @@ -747,17 +733,17 @@ "decorators": [], "properties": [ { - "$id": "98", + "$id": "96", "kind": "property", "name": "value", "serializedName": "value", "doc": "The SecondItem items on this page", "type": { - "$id": "99", + "$id": "97", "kind": "array", "name": "ArraySecondItem", "valueType": { - "$ref": "72" + "$ref": "71" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -769,26 +755,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.value", "serializationOptions": { - "$id": "100", + "$id": "98", "json": { - "$id": "101", + "$id": "99", "name": "value" } } }, { - "$id": "102", + "$id": "100", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "103", + "$id": "101", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "104", + "$id": "102", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -803,9 +789,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.nextLink", "serializationOptions": { - "$id": "105", + "$id": "103", "json": { - "$id": "106", + "$id": "104", "name": "nextLink" } } @@ -815,14 +801,14 @@ ], "clients": [ { - "$id": "107", + "$id": "105", "kind": "client", "name": "PageClient", "namespace": "_Specs_.Azure.Core.Page", "doc": "Illustrates bodies templated with Azure Core with paging support", "methods": [ { - "$id": "108", + "$id": "106", "kind": "paging", "name": "listWithPage", "accessibility": "public", @@ -831,19 +817,19 @@ ], "doc": "List with Azure.Core.Page<>.", "operation": { - "$id": "109", + "$id": "107", "name": "listWithPage", "resourceName": "Page", "doc": "List with Azure.Core.Page<>.", "accessibility": "public", "parameters": [ { - "$id": "110", + "$id": "108", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "111", + "$id": "109", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -857,9 +843,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "112", + "$id": "110", "type": { - "$id": "113", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -870,17 +856,17 @@ "skipUrlEncoding": false }, { - "$id": "114", + "$id": "112", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "115", + "$id": "113", "kind": "constant", "name": "listWithPageContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "116", + "$id": "114", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -902,12 +888,12 @@ ], "responses": [ { - "$id": "117", + "$id": "115", "statusCodes": [ 200 ], "bodyType": { - "$ref": "77" + "$ref": "76" }, "headers": [], "isErrorResponse": false, @@ -927,11 +913,11 @@ }, "parameters": [ { - "$id": "118", + "$id": "116", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "115" + "$ref": "113" }, "location": "Header", "isApiVersion": false, @@ -945,16 +931,9 @@ } ], "response": { - "$id": "119", + "$id": "117", "type": { - "$id": "120", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "resultSegments": [ "value" @@ -965,12 +944,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.listWithPage", "pagingMetadata": { - "$id": "121", + "$id": "118", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "122", + "$id": "119", "responseSegments": [ "nextLink" ], @@ -979,7 +958,7 @@ } }, { - "$id": "123", + "$id": "120", "kind": "paging", "name": "listWithParameters", "accessibility": "public", @@ -988,19 +967,19 @@ ], "doc": "List with extensible enum parameter Azure.Core.Page<>.", "operation": { - "$id": "124", + "$id": "121", "name": "listWithParameters", "resourceName": "Page", "doc": "List with extensible enum parameter Azure.Core.Page<>.", "accessibility": "public", "parameters": [ { - "$id": "125", + "$id": "122", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "126", + "$id": "123", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1014,9 +993,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "127", + "$id": "124", "type": { - "$id": "128", + "$id": "125", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1027,7 +1006,7 @@ "skipUrlEncoding": false }, { - "$id": "129", + "$id": "126", "name": "another", "nameInRequest": "another", "doc": "Another query parameter.", @@ -1045,18 +1024,18 @@ "skipUrlEncoding": false }, { - "$id": "130", + "$id": "127", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "131", + "$id": "128", "kind": "constant", "name": "listWithParametersContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "132", + "$id": "129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1076,17 +1055,17 @@ "skipUrlEncoding": false }, { - "$id": "133", + "$id": "130", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "134", + "$id": "131", "kind": "constant", "name": "listWithParametersContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "135", + "$id": "132", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1106,7 +1085,7 @@ "skipUrlEncoding": false }, { - "$id": "136", + "$id": "133", "name": "bodyInput", "nameInRequest": "bodyInput", "doc": "The body of the input.", @@ -1126,12 +1105,12 @@ ], "responses": [ { - "$id": "137", + "$id": "134", "statusCodes": [ 200 ], "bodyType": { - "$ref": "77" + "$ref": "76" }, "headers": [], "isErrorResponse": false, @@ -1154,7 +1133,7 @@ }, "parameters": [ { - "$id": "138", + "$id": "135", "name": "bodyInput", "nameInRequest": "bodyInput", "doc": "The body of the input.", @@ -1172,7 +1151,7 @@ "skipUrlEncoding": false }, { - "$id": "139", + "$id": "136", "name": "another", "nameInRequest": "another", "doc": "Another query parameter.", @@ -1190,12 +1169,12 @@ "skipUrlEncoding": false }, { - "$id": "140", + "$id": "137", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "131" + "$ref": "128" }, "location": "Header", "isApiVersion": false, @@ -1208,11 +1187,11 @@ "skipUrlEncoding": false }, { - "$id": "141", + "$id": "138", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "134" + "$ref": "131" }, "location": "Header", "isApiVersion": false, @@ -1226,16 +1205,9 @@ } ], "response": { - "$id": "142", + "$id": "139", "type": { - "$id": "143", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "resultSegments": [ "value" @@ -1246,12 +1218,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.listWithParameters", "pagingMetadata": { - "$id": "144", + "$id": "140", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "145", + "$id": "141", "responseSegments": [ "nextLink" ], @@ -1260,7 +1232,7 @@ } }, { - "$id": "146", + "$id": "142", "kind": "paging", "name": "listWithCustomPageModel", "accessibility": "public", @@ -1269,19 +1241,19 @@ ], "doc": "List with custom page model.", "operation": { - "$id": "147", + "$id": "143", "name": "listWithCustomPageModel", "resourceName": "Page", "doc": "List with custom page model.", "accessibility": "public", "parameters": [ { - "$id": "148", + "$id": "144", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "149", + "$id": "145", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1295,9 +1267,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "150", + "$id": "146", "type": { - "$id": "151", + "$id": "147", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1308,17 +1280,17 @@ "skipUrlEncoding": false }, { - "$id": "152", + "$id": "148", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "153", + "$id": "149", "kind": "constant", "name": "listWithCustomPageModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "154", + "$id": "150", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1340,7 +1312,7 @@ ], "responses": [ { - "$id": "155", + "$id": "151", "statusCodes": [ 200 ], @@ -1365,11 +1337,11 @@ }, "parameters": [ { - "$id": "156", + "$id": "152", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "153" + "$ref": "149" }, "location": "Header", "isApiVersion": false, @@ -1383,16 +1355,9 @@ } ], "response": { - "$id": "157", + "$id": "153", "type": { - "$id": "158", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "resultSegments": [ "items" @@ -1403,12 +1368,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.listWithCustomPageModel", "pagingMetadata": { - "$id": "159", + "$id": "154", "itemPropertySegments": [ "items" ], "nextLink": { - "$id": "160", + "$id": "155", "responseSegments": [ "nextLink" ], @@ -1417,7 +1382,7 @@ } }, { - "$id": "161", + "$id": "156", "kind": "paging", "name": "withParameterizedNextLink", "accessibility": "public", @@ -1426,18 +1391,18 @@ ], "doc": "List with parameterized next link that re-injects parameters.", "operation": { - "$id": "162", + "$id": "157", "name": "withParameterizedNextLink", "resourceName": "Page", "doc": "List with parameterized next link that re-injects parameters.", "accessibility": "public", "parameters": [ { - "$id": "163", + "$id": "158", "name": "includePending", "nameInRequest": "includePending", "type": { - "$id": "164", + "$id": "159", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1454,11 +1419,11 @@ "skipUrlEncoding": false }, { - "$id": "165", + "$id": "160", "name": "select", "nameInRequest": "select", "type": { - "$id": "166", + "$id": "161", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1475,17 +1440,17 @@ "skipUrlEncoding": false }, { - "$id": "167", + "$id": "162", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "168", + "$id": "163", "kind": "constant", "name": "withParameterizedNextLinkContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "169", + "$id": "164", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1507,7 +1472,7 @@ ], "responses": [ { - "$id": "170", + "$id": "165", "statusCodes": [ 200 ], @@ -1532,11 +1497,11 @@ }, "parameters": [ { - "$id": "171", + "$id": "166", "name": "includePending", "nameInRequest": "includePending", "type": { - "$id": "172", + "$id": "167", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1553,11 +1518,11 @@ "skipUrlEncoding": false }, { - "$id": "173", + "$id": "168", "name": "select", "nameInRequest": "select", "type": { - "$id": "174", + "$id": "169", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1574,11 +1539,11 @@ "skipUrlEncoding": false }, { - "$id": "175", + "$id": "170", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "168" + "$ref": "163" }, "location": "Header", "isApiVersion": false, @@ -1592,16 +1557,9 @@ } ], "response": { - "$id": "176", + "$id": "171", "type": { - "$id": "177", - "kind": "array", - "name": "ArrayUser", - "valueType": { - "$ref": "12" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "50" }, "resultSegments": [ "values" @@ -1612,12 +1570,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.withParameterizedNextLink", "pagingMetadata": { - "$id": "178", + "$id": "172", "itemPropertySegments": [ "values" ], "nextLink": { - "$id": "179", + "$id": "173", "responseSegments": [ "nextLink" ], @@ -1628,12 +1586,12 @@ ], "parameters": [ { - "$id": "180", + "$id": "174", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "181", + "$id": "175", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1647,9 +1605,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "182", + "$id": "176", "type": { - "$id": "183", + "$id": "177", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1665,13 +1623,13 @@ ], "children": [ { - "$id": "184", + "$id": "178", "kind": "client", "name": "TwoModelsAsPageItem", "namespace": "_Specs_.Azure.Core.Page", "methods": [ { - "$id": "185", + "$id": "179", "kind": "paging", "name": "listFirstItem", "accessibility": "public", @@ -1680,19 +1638,19 @@ ], "doc": "Two operations with two different page item types should be successfully generated. Should generate model for FirstItem.", "operation": { - "$id": "186", + "$id": "180", "name": "listFirstItem", "resourceName": "TwoModelsAsPageItem", "doc": "Two operations with two different page item types should be successfully generated. Should generate model for FirstItem.", "accessibility": "public", "parameters": [ { - "$id": "187", + "$id": "181", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "188", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1706,9 +1664,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "189", + "$id": "183", "type": { - "$id": "190", + "$id": "184", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1719,17 +1677,17 @@ "skipUrlEncoding": false }, { - "$id": "191", + "$id": "185", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "192", + "$id": "186", "kind": "constant", "name": "listFirstItemContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "193", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1751,12 +1709,12 @@ ], "responses": [ { - "$id": "194", + "$id": "188", "statusCodes": [ 200 ], "bodyType": { - "$ref": "87" + "$ref": "85" }, "headers": [], "isErrorResponse": false, @@ -1776,11 +1734,11 @@ }, "parameters": [ { - "$id": "195", + "$id": "189", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "192" + "$ref": "186" }, "location": "Header", "isApiVersion": false, @@ -1794,16 +1752,9 @@ } ], "response": { - "$id": "196", + "$id": "190", "type": { - "$id": "197", - "kind": "array", - "name": "ArrayFirstItem", - "valueType": { - "$ref": "67" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "87" }, "resultSegments": [ "value" @@ -1814,12 +1765,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.TwoModelsAsPageItem.listFirstItem", "pagingMetadata": { - "$id": "198", + "$id": "191", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "199", + "$id": "192", "responseSegments": [ "nextLink" ], @@ -1828,7 +1779,7 @@ } }, { - "$id": "200", + "$id": "193", "kind": "paging", "name": "listSecondItem", "accessibility": "public", @@ -1837,19 +1788,19 @@ ], "doc": "Two operations with two different page item types should be successfully generated. Should generate model for SecondItem.", "operation": { - "$id": "201", + "$id": "194", "name": "listSecondItem", "resourceName": "TwoModelsAsPageItem", "doc": "Two operations with two different page item types should be successfully generated. Should generate model for SecondItem.", "accessibility": "public", "parameters": [ { - "$id": "202", + "$id": "195", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "203", + "$id": "196", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1863,9 +1814,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "204", + "$id": "197", "type": { - "$id": "205", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1876,17 +1827,17 @@ "skipUrlEncoding": false }, { - "$id": "206", + "$id": "199", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "207", + "$id": "200", "kind": "constant", "name": "listSecondItemContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "208", + "$id": "201", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1908,12 +1859,12 @@ ], "responses": [ { - "$id": "209", + "$id": "202", "statusCodes": [ 200 ], "bodyType": { - "$ref": "97" + "$ref": "95" }, "headers": [], "isErrorResponse": false, @@ -1933,11 +1884,11 @@ }, "parameters": [ { - "$id": "210", + "$id": "203", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "207" + "$ref": "200" }, "location": "Header", "isApiVersion": false, @@ -1951,16 +1902,9 @@ } ], "response": { - "$id": "211", + "$id": "204", "type": { - "$id": "212", - "kind": "array", - "name": "ArraySecondItem", - "valueType": { - "$ref": "72" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "97" }, "resultSegments": [ "value" @@ -1971,12 +1915,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "_Specs_.Azure.Core.Page.TwoModelsAsPageItem.listSecondItem", "pagingMetadata": { - "$id": "213", + "$id": "205", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "214", + "$id": "206", "responseSegments": [ "nextLink" ], @@ -1987,12 +1931,12 @@ ], "parameters": [ { - "$id": "215", + "$id": "207", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "216", + "$id": "208", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2006,9 +1950,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "217", + "$id": "209", "type": { - "$id": "218", + "$id": "210", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2023,7 +1967,7 @@ "2022-12-01-preview" ], "parent": { - "$ref": "107" + "$ref": "105" } } ] diff --git a/test/CadlRanchProjects/azure/example/basic/tspCodeModel.json b/test/CadlRanchProjects/azure/example/basic/tspCodeModel.json index 8f1fd1f084e..ba29be3e20c 100644 --- a/test/CadlRanchProjects/azure/example/basic/tspCodeModel.json +++ b/test/CadlRanchProjects/azure/example/basic/tspCodeModel.json @@ -359,18 +359,7 @@ "name": "arrayProperty", "serializedName": "arrayProperty", "type": { - "$id": "50", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "51", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "31" }, "optional": true, "readOnly": false, @@ -379,36 +368,20 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Example.Basic.ActionResponse.arrayProperty", "serializationOptions": { - "$id": "52", + "$id": "50", "json": { - "$id": "53", + "$id": "51", "name": "arrayProperty" } } }, { - "$id": "54", + "$id": "52", "kind": "property", "name": "recordProperty", "serializedName": "recordProperty", "type": { - "$id": "55", - "kind": "dict", - "keyType": { - "$id": "56", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "57", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "36" }, "optional": true, "readOnly": false, @@ -417,9 +390,9 @@ "decorators": [], "crossLanguageDefinitionId": "_Specs_.Azure.Example.Basic.ActionResponse.recordProperty", "serializationOptions": { - "$id": "58", + "$id": "53", "json": { - "$id": "59", + "$id": "54", "name": "recordProperty" } } @@ -429,13 +402,13 @@ ], "clients": [ { - "$id": "60", + "$id": "55", "kind": "client", "name": "AzureExampleClient", "namespace": "AzureExampleBasicClient", "methods": [ { - "$id": "61", + "$id": "56", "kind": "basic", "name": "basicAction", "accessibility": "public", @@ -443,18 +416,18 @@ "2022-12-01-preview" ], "operation": { - "$id": "62", + "$id": "57", "name": "basicAction", "resourceName": "AzureExampleClient", "accessibility": "public", "parameters": [ { - "$id": "63", + "$id": "58", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "64", + "$id": "59", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -468,9 +441,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "65", + "$id": "60", "type": { - "$id": "66", + "$id": "61", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -481,11 +454,11 @@ "skipUrlEncoding": false }, { - "$id": "67", + "$id": "62", "name": "queryParam", "nameInRequest": "query-param", "type": { - "$id": "68", + "$id": "63", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -502,11 +475,11 @@ "skipUrlEncoding": false }, { - "$id": "69", + "$id": "64", "name": "headerParam", "nameInRequest": "header-param", "type": { - "$id": "70", + "$id": "65", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -523,18 +496,18 @@ "skipUrlEncoding": false }, { - "$id": "71", + "$id": "66", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "72", + "$id": "67", "kind": "constant", "name": "basicActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "73", + "$id": "68", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -554,17 +527,17 @@ "skipUrlEncoding": false }, { - "$id": "74", + "$id": "69", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "75", + "$id": "70", "kind": "constant", "name": "basicActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "76", + "$id": "71", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -584,7 +557,7 @@ "skipUrlEncoding": false }, { - "$id": "77", + "$id": "72", "name": "body", "nameInRequest": "body", "type": { @@ -603,7 +576,7 @@ ], "responses": [ { - "$id": "78", + "$id": "73", "statusCodes": [ 200 ], @@ -630,69 +603,69 @@ "decorators": [], "examples": [ { - "$id": "79", + "$id": "74", "kind": "http", "name": "Basic action", "description": "Basic action", "filePath": "2022-12-01-preview/basic.json", "parameters": [ { - "$id": "80", + "$id": "75", "parameter": { - "$ref": "63" + "$ref": "58" }, "value": { - "$id": "81", + "$id": "76", "kind": "string", "type": { - "$ref": "64" + "$ref": "59" }, "value": "2022-12-01-preview" } }, { - "$id": "82", + "$id": "77", "parameter": { - "$ref": "67" + "$ref": "62" }, "value": { - "$id": "83", + "$id": "78", "kind": "string", "type": { - "$ref": "68" + "$ref": "63" }, "value": "query" } }, { - "$id": "84", + "$id": "79", "parameter": { - "$ref": "69" + "$ref": "64" }, "value": { - "$id": "85", + "$id": "80", "kind": "string", "type": { - "$ref": "70" + "$ref": "65" }, "value": "header" } }, { - "$id": "86", + "$id": "81", "parameter": { - "$ref": "77" + "$ref": "72" }, "value": { - "$id": "87", + "$id": "82", "kind": "model", "type": { "$ref": "10" }, "value": { - "$id": "88", + "$id": "83", "stringProperty": { - "$id": "89", + "$id": "84", "kind": "string", "type": { "$ref": "12" @@ -700,15 +673,15 @@ "value": "text" }, "modelProperty": { - "$id": "90", + "$id": "85", "kind": "model", "type": { "$ref": "16" }, "value": { - "$id": "91", + "$id": "86", "int32Property": { - "$id": "92", + "$id": "87", "kind": "number", "type": { "$ref": "18" @@ -716,7 +689,7 @@ "value": 1 }, "float32Property": { - "$id": "93", + "$id": "88", "kind": "number", "type": { "$ref": "22" @@ -724,7 +697,7 @@ "value": 1.5 }, "enumProperty": { - "$id": "94", + "$id": "89", "kind": "string", "type": { "$ref": "2" @@ -734,14 +707,14 @@ } }, "arrayProperty": { - "$id": "95", + "$id": "90", "kind": "array", "type": { "$ref": "31" }, "value": [ { - "$id": "96", + "$id": "91", "kind": "string", "type": { "$ref": "32" @@ -751,15 +724,15 @@ ] }, "recordProperty": { - "$id": "97", + "$id": "92", "kind": "dict", "type": { "$ref": "36" }, "value": { - "$id": "98", + "$id": "93", "record": { - "$id": "99", + "$id": "94", "kind": "string", "type": { "$ref": "38" @@ -774,9 +747,9 @@ ], "responses": [ { - "$id": "100", + "$id": "95", "response": { - "$ref": "78" + "$ref": "73" }, "statusCode": 200 } @@ -786,11 +759,11 @@ }, "parameters": [ { - "$id": "101", + "$id": "96", "name": "queryParam", "nameInRequest": "query-param", "type": { - "$id": "102", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -807,11 +780,11 @@ "skipUrlEncoding": false }, { - "$id": "103", + "$id": "98", "name": "headerParam", "nameInRequest": "header-param", "type": { - "$id": "104", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -828,7 +801,7 @@ "skipUrlEncoding": false }, { - "$id": "105", + "$id": "100", "name": "body", "nameInRequest": "body", "type": { @@ -845,12 +818,12 @@ "skipUrlEncoding": false }, { - "$id": "106", + "$id": "101", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "72" + "$ref": "67" }, "location": "Header", "isApiVersion": false, @@ -863,11 +836,11 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "102", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "75" + "$ref": "70" }, "location": "Header", "isApiVersion": false, @@ -881,7 +854,7 @@ } ], "response": { - "$id": "108", + "$id": "103", "type": { "$ref": "41" } @@ -894,12 +867,12 @@ ], "parameters": [ { - "$id": "109", + "$id": "104", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "110", + "$id": "105", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -913,9 +886,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "111", + "$id": "106", "type": { - "$id": "112", + "$id": "107", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/azure/resource-manager/resources/tspCodeModel.json b/test/CadlRanchProjects/azure/resource-manager/resources/tspCodeModel.json index 0a0c42c9c42..89dbf80279b 100644 --- a/test/CadlRanchProjects/azure/resource-manager/resources/tspCodeModel.json +++ b/test/CadlRanchProjects/azure/resource-manager/resources/tspCodeModel.json @@ -3944,14 +3944,7 @@ "response": { "$id": "447", "type": { - "$id": "448", - "kind": "array", - "name": "ArrayTopLevelTrackedResource", - "valueType": { - "$ref": "40" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "171" }, "resultSegments": [ "value" @@ -3962,12 +3955,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.TopLevel.listByResourceGroup", "pagingMetadata": { - "$id": "449", + "$id": "448", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "450", + "$id": "449", "responseSegments": [ "nextLink" ], @@ -3976,7 +3969,7 @@ } }, { - "$id": "451", + "$id": "450", "kind": "paging", "name": "listBySubscription", "accessibility": "public", @@ -3985,19 +3978,19 @@ ], "doc": "List TopLevelTrackedResource resources by subscription ID", "operation": { - "$id": "452", + "$id": "451", "name": "listBySubscription", "resourceName": "TopLevelTrackedResource", "doc": "List TopLevelTrackedResource resources by subscription ID", "accessibility": "public", "parameters": [ { - "$id": "453", + "$id": "452", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "454", + "$id": "453", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4011,9 +4004,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "455", + "$id": "454", "type": { - "$id": "456", + "$id": "455", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4024,17 +4017,17 @@ "skipUrlEncoding": false }, { - "$id": "457", + "$id": "456", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "458", + "$id": "457", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "459", + "$id": "458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4053,17 +4046,17 @@ "skipUrlEncoding": false }, { - "$id": "460", + "$id": "459", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "461", + "$id": "460", "kind": "constant", "name": "listBySubscriptionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "462", + "$id": "461", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4085,7 +4078,7 @@ ], "responses": [ { - "$id": "463", + "$id": "462", "statusCodes": [ 200 ], @@ -4110,11 +4103,11 @@ }, "parameters": [ { - "$id": "464", + "$id": "463", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "461" + "$ref": "460" }, "location": "Header", "isApiVersion": false, @@ -4128,16 +4121,9 @@ } ], "response": { - "$id": "465", + "$id": "464", "type": { - "$id": "466", - "kind": "array", - "name": "ArrayTopLevelTrackedResource", - "valueType": { - "$ref": "40" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "171" }, "resultSegments": [ "value" @@ -4148,12 +4134,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.TopLevel.listBySubscription", "pagingMetadata": { - "$id": "467", + "$id": "465", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "468", + "$id": "466", "responseSegments": [ "nextLink" ], @@ -4162,7 +4148,7 @@ } }, { - "$id": "469", + "$id": "467", "kind": "basic", "name": "actionSync", "accessibility": "public", @@ -4171,19 +4157,19 @@ ], "doc": "A synchronous resource action that returns no content.", "operation": { - "$id": "470", + "$id": "468", "name": "actionSync", "resourceName": "TopLevel", "doc": "A synchronous resource action that returns no content.", "accessibility": "public", "parameters": [ { - "$id": "471", + "$id": "469", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "472", + "$id": "470", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4197,9 +4183,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "473", + "$id": "471", "type": { - "$id": "474", + "$id": "472", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4210,17 +4196,17 @@ "skipUrlEncoding": false }, { - "$id": "475", + "$id": "473", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "476", + "$id": "474", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "477", + "$id": "475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4239,12 +4225,12 @@ "skipUrlEncoding": false }, { - "$id": "478", + "$id": "476", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "479", + "$id": "477", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4261,12 +4247,12 @@ "skipUrlEncoding": false }, { - "$id": "480", + "$id": "478", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "481", + "$id": "479", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4283,18 +4269,18 @@ "skipUrlEncoding": false }, { - "$id": "482", + "$id": "480", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "483", + "$id": "481", "kind": "constant", "name": "actionSyncContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "484", + "$id": "482", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4314,17 +4300,17 @@ "skipUrlEncoding": false }, { - "$id": "485", + "$id": "483", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "486", + "$id": "484", "kind": "constant", "name": "actionSyncContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "487", + "$id": "485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4344,7 +4330,7 @@ "skipUrlEncoding": false }, { - "$id": "488", + "$id": "486", "name": "body", "nameInRequest": "body", "doc": "The content of the action request", @@ -4364,7 +4350,7 @@ ], "responses": [ { - "$id": "489", + "$id": "487", "statusCodes": [ 204 ], @@ -4386,12 +4372,12 @@ }, "parameters": [ { - "$id": "490", + "$id": "488", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "491", + "$id": "489", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4408,12 +4394,12 @@ "skipUrlEncoding": false }, { - "$id": "492", + "$id": "490", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "493", + "$id": "491", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4430,7 +4416,7 @@ "skipUrlEncoding": false }, { - "$id": "494", + "$id": "492", "name": "body", "nameInRequest": "body", "doc": "The content of the action request", @@ -4448,12 +4434,12 @@ "skipUrlEncoding": false }, { - "$id": "495", + "$id": "493", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "483" + "$ref": "481" }, "location": "Header", "isApiVersion": false, @@ -4466,11 +4452,11 @@ "skipUrlEncoding": false }, { - "$id": "496", + "$id": "494", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "486" + "$ref": "484" }, "location": "Header", "isApiVersion": false, @@ -4484,7 +4470,7 @@ } ], "response": { - "$id": "497" + "$id": "495" }, "isOverride": false, "generateConvenient": true, @@ -4494,12 +4480,12 @@ ], "parameters": [ { - "$id": "498", + "$id": "496", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "499", + "$id": "497", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4513,9 +4499,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "500", + "$id": "498", "type": { - "$id": "501", + "$id": "499", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4526,10 +4512,10 @@ ], "decorators": [ { - "$id": "502", + "$id": "500", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "503" + "$id": "501" } } ], @@ -4542,13 +4528,13 @@ } }, { - "$id": "504", + "$id": "502", "kind": "client", "name": "Nested", "namespace": "_Azure.ResourceManager.Resources", "methods": [ { - "$id": "505", + "$id": "503", "kind": "basic", "name": "get", "accessibility": "public", @@ -4557,19 +4543,19 @@ ], "doc": "Get a NestedProxyResource", "operation": { - "$id": "506", + "$id": "504", "name": "get", "resourceName": "NestedProxyResource", "doc": "Get a NestedProxyResource", "accessibility": "public", "parameters": [ { - "$id": "507", + "$id": "505", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "508", + "$id": "506", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4583,9 +4569,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "509", + "$id": "507", "type": { - "$id": "510", + "$id": "508", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4596,17 +4582,17 @@ "skipUrlEncoding": false }, { - "$id": "511", + "$id": "509", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "512", + "$id": "510", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "513", + "$id": "511", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4625,12 +4611,12 @@ "skipUrlEncoding": false }, { - "$id": "514", + "$id": "512", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "515", + "$id": "513", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4647,12 +4633,12 @@ "skipUrlEncoding": false }, { - "$id": "516", + "$id": "514", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "517", + "$id": "515", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4669,12 +4655,12 @@ "skipUrlEncoding": false }, { - "$id": "518", + "$id": "516", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "519", + "$id": "517", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4691,17 +4677,17 @@ "skipUrlEncoding": false }, { - "$id": "520", + "$id": "518", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "521", + "$id": "519", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "522", + "$id": "520", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4723,7 +4709,7 @@ ], "responses": [ { - "$id": "523", + "$id": "521", "statusCodes": [ 200 ], @@ -4748,12 +4734,12 @@ }, "parameters": [ { - "$id": "524", + "$id": "522", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "525", + "$id": "523", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4770,12 +4756,12 @@ "skipUrlEncoding": false }, { - "$id": "526", + "$id": "524", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "527", + "$id": "525", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4792,12 +4778,12 @@ "skipUrlEncoding": false }, { - "$id": "528", + "$id": "526", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "529", + "$id": "527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4814,11 +4800,11 @@ "skipUrlEncoding": false }, { - "$id": "530", + "$id": "528", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "521" + "$ref": "519" }, "location": "Header", "isApiVersion": false, @@ -4832,7 +4818,7 @@ } ], "response": { - "$id": "531", + "$id": "529", "type": { "$ref": "188" } @@ -4843,7 +4829,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Nested.get" }, { - "$id": "532", + "$id": "530", "kind": "lro", "name": "createOrReplace", "accessibility": "public", @@ -4852,19 +4838,19 @@ ], "doc": "Create a NestedProxyResource", "operation": { - "$id": "533", + "$id": "531", "name": "createOrReplace", "resourceName": "NestedProxyResource", "doc": "Create a NestedProxyResource", "accessibility": "public", "parameters": [ { - "$id": "534", + "$id": "532", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "535", + "$id": "533", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4878,9 +4864,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "536", + "$id": "534", "type": { - "$id": "537", + "$id": "535", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4891,17 +4877,17 @@ "skipUrlEncoding": false }, { - "$id": "538", + "$id": "536", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "539", + "$id": "537", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "540", + "$id": "538", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4920,12 +4906,12 @@ "skipUrlEncoding": false }, { - "$id": "541", + "$id": "539", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "542", + "$id": "540", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4942,12 +4928,12 @@ "skipUrlEncoding": false }, { - "$id": "543", + "$id": "541", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "544", + "$id": "542", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4964,12 +4950,12 @@ "skipUrlEncoding": false }, { - "$id": "545", + "$id": "543", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "546", + "$id": "544", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4986,18 +4972,18 @@ "skipUrlEncoding": false }, { - "$id": "547", + "$id": "545", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "548", + "$id": "546", "kind": "constant", "name": "createOrReplaceContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "549", + "$id": "547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5017,17 +5003,17 @@ "skipUrlEncoding": false }, { - "$id": "550", + "$id": "548", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "551", + "$id": "549", "kind": "constant", "name": "createOrReplaceContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "552", + "$id": "550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5047,7 +5033,7 @@ "skipUrlEncoding": false }, { - "$id": "553", + "$id": "551", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -5067,7 +5053,7 @@ ], "responses": [ { - "$id": "554", + "$id": "552", "statusCodes": [ 200 ], @@ -5081,7 +5067,7 @@ ] }, { - "$id": "555", + "$id": "553", "statusCodes": [ 201 ], @@ -5090,12 +5076,12 @@ }, "headers": [ { - "$id": "556", + "$id": "554", "name": "azureAsyncOperation", "nameInResponse": "Azure-AsyncOperation", "doc": "A link to the status monitor", "type": { - "$id": "557", + "$id": "555", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5103,12 +5089,12 @@ } }, { - "$id": "558", + "$id": "556", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "559", + "$id": "557", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5136,12 +5122,12 @@ }, "parameters": [ { - "$id": "560", + "$id": "558", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "561", + "$id": "559", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5158,12 +5144,12 @@ "skipUrlEncoding": false }, { - "$id": "562", + "$id": "560", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "563", + "$id": "561", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5180,12 +5166,12 @@ "skipUrlEncoding": false }, { - "$id": "564", + "$id": "562", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "565", + "$id": "563", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5202,7 +5188,7 @@ "skipUrlEncoding": false }, { - "$id": "566", + "$id": "564", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -5220,18 +5206,18 @@ "skipUrlEncoding": false }, { - "$id": "567", + "$id": "565", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "568", + "$id": "566", "kind": "constant", "name": "createOrReplaceContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "569", + "$id": "567", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5251,17 +5237,17 @@ "skipUrlEncoding": false }, { - "$id": "570", + "$id": "568", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "571", + "$id": "569", "kind": "constant", "name": "createOrReplaceContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "572", + "$id": "570", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5282,7 +5268,7 @@ } ], "response": { - "$id": "573", + "$id": "571", "type": { "$ref": "188" } @@ -5292,10 +5278,10 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Nested.createOrReplace", "lroMetadata": { - "$id": "574", + "$id": "572", "finalStateVia": 0, "finalResponse": { - "$id": "575", + "$id": "573", "statusCodes": [ 200 ], @@ -5306,7 +5292,7 @@ } }, { - "$id": "576", + "$id": "574", "kind": "lro", "name": "update", "accessibility": "public", @@ -5315,19 +5301,19 @@ ], "doc": "Update a NestedProxyResource", "operation": { - "$id": "577", + "$id": "575", "name": "update", "resourceName": "NestedProxyResource", "doc": "Update a NestedProxyResource", "accessibility": "public", "parameters": [ { - "$id": "578", + "$id": "576", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "579", + "$id": "577", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5341,9 +5327,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "580", + "$id": "578", "type": { - "$id": "581", + "$id": "579", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5354,17 +5340,17 @@ "skipUrlEncoding": false }, { - "$id": "582", + "$id": "580", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "583", + "$id": "581", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "584", + "$id": "582", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5383,12 +5369,12 @@ "skipUrlEncoding": false }, { - "$id": "585", + "$id": "583", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "586", + "$id": "584", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5405,12 +5391,12 @@ "skipUrlEncoding": false }, { - "$id": "587", + "$id": "585", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "588", + "$id": "586", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5427,12 +5413,12 @@ "skipUrlEncoding": false }, { - "$id": "589", + "$id": "587", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "590", + "$id": "588", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5449,18 +5435,18 @@ "skipUrlEncoding": false }, { - "$id": "591", + "$id": "589", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "592", + "$id": "590", "kind": "constant", "name": "updateContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "593", + "$id": "591", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5480,17 +5466,17 @@ "skipUrlEncoding": false }, { - "$id": "594", + "$id": "592", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "595", + "$id": "593", "kind": "constant", "name": "updateContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "596", + "$id": "594", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5510,7 +5496,7 @@ "skipUrlEncoding": false }, { - "$id": "597", + "$id": "595", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -5530,7 +5516,7 @@ ], "responses": [ { - "$id": "598", + "$id": "596", "statusCodes": [ 200 ], @@ -5544,18 +5530,18 @@ ] }, { - "$id": "599", + "$id": "597", "statusCodes": [ 202 ], "headers": [ { - "$id": "600", + "$id": "598", "name": "location", "nameInResponse": "Location", "doc": "The Location header contains the URL where the status of the long running operation can be checked.", "type": { - "$id": "601", + "$id": "599", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5563,12 +5549,12 @@ } }, { - "$id": "602", + "$id": "600", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "603", + "$id": "601", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5593,12 +5579,12 @@ }, "parameters": [ { - "$id": "604", + "$id": "602", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "605", + "$id": "603", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5615,12 +5601,12 @@ "skipUrlEncoding": false }, { - "$id": "606", + "$id": "604", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "607", + "$id": "605", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5637,12 +5623,12 @@ "skipUrlEncoding": false }, { - "$id": "608", + "$id": "606", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "609", + "$id": "607", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5659,7 +5645,7 @@ "skipUrlEncoding": false }, { - "$id": "610", + "$id": "608", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -5677,18 +5663,18 @@ "skipUrlEncoding": false }, { - "$id": "611", + "$id": "609", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "612", + "$id": "610", "kind": "constant", "name": "updateContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "613", + "$id": "611", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5708,17 +5694,17 @@ "skipUrlEncoding": false }, { - "$id": "614", + "$id": "612", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "615", + "$id": "613", "kind": "constant", "name": "updateContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "616", + "$id": "614", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5739,7 +5725,7 @@ } ], "response": { - "$id": "617", + "$id": "615", "type": { "$ref": "188" } @@ -5749,10 +5735,10 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Nested.update", "lroMetadata": { - "$id": "618", + "$id": "616", "finalStateVia": 1, "finalResponse": { - "$id": "619", + "$id": "617", "statusCodes": [ 200 ], @@ -5763,7 +5749,7 @@ } }, { - "$id": "620", + "$id": "618", "kind": "lro", "name": "delete", "accessibility": "public", @@ -5772,19 +5758,19 @@ ], "doc": "Delete a NestedProxyResource", "operation": { - "$id": "621", + "$id": "619", "name": "delete", "resourceName": "NestedProxyResource", "doc": "Delete a NestedProxyResource", "accessibility": "public", "parameters": [ { - "$id": "622", + "$id": "620", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "623", + "$id": "621", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5798,9 +5784,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "624", + "$id": "622", "type": { - "$id": "625", + "$id": "623", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5811,17 +5797,17 @@ "skipUrlEncoding": false }, { - "$id": "626", + "$id": "624", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "627", + "$id": "625", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "628", + "$id": "626", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5840,12 +5826,12 @@ "skipUrlEncoding": false }, { - "$id": "629", + "$id": "627", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "630", + "$id": "628", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5862,12 +5848,12 @@ "skipUrlEncoding": false }, { - "$id": "631", + "$id": "629", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "632", + "$id": "630", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5884,12 +5870,12 @@ "skipUrlEncoding": false }, { - "$id": "633", + "$id": "631", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "634", + "$id": "632", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5906,17 +5892,17 @@ "skipUrlEncoding": false }, { - "$id": "635", + "$id": "633", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "636", + "$id": "634", "kind": "constant", "name": "deleteContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "637", + "$id": "635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5938,18 +5924,18 @@ ], "responses": [ { - "$id": "638", + "$id": "636", "statusCodes": [ 202 ], "headers": [ { - "$id": "639", + "$id": "637", "name": "location", "nameInResponse": "Location", "doc": "The Location header contains the URL where the status of the long running operation can be checked.", "type": { - "$id": "640", + "$id": "638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5957,12 +5943,12 @@ } }, { - "$id": "641", + "$id": "639", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "642", + "$id": "640", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5973,7 +5959,7 @@ "isErrorResponse": false }, { - "$id": "643", + "$id": "641", "statusCodes": [ 204 ], @@ -5992,12 +5978,12 @@ }, "parameters": [ { - "$id": "644", + "$id": "642", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "645", + "$id": "643", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6014,12 +6000,12 @@ "skipUrlEncoding": false }, { - "$id": "646", + "$id": "644", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "647", + "$id": "645", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6036,12 +6022,12 @@ "skipUrlEncoding": false }, { - "$id": "648", + "$id": "646", "name": "nextedProxyResourceName", "nameInRequest": "nextedProxyResourceName", "doc": "Name of the nested resource.", "type": { - "$id": "649", + "$id": "647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6058,17 +6044,17 @@ "skipUrlEncoding": false }, { - "$id": "650", + "$id": "648", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "651", + "$id": "649", "kind": "constant", "name": "deleteContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "652", + "$id": "650", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6089,17 +6075,17 @@ } ], "response": { - "$id": "653" + "$id": "651" }, "isOverride": false, "generateConvenient": true, "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Nested.delete", "lroMetadata": { - "$id": "654", + "$id": "652", "finalStateVia": 1, "finalResponse": { - "$id": "655", + "$id": "653", "statusCodes": [ 204 ] @@ -6107,7 +6093,7 @@ } }, { - "$id": "656", + "$id": "654", "kind": "paging", "name": "listByTopLevelTrackedResource", "accessibility": "public", @@ -6116,19 +6102,19 @@ ], "doc": "List NestedProxyResource resources by TopLevelTrackedResource", "operation": { - "$id": "657", + "$id": "655", "name": "listByTopLevelTrackedResource", "resourceName": "NestedProxyResource", "doc": "List NestedProxyResource resources by TopLevelTrackedResource", "accessibility": "public", "parameters": [ { - "$id": "658", + "$id": "656", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "659", + "$id": "657", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6142,9 +6128,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "660", + "$id": "658", "type": { - "$id": "661", + "$id": "659", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6155,17 +6141,17 @@ "skipUrlEncoding": false }, { - "$id": "662", + "$id": "660", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "663", + "$id": "661", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "664", + "$id": "662", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6184,12 +6170,12 @@ "skipUrlEncoding": false }, { - "$id": "665", + "$id": "663", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "666", + "$id": "664", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6206,12 +6192,12 @@ "skipUrlEncoding": false }, { - "$id": "667", + "$id": "665", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "668", + "$id": "666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6228,17 +6214,17 @@ "skipUrlEncoding": false }, { - "$id": "669", + "$id": "667", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "670", + "$id": "668", "kind": "constant", "name": "listByTopLevelTrackedResourceContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "671", + "$id": "669", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6260,7 +6246,7 @@ ], "responses": [ { - "$id": "672", + "$id": "670", "statusCodes": [ 200 ], @@ -6285,12 +6271,12 @@ }, "parameters": [ { - "$id": "673", + "$id": "671", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "674", + "$id": "672", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6307,12 +6293,12 @@ "skipUrlEncoding": false }, { - "$id": "675", + "$id": "673", "name": "topLevelTrackedResourceName", "nameInRequest": "topLevelTrackedResourceName", "doc": "arm resource name for path", "type": { - "$id": "676", + "$id": "674", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6329,11 +6315,11 @@ "skipUrlEncoding": false }, { - "$id": "677", + "$id": "675", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "670" + "$ref": "668" }, "location": "Header", "isApiVersion": false, @@ -6347,16 +6333,9 @@ } ], "response": { - "$id": "678", + "$id": "676", "type": { - "$id": "679", - "kind": "array", - "name": "ArrayNestedProxyResource", - "valueType": { - "$ref": "188" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "205" }, "resultSegments": [ "value" @@ -6367,12 +6346,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Nested.listByTopLevelTrackedResource", "pagingMetadata": { - "$id": "680", + "$id": "677", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "681", + "$id": "678", "responseSegments": [ "nextLink" ], @@ -6383,12 +6362,12 @@ ], "parameters": [ { - "$id": "682", + "$id": "679", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "683", + "$id": "680", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6402,9 +6381,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "684", + "$id": "681", "type": { - "$id": "685", + "$id": "682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6415,10 +6394,10 @@ ], "decorators": [ { - "$id": "686", + "$id": "683", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "687" + "$id": "684" } } ], @@ -6431,13 +6410,13 @@ } }, { - "$id": "688", + "$id": "685", "kind": "client", "name": "Singleton", "namespace": "_Azure.ResourceManager.Resources", "methods": [ { - "$id": "689", + "$id": "686", "kind": "basic", "name": "getByResourceGroup", "accessibility": "public", @@ -6446,19 +6425,19 @@ ], "doc": "Get a SingletonTrackedResource", "operation": { - "$id": "690", + "$id": "687", "name": "getByResourceGroup", "resourceName": "SingletonTrackedResource", "doc": "Get a SingletonTrackedResource", "accessibility": "public", "parameters": [ { - "$id": "691", + "$id": "688", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "692", + "$id": "689", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6472,9 +6451,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "693", + "$id": "690", "type": { - "$id": "694", + "$id": "691", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6485,17 +6464,17 @@ "skipUrlEncoding": false }, { - "$id": "695", + "$id": "692", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "696", + "$id": "693", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "697", + "$id": "694", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6514,12 +6493,12 @@ "skipUrlEncoding": false }, { - "$id": "698", + "$id": "695", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "699", + "$id": "696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6536,17 +6515,17 @@ "skipUrlEncoding": false }, { - "$id": "700", + "$id": "697", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "701", + "$id": "698", "kind": "constant", "name": "getByResourceGroupContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "702", + "$id": "699", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6568,7 +6547,7 @@ ], "responses": [ { - "$id": "703", + "$id": "700", "statusCodes": [ 200 ], @@ -6593,12 +6572,12 @@ }, "parameters": [ { - "$id": "704", + "$id": "701", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "705", + "$id": "702", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6615,11 +6594,11 @@ "skipUrlEncoding": false }, { - "$id": "706", + "$id": "703", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "701" + "$ref": "698" }, "location": "Header", "isApiVersion": false, @@ -6633,7 +6612,7 @@ } ], "response": { - "$id": "707", + "$id": "704", "type": { "$ref": "213" } @@ -6644,7 +6623,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Singleton.getByResourceGroup" }, { - "$id": "708", + "$id": "705", "kind": "lro", "name": "createOrUpdate", "accessibility": "public", @@ -6653,19 +6632,19 @@ ], "doc": "Create a SingletonTrackedResource", "operation": { - "$id": "709", + "$id": "706", "name": "createOrUpdate", "resourceName": "SingletonTrackedResource", "doc": "Create a SingletonTrackedResource", "accessibility": "public", "parameters": [ { - "$id": "710", + "$id": "707", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "711", + "$id": "708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6679,9 +6658,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "712", + "$id": "709", "type": { - "$id": "713", + "$id": "710", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6692,17 +6671,17 @@ "skipUrlEncoding": false }, { - "$id": "714", + "$id": "711", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "715", + "$id": "712", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "716", + "$id": "713", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6721,12 +6700,12 @@ "skipUrlEncoding": false }, { - "$id": "717", + "$id": "714", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "718", + "$id": "715", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6743,18 +6722,18 @@ "skipUrlEncoding": false }, { - "$id": "719", + "$id": "716", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "720", + "$id": "717", "kind": "constant", "name": "createOrUpdateContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "721", + "$id": "718", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6774,17 +6753,17 @@ "skipUrlEncoding": false }, { - "$id": "722", + "$id": "719", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "723", + "$id": "720", "kind": "constant", "name": "createOrUpdateContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "724", + "$id": "721", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6804,7 +6783,7 @@ "skipUrlEncoding": false }, { - "$id": "725", + "$id": "722", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -6824,7 +6803,7 @@ ], "responses": [ { - "$id": "726", + "$id": "723", "statusCodes": [ 200 ], @@ -6838,7 +6817,7 @@ ] }, { - "$id": "727", + "$id": "724", "statusCodes": [ 201 ], @@ -6847,12 +6826,12 @@ }, "headers": [ { - "$id": "728", + "$id": "725", "name": "azureAsyncOperation", "nameInResponse": "Azure-AsyncOperation", "doc": "A link to the status monitor", "type": { - "$id": "729", + "$id": "726", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6860,12 +6839,12 @@ } }, { - "$id": "730", + "$id": "727", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "731", + "$id": "728", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6893,12 +6872,12 @@ }, "parameters": [ { - "$id": "732", + "$id": "729", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "733", + "$id": "730", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6915,7 +6894,7 @@ "skipUrlEncoding": false }, { - "$id": "734", + "$id": "731", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -6933,18 +6912,18 @@ "skipUrlEncoding": false }, { - "$id": "735", + "$id": "732", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "736", + "$id": "733", "kind": "constant", "name": "createOrUpdateContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "737", + "$id": "734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6964,17 +6943,17 @@ "skipUrlEncoding": false }, { - "$id": "738", + "$id": "735", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "739", + "$id": "736", "kind": "constant", "name": "createOrUpdateContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "740", + "$id": "737", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6995,7 +6974,7 @@ } ], "response": { - "$id": "741", + "$id": "738", "type": { "$ref": "213" } @@ -7005,10 +6984,10 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Singleton.createOrUpdate", "lroMetadata": { - "$id": "742", + "$id": "739", "finalStateVia": 0, "finalResponse": { - "$id": "743", + "$id": "740", "statusCodes": [ 200 ], @@ -7019,7 +6998,7 @@ } }, { - "$id": "744", + "$id": "741", "kind": "basic", "name": "update", "accessibility": "public", @@ -7028,19 +7007,19 @@ ], "doc": "Update a SingletonTrackedResource", "operation": { - "$id": "745", + "$id": "742", "name": "update", "resourceName": "SingletonTrackedResource", "doc": "Update a SingletonTrackedResource", "accessibility": "public", "parameters": [ { - "$id": "746", + "$id": "743", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "747", + "$id": "744", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7054,9 +7033,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "748", + "$id": "745", "type": { - "$id": "749", + "$id": "746", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7067,17 +7046,17 @@ "skipUrlEncoding": false }, { - "$id": "750", + "$id": "747", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "751", + "$id": "748", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "752", + "$id": "749", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7096,12 +7075,12 @@ "skipUrlEncoding": false }, { - "$id": "753", + "$id": "750", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "754", + "$id": "751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7118,18 +7097,18 @@ "skipUrlEncoding": false }, { - "$id": "755", + "$id": "752", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "756", + "$id": "753", "kind": "constant", "name": "updateContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "757", + "$id": "754", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7149,17 +7128,17 @@ "skipUrlEncoding": false }, { - "$id": "758", + "$id": "755", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "759", + "$id": "756", "kind": "constant", "name": "updateContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "760", + "$id": "757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7179,7 +7158,7 @@ "skipUrlEncoding": false }, { - "$id": "761", + "$id": "758", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -7199,7 +7178,7 @@ ], "responses": [ { - "$id": "762", + "$id": "759", "statusCodes": [ 200 ], @@ -7227,12 +7206,12 @@ }, "parameters": [ { - "$id": "763", + "$id": "760", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "764", + "$id": "761", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7249,7 +7228,7 @@ "skipUrlEncoding": false }, { - "$id": "765", + "$id": "762", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -7267,12 +7246,12 @@ "skipUrlEncoding": false }, { - "$id": "766", + "$id": "763", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "756" + "$ref": "753" }, "location": "Header", "isApiVersion": false, @@ -7285,11 +7264,11 @@ "skipUrlEncoding": false }, { - "$id": "767", + "$id": "764", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "759" + "$ref": "756" }, "location": "Header", "isApiVersion": false, @@ -7303,7 +7282,7 @@ } ], "response": { - "$id": "768", + "$id": "765", "type": { "$ref": "213" } @@ -7314,7 +7293,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Singleton.update" }, { - "$id": "769", + "$id": "766", "kind": "paging", "name": "listByResourceGroup", "accessibility": "public", @@ -7323,19 +7302,19 @@ ], "doc": "List SingletonTrackedResource resources by resource group", "operation": { - "$id": "770", + "$id": "767", "name": "listByResourceGroup", "resourceName": "SingletonTrackedResource", "doc": "List SingletonTrackedResource resources by resource group", "accessibility": "public", "parameters": [ { - "$id": "771", + "$id": "768", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "772", + "$id": "769", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7349,9 +7328,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "773", + "$id": "770", "type": { - "$id": "774", + "$id": "771", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7362,17 +7341,17 @@ "skipUrlEncoding": false }, { - "$id": "775", + "$id": "772", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "776", + "$id": "773", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "777", + "$id": "774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7391,12 +7370,12 @@ "skipUrlEncoding": false }, { - "$id": "778", + "$id": "775", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "779", + "$id": "776", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7413,17 +7392,17 @@ "skipUrlEncoding": false }, { - "$id": "780", + "$id": "777", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "781", + "$id": "778", "kind": "constant", "name": "listByResourceGroupContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "782", + "$id": "779", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7445,7 +7424,7 @@ ], "responses": [ { - "$id": "783", + "$id": "780", "statusCodes": [ 200 ], @@ -7470,12 +7449,12 @@ }, "parameters": [ { - "$id": "784", + "$id": "781", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "785", + "$id": "782", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7492,11 +7471,11 @@ "skipUrlEncoding": false }, { - "$id": "786", + "$id": "783", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "781" + "$ref": "778" }, "location": "Header", "isApiVersion": false, @@ -7510,16 +7489,9 @@ } ], "response": { - "$id": "787", + "$id": "784", "type": { - "$id": "788", - "kind": "array", - "name": "ArraySingletonTrackedResource", - "valueType": { - "$ref": "213" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "229" }, "resultSegments": [ "value" @@ -7530,12 +7502,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.Singleton.listByResourceGroup", "pagingMetadata": { - "$id": "789", + "$id": "785", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "790", + "$id": "786", "responseSegments": [ "nextLink" ], @@ -7546,12 +7518,12 @@ ], "parameters": [ { - "$id": "791", + "$id": "787", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "792", + "$id": "788", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7565,9 +7537,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "793", + "$id": "789", "type": { - "$id": "794", + "$id": "790", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7578,10 +7550,10 @@ ], "decorators": [ { - "$id": "795", + "$id": "791", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "796" + "$id": "792" } } ], @@ -7594,14 +7566,14 @@ } }, { - "$id": "797", + "$id": "793", "kind": "client", "name": "ExtensionsResources", "namespace": "_Azure.ResourceManager.Resources", "doc": "The interface of extensions resources,\nit contains 4 kinds of scopes (resource, resource group, subscription and tenant)", "methods": [ { - "$id": "798", + "$id": "794", "kind": "basic", "name": "get", "accessibility": "public", @@ -7610,19 +7582,19 @@ ], "doc": "Get a ExtensionsResource", "operation": { - "$id": "799", + "$id": "795", "name": "get", "resourceName": "ExtensionsResource", "doc": "Get a ExtensionsResource", "accessibility": "public", "parameters": [ { - "$id": "800", + "$id": "796", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "801", + "$id": "797", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7636,9 +7608,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "802", + "$id": "798", "type": { - "$id": "803", + "$id": "799", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7649,12 +7621,12 @@ "skipUrlEncoding": false }, { - "$id": "804", + "$id": "800", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "805", + "$id": "801", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7671,12 +7643,12 @@ "skipUrlEncoding": true }, { - "$id": "806", + "$id": "802", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "807", + "$id": "803", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7693,17 +7665,17 @@ "skipUrlEncoding": false }, { - "$id": "808", + "$id": "804", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "809", + "$id": "805", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "810", + "$id": "806", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7725,7 +7697,7 @@ ], "responses": [ { - "$id": "811", + "$id": "807", "statusCodes": [ 200 ], @@ -7750,12 +7722,12 @@ }, "parameters": [ { - "$id": "812", + "$id": "808", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "813", + "$id": "809", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7772,12 +7744,12 @@ "skipUrlEncoding": false }, { - "$id": "814", + "$id": "810", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "815", + "$id": "811", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7794,11 +7766,11 @@ "skipUrlEncoding": false }, { - "$id": "816", + "$id": "812", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "809" + "$ref": "805" }, "location": "Header", "isApiVersion": false, @@ -7812,7 +7784,7 @@ } ], "response": { - "$id": "817", + "$id": "813", "type": { "$ref": "237" } @@ -7823,7 +7795,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.ExtensionsResources.get" }, { - "$id": "818", + "$id": "814", "kind": "lro", "name": "createOrUpdate", "accessibility": "public", @@ -7832,19 +7804,19 @@ ], "doc": "Create a ExtensionsResource", "operation": { - "$id": "819", + "$id": "815", "name": "createOrUpdate", "resourceName": "ExtensionsResource", "doc": "Create a ExtensionsResource", "accessibility": "public", "parameters": [ { - "$id": "820", + "$id": "816", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "821", + "$id": "817", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7858,9 +7830,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "822", + "$id": "818", "type": { - "$id": "823", + "$id": "819", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7871,12 +7843,12 @@ "skipUrlEncoding": false }, { - "$id": "824", + "$id": "820", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "825", + "$id": "821", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7893,12 +7865,12 @@ "skipUrlEncoding": true }, { - "$id": "826", + "$id": "822", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "827", + "$id": "823", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7915,18 +7887,18 @@ "skipUrlEncoding": false }, { - "$id": "828", + "$id": "824", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "829", + "$id": "825", "kind": "constant", "name": "createOrUpdateContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "830", + "$id": "826", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7946,17 +7918,17 @@ "skipUrlEncoding": false }, { - "$id": "831", + "$id": "827", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "832", + "$id": "828", "kind": "constant", "name": "createOrUpdateContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "833", + "$id": "829", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7976,7 +7948,7 @@ "skipUrlEncoding": false }, { - "$id": "834", + "$id": "830", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -7996,7 +7968,7 @@ ], "responses": [ { - "$id": "835", + "$id": "831", "statusCodes": [ 200 ], @@ -8010,7 +7982,7 @@ ] }, { - "$id": "836", + "$id": "832", "statusCodes": [ 201 ], @@ -8019,12 +7991,12 @@ }, "headers": [ { - "$id": "837", + "$id": "833", "name": "azureAsyncOperation", "nameInResponse": "Azure-AsyncOperation", "doc": "A link to the status monitor", "type": { - "$id": "838", + "$id": "834", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8032,12 +8004,12 @@ } }, { - "$id": "839", + "$id": "835", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "840", + "$id": "836", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -8065,12 +8037,12 @@ }, "parameters": [ { - "$id": "841", + "$id": "837", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "842", + "$id": "838", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8087,12 +8059,12 @@ "skipUrlEncoding": false }, { - "$id": "843", + "$id": "839", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "844", + "$id": "840", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8109,7 +8081,7 @@ "skipUrlEncoding": false }, { - "$id": "845", + "$id": "841", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -8127,18 +8099,18 @@ "skipUrlEncoding": false }, { - "$id": "846", + "$id": "842", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "847", + "$id": "843", "kind": "constant", "name": "createOrUpdateContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "848", + "$id": "844", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8158,17 +8130,17 @@ "skipUrlEncoding": false }, { - "$id": "849", + "$id": "845", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "850", + "$id": "846", "kind": "constant", "name": "createOrUpdateContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "851", + "$id": "847", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8189,7 +8161,7 @@ } ], "response": { - "$id": "852", + "$id": "848", "type": { "$ref": "237" } @@ -8199,10 +8171,10 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.ExtensionsResources.createOrUpdate", "lroMetadata": { - "$id": "853", + "$id": "849", "finalStateVia": 0, "finalResponse": { - "$id": "854", + "$id": "850", "statusCodes": [ 200 ], @@ -8213,7 +8185,7 @@ } }, { - "$id": "855", + "$id": "851", "kind": "basic", "name": "update", "accessibility": "public", @@ -8222,19 +8194,19 @@ ], "doc": "Update a ExtensionsResource", "operation": { - "$id": "856", + "$id": "852", "name": "update", "resourceName": "ExtensionsResource", "doc": "Update a ExtensionsResource", "accessibility": "public", "parameters": [ { - "$id": "857", + "$id": "853", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "858", + "$id": "854", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8248,9 +8220,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "859", + "$id": "855", "type": { - "$id": "860", + "$id": "856", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8261,12 +8233,12 @@ "skipUrlEncoding": false }, { - "$id": "861", + "$id": "857", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "862", + "$id": "858", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8283,12 +8255,12 @@ "skipUrlEncoding": true }, { - "$id": "863", + "$id": "859", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "864", + "$id": "860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8305,18 +8277,18 @@ "skipUrlEncoding": false }, { - "$id": "865", + "$id": "861", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "866", + "$id": "862", "kind": "constant", "name": "updateContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "867", + "$id": "863", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8336,17 +8308,17 @@ "skipUrlEncoding": false }, { - "$id": "868", + "$id": "864", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "869", + "$id": "865", "kind": "constant", "name": "updateContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "870", + "$id": "866", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8366,7 +8338,7 @@ "skipUrlEncoding": false }, { - "$id": "871", + "$id": "867", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -8386,7 +8358,7 @@ ], "responses": [ { - "$id": "872", + "$id": "868", "statusCodes": [ 200 ], @@ -8414,12 +8386,12 @@ }, "parameters": [ { - "$id": "873", + "$id": "869", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "874", + "$id": "870", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8436,12 +8408,12 @@ "skipUrlEncoding": false }, { - "$id": "875", + "$id": "871", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "876", + "$id": "872", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8458,7 +8430,7 @@ "skipUrlEncoding": false }, { - "$id": "877", + "$id": "873", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -8476,12 +8448,12 @@ "skipUrlEncoding": false }, { - "$id": "878", + "$id": "874", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "866" + "$ref": "862" }, "location": "Header", "isApiVersion": false, @@ -8494,11 +8466,11 @@ "skipUrlEncoding": false }, { - "$id": "879", + "$id": "875", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "869" + "$ref": "865" }, "location": "Header", "isApiVersion": false, @@ -8512,7 +8484,7 @@ } ], "response": { - "$id": "880", + "$id": "876", "type": { "$ref": "237" } @@ -8523,7 +8495,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.ExtensionsResources.update" }, { - "$id": "881", + "$id": "877", "kind": "basic", "name": "delete", "accessibility": "public", @@ -8532,19 +8504,19 @@ ], "doc": "Delete a ExtensionsResource", "operation": { - "$id": "882", + "$id": "878", "name": "delete", "resourceName": "ExtensionsResource", "doc": "Delete a ExtensionsResource", "accessibility": "public", "parameters": [ { - "$id": "883", + "$id": "879", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "884", + "$id": "880", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8558,9 +8530,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "885", + "$id": "881", "type": { - "$id": "886", + "$id": "882", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8571,12 +8543,12 @@ "skipUrlEncoding": false }, { - "$id": "887", + "$id": "883", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "888", + "$id": "884", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8593,12 +8565,12 @@ "skipUrlEncoding": true }, { - "$id": "889", + "$id": "885", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "890", + "$id": "886", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8615,17 +8587,17 @@ "skipUrlEncoding": false }, { - "$id": "891", + "$id": "887", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "892", + "$id": "888", "kind": "constant", "name": "deleteContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "893", + "$id": "889", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8647,7 +8619,7 @@ ], "responses": [ { - "$id": "894", + "$id": "890", "statusCodes": [ 200 ], @@ -8655,7 +8627,7 @@ "isErrorResponse": false }, { - "$id": "895", + "$id": "891", "statusCodes": [ 204 ], @@ -8674,12 +8646,12 @@ }, "parameters": [ { - "$id": "896", + "$id": "892", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "897", + "$id": "893", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8696,12 +8668,12 @@ "skipUrlEncoding": false }, { - "$id": "898", + "$id": "894", "name": "extensionsResourceName", "nameInRequest": "extensionsResourceName", "doc": "The name of the ExtensionsResource", "type": { - "$id": "899", + "$id": "895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8718,11 +8690,11 @@ "skipUrlEncoding": false }, { - "$id": "900", + "$id": "896", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "892" + "$ref": "888" }, "location": "Header", "isApiVersion": false, @@ -8736,7 +8708,7 @@ } ], "response": { - "$id": "901" + "$id": "897" }, "isOverride": false, "generateConvenient": true, @@ -8744,7 +8716,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.ExtensionsResources.delete" }, { - "$id": "902", + "$id": "898", "kind": "paging", "name": "listByScope", "accessibility": "public", @@ -8753,19 +8725,19 @@ ], "doc": "List ExtensionsResource resources by parent", "operation": { - "$id": "903", + "$id": "899", "name": "listByScope", "resourceName": "ExtensionsResource", "doc": "List ExtensionsResource resources by parent", "accessibility": "public", "parameters": [ { - "$id": "904", + "$id": "900", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "905", + "$id": "901", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8779,9 +8751,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "906", + "$id": "902", "type": { - "$id": "907", + "$id": "903", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8792,12 +8764,12 @@ "skipUrlEncoding": false }, { - "$id": "908", + "$id": "904", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "909", + "$id": "905", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8814,17 +8786,17 @@ "skipUrlEncoding": true }, { - "$id": "910", + "$id": "906", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "911", + "$id": "907", "kind": "constant", "name": "listByScopeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "912", + "$id": "908", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8846,7 +8818,7 @@ ], "responses": [ { - "$id": "913", + "$id": "909", "statusCodes": [ 200 ], @@ -8871,12 +8843,12 @@ }, "parameters": [ { - "$id": "914", + "$id": "910", "name": "resourceUri", "nameInRequest": "resourceUri", "doc": "The fully qualified Azure Resource manager identifier of the resource.", "type": { - "$id": "915", + "$id": "911", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8893,11 +8865,11 @@ "skipUrlEncoding": false }, { - "$id": "916", + "$id": "912", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "911" + "$ref": "907" }, "location": "Header", "isApiVersion": false, @@ -8911,16 +8883,9 @@ } ], "response": { - "$id": "917", + "$id": "913", "type": { - "$id": "918", - "kind": "array", - "name": "ArrayExtensionsResource", - "valueType": { - "$ref": "237" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "254" }, "resultSegments": [ "value" @@ -8931,12 +8896,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.ExtensionsResources.listByScope", "pagingMetadata": { - "$id": "919", + "$id": "914", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "920", + "$id": "915", "responseSegments": [ "nextLink" ], @@ -8947,12 +8912,12 @@ ], "parameters": [ { - "$id": "921", + "$id": "916", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "922", + "$id": "917", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8966,9 +8931,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "923", + "$id": "918", "type": { - "$id": "924", + "$id": "919", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8979,10 +8944,10 @@ ], "decorators": [ { - "$id": "925", + "$id": "920", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "926" + "$id": "921" } } ], @@ -8995,13 +8960,13 @@ } }, { - "$id": "927", + "$id": "922", "kind": "client", "name": "LocationResources", "namespace": "_Azure.ResourceManager.Resources", "methods": [ { - "$id": "928", + "$id": "923", "kind": "basic", "name": "get", "accessibility": "public", @@ -9010,19 +8975,19 @@ ], "doc": "Get a LocationResource", "operation": { - "$id": "929", + "$id": "924", "name": "get", "resourceName": "LocationResource", "doc": "Get a LocationResource", "accessibility": "public", "parameters": [ { - "$id": "930", + "$id": "925", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "931", + "$id": "926", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9036,9 +9001,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "932", + "$id": "927", "type": { - "$id": "933", + "$id": "928", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9049,17 +9014,17 @@ "skipUrlEncoding": false }, { - "$id": "934", + "$id": "929", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "935", + "$id": "930", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "936", + "$id": "931", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9078,17 +9043,17 @@ "skipUrlEncoding": false }, { - "$id": "937", + "$id": "932", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "938", + "$id": "933", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "939", + "$id": "934", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9107,12 +9072,12 @@ "skipUrlEncoding": false }, { - "$id": "940", + "$id": "935", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "941", + "$id": "936", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9129,17 +9094,17 @@ "skipUrlEncoding": false }, { - "$id": "942", + "$id": "937", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "943", + "$id": "938", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "944", + "$id": "939", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9161,7 +9126,7 @@ ], "responses": [ { - "$id": "945", + "$id": "940", "statusCodes": [ 200 ], @@ -9186,17 +9151,17 @@ }, "parameters": [ { - "$id": "946", + "$id": "941", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "947", + "$id": "942", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "948", + "$id": "943", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9215,12 +9180,12 @@ "skipUrlEncoding": false }, { - "$id": "949", + "$id": "944", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "950", + "$id": "945", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9237,11 +9202,11 @@ "skipUrlEncoding": false }, { - "$id": "951", + "$id": "946", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "943" + "$ref": "938" }, "location": "Header", "isApiVersion": false, @@ -9255,7 +9220,7 @@ } ], "response": { - "$id": "952", + "$id": "947", "type": { "$ref": "262" } @@ -9266,7 +9231,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.LocationResources.get" }, { - "$id": "953", + "$id": "948", "kind": "basic", "name": "createOrUpdate", "accessibility": "public", @@ -9275,19 +9240,19 @@ ], "doc": "Create a LocationResource", "operation": { - "$id": "954", + "$id": "949", "name": "createOrUpdate", "resourceName": "LocationResource", "doc": "Create a LocationResource", "accessibility": "public", "parameters": [ { - "$id": "955", + "$id": "950", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "956", + "$id": "951", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9301,9 +9266,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "957", + "$id": "952", "type": { - "$id": "958", + "$id": "953", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9314,17 +9279,17 @@ "skipUrlEncoding": false }, { - "$id": "959", + "$id": "954", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "960", + "$id": "955", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "961", + "$id": "956", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9343,17 +9308,17 @@ "skipUrlEncoding": false }, { - "$id": "962", + "$id": "957", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "963", + "$id": "958", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "964", + "$id": "959", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9372,12 +9337,12 @@ "skipUrlEncoding": false }, { - "$id": "965", + "$id": "960", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "966", + "$id": "961", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9394,18 +9359,18 @@ "skipUrlEncoding": false }, { - "$id": "967", + "$id": "962", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "968", + "$id": "963", "kind": "constant", "name": "createOrUpdateContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "969", + "$id": "964", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9425,17 +9390,17 @@ "skipUrlEncoding": false }, { - "$id": "970", + "$id": "965", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "971", + "$id": "966", "kind": "constant", "name": "createOrUpdateContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "972", + "$id": "967", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9455,7 +9420,7 @@ "skipUrlEncoding": false }, { - "$id": "973", + "$id": "968", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -9475,7 +9440,7 @@ ], "responses": [ { - "$id": "974", + "$id": "969", "statusCodes": [ 200 ], @@ -9489,7 +9454,7 @@ ] }, { - "$id": "975", + "$id": "970", "statusCodes": [ 201 ], @@ -9517,17 +9482,17 @@ }, "parameters": [ { - "$id": "976", + "$id": "971", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "977", + "$id": "972", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "978", + "$id": "973", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9546,12 +9511,12 @@ "skipUrlEncoding": false }, { - "$id": "979", + "$id": "974", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "980", + "$id": "975", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9568,7 +9533,7 @@ "skipUrlEncoding": false }, { - "$id": "981", + "$id": "976", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", @@ -9586,12 +9551,12 @@ "skipUrlEncoding": false }, { - "$id": "982", + "$id": "977", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "968" + "$ref": "963" }, "location": "Header", "isApiVersion": false, @@ -9604,11 +9569,11 @@ "skipUrlEncoding": false }, { - "$id": "983", + "$id": "978", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "971" + "$ref": "966" }, "location": "Header", "isApiVersion": false, @@ -9622,7 +9587,7 @@ } ], "response": { - "$id": "984", + "$id": "979", "type": { "$ref": "262" } @@ -9633,7 +9598,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.LocationResources.createOrUpdate" }, { - "$id": "985", + "$id": "980", "kind": "basic", "name": "update", "accessibility": "public", @@ -9642,19 +9607,19 @@ ], "doc": "Update a LocationResource", "operation": { - "$id": "986", + "$id": "981", "name": "update", "resourceName": "LocationResource", "doc": "Update a LocationResource", "accessibility": "public", "parameters": [ { - "$id": "987", + "$id": "982", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "988", + "$id": "983", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9668,9 +9633,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "989", + "$id": "984", "type": { - "$id": "990", + "$id": "985", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9681,17 +9646,17 @@ "skipUrlEncoding": false }, { - "$id": "991", + "$id": "986", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "992", + "$id": "987", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "993", + "$id": "988", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9710,17 +9675,17 @@ "skipUrlEncoding": false }, { - "$id": "994", + "$id": "989", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "995", + "$id": "990", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "996", + "$id": "991", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9739,12 +9704,12 @@ "skipUrlEncoding": false }, { - "$id": "997", + "$id": "992", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "998", + "$id": "993", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9761,18 +9726,18 @@ "skipUrlEncoding": false }, { - "$id": "999", + "$id": "994", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "1000", + "$id": "995", "kind": "constant", "name": "updateContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "1001", + "$id": "996", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9792,17 +9757,17 @@ "skipUrlEncoding": false }, { - "$id": "1002", + "$id": "997", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "1003", + "$id": "998", "kind": "constant", "name": "updateContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "1004", + "$id": "999", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9822,7 +9787,7 @@ "skipUrlEncoding": false }, { - "$id": "1005", + "$id": "1000", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -9842,7 +9807,7 @@ ], "responses": [ { - "$id": "1006", + "$id": "1001", "statusCodes": [ 200 ], @@ -9870,17 +9835,17 @@ }, "parameters": [ { - "$id": "1007", + "$id": "1002", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "1008", + "$id": "1003", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "1009", + "$id": "1004", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9899,12 +9864,12 @@ "skipUrlEncoding": false }, { - "$id": "1010", + "$id": "1005", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "1011", + "$id": "1006", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9921,7 +9886,7 @@ "skipUrlEncoding": false }, { - "$id": "1012", + "$id": "1007", "name": "properties", "nameInRequest": "properties", "doc": "The resource properties to be updated.", @@ -9939,12 +9904,12 @@ "skipUrlEncoding": false }, { - "$id": "1013", + "$id": "1008", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1000" + "$ref": "995" }, "location": "Header", "isApiVersion": false, @@ -9957,11 +9922,11 @@ "skipUrlEncoding": false }, { - "$id": "1014", + "$id": "1009", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "1003" + "$ref": "998" }, "location": "Header", "isApiVersion": false, @@ -9975,7 +9940,7 @@ } ], "response": { - "$id": "1015", + "$id": "1010", "type": { "$ref": "262" } @@ -9986,7 +9951,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.LocationResources.update" }, { - "$id": "1016", + "$id": "1011", "kind": "basic", "name": "delete", "accessibility": "public", @@ -9995,19 +9960,19 @@ ], "doc": "Delete a LocationResource", "operation": { - "$id": "1017", + "$id": "1012", "name": "delete", "resourceName": "LocationResource", "doc": "Delete a LocationResource", "accessibility": "public", "parameters": [ { - "$id": "1018", + "$id": "1013", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "1019", + "$id": "1014", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10021,9 +9986,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "1020", + "$id": "1015", "type": { - "$id": "1021", + "$id": "1016", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10034,17 +9999,17 @@ "skipUrlEncoding": false }, { - "$id": "1022", + "$id": "1017", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "1023", + "$id": "1018", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "1024", + "$id": "1019", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10063,17 +10028,17 @@ "skipUrlEncoding": false }, { - "$id": "1025", + "$id": "1020", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "1026", + "$id": "1021", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "1027", + "$id": "1022", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10092,12 +10057,12 @@ "skipUrlEncoding": false }, { - "$id": "1028", + "$id": "1023", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "1029", + "$id": "1024", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10114,17 +10079,17 @@ "skipUrlEncoding": false }, { - "$id": "1030", + "$id": "1025", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "1031", + "$id": "1026", "kind": "constant", "name": "deleteContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "1032", + "$id": "1027", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10146,7 +10111,7 @@ ], "responses": [ { - "$id": "1033", + "$id": "1028", "statusCodes": [ 200 ], @@ -10154,7 +10119,7 @@ "isErrorResponse": false }, { - "$id": "1034", + "$id": "1029", "statusCodes": [ 204 ], @@ -10173,17 +10138,17 @@ }, "parameters": [ { - "$id": "1035", + "$id": "1030", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "1036", + "$id": "1031", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "1037", + "$id": "1032", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10202,12 +10167,12 @@ "skipUrlEncoding": false }, { - "$id": "1038", + "$id": "1033", "name": "locationResourceName", "nameInRequest": "locationResourceName", "doc": "The name of the LocationResource", "type": { - "$id": "1039", + "$id": "1034", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10224,11 +10189,11 @@ "skipUrlEncoding": false }, { - "$id": "1040", + "$id": "1035", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "1031" + "$ref": "1026" }, "location": "Header", "isApiVersion": false, @@ -10242,7 +10207,7 @@ } ], "response": { - "$id": "1041" + "$id": "1036" }, "isOverride": false, "generateConvenient": true, @@ -10250,7 +10215,7 @@ "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.LocationResources.delete" }, { - "$id": "1042", + "$id": "1037", "kind": "paging", "name": "listByLocation", "accessibility": "public", @@ -10259,19 +10224,19 @@ ], "doc": "List LocationResource resources by SubscriptionLocationResource", "operation": { - "$id": "1043", + "$id": "1038", "name": "listByLocation", "resourceName": "LocationResource", "doc": "List LocationResource resources by SubscriptionLocationResource", "accessibility": "public", "parameters": [ { - "$id": "1044", + "$id": "1039", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "1045", + "$id": "1040", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10285,9 +10250,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "1046", + "$id": "1041", "type": { - "$id": "1047", + "$id": "1042", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10298,17 +10263,17 @@ "skipUrlEncoding": false }, { - "$id": "1048", + "$id": "1043", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "1049", + "$id": "1044", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "1050", + "$id": "1045", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10327,17 +10292,17 @@ "skipUrlEncoding": false }, { - "$id": "1051", + "$id": "1046", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "1052", + "$id": "1047", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "1053", + "$id": "1048", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10356,17 +10321,17 @@ "skipUrlEncoding": false }, { - "$id": "1054", + "$id": "1049", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "1055", + "$id": "1050", "kind": "constant", "name": "listByLocationContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "1056", + "$id": "1051", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10388,7 +10353,7 @@ ], "responses": [ { - "$id": "1057", + "$id": "1052", "statusCodes": [ 200 ], @@ -10413,17 +10378,17 @@ }, "parameters": [ { - "$id": "1058", + "$id": "1053", "name": "location", "nameInRequest": "location", "doc": "The name of the Azure region.", "type": { - "$id": "1059", + "$id": "1054", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "1060", + "$id": "1055", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10442,11 +10407,11 @@ "skipUrlEncoding": false }, { - "$id": "1061", + "$id": "1056", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "1055" + "$ref": "1050" }, "location": "Header", "isApiVersion": false, @@ -10460,16 +10425,9 @@ } ], "response": { - "$id": "1062", + "$id": "1057", "type": { - "$id": "1063", - "kind": "array", - "name": "ArrayLocationResource", - "valueType": { - "$ref": "262" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "278" }, "resultSegments": [ "value" @@ -10480,12 +10438,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Resources.LocationResources.listByLocation", "pagingMetadata": { - "$id": "1064", + "$id": "1058", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "1065", + "$id": "1059", "responseSegments": [ "nextLink" ], @@ -10496,12 +10454,12 @@ ], "parameters": [ { - "$id": "1066", + "$id": "1060", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "1067", + "$id": "1061", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10515,9 +10473,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "1068", + "$id": "1062", "type": { - "$id": "1069", + "$id": "1063", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10528,10 +10486,10 @@ ], "decorators": [ { - "$id": "1070", + "$id": "1064", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "1071" + "$id": "1065" } } ], @@ -10547,9 +10505,9 @@ } ], "auth": { - "$id": "1072", + "$id": "1066", "oAuth2": { - "$id": "1073", + "$id": "1067", "scopes": [ "user_impersonation" ] diff --git a/test/CadlRanchProjects/encode/bytes/tspCodeModel.json b/test/CadlRanchProjects/encode/bytes/tspCodeModel.json index e34df268453..684a5f66a58 100644 --- a/test/CadlRanchProjects/encode/bytes/tspCodeModel.json +++ b/test/CadlRanchProjects/encode/bytes/tspCodeModel.json @@ -497,27 +497,7 @@ "name": "value", "nameInRequest": "value", "type": { - "$id": "57", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "58", - "kind": "bytes", - "name": "base64urlBytes", - "encode": "base64url", - "crossLanguageDefinitionId": "Encode.Bytes.base64urlBytes", - "baseType": { - "$id": "59", - "kind": "bytes", - "name": "bytes", - "encode": "base64", - "crossLanguageDefinitionId": "TypeSpec.bytes", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "19" }, "location": "Query", "isApiVersion": false, @@ -533,7 +513,7 @@ ], "responses": [ { - "$id": "60", + "$id": "57", "statusCodes": [ 204 ], @@ -552,31 +532,11 @@ }, "parameters": [ { - "$id": "61", + "$id": "58", "name": "value", "nameInRequest": "value", "type": { - "$id": "62", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "63", - "kind": "bytes", - "name": "base64urlBytes", - "encode": "base64url", - "crossLanguageDefinitionId": "Encode.Bytes.base64urlBytes", - "baseType": { - "$id": "64", - "kind": "bytes", - "name": "bytes", - "encode": "base64", - "crossLanguageDefinitionId": "TypeSpec.bytes", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "19" }, "location": "Query", "isApiVersion": false, @@ -590,7 +550,7 @@ } ], "response": { - "$id": "65" + "$id": "59" }, "isOverride": false, "generateConvenient": true, @@ -600,12 +560,12 @@ ], "parameters": [ { - "$id": "66", + "$id": "60", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "67", + "$id": "61", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -619,9 +579,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "68", + "$id": "62", "type": { - "$id": "69", + "$id": "63", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -638,36 +598,36 @@ } }, { - "$id": "70", + "$id": "64", "kind": "client", "name": "Property", "namespace": "Encode.Bytes.Property", "methods": [ { - "$id": "71", + "$id": "65", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "72", + "$id": "66", "name": "default", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "73", + "$id": "67", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "74", + "$id": "68", "kind": "constant", "name": "defaultContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "75", + "$id": "69", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -687,17 +647,17 @@ "skipUrlEncoding": false }, { - "$id": "76", + "$id": "70", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "77", + "$id": "71", "kind": "constant", "name": "defaultContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "78", + "$id": "72", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -717,7 +677,7 @@ "skipUrlEncoding": false }, { - "$id": "79", + "$id": "73", "name": "body", "nameInRequest": "body", "type": { @@ -736,7 +696,7 @@ ], "responses": [ { - "$id": "80", + "$id": "74", "statusCodes": [ 200 ], @@ -764,7 +724,7 @@ }, "parameters": [ { - "$id": "81", + "$id": "75", "name": "body", "nameInRequest": "body", "type": { @@ -781,12 +741,12 @@ "skipUrlEncoding": false }, { - "$id": "82", + "$id": "76", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "74" + "$ref": "68" }, "location": "Header", "isApiVersion": false, @@ -799,11 +759,11 @@ "skipUrlEncoding": false }, { - "$id": "83", + "$id": "77", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "77" + "$ref": "71" }, "location": "Header", "isApiVersion": false, @@ -817,7 +777,7 @@ } ], "response": { - "$id": "84", + "$id": "78", "type": { "$ref": "2" } @@ -828,30 +788,30 @@ "crossLanguageDefinitionId": "Encode.Bytes.Property.default" }, { - "$id": "85", + "$id": "79", "kind": "basic", "name": "base64", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "86", + "$id": "80", "name": "base64", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "87", + "$id": "81", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "88", + "$id": "82", "kind": "constant", "name": "base64ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "89", + "$id": "83", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -871,17 +831,17 @@ "skipUrlEncoding": false }, { - "$id": "90", + "$id": "84", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "91", + "$id": "85", "kind": "constant", "name": "base64ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "92", + "$id": "86", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -901,7 +861,7 @@ "skipUrlEncoding": false }, { - "$id": "93", + "$id": "87", "name": "body", "nameInRequest": "body", "type": { @@ -920,7 +880,7 @@ ], "responses": [ { - "$id": "94", + "$id": "88", "statusCodes": [ 200 ], @@ -948,7 +908,7 @@ }, "parameters": [ { - "$id": "95", + "$id": "89", "name": "body", "nameInRequest": "body", "type": { @@ -965,12 +925,12 @@ "skipUrlEncoding": false }, { - "$id": "96", + "$id": "90", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "88" + "$ref": "82" }, "location": "Header", "isApiVersion": false, @@ -983,11 +943,11 @@ "skipUrlEncoding": false }, { - "$id": "97", + "$id": "91", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "91" + "$ref": "85" }, "location": "Header", "isApiVersion": false, @@ -1001,7 +961,7 @@ } ], "response": { - "$id": "98", + "$id": "92", "type": { "$ref": "7" } @@ -1012,30 +972,30 @@ "crossLanguageDefinitionId": "Encode.Bytes.Property.base64" }, { - "$id": "99", + "$id": "93", "kind": "basic", "name": "base64url", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "100", + "$id": "94", "name": "base64url", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "101", + "$id": "95", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "102", + "$id": "96", "kind": "constant", "name": "base64urlContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "103", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1055,17 +1015,17 @@ "skipUrlEncoding": false }, { - "$id": "104", + "$id": "98", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "105", + "$id": "99", "kind": "constant", "name": "base64urlContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "106", + "$id": "100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1085,7 +1045,7 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "101", "name": "body", "nameInRequest": "body", "type": { @@ -1104,7 +1064,7 @@ ], "responses": [ { - "$id": "108", + "$id": "102", "statusCodes": [ 200 ], @@ -1132,7 +1092,7 @@ }, "parameters": [ { - "$id": "109", + "$id": "103", "name": "body", "nameInRequest": "body", "type": { @@ -1149,12 +1109,12 @@ "skipUrlEncoding": false }, { - "$id": "110", + "$id": "104", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "102" + "$ref": "96" }, "location": "Header", "isApiVersion": false, @@ -1167,11 +1127,11 @@ "skipUrlEncoding": false }, { - "$id": "111", + "$id": "105", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "105" + "$ref": "99" }, "location": "Header", "isApiVersion": false, @@ -1185,7 +1145,7 @@ } ], "response": { - "$id": "112", + "$id": "106", "type": { "$ref": "12" } @@ -1196,30 +1156,30 @@ "crossLanguageDefinitionId": "Encode.Bytes.Property.base64url" }, { - "$id": "113", + "$id": "107", "kind": "basic", "name": "base64urlArray", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "114", + "$id": "108", "name": "base64urlArray", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "115", + "$id": "109", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "116", + "$id": "110", "kind": "constant", "name": "base64urlArrayContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "117", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1239,17 +1199,17 @@ "skipUrlEncoding": false }, { - "$id": "118", + "$id": "112", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "119", + "$id": "113", "kind": "constant", "name": "base64urlArrayContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "120", + "$id": "114", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1269,7 +1229,7 @@ "skipUrlEncoding": false }, { - "$id": "121", + "$id": "115", "name": "body", "nameInRequest": "body", "type": { @@ -1288,7 +1248,7 @@ ], "responses": [ { - "$id": "122", + "$id": "116", "statusCodes": [ 200 ], @@ -1316,7 +1276,7 @@ }, "parameters": [ { - "$id": "123", + "$id": "117", "name": "body", "nameInRequest": "body", "type": { @@ -1333,12 +1293,12 @@ "skipUrlEncoding": false }, { - "$id": "124", + "$id": "118", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "116" + "$ref": "110" }, "location": "Header", "isApiVersion": false, @@ -1351,11 +1311,11 @@ "skipUrlEncoding": false }, { - "$id": "125", + "$id": "119", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "119" + "$ref": "113" }, "location": "Header", "isApiVersion": false, @@ -1369,7 +1329,7 @@ } ], "response": { - "$id": "126", + "$id": "120", "type": { "$ref": "17" } @@ -1382,12 +1342,12 @@ ], "parameters": [ { - "$id": "127", + "$id": "121", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "128", + "$id": "122", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1401,9 +1361,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "129", + "$id": "123", "type": { - "$id": "130", + "$id": "124", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1420,29 +1380,29 @@ } }, { - "$id": "131", + "$id": "125", "kind": "client", "name": "Header", "namespace": "Encode.Bytes.Header", "methods": [ { - "$id": "132", + "$id": "126", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "133", + "$id": "127", "name": "default", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "134", + "$id": "128", "name": "value", "nameInRequest": "value", "type": { - "$id": "135", + "$id": "129", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -1462,7 +1422,7 @@ ], "responses": [ { - "$id": "136", + "$id": "130", "statusCodes": [ 204 ], @@ -1481,11 +1441,11 @@ }, "parameters": [ { - "$id": "137", + "$id": "131", "name": "value", "nameInRequest": "value", "type": { - "$id": "138", + "$id": "132", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -1504,7 +1464,7 @@ } ], "response": { - "$id": "139" + "$id": "133" }, "isOverride": false, "generateConvenient": true, @@ -1512,23 +1472,23 @@ "crossLanguageDefinitionId": "Encode.Bytes.Header.default" }, { - "$id": "140", + "$id": "134", "kind": "basic", "name": "base64", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "141", + "$id": "135", "name": "base64", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "142", + "$id": "136", "name": "value", "nameInRequest": "value", "type": { - "$id": "143", + "$id": "137", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -1548,7 +1508,7 @@ ], "responses": [ { - "$id": "144", + "$id": "138", "statusCodes": [ 204 ], @@ -1567,11 +1527,11 @@ }, "parameters": [ { - "$id": "145", + "$id": "139", "name": "value", "nameInRequest": "value", "type": { - "$id": "146", + "$id": "140", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -1590,7 +1550,7 @@ } ], "response": { - "$id": "147" + "$id": "141" }, "isOverride": false, "generateConvenient": true, @@ -1598,23 +1558,23 @@ "crossLanguageDefinitionId": "Encode.Bytes.Header.base64" }, { - "$id": "148", + "$id": "142", "kind": "basic", "name": "base64url", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "149", + "$id": "143", "name": "base64url", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "150", + "$id": "144", "name": "value", "nameInRequest": "value", "type": { - "$id": "151", + "$id": "145", "kind": "bytes", "name": "bytes", "encode": "base64url", @@ -1634,7 +1594,7 @@ ], "responses": [ { - "$id": "152", + "$id": "146", "statusCodes": [ 204 ], @@ -1653,11 +1613,11 @@ }, "parameters": [ { - "$id": "153", + "$id": "147", "name": "value", "nameInRequest": "value", "type": { - "$id": "154", + "$id": "148", "kind": "bytes", "name": "bytes", "encode": "base64url", @@ -1676,7 +1636,7 @@ } ], "response": { - "$id": "155" + "$id": "149" }, "isOverride": false, "generateConvenient": true, @@ -1684,43 +1644,23 @@ "crossLanguageDefinitionId": "Encode.Bytes.Header.base64url" }, { - "$id": "156", + "$id": "150", "kind": "basic", "name": "base64urlArray", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "157", + "$id": "151", "name": "base64urlArray", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "158", + "$id": "152", "name": "value", "nameInRequest": "value", "type": { - "$id": "159", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "160", - "kind": "bytes", - "name": "base64urlBytes", - "encode": "base64url", - "crossLanguageDefinitionId": "Encode.Bytes.base64urlBytes", - "baseType": { - "$id": "161", - "kind": "bytes", - "name": "bytes", - "encode": "base64", - "crossLanguageDefinitionId": "TypeSpec.bytes", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "19" }, "location": "Header", "isApiVersion": false, @@ -1736,7 +1676,7 @@ ], "responses": [ { - "$id": "162", + "$id": "153", "statusCodes": [ 204 ], @@ -1755,31 +1695,11 @@ }, "parameters": [ { - "$id": "163", + "$id": "154", "name": "value", "nameInRequest": "value", "type": { - "$id": "164", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "165", - "kind": "bytes", - "name": "base64urlBytes", - "encode": "base64url", - "crossLanguageDefinitionId": "Encode.Bytes.base64urlBytes", - "baseType": { - "$id": "166", - "kind": "bytes", - "name": "bytes", - "encode": "base64", - "crossLanguageDefinitionId": "TypeSpec.bytes", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "19" }, "location": "Header", "isApiVersion": false, @@ -1793,7 +1713,7 @@ } ], "response": { - "$id": "167" + "$id": "155" }, "isOverride": false, "generateConvenient": true, @@ -1803,12 +1723,12 @@ ], "parameters": [ { - "$id": "168", + "$id": "156", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "169", + "$id": "157", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1822,9 +1742,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "170", + "$id": "158", "type": { - "$id": "171", + "$id": "159", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1841,36 +1761,36 @@ } }, { - "$id": "172", + "$id": "160", "kind": "client", "name": "RequestBody", "namespace": "Encode.Bytes.RequestBody", "methods": [ { - "$id": "173", + "$id": "161", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "174", + "$id": "162", "name": "default", "resourceName": "RequestBody", "accessibility": "public", "parameters": [ { - "$id": "175", + "$id": "163", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/octet-stream", "type": { - "$id": "176", + "$id": "164", "kind": "constant", "name": "defaultContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "177", + "$id": "165", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1890,11 +1810,11 @@ "skipUrlEncoding": false }, { - "$id": "178", + "$id": "166", "name": "value", "nameInRequest": "value", "type": { - "$id": "179", + "$id": "167", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -1913,7 +1833,7 @@ ], "responses": [ { - "$id": "180", + "$id": "168", "statusCodes": [ 204 ], @@ -1935,11 +1855,11 @@ }, "parameters": [ { - "$id": "181", + "$id": "169", "name": "value", "nameInRequest": "value", "type": { - "$id": "182", + "$id": "170", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -1956,12 +1876,12 @@ "skipUrlEncoding": false }, { - "$id": "183", + "$id": "171", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/octet-stream", "type": { - "$ref": "176" + "$ref": "164" }, "location": "Header", "isApiVersion": false, @@ -1975,7 +1895,7 @@ } ], "response": { - "$id": "184" + "$id": "172" }, "isOverride": false, "generateConvenient": true, @@ -1983,29 +1903,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.RequestBody.default" }, { - "$id": "185", + "$id": "173", "kind": "basic", "name": "octetStream", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "186", + "$id": "174", "name": "octetStream", "resourceName": "RequestBody", "accessibility": "public", "parameters": [ { - "$id": "187", + "$id": "175", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "188", + "$id": "176", "kind": "constant", "name": "OctetStreamRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "189", + "$id": "177", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2025,11 +1945,11 @@ "skipUrlEncoding": false }, { - "$id": "190", + "$id": "178", "name": "value", "nameInRequest": "value", "type": { - "$id": "191", + "$id": "179", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2048,7 +1968,7 @@ ], "responses": [ { - "$id": "192", + "$id": "180", "statusCodes": [ 204 ], @@ -2070,17 +1990,17 @@ }, "parameters": [ { - "$id": "193", + "$id": "181", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "194", + "$id": "182", "kind": "constant", "name": "OctetStreamRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "195", + "$id": "183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2100,11 +2020,11 @@ "skipUrlEncoding": false }, { - "$id": "196", + "$id": "184", "name": "value", "nameInRequest": "value", "type": { - "$id": "197", + "$id": "185", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2122,7 +2042,7 @@ } ], "response": { - "$id": "198" + "$id": "186" }, "isOverride": false, "generateConvenient": true, @@ -2130,29 +2050,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.RequestBody.octetStream" }, { - "$id": "199", + "$id": "187", "kind": "basic", "name": "customContentType", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "200", + "$id": "188", "name": "customContentType", "resourceName": "RequestBody", "accessibility": "public", "parameters": [ { - "$id": "201", + "$id": "189", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "202", + "$id": "190", "kind": "constant", "name": "CustomContentTypeRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "203", + "$id": "191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2172,11 +2092,11 @@ "skipUrlEncoding": false }, { - "$id": "204", + "$id": "192", "name": "value", "nameInRequest": "value", "type": { - "$id": "205", + "$id": "193", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2195,7 +2115,7 @@ ], "responses": [ { - "$id": "206", + "$id": "194", "statusCodes": [ 204 ], @@ -2217,17 +2137,17 @@ }, "parameters": [ { - "$id": "207", + "$id": "195", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "208", + "$id": "196", "kind": "constant", "name": "CustomContentTypeRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "209", + "$id": "197", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2247,11 +2167,11 @@ "skipUrlEncoding": false }, { - "$id": "210", + "$id": "198", "name": "value", "nameInRequest": "value", "type": { - "$id": "211", + "$id": "199", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2269,7 +2189,7 @@ } ], "response": { - "$id": "212" + "$id": "200" }, "isOverride": false, "generateConvenient": true, @@ -2277,29 +2197,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.RequestBody.customContentType" }, { - "$id": "213", + "$id": "201", "kind": "basic", "name": "base64", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "214", + "$id": "202", "name": "base64", "resourceName": "RequestBody", "accessibility": "public", "parameters": [ { - "$id": "215", + "$id": "203", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "216", + "$id": "204", "kind": "constant", "name": "Base64RequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "217", + "$id": "205", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2319,11 +2239,11 @@ "skipUrlEncoding": false }, { - "$id": "218", + "$id": "206", "name": "value", "nameInRequest": "value", "type": { - "$id": "219", + "$id": "207", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -2343,7 +2263,7 @@ ], "responses": [ { - "$id": "220", + "$id": "208", "statusCodes": [ 204 ], @@ -2365,17 +2285,17 @@ }, "parameters": [ { - "$id": "221", + "$id": "209", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "222", + "$id": "210", "kind": "constant", "name": "Base64RequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "223", + "$id": "211", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2395,11 +2315,11 @@ "skipUrlEncoding": false }, { - "$id": "224", + "$id": "212", "name": "value", "nameInRequest": "value", "type": { - "$id": "225", + "$id": "213", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -2418,7 +2338,7 @@ } ], "response": { - "$id": "226" + "$id": "214" }, "isOverride": false, "generateConvenient": true, @@ -2426,29 +2346,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.RequestBody.base64" }, { - "$id": "227", + "$id": "215", "kind": "basic", "name": "base64url", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "228", + "$id": "216", "name": "base64url", "resourceName": "RequestBody", "accessibility": "public", "parameters": [ { - "$id": "229", + "$id": "217", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "230", + "$id": "218", "kind": "constant", "name": "Base64RequestContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "231", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2468,11 +2388,11 @@ "skipUrlEncoding": false }, { - "$id": "232", + "$id": "220", "name": "value", "nameInRequest": "value", "type": { - "$id": "233", + "$id": "221", "kind": "bytes", "name": "bytes", "encode": "base64url", @@ -2492,7 +2412,7 @@ ], "responses": [ { - "$id": "234", + "$id": "222", "statusCodes": [ 204 ], @@ -2514,17 +2434,17 @@ }, "parameters": [ { - "$id": "235", + "$id": "223", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "236", + "$id": "224", "kind": "constant", "name": "Base64RequestContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "237", + "$id": "225", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2544,11 +2464,11 @@ "skipUrlEncoding": false }, { - "$id": "238", + "$id": "226", "name": "value", "nameInRequest": "value", "type": { - "$id": "239", + "$id": "227", "kind": "bytes", "name": "bytes", "encode": "base64url", @@ -2567,7 +2487,7 @@ } ], "response": { - "$id": "240" + "$id": "228" }, "isOverride": false, "generateConvenient": true, @@ -2577,12 +2497,12 @@ ], "parameters": [ { - "$id": "241", + "$id": "229", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "242", + "$id": "230", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2596,9 +2516,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "243", + "$id": "231", "type": { - "$id": "244", + "$id": "232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2615,35 +2535,35 @@ } }, { - "$id": "245", + "$id": "233", "kind": "client", "name": "ResponseBody", "namespace": "Encode.Bytes.ResponseBody", "methods": [ { - "$id": "246", + "$id": "234", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "247", + "$id": "235", "name": "default", "resourceName": "ResponseBody", "accessibility": "public", "parameters": [ { - "$id": "248", + "$id": "236", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "249", + "$id": "237", "kind": "constant", "name": "defaultContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "250", + "$id": "238", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2665,12 +2585,12 @@ ], "responses": [ { - "$id": "251", + "$id": "239", "statusCodes": [ 200 ], "bodyType": { - "$id": "252", + "$id": "240", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2694,11 +2614,11 @@ }, "parameters": [ { - "$id": "253", + "$id": "241", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "249" + "$ref": "237" }, "location": "Header", "isApiVersion": false, @@ -2712,9 +2632,9 @@ } ], "response": { - "$id": "254", + "$id": "242", "type": { - "$ref": "252" + "$ref": "240" } }, "isOverride": false, @@ -2723,29 +2643,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.ResponseBody.default" }, { - "$id": "255", + "$id": "243", "kind": "basic", "name": "octetStream", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "256", + "$id": "244", "name": "octetStream", "resourceName": "ResponseBody", "accessibility": "public", "parameters": [ { - "$id": "257", + "$id": "245", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "258", + "$id": "246", "kind": "constant", "name": "octetStreamContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "259", + "$id": "247", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2767,12 +2687,12 @@ ], "responses": [ { - "$id": "260", + "$id": "248", "statusCodes": [ 200 ], "bodyType": { - "$id": "261", + "$id": "249", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2780,17 +2700,17 @@ }, "headers": [ { - "$id": "262", + "$id": "250", "name": "contentType", "nameInResponse": "content-type", "type": { - "$id": "263", + "$id": "251", "kind": "constant", "name": "OctetStreamRequestContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "264", + "$id": "252", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2818,11 +2738,11 @@ }, "parameters": [ { - "$id": "265", + "$id": "253", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "258" + "$ref": "246" }, "location": "Header", "isApiVersion": false, @@ -2836,9 +2756,9 @@ } ], "response": { - "$id": "266", + "$id": "254", "type": { - "$ref": "261" + "$ref": "249" } }, "isOverride": false, @@ -2847,29 +2767,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.ResponseBody.octetStream" }, { - "$id": "267", + "$id": "255", "kind": "basic", "name": "customContentType", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "268", + "$id": "256", "name": "customContentType", "resourceName": "ResponseBody", "accessibility": "public", "parameters": [ { - "$id": "269", + "$id": "257", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "270", + "$id": "258", "kind": "constant", "name": "customContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "271", + "$id": "259", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2891,12 +2811,12 @@ ], "responses": [ { - "$id": "272", + "$id": "260", "statusCodes": [ 200 ], "bodyType": { - "$id": "273", + "$id": "261", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -2904,17 +2824,17 @@ }, "headers": [ { - "$id": "274", + "$id": "262", "name": "contentType", "nameInResponse": "content-type", "type": { - "$id": "275", + "$id": "263", "kind": "constant", "name": "CustomContentTypeRequestContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "276", + "$id": "264", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2942,11 +2862,11 @@ }, "parameters": [ { - "$id": "277", + "$id": "265", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "270" + "$ref": "258" }, "location": "Header", "isApiVersion": false, @@ -2960,9 +2880,9 @@ } ], "response": { - "$id": "278", + "$id": "266", "type": { - "$ref": "273" + "$ref": "261" } }, "isOverride": false, @@ -2971,29 +2891,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.ResponseBody.customContentType" }, { - "$id": "279", + "$id": "267", "kind": "basic", "name": "base64", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "280", + "$id": "268", "name": "base64", "resourceName": "ResponseBody", "accessibility": "public", "parameters": [ { - "$id": "281", + "$id": "269", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "282", + "$id": "270", "kind": "constant", "name": "base64ContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "283", + "$id": "271", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3015,12 +2935,12 @@ ], "responses": [ { - "$id": "284", + "$id": "272", "statusCodes": [ 200 ], "bodyType": { - "$id": "285", + "$id": "273", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -3029,17 +2949,17 @@ }, "headers": [ { - "$id": "286", + "$id": "274", "name": "contentType", "nameInResponse": "content-type", "type": { - "$id": "287", + "$id": "275", "kind": "constant", "name": "Base64RequestContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "288", + "$id": "276", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3067,11 +2987,11 @@ }, "parameters": [ { - "$id": "289", + "$id": "277", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "282" + "$ref": "270" }, "location": "Header", "isApiVersion": false, @@ -3085,9 +3005,9 @@ } ], "response": { - "$id": "290", + "$id": "278", "type": { - "$ref": "285" + "$ref": "273" } }, "isOverride": false, @@ -3096,29 +3016,29 @@ "crossLanguageDefinitionId": "Encode.Bytes.ResponseBody.base64" }, { - "$id": "291", + "$id": "279", "kind": "basic", "name": "base64url", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "292", + "$id": "280", "name": "base64url", "resourceName": "ResponseBody", "accessibility": "public", "parameters": [ { - "$id": "293", + "$id": "281", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "294", + "$id": "282", "kind": "constant", "name": "base64urlContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "295", + "$id": "283", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3140,18 +3060,18 @@ ], "responses": [ { - "$id": "296", + "$id": "284", "statusCodes": [ 200 ], "bodyType": { - "$id": "297", + "$id": "285", "kind": "bytes", "name": "base64urlBytes", "encode": "base64url", "crossLanguageDefinitionId": "Encode.Bytes.base64urlBytes", "baseType": { - "$id": "298", + "$id": "286", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -3162,17 +3082,17 @@ }, "headers": [ { - "$id": "299", + "$id": "287", "name": "contentType", "nameInResponse": "content-type", "type": { - "$id": "300", + "$id": "288", "kind": "constant", "name": "Base64RequestContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "301", + "$id": "289", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3200,11 +3120,11 @@ }, "parameters": [ { - "$id": "302", + "$id": "290", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "294" + "$ref": "282" }, "location": "Header", "isApiVersion": false, @@ -3218,9 +3138,9 @@ } ], "response": { - "$id": "303", + "$id": "291", "type": { - "$ref": "297" + "$ref": "285" } }, "isOverride": false, @@ -3231,12 +3151,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "292", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "293", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3250,9 +3170,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "294", "type": { - "$id": "307", + "$id": "295", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/encode/datetime/tspCodeModel.json b/test/CadlRanchProjects/encode/datetime/tspCodeModel.json index c3f4df329fe..72099e8848d 100644 --- a/test/CadlRanchProjects/encode/datetime/tspCodeModel.json +++ b/test/CadlRanchProjects/encode/datetime/tspCodeModel.json @@ -719,41 +719,7 @@ "name": "value", "nameInRequest": "value", "type": { - "$id": "84", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "85", - "kind": "utcDateTime", - "name": "unixTimestampDatetime", - "encode": "unixTimestamp", - "wireType": { - "$id": "86", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Datetime.unixTimestampDatetime", - "baseType": { - "$id": "87", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "88", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "28" }, "location": "Query", "isApiVersion": false, @@ -769,7 +735,7 @@ ], "responses": [ { - "$id": "89", + "$id": "84", "statusCodes": [ 204 ], @@ -788,45 +754,11 @@ }, "parameters": [ { - "$id": "90", + "$id": "85", "name": "value", "nameInRequest": "value", "type": { - "$id": "91", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "92", - "kind": "utcDateTime", - "name": "unixTimestampDatetime", - "encode": "unixTimestamp", - "wireType": { - "$id": "93", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Datetime.unixTimestampDatetime", - "baseType": { - "$id": "94", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "95", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "28" }, "location": "Query", "isApiVersion": false, @@ -840,7 +772,7 @@ } ], "response": { - "$id": "96" + "$id": "86" }, "isOverride": false, "generateConvenient": true, @@ -850,12 +782,12 @@ ], "parameters": [ { - "$id": "97", + "$id": "87", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "98", + "$id": "88", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -869,9 +801,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "99", + "$id": "89", "type": { - "$id": "100", + "$id": "90", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -888,36 +820,36 @@ } }, { - "$id": "101", + "$id": "91", "kind": "client", "name": "Property", "namespace": "Encode.Datetime.Property", "methods": [ { - "$id": "102", + "$id": "92", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "103", + "$id": "93", "name": "default", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "104", + "$id": "94", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "105", + "$id": "95", "kind": "constant", "name": "defaultContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "106", + "$id": "96", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -937,17 +869,17 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "97", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "108", + "$id": "98", "kind": "constant", "name": "defaultContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "109", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -967,7 +899,7 @@ "skipUrlEncoding": false }, { - "$id": "110", + "$id": "100", "name": "body", "nameInRequest": "body", "type": { @@ -986,7 +918,7 @@ ], "responses": [ { - "$id": "111", + "$id": "101", "statusCodes": [ 200 ], @@ -1014,7 +946,7 @@ }, "parameters": [ { - "$id": "112", + "$id": "102", "name": "body", "nameInRequest": "body", "type": { @@ -1031,12 +963,12 @@ "skipUrlEncoding": false }, { - "$id": "113", + "$id": "103", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "105" + "$ref": "95" }, "location": "Header", "isApiVersion": false, @@ -1049,11 +981,11 @@ "skipUrlEncoding": false }, { - "$id": "114", + "$id": "104", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "108" + "$ref": "98" }, "location": "Header", "isApiVersion": false, @@ -1067,7 +999,7 @@ } ], "response": { - "$id": "115", + "$id": "105", "type": { "$ref": "2" } @@ -1078,30 +1010,30 @@ "crossLanguageDefinitionId": "Encode.Datetime.Property.default" }, { - "$id": "116", + "$id": "106", "kind": "basic", "name": "rfc3339", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "117", + "$id": "107", "name": "rfc3339", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "118", + "$id": "108", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "119", + "$id": "109", "kind": "constant", "name": "rfc3339ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "120", + "$id": "110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1121,17 +1053,17 @@ "skipUrlEncoding": false }, { - "$id": "121", + "$id": "111", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "122", + "$id": "112", "kind": "constant", "name": "rfc3339ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "123", + "$id": "113", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1151,7 +1083,7 @@ "skipUrlEncoding": false }, { - "$id": "124", + "$id": "114", "name": "body", "nameInRequest": "body", "type": { @@ -1170,7 +1102,7 @@ ], "responses": [ { - "$id": "125", + "$id": "115", "statusCodes": [ 200 ], @@ -1198,7 +1130,7 @@ }, "parameters": [ { - "$id": "126", + "$id": "116", "name": "body", "nameInRequest": "body", "type": { @@ -1215,12 +1147,12 @@ "skipUrlEncoding": false }, { - "$id": "127", + "$id": "117", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "119" + "$ref": "109" }, "location": "Header", "isApiVersion": false, @@ -1233,11 +1165,11 @@ "skipUrlEncoding": false }, { - "$id": "128", + "$id": "118", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "122" + "$ref": "112" }, "location": "Header", "isApiVersion": false, @@ -1251,7 +1183,7 @@ } ], "response": { - "$id": "129", + "$id": "119", "type": { "$ref": "8" } @@ -1262,30 +1194,30 @@ "crossLanguageDefinitionId": "Encode.Datetime.Property.rfc3339" }, { - "$id": "130", + "$id": "120", "kind": "basic", "name": "rfc7231", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "131", + "$id": "121", "name": "rfc7231", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "132", + "$id": "122", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "133", + "$id": "123", "kind": "constant", "name": "rfc7231ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "134", + "$id": "124", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1305,17 +1237,17 @@ "skipUrlEncoding": false }, { - "$id": "135", + "$id": "125", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "136", + "$id": "126", "kind": "constant", "name": "rfc7231ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "137", + "$id": "127", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1335,7 +1267,7 @@ "skipUrlEncoding": false }, { - "$id": "138", + "$id": "128", "name": "body", "nameInRequest": "body", "type": { @@ -1354,7 +1286,7 @@ ], "responses": [ { - "$id": "139", + "$id": "129", "statusCodes": [ 200 ], @@ -1382,7 +1314,7 @@ }, "parameters": [ { - "$id": "140", + "$id": "130", "name": "body", "nameInRequest": "body", "type": { @@ -1399,12 +1331,12 @@ "skipUrlEncoding": false }, { - "$id": "141", + "$id": "131", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "133" + "$ref": "123" }, "location": "Header", "isApiVersion": false, @@ -1417,11 +1349,11 @@ "skipUrlEncoding": false }, { - "$id": "142", + "$id": "132", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "136" + "$ref": "126" }, "location": "Header", "isApiVersion": false, @@ -1435,7 +1367,7 @@ } ], "response": { - "$id": "143", + "$id": "133", "type": { "$ref": "14" } @@ -1446,30 +1378,30 @@ "crossLanguageDefinitionId": "Encode.Datetime.Property.rfc7231" }, { - "$id": "144", + "$id": "134", "kind": "basic", "name": "unixTimestamp", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "145", + "$id": "135", "name": "unixTimestamp", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "146", + "$id": "136", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "147", + "$id": "137", "kind": "constant", "name": "unixTimestampContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "148", + "$id": "138", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1489,17 +1421,17 @@ "skipUrlEncoding": false }, { - "$id": "149", + "$id": "139", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "150", + "$id": "140", "kind": "constant", "name": "unixTimestampContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "151", + "$id": "141", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1519,7 +1451,7 @@ "skipUrlEncoding": false }, { - "$id": "152", + "$id": "142", "name": "body", "nameInRequest": "body", "type": { @@ -1538,7 +1470,7 @@ ], "responses": [ { - "$id": "153", + "$id": "143", "statusCodes": [ 200 ], @@ -1566,7 +1498,7 @@ }, "parameters": [ { - "$id": "154", + "$id": "144", "name": "body", "nameInRequest": "body", "type": { @@ -1583,12 +1515,12 @@ "skipUrlEncoding": false }, { - "$id": "155", + "$id": "145", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "147" + "$ref": "137" }, "location": "Header", "isApiVersion": false, @@ -1601,11 +1533,11 @@ "skipUrlEncoding": false }, { - "$id": "156", + "$id": "146", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "150" + "$ref": "140" }, "location": "Header", "isApiVersion": false, @@ -1619,7 +1551,7 @@ } ], "response": { - "$id": "157", + "$id": "147", "type": { "$ref": "20" } @@ -1630,30 +1562,30 @@ "crossLanguageDefinitionId": "Encode.Datetime.Property.unixTimestamp" }, { - "$id": "158", + "$id": "148", "kind": "basic", "name": "unixTimestampArray", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "159", + "$id": "149", "name": "unixTimestampArray", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "160", + "$id": "150", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "161", + "$id": "151", "kind": "constant", "name": "unixTimestampArrayContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "162", + "$id": "152", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1673,17 +1605,17 @@ "skipUrlEncoding": false }, { - "$id": "163", + "$id": "153", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "164", + "$id": "154", "kind": "constant", "name": "unixTimestampArrayContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "165", + "$id": "155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1703,7 +1635,7 @@ "skipUrlEncoding": false }, { - "$id": "166", + "$id": "156", "name": "body", "nameInRequest": "body", "type": { @@ -1722,7 +1654,7 @@ ], "responses": [ { - "$id": "167", + "$id": "157", "statusCodes": [ 200 ], @@ -1750,7 +1682,7 @@ }, "parameters": [ { - "$id": "168", + "$id": "158", "name": "body", "nameInRequest": "body", "type": { @@ -1767,12 +1699,12 @@ "skipUrlEncoding": false }, { - "$id": "169", + "$id": "159", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "161" + "$ref": "151" }, "location": "Header", "isApiVersion": false, @@ -1785,11 +1717,11 @@ "skipUrlEncoding": false }, { - "$id": "170", + "$id": "160", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "164" + "$ref": "154" }, "location": "Header", "isApiVersion": false, @@ -1803,7 +1735,7 @@ } ], "response": { - "$id": "171", + "$id": "161", "type": { "$ref": "26" } @@ -1816,12 +1748,12 @@ ], "parameters": [ { - "$id": "172", + "$id": "162", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "173", + "$id": "163", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1835,9 +1767,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "174", + "$id": "164", "type": { - "$id": "175", + "$id": "165", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1854,34 +1786,34 @@ } }, { - "$id": "176", + "$id": "166", "kind": "client", "name": "Header", "namespace": "Encode.Datetime.Header", "methods": [ { - "$id": "177", + "$id": "167", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "178", + "$id": "168", "name": "default", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "179", + "$id": "169", "name": "value", "nameInRequest": "value", "type": { - "$id": "180", + "$id": "170", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "181", + "$id": "171", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1903,7 +1835,7 @@ ], "responses": [ { - "$id": "182", + "$id": "172", "statusCodes": [ 204 ], @@ -1922,16 +1854,16 @@ }, "parameters": [ { - "$id": "183", + "$id": "173", "name": "value", "nameInRequest": "value", "type": { - "$id": "184", + "$id": "174", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "185", + "$id": "175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1952,7 +1884,7 @@ } ], "response": { - "$id": "186" + "$id": "176" }, "isOverride": false, "generateConvenient": true, @@ -1960,28 +1892,28 @@ "crossLanguageDefinitionId": "Encode.Datetime.Header.default" }, { - "$id": "187", + "$id": "177", "kind": "basic", "name": "rfc3339", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "188", + "$id": "178", "name": "rfc3339", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "189", + "$id": "179", "name": "value", "nameInRequest": "value", "type": { - "$id": "190", + "$id": "180", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "191", + "$id": "181", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2003,7 +1935,7 @@ ], "responses": [ { - "$id": "192", + "$id": "182", "statusCodes": [ 204 ], @@ -2022,16 +1954,16 @@ }, "parameters": [ { - "$id": "193", + "$id": "183", "name": "value", "nameInRequest": "value", "type": { - "$id": "194", + "$id": "184", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "195", + "$id": "185", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2052,7 +1984,7 @@ } ], "response": { - "$id": "196" + "$id": "186" }, "isOverride": false, "generateConvenient": true, @@ -2060,28 +1992,28 @@ "crossLanguageDefinitionId": "Encode.Datetime.Header.rfc3339" }, { - "$id": "197", + "$id": "187", "kind": "basic", "name": "rfc7231", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "198", + "$id": "188", "name": "rfc7231", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "199", + "$id": "189", "name": "value", "nameInRequest": "value", "type": { - "$id": "200", + "$id": "190", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "201", + "$id": "191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2103,7 +2035,7 @@ ], "responses": [ { - "$id": "202", + "$id": "192", "statusCodes": [ 204 ], @@ -2122,16 +2054,16 @@ }, "parameters": [ { - "$id": "203", + "$id": "193", "name": "value", "nameInRequest": "value", "type": { - "$id": "204", + "$id": "194", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "205", + "$id": "195", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2152,7 +2084,7 @@ } ], "response": { - "$id": "206" + "$id": "196" }, "isOverride": false, "generateConvenient": true, @@ -2160,28 +2092,28 @@ "crossLanguageDefinitionId": "Encode.Datetime.Header.rfc7231" }, { - "$id": "207", + "$id": "197", "kind": "basic", "name": "unixTimestamp", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "208", + "$id": "198", "name": "unixTimestamp", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "209", + "$id": "199", "name": "value", "nameInRequest": "value", "type": { - "$id": "210", + "$id": "200", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "211", + "$id": "201", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -2203,7 +2135,7 @@ ], "responses": [ { - "$id": "212", + "$id": "202", "statusCodes": [ 204 ], @@ -2222,16 +2154,16 @@ }, "parameters": [ { - "$id": "213", + "$id": "203", "name": "value", "nameInRequest": "value", "type": { - "$id": "214", + "$id": "204", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "215", + "$id": "205", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -2252,7 +2184,7 @@ } ], "response": { - "$id": "216" + "$id": "206" }, "isOverride": false, "generateConvenient": true, @@ -2260,57 +2192,23 @@ "crossLanguageDefinitionId": "Encode.Datetime.Header.unixTimestamp" }, { - "$id": "217", + "$id": "207", "kind": "basic", "name": "unixTimestampArray", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "218", + "$id": "208", "name": "unixTimestampArray", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "219", + "$id": "209", "name": "value", "nameInRequest": "value", "type": { - "$id": "220", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "221", - "kind": "utcDateTime", - "name": "unixTimestampDatetime", - "encode": "unixTimestamp", - "wireType": { - "$id": "222", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Datetime.unixTimestampDatetime", - "baseType": { - "$id": "223", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "224", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "28" }, "location": "Header", "isApiVersion": false, @@ -2326,7 +2224,7 @@ ], "responses": [ { - "$id": "225", + "$id": "210", "statusCodes": [ 204 ], @@ -2345,45 +2243,11 @@ }, "parameters": [ { - "$id": "226", + "$id": "211", "name": "value", "nameInRequest": "value", "type": { - "$id": "227", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "228", - "kind": "utcDateTime", - "name": "unixTimestampDatetime", - "encode": "unixTimestamp", - "wireType": { - "$id": "229", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Datetime.unixTimestampDatetime", - "baseType": { - "$id": "230", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "231", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "28" }, "location": "Header", "isApiVersion": false, @@ -2397,7 +2261,7 @@ } ], "response": { - "$id": "232" + "$id": "212" }, "isOverride": false, "generateConvenient": true, @@ -2407,12 +2271,12 @@ ], "parameters": [ { - "$id": "233", + "$id": "213", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "234", + "$id": "214", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2426,9 +2290,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "235", + "$id": "215", "type": { - "$id": "236", + "$id": "216", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2445,41 +2309,41 @@ } }, { - "$id": "237", + "$id": "217", "kind": "client", "name": "ResponseHeader", "namespace": "Encode.Datetime.ResponseHeader", "methods": [ { - "$id": "238", + "$id": "218", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "239", + "$id": "219", "name": "default", "resourceName": "ResponseHeader", "accessibility": "public", "parameters": [], "responses": [ { - "$id": "240", + "$id": "220", "statusCodes": [ 204 ], "headers": [ { - "$id": "241", + "$id": "221", "name": "value", "nameInResponse": "value", "type": { - "$id": "242", + "$id": "222", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "243", + "$id": "223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2504,7 +2368,7 @@ }, "parameters": [], "response": { - "$id": "244" + "$id": "224" }, "isOverride": false, "generateConvenient": true, @@ -2512,35 +2376,35 @@ "crossLanguageDefinitionId": "Encode.Datetime.ResponseHeader.default" }, { - "$id": "245", + "$id": "225", "kind": "basic", "name": "rfc3339", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "246", + "$id": "226", "name": "rfc3339", "resourceName": "ResponseHeader", "accessibility": "public", "parameters": [], "responses": [ { - "$id": "247", + "$id": "227", "statusCodes": [ 204 ], "headers": [ { - "$id": "248", + "$id": "228", "name": "value", "nameInResponse": "value", "type": { - "$id": "249", + "$id": "229", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "250", + "$id": "230", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2565,7 +2429,7 @@ }, "parameters": [], "response": { - "$id": "251" + "$id": "231" }, "isOverride": false, "generateConvenient": true, @@ -2573,35 +2437,35 @@ "crossLanguageDefinitionId": "Encode.Datetime.ResponseHeader.rfc3339" }, { - "$id": "252", + "$id": "232", "kind": "basic", "name": "rfc7231", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "253", + "$id": "233", "name": "rfc7231", "resourceName": "ResponseHeader", "accessibility": "public", "parameters": [], "responses": [ { - "$id": "254", + "$id": "234", "statusCodes": [ 204 ], "headers": [ { - "$id": "255", + "$id": "235", "name": "value", "nameInResponse": "value", "type": { - "$id": "256", + "$id": "236", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "257", + "$id": "237", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2626,7 +2490,7 @@ }, "parameters": [], "response": { - "$id": "258" + "$id": "238" }, "isOverride": false, "generateConvenient": true, @@ -2634,35 +2498,35 @@ "crossLanguageDefinitionId": "Encode.Datetime.ResponseHeader.rfc7231" }, { - "$id": "259", + "$id": "239", "kind": "basic", "name": "unixTimestamp", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "260", + "$id": "240", "name": "unixTimestamp", "resourceName": "ResponseHeader", "accessibility": "public", "parameters": [], "responses": [ { - "$id": "261", + "$id": "241", "statusCodes": [ 204 ], "headers": [ { - "$id": "262", + "$id": "242", "name": "value", "nameInResponse": "value", "type": { - "$id": "263", + "$id": "243", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "264", + "$id": "244", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -2687,7 +2551,7 @@ }, "parameters": [], "response": { - "$id": "265" + "$id": "245" }, "isOverride": false, "generateConvenient": true, @@ -2697,12 +2561,12 @@ ], "parameters": [ { - "$id": "266", + "$id": "246", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "267", + "$id": "247", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2716,9 +2580,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "268", + "$id": "248", "type": { - "$id": "269", + "$id": "249", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/encode/duration/tspCodeModel.json b/test/CadlRanchProjects/encode/duration/tspCodeModel.json index 3d167114830..252e509682a 100644 --- a/test/CadlRanchProjects/encode/duration/tspCodeModel.json +++ b/test/CadlRanchProjects/encode/duration/tspCodeModel.json @@ -937,41 +937,7 @@ "name": "input", "nameInRequest": "input", "type": { - "$id": "107", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "108", - "kind": "duration", - "name": "Int32Duration", - "encode": "seconds", - "wireType": { - "$id": "109", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Duration.Query.Int32Duration", - "baseType": { - "$id": "110", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "111", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "100" }, "location": "Query", "isApiVersion": false, @@ -985,7 +951,7 @@ } ], "response": { - "$id": "112" + "$id": "107" }, "isOverride": false, "generateConvenient": true, @@ -995,12 +961,12 @@ ], "parameters": [ { - "$id": "113", + "$id": "108", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "114", + "$id": "109", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1014,9 +980,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "115", + "$id": "110", "type": { - "$id": "116", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1033,36 +999,36 @@ } }, { - "$id": "117", + "$id": "112", "kind": "client", "name": "Property", "namespace": "Encode.Duration.Property", "methods": [ { - "$id": "118", + "$id": "113", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "119", + "$id": "114", "name": "default", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "120", + "$id": "115", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "121", + "$id": "116", "kind": "constant", "name": "defaultContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "122", + "$id": "117", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1082,17 +1048,17 @@ "skipUrlEncoding": false }, { - "$id": "123", + "$id": "118", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "124", + "$id": "119", "kind": "constant", "name": "defaultContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "125", + "$id": "120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1112,7 +1078,7 @@ "skipUrlEncoding": false }, { - "$id": "126", + "$id": "121", "name": "body", "nameInRequest": "body", "type": { @@ -1131,7 +1097,7 @@ ], "responses": [ { - "$id": "127", + "$id": "122", "statusCodes": [ 200 ], @@ -1159,7 +1125,7 @@ }, "parameters": [ { - "$id": "128", + "$id": "123", "name": "body", "nameInRequest": "body", "type": { @@ -1176,12 +1142,12 @@ "skipUrlEncoding": false }, { - "$id": "129", + "$id": "124", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "121" + "$ref": "116" }, "location": "Header", "isApiVersion": false, @@ -1194,11 +1160,11 @@ "skipUrlEncoding": false }, { - "$id": "130", + "$id": "125", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "124" + "$ref": "119" }, "location": "Header", "isApiVersion": false, @@ -1212,7 +1178,7 @@ } ], "response": { - "$id": "131", + "$id": "126", "type": { "$ref": "2" } @@ -1223,30 +1189,30 @@ "crossLanguageDefinitionId": "Encode.Duration.Property.default" }, { - "$id": "132", + "$id": "127", "kind": "basic", "name": "iso8601", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "133", + "$id": "128", "name": "iso8601", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "134", + "$id": "129", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "135", + "$id": "130", "kind": "constant", "name": "iso8601ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "136", + "$id": "131", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1266,17 +1232,17 @@ "skipUrlEncoding": false }, { - "$id": "137", + "$id": "132", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "138", + "$id": "133", "kind": "constant", "name": "iso8601ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "139", + "$id": "134", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1296,7 +1262,7 @@ "skipUrlEncoding": false }, { - "$id": "140", + "$id": "135", "name": "body", "nameInRequest": "body", "type": { @@ -1315,7 +1281,7 @@ ], "responses": [ { - "$id": "141", + "$id": "136", "statusCodes": [ 200 ], @@ -1343,7 +1309,7 @@ }, "parameters": [ { - "$id": "142", + "$id": "137", "name": "body", "nameInRequest": "body", "type": { @@ -1360,12 +1326,12 @@ "skipUrlEncoding": false }, { - "$id": "143", + "$id": "138", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "135" + "$ref": "130" }, "location": "Header", "isApiVersion": false, @@ -1378,11 +1344,11 @@ "skipUrlEncoding": false }, { - "$id": "144", + "$id": "139", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "138" + "$ref": "133" }, "location": "Header", "isApiVersion": false, @@ -1396,7 +1362,7 @@ } ], "response": { - "$id": "145", + "$id": "140", "type": { "$ref": "8" } @@ -1407,30 +1373,30 @@ "crossLanguageDefinitionId": "Encode.Duration.Property.iso8601" }, { - "$id": "146", + "$id": "141", "kind": "basic", "name": "int32Seconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "147", + "$id": "142", "name": "int32Seconds", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "148", + "$id": "143", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "149", + "$id": "144", "kind": "constant", "name": "int32SecondsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "150", + "$id": "145", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1450,17 +1416,17 @@ "skipUrlEncoding": false }, { - "$id": "151", + "$id": "146", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "152", + "$id": "147", "kind": "constant", "name": "int32SecondsContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "153", + "$id": "148", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1480,7 +1446,7 @@ "skipUrlEncoding": false }, { - "$id": "154", + "$id": "149", "name": "body", "nameInRequest": "body", "type": { @@ -1499,7 +1465,7 @@ ], "responses": [ { - "$id": "155", + "$id": "150", "statusCodes": [ 200 ], @@ -1527,7 +1493,7 @@ }, "parameters": [ { - "$id": "156", + "$id": "151", "name": "body", "nameInRequest": "body", "type": { @@ -1544,12 +1510,12 @@ "skipUrlEncoding": false }, { - "$id": "157", + "$id": "152", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "149" + "$ref": "144" }, "location": "Header", "isApiVersion": false, @@ -1562,11 +1528,11 @@ "skipUrlEncoding": false }, { - "$id": "158", + "$id": "153", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "152" + "$ref": "147" }, "location": "Header", "isApiVersion": false, @@ -1580,7 +1546,7 @@ } ], "response": { - "$id": "159", + "$id": "154", "type": { "$ref": "14" } @@ -1591,30 +1557,30 @@ "crossLanguageDefinitionId": "Encode.Duration.Property.int32Seconds" }, { - "$id": "160", + "$id": "155", "kind": "basic", "name": "floatSeconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "161", + "$id": "156", "name": "floatSeconds", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "162", + "$id": "157", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "163", + "$id": "158", "kind": "constant", "name": "floatSecondsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "164", + "$id": "159", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1634,17 +1600,17 @@ "skipUrlEncoding": false }, { - "$id": "165", + "$id": "160", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "166", + "$id": "161", "kind": "constant", "name": "floatSecondsContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "167", + "$id": "162", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1664,7 +1630,7 @@ "skipUrlEncoding": false }, { - "$id": "168", + "$id": "163", "name": "body", "nameInRequest": "body", "type": { @@ -1683,7 +1649,7 @@ ], "responses": [ { - "$id": "169", + "$id": "164", "statusCodes": [ 200 ], @@ -1711,7 +1677,7 @@ }, "parameters": [ { - "$id": "170", + "$id": "165", "name": "body", "nameInRequest": "body", "type": { @@ -1728,12 +1694,12 @@ "skipUrlEncoding": false }, { - "$id": "171", + "$id": "166", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "163" + "$ref": "158" }, "location": "Header", "isApiVersion": false, @@ -1746,11 +1712,11 @@ "skipUrlEncoding": false }, { - "$id": "172", + "$id": "167", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "166" + "$ref": "161" }, "location": "Header", "isApiVersion": false, @@ -1764,7 +1730,7 @@ } ], "response": { - "$id": "173", + "$id": "168", "type": { "$ref": "20" } @@ -1775,30 +1741,30 @@ "crossLanguageDefinitionId": "Encode.Duration.Property.floatSeconds" }, { - "$id": "174", + "$id": "169", "kind": "basic", "name": "float64Seconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "175", + "$id": "170", "name": "float64Seconds", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "176", + "$id": "171", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "177", + "$id": "172", "kind": "constant", "name": "float64SecondsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "178", + "$id": "173", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1818,17 +1784,17 @@ "skipUrlEncoding": false }, { - "$id": "179", + "$id": "174", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "180", + "$id": "175", "kind": "constant", "name": "float64SecondsContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "181", + "$id": "176", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1848,7 +1814,7 @@ "skipUrlEncoding": false }, { - "$id": "182", + "$id": "177", "name": "body", "nameInRequest": "body", "type": { @@ -1867,7 +1833,7 @@ ], "responses": [ { - "$id": "183", + "$id": "178", "statusCodes": [ 200 ], @@ -1895,7 +1861,7 @@ }, "parameters": [ { - "$id": "184", + "$id": "179", "name": "body", "nameInRequest": "body", "type": { @@ -1912,12 +1878,12 @@ "skipUrlEncoding": false }, { - "$id": "185", + "$id": "180", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "177" + "$ref": "172" }, "location": "Header", "isApiVersion": false, @@ -1930,11 +1896,11 @@ "skipUrlEncoding": false }, { - "$id": "186", + "$id": "181", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "180" + "$ref": "175" }, "location": "Header", "isApiVersion": false, @@ -1948,7 +1914,7 @@ } ], "response": { - "$id": "187", + "$id": "182", "type": { "$ref": "26" } @@ -1959,30 +1925,30 @@ "crossLanguageDefinitionId": "Encode.Duration.Property.float64Seconds" }, { - "$id": "188", + "$id": "183", "kind": "basic", "name": "floatSecondsArray", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "189", + "$id": "184", "name": "floatSecondsArray", "resourceName": "Property", "accessibility": "public", "parameters": [ { - "$id": "190", + "$id": "185", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "191", + "$id": "186", "kind": "constant", "name": "floatSecondsArrayContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "192", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2002,17 +1968,17 @@ "skipUrlEncoding": false }, { - "$id": "193", + "$id": "188", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "194", + "$id": "189", "kind": "constant", "name": "floatSecondsArrayContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "195", + "$id": "190", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2032,7 +1998,7 @@ "skipUrlEncoding": false }, { - "$id": "196", + "$id": "191", "name": "body", "nameInRequest": "body", "type": { @@ -2051,7 +2017,7 @@ ], "responses": [ { - "$id": "197", + "$id": "192", "statusCodes": [ 200 ], @@ -2079,7 +2045,7 @@ }, "parameters": [ { - "$id": "198", + "$id": "193", "name": "body", "nameInRequest": "body", "type": { @@ -2096,12 +2062,12 @@ "skipUrlEncoding": false }, { - "$id": "199", + "$id": "194", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "191" + "$ref": "186" }, "location": "Header", "isApiVersion": false, @@ -2114,11 +2080,11 @@ "skipUrlEncoding": false }, { - "$id": "200", + "$id": "195", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "194" + "$ref": "189" }, "location": "Header", "isApiVersion": false, @@ -2132,7 +2098,7 @@ } ], "response": { - "$id": "201", + "$id": "196", "type": { "$ref": "32" } @@ -2145,12 +2111,12 @@ ], "parameters": [ { - "$id": "202", + "$id": "197", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "203", + "$id": "198", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2164,9 +2130,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "204", + "$id": "199", "type": { - "$id": "205", + "$id": "200", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2183,34 +2149,34 @@ } }, { - "$id": "206", + "$id": "201", "kind": "client", "name": "Header", "namespace": "Encode.Duration.Header", "methods": [ { - "$id": "207", + "$id": "202", "kind": "basic", "name": "default", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "208", + "$id": "203", "name": "default", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "209", + "$id": "204", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "210", + "$id": "205", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "211", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2232,7 +2198,7 @@ ], "responses": [ { - "$id": "212", + "$id": "207", "statusCodes": [ 204 ], @@ -2251,16 +2217,16 @@ }, "parameters": [ { - "$id": "213", + "$id": "208", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "214", + "$id": "209", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "215", + "$id": "210", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2281,7 +2247,7 @@ } ], "response": { - "$id": "216" + "$id": "211" }, "isOverride": false, "generateConvenient": true, @@ -2289,28 +2255,28 @@ "crossLanguageDefinitionId": "Encode.Duration.Header.default" }, { - "$id": "217", + "$id": "212", "kind": "basic", "name": "iso8601", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "218", + "$id": "213", "name": "iso8601", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "219", + "$id": "214", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "220", + "$id": "215", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "221", + "$id": "216", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2332,7 +2298,7 @@ ], "responses": [ { - "$id": "222", + "$id": "217", "statusCodes": [ 204 ], @@ -2351,16 +2317,16 @@ }, "parameters": [ { - "$id": "223", + "$id": "218", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "224", + "$id": "219", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "225", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2381,7 +2347,7 @@ } ], "response": { - "$id": "226" + "$id": "221" }, "isOverride": false, "generateConvenient": true, @@ -2389,32 +2355,32 @@ "crossLanguageDefinitionId": "Encode.Duration.Header.iso8601" }, { - "$id": "227", + "$id": "222", "kind": "basic", "name": "iso8601Array", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "228", + "$id": "223", "name": "iso8601Array", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "229", + "$id": "224", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "230", + "$id": "225", "kind": "array", "name": "Array2", "valueType": { - "$id": "231", + "$id": "226", "kind": "duration", "name": "Iso8601Duration", "encode": "ISO8601", "wireType": { - "$id": "232", + "$id": "227", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2422,12 +2388,12 @@ }, "crossLanguageDefinitionId": "Encode.Duration.Header.Iso8601Duration", "baseType": { - "$id": "233", + "$id": "228", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "234", + "$id": "229", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2455,7 +2421,7 @@ ], "responses": [ { - "$id": "235", + "$id": "230", "statusCodes": [ 204 ], @@ -2474,45 +2440,11 @@ }, "parameters": [ { - "$id": "236", + "$id": "231", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "237", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "238", - "kind": "duration", - "name": "Iso8601Duration", - "encode": "ISO8601", - "wireType": { - "$id": "239", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "Encode.Duration.Header.Iso8601Duration", - "baseType": { - "$id": "240", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "241", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "225" }, "location": "Header", "isApiVersion": false, @@ -2526,7 +2458,7 @@ } ], "response": { - "$id": "242" + "$id": "232" }, "isOverride": false, "generateConvenient": true, @@ -2534,28 +2466,28 @@ "crossLanguageDefinitionId": "Encode.Duration.Header.iso8601Array" }, { - "$id": "243", + "$id": "233", "kind": "basic", "name": "int32Seconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "244", + "$id": "234", "name": "int32Seconds", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "245", + "$id": "235", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "246", + "$id": "236", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "247", + "$id": "237", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2577,7 +2509,7 @@ ], "responses": [ { - "$id": "248", + "$id": "238", "statusCodes": [ 204 ], @@ -2596,16 +2528,16 @@ }, "parameters": [ { - "$id": "249", + "$id": "239", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "250", + "$id": "240", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "251", + "$id": "241", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2626,7 +2558,7 @@ } ], "response": { - "$id": "252" + "$id": "242" }, "isOverride": false, "generateConvenient": true, @@ -2634,28 +2566,28 @@ "crossLanguageDefinitionId": "Encode.Duration.Header.int32Seconds" }, { - "$id": "253", + "$id": "243", "kind": "basic", "name": "floatSeconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "254", + "$id": "244", "name": "floatSeconds", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "255", + "$id": "245", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "256", + "$id": "246", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "257", + "$id": "247", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -2677,7 +2609,7 @@ ], "responses": [ { - "$id": "258", + "$id": "248", "statusCodes": [ 204 ], @@ -2696,16 +2628,16 @@ }, "parameters": [ { - "$id": "259", + "$id": "249", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "260", + "$id": "250", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "261", + "$id": "251", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -2726,7 +2658,7 @@ } ], "response": { - "$id": "262" + "$id": "252" }, "isOverride": false, "generateConvenient": true, @@ -2734,28 +2666,28 @@ "crossLanguageDefinitionId": "Encode.Duration.Header.floatSeconds" }, { - "$id": "263", + "$id": "253", "kind": "basic", "name": "float64Seconds", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "264", + "$id": "254", "name": "float64Seconds", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "265", + "$id": "255", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "266", + "$id": "256", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "267", + "$id": "257", "kind": "float64", "name": "float64", "crossLanguageDefinitionId": "TypeSpec.float64", @@ -2777,7 +2709,7 @@ ], "responses": [ { - "$id": "268", + "$id": "258", "statusCodes": [ 204 ], @@ -2796,16 +2728,16 @@ }, "parameters": [ { - "$id": "269", + "$id": "259", "name": "duration", "nameInRequest": "duration", "type": { - "$id": "270", + "$id": "260", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "271", + "$id": "261", "kind": "float64", "name": "float64", "crossLanguageDefinitionId": "TypeSpec.float64", @@ -2826,7 +2758,7 @@ } ], "response": { - "$id": "272" + "$id": "262" }, "isOverride": false, "generateConvenient": true, @@ -2836,12 +2768,12 @@ ], "parameters": [ { - "$id": "273", + "$id": "263", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "274", + "$id": "264", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2855,9 +2787,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "275", + "$id": "265", "type": { - "$id": "276", + "$id": "266", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/parameters/collection-format/tspCodeModel.json b/test/CadlRanchProjects/parameters/collection-format/tspCodeModel.json index 79c99f01707..5685938787e 100644 --- a/test/CadlRanchProjects/parameters/collection-format/tspCodeModel.json +++ b/test/CadlRanchProjects/parameters/collection-format/tspCodeModel.json @@ -122,18 +122,7 @@ "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "15", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "16", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -147,7 +136,7 @@ } ], "response": { - "$id": "17" + "$id": "15" }, "isOverride": false, "generateConvenient": true, @@ -155,35 +144,24 @@ "crossLanguageDefinitionId": "Parameters.CollectionFormat.Query.multi" }, { - "$id": "18", + "$id": "16", "kind": "basic", "name": "ssv", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "19", + "$id": "17", "name": "ssv", "resourceName": "Query", "accessibility": "public", "parameters": [ { - "$id": "20", + "$id": "18", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "21", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "22", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -199,7 +177,7 @@ ], "responses": [ { - "$id": "23", + "$id": "19", "statusCodes": [ 204 ], @@ -218,23 +196,12 @@ }, "parameters": [ { - "$id": "24", + "$id": "20", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "25", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "26", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -248,7 +215,7 @@ } ], "response": { - "$id": "27" + "$id": "21" }, "isOverride": false, "generateConvenient": true, @@ -256,35 +223,24 @@ "crossLanguageDefinitionId": "Parameters.CollectionFormat.Query.ssv" }, { - "$id": "28", + "$id": "22", "kind": "basic", "name": "pipes", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "29", + "$id": "23", "name": "pipes", "resourceName": "Query", "accessibility": "public", "parameters": [ { - "$id": "30", + "$id": "24", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "31", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "32", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -300,7 +256,7 @@ ], "responses": [ { - "$id": "33", + "$id": "25", "statusCodes": [ 204 ], @@ -319,23 +275,12 @@ }, "parameters": [ { - "$id": "34", + "$id": "26", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "35", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "36", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -349,7 +294,7 @@ } ], "response": { - "$id": "37" + "$id": "27" }, "isOverride": false, "generateConvenient": true, @@ -357,35 +302,24 @@ "crossLanguageDefinitionId": "Parameters.CollectionFormat.Query.pipes" }, { - "$id": "38", + "$id": "28", "kind": "basic", "name": "csv", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "39", + "$id": "29", "name": "csv", "resourceName": "Query", "accessibility": "public", "parameters": [ { - "$id": "40", + "$id": "30", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "41", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "42", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -401,7 +335,7 @@ ], "responses": [ { - "$id": "43", + "$id": "31", "statusCodes": [ 204 ], @@ -420,23 +354,12 @@ }, "parameters": [ { - "$id": "44", + "$id": "32", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "45", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "46", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Query", "isApiVersion": false, @@ -450,7 +373,7 @@ } ], "response": { - "$id": "47" + "$id": "33" }, "isOverride": false, "generateConvenient": true, @@ -460,12 +383,12 @@ ], "parameters": [ { - "$id": "48", + "$id": "34", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "49", + "$id": "35", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -479,9 +402,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "50", + "$id": "36", "type": { - "$id": "51", + "$id": "37", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -498,41 +421,30 @@ } }, { - "$id": "52", + "$id": "38", "kind": "client", "name": "Header", "namespace": "Parameters.CollectionFormat.Header", "methods": [ { - "$id": "53", + "$id": "39", "kind": "basic", "name": "csv", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "54", + "$id": "40", "name": "csv", "resourceName": "Header", "accessibility": "public", "parameters": [ { - "$id": "55", + "$id": "41", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "56", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "57", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Header", "isApiVersion": false, @@ -548,7 +460,7 @@ ], "responses": [ { - "$id": "58", + "$id": "42", "statusCodes": [ 204 ], @@ -567,23 +479,12 @@ }, "parameters": [ { - "$id": "59", + "$id": "43", "name": "colors", "nameInRequest": "colors", "doc": "Possible values for colors are [blue,red,green]", "type": { - "$id": "60", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "61", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "11" }, "location": "Header", "isApiVersion": false, @@ -597,7 +498,7 @@ } ], "response": { - "$id": "62" + "$id": "44" }, "isOverride": false, "generateConvenient": true, @@ -607,12 +508,12 @@ ], "parameters": [ { - "$id": "63", + "$id": "45", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "64", + "$id": "46", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -626,9 +527,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "65", + "$id": "47", "type": { - "$id": "66", + "$id": "48", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/parameters/spread/tspCodeModel.json b/test/CadlRanchProjects/parameters/spread/tspCodeModel.json index e54f91ccb02..9b3ffe7a3b7 100644 --- a/test/CadlRanchProjects/parameters/spread/tspCodeModel.json +++ b/test/CadlRanchProjects/parameters/spread/tspCodeModel.json @@ -2077,18 +2077,7 @@ "nameInRequest": "requiredIntList", "doc": "required int", "type": { - "$id": "204", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "205", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "37" }, "location": "Body", "isApiVersion": false, @@ -2101,23 +2090,12 @@ "skipUrlEncoding": false }, { - "$id": "206", + "$id": "204", "name": "optionalStringList", "nameInRequest": "optionalStringList", "doc": "optional string", "type": { - "$id": "207", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "208", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "42" }, "location": "Body", "isApiVersion": false, @@ -2130,7 +2108,7 @@ "skipUrlEncoding": false }, { - "$id": "209", + "$id": "205", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -2149,7 +2127,7 @@ } ], "response": { - "$id": "210" + "$id": "206" }, "isOverride": false, "generateConvenient": true, @@ -2157,25 +2135,25 @@ "crossLanguageDefinitionId": "Parameters.Spread.Alias.spreadWithMultipleParameters" }, { - "$id": "211", + "$id": "207", "kind": "basic", "name": "spreadParameterWithInnerAlias", "accessibility": "public", "apiVersions": [], "doc": "spread an alias with contains another alias property as body.", "operation": { - "$id": "212", + "$id": "208", "name": "spreadParameterWithInnerAlias", "resourceName": "Alias", "doc": "spread an alias with contains another alias property as body.", "accessibility": "public", "parameters": [ { - "$id": "213", + "$id": "209", "name": "id", "nameInRequest": "id", "type": { - "$id": "214", + "$id": "210", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2192,11 +2170,11 @@ "skipUrlEncoding": false }, { - "$id": "215", + "$id": "211", "name": "x-ms-test-header", "nameInRequest": "x-ms-test-header", "type": { - "$id": "216", + "$id": "212", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2213,18 +2191,18 @@ "skipUrlEncoding": false }, { - "$id": "217", + "$id": "213", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "218", + "$id": "214", "kind": "constant", "name": "spreadParameterWithInnerAliasContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "219", + "$id": "215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2244,7 +2222,7 @@ "skipUrlEncoding": false }, { - "$id": "220", + "$id": "216", "name": "spreadParameterWithInnerAliasRequest", "nameInRequest": "spreadParameterWithInnerAliasRequest", "type": { @@ -2263,7 +2241,7 @@ ], "responses": [ { - "$id": "221", + "$id": "217", "statusCodes": [ 204 ], @@ -2285,11 +2263,11 @@ }, "parameters": [ { - "$id": "222", + "$id": "218", "name": "id", "nameInRequest": "id", "type": { - "$id": "223", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2306,12 +2284,12 @@ "skipUrlEncoding": false }, { - "$id": "224", + "$id": "220", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "225", + "$id": "221", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2328,12 +2306,12 @@ "skipUrlEncoding": false }, { - "$id": "226", + "$id": "222", "name": "age", "nameInRequest": "age", "doc": "age of the Thing", "type": { - "$id": "227", + "$id": "223", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2350,11 +2328,11 @@ "skipUrlEncoding": false }, { - "$id": "228", + "$id": "224", "name": "x-ms-test-header", "nameInRequest": "x-ms-test-header", "type": { - "$id": "229", + "$id": "225", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2371,12 +2349,12 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "226", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "218" + "$ref": "214" }, "location": "Header", "isApiVersion": false, @@ -2390,7 +2368,7 @@ } ], "response": { - "$id": "231" + "$id": "227" }, "isOverride": false, "generateConvenient": true, @@ -2400,12 +2378,12 @@ ], "parameters": [ { - "$id": "232", + "$id": "228", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "233", + "$id": "229", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2419,9 +2397,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "234", + "$id": "230", "type": { - "$id": "235", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/type/array/tspCodeModel.json b/test/CadlRanchProjects/type/array/tspCodeModel.json index 2dff682588e..bbafc053a74 100644 --- a/test/CadlRanchProjects/type/array/tspCodeModel.json +++ b/test/CadlRanchProjects/type/array/tspCodeModel.json @@ -281,18 +281,7 @@ "name": "body", "nameInRequest": "body", "type": { - "$id": "33", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "34", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "23" }, "location": "Body", "isApiVersion": false, @@ -307,7 +296,7 @@ ], "responses": [ { - "$id": "35", + "$id": "33", "statusCodes": [ 204 ], @@ -329,22 +318,11 @@ }, "parameters": [ { - "$id": "36", + "$id": "34", "name": "body", "nameInRequest": "body", "type": { - "$id": "37", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "38", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "23" }, "location": "Body", "isApiVersion": false, @@ -357,7 +335,7 @@ "skipUrlEncoding": false }, { - "$id": "39", + "$id": "35", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -376,7 +354,7 @@ } ], "response": { - "$id": "40" + "$id": "36" }, "isOverride": false, "generateConvenient": true, @@ -386,12 +364,12 @@ ], "parameters": [ { - "$id": "41", + "$id": "37", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "42", + "$id": "38", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -405,9 +383,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "43", + "$id": "39", "type": { - "$id": "44", + "$id": "40", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -424,36 +402,36 @@ } }, { - "$id": "45", + "$id": "41", "kind": "client", "name": "Int64Value", "namespace": "_Type._Array", "doc": "Array of int64 values", "methods": [ { - "$id": "46", + "$id": "42", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "47", + "$id": "43", "name": "get", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "48", + "$id": "44", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "49", + "$id": "45", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "50", + "$id": "46", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -475,16 +453,16 @@ ], "responses": [ { - "$id": "51", + "$id": "47", "statusCodes": [ 200 ], "bodyType": { - "$id": "52", + "$id": "48", "kind": "array", "name": "Array1", "valueType": { - "$id": "53", + "$id": "49", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -511,11 +489,11 @@ }, "parameters": [ { - "$id": "54", + "$id": "50", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "49" + "$ref": "45" }, "location": "Header", "isApiVersion": false, @@ -529,9 +507,9 @@ } ], "response": { - "$id": "55", + "$id": "51", "type": { - "$ref": "52" + "$ref": "48" } }, "isOverride": false, @@ -540,30 +518,30 @@ "crossLanguageDefinitionId": "Type.Array.Int64Value.get" }, { - "$id": "56", + "$id": "52", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "57", + "$id": "53", "name": "put", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "58", + "$id": "54", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "59", + "$id": "55", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "60", + "$id": "56", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -583,22 +561,11 @@ "skipUrlEncoding": false }, { - "$id": "61", + "$id": "57", "name": "body", "nameInRequest": "body", "type": { - "$id": "62", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "63", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "48" }, "location": "Body", "isApiVersion": false, @@ -613,7 +580,7 @@ ], "responses": [ { - "$id": "64", + "$id": "58", "statusCodes": [ 204 ], @@ -635,22 +602,11 @@ }, "parameters": [ { - "$id": "65", + "$id": "59", "name": "body", "nameInRequest": "body", "type": { - "$id": "66", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "67", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "48" }, "location": "Body", "isApiVersion": false, @@ -663,12 +619,12 @@ "skipUrlEncoding": false }, { - "$id": "68", + "$id": "60", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "59" + "$ref": "55" }, "location": "Header", "isApiVersion": false, @@ -682,7 +638,7 @@ } ], "response": { - "$id": "69" + "$id": "61" }, "isOverride": false, "generateConvenient": true, @@ -692,12 +648,12 @@ ], "parameters": [ { - "$id": "70", + "$id": "62", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "71", + "$id": "63", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -711,9 +667,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "72", + "$id": "64", "type": { - "$id": "73", + "$id": "65", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -730,36 +686,36 @@ } }, { - "$id": "74", + "$id": "66", "kind": "client", "name": "BooleanValue", "namespace": "_Type._Array", "doc": "Array of boolean values", "methods": [ { - "$id": "75", + "$id": "67", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "76", + "$id": "68", "name": "get", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "77", + "$id": "69", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "78", + "$id": "70", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "79", + "$id": "71", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -781,16 +737,16 @@ ], "responses": [ { - "$id": "80", + "$id": "72", "statusCodes": [ 200 ], "bodyType": { - "$id": "81", + "$id": "73", "kind": "array", "name": "Array2", "valueType": { - "$id": "82", + "$id": "74", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -817,11 +773,11 @@ }, "parameters": [ { - "$id": "83", + "$id": "75", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "78" + "$ref": "70" }, "location": "Header", "isApiVersion": false, @@ -835,9 +791,9 @@ } ], "response": { - "$id": "84", + "$id": "76", "type": { - "$ref": "81" + "$ref": "73" } }, "isOverride": false, @@ -846,30 +802,30 @@ "crossLanguageDefinitionId": "Type.Array.BooleanValue.get" }, { - "$id": "85", + "$id": "77", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "86", + "$id": "78", "name": "put", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "87", + "$id": "79", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "88", + "$id": "80", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "89", + "$id": "81", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -889,22 +845,11 @@ "skipUrlEncoding": false }, { - "$id": "90", + "$id": "82", "name": "body", "nameInRequest": "body", "type": { - "$id": "91", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "92", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "location": "Body", "isApiVersion": false, @@ -919,7 +864,7 @@ ], "responses": [ { - "$id": "93", + "$id": "83", "statusCodes": [ 204 ], @@ -941,22 +886,11 @@ }, "parameters": [ { - "$id": "94", + "$id": "84", "name": "body", "nameInRequest": "body", "type": { - "$id": "95", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "96", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "location": "Body", "isApiVersion": false, @@ -969,12 +903,12 @@ "skipUrlEncoding": false }, { - "$id": "97", + "$id": "85", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "88" + "$ref": "80" }, "location": "Header", "isApiVersion": false, @@ -988,7 +922,7 @@ } ], "response": { - "$id": "98" + "$id": "86" }, "isOverride": false, "generateConvenient": true, @@ -998,12 +932,12 @@ ], "parameters": [ { - "$id": "99", + "$id": "87", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "100", + "$id": "88", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1017,9 +951,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "101", + "$id": "89", "type": { - "$id": "102", + "$id": "90", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1036,36 +970,36 @@ } }, { - "$id": "103", + "$id": "91", "kind": "client", "name": "StringValue", "namespace": "_Type._Array", "doc": "Array of string values", "methods": [ { - "$id": "104", + "$id": "92", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "105", + "$id": "93", "name": "get", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "106", + "$id": "94", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "107", + "$id": "95", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "108", + "$id": "96", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1087,16 +1021,16 @@ ], "responses": [ { - "$id": "109", + "$id": "97", "statusCodes": [ 200 ], "bodyType": { - "$id": "110", + "$id": "98", "kind": "array", "name": "Array3", "valueType": { - "$id": "111", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1123,11 +1057,11 @@ }, "parameters": [ { - "$id": "112", + "$id": "100", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "107" + "$ref": "95" }, "location": "Header", "isApiVersion": false, @@ -1141,9 +1075,9 @@ } ], "response": { - "$id": "113", + "$id": "101", "type": { - "$ref": "110" + "$ref": "98" } }, "isOverride": false, @@ -1152,30 +1086,30 @@ "crossLanguageDefinitionId": "Type.Array.StringValue.get" }, { - "$id": "114", + "$id": "102", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "115", + "$id": "103", "name": "put", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "116", + "$id": "104", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "117", + "$id": "105", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "118", + "$id": "106", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1195,22 +1129,11 @@ "skipUrlEncoding": false }, { - "$id": "119", + "$id": "107", "name": "body", "nameInRequest": "body", "type": { - "$id": "120", - "kind": "array", - "name": "Array3", - "valueType": { - "$id": "121", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "98" }, "location": "Body", "isApiVersion": false, @@ -1225,7 +1148,7 @@ ], "responses": [ { - "$id": "122", + "$id": "108", "statusCodes": [ 204 ], @@ -1247,22 +1170,11 @@ }, "parameters": [ { - "$id": "123", + "$id": "109", "name": "body", "nameInRequest": "body", "type": { - "$id": "124", - "kind": "array", - "name": "Array3", - "valueType": { - "$id": "125", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "98" }, "location": "Body", "isApiVersion": false, @@ -1275,12 +1187,12 @@ "skipUrlEncoding": false }, { - "$id": "126", + "$id": "110", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "117" + "$ref": "105" }, "location": "Header", "isApiVersion": false, @@ -1294,7 +1206,7 @@ } ], "response": { - "$id": "127" + "$id": "111" }, "isOverride": false, "generateConvenient": true, @@ -1304,12 +1216,12 @@ ], "parameters": [ { - "$id": "128", + "$id": "112", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "129", + "$id": "113", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1323,9 +1235,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "130", + "$id": "114", "type": { - "$id": "131", + "$id": "115", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1342,36 +1254,36 @@ } }, { - "$id": "132", + "$id": "116", "kind": "client", "name": "Float32Value", "namespace": "_Type._Array", "doc": "Array of float values", "methods": [ { - "$id": "133", + "$id": "117", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "134", + "$id": "118", "name": "get", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "135", + "$id": "119", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "136", + "$id": "120", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "137", + "$id": "121", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1393,16 +1305,16 @@ ], "responses": [ { - "$id": "138", + "$id": "122", "statusCodes": [ 200 ], "bodyType": { - "$id": "139", + "$id": "123", "kind": "array", "name": "Array4", "valueType": { - "$id": "140", + "$id": "124", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1429,11 +1341,11 @@ }, "parameters": [ { - "$id": "141", + "$id": "125", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "136" + "$ref": "120" }, "location": "Header", "isApiVersion": false, @@ -1447,9 +1359,9 @@ } ], "response": { - "$id": "142", + "$id": "126", "type": { - "$ref": "139" + "$ref": "123" } }, "isOverride": false, @@ -1458,30 +1370,30 @@ "crossLanguageDefinitionId": "Type.Array.Float32Value.get" }, { - "$id": "143", + "$id": "127", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "144", + "$id": "128", "name": "put", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "145", + "$id": "129", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "146", + "$id": "130", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "147", + "$id": "131", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1501,22 +1413,11 @@ "skipUrlEncoding": false }, { - "$id": "148", + "$id": "132", "name": "body", "nameInRequest": "body", "type": { - "$id": "149", - "kind": "array", - "name": "Array4", - "valueType": { - "$id": "150", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "123" }, "location": "Body", "isApiVersion": false, @@ -1531,7 +1432,7 @@ ], "responses": [ { - "$id": "151", + "$id": "133", "statusCodes": [ 204 ], @@ -1553,22 +1454,11 @@ }, "parameters": [ { - "$id": "152", + "$id": "134", "name": "body", "nameInRequest": "body", "type": { - "$id": "153", - "kind": "array", - "name": "Array4", - "valueType": { - "$id": "154", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "123" }, "location": "Body", "isApiVersion": false, @@ -1581,12 +1471,12 @@ "skipUrlEncoding": false }, { - "$id": "155", + "$id": "135", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "146" + "$ref": "130" }, "location": "Header", "isApiVersion": false, @@ -1600,7 +1490,7 @@ } ], "response": { - "$id": "156" + "$id": "136" }, "isOverride": false, "generateConvenient": true, @@ -1610,12 +1500,12 @@ ], "parameters": [ { - "$id": "157", + "$id": "137", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "158", + "$id": "138", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1629,9 +1519,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "159", + "$id": "139", "type": { - "$id": "160", + "$id": "140", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1648,36 +1538,36 @@ } }, { - "$id": "161", + "$id": "141", "kind": "client", "name": "DatetimeValue", "namespace": "_Type._Array", "doc": "Array of datetime values", "methods": [ { - "$id": "162", + "$id": "142", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "163", + "$id": "143", "name": "get", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "164", + "$id": "144", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "165", + "$id": "145", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "166", + "$id": "146", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1699,21 +1589,21 @@ ], "responses": [ { - "$id": "167", + "$id": "147", "statusCodes": [ 200 ], "bodyType": { - "$id": "168", + "$id": "148", "kind": "array", "name": "Array5", "valueType": { - "$id": "169", + "$id": "149", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "170", + "$id": "150", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1743,11 +1633,11 @@ }, "parameters": [ { - "$id": "171", + "$id": "151", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "165" + "$ref": "145" }, "location": "Header", "isApiVersion": false, @@ -1761,9 +1651,9 @@ } ], "response": { - "$id": "172", + "$id": "152", "type": { - "$ref": "168" + "$ref": "148" } }, "isOverride": false, @@ -1772,30 +1662,30 @@ "crossLanguageDefinitionId": "Type.Array.DatetimeValue.get" }, { - "$id": "173", + "$id": "153", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "174", + "$id": "154", "name": "put", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "175", + "$id": "155", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "176", + "$id": "156", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "177", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1815,30 +1705,11 @@ "skipUrlEncoding": false }, { - "$id": "178", + "$id": "158", "name": "body", "nameInRequest": "body", "type": { - "$id": "179", - "kind": "array", - "name": "Array5", - "valueType": { - "$id": "180", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "181", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -1853,7 +1724,7 @@ ], "responses": [ { - "$id": "182", + "$id": "159", "statusCodes": [ 204 ], @@ -1875,30 +1746,11 @@ }, "parameters": [ { - "$id": "183", + "$id": "160", "name": "body", "nameInRequest": "body", "type": { - "$id": "184", - "kind": "array", - "name": "Array5", - "valueType": { - "$id": "185", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "186", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -1911,12 +1763,12 @@ "skipUrlEncoding": false }, { - "$id": "187", + "$id": "161", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "176" + "$ref": "156" }, "location": "Header", "isApiVersion": false, @@ -1930,7 +1782,7 @@ } ], "response": { - "$id": "188" + "$id": "162" }, "isOverride": false, "generateConvenient": true, @@ -1940,12 +1792,12 @@ ], "parameters": [ { - "$id": "189", + "$id": "163", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "190", + "$id": "164", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1959,9 +1811,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "191", + "$id": "165", "type": { - "$id": "192", + "$id": "166", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1978,36 +1830,36 @@ } }, { - "$id": "193", + "$id": "167", "kind": "client", "name": "DurationValue", "namespace": "_Type._Array", "doc": "Array of duration values", "methods": [ { - "$id": "194", + "$id": "168", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "195", + "$id": "169", "name": "get", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "196", + "$id": "170", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "197", + "$id": "171", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "198", + "$id": "172", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2029,21 +1881,21 @@ ], "responses": [ { - "$id": "199", + "$id": "173", "statusCodes": [ 200 ], "bodyType": { - "$id": "200", + "$id": "174", "kind": "array", "name": "Array6", "valueType": { - "$id": "201", + "$id": "175", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "202", + "$id": "176", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2073,11 +1925,11 @@ }, "parameters": [ { - "$id": "203", + "$id": "177", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "197" + "$ref": "171" }, "location": "Header", "isApiVersion": false, @@ -2091,9 +1943,9 @@ } ], "response": { - "$id": "204", + "$id": "178", "type": { - "$ref": "200" + "$ref": "174" } }, "isOverride": false, @@ -2102,30 +1954,30 @@ "crossLanguageDefinitionId": "Type.Array.DurationValue.get" }, { - "$id": "205", + "$id": "179", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "206", + "$id": "180", "name": "put", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "207", + "$id": "181", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "208", + "$id": "182", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "209", + "$id": "183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2145,30 +1997,11 @@ "skipUrlEncoding": false }, { - "$id": "210", + "$id": "184", "name": "body", "nameInRequest": "body", "type": { - "$id": "211", - "kind": "array", - "name": "Array6", - "valueType": { - "$id": "212", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "213", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "174" }, "location": "Body", "isApiVersion": false, @@ -2183,7 +2016,7 @@ ], "responses": [ { - "$id": "214", + "$id": "185", "statusCodes": [ 204 ], @@ -2205,30 +2038,11 @@ }, "parameters": [ { - "$id": "215", + "$id": "186", "name": "body", "nameInRequest": "body", "type": { - "$id": "216", - "kind": "array", - "name": "Array6", - "valueType": { - "$id": "217", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "218", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "174" }, "location": "Body", "isApiVersion": false, @@ -2241,12 +2055,12 @@ "skipUrlEncoding": false }, { - "$id": "219", + "$id": "187", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "208" + "$ref": "182" }, "location": "Header", "isApiVersion": false, @@ -2260,7 +2074,7 @@ } ], "response": { - "$id": "220" + "$id": "188" }, "isOverride": false, "generateConvenient": true, @@ -2270,12 +2084,12 @@ ], "parameters": [ { - "$id": "221", + "$id": "189", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "222", + "$id": "190", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2289,9 +2103,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "223", + "$id": "191", "type": { - "$id": "224", + "$id": "192", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2308,36 +2122,36 @@ } }, { - "$id": "225", + "$id": "193", "kind": "client", "name": "UnknownValue", "namespace": "_Type._Array", "doc": "Array of unknown values", "methods": [ { - "$id": "226", + "$id": "194", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "227", + "$id": "195", "name": "get", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "228", + "$id": "196", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "229", + "$id": "197", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "230", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2359,16 +2173,16 @@ ], "responses": [ { - "$id": "231", + "$id": "199", "statusCodes": [ 200 ], "bodyType": { - "$id": "232", + "$id": "200", "kind": "array", "name": "Array7", "valueType": { - "$id": "233", + "$id": "201", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2395,11 +2209,11 @@ }, "parameters": [ { - "$id": "234", + "$id": "202", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "229" + "$ref": "197" }, "location": "Header", "isApiVersion": false, @@ -2413,9 +2227,9 @@ } ], "response": { - "$id": "235", + "$id": "203", "type": { - "$ref": "232" + "$ref": "200" } }, "isOverride": false, @@ -2424,30 +2238,30 @@ "crossLanguageDefinitionId": "Type.Array.UnknownValue.get" }, { - "$id": "236", + "$id": "204", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "237", + "$id": "205", "name": "put", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "238", + "$id": "206", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "239", + "$id": "207", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "240", + "$id": "208", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2467,22 +2281,11 @@ "skipUrlEncoding": false }, { - "$id": "241", + "$id": "209", "name": "body", "nameInRequest": "body", "type": { - "$id": "242", - "kind": "array", - "name": "Array7", - "valueType": { - "$id": "243", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -2497,7 +2300,7 @@ ], "responses": [ { - "$id": "244", + "$id": "210", "statusCodes": [ 204 ], @@ -2519,22 +2322,11 @@ }, "parameters": [ { - "$id": "245", + "$id": "211", "name": "body", "nameInRequest": "body", "type": { - "$id": "246", - "kind": "array", - "name": "Array7", - "valueType": { - "$id": "247", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -2547,12 +2339,12 @@ "skipUrlEncoding": false }, { - "$id": "248", + "$id": "212", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "239" + "$ref": "207" }, "location": "Header", "isApiVersion": false, @@ -2566,7 +2358,7 @@ } ], "response": { - "$id": "249" + "$id": "213" }, "isOverride": false, "generateConvenient": true, @@ -2576,12 +2368,12 @@ ], "parameters": [ { - "$id": "250", + "$id": "214", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "251", + "$id": "215", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2595,9 +2387,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "252", + "$id": "216", "type": { - "$id": "253", + "$id": "217", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2614,36 +2406,36 @@ } }, { - "$id": "254", + "$id": "218", "kind": "client", "name": "ModelValue", "namespace": "_Type._Array", "doc": "Array of model values", "methods": [ { - "$id": "255", + "$id": "219", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "256", + "$id": "220", "name": "get", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "257", + "$id": "221", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "258", + "$id": "222", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "259", + "$id": "223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2665,19 +2457,12 @@ ], "responses": [ { - "$id": "260", + "$id": "224", "statusCodes": [ 200 ], "bodyType": { - "$id": "261", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -2697,11 +2482,11 @@ }, "parameters": [ { - "$id": "262", + "$id": "225", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "258" + "$ref": "222" }, "location": "Header", "isApiVersion": false, @@ -2715,9 +2500,9 @@ } ], "response": { - "$id": "263", + "$id": "226", "type": { - "$ref": "261" + "$ref": "8" } }, "isOverride": false, @@ -2726,30 +2511,30 @@ "crossLanguageDefinitionId": "Type.Array.ModelValue.get" }, { - "$id": "264", + "$id": "227", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "265", + "$id": "228", "name": "put", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "266", + "$id": "229", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "267", + "$id": "230", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "268", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2769,18 +2554,11 @@ "skipUrlEncoding": false }, { - "$id": "269", + "$id": "232", "name": "body", "nameInRequest": "body", "type": { - "$id": "270", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2795,7 +2573,7 @@ ], "responses": [ { - "$id": "271", + "$id": "233", "statusCodes": [ 204 ], @@ -2817,18 +2595,11 @@ }, "parameters": [ { - "$id": "272", + "$id": "234", "name": "body", "nameInRequest": "body", "type": { - "$id": "273", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2841,12 +2612,12 @@ "skipUrlEncoding": false }, { - "$id": "274", + "$id": "235", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "267" + "$ref": "230" }, "location": "Header", "isApiVersion": false, @@ -2860,7 +2631,7 @@ } ], "response": { - "$id": "275" + "$id": "236" }, "isOverride": false, "generateConvenient": true, @@ -2870,12 +2641,12 @@ ], "parameters": [ { - "$id": "276", + "$id": "237", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "277", + "$id": "238", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2889,9 +2660,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "278", + "$id": "239", "type": { - "$id": "279", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2908,36 +2679,36 @@ } }, { - "$id": "280", + "$id": "241", "kind": "client", "name": "NullableFloatValue", "namespace": "_Type._Array", "doc": "Array of nullable float values", "methods": [ { - "$id": "281", + "$id": "242", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "282", + "$id": "243", "name": "get", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "283", + "$id": "244", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "284", + "$id": "245", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "285", + "$id": "246", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2959,19 +2730,19 @@ ], "responses": [ { - "$id": "286", + "$id": "247", "statusCodes": [ 200 ], "bodyType": { - "$id": "287", + "$id": "248", "kind": "array", "name": "Array8", "valueType": { - "$id": "288", + "$id": "249", "kind": "nullable", "type": { - "$id": "289", + "$id": "250", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -3000,11 +2771,11 @@ }, "parameters": [ { - "$id": "290", + "$id": "251", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "284" + "$ref": "245" }, "location": "Header", "isApiVersion": false, @@ -3018,9 +2789,9 @@ } ], "response": { - "$id": "291", + "$id": "252", "type": { - "$ref": "287" + "$ref": "248" } }, "isOverride": false, @@ -3029,30 +2800,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableFloatValue.get" }, { - "$id": "292", + "$id": "253", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "293", + "$id": "254", "name": "put", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "294", + "$id": "255", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "295", + "$id": "256", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "296", + "$id": "257", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3072,18 +2843,11 @@ "skipUrlEncoding": false }, { - "$id": "297", + "$id": "258", "name": "body", "nameInRequest": "body", "type": { - "$id": "298", - "kind": "array", - "name": "Array8", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "248" }, "location": "Body", "isApiVersion": false, @@ -3098,7 +2862,7 @@ ], "responses": [ { - "$id": "299", + "$id": "259", "statusCodes": [ 204 ], @@ -3120,18 +2884,11 @@ }, "parameters": [ { - "$id": "300", + "$id": "260", "name": "body", "nameInRequest": "body", "type": { - "$id": "301", - "kind": "array", - "name": "Array8", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "248" }, "location": "Body", "isApiVersion": false, @@ -3144,12 +2901,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "261", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "295" + "$ref": "256" }, "location": "Header", "isApiVersion": false, @@ -3163,7 +2920,7 @@ } ], "response": { - "$id": "303" + "$id": "262" }, "isOverride": false, "generateConvenient": true, @@ -3173,12 +2930,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "263", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "264", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3192,9 +2949,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "265", "type": { - "$id": "307", + "$id": "266", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3211,36 +2968,36 @@ } }, { - "$id": "308", + "$id": "267", "kind": "client", "name": "NullableInt32Value", "namespace": "_Type._Array", "doc": "Array of nullable int32 values", "methods": [ { - "$id": "309", + "$id": "268", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "269", "name": "get", "resourceName": "NullableInt32Value", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "270", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "271", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3262,19 +3019,19 @@ ], "responses": [ { - "$id": "314", + "$id": "273", "statusCodes": [ 200 ], "bodyType": { - "$id": "315", + "$id": "274", "kind": "array", "name": "Array9", "valueType": { - "$id": "316", + "$id": "275", "kind": "nullable", "type": { - "$id": "317", + "$id": "276", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3303,11 +3060,11 @@ }, "parameters": [ { - "$id": "318", + "$id": "277", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "271" }, "location": "Header", "isApiVersion": false, @@ -3321,9 +3078,9 @@ } ], "response": { - "$id": "319", + "$id": "278", "type": { - "$ref": "315" + "$ref": "274" } }, "isOverride": false, @@ -3332,30 +3089,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableInt32Value.get" }, { - "$id": "320", + "$id": "279", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "321", + "$id": "280", "name": "put", "resourceName": "NullableInt32Value", "accessibility": "public", "parameters": [ { - "$id": "322", + "$id": "281", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "323", + "$id": "282", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "324", + "$id": "283", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3375,18 +3132,11 @@ "skipUrlEncoding": false }, { - "$id": "325", + "$id": "284", "name": "body", "nameInRequest": "body", "type": { - "$id": "326", - "kind": "array", - "name": "Array9", - "valueType": { - "$ref": "316" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "274" }, "location": "Body", "isApiVersion": false, @@ -3401,7 +3151,7 @@ ], "responses": [ { - "$id": "327", + "$id": "285", "statusCodes": [ 204 ], @@ -3423,18 +3173,11 @@ }, "parameters": [ { - "$id": "328", + "$id": "286", "name": "body", "nameInRequest": "body", "type": { - "$id": "329", - "kind": "array", - "name": "Array9", - "valueType": { - "$ref": "316" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "274" }, "location": "Body", "isApiVersion": false, @@ -3447,12 +3190,12 @@ "skipUrlEncoding": false }, { - "$id": "330", + "$id": "287", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "323" + "$ref": "282" }, "location": "Header", "isApiVersion": false, @@ -3466,7 +3209,7 @@ } ], "response": { - "$id": "331" + "$id": "288" }, "isOverride": false, "generateConvenient": true, @@ -3476,12 +3219,12 @@ ], "parameters": [ { - "$id": "332", + "$id": "289", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "333", + "$id": "290", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3495,9 +3238,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "334", + "$id": "291", "type": { - "$id": "335", + "$id": "292", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3514,36 +3257,36 @@ } }, { - "$id": "336", + "$id": "293", "kind": "client", "name": "NullableBooleanValue", "namespace": "_Type._Array", "doc": "Array of nullable boolean values", "methods": [ { - "$id": "337", + "$id": "294", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "338", + "$id": "295", "name": "get", "resourceName": "NullableBooleanValue", "accessibility": "public", "parameters": [ { - "$id": "339", + "$id": "296", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "340", + "$id": "297", "kind": "constant", "name": "getContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "341", + "$id": "298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3565,19 +3308,19 @@ ], "responses": [ { - "$id": "342", + "$id": "299", "statusCodes": [ 200 ], "bodyType": { - "$id": "343", + "$id": "300", "kind": "array", "name": "Array10", "valueType": { - "$id": "344", + "$id": "301", "kind": "nullable", "type": { - "$id": "345", + "$id": "302", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -3606,11 +3349,11 @@ }, "parameters": [ { - "$id": "346", + "$id": "303", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "340" + "$ref": "297" }, "location": "Header", "isApiVersion": false, @@ -3624,9 +3367,9 @@ } ], "response": { - "$id": "347", + "$id": "304", "type": { - "$ref": "343" + "$ref": "300" } }, "isOverride": false, @@ -3635,30 +3378,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableBooleanValue.get" }, { - "$id": "348", + "$id": "305", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "349", + "$id": "306", "name": "put", "resourceName": "NullableBooleanValue", "accessibility": "public", "parameters": [ { - "$id": "350", + "$id": "307", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "351", + "$id": "308", "kind": "constant", "name": "putContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "352", + "$id": "309", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3678,18 +3421,11 @@ "skipUrlEncoding": false }, { - "$id": "353", + "$id": "310", "name": "body", "nameInRequest": "body", "type": { - "$id": "354", - "kind": "array", - "name": "Array10", - "valueType": { - "$ref": "344" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "300" }, "location": "Body", "isApiVersion": false, @@ -3704,7 +3440,7 @@ ], "responses": [ { - "$id": "355", + "$id": "311", "statusCodes": [ 204 ], @@ -3726,18 +3462,11 @@ }, "parameters": [ { - "$id": "356", + "$id": "312", "name": "body", "nameInRequest": "body", "type": { - "$id": "357", - "kind": "array", - "name": "Array10", - "valueType": { - "$ref": "344" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "300" }, "location": "Body", "isApiVersion": false, @@ -3750,12 +3479,12 @@ "skipUrlEncoding": false }, { - "$id": "358", + "$id": "313", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "351" + "$ref": "308" }, "location": "Header", "isApiVersion": false, @@ -3769,7 +3498,7 @@ } ], "response": { - "$id": "359" + "$id": "314" }, "isOverride": false, "generateConvenient": true, @@ -3779,12 +3508,12 @@ ], "parameters": [ { - "$id": "360", + "$id": "315", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "361", + "$id": "316", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3798,9 +3527,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "362", + "$id": "317", "type": { - "$id": "363", + "$id": "318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3817,36 +3546,36 @@ } }, { - "$id": "364", + "$id": "319", "kind": "client", "name": "NullableStringValue", "namespace": "_Type._Array", "doc": "Array of nullable string values", "methods": [ { - "$id": "365", + "$id": "320", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "366", + "$id": "321", "name": "get", "resourceName": "NullableStringValue", "accessibility": "public", "parameters": [ { - "$id": "367", + "$id": "322", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "368", + "$id": "323", "kind": "constant", "name": "getContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "369", + "$id": "324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3868,19 +3597,19 @@ ], "responses": [ { - "$id": "370", + "$id": "325", "statusCodes": [ 200 ], "bodyType": { - "$id": "371", + "$id": "326", "kind": "array", "name": "Array11", "valueType": { - "$id": "372", + "$id": "327", "kind": "nullable", "type": { - "$id": "373", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3909,11 +3638,11 @@ }, "parameters": [ { - "$id": "374", + "$id": "329", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "368" + "$ref": "323" }, "location": "Header", "isApiVersion": false, @@ -3927,9 +3656,9 @@ } ], "response": { - "$id": "375", + "$id": "330", "type": { - "$ref": "371" + "$ref": "326" } }, "isOverride": false, @@ -3938,30 +3667,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableStringValue.get" }, { - "$id": "376", + "$id": "331", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "377", + "$id": "332", "name": "put", "resourceName": "NullableStringValue", "accessibility": "public", "parameters": [ { - "$id": "378", + "$id": "333", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "379", + "$id": "334", "kind": "constant", "name": "putContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "380", + "$id": "335", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3981,18 +3710,11 @@ "skipUrlEncoding": false }, { - "$id": "381", + "$id": "336", "name": "body", "nameInRequest": "body", "type": { - "$id": "382", - "kind": "array", - "name": "Array11", - "valueType": { - "$ref": "372" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "326" }, "location": "Body", "isApiVersion": false, @@ -4007,7 +3729,7 @@ ], "responses": [ { - "$id": "383", + "$id": "337", "statusCodes": [ 204 ], @@ -4029,18 +3751,11 @@ }, "parameters": [ { - "$id": "384", + "$id": "338", "name": "body", "nameInRequest": "body", "type": { - "$id": "385", - "kind": "array", - "name": "Array11", - "valueType": { - "$ref": "372" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "326" }, "location": "Body", "isApiVersion": false, @@ -4053,12 +3768,12 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "339", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "379" + "$ref": "334" }, "location": "Header", "isApiVersion": false, @@ -4072,7 +3787,7 @@ } ], "response": { - "$id": "387" + "$id": "340" }, "isOverride": false, "generateConvenient": true, @@ -4082,12 +3797,12 @@ ], "parameters": [ { - "$id": "388", + "$id": "341", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "389", + "$id": "342", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4101,9 +3816,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "390", + "$id": "343", "type": { - "$id": "391", + "$id": "344", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4120,36 +3835,36 @@ } }, { - "$id": "392", + "$id": "345", "kind": "client", "name": "NullableModelValue", "namespace": "_Type._Array", "doc": "Array of nullable model values", "methods": [ { - "$id": "393", + "$id": "346", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "394", + "$id": "347", "name": "get", "resourceName": "NullableModelValue", "accessibility": "public", "parameters": [ { - "$id": "395", + "$id": "348", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "396", + "$id": "349", "kind": "constant", "name": "getContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "397", + "$id": "350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4171,16 +3886,16 @@ ], "responses": [ { - "$id": "398", + "$id": "351", "statusCodes": [ 200 ], "bodyType": { - "$id": "399", + "$id": "352", "kind": "array", "name": "Array12", "valueType": { - "$id": "400", + "$id": "353", "kind": "nullable", "type": { "$ref": "2" @@ -4208,11 +3923,11 @@ }, "parameters": [ { - "$id": "401", + "$id": "354", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "396" + "$ref": "349" }, "location": "Header", "isApiVersion": false, @@ -4226,9 +3941,9 @@ } ], "response": { - "$id": "402", + "$id": "355", "type": { - "$ref": "399" + "$ref": "352" } }, "isOverride": false, @@ -4237,30 +3952,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableModelValue.get" }, { - "$id": "403", + "$id": "356", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "404", + "$id": "357", "name": "put", "resourceName": "NullableModelValue", "accessibility": "public", "parameters": [ { - "$id": "405", + "$id": "358", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "406", + "$id": "359", "kind": "constant", "name": "putContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "407", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4280,18 +3995,11 @@ "skipUrlEncoding": false }, { - "$id": "408", + "$id": "361", "name": "body", "nameInRequest": "body", "type": { - "$id": "409", - "kind": "array", - "name": "Array12", - "valueType": { - "$ref": "400" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "352" }, "location": "Body", "isApiVersion": false, @@ -4306,7 +4014,7 @@ ], "responses": [ { - "$id": "410", + "$id": "362", "statusCodes": [ 204 ], @@ -4328,18 +4036,11 @@ }, "parameters": [ { - "$id": "411", + "$id": "363", "name": "body", "nameInRequest": "body", "type": { - "$id": "412", - "kind": "array", - "name": "Array12", - "valueType": { - "$ref": "400" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "352" }, "location": "Body", "isApiVersion": false, @@ -4352,12 +4053,12 @@ "skipUrlEncoding": false }, { - "$id": "413", + "$id": "364", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "406" + "$ref": "359" }, "location": "Header", "isApiVersion": false, @@ -4371,7 +4072,7 @@ } ], "response": { - "$id": "414" + "$id": "365" }, "isOverride": false, "generateConvenient": true, @@ -4381,12 +4082,12 @@ ], "parameters": [ { - "$id": "415", + "$id": "366", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "416", + "$id": "367", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4400,9 +4101,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "417", + "$id": "368", "type": { - "$id": "418", + "$id": "369", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/type/dictionary/tspCodeModel.json b/test/CadlRanchProjects/type/dictionary/tspCodeModel.json index dcdb83504b9..7c1db26b69f 100644 --- a/test/CadlRanchProjects/type/dictionary/tspCodeModel.json +++ b/test/CadlRanchProjects/type/dictionary/tspCodeModel.json @@ -291,23 +291,7 @@ "name": "body", "nameInRequest": "body", "type": { - "$id": "35", - "kind": "dict", - "keyType": { - "$id": "36", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "37", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "24" }, "location": "Body", "isApiVersion": false, @@ -322,7 +306,7 @@ ], "responses": [ { - "$id": "38", + "$id": "35", "statusCodes": [ 204 ], @@ -344,27 +328,11 @@ }, "parameters": [ { - "$id": "39", + "$id": "36", "name": "body", "nameInRequest": "body", "type": { - "$id": "40", - "kind": "dict", - "keyType": { - "$id": "41", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "42", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "24" }, "location": "Body", "isApiVersion": false, @@ -377,7 +345,7 @@ "skipUrlEncoding": false }, { - "$id": "43", + "$id": "37", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -396,7 +364,7 @@ } ], "response": { - "$id": "44" + "$id": "38" }, "isOverride": false, "generateConvenient": true, @@ -406,12 +374,12 @@ ], "parameters": [ { - "$id": "45", + "$id": "39", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "46", + "$id": "40", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -425,9 +393,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "47", + "$id": "41", "type": { - "$id": "48", + "$id": "42", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -444,36 +412,36 @@ } }, { - "$id": "49", + "$id": "43", "kind": "client", "name": "Int64Value", "namespace": "_Type._Dictionary", "doc": "Dictionary of int64 values", "methods": [ { - "$id": "50", + "$id": "44", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "51", + "$id": "45", "name": "get", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "52", + "$id": "46", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "53", + "$id": "47", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "54", + "$id": "48", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -495,22 +463,22 @@ ], "responses": [ { - "$id": "55", + "$id": "49", "statusCodes": [ 200 ], "bodyType": { - "$id": "56", + "$id": "50", "kind": "dict", "keyType": { - "$id": "57", + "$id": "51", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "58", + "$id": "52", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -536,11 +504,11 @@ }, "parameters": [ { - "$id": "59", + "$id": "53", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "53" + "$ref": "47" }, "location": "Header", "isApiVersion": false, @@ -554,9 +522,9 @@ } ], "response": { - "$id": "60", + "$id": "54", "type": { - "$ref": "56" + "$ref": "50" } }, "isOverride": false, @@ -565,30 +533,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.Int64Value.get" }, { - "$id": "61", + "$id": "55", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "62", + "$id": "56", "name": "put", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "63", + "$id": "57", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "64", + "$id": "58", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "65", + "$id": "59", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -608,27 +576,11 @@ "skipUrlEncoding": false }, { - "$id": "66", + "$id": "60", "name": "body", "nameInRequest": "body", "type": { - "$id": "67", - "kind": "dict", - "keyType": { - "$id": "68", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "69", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "decorators": [] + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -643,7 +595,7 @@ ], "responses": [ { - "$id": "70", + "$id": "61", "statusCodes": [ 204 ], @@ -665,27 +617,11 @@ }, "parameters": [ { - "$id": "71", + "$id": "62", "name": "body", "nameInRequest": "body", "type": { - "$id": "72", - "kind": "dict", - "keyType": { - "$id": "73", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "74", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "decorators": [] + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -698,12 +634,12 @@ "skipUrlEncoding": false }, { - "$id": "75", + "$id": "63", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "64" + "$ref": "58" }, "location": "Header", "isApiVersion": false, @@ -717,7 +653,7 @@ } ], "response": { - "$id": "76" + "$id": "64" }, "isOverride": false, "generateConvenient": true, @@ -727,12 +663,12 @@ ], "parameters": [ { - "$id": "77", + "$id": "65", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "78", + "$id": "66", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -746,9 +682,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "79", + "$id": "67", "type": { - "$id": "80", + "$id": "68", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -765,36 +701,36 @@ } }, { - "$id": "81", + "$id": "69", "kind": "client", "name": "BooleanValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of boolean values", "methods": [ { - "$id": "82", + "$id": "70", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "83", + "$id": "71", "name": "get", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "84", + "$id": "72", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "85", + "$id": "73", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "86", + "$id": "74", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -816,22 +752,22 @@ ], "responses": [ { - "$id": "87", + "$id": "75", "statusCodes": [ 200 ], "bodyType": { - "$id": "88", + "$id": "76", "kind": "dict", "keyType": { - "$id": "89", + "$id": "77", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "90", + "$id": "78", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -857,11 +793,11 @@ }, "parameters": [ { - "$id": "91", + "$id": "79", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "85" + "$ref": "73" }, "location": "Header", "isApiVersion": false, @@ -875,9 +811,9 @@ } ], "response": { - "$id": "92", + "$id": "80", "type": { - "$ref": "88" + "$ref": "76" } }, "isOverride": false, @@ -886,30 +822,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.BooleanValue.get" }, { - "$id": "93", + "$id": "81", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "94", + "$id": "82", "name": "put", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "95", + "$id": "83", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "96", + "$id": "84", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "97", + "$id": "85", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -929,27 +865,11 @@ "skipUrlEncoding": false }, { - "$id": "98", + "$id": "86", "name": "body", "nameInRequest": "body", "type": { - "$id": "99", - "kind": "dict", - "keyType": { - "$id": "100", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "101", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "decorators": [] + "$ref": "76" }, "location": "Body", "isApiVersion": false, @@ -964,7 +884,7 @@ ], "responses": [ { - "$id": "102", + "$id": "87", "statusCodes": [ 204 ], @@ -986,27 +906,11 @@ }, "parameters": [ { - "$id": "103", + "$id": "88", "name": "body", "nameInRequest": "body", "type": { - "$id": "104", - "kind": "dict", - "keyType": { - "$id": "105", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "106", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "decorators": [] + "$ref": "76" }, "location": "Body", "isApiVersion": false, @@ -1019,12 +923,12 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "89", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "96" + "$ref": "84" }, "location": "Header", "isApiVersion": false, @@ -1038,7 +942,7 @@ } ], "response": { - "$id": "108" + "$id": "90" }, "isOverride": false, "generateConvenient": true, @@ -1048,12 +952,12 @@ ], "parameters": [ { - "$id": "109", + "$id": "91", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "110", + "$id": "92", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1067,9 +971,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "111", + "$id": "93", "type": { - "$id": "112", + "$id": "94", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1086,36 +990,36 @@ } }, { - "$id": "113", + "$id": "95", "kind": "client", "name": "StringValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of string values", "methods": [ { - "$id": "114", + "$id": "96", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "115", + "$id": "97", "name": "get", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "116", + "$id": "98", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "117", + "$id": "99", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "118", + "$id": "100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1137,22 +1041,22 @@ ], "responses": [ { - "$id": "119", + "$id": "101", "statusCodes": [ 200 ], "bodyType": { - "$id": "120", + "$id": "102", "kind": "dict", "keyType": { - "$id": "121", + "$id": "103", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "122", + "$id": "104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1178,11 +1082,11 @@ }, "parameters": [ { - "$id": "123", + "$id": "105", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "117" + "$ref": "99" }, "location": "Header", "isApiVersion": false, @@ -1196,9 +1100,9 @@ } ], "response": { - "$id": "124", + "$id": "106", "type": { - "$ref": "120" + "$ref": "102" } }, "isOverride": false, @@ -1207,30 +1111,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.StringValue.get" }, { - "$id": "125", + "$id": "107", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "126", + "$id": "108", "name": "put", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "127", + "$id": "109", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "128", + "$id": "110", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "129", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1250,27 +1154,11 @@ "skipUrlEncoding": false }, { - "$id": "130", + "$id": "112", "name": "body", "nameInRequest": "body", "type": { - "$id": "131", - "kind": "dict", - "keyType": { - "$id": "132", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "133", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -1285,7 +1173,7 @@ ], "responses": [ { - "$id": "134", + "$id": "113", "statusCodes": [ 204 ], @@ -1307,27 +1195,11 @@ }, "parameters": [ { - "$id": "135", + "$id": "114", "name": "body", "nameInRequest": "body", "type": { - "$id": "136", - "kind": "dict", - "keyType": { - "$id": "137", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "138", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -1340,12 +1212,12 @@ "skipUrlEncoding": false }, { - "$id": "139", + "$id": "115", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "128" + "$ref": "110" }, "location": "Header", "isApiVersion": false, @@ -1359,7 +1231,7 @@ } ], "response": { - "$id": "140" + "$id": "116" }, "isOverride": false, "generateConvenient": true, @@ -1369,12 +1241,12 @@ ], "parameters": [ { - "$id": "141", + "$id": "117", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "142", + "$id": "118", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1388,9 +1260,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "143", + "$id": "119", "type": { - "$id": "144", + "$id": "120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1407,36 +1279,36 @@ } }, { - "$id": "145", + "$id": "121", "kind": "client", "name": "Float32Value", "namespace": "_Type._Dictionary", "doc": "Dictionary of float values", "methods": [ { - "$id": "146", + "$id": "122", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "147", + "$id": "123", "name": "get", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "148", + "$id": "124", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "149", + "$id": "125", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "150", + "$id": "126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1458,22 +1330,22 @@ ], "responses": [ { - "$id": "151", + "$id": "127", "statusCodes": [ 200 ], "bodyType": { - "$id": "152", + "$id": "128", "kind": "dict", "keyType": { - "$id": "153", + "$id": "129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "154", + "$id": "130", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1499,11 +1371,11 @@ }, "parameters": [ { - "$id": "155", + "$id": "131", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "149" + "$ref": "125" }, "location": "Header", "isApiVersion": false, @@ -1517,9 +1389,9 @@ } ], "response": { - "$id": "156", + "$id": "132", "type": { - "$ref": "152" + "$ref": "128" } }, "isOverride": false, @@ -1528,30 +1400,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.Float32Value.get" }, { - "$id": "157", + "$id": "133", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "158", + "$id": "134", "name": "put", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "159", + "$id": "135", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "160", + "$id": "136", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "161", + "$id": "137", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1571,27 +1443,11 @@ "skipUrlEncoding": false }, { - "$id": "162", + "$id": "138", "name": "body", "nameInRequest": "body", "type": { - "$id": "163", - "kind": "dict", - "keyType": { - "$id": "164", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "165", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "decorators": [] + "$ref": "128" }, "location": "Body", "isApiVersion": false, @@ -1606,7 +1462,7 @@ ], "responses": [ { - "$id": "166", + "$id": "139", "statusCodes": [ 204 ], @@ -1628,27 +1484,11 @@ }, "parameters": [ { - "$id": "167", + "$id": "140", "name": "body", "nameInRequest": "body", "type": { - "$id": "168", - "kind": "dict", - "keyType": { - "$id": "169", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "170", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "decorators": [] + "$ref": "128" }, "location": "Body", "isApiVersion": false, @@ -1661,12 +1501,12 @@ "skipUrlEncoding": false }, { - "$id": "171", + "$id": "141", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "160" + "$ref": "136" }, "location": "Header", "isApiVersion": false, @@ -1680,7 +1520,7 @@ } ], "response": { - "$id": "172" + "$id": "142" }, "isOverride": false, "generateConvenient": true, @@ -1690,12 +1530,12 @@ ], "parameters": [ { - "$id": "173", + "$id": "143", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "174", + "$id": "144", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1709,9 +1549,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "175", + "$id": "145", "type": { - "$id": "176", + "$id": "146", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1728,36 +1568,36 @@ } }, { - "$id": "177", + "$id": "147", "kind": "client", "name": "DatetimeValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of datetime values", "methods": [ { - "$id": "178", + "$id": "148", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "179", + "$id": "149", "name": "get", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "180", + "$id": "150", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "181", + "$id": "151", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "182", + "$id": "152", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1779,27 +1619,27 @@ ], "responses": [ { - "$id": "183", + "$id": "153", "statusCodes": [ 200 ], "bodyType": { - "$id": "184", + "$id": "154", "kind": "dict", "keyType": { - "$id": "185", + "$id": "155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "186", + "$id": "156", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "187", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1828,11 +1668,11 @@ }, "parameters": [ { - "$id": "188", + "$id": "158", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "181" + "$ref": "151" }, "location": "Header", "isApiVersion": false, @@ -1846,9 +1686,9 @@ } ], "response": { - "$id": "189", + "$id": "159", "type": { - "$ref": "184" + "$ref": "154" } }, "isOverride": false, @@ -1857,30 +1697,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.DatetimeValue.get" }, { - "$id": "190", + "$id": "160", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "191", + "$id": "161", "name": "put", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "192", + "$id": "162", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "193", + "$id": "163", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "194", + "$id": "164", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1900,35 +1740,11 @@ "skipUrlEncoding": false }, { - "$id": "195", + "$id": "165", "name": "body", "nameInRequest": "body", "type": { - "$id": "196", - "kind": "dict", - "keyType": { - "$id": "197", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "198", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "199", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] + "$ref": "154" }, "location": "Body", "isApiVersion": false, @@ -1943,7 +1759,7 @@ ], "responses": [ { - "$id": "200", + "$id": "166", "statusCodes": [ 204 ], @@ -1965,35 +1781,11 @@ }, "parameters": [ { - "$id": "201", + "$id": "167", "name": "body", "nameInRequest": "body", "type": { - "$id": "202", - "kind": "dict", - "keyType": { - "$id": "203", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "204", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "205", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] + "$ref": "154" }, "location": "Body", "isApiVersion": false, @@ -2006,12 +1798,12 @@ "skipUrlEncoding": false }, { - "$id": "206", + "$id": "168", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "193" + "$ref": "163" }, "location": "Header", "isApiVersion": false, @@ -2025,7 +1817,7 @@ } ], "response": { - "$id": "207" + "$id": "169" }, "isOverride": false, "generateConvenient": true, @@ -2035,12 +1827,12 @@ ], "parameters": [ { - "$id": "208", + "$id": "170", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "209", + "$id": "171", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2054,9 +1846,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "210", + "$id": "172", "type": { - "$id": "211", + "$id": "173", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2073,36 +1865,36 @@ } }, { - "$id": "212", + "$id": "174", "kind": "client", "name": "DurationValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of duration values", "methods": [ { - "$id": "213", + "$id": "175", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "214", + "$id": "176", "name": "get", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "215", + "$id": "177", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "216", + "$id": "178", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "217", + "$id": "179", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2124,27 +1916,27 @@ ], "responses": [ { - "$id": "218", + "$id": "180", "statusCodes": [ 200 ], "bodyType": { - "$id": "219", + "$id": "181", "kind": "dict", "keyType": { - "$id": "220", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "221", + "$id": "183", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "222", + "$id": "184", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2173,11 +1965,11 @@ }, "parameters": [ { - "$id": "223", + "$id": "185", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "216" + "$ref": "178" }, "location": "Header", "isApiVersion": false, @@ -2191,9 +1983,9 @@ } ], "response": { - "$id": "224", + "$id": "186", "type": { - "$ref": "219" + "$ref": "181" } }, "isOverride": false, @@ -2202,30 +1994,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.DurationValue.get" }, { - "$id": "225", + "$id": "187", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "226", + "$id": "188", "name": "put", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "227", + "$id": "189", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "228", + "$id": "190", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "229", + "$id": "191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2245,35 +2037,11 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "192", "name": "body", "nameInRequest": "body", "type": { - "$id": "231", - "kind": "dict", - "keyType": { - "$id": "232", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "233", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "234", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -2288,7 +2056,7 @@ ], "responses": [ { - "$id": "235", + "$id": "193", "statusCodes": [ 204 ], @@ -2310,35 +2078,11 @@ }, "parameters": [ { - "$id": "236", + "$id": "194", "name": "body", "nameInRequest": "body", "type": { - "$id": "237", - "kind": "dict", - "keyType": { - "$id": "238", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "239", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "240", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -2351,12 +2095,12 @@ "skipUrlEncoding": false }, { - "$id": "241", + "$id": "195", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "228" + "$ref": "190" }, "location": "Header", "isApiVersion": false, @@ -2370,7 +2114,7 @@ } ], "response": { - "$id": "242" + "$id": "196" }, "isOverride": false, "generateConvenient": true, @@ -2380,12 +2124,12 @@ ], "parameters": [ { - "$id": "243", + "$id": "197", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "244", + "$id": "198", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2399,9 +2143,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "245", + "$id": "199", "type": { - "$id": "246", + "$id": "200", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2418,36 +2162,36 @@ } }, { - "$id": "247", + "$id": "201", "kind": "client", "name": "UnknownValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of unknown values", "methods": [ { - "$id": "248", + "$id": "202", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "249", + "$id": "203", "name": "get", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "250", + "$id": "204", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "251", + "$id": "205", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "252", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2469,22 +2213,22 @@ ], "responses": [ { - "$id": "253", + "$id": "207", "statusCodes": [ 200 ], "bodyType": { - "$id": "254", + "$id": "208", "kind": "dict", "keyType": { - "$id": "255", + "$id": "209", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "256", + "$id": "210", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2510,11 +2254,11 @@ }, "parameters": [ { - "$id": "257", + "$id": "211", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "251" + "$ref": "205" }, "location": "Header", "isApiVersion": false, @@ -2528,9 +2272,9 @@ } ], "response": { - "$id": "258", + "$id": "212", "type": { - "$ref": "254" + "$ref": "208" } }, "isOverride": false, @@ -2539,30 +2283,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.UnknownValue.get" }, { - "$id": "259", + "$id": "213", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "260", + "$id": "214", "name": "put", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "261", + "$id": "215", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "262", + "$id": "216", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "263", + "$id": "217", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2582,27 +2326,11 @@ "skipUrlEncoding": false }, { - "$id": "264", + "$id": "218", "name": "body", "nameInRequest": "body", "type": { - "$id": "265", - "kind": "dict", - "keyType": { - "$id": "266", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "267", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "208" }, "location": "Body", "isApiVersion": false, @@ -2617,7 +2345,7 @@ ], "responses": [ { - "$id": "268", + "$id": "219", "statusCodes": [ 204 ], @@ -2639,27 +2367,11 @@ }, "parameters": [ { - "$id": "269", + "$id": "220", "name": "body", "nameInRequest": "body", "type": { - "$id": "270", - "kind": "dict", - "keyType": { - "$id": "271", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "272", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "208" }, "location": "Body", "isApiVersion": false, @@ -2672,12 +2384,12 @@ "skipUrlEncoding": false }, { - "$id": "273", + "$id": "221", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "262" + "$ref": "216" }, "location": "Header", "isApiVersion": false, @@ -2691,7 +2403,7 @@ } ], "response": { - "$id": "274" + "$id": "222" }, "isOverride": false, "generateConvenient": true, @@ -2701,12 +2413,12 @@ ], "parameters": [ { - "$id": "275", + "$id": "223", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "276", + "$id": "224", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2720,9 +2432,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "277", + "$id": "225", "type": { - "$id": "278", + "$id": "226", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2739,36 +2451,36 @@ } }, { - "$id": "279", + "$id": "227", "kind": "client", "name": "ModelValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of model values", "methods": [ { - "$id": "280", + "$id": "228", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "281", + "$id": "229", "name": "get", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "282", + "$id": "230", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "283", + "$id": "231", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "284", + "$id": "232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2790,24 +2502,12 @@ ], "responses": [ { - "$id": "285", + "$id": "233", "statusCodes": [ 200 ], "bodyType": { - "$id": "286", - "kind": "dict", - "keyType": { - "$id": "287", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -2827,11 +2527,11 @@ }, "parameters": [ { - "$id": "288", + "$id": "234", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "283" + "$ref": "231" }, "location": "Header", "isApiVersion": false, @@ -2845,9 +2545,9 @@ } ], "response": { - "$id": "289", + "$id": "235", "type": { - "$ref": "286" + "$ref": "8" } }, "isOverride": false, @@ -2856,30 +2556,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.ModelValue.get" }, { - "$id": "290", + "$id": "236", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "291", + "$id": "237", "name": "put", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "292", + "$id": "238", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "293", + "$id": "239", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "294", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2899,23 +2599,11 @@ "skipUrlEncoding": false }, { - "$id": "295", + "$id": "241", "name": "body", "nameInRequest": "body", "type": { - "$id": "296", - "kind": "dict", - "keyType": { - "$id": "297", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2930,7 +2618,7 @@ ], "responses": [ { - "$id": "298", + "$id": "242", "statusCodes": [ 204 ], @@ -2952,23 +2640,11 @@ }, "parameters": [ { - "$id": "299", + "$id": "243", "name": "body", "nameInRequest": "body", "type": { - "$id": "300", - "kind": "dict", - "keyType": { - "$id": "301", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2981,12 +2657,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "244", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "293" + "$ref": "239" }, "location": "Header", "isApiVersion": false, @@ -3000,7 +2676,7 @@ } ], "response": { - "$id": "303" + "$id": "245" }, "isOverride": false, "generateConvenient": true, @@ -3010,12 +2686,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "246", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "247", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3029,9 +2705,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "248", "type": { - "$id": "307", + "$id": "249", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3048,36 +2724,36 @@ } }, { - "$id": "308", + "$id": "250", "kind": "client", "name": "RecursiveModelValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of model values", "methods": [ { - "$id": "309", + "$id": "251", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "252", "name": "get", "resourceName": "RecursiveModelValue", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "253", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "254", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "255", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3099,24 +2775,12 @@ ], "responses": [ { - "$id": "314", + "$id": "256", "statusCodes": [ 200 ], "bodyType": { - "$id": "315", - "kind": "dict", - "keyType": { - "$id": "316", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -3136,11 +2800,11 @@ }, "parameters": [ { - "$id": "317", + "$id": "257", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "254" }, "location": "Header", "isApiVersion": false, @@ -3154,9 +2818,9 @@ } ], "response": { - "$id": "318", + "$id": "258", "type": { - "$ref": "315" + "$ref": "8" } }, "isOverride": false, @@ -3165,30 +2829,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.RecursiveModelValue.get" }, { - "$id": "319", + "$id": "259", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "320", + "$id": "260", "name": "put", "resourceName": "RecursiveModelValue", "accessibility": "public", "parameters": [ { - "$id": "321", + "$id": "261", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "322", + "$id": "262", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "323", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3208,23 +2872,11 @@ "skipUrlEncoding": false }, { - "$id": "324", + "$id": "264", "name": "body", "nameInRequest": "body", "type": { - "$id": "325", - "kind": "dict", - "keyType": { - "$id": "326", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -3239,7 +2891,7 @@ ], "responses": [ { - "$id": "327", + "$id": "265", "statusCodes": [ 204 ], @@ -3261,23 +2913,11 @@ }, "parameters": [ { - "$id": "328", + "$id": "266", "name": "body", "nameInRequest": "body", "type": { - "$id": "329", - "kind": "dict", - "keyType": { - "$id": "330", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -3290,12 +2930,12 @@ "skipUrlEncoding": false }, { - "$id": "331", + "$id": "267", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "322" + "$ref": "262" }, "location": "Header", "isApiVersion": false, @@ -3309,7 +2949,7 @@ } ], "response": { - "$id": "332" + "$id": "268" }, "isOverride": false, "generateConvenient": true, @@ -3319,12 +2959,12 @@ ], "parameters": [ { - "$id": "333", + "$id": "269", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "334", + "$id": "270", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3338,9 +2978,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "335", + "$id": "271", "type": { - "$id": "336", + "$id": "272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3357,36 +2997,36 @@ } }, { - "$id": "337", + "$id": "273", "kind": "client", "name": "NullableFloatValue", "namespace": "_Type._Dictionary", "doc": "Dictionary of nullable float values", "methods": [ { - "$id": "338", + "$id": "274", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "339", + "$id": "275", "name": "get", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "340", + "$id": "276", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "341", + "$id": "277", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "342", + "$id": "278", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3408,25 +3048,25 @@ ], "responses": [ { - "$id": "343", + "$id": "279", "statusCodes": [ 200 ], "bodyType": { - "$id": "344", + "$id": "280", "kind": "dict", "keyType": { - "$id": "345", + "$id": "281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "346", + "$id": "282", "kind": "nullable", "type": { - "$id": "347", + "$id": "283", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -3454,11 +3094,11 @@ }, "parameters": [ { - "$id": "348", + "$id": "284", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "341" + "$ref": "277" }, "location": "Header", "isApiVersion": false, @@ -3472,9 +3112,9 @@ } ], "response": { - "$id": "349", + "$id": "285", "type": { - "$ref": "344" + "$ref": "280" } }, "isOverride": false, @@ -3483,30 +3123,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.NullableFloatValue.get" }, { - "$id": "350", + "$id": "286", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "351", + "$id": "287", "name": "put", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "352", + "$id": "288", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "353", + "$id": "289", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "354", + "$id": "290", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3526,23 +3166,11 @@ "skipUrlEncoding": false }, { - "$id": "355", + "$id": "291", "name": "body", "nameInRequest": "body", "type": { - "$id": "356", - "kind": "dict", - "keyType": { - "$id": "357", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "346" - }, - "decorators": [] + "$ref": "280" }, "location": "Body", "isApiVersion": false, @@ -3557,7 +3185,7 @@ ], "responses": [ { - "$id": "358", + "$id": "292", "statusCodes": [ 204 ], @@ -3579,23 +3207,11 @@ }, "parameters": [ { - "$id": "359", + "$id": "293", "name": "body", "nameInRequest": "body", "type": { - "$id": "360", - "kind": "dict", - "keyType": { - "$id": "361", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "346" - }, - "decorators": [] + "$ref": "280" }, "location": "Body", "isApiVersion": false, @@ -3608,12 +3224,12 @@ "skipUrlEncoding": false }, { - "$id": "362", + "$id": "294", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "353" + "$ref": "289" }, "location": "Header", "isApiVersion": false, @@ -3627,7 +3243,7 @@ } ], "response": { - "$id": "363" + "$id": "295" }, "isOverride": false, "generateConvenient": true, @@ -3637,12 +3253,12 @@ ], "parameters": [ { - "$id": "364", + "$id": "296", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "365", + "$id": "297", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3656,9 +3272,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "366", + "$id": "298", "type": { - "$id": "367", + "$id": "299", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/type/model/visibility/tspCodeModel.json b/test/CadlRanchProjects/type/model/visibility/tspCodeModel.json index eb9ae4dbf0c..a99980d8faa 100644 --- a/test/CadlRanchProjects/type/model/visibility/tspCodeModel.json +++ b/test/CadlRanchProjects/type/model/visibility/tspCodeModel.json @@ -177,18 +177,7 @@ "$id": "25", "kind": "nullable", "type": { - "$id": "26", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "27", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "15" }, "namespace": "" }, @@ -199,31 +188,31 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Model.Visibility.ReadOnlyModel.optionalNullableIntList", "serializationOptions": { - "$id": "28", + "$id": "26", "json": { - "$id": "29", + "$id": "27", "name": "optionalNullableIntList" } } }, { - "$id": "30", + "$id": "28", "kind": "property", "name": "optionalStringRecord", "serializedName": "optionalStringRecord", "doc": "Optional readonly string dictionary.", "type": { - "$id": "31", + "$id": "29", "kind": "dict", "keyType": { - "$id": "32", + "$id": "30", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "33", + "$id": "31", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -238,9 +227,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Model.Visibility.ReadOnlyModel.optionalStringRecord", "serializationOptions": { - "$id": "34", + "$id": "32", "json": { - "$id": "35", + "$id": "33", "name": "optionalStringRecord" } } @@ -250,31 +239,31 @@ ], "clients": [ { - "$id": "36", + "$id": "34", "kind": "client", "name": "VisibilityClient", "namespace": "_Type.Model.Visibility", "doc": "Illustrates models with visibility properties.", "methods": [ { - "$id": "37", + "$id": "35", "kind": "basic", "name": "getModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "38", + "$id": "36", "name": "getModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "39", + "$id": "37", "name": "queryProp", "nameInRequest": "queryProp", "doc": "Required int32, illustrating a query property.", "type": { - "$id": "40", + "$id": "38", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -291,18 +280,18 @@ "skipUrlEncoding": false }, { - "$id": "41", + "$id": "39", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "42", + "$id": "40", "kind": "constant", "name": "getModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "43", + "$id": "41", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -322,17 +311,17 @@ "skipUrlEncoding": false }, { - "$id": "44", + "$id": "42", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "45", + "$id": "43", "kind": "constant", "name": "getModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "46", + "$id": "44", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -352,7 +341,7 @@ "skipUrlEncoding": false }, { - "$id": "47", + "$id": "45", "name": "input", "nameInRequest": "input", "type": { @@ -371,7 +360,7 @@ ], "responses": [ { - "$id": "48", + "$id": "46", "statusCodes": [ 200 ], @@ -399,7 +388,7 @@ }, "parameters": [ { - "$id": "49", + "$id": "47", "name": "input", "nameInRequest": "input", "type": { @@ -416,12 +405,12 @@ "skipUrlEncoding": false }, { - "$id": "50", + "$id": "48", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "42" + "$ref": "40" }, "location": "Header", "isApiVersion": false, @@ -434,11 +423,11 @@ "skipUrlEncoding": false }, { - "$id": "51", + "$id": "49", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "45" + "$ref": "43" }, "location": "Header", "isApiVersion": false, @@ -452,7 +441,7 @@ } ], "response": { - "$id": "52", + "$id": "50", "type": { "$ref": "2" } @@ -463,24 +452,24 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.getModel" }, { - "$id": "53", + "$id": "51", "kind": "basic", "name": "headModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "54", + "$id": "52", "name": "headModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "55", + "$id": "53", "name": "queryProp", "nameInRequest": "queryProp", "doc": "Required int32, illustrating a query property.", "type": { - "$id": "56", + "$id": "54", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -497,18 +486,18 @@ "skipUrlEncoding": false }, { - "$id": "57", + "$id": "55", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "58", + "$id": "56", "kind": "constant", "name": "headModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "59", + "$id": "57", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -528,7 +517,7 @@ "skipUrlEncoding": false }, { - "$id": "60", + "$id": "58", "name": "input", "nameInRequest": "input", "type": { @@ -547,7 +536,7 @@ ], "responses": [ { - "$id": "61", + "$id": "59", "statusCodes": [ 200 ], @@ -569,7 +558,7 @@ }, "parameters": [ { - "$id": "62", + "$id": "60", "name": "input", "nameInRequest": "input", "type": { @@ -586,12 +575,12 @@ "skipUrlEncoding": false }, { - "$id": "63", + "$id": "61", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "58" + "$ref": "56" }, "location": "Header", "isApiVersion": false, @@ -605,7 +594,7 @@ } ], "response": { - "$id": "64" + "$id": "62" }, "isOverride": false, "generateConvenient": true, @@ -613,30 +602,30 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.headModel" }, { - "$id": "65", + "$id": "63", "kind": "basic", "name": "putModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "66", + "$id": "64", "name": "putModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "67", + "$id": "65", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "68", + "$id": "66", "kind": "constant", "name": "putModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "69", + "$id": "67", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -656,7 +645,7 @@ "skipUrlEncoding": false }, { - "$id": "70", + "$id": "68", "name": "input", "nameInRequest": "input", "type": { @@ -675,7 +664,7 @@ ], "responses": [ { - "$id": "71", + "$id": "69", "statusCodes": [ 204 ], @@ -697,7 +686,7 @@ }, "parameters": [ { - "$id": "72", + "$id": "70", "name": "input", "nameInRequest": "input", "type": { @@ -714,12 +703,12 @@ "skipUrlEncoding": false }, { - "$id": "73", + "$id": "71", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "68" + "$ref": "66" }, "location": "Header", "isApiVersion": false, @@ -733,7 +722,7 @@ } ], "response": { - "$id": "74" + "$id": "72" }, "isOverride": false, "generateConvenient": true, @@ -741,30 +730,30 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.putModel" }, { - "$id": "75", + "$id": "73", "kind": "basic", "name": "patchModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "76", + "$id": "74", "name": "patchModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "77", + "$id": "75", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "78", + "$id": "76", "kind": "constant", "name": "patchModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "79", + "$id": "77", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -784,7 +773,7 @@ "skipUrlEncoding": false }, { - "$id": "80", + "$id": "78", "name": "input", "nameInRequest": "input", "type": { @@ -803,7 +792,7 @@ ], "responses": [ { - "$id": "81", + "$id": "79", "statusCodes": [ 204 ], @@ -825,7 +814,7 @@ }, "parameters": [ { - "$id": "82", + "$id": "80", "name": "input", "nameInRequest": "input", "type": { @@ -842,12 +831,12 @@ "skipUrlEncoding": false }, { - "$id": "83", + "$id": "81", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "78" + "$ref": "76" }, "location": "Header", "isApiVersion": false, @@ -861,7 +850,7 @@ } ], "response": { - "$id": "84" + "$id": "82" }, "isOverride": false, "generateConvenient": true, @@ -869,30 +858,30 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.patchModel" }, { - "$id": "85", + "$id": "83", "kind": "basic", "name": "postModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "86", + "$id": "84", "name": "postModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "87", + "$id": "85", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "88", + "$id": "86", "kind": "constant", "name": "postModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "89", + "$id": "87", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -912,7 +901,7 @@ "skipUrlEncoding": false }, { - "$id": "90", + "$id": "88", "name": "input", "nameInRequest": "input", "type": { @@ -931,7 +920,7 @@ ], "responses": [ { - "$id": "91", + "$id": "89", "statusCodes": [ 204 ], @@ -953,7 +942,7 @@ }, "parameters": [ { - "$id": "92", + "$id": "90", "name": "input", "nameInRequest": "input", "type": { @@ -970,12 +959,12 @@ "skipUrlEncoding": false }, { - "$id": "93", + "$id": "91", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "88" + "$ref": "86" }, "location": "Header", "isApiVersion": false, @@ -989,7 +978,7 @@ } ], "response": { - "$id": "94" + "$id": "92" }, "isOverride": false, "generateConvenient": true, @@ -997,30 +986,30 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.postModel" }, { - "$id": "95", + "$id": "93", "kind": "basic", "name": "deleteModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "96", + "$id": "94", "name": "deleteModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "97", + "$id": "95", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "98", + "$id": "96", "kind": "constant", "name": "deleteModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "99", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1040,7 +1029,7 @@ "skipUrlEncoding": false }, { - "$id": "100", + "$id": "98", "name": "input", "nameInRequest": "input", "type": { @@ -1059,7 +1048,7 @@ ], "responses": [ { - "$id": "101", + "$id": "99", "statusCodes": [ 204 ], @@ -1081,7 +1070,7 @@ }, "parameters": [ { - "$id": "102", + "$id": "100", "name": "input", "nameInRequest": "input", "type": { @@ -1098,12 +1087,12 @@ "skipUrlEncoding": false }, { - "$id": "103", + "$id": "101", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "98" + "$ref": "96" }, "location": "Header", "isApiVersion": false, @@ -1117,7 +1106,7 @@ } ], "response": { - "$id": "104" + "$id": "102" }, "isOverride": false, "generateConvenient": true, @@ -1125,30 +1114,30 @@ "crossLanguageDefinitionId": "Type.Model.Visibility.deleteModel" }, { - "$id": "105", + "$id": "103", "kind": "basic", "name": "putReadOnlyModel", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "106", + "$id": "104", "name": "putReadOnlyModel", "resourceName": "Visibility", "accessibility": "public", "parameters": [ { - "$id": "107", + "$id": "105", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "108", + "$id": "106", "kind": "constant", "name": "putReadOnlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "109", + "$id": "107", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1168,17 +1157,17 @@ "skipUrlEncoding": false }, { - "$id": "110", + "$id": "108", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "111", + "$id": "109", "kind": "constant", "name": "putReadOnlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "112", + "$id": "110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1198,7 +1187,7 @@ "skipUrlEncoding": false }, { - "$id": "113", + "$id": "111", "name": "input", "nameInRequest": "input", "type": { @@ -1217,7 +1206,7 @@ ], "responses": [ { - "$id": "114", + "$id": "112", "statusCodes": [ 200 ], @@ -1245,7 +1234,7 @@ }, "parameters": [ { - "$id": "115", + "$id": "113", "name": "input", "nameInRequest": "input", "type": { @@ -1262,12 +1251,12 @@ "skipUrlEncoding": false }, { - "$id": "116", + "$id": "114", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "108" + "$ref": "106" }, "location": "Header", "isApiVersion": false, @@ -1280,11 +1269,11 @@ "skipUrlEncoding": false }, { - "$id": "117", + "$id": "115", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "111" + "$ref": "109" }, "location": "Header", "isApiVersion": false, @@ -1298,7 +1287,7 @@ } ], "response": { - "$id": "118", + "$id": "116", "type": { "$ref": "23" } @@ -1311,12 +1300,12 @@ ], "parameters": [ { - "$id": "119", + "$id": "117", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "120", + "$id": "118", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1330,9 +1319,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "121", + "$id": "119", "type": { - "$id": "122", + "$id": "120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/type/property/additional-properties/tspCodeModel.json b/test/CadlRanchProjects/type/property/additional-properties/tspCodeModel.json index 549ed9fc964..4e3b382a051 100644 --- a/test/CadlRanchProjects/type/property/additional-properties/tspCodeModel.json +++ b/test/CadlRanchProjects/type/property/additional-properties/tspCodeModel.json @@ -226,20 +226,16 @@ "doc": "The model extends from Record with a discriminator.", "decorators": [], "additionalProperties": { - "$id": "27", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] + "$ref": "12" }, "discriminatorProperty": { - "$id": "28", + "$id": "27", "kind": "property", "name": "kind", "serializedName": "kind", "doc": "The discriminator", "type": { - "$id": "29", + "$id": "28", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -252,22 +248,22 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminated.kind", "serializationOptions": { - "$id": "30", + "$id": "29", "json": { - "$id": "31", + "$id": "30", "name": "kind" } } }, "properties": [ { - "$id": "32", + "$id": "31", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "33", + "$id": "32", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -280,21 +276,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminated.name", "serializationOptions": { - "$id": "34", + "$id": "33", "json": { - "$id": "35", + "$id": "34", "name": "name" } } }, { - "$ref": "28" + "$ref": "27" } ], "discriminatedSubtypes": { - "$id": "36", + "$id": "35", "derived": { - "$id": "37", + "$id": "36", "kind": "model", "name": "ExtendsUnknownAdditionalPropertiesDiscriminatedDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -308,18 +304,18 @@ }, "properties": [ { - "$id": "38", + "$id": "37", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "39", + "$id": "38", "kind": "constant", "name": "ExtendsUnknownAdditionalPropertiesDiscriminatedDerivedKind", "namespace": "_Type.Property.AdditionalProperties", "usage": "Input,Output,Json", "valueType": { - "$id": "40", + "$id": "39", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -335,21 +331,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.kind", "serializationOptions": { - "$id": "41", + "$id": "40", "json": { - "$id": "42", + "$id": "41", "name": "kind" } } }, { - "$id": "43", + "$id": "42", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "44", + "$id": "43", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -362,21 +358,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.index", "serializationOptions": { - "$id": "45", + "$id": "44", "json": { - "$id": "46", + "$id": "45", "name": "index" } } }, { - "$id": "47", + "$id": "46", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "48", + "$id": "47", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -389,9 +385,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.age", "serializationOptions": { - "$id": "49", + "$id": "48", "json": { - "$id": "50", + "$id": "49", "name": "age" } } @@ -401,10 +397,10 @@ } }, { - "$ref": "37" + "$ref": "36" }, { - "$id": "51", + "$id": "50", "kind": "model", "name": "IsUnknownAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -413,7 +409,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "52", + "$id": "51", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -421,13 +417,13 @@ }, "properties": [ { - "$id": "53", + "$id": "52", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "54", + "$id": "53", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -440,9 +436,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalProperties.name", "serializationOptions": { - "$id": "55", + "$id": "54", "json": { - "$id": "56", + "$id": "55", "name": "name" } } @@ -450,7 +446,7 @@ ] }, { - "$id": "57", + "$id": "56", "kind": "model", "name": "IsUnknownAdditionalPropertiesDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -459,17 +455,17 @@ "doc": "The model extends from a type that is Record type", "decorators": [], "baseModel": { - "$ref": "51" + "$ref": "50" }, "properties": [ { - "$id": "58", + "$id": "57", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "59", + "$id": "58", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -482,21 +478,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDerived.index", "serializationOptions": { - "$id": "60", + "$id": "59", "json": { - "$id": "61", + "$id": "60", "name": "index" } } }, { - "$id": "62", + "$id": "61", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "63", + "$id": "62", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -509,9 +505,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDerived.age", "serializationOptions": { - "$id": "64", + "$id": "63", "json": { - "$id": "65", + "$id": "64", "name": "age" } } @@ -519,7 +515,7 @@ ] }, { - "$id": "66", + "$id": "65", "kind": "model", "name": "IsUnknownAdditionalPropertiesDiscriminated", "namespace": "_Type.Property.AdditionalProperties", @@ -528,20 +524,20 @@ "doc": "The model is Record with a discriminator.", "decorators": [], "additionalProperties": { - "$id": "67", + "$id": "66", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", "decorators": [] }, "discriminatorProperty": { - "$id": "68", + "$id": "67", "kind": "property", "name": "kind", "serializedName": "kind", "doc": "The discriminator", "type": { - "$id": "69", + "$id": "68", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -554,22 +550,22 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminated.kind", "serializationOptions": { - "$id": "70", + "$id": "69", "json": { - "$id": "71", + "$id": "70", "name": "kind" } } }, "properties": [ { - "$id": "72", + "$id": "71", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "73", + "$id": "72", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -582,21 +578,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminated.name", "serializationOptions": { - "$id": "74", + "$id": "73", "json": { - "$id": "75", + "$id": "74", "name": "name" } } }, { - "$ref": "68" + "$ref": "67" } ], "discriminatedSubtypes": { - "$id": "76", + "$id": "75", "derived": { - "$id": "77", + "$id": "76", "kind": "model", "name": "IsUnknownAdditionalPropertiesDiscriminatedDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -606,22 +602,22 @@ "discriminatorValue": "derived", "decorators": [], "baseModel": { - "$ref": "66" + "$ref": "65" }, "properties": [ { - "$id": "78", + "$id": "77", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "79", + "$id": "78", "kind": "constant", "name": "IsUnknownAdditionalPropertiesDiscriminatedDerivedKind", "namespace": "_Type.Property.AdditionalProperties", "usage": "Input,Output,Json", "valueType": { - "$id": "80", + "$id": "79", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -637,21 +633,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.kind", "serializationOptions": { - "$id": "81", + "$id": "80", "json": { - "$id": "82", + "$id": "81", "name": "kind" } } }, { - "$id": "83", + "$id": "82", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "84", + "$id": "83", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -664,21 +660,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.index", "serializationOptions": { - "$id": "85", + "$id": "84", "json": { - "$id": "86", + "$id": "85", "name": "index" } } }, { - "$id": "87", + "$id": "86", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "88", + "$id": "87", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -691,9 +687,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.age", "serializationOptions": { - "$id": "89", + "$id": "88", "json": { - "$id": "90", + "$id": "89", "name": "age" } } @@ -703,10 +699,10 @@ } }, { - "$ref": "77" + "$ref": "76" }, { - "$id": "91", + "$id": "90", "kind": "model", "name": "ExtendsStringAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -715,7 +711,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "92", + "$id": "91", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -723,13 +719,13 @@ }, "properties": [ { - "$id": "93", + "$id": "92", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "94", + "$id": "93", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -742,9 +738,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsStringAdditionalProperties.name", "serializationOptions": { - "$id": "95", + "$id": "94", "json": { - "$id": "96", + "$id": "95", "name": "name" } } @@ -752,7 +748,7 @@ ] }, { - "$id": "97", + "$id": "96", "kind": "model", "name": "IsStringAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -761,7 +757,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "98", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -769,13 +765,13 @@ }, "properties": [ { - "$id": "99", + "$id": "98", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "100", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -788,9 +784,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsStringAdditionalProperties.name", "serializationOptions": { - "$id": "101", + "$id": "100", "json": { - "$id": "102", + "$id": "101", "name": "name" } } @@ -798,7 +794,7 @@ ] }, { - "$id": "103", + "$id": "102", "kind": "model", "name": "SpreadStringRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -807,7 +803,7 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$id": "104", + "$id": "103", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -815,13 +811,13 @@ }, "properties": [ { - "$id": "105", + "$id": "104", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "106", + "$id": "105", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -834,9 +830,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadStringRecord.name", "serializationOptions": { - "$id": "107", + "$id": "106", "json": { - "$id": "108", + "$id": "107", "name": "name" } } @@ -844,7 +840,7 @@ ] }, { - "$id": "109", + "$id": "108", "kind": "model", "name": "ExtendsFloatAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -853,7 +849,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "110", + "$id": "109", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -861,13 +857,13 @@ }, "properties": [ { - "$id": "111", + "$id": "110", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "112", + "$id": "111", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -880,9 +876,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloatAdditionalProperties.id", "serializationOptions": { - "$id": "113", + "$id": "112", "json": { - "$id": "114", + "$id": "113", "name": "id" } } @@ -890,7 +886,7 @@ ] }, { - "$id": "115", + "$id": "114", "kind": "model", "name": "IsFloatAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -899,7 +895,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "116", + "$id": "115", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -907,13 +903,13 @@ }, "properties": [ { - "$id": "117", + "$id": "116", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "118", + "$id": "117", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -926,9 +922,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloatAdditionalProperties.id", "serializationOptions": { - "$id": "119", + "$id": "118", "json": { - "$id": "120", + "$id": "119", "name": "id" } } @@ -936,7 +932,7 @@ ] }, { - "$id": "121", + "$id": "120", "kind": "model", "name": "SpreadFloatRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -945,7 +941,7 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$id": "122", + "$id": "121", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -953,13 +949,13 @@ }, "properties": [ { - "$id": "123", + "$id": "122", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "124", + "$id": "123", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -972,9 +968,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloatRecord.id", "serializationOptions": { - "$id": "125", + "$id": "124", "json": { - "$id": "126", + "$id": "125", "name": "id" } } @@ -982,7 +978,7 @@ ] }, { - "$id": "127", + "$id": "126", "kind": "model", "name": "ExtendsModelAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -991,7 +987,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "128", + "$id": "127", "kind": "model", "name": "ModelForRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1001,13 +997,13 @@ "decorators": [], "properties": [ { - "$id": "129", + "$id": "128", "kind": "property", "name": "state", "serializedName": "state", "doc": "The state property", "type": { - "$id": "130", + "$id": "129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1020,9 +1016,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ModelForRecord.state", "serializationOptions": { - "$id": "131", + "$id": "130", "json": { - "$id": "132", + "$id": "131", "name": "state" } } @@ -1031,12 +1027,12 @@ }, "properties": [ { - "$id": "133", + "$id": "132", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1045,9 +1041,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelAdditionalProperties.knownProp", "serializationOptions": { - "$id": "134", + "$id": "133", "json": { - "$id": "135", + "$id": "134", "name": "knownProp" } } @@ -1055,10 +1051,10 @@ ] }, { - "$ref": "128" + "$ref": "127" }, { - "$id": "136", + "$id": "135", "kind": "model", "name": "IsModelAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -1067,16 +1063,16 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "137", + "$id": "136", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1085,9 +1081,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelAdditionalProperties.knownProp", "serializationOptions": { - "$id": "138", + "$id": "137", "json": { - "$id": "139", + "$id": "138", "name": "knownProp" } } @@ -1095,7 +1091,7 @@ ] }, { - "$id": "140", + "$id": "139", "kind": "model", "name": "SpreadModelRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1104,16 +1100,16 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "141", + "$id": "140", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1122,9 +1118,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelRecord.knownProp", "serializationOptions": { - "$id": "142", + "$id": "141", "json": { - "$id": "143", + "$id": "142", "name": "knownProp" } } @@ -1132,7 +1128,7 @@ ] }, { - "$id": "144", + "$id": "143", "kind": "model", "name": "ExtendsModelArrayAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -1141,30 +1137,23 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "145", + "$id": "144", "kind": "array", "name": "ArrayModelForRecord", "valueType": { - "$ref": "128" + "$ref": "127" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] }, "properties": [ { - "$id": "146", + "$id": "145", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "147", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1173,9 +1162,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArrayAdditionalProperties.knownProp", "serializationOptions": { - "$id": "148", + "$id": "146", "json": { - "$id": "149", + "$id": "147", "name": "knownProp" } } @@ -1183,7 +1172,7 @@ ] }, { - "$id": "150", + "$id": "148", "kind": "model", "name": "IsModelArrayAdditionalProperties", "namespace": "_Type.Property.AdditionalProperties", @@ -1192,30 +1181,16 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "151", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "152", + "$id": "149", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "153", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1224,9 +1199,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArrayAdditionalProperties.knownProp", "serializationOptions": { - "$id": "154", + "$id": "150", "json": { - "$id": "155", + "$id": "151", "name": "knownProp" } } @@ -1234,7 +1209,7 @@ ] }, { - "$id": "156", + "$id": "152", "kind": "model", "name": "SpreadModelArrayRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1242,30 +1217,16 @@ "usage": "Input,Output,Json", "decorators": [], "additionalProperties": { - "$id": "157", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "158", + "$id": "153", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "159", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1274,9 +1235,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArrayRecord.knownProp", "serializationOptions": { - "$id": "160", + "$id": "154", "json": { - "$id": "161", + "$id": "155", "name": "knownProp" } } @@ -1284,7 +1245,7 @@ ] }, { - "$id": "162", + "$id": "156", "kind": "model", "name": "DifferentSpreadStringRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1293,7 +1254,7 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "163", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1301,13 +1262,13 @@ }, "properties": [ { - "$id": "164", + "$id": "158", "kind": "property", "name": "id", "serializedName": "id", "doc": "The name property", "type": { - "$id": "165", + "$id": "159", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1320,9 +1281,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadStringRecord.id", "serializationOptions": { - "$id": "166", + "$id": "160", "json": { - "$id": "167", + "$id": "161", "name": "id" } } @@ -1330,7 +1291,7 @@ ] }, { - "$id": "168", + "$id": "162", "kind": "model", "name": "DifferentSpreadFloatRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1339,7 +1300,7 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "169", + "$id": "163", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1347,13 +1308,13 @@ }, "properties": [ { - "$id": "170", + "$id": "164", "kind": "property", "name": "name", "serializedName": "name", "doc": "The id property", "type": { - "$id": "171", + "$id": "165", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1366,9 +1327,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadFloatRecord.name", "serializationOptions": { - "$id": "172", + "$id": "166", "json": { - "$id": "173", + "$id": "167", "name": "name" } } @@ -1376,7 +1337,7 @@ ] }, { - "$id": "174", + "$id": "168", "kind": "model", "name": "DifferentSpreadModelRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1385,16 +1346,16 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "175", + "$id": "169", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "176", + "$id": "170", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1407,9 +1368,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelRecord.knownProp", "serializationOptions": { - "$id": "177", + "$id": "171", "json": { - "$id": "178", + "$id": "172", "name": "knownProp" } } @@ -1417,7 +1378,7 @@ ] }, { - "$id": "179", + "$id": "173", "kind": "model", "name": "DifferentSpreadModelArrayRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1426,23 +1387,16 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "180", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "181", + "$id": "174", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "182", + "$id": "175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1455,9 +1409,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelArrayRecord.knownProp", "serializationOptions": { - "$id": "183", + "$id": "176", "json": { - "$id": "184", + "$id": "177", "name": "knownProp" } } @@ -1465,7 +1419,7 @@ ] }, { - "$id": "185", + "$id": "178", "kind": "model", "name": "DifferentSpreadStringDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -1474,17 +1428,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "162" + "$ref": "156" }, "properties": [ { - "$id": "186", + "$id": "179", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "187", + "$id": "180", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1497,9 +1451,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadStringDerived.derivedProp", "serializationOptions": { - "$id": "188", + "$id": "181", "json": { - "$id": "189", + "$id": "182", "name": "derivedProp" } } @@ -1507,7 +1461,7 @@ ] }, { - "$id": "190", + "$id": "183", "kind": "model", "name": "DifferentSpreadFloatDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -1516,17 +1470,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "168" + "$ref": "162" }, "properties": [ { - "$id": "191", + "$id": "184", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "192", + "$id": "185", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1539,9 +1493,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadFloatDerived.derivedProp", "serializationOptions": { - "$id": "193", + "$id": "186", "json": { - "$id": "194", + "$id": "187", "name": "derivedProp" } } @@ -1549,7 +1503,7 @@ ] }, { - "$id": "195", + "$id": "188", "kind": "model", "name": "DifferentSpreadModelDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -1558,17 +1512,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "174" + "$ref": "168" }, "properties": [ { - "$id": "196", + "$id": "189", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1577,9 +1531,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelDerived.derivedProp", "serializationOptions": { - "$id": "197", + "$id": "190", "json": { - "$id": "198", + "$id": "191", "name": "derivedProp" } } @@ -1587,7 +1541,7 @@ ] }, { - "$id": "199", + "$id": "192", "kind": "model", "name": "DifferentSpreadModelArrayDerived", "namespace": "_Type.Property.AdditionalProperties", @@ -1596,24 +1550,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "179" + "$ref": "173" }, "properties": [ { - "$id": "200", + "$id": "193", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "201", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1622,9 +1569,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelArrayDerived.derivedProp", "serializationOptions": { - "$id": "202", + "$id": "194", "json": { - "$id": "203", + "$id": "195", "name": "derivedProp" } } @@ -1632,7 +1579,7 @@ ] }, { - "$id": "204", + "$id": "196", "kind": "model", "name": "MultipleSpreadRecord", "namespace": "_Type.Property.AdditionalProperties", @@ -1641,19 +1588,19 @@ "doc": "The model spread Record and Record", "decorators": [], "additionalProperties": { - "$id": "205", + "$id": "197", "kind": "union", "name": "MultipleSpreadRecordAdditionalProperty", "variantTypes": [ { - "$id": "206", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "207", + "$id": "199", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1665,13 +1612,13 @@ }, "properties": [ { - "$id": "208", + "$id": "200", "kind": "property", "name": "flag", "serializedName": "flag", "doc": "The name property", "type": { - "$id": "209", + "$id": "201", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1684,9 +1631,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpreadRecord.flag", "serializationOptions": { - "$id": "210", + "$id": "202", "json": { - "$id": "211", + "$id": "203", "name": "flag" } } @@ -1694,7 +1641,7 @@ ] }, { - "$id": "212", + "$id": "204", "kind": "model", "name": "SpreadRecordForUnion", "namespace": "_Type.Property.AdditionalProperties", @@ -1703,19 +1650,19 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "213", + "$id": "205", "kind": "union", "name": "SpreadRecordForUnionAdditionalProperty", "variantTypes": [ { - "$id": "214", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "215", + "$id": "207", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1727,13 +1674,13 @@ }, "properties": [ { - "$id": "216", + "$id": "208", "kind": "property", "name": "flag", "serializedName": "flag", "doc": "The name property", "type": { - "$id": "217", + "$id": "209", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1746,9 +1693,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForUnion.flag", "serializationOptions": { - "$id": "218", + "$id": "210", "json": { - "$id": "219", + "$id": "211", "name": "flag" } } @@ -1756,7 +1703,7 @@ ] }, { - "$id": "220", + "$id": "212", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion", "namespace": "_Type.Property.AdditionalProperties", @@ -1765,12 +1712,12 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "221", + "$id": "213", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnionAdditionalProperty", "variantTypes": [ { - "$id": "222", + "$id": "214", "kind": "model", "name": "WidgetData0", "namespace": "_Type.Property.AdditionalProperties", @@ -1779,12 +1726,12 @@ "decorators": [], "properties": [ { - "$id": "223", + "$id": "215", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "224", + "$id": "216", "kind": "constant", "name": "WidgetData0Kind", "namespace": "_Type.Property.AdditionalProperties", @@ -1802,20 +1749,20 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData0.kind", "serializationOptions": { - "$id": "225", + "$id": "217", "json": { - "$id": "226", + "$id": "218", "name": "kind" } } }, { - "$id": "227", + "$id": "219", "kind": "property", "name": "fooProp", "serializedName": "fooProp", "type": { - "$id": "228", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1828,9 +1775,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData0.fooProp", "serializationOptions": { - "$id": "229", + "$id": "221", "json": { - "$id": "230", + "$id": "222", "name": "fooProp" } } @@ -1838,7 +1785,7 @@ ] }, { - "$id": "231", + "$id": "223", "kind": "model", "name": "WidgetData1", "namespace": "_Type.Property.AdditionalProperties", @@ -1847,12 +1794,12 @@ "decorators": [], "properties": [ { - "$id": "232", + "$id": "224", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "233", + "$id": "225", "kind": "constant", "name": "WidgetData1Kind", "namespace": "_Type.Property.AdditionalProperties", @@ -1870,25 +1817,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.kind", "serializationOptions": { - "$id": "234", + "$id": "226", "json": { - "$id": "235", + "$id": "227", "name": "kind" } } }, { - "$id": "236", + "$id": "228", "kind": "property", "name": "start", "serializedName": "start", "type": { - "$id": "237", + "$id": "229", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "238", + "$id": "230", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1904,25 +1851,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.start", "serializationOptions": { - "$id": "239", + "$id": "231", "json": { - "$id": "240", + "$id": "232", "name": "start" } } }, { - "$id": "241", + "$id": "233", "kind": "property", "name": "end", "serializedName": "end", "type": { - "$id": "242", + "$id": "234", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "243", + "$id": "235", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1938,9 +1885,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.end", "serializationOptions": { - "$id": "244", + "$id": "236", "json": { - "$id": "245", + "$id": "237", "name": "end" } } @@ -1953,13 +1900,13 @@ }, "properties": [ { - "$id": "246", + "$id": "238", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "247", + "$id": "239", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1972,9 +1919,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion.name", "serializationOptions": { - "$id": "248", + "$id": "240", "json": { - "$id": "249", + "$id": "241", "name": "name" } } @@ -1982,13 +1929,13 @@ ] }, { - "$ref": "222" + "$ref": "214" }, { - "$ref": "231" + "$ref": "223" }, { - "$id": "250", + "$id": "242", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion2", "namespace": "_Type.Property.AdditionalProperties", @@ -1997,12 +1944,12 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "251", + "$id": "243", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnion2AdditionalProperty", "variantTypes": [ { - "$id": "252", + "$id": "244", "kind": "model", "name": "WidgetData2", "namespace": "_Type.Property.AdditionalProperties", @@ -2011,12 +1958,12 @@ "decorators": [], "properties": [ { - "$id": "253", + "$id": "245", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "254", + "$id": "246", "kind": "constant", "name": "WidgetData2Kind", "namespace": "_Type.Property.AdditionalProperties", @@ -2034,20 +1981,20 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData2.kind", "serializationOptions": { - "$id": "255", + "$id": "247", "json": { - "$id": "256", + "$id": "248", "name": "kind" } } }, { - "$id": "257", + "$id": "249", "kind": "property", "name": "start", "serializedName": "start", "type": { - "$id": "258", + "$id": "250", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2060,9 +2007,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData2.start", "serializationOptions": { - "$id": "259", + "$id": "251", "json": { - "$id": "260", + "$id": "252", "name": "start" } } @@ -2070,7 +2017,7 @@ ] }, { - "$ref": "231" + "$ref": "223" } ], "namespace": "", @@ -2078,13 +2025,13 @@ }, "properties": [ { - "$id": "261", + "$id": "253", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "262", + "$id": "254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2097,9 +2044,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion2.name", "serializationOptions": { - "$id": "263", + "$id": "255", "json": { - "$id": "264", + "$id": "256", "name": "name" } } @@ -2107,10 +2054,10 @@ ] }, { - "$ref": "252" + "$ref": "244" }, { - "$id": "265", + "$id": "257", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion3", "namespace": "_Type.Property.AdditionalProperties", @@ -2119,22 +2066,22 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "266", + "$id": "258", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnion3AdditionalProperty", "variantTypes": [ { - "$id": "267", + "$id": "259", "kind": "array", "name": "ArrayWidgetData2", "valueType": { - "$ref": "252" + "$ref": "244" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] }, { - "$ref": "231" + "$ref": "223" } ], "namespace": "", @@ -2142,13 +2089,13 @@ }, "properties": [ { - "$id": "268", + "$id": "260", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "269", + "$id": "261", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2161,9 +2108,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion3.name", "serializationOptions": { - "$id": "270", + "$id": "262", "json": { - "$id": "271", + "$id": "263", "name": "name" } } @@ -2173,7 +2120,7 @@ ], "clients": [ { - "$id": "272", + "$id": "264", "kind": "client", "name": "AdditionalPropertiesClient", "namespace": "_Type.Property.AdditionalProperties", @@ -2181,12 +2128,12 @@ "methods": [], "parameters": [ { - "$id": "273", + "$id": "265", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "274", + "$id": "266", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2200,9 +2147,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "275", + "$id": "267", "type": { - "$id": "276", + "$id": "268", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2216,37 +2163,37 @@ "apiVersions": [], "children": [ { - "$id": "277", + "$id": "269", "kind": "client", "name": "ExtendsUnknown", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "278", + "$id": "270", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "279", + "$id": "271", "name": "get", "resourceName": "ExtendsUnknown", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "280", + "$id": "272", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "281", + "$id": "273", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "282", + "$id": "274", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2268,7 +2215,7 @@ ], "responses": [ { - "$id": "283", + "$id": "275", "statusCodes": [ 200 ], @@ -2293,11 +2240,11 @@ }, "parameters": [ { - "$id": "284", + "$id": "276", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "281" + "$ref": "273" }, "location": "Header", "isApiVersion": false, @@ -2311,7 +2258,7 @@ } ], "response": { - "$id": "285", + "$id": "277", "type": { "$ref": "11" } @@ -2322,32 +2269,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknown.get" }, { - "$id": "286", + "$id": "278", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "287", + "$id": "279", "name": "put", "resourceName": "ExtendsUnknown", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "288", + "$id": "280", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "289", + "$id": "281", "kind": "constant", "name": "putContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "290", + "$id": "282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2367,7 +2314,7 @@ "skipUrlEncoding": false }, { - "$id": "291", + "$id": "283", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2387,7 +2334,7 @@ ], "responses": [ { - "$id": "292", + "$id": "284", "statusCodes": [ 204 ], @@ -2409,7 +2356,7 @@ }, "parameters": [ { - "$id": "293", + "$id": "285", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2427,12 +2374,12 @@ "skipUrlEncoding": false }, { - "$id": "294", + "$id": "286", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "289" + "$ref": "281" }, "location": "Header", "isApiVersion": false, @@ -2446,7 +2393,7 @@ } ], "response": { - "$id": "295" + "$id": "287" }, "isOverride": false, "generateConvenient": true, @@ -2456,12 +2403,12 @@ ], "parameters": [ { - "$id": "296", + "$id": "288", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "297", + "$id": "289", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2475,9 +2422,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "298", + "$id": "290", "type": { - "$id": "299", + "$id": "291", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2490,41 +2437,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknown", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "300", + "$id": "292", "kind": "client", "name": "ExtendsUnknownDerived", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "301", + "$id": "293", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "302", + "$id": "294", "name": "get", "resourceName": "ExtendsUnknownDerived", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "303", + "$id": "295", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "304", + "$id": "296", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "305", + "$id": "297", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2546,7 +2493,7 @@ ], "responses": [ { - "$id": "306", + "$id": "298", "statusCodes": [ 200 ], @@ -2571,11 +2518,11 @@ }, "parameters": [ { - "$id": "307", + "$id": "299", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "304" + "$ref": "296" }, "location": "Header", "isApiVersion": false, @@ -2589,7 +2536,7 @@ } ], "response": { - "$id": "308", + "$id": "300", "type": { "$ref": "17" } @@ -2600,32 +2547,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDerived.get" }, { - "$id": "309", + "$id": "301", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "310", + "$id": "302", "name": "put", "resourceName": "ExtendsUnknownDerived", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "303", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "312", + "$id": "304", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2645,7 +2592,7 @@ "skipUrlEncoding": false }, { - "$id": "314", + "$id": "306", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2665,7 +2612,7 @@ ], "responses": [ { - "$id": "315", + "$id": "307", "statusCodes": [ 204 ], @@ -2687,7 +2634,7 @@ }, "parameters": [ { - "$id": "316", + "$id": "308", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2705,12 +2652,12 @@ "skipUrlEncoding": false }, { - "$id": "317", + "$id": "309", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "312" + "$ref": "304" }, "location": "Header", "isApiVersion": false, @@ -2724,7 +2671,7 @@ } ], "response": { - "$id": "318" + "$id": "310" }, "isOverride": false, "generateConvenient": true, @@ -2734,12 +2681,12 @@ ], "parameters": [ { - "$id": "319", + "$id": "311", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "320", + "$id": "312", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2753,9 +2700,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "321", + "$id": "313", "type": { - "$id": "322", + "$id": "314", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2768,41 +2715,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDerived", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "323", + "$id": "315", "kind": "client", "name": "ExtendsUnknownDiscriminated", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "324", + "$id": "316", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "325", + "$id": "317", "name": "get", "resourceName": "ExtendsUnknownDiscriminated", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "326", + "$id": "318", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "327", + "$id": "319", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "328", + "$id": "320", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2824,7 +2771,7 @@ ], "responses": [ { - "$id": "329", + "$id": "321", "statusCodes": [ 200 ], @@ -2849,11 +2796,11 @@ }, "parameters": [ { - "$id": "330", + "$id": "322", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "327" + "$ref": "319" }, "location": "Header", "isApiVersion": false, @@ -2867,7 +2814,7 @@ } ], "response": { - "$id": "331", + "$id": "323", "type": { "$ref": "26" } @@ -2878,32 +2825,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDiscriminated.get" }, { - "$id": "332", + "$id": "324", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "333", + "$id": "325", "name": "put", "resourceName": "ExtendsUnknownDiscriminated", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "334", + "$id": "326", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "335", + "$id": "327", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "336", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2923,7 +2870,7 @@ "skipUrlEncoding": false }, { - "$id": "337", + "$id": "329", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2943,7 +2890,7 @@ ], "responses": [ { - "$id": "338", + "$id": "330", "statusCodes": [ 204 ], @@ -2965,7 +2912,7 @@ }, "parameters": [ { - "$id": "339", + "$id": "331", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2983,12 +2930,12 @@ "skipUrlEncoding": false }, { - "$id": "340", + "$id": "332", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "335" + "$ref": "327" }, "location": "Header", "isApiVersion": false, @@ -3002,7 +2949,7 @@ } ], "response": { - "$id": "341" + "$id": "333" }, "isOverride": false, "generateConvenient": true, @@ -3012,12 +2959,12 @@ ], "parameters": [ { - "$id": "342", + "$id": "334", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "343", + "$id": "335", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3031,9 +2978,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "344", + "$id": "336", "type": { - "$id": "345", + "$id": "337", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3046,41 +2993,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDiscriminated", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "346", + "$id": "338", "kind": "client", "name": "IsUnknown", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "347", + "$id": "339", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "348", + "$id": "340", "name": "get", "resourceName": "IsUnknown", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "349", + "$id": "341", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "350", + "$id": "342", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "351", + "$id": "343", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3102,12 +3049,12 @@ ], "responses": [ { - "$id": "352", + "$id": "344", "statusCodes": [ 200 ], "bodyType": { - "$ref": "51" + "$ref": "50" }, "headers": [], "isErrorResponse": false, @@ -3127,11 +3074,11 @@ }, "parameters": [ { - "$id": "353", + "$id": "345", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "350" + "$ref": "342" }, "location": "Header", "isApiVersion": false, @@ -3145,9 +3092,9 @@ } ], "response": { - "$id": "354", + "$id": "346", "type": { - "$ref": "51" + "$ref": "50" } }, "isOverride": false, @@ -3156,32 +3103,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknown.get" }, { - "$id": "355", + "$id": "347", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "356", + "$id": "348", "name": "put", "resourceName": "IsUnknown", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "357", + "$id": "349", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "358", + "$id": "350", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "359", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3201,12 +3148,12 @@ "skipUrlEncoding": false }, { - "$id": "360", + "$id": "352", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "51" + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -3221,7 +3168,7 @@ ], "responses": [ { - "$id": "361", + "$id": "353", "statusCodes": [ 204 ], @@ -3243,12 +3190,12 @@ }, "parameters": [ { - "$id": "362", + "$id": "354", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "51" + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -3261,12 +3208,12 @@ "skipUrlEncoding": false }, { - "$id": "363", + "$id": "355", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "358" + "$ref": "350" }, "location": "Header", "isApiVersion": false, @@ -3280,7 +3227,7 @@ } ], "response": { - "$id": "364" + "$id": "356" }, "isOverride": false, "generateConvenient": true, @@ -3290,12 +3237,12 @@ ], "parameters": [ { - "$id": "365", + "$id": "357", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "366", + "$id": "358", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3309,9 +3256,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "367", + "$id": "359", "type": { - "$id": "368", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3324,41 +3271,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknown", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "369", + "$id": "361", "kind": "client", "name": "IsUnknownDerived", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "370", + "$id": "362", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "371", + "$id": "363", "name": "get", "resourceName": "IsUnknownDerived", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "372", + "$id": "364", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "373", + "$id": "365", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "374", + "$id": "366", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3380,12 +3327,12 @@ ], "responses": [ { - "$id": "375", + "$id": "367", "statusCodes": [ 200 ], "bodyType": { - "$ref": "57" + "$ref": "56" }, "headers": [], "isErrorResponse": false, @@ -3405,11 +3352,11 @@ }, "parameters": [ { - "$id": "376", + "$id": "368", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "373" + "$ref": "365" }, "location": "Header", "isApiVersion": false, @@ -3423,9 +3370,9 @@ } ], "response": { - "$id": "377", + "$id": "369", "type": { - "$ref": "57" + "$ref": "56" } }, "isOverride": false, @@ -3434,32 +3381,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDerived.get" }, { - "$id": "378", + "$id": "370", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "379", + "$id": "371", "name": "put", "resourceName": "IsUnknownDerived", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "380", + "$id": "372", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "381", + "$id": "373", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "382", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3479,12 +3426,12 @@ "skipUrlEncoding": false }, { - "$id": "383", + "$id": "375", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "57" + "$ref": "56" }, "location": "Body", "isApiVersion": false, @@ -3499,7 +3446,7 @@ ], "responses": [ { - "$id": "384", + "$id": "376", "statusCodes": [ 204 ], @@ -3521,12 +3468,12 @@ }, "parameters": [ { - "$id": "385", + "$id": "377", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "57" + "$ref": "56" }, "location": "Body", "isApiVersion": false, @@ -3539,12 +3486,12 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "378", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "381" + "$ref": "373" }, "location": "Header", "isApiVersion": false, @@ -3558,7 +3505,7 @@ } ], "response": { - "$id": "387" + "$id": "379" }, "isOverride": false, "generateConvenient": true, @@ -3568,12 +3515,12 @@ ], "parameters": [ { - "$id": "388", + "$id": "380", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "389", + "$id": "381", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3587,9 +3534,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "390", + "$id": "382", "type": { - "$id": "391", + "$id": "383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3602,41 +3549,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDerived", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "392", + "$id": "384", "kind": "client", "name": "IsUnknownDiscriminated", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "393", + "$id": "385", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "394", + "$id": "386", "name": "get", "resourceName": "IsUnknownDiscriminated", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "395", + "$id": "387", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "396", + "$id": "388", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "397", + "$id": "389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3658,12 +3605,12 @@ ], "responses": [ { - "$id": "398", + "$id": "390", "statusCodes": [ 200 ], "bodyType": { - "$ref": "66" + "$ref": "65" }, "headers": [], "isErrorResponse": false, @@ -3683,11 +3630,11 @@ }, "parameters": [ { - "$id": "399", + "$id": "391", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "396" + "$ref": "388" }, "location": "Header", "isApiVersion": false, @@ -3701,9 +3648,9 @@ } ], "response": { - "$id": "400", + "$id": "392", "type": { - "$ref": "66" + "$ref": "65" } }, "isOverride": false, @@ -3712,32 +3659,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDiscriminated.get" }, { - "$id": "401", + "$id": "393", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "402", + "$id": "394", "name": "put", "resourceName": "IsUnknownDiscriminated", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "403", + "$id": "395", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "404", + "$id": "396", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "405", + "$id": "397", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3757,12 +3704,12 @@ "skipUrlEncoding": false }, { - "$id": "406", + "$id": "398", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "66" + "$ref": "65" }, "location": "Body", "isApiVersion": false, @@ -3777,7 +3724,7 @@ ], "responses": [ { - "$id": "407", + "$id": "399", "statusCodes": [ 204 ], @@ -3799,12 +3746,12 @@ }, "parameters": [ { - "$id": "408", + "$id": "400", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "66" + "$ref": "65" }, "location": "Body", "isApiVersion": false, @@ -3817,12 +3764,12 @@ "skipUrlEncoding": false }, { - "$id": "409", + "$id": "401", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "404" + "$ref": "396" }, "location": "Header", "isApiVersion": false, @@ -3836,7 +3783,7 @@ } ], "response": { - "$id": "410" + "$id": "402" }, "isOverride": false, "generateConvenient": true, @@ -3846,12 +3793,12 @@ ], "parameters": [ { - "$id": "411", + "$id": "403", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "412", + "$id": "404", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3865,9 +3812,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "413", + "$id": "405", "type": { - "$id": "414", + "$id": "406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3880,41 +3827,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDiscriminated", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "415", + "$id": "407", "kind": "client", "name": "ExtendsString", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "416", + "$id": "408", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "417", + "$id": "409", "name": "get", "resourceName": "ExtendsString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "418", + "$id": "410", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "419", + "$id": "411", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "420", + "$id": "412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3936,12 +3883,12 @@ ], "responses": [ { - "$id": "421", + "$id": "413", "statusCodes": [ 200 ], "bodyType": { - "$ref": "91" + "$ref": "90" }, "headers": [], "isErrorResponse": false, @@ -3961,11 +3908,11 @@ }, "parameters": [ { - "$id": "422", + "$id": "414", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "419" + "$ref": "411" }, "location": "Header", "isApiVersion": false, @@ -3979,9 +3926,9 @@ } ], "response": { - "$id": "423", + "$id": "415", "type": { - "$ref": "91" + "$ref": "90" } }, "isOverride": false, @@ -3990,32 +3937,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsString.get" }, { - "$id": "424", + "$id": "416", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "425", + "$id": "417", "name": "put", "resourceName": "ExtendsString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "426", + "$id": "418", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "427", + "$id": "419", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "428", + "$id": "420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4035,12 +3982,12 @@ "skipUrlEncoding": false }, { - "$id": "429", + "$id": "421", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "91" + "$ref": "90" }, "location": "Body", "isApiVersion": false, @@ -4055,7 +4002,7 @@ ], "responses": [ { - "$id": "430", + "$id": "422", "statusCodes": [ 204 ], @@ -4077,12 +4024,12 @@ }, "parameters": [ { - "$id": "431", + "$id": "423", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "91" + "$ref": "90" }, "location": "Body", "isApiVersion": false, @@ -4095,12 +4042,12 @@ "skipUrlEncoding": false }, { - "$id": "432", + "$id": "424", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "427" + "$ref": "419" }, "location": "Header", "isApiVersion": false, @@ -4114,7 +4061,7 @@ } ], "response": { - "$id": "433" + "$id": "425" }, "isOverride": false, "generateConvenient": true, @@ -4124,12 +4071,12 @@ ], "parameters": [ { - "$id": "434", + "$id": "426", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "435", + "$id": "427", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4143,9 +4090,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "436", + "$id": "428", "type": { - "$id": "437", + "$id": "429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4158,41 +4105,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "438", + "$id": "430", "kind": "client", "name": "IsString", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "439", + "$id": "431", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "440", + "$id": "432", "name": "get", "resourceName": "IsString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "441", + "$id": "433", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "442", + "$id": "434", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "443", + "$id": "435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4214,12 +4161,12 @@ ], "responses": [ { - "$id": "444", + "$id": "436", "statusCodes": [ 200 ], "bodyType": { - "$ref": "97" + "$ref": "96" }, "headers": [], "isErrorResponse": false, @@ -4239,11 +4186,11 @@ }, "parameters": [ { - "$id": "445", + "$id": "437", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "442" + "$ref": "434" }, "location": "Header", "isApiVersion": false, @@ -4257,9 +4204,9 @@ } ], "response": { - "$id": "446", + "$id": "438", "type": { - "$ref": "97" + "$ref": "96" } }, "isOverride": false, @@ -4268,32 +4215,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsString.get" }, { - "$id": "447", + "$id": "439", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "448", + "$id": "440", "name": "put", "resourceName": "IsString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "449", + "$id": "441", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "450", + "$id": "442", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "451", + "$id": "443", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4313,12 +4260,12 @@ "skipUrlEncoding": false }, { - "$id": "452", + "$id": "444", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "97" + "$ref": "96" }, "location": "Body", "isApiVersion": false, @@ -4333,7 +4280,7 @@ ], "responses": [ { - "$id": "453", + "$id": "445", "statusCodes": [ 204 ], @@ -4355,12 +4302,12 @@ }, "parameters": [ { - "$id": "454", + "$id": "446", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "97" + "$ref": "96" }, "location": "Body", "isApiVersion": false, @@ -4373,12 +4320,12 @@ "skipUrlEncoding": false }, { - "$id": "455", + "$id": "447", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "450" + "$ref": "442" }, "location": "Header", "isApiVersion": false, @@ -4392,7 +4339,7 @@ } ], "response": { - "$id": "456" + "$id": "448" }, "isOverride": false, "generateConvenient": true, @@ -4402,12 +4349,12 @@ ], "parameters": [ { - "$id": "457", + "$id": "449", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "458", + "$id": "450", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4421,9 +4368,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "459", + "$id": "451", "type": { - "$id": "460", + "$id": "452", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4436,41 +4383,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "461", + "$id": "453", "kind": "client", "name": "SpreadString", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "462", + "$id": "454", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "463", + "$id": "455", "name": "get", "resourceName": "SpreadString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "464", + "$id": "456", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "465", + "$id": "457", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "466", + "$id": "458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4492,12 +4439,12 @@ ], "responses": [ { - "$id": "467", + "$id": "459", "statusCodes": [ 200 ], "bodyType": { - "$ref": "103" + "$ref": "102" }, "headers": [], "isErrorResponse": false, @@ -4517,11 +4464,11 @@ }, "parameters": [ { - "$id": "468", + "$id": "460", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "465" + "$ref": "457" }, "location": "Header", "isApiVersion": false, @@ -4535,9 +4482,9 @@ } ], "response": { - "$id": "469", + "$id": "461", "type": { - "$ref": "103" + "$ref": "102" } }, "isOverride": false, @@ -4546,32 +4493,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadString.get" }, { - "$id": "470", + "$id": "462", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "471", + "$id": "463", "name": "put", "resourceName": "SpreadString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "472", + "$id": "464", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "473", + "$id": "465", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "474", + "$id": "466", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4591,12 +4538,12 @@ "skipUrlEncoding": false }, { - "$id": "475", + "$id": "467", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "103" + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -4611,7 +4558,7 @@ ], "responses": [ { - "$id": "476", + "$id": "468", "statusCodes": [ 204 ], @@ -4633,12 +4580,12 @@ }, "parameters": [ { - "$id": "477", + "$id": "469", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "103" + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -4651,12 +4598,12 @@ "skipUrlEncoding": false }, { - "$id": "478", + "$id": "470", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "473" + "$ref": "465" }, "location": "Header", "isApiVersion": false, @@ -4670,7 +4617,7 @@ } ], "response": { - "$id": "479" + "$id": "471" }, "isOverride": false, "generateConvenient": true, @@ -4680,12 +4627,12 @@ ], "parameters": [ { - "$id": "480", + "$id": "472", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "481", + "$id": "473", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4699,9 +4646,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "482", + "$id": "474", "type": { - "$id": "483", + "$id": "475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4714,41 +4661,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "484", + "$id": "476", "kind": "client", "name": "ExtendsFloat", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "485", + "$id": "477", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "486", + "$id": "478", "name": "get", "resourceName": "ExtendsFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "487", + "$id": "479", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "488", + "$id": "480", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "489", + "$id": "481", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4770,12 +4717,12 @@ ], "responses": [ { - "$id": "490", + "$id": "482", "statusCodes": [ 200 ], "bodyType": { - "$ref": "109" + "$ref": "108" }, "headers": [], "isErrorResponse": false, @@ -4795,11 +4742,11 @@ }, "parameters": [ { - "$id": "491", + "$id": "483", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "488" + "$ref": "480" }, "location": "Header", "isApiVersion": false, @@ -4813,9 +4760,9 @@ } ], "response": { - "$id": "492", + "$id": "484", "type": { - "$ref": "109" + "$ref": "108" } }, "isOverride": false, @@ -4824,32 +4771,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloat.get" }, { - "$id": "493", + "$id": "485", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "494", + "$id": "486", "name": "put", "resourceName": "ExtendsFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "495", + "$id": "487", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "496", + "$id": "488", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "497", + "$id": "489", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4869,12 +4816,12 @@ "skipUrlEncoding": false }, { - "$id": "498", + "$id": "490", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "109" + "$ref": "108" }, "location": "Body", "isApiVersion": false, @@ -4889,7 +4836,7 @@ ], "responses": [ { - "$id": "499", + "$id": "491", "statusCodes": [ 204 ], @@ -4911,12 +4858,12 @@ }, "parameters": [ { - "$id": "500", + "$id": "492", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "109" + "$ref": "108" }, "location": "Body", "isApiVersion": false, @@ -4929,12 +4876,12 @@ "skipUrlEncoding": false }, { - "$id": "501", + "$id": "493", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "496" + "$ref": "488" }, "location": "Header", "isApiVersion": false, @@ -4948,7 +4895,7 @@ } ], "response": { - "$id": "502" + "$id": "494" }, "isOverride": false, "generateConvenient": true, @@ -4958,12 +4905,12 @@ ], "parameters": [ { - "$id": "503", + "$id": "495", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "504", + "$id": "496", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4977,9 +4924,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "505", + "$id": "497", "type": { - "$id": "506", + "$id": "498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4992,41 +4939,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "507", + "$id": "499", "kind": "client", "name": "IsFloat", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "508", + "$id": "500", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "509", + "$id": "501", "name": "get", "resourceName": "IsFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "510", + "$id": "502", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "511", + "$id": "503", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "512", + "$id": "504", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5048,12 +4995,12 @@ ], "responses": [ { - "$id": "513", + "$id": "505", "statusCodes": [ 200 ], "bodyType": { - "$ref": "115" + "$ref": "114" }, "headers": [], "isErrorResponse": false, @@ -5073,11 +5020,11 @@ }, "parameters": [ { - "$id": "514", + "$id": "506", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "511" + "$ref": "503" }, "location": "Header", "isApiVersion": false, @@ -5091,9 +5038,9 @@ } ], "response": { - "$id": "515", + "$id": "507", "type": { - "$ref": "115" + "$ref": "114" } }, "isOverride": false, @@ -5102,32 +5049,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloat.get" }, { - "$id": "516", + "$id": "508", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "517", + "$id": "509", "name": "put", "resourceName": "IsFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "518", + "$id": "510", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "519", + "$id": "511", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "520", + "$id": "512", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5147,12 +5094,12 @@ "skipUrlEncoding": false }, { - "$id": "521", + "$id": "513", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "115" + "$ref": "114" }, "location": "Body", "isApiVersion": false, @@ -5167,7 +5114,7 @@ ], "responses": [ { - "$id": "522", + "$id": "514", "statusCodes": [ 204 ], @@ -5189,12 +5136,12 @@ }, "parameters": [ { - "$id": "523", + "$id": "515", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "115" + "$ref": "114" }, "location": "Body", "isApiVersion": false, @@ -5207,12 +5154,12 @@ "skipUrlEncoding": false }, { - "$id": "524", + "$id": "516", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "519" + "$ref": "511" }, "location": "Header", "isApiVersion": false, @@ -5226,7 +5173,7 @@ } ], "response": { - "$id": "525" + "$id": "517" }, "isOverride": false, "generateConvenient": true, @@ -5236,12 +5183,12 @@ ], "parameters": [ { - "$id": "526", + "$id": "518", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "527", + "$id": "519", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5255,9 +5202,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "528", + "$id": "520", "type": { - "$id": "529", + "$id": "521", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5270,41 +5217,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "530", + "$id": "522", "kind": "client", "name": "SpreadFloat", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "531", + "$id": "523", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "532", + "$id": "524", "name": "get", "resourceName": "SpreadFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "533", + "$id": "525", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "534", + "$id": "526", "kind": "constant", "name": "getContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "535", + "$id": "527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5326,12 +5273,12 @@ ], "responses": [ { - "$id": "536", + "$id": "528", "statusCodes": [ 200 ], "bodyType": { - "$ref": "121" + "$ref": "120" }, "headers": [], "isErrorResponse": false, @@ -5351,11 +5298,11 @@ }, "parameters": [ { - "$id": "537", + "$id": "529", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "534" + "$ref": "526" }, "location": "Header", "isApiVersion": false, @@ -5369,9 +5316,9 @@ } ], "response": { - "$id": "538", + "$id": "530", "type": { - "$ref": "121" + "$ref": "120" } }, "isOverride": false, @@ -5380,32 +5327,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloat.get" }, { - "$id": "539", + "$id": "531", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "540", + "$id": "532", "name": "put", "resourceName": "SpreadFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "541", + "$id": "533", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "542", + "$id": "534", "kind": "constant", "name": "putContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "543", + "$id": "535", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5425,12 +5372,12 @@ "skipUrlEncoding": false }, { - "$id": "544", + "$id": "536", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "121" + "$ref": "120" }, "location": "Body", "isApiVersion": false, @@ -5445,7 +5392,7 @@ ], "responses": [ { - "$id": "545", + "$id": "537", "statusCodes": [ 204 ], @@ -5467,12 +5414,12 @@ }, "parameters": [ { - "$id": "546", + "$id": "538", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "121" + "$ref": "120" }, "location": "Body", "isApiVersion": false, @@ -5485,12 +5432,12 @@ "skipUrlEncoding": false }, { - "$id": "547", + "$id": "539", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "542" + "$ref": "534" }, "location": "Header", "isApiVersion": false, @@ -5504,7 +5451,7 @@ } ], "response": { - "$id": "548" + "$id": "540" }, "isOverride": false, "generateConvenient": true, @@ -5514,12 +5461,12 @@ ], "parameters": [ { - "$id": "549", + "$id": "541", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "550", + "$id": "542", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5533,9 +5480,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "551", + "$id": "543", "type": { - "$id": "552", + "$id": "544", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5548,41 +5495,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "553", + "$id": "545", "kind": "client", "name": "ExtendsModel", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "554", + "$id": "546", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "555", + "$id": "547", "name": "get", "resourceName": "ExtendsModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "556", + "$id": "548", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "557", + "$id": "549", "kind": "constant", "name": "getContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "558", + "$id": "550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5604,12 +5551,12 @@ ], "responses": [ { - "$id": "559", + "$id": "551", "statusCodes": [ 200 ], "bodyType": { - "$ref": "127" + "$ref": "126" }, "headers": [], "isErrorResponse": false, @@ -5629,11 +5576,11 @@ }, "parameters": [ { - "$id": "560", + "$id": "552", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "557" + "$ref": "549" }, "location": "Header", "isApiVersion": false, @@ -5647,9 +5594,9 @@ } ], "response": { - "$id": "561", + "$id": "553", "type": { - "$ref": "127" + "$ref": "126" } }, "isOverride": false, @@ -5658,32 +5605,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModel.get" }, { - "$id": "562", + "$id": "554", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "563", + "$id": "555", "name": "put", "resourceName": "ExtendsModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "564", + "$id": "556", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "565", + "$id": "557", "kind": "constant", "name": "putContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "566", + "$id": "558", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5703,12 +5650,12 @@ "skipUrlEncoding": false }, { - "$id": "567", + "$id": "559", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "127" + "$ref": "126" }, "location": "Body", "isApiVersion": false, @@ -5723,7 +5670,7 @@ ], "responses": [ { - "$id": "568", + "$id": "560", "statusCodes": [ 204 ], @@ -5745,12 +5692,12 @@ }, "parameters": [ { - "$id": "569", + "$id": "561", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "127" + "$ref": "126" }, "location": "Body", "isApiVersion": false, @@ -5763,12 +5710,12 @@ "skipUrlEncoding": false }, { - "$id": "570", + "$id": "562", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "565" + "$ref": "557" }, "location": "Header", "isApiVersion": false, @@ -5782,7 +5729,7 @@ } ], "response": { - "$id": "571" + "$id": "563" }, "isOverride": false, "generateConvenient": true, @@ -5792,12 +5739,12 @@ ], "parameters": [ { - "$id": "572", + "$id": "564", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "573", + "$id": "565", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5811,9 +5758,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "574", + "$id": "566", "type": { - "$id": "575", + "$id": "567", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5826,41 +5773,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "576", + "$id": "568", "kind": "client", "name": "IsModel", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "577", + "$id": "569", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "578", + "$id": "570", "name": "get", "resourceName": "IsModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "579", + "$id": "571", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "580", + "$id": "572", "kind": "constant", "name": "getContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "581", + "$id": "573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5882,12 +5829,12 @@ ], "responses": [ { - "$id": "582", + "$id": "574", "statusCodes": [ 200 ], "bodyType": { - "$ref": "136" + "$ref": "135" }, "headers": [], "isErrorResponse": false, @@ -5907,11 +5854,11 @@ }, "parameters": [ { - "$id": "583", + "$id": "575", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "580" + "$ref": "572" }, "location": "Header", "isApiVersion": false, @@ -5925,9 +5872,9 @@ } ], "response": { - "$id": "584", + "$id": "576", "type": { - "$ref": "136" + "$ref": "135" } }, "isOverride": false, @@ -5936,32 +5883,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModel.get" }, { - "$id": "585", + "$id": "577", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "586", + "$id": "578", "name": "put", "resourceName": "IsModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "587", + "$id": "579", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "588", + "$id": "580", "kind": "constant", "name": "putContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "589", + "$id": "581", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5981,12 +5928,12 @@ "skipUrlEncoding": false }, { - "$id": "590", + "$id": "582", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "136" + "$ref": "135" }, "location": "Body", "isApiVersion": false, @@ -6001,7 +5948,7 @@ ], "responses": [ { - "$id": "591", + "$id": "583", "statusCodes": [ 204 ], @@ -6023,12 +5970,12 @@ }, "parameters": [ { - "$id": "592", + "$id": "584", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "136" + "$ref": "135" }, "location": "Body", "isApiVersion": false, @@ -6041,12 +5988,12 @@ "skipUrlEncoding": false }, { - "$id": "593", + "$id": "585", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "588" + "$ref": "580" }, "location": "Header", "isApiVersion": false, @@ -6060,7 +6007,7 @@ } ], "response": { - "$id": "594" + "$id": "586" }, "isOverride": false, "generateConvenient": true, @@ -6070,12 +6017,12 @@ ], "parameters": [ { - "$id": "595", + "$id": "587", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "596", + "$id": "588", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6089,9 +6036,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "597", + "$id": "589", "type": { - "$id": "598", + "$id": "590", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6104,41 +6051,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "599", + "$id": "591", "kind": "client", "name": "SpreadModel", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "600", + "$id": "592", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "601", + "$id": "593", "name": "get", "resourceName": "SpreadModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "602", + "$id": "594", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "603", + "$id": "595", "kind": "constant", "name": "getContentType14", "namespace": "", "usage": "None", "valueType": { - "$id": "604", + "$id": "596", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6160,12 +6107,12 @@ ], "responses": [ { - "$id": "605", + "$id": "597", "statusCodes": [ 200 ], "bodyType": { - "$ref": "140" + "$ref": "139" }, "headers": [], "isErrorResponse": false, @@ -6185,11 +6132,11 @@ }, "parameters": [ { - "$id": "606", + "$id": "598", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "603" + "$ref": "595" }, "location": "Header", "isApiVersion": false, @@ -6203,9 +6150,9 @@ } ], "response": { - "$id": "607", + "$id": "599", "type": { - "$ref": "140" + "$ref": "139" } }, "isOverride": false, @@ -6214,32 +6161,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModel.get" }, { - "$id": "608", + "$id": "600", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "609", + "$id": "601", "name": "put", "resourceName": "SpreadModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "610", + "$id": "602", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "611", + "$id": "603", "kind": "constant", "name": "putContentType14", "namespace": "", "usage": "None", "valueType": { - "$id": "612", + "$id": "604", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6259,12 +6206,12 @@ "skipUrlEncoding": false }, { - "$id": "613", + "$id": "605", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "140" + "$ref": "139" }, "location": "Body", "isApiVersion": false, @@ -6279,7 +6226,7 @@ ], "responses": [ { - "$id": "614", + "$id": "606", "statusCodes": [ 204 ], @@ -6301,12 +6248,12 @@ }, "parameters": [ { - "$id": "615", + "$id": "607", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "140" + "$ref": "139" }, "location": "Body", "isApiVersion": false, @@ -6319,12 +6266,12 @@ "skipUrlEncoding": false }, { - "$id": "616", + "$id": "608", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "611" + "$ref": "603" }, "location": "Header", "isApiVersion": false, @@ -6338,7 +6285,7 @@ } ], "response": { - "$id": "617" + "$id": "609" }, "isOverride": false, "generateConvenient": true, @@ -6348,12 +6295,12 @@ ], "parameters": [ { - "$id": "618", + "$id": "610", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "619", + "$id": "611", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6367,9 +6314,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "620", + "$id": "612", "type": { - "$id": "621", + "$id": "613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6382,41 +6329,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "622", + "$id": "614", "kind": "client", "name": "ExtendsModelArray", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "623", + "$id": "615", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "624", + "$id": "616", "name": "get", "resourceName": "ExtendsModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "625", + "$id": "617", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "626", + "$id": "618", "kind": "constant", "name": "getContentType15", "namespace": "", "usage": "None", "valueType": { - "$id": "627", + "$id": "619", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6438,12 +6385,12 @@ ], "responses": [ { - "$id": "628", + "$id": "620", "statusCodes": [ 200 ], "bodyType": { - "$ref": "144" + "$ref": "143" }, "headers": [], "isErrorResponse": false, @@ -6463,11 +6410,11 @@ }, "parameters": [ { - "$id": "629", + "$id": "621", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "626" + "$ref": "618" }, "location": "Header", "isApiVersion": false, @@ -6481,9 +6428,9 @@ } ], "response": { - "$id": "630", + "$id": "622", "type": { - "$ref": "144" + "$ref": "143" } }, "isOverride": false, @@ -6492,32 +6439,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArray.get" }, { - "$id": "631", + "$id": "623", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "632", + "$id": "624", "name": "put", "resourceName": "ExtendsModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "633", + "$id": "625", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "634", + "$id": "626", "kind": "constant", "name": "putContentType15", "namespace": "", "usage": "None", "valueType": { - "$id": "635", + "$id": "627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6537,12 +6484,12 @@ "skipUrlEncoding": false }, { - "$id": "636", + "$id": "628", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "144" + "$ref": "143" }, "location": "Body", "isApiVersion": false, @@ -6557,7 +6504,7 @@ ], "responses": [ { - "$id": "637", + "$id": "629", "statusCodes": [ 204 ], @@ -6579,12 +6526,12 @@ }, "parameters": [ { - "$id": "638", + "$id": "630", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "144" + "$ref": "143" }, "location": "Body", "isApiVersion": false, @@ -6597,12 +6544,12 @@ "skipUrlEncoding": false }, { - "$id": "639", + "$id": "631", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "634" + "$ref": "626" }, "location": "Header", "isApiVersion": false, @@ -6616,7 +6563,7 @@ } ], "response": { - "$id": "640" + "$id": "632" }, "isOverride": false, "generateConvenient": true, @@ -6626,12 +6573,12 @@ ], "parameters": [ { - "$id": "641", + "$id": "633", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "642", + "$id": "634", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6645,9 +6592,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "643", + "$id": "635", "type": { - "$id": "644", + "$id": "636", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6660,41 +6607,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "645", + "$id": "637", "kind": "client", "name": "IsModelArray", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "646", + "$id": "638", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "647", + "$id": "639", "name": "get", "resourceName": "IsModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "648", + "$id": "640", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "649", + "$id": "641", "kind": "constant", "name": "getContentType16", "namespace": "", "usage": "None", "valueType": { - "$id": "650", + "$id": "642", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6716,12 +6663,12 @@ ], "responses": [ { - "$id": "651", + "$id": "643", "statusCodes": [ 200 ], "bodyType": { - "$ref": "150" + "$ref": "148" }, "headers": [], "isErrorResponse": false, @@ -6741,11 +6688,11 @@ }, "parameters": [ { - "$id": "652", + "$id": "644", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "649" + "$ref": "641" }, "location": "Header", "isApiVersion": false, @@ -6759,9 +6706,9 @@ } ], "response": { - "$id": "653", + "$id": "645", "type": { - "$ref": "150" + "$ref": "148" } }, "isOverride": false, @@ -6770,32 +6717,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArray.get" }, { - "$id": "654", + "$id": "646", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "655", + "$id": "647", "name": "put", "resourceName": "IsModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "656", + "$id": "648", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "657", + "$id": "649", "kind": "constant", "name": "putContentType16", "namespace": "", "usage": "None", "valueType": { - "$id": "658", + "$id": "650", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6815,12 +6762,12 @@ "skipUrlEncoding": false }, { - "$id": "659", + "$id": "651", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "150" + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -6835,7 +6782,7 @@ ], "responses": [ { - "$id": "660", + "$id": "652", "statusCodes": [ 204 ], @@ -6857,12 +6804,12 @@ }, "parameters": [ { - "$id": "661", + "$id": "653", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "150" + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -6875,12 +6822,12 @@ "skipUrlEncoding": false }, { - "$id": "662", + "$id": "654", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "657" + "$ref": "649" }, "location": "Header", "isApiVersion": false, @@ -6894,7 +6841,7 @@ } ], "response": { - "$id": "663" + "$id": "655" }, "isOverride": false, "generateConvenient": true, @@ -6904,12 +6851,12 @@ ], "parameters": [ { - "$id": "664", + "$id": "656", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "665", + "$id": "657", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6923,9 +6870,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "666", + "$id": "658", "type": { - "$id": "667", + "$id": "659", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6938,41 +6885,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "668", + "$id": "660", "kind": "client", "name": "SpreadModelArray", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "669", + "$id": "661", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "670", + "$id": "662", "name": "get", "resourceName": "SpreadModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "671", + "$id": "663", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "672", + "$id": "664", "kind": "constant", "name": "getContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "673", + "$id": "665", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6994,12 +6941,12 @@ ], "responses": [ { - "$id": "674", + "$id": "666", "statusCodes": [ 200 ], "bodyType": { - "$ref": "156" + "$ref": "152" }, "headers": [], "isErrorResponse": false, @@ -7019,11 +6966,11 @@ }, "parameters": [ { - "$id": "675", + "$id": "667", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "672" + "$ref": "664" }, "location": "Header", "isApiVersion": false, @@ -7037,9 +6984,9 @@ } ], "response": { - "$id": "676", + "$id": "668", "type": { - "$ref": "156" + "$ref": "152" } }, "isOverride": false, @@ -7048,32 +6995,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArray.get" }, { - "$id": "677", + "$id": "669", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "678", + "$id": "670", "name": "put", "resourceName": "SpreadModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "679", + "$id": "671", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "680", + "$id": "672", "kind": "constant", "name": "putContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "681", + "$id": "673", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7093,12 +7040,12 @@ "skipUrlEncoding": false }, { - "$id": "682", + "$id": "674", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "156" + "$ref": "152" }, "location": "Body", "isApiVersion": false, @@ -7113,7 +7060,7 @@ ], "responses": [ { - "$id": "683", + "$id": "675", "statusCodes": [ 204 ], @@ -7135,12 +7082,12 @@ }, "parameters": [ { - "$id": "684", + "$id": "676", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "156" + "$ref": "152" }, "location": "Body", "isApiVersion": false, @@ -7153,12 +7100,12 @@ "skipUrlEncoding": false }, { - "$id": "685", + "$id": "677", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "680" + "$ref": "672" }, "location": "Header", "isApiVersion": false, @@ -7172,7 +7119,7 @@ } ], "response": { - "$id": "686" + "$id": "678" }, "isOverride": false, "generateConvenient": true, @@ -7182,12 +7129,12 @@ ], "parameters": [ { - "$id": "687", + "$id": "679", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "688", + "$id": "680", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7201,9 +7148,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "689", + "$id": "681", "type": { - "$id": "690", + "$id": "682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7216,41 +7163,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "691", + "$id": "683", "kind": "client", "name": "SpreadDifferentString", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "692", + "$id": "684", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "693", + "$id": "685", "name": "get", "resourceName": "SpreadDifferentString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "694", + "$id": "686", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "695", + "$id": "687", "kind": "constant", "name": "getContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "696", + "$id": "688", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7272,12 +7219,12 @@ ], "responses": [ { - "$id": "697", + "$id": "689", "statusCodes": [ 200 ], "bodyType": { - "$ref": "162" + "$ref": "156" }, "headers": [], "isErrorResponse": false, @@ -7297,11 +7244,11 @@ }, "parameters": [ { - "$id": "698", + "$id": "690", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "695" + "$ref": "687" }, "location": "Header", "isApiVersion": false, @@ -7315,9 +7262,9 @@ } ], "response": { - "$id": "699", + "$id": "691", "type": { - "$ref": "162" + "$ref": "156" } }, "isOverride": false, @@ -7326,32 +7273,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentString.get" }, { - "$id": "700", + "$id": "692", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "701", + "$id": "693", "name": "put", "resourceName": "SpreadDifferentString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "702", + "$id": "694", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "703", + "$id": "695", "kind": "constant", "name": "putContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "704", + "$id": "696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7371,12 +7318,12 @@ "skipUrlEncoding": false }, { - "$id": "705", + "$id": "697", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "162" + "$ref": "156" }, "location": "Body", "isApiVersion": false, @@ -7391,7 +7338,7 @@ ], "responses": [ { - "$id": "706", + "$id": "698", "statusCodes": [ 204 ], @@ -7413,12 +7360,12 @@ }, "parameters": [ { - "$id": "707", + "$id": "699", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "162" + "$ref": "156" }, "location": "Body", "isApiVersion": false, @@ -7431,12 +7378,12 @@ "skipUrlEncoding": false }, { - "$id": "708", + "$id": "700", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "703" + "$ref": "695" }, "location": "Header", "isApiVersion": false, @@ -7450,7 +7397,7 @@ } ], "response": { - "$id": "709" + "$id": "701" }, "isOverride": false, "generateConvenient": true, @@ -7460,12 +7407,12 @@ ], "parameters": [ { - "$id": "710", + "$id": "702", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "711", + "$id": "703", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7479,9 +7426,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "712", + "$id": "704", "type": { - "$id": "713", + "$id": "705", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7494,41 +7441,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "714", + "$id": "706", "kind": "client", "name": "SpreadDifferentFloat", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "715", + "$id": "707", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "716", + "$id": "708", "name": "get", "resourceName": "SpreadDifferentFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "717", + "$id": "709", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "718", + "$id": "710", "kind": "constant", "name": "getContentType19", "namespace": "", "usage": "None", "valueType": { - "$id": "719", + "$id": "711", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7550,12 +7497,12 @@ ], "responses": [ { - "$id": "720", + "$id": "712", "statusCodes": [ 200 ], "bodyType": { - "$ref": "168" + "$ref": "162" }, "headers": [], "isErrorResponse": false, @@ -7575,11 +7522,11 @@ }, "parameters": [ { - "$id": "721", + "$id": "713", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "718" + "$ref": "710" }, "location": "Header", "isApiVersion": false, @@ -7593,9 +7540,9 @@ } ], "response": { - "$id": "722", + "$id": "714", "type": { - "$ref": "168" + "$ref": "162" } }, "isOverride": false, @@ -7604,32 +7551,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentFloat.get" }, { - "$id": "723", + "$id": "715", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "724", + "$id": "716", "name": "put", "resourceName": "SpreadDifferentFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "725", + "$id": "717", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "726", + "$id": "718", "kind": "constant", "name": "putContentType19", "namespace": "", "usage": "None", "valueType": { - "$id": "727", + "$id": "719", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7649,12 +7596,12 @@ "skipUrlEncoding": false }, { - "$id": "728", + "$id": "720", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "168" + "$ref": "162" }, "location": "Body", "isApiVersion": false, @@ -7669,7 +7616,7 @@ ], "responses": [ { - "$id": "729", + "$id": "721", "statusCodes": [ 204 ], @@ -7691,12 +7638,12 @@ }, "parameters": [ { - "$id": "730", + "$id": "722", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "168" + "$ref": "162" }, "location": "Body", "isApiVersion": false, @@ -7709,12 +7656,12 @@ "skipUrlEncoding": false }, { - "$id": "731", + "$id": "723", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "726" + "$ref": "718" }, "location": "Header", "isApiVersion": false, @@ -7728,7 +7675,7 @@ } ], "response": { - "$id": "732" + "$id": "724" }, "isOverride": false, "generateConvenient": true, @@ -7738,12 +7685,12 @@ ], "parameters": [ { - "$id": "733", + "$id": "725", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "734", + "$id": "726", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7757,9 +7704,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "735", + "$id": "727", "type": { - "$id": "736", + "$id": "728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7772,41 +7719,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "737", + "$id": "729", "kind": "client", "name": "SpreadDifferentModel", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "738", + "$id": "730", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "739", + "$id": "731", "name": "get", "resourceName": "SpreadDifferentModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "740", + "$id": "732", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "741", + "$id": "733", "kind": "constant", "name": "getContentType20", "namespace": "", "usage": "None", "valueType": { - "$id": "742", + "$id": "734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7828,12 +7775,12 @@ ], "responses": [ { - "$id": "743", + "$id": "735", "statusCodes": [ 200 ], "bodyType": { - "$ref": "174" + "$ref": "168" }, "headers": [], "isErrorResponse": false, @@ -7853,11 +7800,11 @@ }, "parameters": [ { - "$id": "744", + "$id": "736", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "741" + "$ref": "733" }, "location": "Header", "isApiVersion": false, @@ -7871,9 +7818,9 @@ } ], "response": { - "$id": "745", + "$id": "737", "type": { - "$ref": "174" + "$ref": "168" } }, "isOverride": false, @@ -7882,32 +7829,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModel.get" }, { - "$id": "746", + "$id": "738", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "747", + "$id": "739", "name": "put", "resourceName": "SpreadDifferentModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "748", + "$id": "740", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "749", + "$id": "741", "kind": "constant", "name": "putContentType20", "namespace": "", "usage": "None", "valueType": { - "$id": "750", + "$id": "742", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7927,12 +7874,12 @@ "skipUrlEncoding": false }, { - "$id": "751", + "$id": "743", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "174" + "$ref": "168" }, "location": "Body", "isApiVersion": false, @@ -7947,7 +7894,7 @@ ], "responses": [ { - "$id": "752", + "$id": "744", "statusCodes": [ 204 ], @@ -7969,12 +7916,12 @@ }, "parameters": [ { - "$id": "753", + "$id": "745", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "174" + "$ref": "168" }, "location": "Body", "isApiVersion": false, @@ -7987,12 +7934,12 @@ "skipUrlEncoding": false }, { - "$id": "754", + "$id": "746", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "749" + "$ref": "741" }, "location": "Header", "isApiVersion": false, @@ -8006,7 +7953,7 @@ } ], "response": { - "$id": "755" + "$id": "747" }, "isOverride": false, "generateConvenient": true, @@ -8016,12 +7963,12 @@ ], "parameters": [ { - "$id": "756", + "$id": "748", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "757", + "$id": "749", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8035,9 +7982,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "758", + "$id": "750", "type": { - "$id": "759", + "$id": "751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8050,41 +7997,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "760", + "$id": "752", "kind": "client", "name": "SpreadDifferentModelArray", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "761", + "$id": "753", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "762", + "$id": "754", "name": "get", "resourceName": "SpreadDifferentModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "763", + "$id": "755", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "764", + "$id": "756", "kind": "constant", "name": "getContentType21", "namespace": "", "usage": "None", "valueType": { - "$id": "765", + "$id": "757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8106,12 +8053,12 @@ ], "responses": [ { - "$id": "766", + "$id": "758", "statusCodes": [ 200 ], "bodyType": { - "$ref": "179" + "$ref": "173" }, "headers": [], "isErrorResponse": false, @@ -8131,11 +8078,11 @@ }, "parameters": [ { - "$id": "767", + "$id": "759", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "764" + "$ref": "756" }, "location": "Header", "isApiVersion": false, @@ -8149,9 +8096,9 @@ } ], "response": { - "$id": "768", + "$id": "760", "type": { - "$ref": "179" + "$ref": "173" } }, "isOverride": false, @@ -8160,32 +8107,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModelArray.get" }, { - "$id": "769", + "$id": "761", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "770", + "$id": "762", "name": "put", "resourceName": "SpreadDifferentModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "771", + "$id": "763", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "772", + "$id": "764", "kind": "constant", "name": "putContentType21", "namespace": "", "usage": "None", "valueType": { - "$id": "773", + "$id": "765", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8205,12 +8152,12 @@ "skipUrlEncoding": false }, { - "$id": "774", + "$id": "766", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "179" + "$ref": "173" }, "location": "Body", "isApiVersion": false, @@ -8225,7 +8172,7 @@ ], "responses": [ { - "$id": "775", + "$id": "767", "statusCodes": [ 204 ], @@ -8247,12 +8194,12 @@ }, "parameters": [ { - "$id": "776", + "$id": "768", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "179" + "$ref": "173" }, "location": "Body", "isApiVersion": false, @@ -8265,12 +8212,12 @@ "skipUrlEncoding": false }, { - "$id": "777", + "$id": "769", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "772" + "$ref": "764" }, "location": "Header", "isApiVersion": false, @@ -8284,7 +8231,7 @@ } ], "response": { - "$id": "778" + "$id": "770" }, "isOverride": false, "generateConvenient": true, @@ -8294,12 +8241,12 @@ ], "parameters": [ { - "$id": "779", + "$id": "771", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "780", + "$id": "772", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8313,9 +8260,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "781", + "$id": "773", "type": { - "$id": "782", + "$id": "774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8328,41 +8275,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "783", + "$id": "775", "kind": "client", "name": "ExtendsDifferentSpreadString", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "784", + "$id": "776", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "785", + "$id": "777", "name": "get", "resourceName": "ExtendsDifferentSpreadString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "786", + "$id": "778", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "787", + "$id": "779", "kind": "constant", "name": "getContentType22", "namespace": "", "usage": "None", "valueType": { - "$id": "788", + "$id": "780", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8384,12 +8331,12 @@ ], "responses": [ { - "$id": "789", + "$id": "781", "statusCodes": [ 200 ], "bodyType": { - "$ref": "185" + "$ref": "178" }, "headers": [], "isErrorResponse": false, @@ -8409,11 +8356,11 @@ }, "parameters": [ { - "$id": "790", + "$id": "782", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "787" + "$ref": "779" }, "location": "Header", "isApiVersion": false, @@ -8427,9 +8374,9 @@ } ], "response": { - "$id": "791", + "$id": "783", "type": { - "$ref": "185" + "$ref": "178" } }, "isOverride": false, @@ -8438,32 +8385,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadString.get" }, { - "$id": "792", + "$id": "784", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "793", + "$id": "785", "name": "put", "resourceName": "ExtendsDifferentSpreadString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "794", + "$id": "786", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "795", + "$id": "787", "kind": "constant", "name": "putContentType22", "namespace": "", "usage": "None", "valueType": { - "$id": "796", + "$id": "788", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8483,12 +8430,12 @@ "skipUrlEncoding": false }, { - "$id": "797", + "$id": "789", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "185" + "$ref": "178" }, "location": "Body", "isApiVersion": false, @@ -8503,7 +8450,7 @@ ], "responses": [ { - "$id": "798", + "$id": "790", "statusCodes": [ 204 ], @@ -8525,12 +8472,12 @@ }, "parameters": [ { - "$id": "799", + "$id": "791", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "185" + "$ref": "178" }, "location": "Body", "isApiVersion": false, @@ -8543,12 +8490,12 @@ "skipUrlEncoding": false }, { - "$id": "800", + "$id": "792", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "795" + "$ref": "787" }, "location": "Header", "isApiVersion": false, @@ -8562,7 +8509,7 @@ } ], "response": { - "$id": "801" + "$id": "793" }, "isOverride": false, "generateConvenient": true, @@ -8572,12 +8519,12 @@ ], "parameters": [ { - "$id": "802", + "$id": "794", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "803", + "$id": "795", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8591,9 +8538,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "804", + "$id": "796", "type": { - "$id": "805", + "$id": "797", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8606,41 +8553,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "806", + "$id": "798", "kind": "client", "name": "ExtendsDifferentSpreadFloat", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "807", + "$id": "799", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "808", + "$id": "800", "name": "get", "resourceName": "ExtendsDifferentSpreadFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "809", + "$id": "801", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "810", + "$id": "802", "kind": "constant", "name": "getContentType23", "namespace": "", "usage": "None", "valueType": { - "$id": "811", + "$id": "803", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8662,12 +8609,12 @@ ], "responses": [ { - "$id": "812", + "$id": "804", "statusCodes": [ 200 ], "bodyType": { - "$ref": "190" + "$ref": "183" }, "headers": [], "isErrorResponse": false, @@ -8687,11 +8634,11 @@ }, "parameters": [ { - "$id": "813", + "$id": "805", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "810" + "$ref": "802" }, "location": "Header", "isApiVersion": false, @@ -8705,9 +8652,9 @@ } ], "response": { - "$id": "814", + "$id": "806", "type": { - "$ref": "190" + "$ref": "183" } }, "isOverride": false, @@ -8716,32 +8663,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadFloat.get" }, { - "$id": "815", + "$id": "807", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "816", + "$id": "808", "name": "put", "resourceName": "ExtendsDifferentSpreadFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "817", + "$id": "809", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "818", + "$id": "810", "kind": "constant", "name": "putContentType23", "namespace": "", "usage": "None", "valueType": { - "$id": "819", + "$id": "811", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8761,12 +8708,12 @@ "skipUrlEncoding": false }, { - "$id": "820", + "$id": "812", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "190" + "$ref": "183" }, "location": "Body", "isApiVersion": false, @@ -8781,7 +8728,7 @@ ], "responses": [ { - "$id": "821", + "$id": "813", "statusCodes": [ 204 ], @@ -8803,12 +8750,12 @@ }, "parameters": [ { - "$id": "822", + "$id": "814", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "190" + "$ref": "183" }, "location": "Body", "isApiVersion": false, @@ -8821,12 +8768,12 @@ "skipUrlEncoding": false }, { - "$id": "823", + "$id": "815", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "818" + "$ref": "810" }, "location": "Header", "isApiVersion": false, @@ -8840,7 +8787,7 @@ } ], "response": { - "$id": "824" + "$id": "816" }, "isOverride": false, "generateConvenient": true, @@ -8850,12 +8797,12 @@ ], "parameters": [ { - "$id": "825", + "$id": "817", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "826", + "$id": "818", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8869,9 +8816,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "827", + "$id": "819", "type": { - "$id": "828", + "$id": "820", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8884,41 +8831,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "829", + "$id": "821", "kind": "client", "name": "ExtendsDifferentSpreadModel", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "830", + "$id": "822", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "831", + "$id": "823", "name": "get", "resourceName": "ExtendsDifferentSpreadModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "832", + "$id": "824", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "833", + "$id": "825", "kind": "constant", "name": "getContentType24", "namespace": "", "usage": "None", "valueType": { - "$id": "834", + "$id": "826", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8940,12 +8887,12 @@ ], "responses": [ { - "$id": "835", + "$id": "827", "statusCodes": [ 200 ], "bodyType": { - "$ref": "195" + "$ref": "188" }, "headers": [], "isErrorResponse": false, @@ -8965,11 +8912,11 @@ }, "parameters": [ { - "$id": "836", + "$id": "828", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "833" + "$ref": "825" }, "location": "Header", "isApiVersion": false, @@ -8983,9 +8930,9 @@ } ], "response": { - "$id": "837", + "$id": "829", "type": { - "$ref": "195" + "$ref": "188" } }, "isOverride": false, @@ -8994,32 +8941,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModel.get" }, { - "$id": "838", + "$id": "830", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "839", + "$id": "831", "name": "put", "resourceName": "ExtendsDifferentSpreadModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "840", + "$id": "832", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "841", + "$id": "833", "kind": "constant", "name": "putContentType24", "namespace": "", "usage": "None", "valueType": { - "$id": "842", + "$id": "834", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9039,12 +8986,12 @@ "skipUrlEncoding": false }, { - "$id": "843", + "$id": "835", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "195" + "$ref": "188" }, "location": "Body", "isApiVersion": false, @@ -9059,7 +9006,7 @@ ], "responses": [ { - "$id": "844", + "$id": "836", "statusCodes": [ 204 ], @@ -9081,12 +9028,12 @@ }, "parameters": [ { - "$id": "845", + "$id": "837", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "195" + "$ref": "188" }, "location": "Body", "isApiVersion": false, @@ -9099,12 +9046,12 @@ "skipUrlEncoding": false }, { - "$id": "846", + "$id": "838", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "841" + "$ref": "833" }, "location": "Header", "isApiVersion": false, @@ -9118,7 +9065,7 @@ } ], "response": { - "$id": "847" + "$id": "839" }, "isOverride": false, "generateConvenient": true, @@ -9128,12 +9075,12 @@ ], "parameters": [ { - "$id": "848", + "$id": "840", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "849", + "$id": "841", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9147,9 +9094,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "850", + "$id": "842", "type": { - "$id": "851", + "$id": "843", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9162,41 +9109,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "852", + "$id": "844", "kind": "client", "name": "ExtendsDifferentSpreadModelArray", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "853", + "$id": "845", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "854", + "$id": "846", "name": "get", "resourceName": "ExtendsDifferentSpreadModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "855", + "$id": "847", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "856", + "$id": "848", "kind": "constant", "name": "getContentType25", "namespace": "", "usage": "None", "valueType": { - "$id": "857", + "$id": "849", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9218,12 +9165,12 @@ ], "responses": [ { - "$id": "858", + "$id": "850", "statusCodes": [ 200 ], "bodyType": { - "$ref": "199" + "$ref": "192" }, "headers": [], "isErrorResponse": false, @@ -9243,11 +9190,11 @@ }, "parameters": [ { - "$id": "859", + "$id": "851", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "856" + "$ref": "848" }, "location": "Header", "isApiVersion": false, @@ -9261,9 +9208,9 @@ } ], "response": { - "$id": "860", + "$id": "852", "type": { - "$ref": "199" + "$ref": "192" } }, "isOverride": false, @@ -9272,32 +9219,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModelArray.get" }, { - "$id": "861", + "$id": "853", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "862", + "$id": "854", "name": "put", "resourceName": "ExtendsDifferentSpreadModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "863", + "$id": "855", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "864", + "$id": "856", "kind": "constant", "name": "putContentType25", "namespace": "", "usage": "None", "valueType": { - "$id": "865", + "$id": "857", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9317,12 +9264,12 @@ "skipUrlEncoding": false }, { - "$id": "866", + "$id": "858", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "199" + "$ref": "192" }, "location": "Body", "isApiVersion": false, @@ -9337,7 +9284,7 @@ ], "responses": [ { - "$id": "867", + "$id": "859", "statusCodes": [ 204 ], @@ -9359,12 +9306,12 @@ }, "parameters": [ { - "$id": "868", + "$id": "860", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "199" + "$ref": "192" }, "location": "Body", "isApiVersion": false, @@ -9377,12 +9324,12 @@ "skipUrlEncoding": false }, { - "$id": "869", + "$id": "861", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "864" + "$ref": "856" }, "location": "Header", "isApiVersion": false, @@ -9396,7 +9343,7 @@ } ], "response": { - "$id": "870" + "$id": "862" }, "isOverride": false, "generateConvenient": true, @@ -9406,12 +9353,12 @@ ], "parameters": [ { - "$id": "871", + "$id": "863", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "872", + "$id": "864", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9425,9 +9372,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "873", + "$id": "865", "type": { - "$id": "874", + "$id": "866", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9440,41 +9387,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "875", + "$id": "867", "kind": "client", "name": "MultipleSpread", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "876", + "$id": "868", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "877", + "$id": "869", "name": "get", "resourceName": "MultipleSpread", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "878", + "$id": "870", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "879", + "$id": "871", "kind": "constant", "name": "getContentType26", "namespace": "", "usage": "None", "valueType": { - "$id": "880", + "$id": "872", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9496,12 +9443,12 @@ ], "responses": [ { - "$id": "881", + "$id": "873", "statusCodes": [ 200 ], "bodyType": { - "$ref": "204" + "$ref": "196" }, "headers": [], "isErrorResponse": false, @@ -9521,11 +9468,11 @@ }, "parameters": [ { - "$id": "882", + "$id": "874", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "879" + "$ref": "871" }, "location": "Header", "isApiVersion": false, @@ -9539,9 +9486,9 @@ } ], "response": { - "$id": "883", + "$id": "875", "type": { - "$ref": "204" + "$ref": "196" } }, "isOverride": false, @@ -9550,32 +9497,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpread.get" }, { - "$id": "884", + "$id": "876", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "885", + "$id": "877", "name": "put", "resourceName": "MultipleSpread", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "886", + "$id": "878", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "887", + "$id": "879", "kind": "constant", "name": "putContentType26", "namespace": "", "usage": "None", "valueType": { - "$id": "888", + "$id": "880", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9595,12 +9542,12 @@ "skipUrlEncoding": false }, { - "$id": "889", + "$id": "881", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "204" + "$ref": "196" }, "location": "Body", "isApiVersion": false, @@ -9615,7 +9562,7 @@ ], "responses": [ { - "$id": "890", + "$id": "882", "statusCodes": [ 204 ], @@ -9637,12 +9584,12 @@ }, "parameters": [ { - "$id": "891", + "$id": "883", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "204" + "$ref": "196" }, "location": "Body", "isApiVersion": false, @@ -9655,12 +9602,12 @@ "skipUrlEncoding": false }, { - "$id": "892", + "$id": "884", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "887" + "$ref": "879" }, "location": "Header", "isApiVersion": false, @@ -9674,7 +9621,7 @@ } ], "response": { - "$id": "893" + "$id": "885" }, "isOverride": false, "generateConvenient": true, @@ -9684,12 +9631,12 @@ ], "parameters": [ { - "$id": "894", + "$id": "886", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "895", + "$id": "887", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9703,9 +9650,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "896", + "$id": "888", "type": { - "$id": "897", + "$id": "889", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9718,41 +9665,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpread", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "898", + "$id": "890", "kind": "client", "name": "SpreadRecordUnion", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "899", + "$id": "891", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "900", + "$id": "892", "name": "get", "resourceName": "SpreadRecordUnion", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "901", + "$id": "893", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "902", + "$id": "894", "kind": "constant", "name": "getContentType27", "namespace": "", "usage": "None", "valueType": { - "$id": "903", + "$id": "895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9774,12 +9721,12 @@ ], "responses": [ { - "$id": "904", + "$id": "896", "statusCodes": [ 200 ], "bodyType": { - "$ref": "212" + "$ref": "204" }, "headers": [], "isErrorResponse": false, @@ -9799,11 +9746,11 @@ }, "parameters": [ { - "$id": "905", + "$id": "897", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "902" + "$ref": "894" }, "location": "Header", "isApiVersion": false, @@ -9817,9 +9764,9 @@ } ], "response": { - "$id": "906", + "$id": "898", "type": { - "$ref": "212" + "$ref": "204" } }, "isOverride": false, @@ -9828,32 +9775,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordUnion.get" }, { - "$id": "907", + "$id": "899", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "908", + "$id": "900", "name": "put", "resourceName": "SpreadRecordUnion", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "909", + "$id": "901", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "910", + "$id": "902", "kind": "constant", "name": "putContentType27", "namespace": "", "usage": "None", "valueType": { - "$id": "911", + "$id": "903", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9873,12 +9820,12 @@ "skipUrlEncoding": false }, { - "$id": "912", + "$id": "904", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "212" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -9893,7 +9840,7 @@ ], "responses": [ { - "$id": "913", + "$id": "905", "statusCodes": [ 204 ], @@ -9915,12 +9862,12 @@ }, "parameters": [ { - "$id": "914", + "$id": "906", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "212" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -9933,12 +9880,12 @@ "skipUrlEncoding": false }, { - "$id": "915", + "$id": "907", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "910" + "$ref": "902" }, "location": "Header", "isApiVersion": false, @@ -9952,7 +9899,7 @@ } ], "response": { - "$id": "916" + "$id": "908" }, "isOverride": false, "generateConvenient": true, @@ -9962,12 +9909,12 @@ ], "parameters": [ { - "$id": "917", + "$id": "909", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "918", + "$id": "910", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9981,9 +9928,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "919", + "$id": "911", "type": { - "$id": "920", + "$id": "912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9996,41 +9943,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordUnion", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "921", + "$id": "913", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "922", + "$id": "914", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "923", + "$id": "915", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "924", + "$id": "916", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "925", + "$id": "917", "kind": "constant", "name": "getContentType28", "namespace": "", "usage": "None", "valueType": { - "$id": "926", + "$id": "918", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10052,12 +9999,12 @@ ], "responses": [ { - "$id": "927", + "$id": "919", "statusCodes": [ 200 ], "bodyType": { - "$ref": "220" + "$ref": "212" }, "headers": [], "isErrorResponse": false, @@ -10077,11 +10024,11 @@ }, "parameters": [ { - "$id": "928", + "$id": "920", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "925" + "$ref": "917" }, "location": "Header", "isApiVersion": false, @@ -10095,9 +10042,9 @@ } ], "response": { - "$id": "929", + "$id": "921", "type": { - "$ref": "220" + "$ref": "212" } }, "isOverride": false, @@ -10106,32 +10053,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion.get" }, { - "$id": "930", + "$id": "922", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "931", + "$id": "923", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "932", + "$id": "924", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "933", + "$id": "925", "kind": "constant", "name": "putContentType28", "namespace": "", "usage": "None", "valueType": { - "$id": "934", + "$id": "926", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10151,12 +10098,12 @@ "skipUrlEncoding": false }, { - "$id": "935", + "$id": "927", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "220" + "$ref": "212" }, "location": "Body", "isApiVersion": false, @@ -10171,7 +10118,7 @@ ], "responses": [ { - "$id": "936", + "$id": "928", "statusCodes": [ 204 ], @@ -10193,12 +10140,12 @@ }, "parameters": [ { - "$id": "937", + "$id": "929", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "220" + "$ref": "212" }, "location": "Body", "isApiVersion": false, @@ -10211,12 +10158,12 @@ "skipUrlEncoding": false }, { - "$id": "938", + "$id": "930", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "933" + "$ref": "925" }, "location": "Header", "isApiVersion": false, @@ -10230,7 +10177,7 @@ } ], "response": { - "$id": "939" + "$id": "931" }, "isOverride": false, "generateConvenient": true, @@ -10240,12 +10187,12 @@ ], "parameters": [ { - "$id": "940", + "$id": "932", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "941", + "$id": "933", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10259,9 +10206,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "942", + "$id": "934", "type": { - "$id": "943", + "$id": "935", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10274,41 +10221,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "944", + "$id": "936", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion2", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "945", + "$id": "937", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "946", + "$id": "938", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion2", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "947", + "$id": "939", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "948", + "$id": "940", "kind": "constant", "name": "getContentType29", "namespace": "", "usage": "None", "valueType": { - "$id": "949", + "$id": "941", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10330,12 +10277,12 @@ ], "responses": [ { - "$id": "950", + "$id": "942", "statusCodes": [ 200 ], "bodyType": { - "$ref": "250" + "$ref": "242" }, "headers": [], "isErrorResponse": false, @@ -10355,11 +10302,11 @@ }, "parameters": [ { - "$id": "951", + "$id": "943", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "948" + "$ref": "940" }, "location": "Header", "isApiVersion": false, @@ -10373,9 +10320,9 @@ } ], "response": { - "$id": "952", + "$id": "944", "type": { - "$ref": "250" + "$ref": "242" } }, "isOverride": false, @@ -10384,32 +10331,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion2.get" }, { - "$id": "953", + "$id": "945", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "954", + "$id": "946", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion2", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "955", + "$id": "947", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "956", + "$id": "948", "kind": "constant", "name": "putContentType29", "namespace": "", "usage": "None", "valueType": { - "$id": "957", + "$id": "949", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10429,12 +10376,12 @@ "skipUrlEncoding": false }, { - "$id": "958", + "$id": "950", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "250" + "$ref": "242" }, "location": "Body", "isApiVersion": false, @@ -10449,7 +10396,7 @@ ], "responses": [ { - "$id": "959", + "$id": "951", "statusCodes": [ 204 ], @@ -10471,12 +10418,12 @@ }, "parameters": [ { - "$id": "960", + "$id": "952", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "250" + "$ref": "242" }, "location": "Body", "isApiVersion": false, @@ -10489,12 +10436,12 @@ "skipUrlEncoding": false }, { - "$id": "961", + "$id": "953", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "956" + "$ref": "948" }, "location": "Header", "isApiVersion": false, @@ -10508,7 +10455,7 @@ } ], "response": { - "$id": "962" + "$id": "954" }, "isOverride": false, "generateConvenient": true, @@ -10518,12 +10465,12 @@ ], "parameters": [ { - "$id": "963", + "$id": "955", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "964", + "$id": "956", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10537,9 +10484,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "965", + "$id": "957", "type": { - "$id": "966", + "$id": "958", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10552,41 +10499,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion2", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "967", + "$id": "959", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion3", "namespace": "_Type.Property.AdditionalProperties", "methods": [ { - "$id": "968", + "$id": "960", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "969", + "$id": "961", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion3", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "970", + "$id": "962", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "971", + "$id": "963", "kind": "constant", "name": "getContentType30", "namespace": "", "usage": "None", "valueType": { - "$id": "972", + "$id": "964", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10608,12 +10555,12 @@ ], "responses": [ { - "$id": "973", + "$id": "965", "statusCodes": [ 200 ], "bodyType": { - "$ref": "265" + "$ref": "257" }, "headers": [], "isErrorResponse": false, @@ -10633,11 +10580,11 @@ }, "parameters": [ { - "$id": "974", + "$id": "966", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "971" + "$ref": "963" }, "location": "Header", "isApiVersion": false, @@ -10651,9 +10598,9 @@ } ], "response": { - "$id": "975", + "$id": "967", "type": { - "$ref": "265" + "$ref": "257" } }, "isOverride": false, @@ -10662,32 +10609,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion3.get" }, { - "$id": "976", + "$id": "968", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "977", + "$id": "969", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion3", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "978", + "$id": "970", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "979", + "$id": "971", "kind": "constant", "name": "putContentType30", "namespace": "", "usage": "None", "valueType": { - "$id": "980", + "$id": "972", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10707,12 +10654,12 @@ "skipUrlEncoding": false }, { - "$id": "981", + "$id": "973", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "265" + "$ref": "257" }, "location": "Body", "isApiVersion": false, @@ -10727,7 +10674,7 @@ ], "responses": [ { - "$id": "982", + "$id": "974", "statusCodes": [ 204 ], @@ -10749,12 +10696,12 @@ }, "parameters": [ { - "$id": "983", + "$id": "975", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "265" + "$ref": "257" }, "location": "Body", "isApiVersion": false, @@ -10767,12 +10714,12 @@ "skipUrlEncoding": false }, { - "$id": "984", + "$id": "976", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "979" + "$ref": "971" }, "location": "Header", "isApiVersion": false, @@ -10786,7 +10733,7 @@ } ], "response": { - "$id": "985" + "$id": "977" }, "isOverride": false, "generateConvenient": true, @@ -10796,12 +10743,12 @@ ], "parameters": [ { - "$id": "986", + "$id": "978", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "987", + "$id": "979", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10815,9 +10762,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "988", + "$id": "980", "type": { - "$id": "989", + "$id": "981", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10830,7 +10777,7 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion3", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } } ] diff --git a/test/CadlRanchProjects/type/scalar/tspCodeModel.json b/test/CadlRanchProjects/type/scalar/tspCodeModel.json index 1eab13269fc..0ebc4c00ebf 100644 --- a/test/CadlRanchProjects/type/scalar/tspCodeModel.json +++ b/test/CadlRanchProjects/type/scalar/tspCodeModel.json @@ -2180,18 +2180,7 @@ 200 ], "bodyType": { - "$id": "214", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "215", - "kind": "decimal", - "name": "decimal", - "crossLanguageDefinitionId": "TypeSpec.decimal", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "185" }, "headers": [], "isErrorResponse": false, @@ -2211,7 +2200,7 @@ }, "parameters": [ { - "$id": "216", + "$id": "214", "name": "accept", "nameInRequest": "accept", "type": { @@ -2229,9 +2218,9 @@ } ], "response": { - "$id": "217", + "$id": "215", "type": { - "$ref": "214" + "$ref": "185" } }, "isOverride": false, @@ -2240,29 +2229,29 @@ "crossLanguageDefinitionId": "Type.Scalar.Decimal128Verify.prepareVerify" }, { - "$id": "218", + "$id": "216", "kind": "basic", "name": "verify", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "219", + "$id": "217", "name": "verify", "resourceName": "Decimal128Verify", "accessibility": "public", "parameters": [ { - "$id": "220", + "$id": "218", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "221", + "$id": "219", "kind": "constant", "name": "GetResponseContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "222", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2282,11 +2271,11 @@ "skipUrlEncoding": false }, { - "$id": "223", + "$id": "221", "name": "body", "nameInRequest": "body", "type": { - "$id": "224", + "$id": "222", "kind": "decimal", "name": "decimal", "crossLanguageDefinitionId": "TypeSpec.decimal", @@ -2305,7 +2294,7 @@ ], "responses": [ { - "$id": "225", + "$id": "223", "statusCodes": [ 204 ], @@ -2327,17 +2316,17 @@ }, "parameters": [ { - "$id": "226", + "$id": "224", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "227", + "$id": "225", "kind": "constant", "name": "GetResponseContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "228", + "$id": "226", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2357,11 +2346,11 @@ "skipUrlEncoding": false }, { - "$id": "229", + "$id": "227", "name": "body", "nameInRequest": "body", "type": { - "$id": "230", + "$id": "228", "kind": "decimal", "name": "decimal", "crossLanguageDefinitionId": "TypeSpec.decimal", @@ -2379,7 +2368,7 @@ } ], "response": { - "$id": "231" + "$id": "229" }, "isOverride": false, "generateConvenient": true, @@ -2389,12 +2378,12 @@ ], "parameters": [ { - "$id": "232", + "$id": "230", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "233", + "$id": "231", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2408,9 +2397,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "234", + "$id": "232", "type": { - "$id": "235", + "$id": "233", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjects/type/union/tspCodeModel.json b/test/CadlRanchProjects/type/union/tspCodeModel.json index 7f84cc85ba8..5e09a3242d6 100644 --- a/test/CadlRanchProjects/type/union/tspCodeModel.json +++ b/test/CadlRanchProjects/type/union/tspCodeModel.json @@ -1165,18 +1165,7 @@ "decorators": [] }, { - "$id": "141", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "142", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "134" } ], "namespace": "", @@ -1189,9 +1178,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.StringAndArrayCases.array", "serializationOptions": { - "$id": "143", + "$id": "141", "json": { - "$id": "144", + "$id": "142", "name": "array" } } @@ -1205,9 +1194,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "145", + "$id": "143", "json": { - "$id": "146", + "$id": "144", "name": "prop" } } @@ -1218,7 +1207,7 @@ "$ref": "130" }, { - "$id": "147", + "$id": "145", "kind": "model", "name": "SendRequest7", "namespace": "_Type.Union", @@ -1227,7 +1216,7 @@ "decorators": [], "properties": [ { - "$id": "148", + "$id": "146", "kind": "property", "name": "prop", "serializedName": "prop", @@ -1241,9 +1230,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.StringAndArray.send.prop", "serializationOptions": { - "$id": "149", + "$id": "147", "json": { - "$id": "150", + "$id": "148", "name": "prop" } } @@ -1251,7 +1240,7 @@ ] }, { - "$id": "151", + "$id": "149", "kind": "model", "name": "GetResponse8", "namespace": "_Type.Union", @@ -1260,12 +1249,12 @@ "decorators": [], "properties": [ { - "$id": "152", + "$id": "150", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$id": "153", + "$id": "151", "kind": "model", "name": "MixedLiteralsCases", "namespace": "_Type.Union", @@ -1274,24 +1263,24 @@ "decorators": [], "properties": [ { - "$id": "154", + "$id": "152", "kind": "property", "name": "stringLiteral", "serializedName": "stringLiteral", "doc": "This should be receive/send the \"a\" variant", "type": { - "$id": "155", + "$id": "153", "kind": "union", "name": "MixedLiteralsCasesStringLiteral", "variantTypes": [ { - "$id": "156", + "$id": "154", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral1", "namespace": "", "usage": "None", "valueType": { - "$id": "157", + "$id": "155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1301,13 +1290,13 @@ "decorators": [] }, { - "$id": "158", + "$id": "156", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral2", "namespace": "", "usage": "None", "valueType": { - "$id": "159", + "$id": "157", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1317,13 +1306,13 @@ "decorators": [] }, { - "$id": "160", + "$id": "158", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral3", "namespace": "", "usage": "None", "valueType": { - "$id": "161", + "$id": "159", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1333,13 +1322,13 @@ "decorators": [] }, { - "$id": "162", + "$id": "160", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral4", "namespace": "", "usage": "None", "valueType": { - "$id": "163", + "$id": "161", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1359,21 +1348,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.stringLiteral", "serializationOptions": { - "$id": "164", + "$id": "162", "json": { - "$id": "165", + "$id": "163", "name": "stringLiteral" } } }, { - "$id": "166", + "$id": "164", "kind": "property", "name": "intLiteral", "serializedName": "intLiteral", "doc": "This should be receive/send the 2 variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1382,21 +1371,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.intLiteral", "serializationOptions": { - "$id": "167", + "$id": "165", "json": { - "$id": "168", + "$id": "166", "name": "intLiteral" } } }, { - "$id": "169", + "$id": "167", "kind": "property", "name": "floatLiteral", "serializedName": "floatLiteral", "doc": "This should be receive/send the 3.3 variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1405,21 +1394,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.floatLiteral", "serializationOptions": { - "$id": "170", + "$id": "168", "json": { - "$id": "171", + "$id": "169", "name": "floatLiteral" } } }, { - "$id": "172", + "$id": "170", "kind": "property", "name": "booleanLiteral", "serializedName": "booleanLiteral", "doc": "This should be receive/send the true variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1428,9 +1417,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.booleanLiteral", "serializationOptions": { - "$id": "173", + "$id": "171", "json": { - "$id": "174", + "$id": "172", "name": "booleanLiteral" } } @@ -1444,9 +1433,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "175", + "$id": "173", "json": { - "$id": "176", + "$id": "174", "name": "prop" } } @@ -1454,10 +1443,10 @@ ] }, { - "$ref": "153" + "$ref": "151" }, { - "$id": "177", + "$id": "175", "kind": "model", "name": "SendRequest8", "namespace": "_Type.Union", @@ -1466,12 +1455,12 @@ "decorators": [], "properties": [ { - "$id": "178", + "$id": "176", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$ref": "153" + "$ref": "151" }, "optional": false, "readOnly": false, @@ -1480,9 +1469,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiterals.send.prop", "serializationOptions": { - "$id": "179", + "$id": "177", "json": { - "$id": "180", + "$id": "178", "name": "prop" } } @@ -1490,7 +1479,7 @@ ] }, { - "$id": "181", + "$id": "179", "kind": "model", "name": "GetResponse9", "namespace": "_Type.Union", @@ -1499,12 +1488,12 @@ "decorators": [], "properties": [ { - "$id": "182", + "$id": "180", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$id": "183", + "$id": "181", "kind": "model", "name": "MixedTypesCases", "namespace": "_Type.Union", @@ -1513,13 +1502,13 @@ "decorators": [], "properties": [ { - "$id": "184", + "$id": "182", "kind": "property", "name": "model", "serializedName": "model", "doc": "This should be receive/send the Cat variant", "type": { - "$id": "185", + "$id": "183", "kind": "union", "name": "MixedTypesCasesModel", "variantTypes": [ @@ -1527,13 +1516,13 @@ "$ref": "97" }, { - "$id": "186", + "$id": "184", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral11", "namespace": "", "usage": "None", "valueType": { - "$id": "187", + "$id": "185", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1543,14 +1532,14 @@ "decorators": [] }, { - "$id": "188", + "$id": "186", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$id": "189", + "$id": "187", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1567,21 +1556,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.model", "serializationOptions": { - "$id": "190", + "$id": "188", "json": { - "$id": "191", + "$id": "189", "name": "model" } } }, { - "$id": "192", + "$id": "190", "kind": "property", "name": "literal", "serializedName": "literal", "doc": "This should be receive/send the \"a\" variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1590,21 +1579,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.literal", "serializationOptions": { - "$id": "193", + "$id": "191", "json": { - "$id": "194", + "$id": "192", "name": "literal" } } }, { - "$id": "195", + "$id": "193", "kind": "property", "name": "int", "serializedName": "int", "doc": "This should be receive/send the int variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1613,21 +1602,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.int", "serializationOptions": { - "$id": "196", + "$id": "194", "json": { - "$id": "197", + "$id": "195", "name": "int" } } }, { - "$id": "198", + "$id": "196", "kind": "property", "name": "boolean", "serializedName": "boolean", "doc": "This should be receive/send the boolean variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1636,25 +1625,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.boolean", "serializationOptions": { - "$id": "199", + "$id": "197", "json": { - "$id": "200", + "$id": "198", "name": "boolean" } } }, { - "$id": "201", + "$id": "199", "kind": "property", "name": "array", "serializedName": "array", "doc": "This should be receive/send 4 element with Cat, \"a\", int, and boolean", "type": { - "$id": "202", + "$id": "200", "kind": "array", "name": "Array1", "valueType": { - "$ref": "185" + "$ref": "183" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1666,9 +1655,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.array", "serializationOptions": { - "$id": "203", + "$id": "201", "json": { - "$id": "204", + "$id": "202", "name": "array" } } @@ -1682,9 +1671,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "205", + "$id": "203", "json": { - "$id": "206", + "$id": "204", "name": "prop" } } @@ -1692,10 +1681,10 @@ ] }, { - "$ref": "183" + "$ref": "181" }, { - "$id": "207", + "$id": "205", "kind": "model", "name": "SendRequest9", "namespace": "_Type.Union", @@ -1704,12 +1693,12 @@ "decorators": [], "properties": [ { - "$id": "208", + "$id": "206", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$ref": "183" + "$ref": "181" }, "optional": false, "readOnly": false, @@ -1718,9 +1707,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypes.send.prop", "serializationOptions": { - "$id": "209", + "$id": "207", "json": { - "$id": "210", + "$id": "208", "name": "prop" } } @@ -1730,7 +1719,7 @@ ], "clients": [ { - "$id": "211", + "$id": "209", "kind": "client", "name": "UnionClient", "namespace": "_Type.Union", @@ -1738,12 +1727,12 @@ "methods": [], "parameters": [ { - "$id": "212", + "$id": "210", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "213", + "$id": "211", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1757,9 +1746,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "214", + "$id": "212", "type": { - "$id": "215", + "$id": "213", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1773,36 +1762,36 @@ "apiVersions": [], "children": [ { - "$id": "216", + "$id": "214", "kind": "client", "name": "StringsOnly", "namespace": "_Type.Union", "doc": "Describe union of string \"a\" | \"b\" | \"c\"", "methods": [ { - "$id": "217", + "$id": "215", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "218", + "$id": "216", "name": "get", "resourceName": "StringsOnly", "accessibility": "public", "parameters": [ { - "$id": "219", + "$id": "217", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "220", + "$id": "218", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "221", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1824,7 +1813,7 @@ ], "responses": [ { - "$id": "222", + "$id": "220", "statusCodes": [ 200 ], @@ -1849,11 +1838,11 @@ }, "parameters": [ { - "$id": "223", + "$id": "221", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "220" + "$ref": "218" }, "location": "Header", "isApiVersion": false, @@ -1867,7 +1856,7 @@ } ], "response": { - "$id": "224", + "$id": "222", "type": { "$ref": "54" } @@ -1878,30 +1867,30 @@ "crossLanguageDefinitionId": "Type.Union.StringsOnly.get" }, { - "$id": "225", + "$id": "223", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "226", + "$id": "224", "name": "send", "resourceName": "StringsOnly", "accessibility": "public", "parameters": [ { - "$id": "227", + "$id": "225", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "228", + "$id": "226", "kind": "constant", "name": "sendContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "229", + "$id": "227", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1921,7 +1910,7 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "228", "name": "sendRequest", "nameInRequest": "sendRequest", "type": { @@ -1940,7 +1929,7 @@ ], "responses": [ { - "$id": "231", + "$id": "229", "statusCodes": [ 204 ], @@ -1962,7 +1951,7 @@ }, "parameters": [ { - "$id": "232", + "$id": "230", "name": "prop", "nameInRequest": "prop", "type": { @@ -1979,12 +1968,12 @@ "skipUrlEncoding": false }, { - "$id": "233", + "$id": "231", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "228" + "$ref": "226" }, "location": "Header", "isApiVersion": false, @@ -1998,7 +1987,7 @@ } ], "response": { - "$id": "234" + "$id": "232" }, "isOverride": false, "generateConvenient": true, @@ -2008,12 +1997,12 @@ ], "parameters": [ { - "$id": "235", + "$id": "233", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "236", + "$id": "234", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2027,9 +2016,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "237", + "$id": "235", "type": { - "$id": "238", + "$id": "236", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2042,40 +2031,40 @@ "crossLanguageDefinitionId": "Type.Union.StringsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "239", + "$id": "237", "kind": "client", "name": "StringExtensible", "namespace": "_Type.Union", "doc": "Describe union of string string | \"b\" | \"c\"", "methods": [ { - "$id": "240", + "$id": "238", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "241", + "$id": "239", "name": "get", "resourceName": "StringExtensible", "accessibility": "public", "parameters": [ { - "$id": "242", + "$id": "240", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "243", + "$id": "241", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "244", + "$id": "242", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2097,7 +2086,7 @@ ], "responses": [ { - "$id": "245", + "$id": "243", "statusCodes": [ 200 ], @@ -2122,11 +2111,11 @@ }, "parameters": [ { - "$id": "246", + "$id": "244", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "243" + "$ref": "241" }, "location": "Header", "isApiVersion": false, @@ -2140,7 +2129,7 @@ } ], "response": { - "$id": "247", + "$id": "245", "type": { "$ref": "62" } @@ -2151,30 +2140,30 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensible.get" }, { - "$id": "248", + "$id": "246", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "249", + "$id": "247", "name": "send", "resourceName": "StringExtensible", "accessibility": "public", "parameters": [ { - "$id": "250", + "$id": "248", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "251", + "$id": "249", "kind": "constant", "name": "sendContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "252", + "$id": "250", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2194,7 +2183,7 @@ "skipUrlEncoding": false }, { - "$id": "253", + "$id": "251", "name": "sendRequest1", "nameInRequest": "sendRequest1", "type": { @@ -2213,7 +2202,7 @@ ], "responses": [ { - "$id": "254", + "$id": "252", "statusCodes": [ 204 ], @@ -2235,7 +2224,7 @@ }, "parameters": [ { - "$id": "255", + "$id": "253", "name": "prop", "nameInRequest": "prop", "type": { @@ -2252,12 +2241,12 @@ "skipUrlEncoding": false }, { - "$id": "256", + "$id": "254", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "251" + "$ref": "249" }, "location": "Header", "isApiVersion": false, @@ -2271,7 +2260,7 @@ } ], "response": { - "$id": "257" + "$id": "255" }, "isOverride": false, "generateConvenient": true, @@ -2281,12 +2270,12 @@ ], "parameters": [ { - "$id": "258", + "$id": "256", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "259", + "$id": "257", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2300,9 +2289,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "260", + "$id": "258", "type": { - "$id": "261", + "$id": "259", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2315,40 +2304,40 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensible", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "262", + "$id": "260", "kind": "client", "name": "StringExtensibleNamed", "namespace": "_Type.Union", "doc": "Describe union of string string | \"b\" | \"c\" but where the union is named and some of the variants are named", "methods": [ { - "$id": "263", + "$id": "261", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "264", + "$id": "262", "name": "get", "resourceName": "StringExtensibleNamed", "accessibility": "public", "parameters": [ { - "$id": "265", + "$id": "263", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "266", + "$id": "264", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "267", + "$id": "265", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2370,7 +2359,7 @@ ], "responses": [ { - "$id": "268", + "$id": "266", "statusCodes": [ 200 ], @@ -2395,11 +2384,11 @@ }, "parameters": [ { - "$id": "269", + "$id": "267", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "266" + "$ref": "264" }, "location": "Header", "isApiVersion": false, @@ -2413,7 +2402,7 @@ } ], "response": { - "$id": "270", + "$id": "268", "type": { "$ref": "70" } @@ -2424,30 +2413,30 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensibleNamed.get" }, { - "$id": "271", + "$id": "269", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "272", + "$id": "270", "name": "send", "resourceName": "StringExtensibleNamed", "accessibility": "public", "parameters": [ { - "$id": "273", + "$id": "271", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "274", + "$id": "272", "kind": "constant", "name": "sendContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "275", + "$id": "273", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2467,7 +2456,7 @@ "skipUrlEncoding": false }, { - "$id": "276", + "$id": "274", "name": "sendRequest2", "nameInRequest": "sendRequest2", "type": { @@ -2486,7 +2475,7 @@ ], "responses": [ { - "$id": "277", + "$id": "275", "statusCodes": [ 204 ], @@ -2508,7 +2497,7 @@ }, "parameters": [ { - "$id": "278", + "$id": "276", "name": "prop", "nameInRequest": "prop", "type": { @@ -2525,12 +2514,12 @@ "skipUrlEncoding": false }, { - "$id": "279", + "$id": "277", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "274" + "$ref": "272" }, "location": "Header", "isApiVersion": false, @@ -2544,7 +2533,7 @@ } ], "response": { - "$id": "280" + "$id": "278" }, "isOverride": false, "generateConvenient": true, @@ -2554,12 +2543,12 @@ ], "parameters": [ { - "$id": "281", + "$id": "279", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "282", + "$id": "280", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2573,9 +2562,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "283", + "$id": "281", "type": { - "$id": "284", + "$id": "282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2588,40 +2577,40 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensibleNamed", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "285", + "$id": "283", "kind": "client", "name": "IntsOnly", "namespace": "_Type.Union", "doc": "Describe union of integer 1 | 2 | 3", "methods": [ { - "$id": "286", + "$id": "284", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "287", + "$id": "285", "name": "get", "resourceName": "IntsOnly", "accessibility": "public", "parameters": [ { - "$id": "288", + "$id": "286", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "289", + "$id": "287", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "290", + "$id": "288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2643,7 +2632,7 @@ ], "responses": [ { - "$id": "291", + "$id": "289", "statusCodes": [ 200 ], @@ -2668,11 +2657,11 @@ }, "parameters": [ { - "$id": "292", + "$id": "290", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "289" + "$ref": "287" }, "location": "Header", "isApiVersion": false, @@ -2686,7 +2675,7 @@ } ], "response": { - "$id": "293", + "$id": "291", "type": { "$ref": "78" } @@ -2697,30 +2686,30 @@ "crossLanguageDefinitionId": "Type.Union.IntsOnly.get" }, { - "$id": "294", + "$id": "292", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "295", + "$id": "293", "name": "send", "resourceName": "IntsOnly", "accessibility": "public", "parameters": [ { - "$id": "296", + "$id": "294", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "297", + "$id": "295", "kind": "constant", "name": "sendContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "298", + "$id": "296", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2740,7 +2729,7 @@ "skipUrlEncoding": false }, { - "$id": "299", + "$id": "297", "name": "sendRequest3", "nameInRequest": "sendRequest3", "type": { @@ -2759,7 +2748,7 @@ ], "responses": [ { - "$id": "300", + "$id": "298", "statusCodes": [ 204 ], @@ -2781,7 +2770,7 @@ }, "parameters": [ { - "$id": "301", + "$id": "299", "name": "prop", "nameInRequest": "prop", "type": { @@ -2798,12 +2787,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "300", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "297" + "$ref": "295" }, "location": "Header", "isApiVersion": false, @@ -2817,7 +2806,7 @@ } ], "response": { - "$id": "303" + "$id": "301" }, "isOverride": false, "generateConvenient": true, @@ -2827,12 +2816,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "302", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "303", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2846,9 +2835,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "304", "type": { - "$id": "307", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2861,40 +2850,40 @@ "crossLanguageDefinitionId": "Type.Union.IntsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "308", + "$id": "306", "kind": "client", "name": "FloatsOnly", "namespace": "_Type.Union", "doc": "Describe union of floats 1.1 | 2.2 | 3.3", "methods": [ { - "$id": "309", + "$id": "307", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "308", "name": "get", "resourceName": "FloatsOnly", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "309", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "310", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "311", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2916,7 +2905,7 @@ ], "responses": [ { - "$id": "314", + "$id": "312", "statusCodes": [ 200 ], @@ -2941,11 +2930,11 @@ }, "parameters": [ { - "$id": "315", + "$id": "313", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "310" }, "location": "Header", "isApiVersion": false, @@ -2959,7 +2948,7 @@ } ], "response": { - "$id": "316", + "$id": "314", "type": { "$ref": "86" } @@ -2970,30 +2959,30 @@ "crossLanguageDefinitionId": "Type.Union.FloatsOnly.get" }, { - "$id": "317", + "$id": "315", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "318", + "$id": "316", "name": "send", "resourceName": "FloatsOnly", "accessibility": "public", "parameters": [ { - "$id": "319", + "$id": "317", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "320", + "$id": "318", "kind": "constant", "name": "sendContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "321", + "$id": "319", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3013,7 +3002,7 @@ "skipUrlEncoding": false }, { - "$id": "322", + "$id": "320", "name": "sendRequest4", "nameInRequest": "sendRequest4", "type": { @@ -3032,7 +3021,7 @@ ], "responses": [ { - "$id": "323", + "$id": "321", "statusCodes": [ 204 ], @@ -3054,7 +3043,7 @@ }, "parameters": [ { - "$id": "324", + "$id": "322", "name": "prop", "nameInRequest": "prop", "type": { @@ -3071,12 +3060,12 @@ "skipUrlEncoding": false }, { - "$id": "325", + "$id": "323", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "320" + "$ref": "318" }, "location": "Header", "isApiVersion": false, @@ -3090,7 +3079,7 @@ } ], "response": { - "$id": "326" + "$id": "324" }, "isOverride": false, "generateConvenient": true, @@ -3100,12 +3089,12 @@ ], "parameters": [ { - "$id": "327", + "$id": "325", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "328", + "$id": "326", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3119,9 +3108,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "329", + "$id": "327", "type": { - "$id": "330", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3134,40 +3123,40 @@ "crossLanguageDefinitionId": "Type.Union.FloatsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "331", + "$id": "329", "kind": "client", "name": "ModelsOnly", "namespace": "_Type.Union", "doc": "Describe union of models", "methods": [ { - "$id": "332", + "$id": "330", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "333", + "$id": "331", "name": "get", "resourceName": "ModelsOnly", "accessibility": "public", "parameters": [ { - "$id": "334", + "$id": "332", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "335", + "$id": "333", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "336", + "$id": "334", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3189,7 +3178,7 @@ ], "responses": [ { - "$id": "337", + "$id": "335", "statusCodes": [ 200 ], @@ -3214,11 +3203,11 @@ }, "parameters": [ { - "$id": "338", + "$id": "336", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "335" + "$ref": "333" }, "location": "Header", "isApiVersion": false, @@ -3232,7 +3221,7 @@ } ], "response": { - "$id": "339", + "$id": "337", "type": { "$ref": "94" } @@ -3243,30 +3232,30 @@ "crossLanguageDefinitionId": "Type.Union.ModelsOnly.get" }, { - "$id": "340", + "$id": "338", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "341", + "$id": "339", "name": "send", "resourceName": "ModelsOnly", "accessibility": "public", "parameters": [ { - "$id": "342", + "$id": "340", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "343", + "$id": "341", "kind": "constant", "name": "sendContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "344", + "$id": "342", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3286,7 +3275,7 @@ "skipUrlEncoding": false }, { - "$id": "345", + "$id": "343", "name": "sendRequest5", "nameInRequest": "sendRequest5", "type": { @@ -3305,7 +3294,7 @@ ], "responses": [ { - "$id": "346", + "$id": "344", "statusCodes": [ 204 ], @@ -3327,7 +3316,7 @@ }, "parameters": [ { - "$id": "347", + "$id": "345", "name": "prop", "nameInRequest": "prop", "type": { @@ -3344,12 +3333,12 @@ "skipUrlEncoding": false }, { - "$id": "348", + "$id": "346", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "343" + "$ref": "341" }, "location": "Header", "isApiVersion": false, @@ -3363,7 +3352,7 @@ } ], "response": { - "$id": "349" + "$id": "347" }, "isOverride": false, "generateConvenient": true, @@ -3373,12 +3362,12 @@ ], "parameters": [ { - "$id": "350", + "$id": "348", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "351", + "$id": "349", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3392,9 +3381,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "352", + "$id": "350", "type": { - "$id": "353", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3407,40 +3396,40 @@ "crossLanguageDefinitionId": "Type.Union.ModelsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "354", + "$id": "352", "kind": "client", "name": "EnumsOnly", "namespace": "_Type.Union", "doc": "Describe union of 2 different enums", "methods": [ { - "$id": "355", + "$id": "353", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "356", + "$id": "354", "name": "get", "resourceName": "EnumsOnly", "accessibility": "public", "parameters": [ { - "$id": "357", + "$id": "355", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "358", + "$id": "356", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "359", + "$id": "357", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3462,7 +3451,7 @@ ], "responses": [ { - "$id": "360", + "$id": "358", "statusCodes": [ 200 ], @@ -3487,11 +3476,11 @@ }, "parameters": [ { - "$id": "361", + "$id": "359", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "358" + "$ref": "356" }, "location": "Header", "isApiVersion": false, @@ -3505,7 +3494,7 @@ } ], "response": { - "$id": "362", + "$id": "360", "type": { "$ref": "113" } @@ -3516,30 +3505,30 @@ "crossLanguageDefinitionId": "Type.Union.EnumsOnly.get" }, { - "$id": "363", + "$id": "361", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "364", + "$id": "362", "name": "send", "resourceName": "EnumsOnly", "accessibility": "public", "parameters": [ { - "$id": "365", + "$id": "363", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "366", + "$id": "364", "kind": "constant", "name": "sendContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "367", + "$id": "365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3559,7 +3548,7 @@ "skipUrlEncoding": false }, { - "$id": "368", + "$id": "366", "name": "sendRequest6", "nameInRequest": "sendRequest6", "type": { @@ -3578,7 +3567,7 @@ ], "responses": [ { - "$id": "369", + "$id": "367", "statusCodes": [ 204 ], @@ -3600,7 +3589,7 @@ }, "parameters": [ { - "$id": "370", + "$id": "368", "name": "prop", "nameInRequest": "prop", "type": { @@ -3617,12 +3606,12 @@ "skipUrlEncoding": false }, { - "$id": "371", + "$id": "369", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "366" + "$ref": "364" }, "location": "Header", "isApiVersion": false, @@ -3636,7 +3625,7 @@ } ], "response": { - "$id": "372" + "$id": "370" }, "isOverride": false, "generateConvenient": true, @@ -3646,12 +3635,12 @@ ], "parameters": [ { - "$id": "373", + "$id": "371", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "374", + "$id": "372", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3665,9 +3654,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "375", + "$id": "373", "type": { - "$id": "376", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3680,40 +3669,40 @@ "crossLanguageDefinitionId": "Type.Union.EnumsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "377", + "$id": "375", "kind": "client", "name": "StringAndArray", "namespace": "_Type.Union", "doc": "Describe union of a string and an array of strings", "methods": [ { - "$id": "378", + "$id": "376", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "379", + "$id": "377", "name": "get", "resourceName": "StringAndArray", "accessibility": "public", "parameters": [ { - "$id": "380", + "$id": "378", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "381", + "$id": "379", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "382", + "$id": "380", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3735,7 +3724,7 @@ ], "responses": [ { - "$id": "383", + "$id": "381", "statusCodes": [ 200 ], @@ -3760,11 +3749,11 @@ }, "parameters": [ { - "$id": "384", + "$id": "382", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "381" + "$ref": "379" }, "location": "Header", "isApiVersion": false, @@ -3778,7 +3767,7 @@ } ], "response": { - "$id": "385", + "$id": "383", "type": { "$ref": "128" } @@ -3789,30 +3778,30 @@ "crossLanguageDefinitionId": "Type.Union.StringAndArray.get" }, { - "$id": "386", + "$id": "384", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "387", + "$id": "385", "name": "send", "resourceName": "StringAndArray", "accessibility": "public", "parameters": [ { - "$id": "388", + "$id": "386", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "389", + "$id": "387", "kind": "constant", "name": "sendContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "390", + "$id": "388", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3832,11 +3821,11 @@ "skipUrlEncoding": false }, { - "$id": "391", + "$id": "389", "name": "sendRequest7", "nameInRequest": "sendRequest7", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -3851,7 +3840,7 @@ ], "responses": [ { - "$id": "392", + "$id": "390", "statusCodes": [ 204 ], @@ -3873,7 +3862,7 @@ }, "parameters": [ { - "$id": "393", + "$id": "391", "name": "prop", "nameInRequest": "prop", "type": { @@ -3890,12 +3879,12 @@ "skipUrlEncoding": false }, { - "$id": "394", + "$id": "392", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "389" + "$ref": "387" }, "location": "Header", "isApiVersion": false, @@ -3909,7 +3898,7 @@ } ], "response": { - "$id": "395" + "$id": "393" }, "isOverride": false, "generateConvenient": true, @@ -3919,12 +3908,12 @@ ], "parameters": [ { - "$id": "396", + "$id": "394", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "397", + "$id": "395", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3938,9 +3927,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "398", + "$id": "396", "type": { - "$id": "399", + "$id": "397", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3953,40 +3942,40 @@ "crossLanguageDefinitionId": "Type.Union.StringAndArray", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "400", + "$id": "398", "kind": "client", "name": "MixedLiterals", "namespace": "_Type.Union", "doc": "Describe union of floats \"a\" | 2 | 3.3", "methods": [ { - "$id": "401", + "$id": "399", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "402", + "$id": "400", "name": "get", "resourceName": "MixedLiterals", "accessibility": "public", "parameters": [ { - "$id": "403", + "$id": "401", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "404", + "$id": "402", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "405", + "$id": "403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4008,12 +3997,12 @@ ], "responses": [ { - "$id": "406", + "$id": "404", "statusCodes": [ 200 ], "bodyType": { - "$ref": "151" + "$ref": "149" }, "headers": [], "isErrorResponse": false, @@ -4033,11 +4022,11 @@ }, "parameters": [ { - "$id": "407", + "$id": "405", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "404" + "$ref": "402" }, "location": "Header", "isApiVersion": false, @@ -4051,9 +4040,9 @@ } ], "response": { - "$id": "408", + "$id": "406", "type": { - "$ref": "151" + "$ref": "149" } }, "isOverride": false, @@ -4062,30 +4051,30 @@ "crossLanguageDefinitionId": "Type.Union.MixedLiterals.get" }, { - "$id": "409", + "$id": "407", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "410", + "$id": "408", "name": "send", "resourceName": "MixedLiterals", "accessibility": "public", "parameters": [ { - "$id": "411", + "$id": "409", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "412", + "$id": "410", "kind": "constant", "name": "sendContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "413", + "$id": "411", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4105,11 +4094,11 @@ "skipUrlEncoding": false }, { - "$id": "414", + "$id": "412", "name": "sendRequest8", "nameInRequest": "sendRequest8", "type": { - "$ref": "177" + "$ref": "175" }, "location": "Body", "isApiVersion": false, @@ -4124,7 +4113,7 @@ ], "responses": [ { - "$id": "415", + "$id": "413", "statusCodes": [ 204 ], @@ -4146,11 +4135,11 @@ }, "parameters": [ { - "$id": "416", + "$id": "414", "name": "prop", "nameInRequest": "prop", "type": { - "$ref": "153" + "$ref": "151" }, "location": "Body", "isApiVersion": false, @@ -4163,12 +4152,12 @@ "skipUrlEncoding": false }, { - "$id": "417", + "$id": "415", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "412" + "$ref": "410" }, "location": "Header", "isApiVersion": false, @@ -4182,7 +4171,7 @@ } ], "response": { - "$id": "418" + "$id": "416" }, "isOverride": false, "generateConvenient": true, @@ -4192,12 +4181,12 @@ ], "parameters": [ { - "$id": "419", + "$id": "417", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "420", + "$id": "418", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4211,9 +4200,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "421", + "$id": "419", "type": { - "$id": "422", + "$id": "420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4226,40 +4215,40 @@ "crossLanguageDefinitionId": "Type.Union.MixedLiterals", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "423", + "$id": "421", "kind": "client", "name": "MixedTypes", "namespace": "_Type.Union", "doc": "Describe union of floats \"a\" | 2 | 3.3", "methods": [ { - "$id": "424", + "$id": "422", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "425", + "$id": "423", "name": "get", "resourceName": "MixedTypes", "accessibility": "public", "parameters": [ { - "$id": "426", + "$id": "424", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "427", + "$id": "425", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "428", + "$id": "426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4281,12 +4270,12 @@ ], "responses": [ { - "$id": "429", + "$id": "427", "statusCodes": [ 200 ], "bodyType": { - "$ref": "181" + "$ref": "179" }, "headers": [], "isErrorResponse": false, @@ -4306,11 +4295,11 @@ }, "parameters": [ { - "$id": "430", + "$id": "428", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "427" + "$ref": "425" }, "location": "Header", "isApiVersion": false, @@ -4324,9 +4313,9 @@ } ], "response": { - "$id": "431", + "$id": "429", "type": { - "$ref": "181" + "$ref": "179" } }, "isOverride": false, @@ -4335,30 +4324,30 @@ "crossLanguageDefinitionId": "Type.Union.MixedTypes.get" }, { - "$id": "432", + "$id": "430", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "433", + "$id": "431", "name": "send", "resourceName": "MixedTypes", "accessibility": "public", "parameters": [ { - "$id": "434", + "$id": "432", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "435", + "$id": "433", "kind": "constant", "name": "sendContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "436", + "$id": "434", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4378,11 +4367,11 @@ "skipUrlEncoding": false }, { - "$id": "437", + "$id": "435", "name": "sendRequest9", "nameInRequest": "sendRequest9", "type": { - "$ref": "207" + "$ref": "205" }, "location": "Body", "isApiVersion": false, @@ -4397,7 +4386,7 @@ ], "responses": [ { - "$id": "438", + "$id": "436", "statusCodes": [ 204 ], @@ -4419,11 +4408,11 @@ }, "parameters": [ { - "$id": "439", + "$id": "437", "name": "prop", "nameInRequest": "prop", "type": { - "$ref": "183" + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -4436,12 +4425,12 @@ "skipUrlEncoding": false }, { - "$id": "440", + "$id": "438", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "435" + "$ref": "433" }, "location": "Header", "isApiVersion": false, @@ -4455,7 +4444,7 @@ } ], "response": { - "$id": "441" + "$id": "439" }, "isOverride": false, "generateConvenient": true, @@ -4465,12 +4454,12 @@ ], "parameters": [ { - "$id": "442", + "$id": "440", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "443", + "$id": "441", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4484,9 +4473,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "444", + "$id": "442", "type": { - "$id": "445", + "$id": "443", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4499,7 +4488,7 @@ "crossLanguageDefinitionId": "Type.Union.MixedTypes", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } } ] diff --git a/test/CadlRanchProjectsNonAzure/parameters/spread/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/parameters/spread/tspCodeModel.json index 649c24250da..8e44a62e39f 100644 --- a/test/CadlRanchProjectsNonAzure/parameters/spread/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/parameters/spread/tspCodeModel.json @@ -2077,18 +2077,7 @@ "nameInRequest": "requiredIntList", "doc": "required int", "type": { - "$id": "204", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "205", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "37" }, "location": "Body", "isApiVersion": false, @@ -2101,23 +2090,12 @@ "skipUrlEncoding": false }, { - "$id": "206", + "$id": "204", "name": "optionalStringList", "nameInRequest": "optionalStringList", "doc": "optional string", "type": { - "$id": "207", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "208", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "42" }, "location": "Body", "isApiVersion": false, @@ -2130,7 +2108,7 @@ "skipUrlEncoding": false }, { - "$id": "209", + "$id": "205", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -2149,7 +2127,7 @@ } ], "response": { - "$id": "210" + "$id": "206" }, "isOverride": false, "generateConvenient": true, @@ -2157,25 +2135,25 @@ "crossLanguageDefinitionId": "Parameters.Spread.Alias.spreadWithMultipleParameters" }, { - "$id": "211", + "$id": "207", "kind": "basic", "name": "spreadParameterWithInnerAlias", "accessibility": "public", "apiVersions": [], "doc": "spread an alias with contains another alias property as body.", "operation": { - "$id": "212", + "$id": "208", "name": "spreadParameterWithInnerAlias", "resourceName": "Alias", "doc": "spread an alias with contains another alias property as body.", "accessibility": "public", "parameters": [ { - "$id": "213", + "$id": "209", "name": "id", "nameInRequest": "id", "type": { - "$id": "214", + "$id": "210", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2192,11 +2170,11 @@ "skipUrlEncoding": false }, { - "$id": "215", + "$id": "211", "name": "x-ms-test-header", "nameInRequest": "x-ms-test-header", "type": { - "$id": "216", + "$id": "212", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2213,18 +2191,18 @@ "skipUrlEncoding": false }, { - "$id": "217", + "$id": "213", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "218", + "$id": "214", "kind": "constant", "name": "spreadParameterWithInnerAliasContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "219", + "$id": "215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2244,7 +2222,7 @@ "skipUrlEncoding": false }, { - "$id": "220", + "$id": "216", "name": "spreadParameterWithInnerAliasRequest", "nameInRequest": "spreadParameterWithInnerAliasRequest", "type": { @@ -2263,7 +2241,7 @@ ], "responses": [ { - "$id": "221", + "$id": "217", "statusCodes": [ 204 ], @@ -2285,11 +2263,11 @@ }, "parameters": [ { - "$id": "222", + "$id": "218", "name": "id", "nameInRequest": "id", "type": { - "$id": "223", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2306,12 +2284,12 @@ "skipUrlEncoding": false }, { - "$id": "224", + "$id": "220", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "225", + "$id": "221", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2328,12 +2306,12 @@ "skipUrlEncoding": false }, { - "$id": "226", + "$id": "222", "name": "age", "nameInRequest": "age", "doc": "age of the Thing", "type": { - "$id": "227", + "$id": "223", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2350,11 +2328,11 @@ "skipUrlEncoding": false }, { - "$id": "228", + "$id": "224", "name": "x-ms-test-header", "nameInRequest": "x-ms-test-header", "type": { - "$id": "229", + "$id": "225", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2371,12 +2349,12 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "226", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "218" + "$ref": "214" }, "location": "Header", "isApiVersion": false, @@ -2390,7 +2368,7 @@ } ], "response": { - "$id": "231" + "$id": "227" }, "isOverride": false, "generateConvenient": true, @@ -2400,12 +2378,12 @@ ], "parameters": [ { - "$id": "232", + "$id": "228", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "233", + "$id": "229", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2419,9 +2397,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "234", + "$id": "230", "type": { - "$id": "235", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjectsNonAzure/type/array/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/type/array/tspCodeModel.json index 9339b074edb..4ee58fd4f3c 100644 --- a/test/CadlRanchProjectsNonAzure/type/array/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/type/array/tspCodeModel.json @@ -281,18 +281,7 @@ "name": "body", "nameInRequest": "body", "type": { - "$id": "33", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "34", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "23" }, "location": "Body", "isApiVersion": false, @@ -307,7 +296,7 @@ ], "responses": [ { - "$id": "35", + "$id": "33", "statusCodes": [ 204 ], @@ -329,22 +318,11 @@ }, "parameters": [ { - "$id": "36", + "$id": "34", "name": "body", "nameInRequest": "body", "type": { - "$id": "37", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "38", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "23" }, "location": "Body", "isApiVersion": false, @@ -357,7 +335,7 @@ "skipUrlEncoding": false }, { - "$id": "39", + "$id": "35", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -376,7 +354,7 @@ } ], "response": { - "$id": "40" + "$id": "36" }, "isOverride": false, "generateConvenient": true, @@ -386,12 +364,12 @@ ], "parameters": [ { - "$id": "41", + "$id": "37", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "42", + "$id": "38", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -405,9 +383,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "43", + "$id": "39", "type": { - "$id": "44", + "$id": "40", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -424,36 +402,36 @@ } }, { - "$id": "45", + "$id": "41", "kind": "client", "name": "Int64Value", "namespace": "Scm._Type._Array", "doc": "Array of int64 values", "methods": [ { - "$id": "46", + "$id": "42", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "47", + "$id": "43", "name": "get", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "48", + "$id": "44", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "49", + "$id": "45", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "50", + "$id": "46", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -475,16 +453,16 @@ ], "responses": [ { - "$id": "51", + "$id": "47", "statusCodes": [ 200 ], "bodyType": { - "$id": "52", + "$id": "48", "kind": "array", "name": "Array1", "valueType": { - "$id": "53", + "$id": "49", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -511,11 +489,11 @@ }, "parameters": [ { - "$id": "54", + "$id": "50", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "49" + "$ref": "45" }, "location": "Header", "isApiVersion": false, @@ -529,9 +507,9 @@ } ], "response": { - "$id": "55", + "$id": "51", "type": { - "$ref": "52" + "$ref": "48" } }, "isOverride": false, @@ -540,30 +518,30 @@ "crossLanguageDefinitionId": "Type.Array.Int64Value.get" }, { - "$id": "56", + "$id": "52", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "57", + "$id": "53", "name": "put", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "58", + "$id": "54", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "59", + "$id": "55", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "60", + "$id": "56", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -583,22 +561,11 @@ "skipUrlEncoding": false }, { - "$id": "61", + "$id": "57", "name": "body", "nameInRequest": "body", "type": { - "$id": "62", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "63", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "48" }, "location": "Body", "isApiVersion": false, @@ -613,7 +580,7 @@ ], "responses": [ { - "$id": "64", + "$id": "58", "statusCodes": [ 204 ], @@ -635,22 +602,11 @@ }, "parameters": [ { - "$id": "65", + "$id": "59", "name": "body", "nameInRequest": "body", "type": { - "$id": "66", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "67", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "48" }, "location": "Body", "isApiVersion": false, @@ -663,12 +619,12 @@ "skipUrlEncoding": false }, { - "$id": "68", + "$id": "60", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "59" + "$ref": "55" }, "location": "Header", "isApiVersion": false, @@ -682,7 +638,7 @@ } ], "response": { - "$id": "69" + "$id": "61" }, "isOverride": false, "generateConvenient": true, @@ -692,12 +648,12 @@ ], "parameters": [ { - "$id": "70", + "$id": "62", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "71", + "$id": "63", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -711,9 +667,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "72", + "$id": "64", "type": { - "$id": "73", + "$id": "65", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -730,36 +686,36 @@ } }, { - "$id": "74", + "$id": "66", "kind": "client", "name": "BooleanValue", "namespace": "Scm._Type._Array", "doc": "Array of boolean values", "methods": [ { - "$id": "75", + "$id": "67", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "76", + "$id": "68", "name": "get", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "77", + "$id": "69", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "78", + "$id": "70", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "79", + "$id": "71", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -781,16 +737,16 @@ ], "responses": [ { - "$id": "80", + "$id": "72", "statusCodes": [ 200 ], "bodyType": { - "$id": "81", + "$id": "73", "kind": "array", "name": "Array2", "valueType": { - "$id": "82", + "$id": "74", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -817,11 +773,11 @@ }, "parameters": [ { - "$id": "83", + "$id": "75", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "78" + "$ref": "70" }, "location": "Header", "isApiVersion": false, @@ -835,9 +791,9 @@ } ], "response": { - "$id": "84", + "$id": "76", "type": { - "$ref": "81" + "$ref": "73" } }, "isOverride": false, @@ -846,30 +802,30 @@ "crossLanguageDefinitionId": "Type.Array.BooleanValue.get" }, { - "$id": "85", + "$id": "77", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "86", + "$id": "78", "name": "put", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "87", + "$id": "79", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "88", + "$id": "80", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "89", + "$id": "81", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -889,22 +845,11 @@ "skipUrlEncoding": false }, { - "$id": "90", + "$id": "82", "name": "body", "nameInRequest": "body", "type": { - "$id": "91", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "92", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "location": "Body", "isApiVersion": false, @@ -919,7 +864,7 @@ ], "responses": [ { - "$id": "93", + "$id": "83", "statusCodes": [ 204 ], @@ -941,22 +886,11 @@ }, "parameters": [ { - "$id": "94", + "$id": "84", "name": "body", "nameInRequest": "body", "type": { - "$id": "95", - "kind": "array", - "name": "Array2", - "valueType": { - "$id": "96", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "location": "Body", "isApiVersion": false, @@ -969,12 +903,12 @@ "skipUrlEncoding": false }, { - "$id": "97", + "$id": "85", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "88" + "$ref": "80" }, "location": "Header", "isApiVersion": false, @@ -988,7 +922,7 @@ } ], "response": { - "$id": "98" + "$id": "86" }, "isOverride": false, "generateConvenient": true, @@ -998,12 +932,12 @@ ], "parameters": [ { - "$id": "99", + "$id": "87", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "100", + "$id": "88", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1017,9 +951,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "101", + "$id": "89", "type": { - "$id": "102", + "$id": "90", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1036,36 +970,36 @@ } }, { - "$id": "103", + "$id": "91", "kind": "client", "name": "StringValue", "namespace": "Scm._Type._Array", "doc": "Array of string values", "methods": [ { - "$id": "104", + "$id": "92", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "105", + "$id": "93", "name": "get", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "106", + "$id": "94", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "107", + "$id": "95", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "108", + "$id": "96", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1087,16 +1021,16 @@ ], "responses": [ { - "$id": "109", + "$id": "97", "statusCodes": [ 200 ], "bodyType": { - "$id": "110", + "$id": "98", "kind": "array", "name": "Array3", "valueType": { - "$id": "111", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1123,11 +1057,11 @@ }, "parameters": [ { - "$id": "112", + "$id": "100", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "107" + "$ref": "95" }, "location": "Header", "isApiVersion": false, @@ -1141,9 +1075,9 @@ } ], "response": { - "$id": "113", + "$id": "101", "type": { - "$ref": "110" + "$ref": "98" } }, "isOverride": false, @@ -1152,30 +1086,30 @@ "crossLanguageDefinitionId": "Type.Array.StringValue.get" }, { - "$id": "114", + "$id": "102", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "115", + "$id": "103", "name": "put", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "116", + "$id": "104", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "117", + "$id": "105", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "118", + "$id": "106", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1195,22 +1129,11 @@ "skipUrlEncoding": false }, { - "$id": "119", + "$id": "107", "name": "body", "nameInRequest": "body", "type": { - "$id": "120", - "kind": "array", - "name": "Array3", - "valueType": { - "$id": "121", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "98" }, "location": "Body", "isApiVersion": false, @@ -1225,7 +1148,7 @@ ], "responses": [ { - "$id": "122", + "$id": "108", "statusCodes": [ 204 ], @@ -1247,22 +1170,11 @@ }, "parameters": [ { - "$id": "123", + "$id": "109", "name": "body", "nameInRequest": "body", "type": { - "$id": "124", - "kind": "array", - "name": "Array3", - "valueType": { - "$id": "125", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "98" }, "location": "Body", "isApiVersion": false, @@ -1275,12 +1187,12 @@ "skipUrlEncoding": false }, { - "$id": "126", + "$id": "110", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "117" + "$ref": "105" }, "location": "Header", "isApiVersion": false, @@ -1294,7 +1206,7 @@ } ], "response": { - "$id": "127" + "$id": "111" }, "isOverride": false, "generateConvenient": true, @@ -1304,12 +1216,12 @@ ], "parameters": [ { - "$id": "128", + "$id": "112", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "129", + "$id": "113", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1323,9 +1235,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "130", + "$id": "114", "type": { - "$id": "131", + "$id": "115", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1342,36 +1254,36 @@ } }, { - "$id": "132", + "$id": "116", "kind": "client", "name": "Float32Value", "namespace": "Scm._Type._Array", "doc": "Array of float values", "methods": [ { - "$id": "133", + "$id": "117", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "134", + "$id": "118", "name": "get", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "135", + "$id": "119", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "136", + "$id": "120", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "137", + "$id": "121", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1393,16 +1305,16 @@ ], "responses": [ { - "$id": "138", + "$id": "122", "statusCodes": [ 200 ], "bodyType": { - "$id": "139", + "$id": "123", "kind": "array", "name": "Array4", "valueType": { - "$id": "140", + "$id": "124", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1429,11 +1341,11 @@ }, "parameters": [ { - "$id": "141", + "$id": "125", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "136" + "$ref": "120" }, "location": "Header", "isApiVersion": false, @@ -1447,9 +1359,9 @@ } ], "response": { - "$id": "142", + "$id": "126", "type": { - "$ref": "139" + "$ref": "123" } }, "isOverride": false, @@ -1458,30 +1370,30 @@ "crossLanguageDefinitionId": "Type.Array.Float32Value.get" }, { - "$id": "143", + "$id": "127", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "144", + "$id": "128", "name": "put", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "145", + "$id": "129", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "146", + "$id": "130", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "147", + "$id": "131", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1501,22 +1413,11 @@ "skipUrlEncoding": false }, { - "$id": "148", + "$id": "132", "name": "body", "nameInRequest": "body", "type": { - "$id": "149", - "kind": "array", - "name": "Array4", - "valueType": { - "$id": "150", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "123" }, "location": "Body", "isApiVersion": false, @@ -1531,7 +1432,7 @@ ], "responses": [ { - "$id": "151", + "$id": "133", "statusCodes": [ 204 ], @@ -1553,22 +1454,11 @@ }, "parameters": [ { - "$id": "152", + "$id": "134", "name": "body", "nameInRequest": "body", "type": { - "$id": "153", - "kind": "array", - "name": "Array4", - "valueType": { - "$id": "154", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "123" }, "location": "Body", "isApiVersion": false, @@ -1581,12 +1471,12 @@ "skipUrlEncoding": false }, { - "$id": "155", + "$id": "135", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "146" + "$ref": "130" }, "location": "Header", "isApiVersion": false, @@ -1600,7 +1490,7 @@ } ], "response": { - "$id": "156" + "$id": "136" }, "isOverride": false, "generateConvenient": true, @@ -1610,12 +1500,12 @@ ], "parameters": [ { - "$id": "157", + "$id": "137", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "158", + "$id": "138", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1629,9 +1519,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "159", + "$id": "139", "type": { - "$id": "160", + "$id": "140", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1648,36 +1538,36 @@ } }, { - "$id": "161", + "$id": "141", "kind": "client", "name": "DatetimeValue", "namespace": "Scm._Type._Array", "doc": "Array of datetime values", "methods": [ { - "$id": "162", + "$id": "142", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "163", + "$id": "143", "name": "get", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "164", + "$id": "144", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "165", + "$id": "145", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "166", + "$id": "146", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1699,21 +1589,21 @@ ], "responses": [ { - "$id": "167", + "$id": "147", "statusCodes": [ 200 ], "bodyType": { - "$id": "168", + "$id": "148", "kind": "array", "name": "Array5", "valueType": { - "$id": "169", + "$id": "149", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "170", + "$id": "150", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1743,11 +1633,11 @@ }, "parameters": [ { - "$id": "171", + "$id": "151", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "165" + "$ref": "145" }, "location": "Header", "isApiVersion": false, @@ -1761,9 +1651,9 @@ } ], "response": { - "$id": "172", + "$id": "152", "type": { - "$ref": "168" + "$ref": "148" } }, "isOverride": false, @@ -1772,30 +1662,30 @@ "crossLanguageDefinitionId": "Type.Array.DatetimeValue.get" }, { - "$id": "173", + "$id": "153", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "174", + "$id": "154", "name": "put", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "175", + "$id": "155", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "176", + "$id": "156", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "177", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1815,30 +1705,11 @@ "skipUrlEncoding": false }, { - "$id": "178", + "$id": "158", "name": "body", "nameInRequest": "body", "type": { - "$id": "179", - "kind": "array", - "name": "Array5", - "valueType": { - "$id": "180", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "181", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -1853,7 +1724,7 @@ ], "responses": [ { - "$id": "182", + "$id": "159", "statusCodes": [ 204 ], @@ -1875,30 +1746,11 @@ }, "parameters": [ { - "$id": "183", + "$id": "160", "name": "body", "nameInRequest": "body", "type": { - "$id": "184", - "kind": "array", - "name": "Array5", - "valueType": { - "$id": "185", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "186", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -1911,12 +1763,12 @@ "skipUrlEncoding": false }, { - "$id": "187", + "$id": "161", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "176" + "$ref": "156" }, "location": "Header", "isApiVersion": false, @@ -1930,7 +1782,7 @@ } ], "response": { - "$id": "188" + "$id": "162" }, "isOverride": false, "generateConvenient": true, @@ -1940,12 +1792,12 @@ ], "parameters": [ { - "$id": "189", + "$id": "163", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "190", + "$id": "164", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1959,9 +1811,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "191", + "$id": "165", "type": { - "$id": "192", + "$id": "166", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1978,36 +1830,36 @@ } }, { - "$id": "193", + "$id": "167", "kind": "client", "name": "DurationValue", "namespace": "Scm._Type._Array", "doc": "Array of duration values", "methods": [ { - "$id": "194", + "$id": "168", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "195", + "$id": "169", "name": "get", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "196", + "$id": "170", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "197", + "$id": "171", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "198", + "$id": "172", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2029,21 +1881,21 @@ ], "responses": [ { - "$id": "199", + "$id": "173", "statusCodes": [ 200 ], "bodyType": { - "$id": "200", + "$id": "174", "kind": "array", "name": "Array6", "valueType": { - "$id": "201", + "$id": "175", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "202", + "$id": "176", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2073,11 +1925,11 @@ }, "parameters": [ { - "$id": "203", + "$id": "177", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "197" + "$ref": "171" }, "location": "Header", "isApiVersion": false, @@ -2091,9 +1943,9 @@ } ], "response": { - "$id": "204", + "$id": "178", "type": { - "$ref": "200" + "$ref": "174" } }, "isOverride": false, @@ -2102,30 +1954,30 @@ "crossLanguageDefinitionId": "Type.Array.DurationValue.get" }, { - "$id": "205", + "$id": "179", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "206", + "$id": "180", "name": "put", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "207", + "$id": "181", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "208", + "$id": "182", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "209", + "$id": "183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2145,30 +1997,11 @@ "skipUrlEncoding": false }, { - "$id": "210", + "$id": "184", "name": "body", "nameInRequest": "body", "type": { - "$id": "211", - "kind": "array", - "name": "Array6", - "valueType": { - "$id": "212", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "213", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "174" }, "location": "Body", "isApiVersion": false, @@ -2183,7 +2016,7 @@ ], "responses": [ { - "$id": "214", + "$id": "185", "statusCodes": [ 204 ], @@ -2205,30 +2038,11 @@ }, "parameters": [ { - "$id": "215", + "$id": "186", "name": "body", "nameInRequest": "body", "type": { - "$id": "216", - "kind": "array", - "name": "Array6", - "valueType": { - "$id": "217", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "218", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "174" }, "location": "Body", "isApiVersion": false, @@ -2241,12 +2055,12 @@ "skipUrlEncoding": false }, { - "$id": "219", + "$id": "187", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "208" + "$ref": "182" }, "location": "Header", "isApiVersion": false, @@ -2260,7 +2074,7 @@ } ], "response": { - "$id": "220" + "$id": "188" }, "isOverride": false, "generateConvenient": true, @@ -2270,12 +2084,12 @@ ], "parameters": [ { - "$id": "221", + "$id": "189", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "222", + "$id": "190", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2289,9 +2103,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "223", + "$id": "191", "type": { - "$id": "224", + "$id": "192", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2308,36 +2122,36 @@ } }, { - "$id": "225", + "$id": "193", "kind": "client", "name": "UnknownValue", "namespace": "Scm._Type._Array", "doc": "Array of unknown values", "methods": [ { - "$id": "226", + "$id": "194", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "227", + "$id": "195", "name": "get", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "228", + "$id": "196", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "229", + "$id": "197", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "230", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2359,16 +2173,16 @@ ], "responses": [ { - "$id": "231", + "$id": "199", "statusCodes": [ 200 ], "bodyType": { - "$id": "232", + "$id": "200", "kind": "array", "name": "Array7", "valueType": { - "$id": "233", + "$id": "201", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2395,11 +2209,11 @@ }, "parameters": [ { - "$id": "234", + "$id": "202", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "229" + "$ref": "197" }, "location": "Header", "isApiVersion": false, @@ -2413,9 +2227,9 @@ } ], "response": { - "$id": "235", + "$id": "203", "type": { - "$ref": "232" + "$ref": "200" } }, "isOverride": false, @@ -2424,30 +2238,30 @@ "crossLanguageDefinitionId": "Type.Array.UnknownValue.get" }, { - "$id": "236", + "$id": "204", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "237", + "$id": "205", "name": "put", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "238", + "$id": "206", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "239", + "$id": "207", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "240", + "$id": "208", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2467,22 +2281,11 @@ "skipUrlEncoding": false }, { - "$id": "241", + "$id": "209", "name": "body", "nameInRequest": "body", "type": { - "$id": "242", - "kind": "array", - "name": "Array7", - "valueType": { - "$id": "243", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -2497,7 +2300,7 @@ ], "responses": [ { - "$id": "244", + "$id": "210", "statusCodes": [ 204 ], @@ -2519,22 +2322,11 @@ }, "parameters": [ { - "$id": "245", + "$id": "211", "name": "body", "nameInRequest": "body", "type": { - "$id": "246", - "kind": "array", - "name": "Array7", - "valueType": { - "$id": "247", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -2547,12 +2339,12 @@ "skipUrlEncoding": false }, { - "$id": "248", + "$id": "212", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "239" + "$ref": "207" }, "location": "Header", "isApiVersion": false, @@ -2566,7 +2358,7 @@ } ], "response": { - "$id": "249" + "$id": "213" }, "isOverride": false, "generateConvenient": true, @@ -2576,12 +2368,12 @@ ], "parameters": [ { - "$id": "250", + "$id": "214", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "251", + "$id": "215", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2595,9 +2387,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "252", + "$id": "216", "type": { - "$id": "253", + "$id": "217", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2614,36 +2406,36 @@ } }, { - "$id": "254", + "$id": "218", "kind": "client", "name": "ModelValue", "namespace": "Scm._Type._Array", "doc": "Array of model values", "methods": [ { - "$id": "255", + "$id": "219", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "256", + "$id": "220", "name": "get", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "257", + "$id": "221", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "258", + "$id": "222", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "259", + "$id": "223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2665,19 +2457,12 @@ ], "responses": [ { - "$id": "260", + "$id": "224", "statusCodes": [ 200 ], "bodyType": { - "$id": "261", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -2697,11 +2482,11 @@ }, "parameters": [ { - "$id": "262", + "$id": "225", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "258" + "$ref": "222" }, "location": "Header", "isApiVersion": false, @@ -2715,9 +2500,9 @@ } ], "response": { - "$id": "263", + "$id": "226", "type": { - "$ref": "261" + "$ref": "8" } }, "isOverride": false, @@ -2726,30 +2511,30 @@ "crossLanguageDefinitionId": "Type.Array.ModelValue.get" }, { - "$id": "264", + "$id": "227", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "265", + "$id": "228", "name": "put", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "266", + "$id": "229", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "267", + "$id": "230", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "268", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2769,18 +2554,11 @@ "skipUrlEncoding": false }, { - "$id": "269", + "$id": "232", "name": "body", "nameInRequest": "body", "type": { - "$id": "270", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2795,7 +2573,7 @@ ], "responses": [ { - "$id": "271", + "$id": "233", "statusCodes": [ 204 ], @@ -2817,18 +2595,11 @@ }, "parameters": [ { - "$id": "272", + "$id": "234", "name": "body", "nameInRequest": "body", "type": { - "$id": "273", - "kind": "array", - "name": "ArrayInnerModel", - "valueType": { - "$ref": "2" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2841,12 +2612,12 @@ "skipUrlEncoding": false }, { - "$id": "274", + "$id": "235", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "267" + "$ref": "230" }, "location": "Header", "isApiVersion": false, @@ -2860,7 +2631,7 @@ } ], "response": { - "$id": "275" + "$id": "236" }, "isOverride": false, "generateConvenient": true, @@ -2870,12 +2641,12 @@ ], "parameters": [ { - "$id": "276", + "$id": "237", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "277", + "$id": "238", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2889,9 +2660,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "278", + "$id": "239", "type": { - "$id": "279", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2908,36 +2679,36 @@ } }, { - "$id": "280", + "$id": "241", "kind": "client", "name": "NullableFloatValue", "namespace": "Scm._Type._Array", "doc": "Array of nullable float values", "methods": [ { - "$id": "281", + "$id": "242", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "282", + "$id": "243", "name": "get", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "283", + "$id": "244", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "284", + "$id": "245", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "285", + "$id": "246", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2959,19 +2730,19 @@ ], "responses": [ { - "$id": "286", + "$id": "247", "statusCodes": [ 200 ], "bodyType": { - "$id": "287", + "$id": "248", "kind": "array", "name": "Array8", "valueType": { - "$id": "288", + "$id": "249", "kind": "nullable", "type": { - "$id": "289", + "$id": "250", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -3000,11 +2771,11 @@ }, "parameters": [ { - "$id": "290", + "$id": "251", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "284" + "$ref": "245" }, "location": "Header", "isApiVersion": false, @@ -3018,9 +2789,9 @@ } ], "response": { - "$id": "291", + "$id": "252", "type": { - "$ref": "287" + "$ref": "248" } }, "isOverride": false, @@ -3029,30 +2800,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableFloatValue.get" }, { - "$id": "292", + "$id": "253", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "293", + "$id": "254", "name": "put", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "294", + "$id": "255", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "295", + "$id": "256", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "296", + "$id": "257", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3072,18 +2843,11 @@ "skipUrlEncoding": false }, { - "$id": "297", + "$id": "258", "name": "body", "nameInRequest": "body", "type": { - "$id": "298", - "kind": "array", - "name": "Array8", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "248" }, "location": "Body", "isApiVersion": false, @@ -3098,7 +2862,7 @@ ], "responses": [ { - "$id": "299", + "$id": "259", "statusCodes": [ 204 ], @@ -3120,18 +2884,11 @@ }, "parameters": [ { - "$id": "300", + "$id": "260", "name": "body", "nameInRequest": "body", "type": { - "$id": "301", - "kind": "array", - "name": "Array8", - "valueType": { - "$ref": "288" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "248" }, "location": "Body", "isApiVersion": false, @@ -3144,12 +2901,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "261", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "295" + "$ref": "256" }, "location": "Header", "isApiVersion": false, @@ -3163,7 +2920,7 @@ } ], "response": { - "$id": "303" + "$id": "262" }, "isOverride": false, "generateConvenient": true, @@ -3173,12 +2930,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "263", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "264", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3192,9 +2949,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "265", "type": { - "$id": "307", + "$id": "266", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3211,36 +2968,36 @@ } }, { - "$id": "308", + "$id": "267", "kind": "client", "name": "NullableInt32Value", "namespace": "Scm._Type._Array", "doc": "Array of nullable int32 values", "methods": [ { - "$id": "309", + "$id": "268", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "269", "name": "get", "resourceName": "NullableInt32Value", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "270", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "271", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3262,19 +3019,19 @@ ], "responses": [ { - "$id": "314", + "$id": "273", "statusCodes": [ 200 ], "bodyType": { - "$id": "315", + "$id": "274", "kind": "array", "name": "Array9", "valueType": { - "$id": "316", + "$id": "275", "kind": "nullable", "type": { - "$id": "317", + "$id": "276", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3303,11 +3060,11 @@ }, "parameters": [ { - "$id": "318", + "$id": "277", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "271" }, "location": "Header", "isApiVersion": false, @@ -3321,9 +3078,9 @@ } ], "response": { - "$id": "319", + "$id": "278", "type": { - "$ref": "315" + "$ref": "274" } }, "isOverride": false, @@ -3332,30 +3089,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableInt32Value.get" }, { - "$id": "320", + "$id": "279", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "321", + "$id": "280", "name": "put", "resourceName": "NullableInt32Value", "accessibility": "public", "parameters": [ { - "$id": "322", + "$id": "281", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "323", + "$id": "282", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "324", + "$id": "283", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3375,18 +3132,11 @@ "skipUrlEncoding": false }, { - "$id": "325", + "$id": "284", "name": "body", "nameInRequest": "body", "type": { - "$id": "326", - "kind": "array", - "name": "Array9", - "valueType": { - "$ref": "316" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "274" }, "location": "Body", "isApiVersion": false, @@ -3401,7 +3151,7 @@ ], "responses": [ { - "$id": "327", + "$id": "285", "statusCodes": [ 204 ], @@ -3423,18 +3173,11 @@ }, "parameters": [ { - "$id": "328", + "$id": "286", "name": "body", "nameInRequest": "body", "type": { - "$id": "329", - "kind": "array", - "name": "Array9", - "valueType": { - "$ref": "316" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "274" }, "location": "Body", "isApiVersion": false, @@ -3447,12 +3190,12 @@ "skipUrlEncoding": false }, { - "$id": "330", + "$id": "287", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "323" + "$ref": "282" }, "location": "Header", "isApiVersion": false, @@ -3466,7 +3209,7 @@ } ], "response": { - "$id": "331" + "$id": "288" }, "isOverride": false, "generateConvenient": true, @@ -3476,12 +3219,12 @@ ], "parameters": [ { - "$id": "332", + "$id": "289", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "333", + "$id": "290", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3495,9 +3238,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "334", + "$id": "291", "type": { - "$id": "335", + "$id": "292", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3514,36 +3257,36 @@ } }, { - "$id": "336", + "$id": "293", "kind": "client", "name": "NullableBooleanValue", "namespace": "Scm._Type._Array", "doc": "Array of nullable boolean values", "methods": [ { - "$id": "337", + "$id": "294", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "338", + "$id": "295", "name": "get", "resourceName": "NullableBooleanValue", "accessibility": "public", "parameters": [ { - "$id": "339", + "$id": "296", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "340", + "$id": "297", "kind": "constant", "name": "getContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "341", + "$id": "298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3565,19 +3308,19 @@ ], "responses": [ { - "$id": "342", + "$id": "299", "statusCodes": [ 200 ], "bodyType": { - "$id": "343", + "$id": "300", "kind": "array", "name": "Array10", "valueType": { - "$id": "344", + "$id": "301", "kind": "nullable", "type": { - "$id": "345", + "$id": "302", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -3606,11 +3349,11 @@ }, "parameters": [ { - "$id": "346", + "$id": "303", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "340" + "$ref": "297" }, "location": "Header", "isApiVersion": false, @@ -3624,9 +3367,9 @@ } ], "response": { - "$id": "347", + "$id": "304", "type": { - "$ref": "343" + "$ref": "300" } }, "isOverride": false, @@ -3635,30 +3378,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableBooleanValue.get" }, { - "$id": "348", + "$id": "305", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "349", + "$id": "306", "name": "put", "resourceName": "NullableBooleanValue", "accessibility": "public", "parameters": [ { - "$id": "350", + "$id": "307", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "351", + "$id": "308", "kind": "constant", "name": "putContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "352", + "$id": "309", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3678,18 +3421,11 @@ "skipUrlEncoding": false }, { - "$id": "353", + "$id": "310", "name": "body", "nameInRequest": "body", "type": { - "$id": "354", - "kind": "array", - "name": "Array10", - "valueType": { - "$ref": "344" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "300" }, "location": "Body", "isApiVersion": false, @@ -3704,7 +3440,7 @@ ], "responses": [ { - "$id": "355", + "$id": "311", "statusCodes": [ 204 ], @@ -3726,18 +3462,11 @@ }, "parameters": [ { - "$id": "356", + "$id": "312", "name": "body", "nameInRequest": "body", "type": { - "$id": "357", - "kind": "array", - "name": "Array10", - "valueType": { - "$ref": "344" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "300" }, "location": "Body", "isApiVersion": false, @@ -3750,12 +3479,12 @@ "skipUrlEncoding": false }, { - "$id": "358", + "$id": "313", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "351" + "$ref": "308" }, "location": "Header", "isApiVersion": false, @@ -3769,7 +3498,7 @@ } ], "response": { - "$id": "359" + "$id": "314" }, "isOverride": false, "generateConvenient": true, @@ -3779,12 +3508,12 @@ ], "parameters": [ { - "$id": "360", + "$id": "315", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "361", + "$id": "316", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3798,9 +3527,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "362", + "$id": "317", "type": { - "$id": "363", + "$id": "318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3817,36 +3546,36 @@ } }, { - "$id": "364", + "$id": "319", "kind": "client", "name": "NullableStringValue", "namespace": "Scm._Type._Array", "doc": "Array of nullable string values", "methods": [ { - "$id": "365", + "$id": "320", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "366", + "$id": "321", "name": "get", "resourceName": "NullableStringValue", "accessibility": "public", "parameters": [ { - "$id": "367", + "$id": "322", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "368", + "$id": "323", "kind": "constant", "name": "getContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "369", + "$id": "324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3868,19 +3597,19 @@ ], "responses": [ { - "$id": "370", + "$id": "325", "statusCodes": [ 200 ], "bodyType": { - "$id": "371", + "$id": "326", "kind": "array", "name": "Array11", "valueType": { - "$id": "372", + "$id": "327", "kind": "nullable", "type": { - "$id": "373", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3909,11 +3638,11 @@ }, "parameters": [ { - "$id": "374", + "$id": "329", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "368" + "$ref": "323" }, "location": "Header", "isApiVersion": false, @@ -3927,9 +3656,9 @@ } ], "response": { - "$id": "375", + "$id": "330", "type": { - "$ref": "371" + "$ref": "326" } }, "isOverride": false, @@ -3938,30 +3667,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableStringValue.get" }, { - "$id": "376", + "$id": "331", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "377", + "$id": "332", "name": "put", "resourceName": "NullableStringValue", "accessibility": "public", "parameters": [ { - "$id": "378", + "$id": "333", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "379", + "$id": "334", "kind": "constant", "name": "putContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "380", + "$id": "335", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3981,18 +3710,11 @@ "skipUrlEncoding": false }, { - "$id": "381", + "$id": "336", "name": "body", "nameInRequest": "body", "type": { - "$id": "382", - "kind": "array", - "name": "Array11", - "valueType": { - "$ref": "372" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "326" }, "location": "Body", "isApiVersion": false, @@ -4007,7 +3729,7 @@ ], "responses": [ { - "$id": "383", + "$id": "337", "statusCodes": [ 204 ], @@ -4029,18 +3751,11 @@ }, "parameters": [ { - "$id": "384", + "$id": "338", "name": "body", "nameInRequest": "body", "type": { - "$id": "385", - "kind": "array", - "name": "Array11", - "valueType": { - "$ref": "372" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "326" }, "location": "Body", "isApiVersion": false, @@ -4053,12 +3768,12 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "339", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "379" + "$ref": "334" }, "location": "Header", "isApiVersion": false, @@ -4072,7 +3787,7 @@ } ], "response": { - "$id": "387" + "$id": "340" }, "isOverride": false, "generateConvenient": true, @@ -4082,12 +3797,12 @@ ], "parameters": [ { - "$id": "388", + "$id": "341", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "389", + "$id": "342", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4101,9 +3816,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "390", + "$id": "343", "type": { - "$id": "391", + "$id": "344", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4120,36 +3835,36 @@ } }, { - "$id": "392", + "$id": "345", "kind": "client", "name": "NullableModelValue", "namespace": "Scm._Type._Array", "doc": "Array of nullable model values", "methods": [ { - "$id": "393", + "$id": "346", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "394", + "$id": "347", "name": "get", "resourceName": "NullableModelValue", "accessibility": "public", "parameters": [ { - "$id": "395", + "$id": "348", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "396", + "$id": "349", "kind": "constant", "name": "getContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "397", + "$id": "350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4171,16 +3886,16 @@ ], "responses": [ { - "$id": "398", + "$id": "351", "statusCodes": [ 200 ], "bodyType": { - "$id": "399", + "$id": "352", "kind": "array", "name": "Array12", "valueType": { - "$id": "400", + "$id": "353", "kind": "nullable", "type": { "$ref": "2" @@ -4208,11 +3923,11 @@ }, "parameters": [ { - "$id": "401", + "$id": "354", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "396" + "$ref": "349" }, "location": "Header", "isApiVersion": false, @@ -4226,9 +3941,9 @@ } ], "response": { - "$id": "402", + "$id": "355", "type": { - "$ref": "399" + "$ref": "352" } }, "isOverride": false, @@ -4237,30 +3952,30 @@ "crossLanguageDefinitionId": "Type.Array.NullableModelValue.get" }, { - "$id": "403", + "$id": "356", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "404", + "$id": "357", "name": "put", "resourceName": "NullableModelValue", "accessibility": "public", "parameters": [ { - "$id": "405", + "$id": "358", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "406", + "$id": "359", "kind": "constant", "name": "putContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "407", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4280,18 +3995,11 @@ "skipUrlEncoding": false }, { - "$id": "408", + "$id": "361", "name": "body", "nameInRequest": "body", "type": { - "$id": "409", - "kind": "array", - "name": "Array12", - "valueType": { - "$ref": "400" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "352" }, "location": "Body", "isApiVersion": false, @@ -4306,7 +4014,7 @@ ], "responses": [ { - "$id": "410", + "$id": "362", "statusCodes": [ 204 ], @@ -4328,18 +4036,11 @@ }, "parameters": [ { - "$id": "411", + "$id": "363", "name": "body", "nameInRequest": "body", "type": { - "$id": "412", - "kind": "array", - "name": "Array12", - "valueType": { - "$ref": "400" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "352" }, "location": "Body", "isApiVersion": false, @@ -4352,12 +4053,12 @@ "skipUrlEncoding": false }, { - "$id": "413", + "$id": "364", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "406" + "$ref": "359" }, "location": "Header", "isApiVersion": false, @@ -4371,7 +4072,7 @@ } ], "response": { - "$id": "414" + "$id": "365" }, "isOverride": false, "generateConvenient": true, @@ -4381,12 +4082,12 @@ ], "parameters": [ { - "$id": "415", + "$id": "366", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "416", + "$id": "367", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4400,9 +4101,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "417", + "$id": "368", "type": { - "$id": "418", + "$id": "369", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjectsNonAzure/type/dictionary/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/type/dictionary/tspCodeModel.json index 1dbf5929c11..5d11989faed 100644 --- a/test/CadlRanchProjectsNonAzure/type/dictionary/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/type/dictionary/tspCodeModel.json @@ -291,23 +291,7 @@ "name": "body", "nameInRequest": "body", "type": { - "$id": "35", - "kind": "dict", - "keyType": { - "$id": "36", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "37", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "24" }, "location": "Body", "isApiVersion": false, @@ -322,7 +306,7 @@ ], "responses": [ { - "$id": "38", + "$id": "35", "statusCodes": [ 204 ], @@ -344,27 +328,11 @@ }, "parameters": [ { - "$id": "39", + "$id": "36", "name": "body", "nameInRequest": "body", "type": { - "$id": "40", - "kind": "dict", - "keyType": { - "$id": "41", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "42", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "24" }, "location": "Body", "isApiVersion": false, @@ -377,7 +345,7 @@ "skipUrlEncoding": false }, { - "$id": "43", + "$id": "37", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", @@ -396,7 +364,7 @@ } ], "response": { - "$id": "44" + "$id": "38" }, "isOverride": false, "generateConvenient": true, @@ -406,12 +374,12 @@ ], "parameters": [ { - "$id": "45", + "$id": "39", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "46", + "$id": "40", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -425,9 +393,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "47", + "$id": "41", "type": { - "$id": "48", + "$id": "42", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -444,36 +412,36 @@ } }, { - "$id": "49", + "$id": "43", "kind": "client", "name": "Int64Value", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of int64 values", "methods": [ { - "$id": "50", + "$id": "44", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "51", + "$id": "45", "name": "get", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "52", + "$id": "46", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "53", + "$id": "47", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "54", + "$id": "48", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -495,22 +463,22 @@ ], "responses": [ { - "$id": "55", + "$id": "49", "statusCodes": [ 200 ], "bodyType": { - "$id": "56", + "$id": "50", "kind": "dict", "keyType": { - "$id": "57", + "$id": "51", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "58", + "$id": "52", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -536,11 +504,11 @@ }, "parameters": [ { - "$id": "59", + "$id": "53", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "53" + "$ref": "47" }, "location": "Header", "isApiVersion": false, @@ -554,9 +522,9 @@ } ], "response": { - "$id": "60", + "$id": "54", "type": { - "$ref": "56" + "$ref": "50" } }, "isOverride": false, @@ -565,30 +533,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.Int64Value.get" }, { - "$id": "61", + "$id": "55", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "62", + "$id": "56", "name": "put", "resourceName": "Int64Value", "accessibility": "public", "parameters": [ { - "$id": "63", + "$id": "57", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "64", + "$id": "58", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "65", + "$id": "59", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -608,27 +576,11 @@ "skipUrlEncoding": false }, { - "$id": "66", + "$id": "60", "name": "body", "nameInRequest": "body", "type": { - "$id": "67", - "kind": "dict", - "keyType": { - "$id": "68", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "69", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "decorators": [] + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -643,7 +595,7 @@ ], "responses": [ { - "$id": "70", + "$id": "61", "statusCodes": [ 204 ], @@ -665,27 +617,11 @@ }, "parameters": [ { - "$id": "71", + "$id": "62", "name": "body", "nameInRequest": "body", "type": { - "$id": "72", - "kind": "dict", - "keyType": { - "$id": "73", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "74", - "kind": "int64", - "name": "int64", - "crossLanguageDefinitionId": "TypeSpec.int64", - "decorators": [] - }, - "decorators": [] + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -698,12 +634,12 @@ "skipUrlEncoding": false }, { - "$id": "75", + "$id": "63", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "64" + "$ref": "58" }, "location": "Header", "isApiVersion": false, @@ -717,7 +653,7 @@ } ], "response": { - "$id": "76" + "$id": "64" }, "isOverride": false, "generateConvenient": true, @@ -727,12 +663,12 @@ ], "parameters": [ { - "$id": "77", + "$id": "65", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "78", + "$id": "66", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -746,9 +682,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "79", + "$id": "67", "type": { - "$id": "80", + "$id": "68", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -765,36 +701,36 @@ } }, { - "$id": "81", + "$id": "69", "kind": "client", "name": "BooleanValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of boolean values", "methods": [ { - "$id": "82", + "$id": "70", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "83", + "$id": "71", "name": "get", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "84", + "$id": "72", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "85", + "$id": "73", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "86", + "$id": "74", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -816,22 +752,22 @@ ], "responses": [ { - "$id": "87", + "$id": "75", "statusCodes": [ 200 ], "bodyType": { - "$id": "88", + "$id": "76", "kind": "dict", "keyType": { - "$id": "89", + "$id": "77", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "90", + "$id": "78", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -857,11 +793,11 @@ }, "parameters": [ { - "$id": "91", + "$id": "79", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "85" + "$ref": "73" }, "location": "Header", "isApiVersion": false, @@ -875,9 +811,9 @@ } ], "response": { - "$id": "92", + "$id": "80", "type": { - "$ref": "88" + "$ref": "76" } }, "isOverride": false, @@ -886,30 +822,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.BooleanValue.get" }, { - "$id": "93", + "$id": "81", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "94", + "$id": "82", "name": "put", "resourceName": "BooleanValue", "accessibility": "public", "parameters": [ { - "$id": "95", + "$id": "83", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "96", + "$id": "84", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "97", + "$id": "85", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -929,27 +865,11 @@ "skipUrlEncoding": false }, { - "$id": "98", + "$id": "86", "name": "body", "nameInRequest": "body", "type": { - "$id": "99", - "kind": "dict", - "keyType": { - "$id": "100", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "101", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "decorators": [] + "$ref": "76" }, "location": "Body", "isApiVersion": false, @@ -964,7 +884,7 @@ ], "responses": [ { - "$id": "102", + "$id": "87", "statusCodes": [ 204 ], @@ -986,27 +906,11 @@ }, "parameters": [ { - "$id": "103", + "$id": "88", "name": "body", "nameInRequest": "body", "type": { - "$id": "104", - "kind": "dict", - "keyType": { - "$id": "105", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "106", - "kind": "boolean", - "name": "boolean", - "crossLanguageDefinitionId": "TypeSpec.boolean", - "decorators": [] - }, - "decorators": [] + "$ref": "76" }, "location": "Body", "isApiVersion": false, @@ -1019,12 +923,12 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "89", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "96" + "$ref": "84" }, "location": "Header", "isApiVersion": false, @@ -1038,7 +942,7 @@ } ], "response": { - "$id": "108" + "$id": "90" }, "isOverride": false, "generateConvenient": true, @@ -1048,12 +952,12 @@ ], "parameters": [ { - "$id": "109", + "$id": "91", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "110", + "$id": "92", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1067,9 +971,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "111", + "$id": "93", "type": { - "$id": "112", + "$id": "94", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1086,36 +990,36 @@ } }, { - "$id": "113", + "$id": "95", "kind": "client", "name": "StringValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of string values", "methods": [ { - "$id": "114", + "$id": "96", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "115", + "$id": "97", "name": "get", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "116", + "$id": "98", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "117", + "$id": "99", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "118", + "$id": "100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1137,22 +1041,22 @@ ], "responses": [ { - "$id": "119", + "$id": "101", "statusCodes": [ 200 ], "bodyType": { - "$id": "120", + "$id": "102", "kind": "dict", "keyType": { - "$id": "121", + "$id": "103", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "122", + "$id": "104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1178,11 +1082,11 @@ }, "parameters": [ { - "$id": "123", + "$id": "105", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "117" + "$ref": "99" }, "location": "Header", "isApiVersion": false, @@ -1196,9 +1100,9 @@ } ], "response": { - "$id": "124", + "$id": "106", "type": { - "$ref": "120" + "$ref": "102" } }, "isOverride": false, @@ -1207,30 +1111,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.StringValue.get" }, { - "$id": "125", + "$id": "107", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "126", + "$id": "108", "name": "put", "resourceName": "StringValue", "accessibility": "public", "parameters": [ { - "$id": "127", + "$id": "109", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "128", + "$id": "110", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "129", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1250,27 +1154,11 @@ "skipUrlEncoding": false }, { - "$id": "130", + "$id": "112", "name": "body", "nameInRequest": "body", "type": { - "$id": "131", - "kind": "dict", - "keyType": { - "$id": "132", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "133", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -1285,7 +1173,7 @@ ], "responses": [ { - "$id": "134", + "$id": "113", "statusCodes": [ 204 ], @@ -1307,27 +1195,11 @@ }, "parameters": [ { - "$id": "135", + "$id": "114", "name": "body", "nameInRequest": "body", "type": { - "$id": "136", - "kind": "dict", - "keyType": { - "$id": "137", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "138", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -1340,12 +1212,12 @@ "skipUrlEncoding": false }, { - "$id": "139", + "$id": "115", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "128" + "$ref": "110" }, "location": "Header", "isApiVersion": false, @@ -1359,7 +1231,7 @@ } ], "response": { - "$id": "140" + "$id": "116" }, "isOverride": false, "generateConvenient": true, @@ -1369,12 +1241,12 @@ ], "parameters": [ { - "$id": "141", + "$id": "117", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "142", + "$id": "118", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1388,9 +1260,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "143", + "$id": "119", "type": { - "$id": "144", + "$id": "120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1407,36 +1279,36 @@ } }, { - "$id": "145", + "$id": "121", "kind": "client", "name": "Float32Value", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of float values", "methods": [ { - "$id": "146", + "$id": "122", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "147", + "$id": "123", "name": "get", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "148", + "$id": "124", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "149", + "$id": "125", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "150", + "$id": "126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1458,22 +1330,22 @@ ], "responses": [ { - "$id": "151", + "$id": "127", "statusCodes": [ 200 ], "bodyType": { - "$id": "152", + "$id": "128", "kind": "dict", "keyType": { - "$id": "153", + "$id": "129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "154", + "$id": "130", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1499,11 +1371,11 @@ }, "parameters": [ { - "$id": "155", + "$id": "131", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "149" + "$ref": "125" }, "location": "Header", "isApiVersion": false, @@ -1517,9 +1389,9 @@ } ], "response": { - "$id": "156", + "$id": "132", "type": { - "$ref": "152" + "$ref": "128" } }, "isOverride": false, @@ -1528,30 +1400,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.Float32Value.get" }, { - "$id": "157", + "$id": "133", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "158", + "$id": "134", "name": "put", "resourceName": "Float32Value", "accessibility": "public", "parameters": [ { - "$id": "159", + "$id": "135", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "160", + "$id": "136", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "161", + "$id": "137", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1571,27 +1443,11 @@ "skipUrlEncoding": false }, { - "$id": "162", + "$id": "138", "name": "body", "nameInRequest": "body", "type": { - "$id": "163", - "kind": "dict", - "keyType": { - "$id": "164", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "165", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "decorators": [] + "$ref": "128" }, "location": "Body", "isApiVersion": false, @@ -1606,7 +1462,7 @@ ], "responses": [ { - "$id": "166", + "$id": "139", "statusCodes": [ 204 ], @@ -1628,27 +1484,11 @@ }, "parameters": [ { - "$id": "167", + "$id": "140", "name": "body", "nameInRequest": "body", "type": { - "$id": "168", - "kind": "dict", - "keyType": { - "$id": "169", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "170", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "decorators": [] + "$ref": "128" }, "location": "Body", "isApiVersion": false, @@ -1661,12 +1501,12 @@ "skipUrlEncoding": false }, { - "$id": "171", + "$id": "141", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "160" + "$ref": "136" }, "location": "Header", "isApiVersion": false, @@ -1680,7 +1520,7 @@ } ], "response": { - "$id": "172" + "$id": "142" }, "isOverride": false, "generateConvenient": true, @@ -1690,12 +1530,12 @@ ], "parameters": [ { - "$id": "173", + "$id": "143", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "174", + "$id": "144", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1709,9 +1549,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "175", + "$id": "145", "type": { - "$id": "176", + "$id": "146", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1728,36 +1568,36 @@ } }, { - "$id": "177", + "$id": "147", "kind": "client", "name": "DatetimeValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of datetime values", "methods": [ { - "$id": "178", + "$id": "148", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "179", + "$id": "149", "name": "get", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "180", + "$id": "150", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "181", + "$id": "151", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "182", + "$id": "152", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1779,27 +1619,27 @@ ], "responses": [ { - "$id": "183", + "$id": "153", "statusCodes": [ 200 ], "bodyType": { - "$id": "184", + "$id": "154", "kind": "dict", "keyType": { - "$id": "185", + "$id": "155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "186", + "$id": "156", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "187", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1828,11 +1668,11 @@ }, "parameters": [ { - "$id": "188", + "$id": "158", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "181" + "$ref": "151" }, "location": "Header", "isApiVersion": false, @@ -1846,9 +1686,9 @@ } ], "response": { - "$id": "189", + "$id": "159", "type": { - "$ref": "184" + "$ref": "154" } }, "isOverride": false, @@ -1857,30 +1697,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.DatetimeValue.get" }, { - "$id": "190", + "$id": "160", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "191", + "$id": "161", "name": "put", "resourceName": "DatetimeValue", "accessibility": "public", "parameters": [ { - "$id": "192", + "$id": "162", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "193", + "$id": "163", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "194", + "$id": "164", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1900,35 +1740,11 @@ "skipUrlEncoding": false }, { - "$id": "195", + "$id": "165", "name": "body", "nameInRequest": "body", "type": { - "$id": "196", - "kind": "dict", - "keyType": { - "$id": "197", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "198", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "199", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] + "$ref": "154" }, "location": "Body", "isApiVersion": false, @@ -1943,7 +1759,7 @@ ], "responses": [ { - "$id": "200", + "$id": "166", "statusCodes": [ 204 ], @@ -1965,35 +1781,11 @@ }, "parameters": [ { - "$id": "201", + "$id": "167", "name": "body", "nameInRequest": "body", "type": { - "$id": "202", - "kind": "dict", - "keyType": { - "$id": "203", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "204", - "kind": "utcDateTime", - "name": "utcDateTime", - "encode": "rfc3339", - "wireType": { - "$id": "205", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.utcDateTime", - "decorators": [] - }, - "decorators": [] + "$ref": "154" }, "location": "Body", "isApiVersion": false, @@ -2006,12 +1798,12 @@ "skipUrlEncoding": false }, { - "$id": "206", + "$id": "168", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "193" + "$ref": "163" }, "location": "Header", "isApiVersion": false, @@ -2025,7 +1817,7 @@ } ], "response": { - "$id": "207" + "$id": "169" }, "isOverride": false, "generateConvenient": true, @@ -2035,12 +1827,12 @@ ], "parameters": [ { - "$id": "208", + "$id": "170", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "209", + "$id": "171", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2054,9 +1846,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "210", + "$id": "172", "type": { - "$id": "211", + "$id": "173", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2073,36 +1865,36 @@ } }, { - "$id": "212", + "$id": "174", "kind": "client", "name": "DurationValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of duration values", "methods": [ { - "$id": "213", + "$id": "175", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "214", + "$id": "176", "name": "get", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "215", + "$id": "177", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "216", + "$id": "178", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "217", + "$id": "179", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2124,27 +1916,27 @@ ], "responses": [ { - "$id": "218", + "$id": "180", "statusCodes": [ 200 ], "bodyType": { - "$id": "219", + "$id": "181", "kind": "dict", "keyType": { - "$id": "220", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "221", + "$id": "183", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "222", + "$id": "184", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2173,11 +1965,11 @@ }, "parameters": [ { - "$id": "223", + "$id": "185", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "216" + "$ref": "178" }, "location": "Header", "isApiVersion": false, @@ -2191,9 +1983,9 @@ } ], "response": { - "$id": "224", + "$id": "186", "type": { - "$ref": "219" + "$ref": "181" } }, "isOverride": false, @@ -2202,30 +1994,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.DurationValue.get" }, { - "$id": "225", + "$id": "187", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "226", + "$id": "188", "name": "put", "resourceName": "DurationValue", "accessibility": "public", "parameters": [ { - "$id": "227", + "$id": "189", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "228", + "$id": "190", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "229", + "$id": "191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2245,35 +2037,11 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "192", "name": "body", "nameInRequest": "body", "type": { - "$id": "231", - "kind": "dict", - "keyType": { - "$id": "232", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "233", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "234", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -2288,7 +2056,7 @@ ], "responses": [ { - "$id": "235", + "$id": "193", "statusCodes": [ 204 ], @@ -2310,35 +2078,11 @@ }, "parameters": [ { - "$id": "236", + "$id": "194", "name": "body", "nameInRequest": "body", "type": { - "$id": "237", - "kind": "dict", - "keyType": { - "$id": "238", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "239", - "kind": "duration", - "name": "duration", - "encode": "ISO8601", - "wireType": { - "$id": "240", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.duration", - "decorators": [] - }, - "decorators": [] + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -2351,12 +2095,12 @@ "skipUrlEncoding": false }, { - "$id": "241", + "$id": "195", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "228" + "$ref": "190" }, "location": "Header", "isApiVersion": false, @@ -2370,7 +2114,7 @@ } ], "response": { - "$id": "242" + "$id": "196" }, "isOverride": false, "generateConvenient": true, @@ -2380,12 +2124,12 @@ ], "parameters": [ { - "$id": "243", + "$id": "197", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "244", + "$id": "198", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2399,9 +2143,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "245", + "$id": "199", "type": { - "$id": "246", + "$id": "200", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2418,36 +2162,36 @@ } }, { - "$id": "247", + "$id": "201", "kind": "client", "name": "UnknownValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of unknown values", "methods": [ { - "$id": "248", + "$id": "202", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "249", + "$id": "203", "name": "get", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "250", + "$id": "204", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "251", + "$id": "205", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "252", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2469,22 +2213,22 @@ ], "responses": [ { - "$id": "253", + "$id": "207", "statusCodes": [ 200 ], "bodyType": { - "$id": "254", + "$id": "208", "kind": "dict", "keyType": { - "$id": "255", + "$id": "209", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "256", + "$id": "210", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2510,11 +2254,11 @@ }, "parameters": [ { - "$id": "257", + "$id": "211", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "251" + "$ref": "205" }, "location": "Header", "isApiVersion": false, @@ -2528,9 +2272,9 @@ } ], "response": { - "$id": "258", + "$id": "212", "type": { - "$ref": "254" + "$ref": "208" } }, "isOverride": false, @@ -2539,30 +2283,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.UnknownValue.get" }, { - "$id": "259", + "$id": "213", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "260", + "$id": "214", "name": "put", "resourceName": "UnknownValue", "accessibility": "public", "parameters": [ { - "$id": "261", + "$id": "215", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "262", + "$id": "216", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "263", + "$id": "217", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2582,27 +2326,11 @@ "skipUrlEncoding": false }, { - "$id": "264", + "$id": "218", "name": "body", "nameInRequest": "body", "type": { - "$id": "265", - "kind": "dict", - "keyType": { - "$id": "266", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "267", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "208" }, "location": "Body", "isApiVersion": false, @@ -2617,7 +2345,7 @@ ], "responses": [ { - "$id": "268", + "$id": "219", "statusCodes": [ 204 ], @@ -2639,27 +2367,11 @@ }, "parameters": [ { - "$id": "269", + "$id": "220", "name": "body", "nameInRequest": "body", "type": { - "$id": "270", - "kind": "dict", - "keyType": { - "$id": "271", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "272", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "208" }, "location": "Body", "isApiVersion": false, @@ -2672,12 +2384,12 @@ "skipUrlEncoding": false }, { - "$id": "273", + "$id": "221", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "262" + "$ref": "216" }, "location": "Header", "isApiVersion": false, @@ -2691,7 +2403,7 @@ } ], "response": { - "$id": "274" + "$id": "222" }, "isOverride": false, "generateConvenient": true, @@ -2701,12 +2413,12 @@ ], "parameters": [ { - "$id": "275", + "$id": "223", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "276", + "$id": "224", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2720,9 +2432,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "277", + "$id": "225", "type": { - "$id": "278", + "$id": "226", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2739,36 +2451,36 @@ } }, { - "$id": "279", + "$id": "227", "kind": "client", "name": "ModelValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of model values", "methods": [ { - "$id": "280", + "$id": "228", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "281", + "$id": "229", "name": "get", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "282", + "$id": "230", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "283", + "$id": "231", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "284", + "$id": "232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2790,24 +2502,12 @@ ], "responses": [ { - "$id": "285", + "$id": "233", "statusCodes": [ 200 ], "bodyType": { - "$id": "286", - "kind": "dict", - "keyType": { - "$id": "287", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -2827,11 +2527,11 @@ }, "parameters": [ { - "$id": "288", + "$id": "234", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "283" + "$ref": "231" }, "location": "Header", "isApiVersion": false, @@ -2845,9 +2545,9 @@ } ], "response": { - "$id": "289", + "$id": "235", "type": { - "$ref": "286" + "$ref": "8" } }, "isOverride": false, @@ -2856,30 +2556,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.ModelValue.get" }, { - "$id": "290", + "$id": "236", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "291", + "$id": "237", "name": "put", "resourceName": "ModelValue", "accessibility": "public", "parameters": [ { - "$id": "292", + "$id": "238", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "293", + "$id": "239", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "294", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2899,23 +2599,11 @@ "skipUrlEncoding": false }, { - "$id": "295", + "$id": "241", "name": "body", "nameInRequest": "body", "type": { - "$id": "296", - "kind": "dict", - "keyType": { - "$id": "297", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2930,7 +2618,7 @@ ], "responses": [ { - "$id": "298", + "$id": "242", "statusCodes": [ 204 ], @@ -2952,23 +2640,11 @@ }, "parameters": [ { - "$id": "299", + "$id": "243", "name": "body", "nameInRequest": "body", "type": { - "$id": "300", - "kind": "dict", - "keyType": { - "$id": "301", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -2981,12 +2657,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "244", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "293" + "$ref": "239" }, "location": "Header", "isApiVersion": false, @@ -3000,7 +2676,7 @@ } ], "response": { - "$id": "303" + "$id": "245" }, "isOverride": false, "generateConvenient": true, @@ -3010,12 +2686,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "246", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "247", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3029,9 +2705,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "248", "type": { - "$id": "307", + "$id": "249", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3048,36 +2724,36 @@ } }, { - "$id": "308", + "$id": "250", "kind": "client", "name": "RecursiveModelValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of model values", "methods": [ { - "$id": "309", + "$id": "251", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "252", "name": "get", "resourceName": "RecursiveModelValue", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "253", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "254", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "255", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3099,24 +2775,12 @@ ], "responses": [ { - "$id": "314", + "$id": "256", "statusCodes": [ 200 ], "bodyType": { - "$id": "315", - "kind": "dict", - "keyType": { - "$id": "316", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "headers": [], "isErrorResponse": false, @@ -3136,11 +2800,11 @@ }, "parameters": [ { - "$id": "317", + "$id": "257", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "254" }, "location": "Header", "isApiVersion": false, @@ -3154,9 +2818,9 @@ } ], "response": { - "$id": "318", + "$id": "258", "type": { - "$ref": "315" + "$ref": "8" } }, "isOverride": false, @@ -3165,30 +2829,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.RecursiveModelValue.get" }, { - "$id": "319", + "$id": "259", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "320", + "$id": "260", "name": "put", "resourceName": "RecursiveModelValue", "accessibility": "public", "parameters": [ { - "$id": "321", + "$id": "261", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "322", + "$id": "262", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "323", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3208,23 +2872,11 @@ "skipUrlEncoding": false }, { - "$id": "324", + "$id": "264", "name": "body", "nameInRequest": "body", "type": { - "$id": "325", - "kind": "dict", - "keyType": { - "$id": "326", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -3239,7 +2891,7 @@ ], "responses": [ { - "$id": "327", + "$id": "265", "statusCodes": [ 204 ], @@ -3261,23 +2913,11 @@ }, "parameters": [ { - "$id": "328", + "$id": "266", "name": "body", "nameInRequest": "body", "type": { - "$id": "329", - "kind": "dict", - "keyType": { - "$id": "330", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "2" - }, - "decorators": [] + "$ref": "8" }, "location": "Body", "isApiVersion": false, @@ -3290,12 +2930,12 @@ "skipUrlEncoding": false }, { - "$id": "331", + "$id": "267", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "322" + "$ref": "262" }, "location": "Header", "isApiVersion": false, @@ -3309,7 +2949,7 @@ } ], "response": { - "$id": "332" + "$id": "268" }, "isOverride": false, "generateConvenient": true, @@ -3319,12 +2959,12 @@ ], "parameters": [ { - "$id": "333", + "$id": "269", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "334", + "$id": "270", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3338,9 +2978,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "335", + "$id": "271", "type": { - "$id": "336", + "$id": "272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3357,36 +2997,36 @@ } }, { - "$id": "337", + "$id": "273", "kind": "client", "name": "NullableFloatValue", "namespace": "Scm._Type._Dictionary", "doc": "Dictionary of nullable float values", "methods": [ { - "$id": "338", + "$id": "274", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "339", + "$id": "275", "name": "get", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "340", + "$id": "276", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "341", + "$id": "277", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "342", + "$id": "278", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3408,25 +3048,25 @@ ], "responses": [ { - "$id": "343", + "$id": "279", "statusCodes": [ 200 ], "bodyType": { - "$id": "344", + "$id": "280", "kind": "dict", "keyType": { - "$id": "345", + "$id": "281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "346", + "$id": "282", "kind": "nullable", "type": { - "$id": "347", + "$id": "283", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -3454,11 +3094,11 @@ }, "parameters": [ { - "$id": "348", + "$id": "284", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "341" + "$ref": "277" }, "location": "Header", "isApiVersion": false, @@ -3472,9 +3112,9 @@ } ], "response": { - "$id": "349", + "$id": "285", "type": { - "$ref": "344" + "$ref": "280" } }, "isOverride": false, @@ -3483,30 +3123,30 @@ "crossLanguageDefinitionId": "Type.Dictionary.NullableFloatValue.get" }, { - "$id": "350", + "$id": "286", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "351", + "$id": "287", "name": "put", "resourceName": "NullableFloatValue", "accessibility": "public", "parameters": [ { - "$id": "352", + "$id": "288", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "353", + "$id": "289", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "354", + "$id": "290", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3526,23 +3166,11 @@ "skipUrlEncoding": false }, { - "$id": "355", + "$id": "291", "name": "body", "nameInRequest": "body", "type": { - "$id": "356", - "kind": "dict", - "keyType": { - "$id": "357", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "346" - }, - "decorators": [] + "$ref": "280" }, "location": "Body", "isApiVersion": false, @@ -3557,7 +3185,7 @@ ], "responses": [ { - "$id": "358", + "$id": "292", "statusCodes": [ 204 ], @@ -3579,23 +3207,11 @@ }, "parameters": [ { - "$id": "359", + "$id": "293", "name": "body", "nameInRequest": "body", "type": { - "$id": "360", - "kind": "dict", - "keyType": { - "$id": "361", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$ref": "346" - }, - "decorators": [] + "$ref": "280" }, "location": "Body", "isApiVersion": false, @@ -3608,12 +3224,12 @@ "skipUrlEncoding": false }, { - "$id": "362", + "$id": "294", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "353" + "$ref": "289" }, "location": "Header", "isApiVersion": false, @@ -3627,7 +3243,7 @@ } ], "response": { - "$id": "363" + "$id": "295" }, "isOverride": false, "generateConvenient": true, @@ -3637,12 +3253,12 @@ ], "parameters": [ { - "$id": "364", + "$id": "296", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "365", + "$id": "297", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3656,9 +3272,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "366", + "$id": "298", "type": { - "$id": "367", + "$id": "299", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjectsNonAzure/type/property/additional-properties/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/type/property/additional-properties/tspCodeModel.json index 79050a7acac..911ae3da480 100644 --- a/test/CadlRanchProjectsNonAzure/type/property/additional-properties/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/type/property/additional-properties/tspCodeModel.json @@ -226,20 +226,16 @@ "doc": "The model extends from Record with a discriminator.", "decorators": [], "additionalProperties": { - "$id": "27", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] + "$ref": "12" }, "discriminatorProperty": { - "$id": "28", + "$id": "27", "kind": "property", "name": "kind", "serializedName": "kind", "doc": "The discriminator", "type": { - "$id": "29", + "$id": "28", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -252,22 +248,22 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminated.kind", "serializationOptions": { - "$id": "30", + "$id": "29", "json": { - "$id": "31", + "$id": "30", "name": "kind" } } }, "properties": [ { - "$id": "32", + "$id": "31", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "33", + "$id": "32", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -280,21 +276,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminated.name", "serializationOptions": { - "$id": "34", + "$id": "33", "json": { - "$id": "35", + "$id": "34", "name": "name" } } }, { - "$ref": "28" + "$ref": "27" } ], "discriminatedSubtypes": { - "$id": "36", + "$id": "35", "derived": { - "$id": "37", + "$id": "36", "kind": "model", "name": "ExtendsUnknownAdditionalPropertiesDiscriminatedDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -308,18 +304,18 @@ }, "properties": [ { - "$id": "38", + "$id": "37", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "39", + "$id": "38", "kind": "constant", "name": "ExtendsUnknownAdditionalPropertiesDiscriminatedDerivedKind", "namespace": "Scm._Type.Property.AdditionalProperties", "usage": "Input,Output,Json", "valueType": { - "$id": "40", + "$id": "39", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -335,21 +331,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.kind", "serializationOptions": { - "$id": "41", + "$id": "40", "json": { - "$id": "42", + "$id": "41", "name": "kind" } } }, { - "$id": "43", + "$id": "42", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "44", + "$id": "43", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -362,21 +358,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.index", "serializationOptions": { - "$id": "45", + "$id": "44", "json": { - "$id": "46", + "$id": "45", "name": "index" } } }, { - "$id": "47", + "$id": "46", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "48", + "$id": "47", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -389,9 +385,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownAdditionalPropertiesDiscriminatedDerived.age", "serializationOptions": { - "$id": "49", + "$id": "48", "json": { - "$id": "50", + "$id": "49", "name": "age" } } @@ -401,10 +397,10 @@ } }, { - "$ref": "37" + "$ref": "36" }, { - "$id": "51", + "$id": "50", "kind": "model", "name": "IsUnknownAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -413,7 +409,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "52", + "$id": "51", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -421,13 +417,13 @@ }, "properties": [ { - "$id": "53", + "$id": "52", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "54", + "$id": "53", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -440,9 +436,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalProperties.name", "serializationOptions": { - "$id": "55", + "$id": "54", "json": { - "$id": "56", + "$id": "55", "name": "name" } } @@ -450,7 +446,7 @@ ] }, { - "$id": "57", + "$id": "56", "kind": "model", "name": "IsUnknownAdditionalPropertiesDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -459,17 +455,17 @@ "doc": "The model extends from a type that is Record type", "decorators": [], "baseModel": { - "$ref": "51" + "$ref": "50" }, "properties": [ { - "$id": "58", + "$id": "57", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "59", + "$id": "58", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -482,21 +478,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDerived.index", "serializationOptions": { - "$id": "60", + "$id": "59", "json": { - "$id": "61", + "$id": "60", "name": "index" } } }, { - "$id": "62", + "$id": "61", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "63", + "$id": "62", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -509,9 +505,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDerived.age", "serializationOptions": { - "$id": "64", + "$id": "63", "json": { - "$id": "65", + "$id": "64", "name": "age" } } @@ -519,7 +515,7 @@ ] }, { - "$id": "66", + "$id": "65", "kind": "model", "name": "IsUnknownAdditionalPropertiesDiscriminated", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -528,20 +524,20 @@ "doc": "The model is Record with a discriminator.", "decorators": [], "additionalProperties": { - "$id": "67", + "$id": "66", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", "decorators": [] }, "discriminatorProperty": { - "$id": "68", + "$id": "67", "kind": "property", "name": "kind", "serializedName": "kind", "doc": "The discriminator", "type": { - "$id": "69", + "$id": "68", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -554,22 +550,22 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminated.kind", "serializationOptions": { - "$id": "70", + "$id": "69", "json": { - "$id": "71", + "$id": "70", "name": "kind" } } }, "properties": [ { - "$id": "72", + "$id": "71", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "73", + "$id": "72", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -582,21 +578,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminated.name", "serializationOptions": { - "$id": "74", + "$id": "73", "json": { - "$id": "75", + "$id": "74", "name": "name" } } }, { - "$ref": "68" + "$ref": "67" } ], "discriminatedSubtypes": { - "$id": "76", + "$id": "75", "derived": { - "$id": "77", + "$id": "76", "kind": "model", "name": "IsUnknownAdditionalPropertiesDiscriminatedDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -606,22 +602,22 @@ "discriminatorValue": "derived", "decorators": [], "baseModel": { - "$ref": "66" + "$ref": "65" }, "properties": [ { - "$id": "78", + "$id": "77", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "79", + "$id": "78", "kind": "constant", "name": "IsUnknownAdditionalPropertiesDiscriminatedDerivedKind", "namespace": "Scm._Type.Property.AdditionalProperties", "usage": "Input,Output,Json", "valueType": { - "$id": "80", + "$id": "79", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -637,21 +633,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.kind", "serializationOptions": { - "$id": "81", + "$id": "80", "json": { - "$id": "82", + "$id": "81", "name": "kind" } } }, { - "$id": "83", + "$id": "82", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index property", "type": { - "$id": "84", + "$id": "83", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -664,21 +660,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.index", "serializationOptions": { - "$id": "85", + "$id": "84", "json": { - "$id": "86", + "$id": "85", "name": "index" } } }, { - "$id": "87", + "$id": "86", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property", "type": { - "$id": "88", + "$id": "87", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -691,9 +687,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownAdditionalPropertiesDiscriminatedDerived.age", "serializationOptions": { - "$id": "89", + "$id": "88", "json": { - "$id": "90", + "$id": "89", "name": "age" } } @@ -703,10 +699,10 @@ } }, { - "$ref": "77" + "$ref": "76" }, { - "$id": "91", + "$id": "90", "kind": "model", "name": "ExtendsStringAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -715,7 +711,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "92", + "$id": "91", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -723,13 +719,13 @@ }, "properties": [ { - "$id": "93", + "$id": "92", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "94", + "$id": "93", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -742,9 +738,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsStringAdditionalProperties.name", "serializationOptions": { - "$id": "95", + "$id": "94", "json": { - "$id": "96", + "$id": "95", "name": "name" } } @@ -752,7 +748,7 @@ ] }, { - "$id": "97", + "$id": "96", "kind": "model", "name": "IsStringAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -761,7 +757,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "98", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -769,13 +765,13 @@ }, "properties": [ { - "$id": "99", + "$id": "98", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "100", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -788,9 +784,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsStringAdditionalProperties.name", "serializationOptions": { - "$id": "101", + "$id": "100", "json": { - "$id": "102", + "$id": "101", "name": "name" } } @@ -798,7 +794,7 @@ ] }, { - "$id": "103", + "$id": "102", "kind": "model", "name": "SpreadStringRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -807,7 +803,7 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$id": "104", + "$id": "103", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -815,13 +811,13 @@ }, "properties": [ { - "$id": "105", + "$id": "104", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "106", + "$id": "105", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -834,9 +830,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadStringRecord.name", "serializationOptions": { - "$id": "107", + "$id": "106", "json": { - "$id": "108", + "$id": "107", "name": "name" } } @@ -844,7 +840,7 @@ ] }, { - "$id": "109", + "$id": "108", "kind": "model", "name": "ExtendsFloatAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -853,7 +849,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "110", + "$id": "109", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -861,13 +857,13 @@ }, "properties": [ { - "$id": "111", + "$id": "110", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "112", + "$id": "111", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -880,9 +876,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloatAdditionalProperties.id", "serializationOptions": { - "$id": "113", + "$id": "112", "json": { - "$id": "114", + "$id": "113", "name": "id" } } @@ -890,7 +886,7 @@ ] }, { - "$id": "115", + "$id": "114", "kind": "model", "name": "IsFloatAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -899,7 +895,7 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "116", + "$id": "115", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -907,13 +903,13 @@ }, "properties": [ { - "$id": "117", + "$id": "116", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "118", + "$id": "117", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -926,9 +922,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloatAdditionalProperties.id", "serializationOptions": { - "$id": "119", + "$id": "118", "json": { - "$id": "120", + "$id": "119", "name": "id" } } @@ -936,7 +932,7 @@ ] }, { - "$id": "121", + "$id": "120", "kind": "model", "name": "SpreadFloatRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -945,7 +941,7 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$id": "122", + "$id": "121", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -953,13 +949,13 @@ }, "properties": [ { - "$id": "123", + "$id": "122", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property", "type": { - "$id": "124", + "$id": "123", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -972,9 +968,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloatRecord.id", "serializationOptions": { - "$id": "125", + "$id": "124", "json": { - "$id": "126", + "$id": "125", "name": "id" } } @@ -982,7 +978,7 @@ ] }, { - "$id": "127", + "$id": "126", "kind": "model", "name": "ExtendsModelAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -991,7 +987,7 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "128", + "$id": "127", "kind": "model", "name": "ModelForRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1001,13 +997,13 @@ "decorators": [], "properties": [ { - "$id": "129", + "$id": "128", "kind": "property", "name": "state", "serializedName": "state", "doc": "The state property", "type": { - "$id": "130", + "$id": "129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1020,9 +1016,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ModelForRecord.state", "serializationOptions": { - "$id": "131", + "$id": "130", "json": { - "$id": "132", + "$id": "131", "name": "state" } } @@ -1031,12 +1027,12 @@ }, "properties": [ { - "$id": "133", + "$id": "132", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1045,9 +1041,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelAdditionalProperties.knownProp", "serializationOptions": { - "$id": "134", + "$id": "133", "json": { - "$id": "135", + "$id": "134", "name": "knownProp" } } @@ -1055,10 +1051,10 @@ ] }, { - "$ref": "128" + "$ref": "127" }, { - "$id": "136", + "$id": "135", "kind": "model", "name": "IsModelAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1067,16 +1063,16 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "137", + "$id": "136", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1085,9 +1081,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelAdditionalProperties.knownProp", "serializationOptions": { - "$id": "138", + "$id": "137", "json": { - "$id": "139", + "$id": "138", "name": "knownProp" } } @@ -1095,7 +1091,7 @@ ] }, { - "$id": "140", + "$id": "139", "kind": "model", "name": "SpreadModelRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1104,16 +1100,16 @@ "doc": "The model spread Record with the same known property type", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "141", + "$id": "140", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1122,9 +1118,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelRecord.knownProp", "serializationOptions": { - "$id": "142", + "$id": "141", "json": { - "$id": "143", + "$id": "142", "name": "knownProp" } } @@ -1132,7 +1128,7 @@ ] }, { - "$id": "144", + "$id": "143", "kind": "model", "name": "ExtendsModelArrayAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1141,30 +1137,23 @@ "doc": "The model extends from Record type.", "decorators": [], "additionalProperties": { - "$id": "145", + "$id": "144", "kind": "array", "name": "ArrayModelForRecord", "valueType": { - "$ref": "128" + "$ref": "127" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] }, "properties": [ { - "$id": "146", + "$id": "145", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "147", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1173,9 +1162,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArrayAdditionalProperties.knownProp", "serializationOptions": { - "$id": "148", + "$id": "146", "json": { - "$id": "149", + "$id": "147", "name": "knownProp" } } @@ -1183,7 +1172,7 @@ ] }, { - "$id": "150", + "$id": "148", "kind": "model", "name": "IsModelArrayAdditionalProperties", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1192,30 +1181,16 @@ "doc": "The model is from Record type.", "decorators": [], "additionalProperties": { - "$id": "151", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "152", + "$id": "149", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "153", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1224,9 +1199,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArrayAdditionalProperties.knownProp", "serializationOptions": { - "$id": "154", + "$id": "150", "json": { - "$id": "155", + "$id": "151", "name": "knownProp" } } @@ -1234,7 +1209,7 @@ ] }, { - "$id": "156", + "$id": "152", "kind": "model", "name": "SpreadModelArrayRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1242,30 +1217,16 @@ "usage": "Input,Output,Json", "decorators": [], "additionalProperties": { - "$id": "157", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "158", + "$id": "153", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "159", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1274,9 +1235,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArrayRecord.knownProp", "serializationOptions": { - "$id": "160", + "$id": "154", "json": { - "$id": "161", + "$id": "155", "name": "knownProp" } } @@ -1284,7 +1245,7 @@ ] }, { - "$id": "162", + "$id": "156", "kind": "model", "name": "DifferentSpreadStringRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1293,7 +1254,7 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "163", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1301,13 +1262,13 @@ }, "properties": [ { - "$id": "164", + "$id": "158", "kind": "property", "name": "id", "serializedName": "id", "doc": "The name property", "type": { - "$id": "165", + "$id": "159", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1320,9 +1281,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadStringRecord.id", "serializationOptions": { - "$id": "166", + "$id": "160", "json": { - "$id": "167", + "$id": "161", "name": "id" } } @@ -1330,7 +1291,7 @@ ] }, { - "$id": "168", + "$id": "162", "kind": "model", "name": "DifferentSpreadFloatRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1339,7 +1300,7 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "169", + "$id": "163", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1347,13 +1308,13 @@ }, "properties": [ { - "$id": "170", + "$id": "164", "kind": "property", "name": "name", "serializedName": "name", "doc": "The id property", "type": { - "$id": "171", + "$id": "165", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1366,9 +1327,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadFloatRecord.name", "serializationOptions": { - "$id": "172", + "$id": "166", "json": { - "$id": "173", + "$id": "167", "name": "name" } } @@ -1376,7 +1337,7 @@ ] }, { - "$id": "174", + "$id": "168", "kind": "model", "name": "DifferentSpreadModelRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1385,16 +1346,16 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$ref": "128" + "$ref": "127" }, "properties": [ { - "$id": "175", + "$id": "169", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "176", + "$id": "170", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1407,9 +1368,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelRecord.knownProp", "serializationOptions": { - "$id": "177", + "$id": "171", "json": { - "$id": "178", + "$id": "172", "name": "knownProp" } } @@ -1417,7 +1378,7 @@ ] }, { - "$id": "179", + "$id": "173", "kind": "model", "name": "DifferentSpreadModelArrayRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1426,23 +1387,16 @@ "doc": "The model spread Record with the different known property type", "decorators": [], "additionalProperties": { - "$id": "180", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "properties": [ { - "$id": "181", + "$id": "174", "kind": "property", "name": "knownProp", "serializedName": "knownProp", "type": { - "$id": "182", + "$id": "175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1455,9 +1409,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelArrayRecord.knownProp", "serializationOptions": { - "$id": "183", + "$id": "176", "json": { - "$id": "184", + "$id": "177", "name": "knownProp" } } @@ -1465,7 +1419,7 @@ ] }, { - "$id": "185", + "$id": "178", "kind": "model", "name": "DifferentSpreadStringDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1474,17 +1428,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "162" + "$ref": "156" }, "properties": [ { - "$id": "186", + "$id": "179", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "187", + "$id": "180", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1497,9 +1451,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadStringDerived.derivedProp", "serializationOptions": { - "$id": "188", + "$id": "181", "json": { - "$id": "189", + "$id": "182", "name": "derivedProp" } } @@ -1507,7 +1461,7 @@ ] }, { - "$id": "190", + "$id": "183", "kind": "model", "name": "DifferentSpreadFloatDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1516,17 +1470,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "168" + "$ref": "162" }, "properties": [ { - "$id": "191", + "$id": "184", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "192", + "$id": "185", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1539,9 +1493,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadFloatDerived.derivedProp", "serializationOptions": { - "$id": "193", + "$id": "186", "json": { - "$id": "194", + "$id": "187", "name": "derivedProp" } } @@ -1549,7 +1503,7 @@ ] }, { - "$id": "195", + "$id": "188", "kind": "model", "name": "DifferentSpreadModelDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1558,17 +1512,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "174" + "$ref": "168" }, "properties": [ { - "$id": "196", + "$id": "189", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$ref": "128" + "$ref": "127" }, "optional": false, "readOnly": false, @@ -1577,9 +1531,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelDerived.derivedProp", "serializationOptions": { - "$id": "197", + "$id": "190", "json": { - "$id": "198", + "$id": "191", "name": "derivedProp" } } @@ -1587,7 +1541,7 @@ ] }, { - "$id": "199", + "$id": "192", "kind": "model", "name": "DifferentSpreadModelArrayDerived", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1596,24 +1550,17 @@ "doc": "The model extends from a model that spread Record with the different known property type", "decorators": [], "baseModel": { - "$ref": "179" + "$ref": "173" }, "properties": [ { - "$id": "200", + "$id": "193", "kind": "property", "name": "derivedProp", "serializedName": "derivedProp", "doc": "The index property", "type": { - "$id": "201", - "kind": "array", - "name": "ArrayModelForRecord", - "valueType": { - "$ref": "128" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "144" }, "optional": false, "readOnly": false, @@ -1622,9 +1569,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.DifferentSpreadModelArrayDerived.derivedProp", "serializationOptions": { - "$id": "202", + "$id": "194", "json": { - "$id": "203", + "$id": "195", "name": "derivedProp" } } @@ -1632,7 +1579,7 @@ ] }, { - "$id": "204", + "$id": "196", "kind": "model", "name": "MultipleSpreadRecord", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1641,19 +1588,19 @@ "doc": "The model spread Record and Record", "decorators": [], "additionalProperties": { - "$id": "205", + "$id": "197", "kind": "union", "name": "MultipleSpreadRecordAdditionalProperty", "variantTypes": [ { - "$id": "206", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "207", + "$id": "199", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1665,13 +1612,13 @@ }, "properties": [ { - "$id": "208", + "$id": "200", "kind": "property", "name": "flag", "serializedName": "flag", "doc": "The name property", "type": { - "$id": "209", + "$id": "201", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1684,9 +1631,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpreadRecord.flag", "serializationOptions": { - "$id": "210", + "$id": "202", "json": { - "$id": "211", + "$id": "203", "name": "flag" } } @@ -1694,7 +1641,7 @@ ] }, { - "$id": "212", + "$id": "204", "kind": "model", "name": "SpreadRecordForUnion", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1703,19 +1650,19 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "213", + "$id": "205", "kind": "union", "name": "SpreadRecordForUnionAdditionalProperty", "variantTypes": [ { - "$id": "214", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "215", + "$id": "207", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1727,13 +1674,13 @@ }, "properties": [ { - "$id": "216", + "$id": "208", "kind": "property", "name": "flag", "serializedName": "flag", "doc": "The name property", "type": { - "$id": "217", + "$id": "209", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1746,9 +1693,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForUnion.flag", "serializationOptions": { - "$id": "218", + "$id": "210", "json": { - "$id": "219", + "$id": "211", "name": "flag" } } @@ -1756,7 +1703,7 @@ ] }, { - "$id": "220", + "$id": "212", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1765,12 +1712,12 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "221", + "$id": "213", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnionAdditionalProperty", "variantTypes": [ { - "$id": "222", + "$id": "214", "kind": "model", "name": "WidgetData0", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1779,12 +1726,12 @@ "decorators": [], "properties": [ { - "$id": "223", + "$id": "215", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "224", + "$id": "216", "kind": "constant", "name": "WidgetData0Kind", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1802,20 +1749,20 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData0.kind", "serializationOptions": { - "$id": "225", + "$id": "217", "json": { - "$id": "226", + "$id": "218", "name": "kind" } } }, { - "$id": "227", + "$id": "219", "kind": "property", "name": "fooProp", "serializedName": "fooProp", "type": { - "$id": "228", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1828,9 +1775,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData0.fooProp", "serializationOptions": { - "$id": "229", + "$id": "221", "json": { - "$id": "230", + "$id": "222", "name": "fooProp" } } @@ -1838,7 +1785,7 @@ ] }, { - "$id": "231", + "$id": "223", "kind": "model", "name": "WidgetData1", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1847,12 +1794,12 @@ "decorators": [], "properties": [ { - "$id": "232", + "$id": "224", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "233", + "$id": "225", "kind": "constant", "name": "WidgetData1Kind", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1870,25 +1817,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.kind", "serializationOptions": { - "$id": "234", + "$id": "226", "json": { - "$id": "235", + "$id": "227", "name": "kind" } } }, { - "$id": "236", + "$id": "228", "kind": "property", "name": "start", "serializedName": "start", "type": { - "$id": "237", + "$id": "229", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "238", + "$id": "230", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1904,25 +1851,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.start", "serializationOptions": { - "$id": "239", + "$id": "231", "json": { - "$id": "240", + "$id": "232", "name": "start" } } }, { - "$id": "241", + "$id": "233", "kind": "property", "name": "end", "serializedName": "end", "type": { - "$id": "242", + "$id": "234", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "243", + "$id": "235", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1938,9 +1885,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData1.end", "serializationOptions": { - "$id": "244", + "$id": "236", "json": { - "$id": "245", + "$id": "237", "name": "end" } } @@ -1953,13 +1900,13 @@ }, "properties": [ { - "$id": "246", + "$id": "238", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "247", + "$id": "239", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1972,9 +1919,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion.name", "serializationOptions": { - "$id": "248", + "$id": "240", "json": { - "$id": "249", + "$id": "241", "name": "name" } } @@ -1982,13 +1929,13 @@ ] }, { - "$ref": "222" + "$ref": "214" }, { - "$ref": "231" + "$ref": "223" }, { - "$id": "250", + "$id": "242", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion2", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -1997,12 +1944,12 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "251", + "$id": "243", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnion2AdditionalProperty", "variantTypes": [ { - "$id": "252", + "$id": "244", "kind": "model", "name": "WidgetData2", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -2011,12 +1958,12 @@ "decorators": [], "properties": [ { - "$id": "253", + "$id": "245", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "254", + "$id": "246", "kind": "constant", "name": "WidgetData2Kind", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -2034,20 +1981,20 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData2.kind", "serializationOptions": { - "$id": "255", + "$id": "247", "json": { - "$id": "256", + "$id": "248", "name": "kind" } } }, { - "$id": "257", + "$id": "249", "kind": "property", "name": "start", "serializedName": "start", "type": { - "$id": "258", + "$id": "250", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2060,9 +2007,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.WidgetData2.start", "serializationOptions": { - "$id": "259", + "$id": "251", "json": { - "$id": "260", + "$id": "252", "name": "start" } } @@ -2070,7 +2017,7 @@ ] }, { - "$ref": "231" + "$ref": "223" } ], "namespace": "", @@ -2078,13 +2025,13 @@ }, "properties": [ { - "$id": "261", + "$id": "253", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "262", + "$id": "254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2097,9 +2044,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion2.name", "serializationOptions": { - "$id": "263", + "$id": "255", "json": { - "$id": "264", + "$id": "256", "name": "name" } } @@ -2107,10 +2054,10 @@ ] }, { - "$ref": "252" + "$ref": "244" }, { - "$id": "265", + "$id": "257", "kind": "model", "name": "SpreadRecordForNonDiscriminatedUnion3", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -2119,22 +2066,22 @@ "doc": "The model spread Record", "decorators": [], "additionalProperties": { - "$id": "266", + "$id": "258", "kind": "union", "name": "SpreadRecordForNonDiscriminatedUnion3AdditionalProperty", "variantTypes": [ { - "$id": "267", + "$id": "259", "kind": "array", "name": "ArrayWidgetData2", "valueType": { - "$ref": "252" + "$ref": "244" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] }, { - "$ref": "231" + "$ref": "223" } ], "namespace": "", @@ -2142,13 +2089,13 @@ }, "properties": [ { - "$id": "268", + "$id": "260", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property", "type": { - "$id": "269", + "$id": "261", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2161,9 +2108,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordForNonDiscriminatedUnion3.name", "serializationOptions": { - "$id": "270", + "$id": "262", "json": { - "$id": "271", + "$id": "263", "name": "name" } } @@ -2173,7 +2120,7 @@ ], "clients": [ { - "$id": "272", + "$id": "264", "kind": "client", "name": "AdditionalPropertiesClient", "namespace": "Scm._Type.Property.AdditionalProperties", @@ -2181,12 +2128,12 @@ "methods": [], "parameters": [ { - "$id": "273", + "$id": "265", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "274", + "$id": "266", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2200,9 +2147,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "275", + "$id": "267", "type": { - "$id": "276", + "$id": "268", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2216,37 +2163,37 @@ "apiVersions": [], "children": [ { - "$id": "277", + "$id": "269", "kind": "client", "name": "ExtendsUnknown", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "278", + "$id": "270", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "279", + "$id": "271", "name": "get", "resourceName": "ExtendsUnknown", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "280", + "$id": "272", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "281", + "$id": "273", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "282", + "$id": "274", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2268,7 +2215,7 @@ ], "responses": [ { - "$id": "283", + "$id": "275", "statusCodes": [ 200 ], @@ -2293,11 +2240,11 @@ }, "parameters": [ { - "$id": "284", + "$id": "276", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "281" + "$ref": "273" }, "location": "Header", "isApiVersion": false, @@ -2311,7 +2258,7 @@ } ], "response": { - "$id": "285", + "$id": "277", "type": { "$ref": "11" } @@ -2322,32 +2269,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknown.get" }, { - "$id": "286", + "$id": "278", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "287", + "$id": "279", "name": "put", "resourceName": "ExtendsUnknown", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "288", + "$id": "280", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "289", + "$id": "281", "kind": "constant", "name": "putContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "290", + "$id": "282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2367,7 +2314,7 @@ "skipUrlEncoding": false }, { - "$id": "291", + "$id": "283", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2387,7 +2334,7 @@ ], "responses": [ { - "$id": "292", + "$id": "284", "statusCodes": [ 204 ], @@ -2409,7 +2356,7 @@ }, "parameters": [ { - "$id": "293", + "$id": "285", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2427,12 +2374,12 @@ "skipUrlEncoding": false }, { - "$id": "294", + "$id": "286", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "289" + "$ref": "281" }, "location": "Header", "isApiVersion": false, @@ -2446,7 +2393,7 @@ } ], "response": { - "$id": "295" + "$id": "287" }, "isOverride": false, "generateConvenient": true, @@ -2456,12 +2403,12 @@ ], "parameters": [ { - "$id": "296", + "$id": "288", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "297", + "$id": "289", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2475,9 +2422,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "298", + "$id": "290", "type": { - "$id": "299", + "$id": "291", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2490,41 +2437,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknown", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "300", + "$id": "292", "kind": "client", "name": "ExtendsUnknownDerived", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "301", + "$id": "293", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "302", + "$id": "294", "name": "get", "resourceName": "ExtendsUnknownDerived", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "303", + "$id": "295", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "304", + "$id": "296", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "305", + "$id": "297", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2546,7 +2493,7 @@ ], "responses": [ { - "$id": "306", + "$id": "298", "statusCodes": [ 200 ], @@ -2571,11 +2518,11 @@ }, "parameters": [ { - "$id": "307", + "$id": "299", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "304" + "$ref": "296" }, "location": "Header", "isApiVersion": false, @@ -2589,7 +2536,7 @@ } ], "response": { - "$id": "308", + "$id": "300", "type": { "$ref": "17" } @@ -2600,32 +2547,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDerived.get" }, { - "$id": "309", + "$id": "301", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "310", + "$id": "302", "name": "put", "resourceName": "ExtendsUnknownDerived", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "303", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "312", + "$id": "304", "kind": "constant", "name": "putContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2645,7 +2592,7 @@ "skipUrlEncoding": false }, { - "$id": "314", + "$id": "306", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2665,7 +2612,7 @@ ], "responses": [ { - "$id": "315", + "$id": "307", "statusCodes": [ 204 ], @@ -2687,7 +2634,7 @@ }, "parameters": [ { - "$id": "316", + "$id": "308", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2705,12 +2652,12 @@ "skipUrlEncoding": false }, { - "$id": "317", + "$id": "309", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "312" + "$ref": "304" }, "location": "Header", "isApiVersion": false, @@ -2724,7 +2671,7 @@ } ], "response": { - "$id": "318" + "$id": "310" }, "isOverride": false, "generateConvenient": true, @@ -2734,12 +2681,12 @@ ], "parameters": [ { - "$id": "319", + "$id": "311", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "320", + "$id": "312", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2753,9 +2700,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "321", + "$id": "313", "type": { - "$id": "322", + "$id": "314", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2768,41 +2715,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDerived", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "323", + "$id": "315", "kind": "client", "name": "ExtendsUnknownDiscriminated", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "324", + "$id": "316", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "325", + "$id": "317", "name": "get", "resourceName": "ExtendsUnknownDiscriminated", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "326", + "$id": "318", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "327", + "$id": "319", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "328", + "$id": "320", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2824,7 +2771,7 @@ ], "responses": [ { - "$id": "329", + "$id": "321", "statusCodes": [ 200 ], @@ -2849,11 +2796,11 @@ }, "parameters": [ { - "$id": "330", + "$id": "322", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "327" + "$ref": "319" }, "location": "Header", "isApiVersion": false, @@ -2867,7 +2814,7 @@ } ], "response": { - "$id": "331", + "$id": "323", "type": { "$ref": "26" } @@ -2878,32 +2825,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDiscriminated.get" }, { - "$id": "332", + "$id": "324", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "333", + "$id": "325", "name": "put", "resourceName": "ExtendsUnknownDiscriminated", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "334", + "$id": "326", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "335", + "$id": "327", "kind": "constant", "name": "putContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "336", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2923,7 +2870,7 @@ "skipUrlEncoding": false }, { - "$id": "337", + "$id": "329", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2943,7 +2890,7 @@ ], "responses": [ { - "$id": "338", + "$id": "330", "statusCodes": [ 204 ], @@ -2965,7 +2912,7 @@ }, "parameters": [ { - "$id": "339", + "$id": "331", "name": "body", "nameInRequest": "body", "doc": "body", @@ -2983,12 +2930,12 @@ "skipUrlEncoding": false }, { - "$id": "340", + "$id": "332", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "335" + "$ref": "327" }, "location": "Header", "isApiVersion": false, @@ -3002,7 +2949,7 @@ } ], "response": { - "$id": "341" + "$id": "333" }, "isOverride": false, "generateConvenient": true, @@ -3012,12 +2959,12 @@ ], "parameters": [ { - "$id": "342", + "$id": "334", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "343", + "$id": "335", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3031,9 +2978,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "344", + "$id": "336", "type": { - "$id": "345", + "$id": "337", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3046,41 +2993,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsUnknownDiscriminated", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "346", + "$id": "338", "kind": "client", "name": "IsUnknown", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "347", + "$id": "339", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "348", + "$id": "340", "name": "get", "resourceName": "IsUnknown", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "349", + "$id": "341", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "350", + "$id": "342", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "351", + "$id": "343", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3102,12 +3049,12 @@ ], "responses": [ { - "$id": "352", + "$id": "344", "statusCodes": [ 200 ], "bodyType": { - "$ref": "51" + "$ref": "50" }, "headers": [], "isErrorResponse": false, @@ -3127,11 +3074,11 @@ }, "parameters": [ { - "$id": "353", + "$id": "345", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "350" + "$ref": "342" }, "location": "Header", "isApiVersion": false, @@ -3145,9 +3092,9 @@ } ], "response": { - "$id": "354", + "$id": "346", "type": { - "$ref": "51" + "$ref": "50" } }, "isOverride": false, @@ -3156,32 +3103,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknown.get" }, { - "$id": "355", + "$id": "347", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "356", + "$id": "348", "name": "put", "resourceName": "IsUnknown", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "357", + "$id": "349", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "358", + "$id": "350", "kind": "constant", "name": "putContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "359", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3201,12 +3148,12 @@ "skipUrlEncoding": false }, { - "$id": "360", + "$id": "352", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "51" + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -3221,7 +3168,7 @@ ], "responses": [ { - "$id": "361", + "$id": "353", "statusCodes": [ 204 ], @@ -3243,12 +3190,12 @@ }, "parameters": [ { - "$id": "362", + "$id": "354", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "51" + "$ref": "50" }, "location": "Body", "isApiVersion": false, @@ -3261,12 +3208,12 @@ "skipUrlEncoding": false }, { - "$id": "363", + "$id": "355", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "358" + "$ref": "350" }, "location": "Header", "isApiVersion": false, @@ -3280,7 +3227,7 @@ } ], "response": { - "$id": "364" + "$id": "356" }, "isOverride": false, "generateConvenient": true, @@ -3290,12 +3237,12 @@ ], "parameters": [ { - "$id": "365", + "$id": "357", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "366", + "$id": "358", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3309,9 +3256,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "367", + "$id": "359", "type": { - "$id": "368", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3324,41 +3271,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknown", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "369", + "$id": "361", "kind": "client", "name": "IsUnknownDerived", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "370", + "$id": "362", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "371", + "$id": "363", "name": "get", "resourceName": "IsUnknownDerived", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "372", + "$id": "364", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "373", + "$id": "365", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "374", + "$id": "366", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3380,12 +3327,12 @@ ], "responses": [ { - "$id": "375", + "$id": "367", "statusCodes": [ 200 ], "bodyType": { - "$ref": "57" + "$ref": "56" }, "headers": [], "isErrorResponse": false, @@ -3405,11 +3352,11 @@ }, "parameters": [ { - "$id": "376", + "$id": "368", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "373" + "$ref": "365" }, "location": "Header", "isApiVersion": false, @@ -3423,9 +3370,9 @@ } ], "response": { - "$id": "377", + "$id": "369", "type": { - "$ref": "57" + "$ref": "56" } }, "isOverride": false, @@ -3434,32 +3381,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDerived.get" }, { - "$id": "378", + "$id": "370", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "379", + "$id": "371", "name": "put", "resourceName": "IsUnknownDerived", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "380", + "$id": "372", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "381", + "$id": "373", "kind": "constant", "name": "putContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "382", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3479,12 +3426,12 @@ "skipUrlEncoding": false }, { - "$id": "383", + "$id": "375", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "57" + "$ref": "56" }, "location": "Body", "isApiVersion": false, @@ -3499,7 +3446,7 @@ ], "responses": [ { - "$id": "384", + "$id": "376", "statusCodes": [ 204 ], @@ -3521,12 +3468,12 @@ }, "parameters": [ { - "$id": "385", + "$id": "377", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "57" + "$ref": "56" }, "location": "Body", "isApiVersion": false, @@ -3539,12 +3486,12 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "378", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "381" + "$ref": "373" }, "location": "Header", "isApiVersion": false, @@ -3558,7 +3505,7 @@ } ], "response": { - "$id": "387" + "$id": "379" }, "isOverride": false, "generateConvenient": true, @@ -3568,12 +3515,12 @@ ], "parameters": [ { - "$id": "388", + "$id": "380", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "389", + "$id": "381", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3587,9 +3534,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "390", + "$id": "382", "type": { - "$id": "391", + "$id": "383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3602,41 +3549,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDerived", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "392", + "$id": "384", "kind": "client", "name": "IsUnknownDiscriminated", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "393", + "$id": "385", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "394", + "$id": "386", "name": "get", "resourceName": "IsUnknownDiscriminated", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "395", + "$id": "387", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "396", + "$id": "388", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "397", + "$id": "389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3658,12 +3605,12 @@ ], "responses": [ { - "$id": "398", + "$id": "390", "statusCodes": [ 200 ], "bodyType": { - "$ref": "66" + "$ref": "65" }, "headers": [], "isErrorResponse": false, @@ -3683,11 +3630,11 @@ }, "parameters": [ { - "$id": "399", + "$id": "391", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "396" + "$ref": "388" }, "location": "Header", "isApiVersion": false, @@ -3701,9 +3648,9 @@ } ], "response": { - "$id": "400", + "$id": "392", "type": { - "$ref": "66" + "$ref": "65" } }, "isOverride": false, @@ -3712,32 +3659,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDiscriminated.get" }, { - "$id": "401", + "$id": "393", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "402", + "$id": "394", "name": "put", "resourceName": "IsUnknownDiscriminated", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "403", + "$id": "395", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "404", + "$id": "396", "kind": "constant", "name": "putContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "405", + "$id": "397", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3757,12 +3704,12 @@ "skipUrlEncoding": false }, { - "$id": "406", + "$id": "398", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "66" + "$ref": "65" }, "location": "Body", "isApiVersion": false, @@ -3777,7 +3724,7 @@ ], "responses": [ { - "$id": "407", + "$id": "399", "statusCodes": [ 204 ], @@ -3799,12 +3746,12 @@ }, "parameters": [ { - "$id": "408", + "$id": "400", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "66" + "$ref": "65" }, "location": "Body", "isApiVersion": false, @@ -3817,12 +3764,12 @@ "skipUrlEncoding": false }, { - "$id": "409", + "$id": "401", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "404" + "$ref": "396" }, "location": "Header", "isApiVersion": false, @@ -3836,7 +3783,7 @@ } ], "response": { - "$id": "410" + "$id": "402" }, "isOverride": false, "generateConvenient": true, @@ -3846,12 +3793,12 @@ ], "parameters": [ { - "$id": "411", + "$id": "403", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "412", + "$id": "404", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3865,9 +3812,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "413", + "$id": "405", "type": { - "$id": "414", + "$id": "406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3880,41 +3827,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsUnknownDiscriminated", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "415", + "$id": "407", "kind": "client", "name": "ExtendsString", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "416", + "$id": "408", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "417", + "$id": "409", "name": "get", "resourceName": "ExtendsString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "418", + "$id": "410", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "419", + "$id": "411", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "420", + "$id": "412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3936,12 +3883,12 @@ ], "responses": [ { - "$id": "421", + "$id": "413", "statusCodes": [ 200 ], "bodyType": { - "$ref": "91" + "$ref": "90" }, "headers": [], "isErrorResponse": false, @@ -3961,11 +3908,11 @@ }, "parameters": [ { - "$id": "422", + "$id": "414", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "419" + "$ref": "411" }, "location": "Header", "isApiVersion": false, @@ -3979,9 +3926,9 @@ } ], "response": { - "$id": "423", + "$id": "415", "type": { - "$ref": "91" + "$ref": "90" } }, "isOverride": false, @@ -3990,32 +3937,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsString.get" }, { - "$id": "424", + "$id": "416", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "425", + "$id": "417", "name": "put", "resourceName": "ExtendsString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "426", + "$id": "418", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "427", + "$id": "419", "kind": "constant", "name": "putContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "428", + "$id": "420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4035,12 +3982,12 @@ "skipUrlEncoding": false }, { - "$id": "429", + "$id": "421", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "91" + "$ref": "90" }, "location": "Body", "isApiVersion": false, @@ -4055,7 +4002,7 @@ ], "responses": [ { - "$id": "430", + "$id": "422", "statusCodes": [ 204 ], @@ -4077,12 +4024,12 @@ }, "parameters": [ { - "$id": "431", + "$id": "423", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "91" + "$ref": "90" }, "location": "Body", "isApiVersion": false, @@ -4095,12 +4042,12 @@ "skipUrlEncoding": false }, { - "$id": "432", + "$id": "424", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "427" + "$ref": "419" }, "location": "Header", "isApiVersion": false, @@ -4114,7 +4061,7 @@ } ], "response": { - "$id": "433" + "$id": "425" }, "isOverride": false, "generateConvenient": true, @@ -4124,12 +4071,12 @@ ], "parameters": [ { - "$id": "434", + "$id": "426", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "435", + "$id": "427", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4143,9 +4090,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "436", + "$id": "428", "type": { - "$id": "437", + "$id": "429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4158,41 +4105,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "438", + "$id": "430", "kind": "client", "name": "IsString", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "439", + "$id": "431", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "440", + "$id": "432", "name": "get", "resourceName": "IsString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "441", + "$id": "433", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "442", + "$id": "434", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "443", + "$id": "435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4214,12 +4161,12 @@ ], "responses": [ { - "$id": "444", + "$id": "436", "statusCodes": [ 200 ], "bodyType": { - "$ref": "97" + "$ref": "96" }, "headers": [], "isErrorResponse": false, @@ -4239,11 +4186,11 @@ }, "parameters": [ { - "$id": "445", + "$id": "437", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "442" + "$ref": "434" }, "location": "Header", "isApiVersion": false, @@ -4257,9 +4204,9 @@ } ], "response": { - "$id": "446", + "$id": "438", "type": { - "$ref": "97" + "$ref": "96" } }, "isOverride": false, @@ -4268,32 +4215,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsString.get" }, { - "$id": "447", + "$id": "439", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "448", + "$id": "440", "name": "put", "resourceName": "IsString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "449", + "$id": "441", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "450", + "$id": "442", "kind": "constant", "name": "putContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "451", + "$id": "443", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4313,12 +4260,12 @@ "skipUrlEncoding": false }, { - "$id": "452", + "$id": "444", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "97" + "$ref": "96" }, "location": "Body", "isApiVersion": false, @@ -4333,7 +4280,7 @@ ], "responses": [ { - "$id": "453", + "$id": "445", "statusCodes": [ 204 ], @@ -4355,12 +4302,12 @@ }, "parameters": [ { - "$id": "454", + "$id": "446", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "97" + "$ref": "96" }, "location": "Body", "isApiVersion": false, @@ -4373,12 +4320,12 @@ "skipUrlEncoding": false }, { - "$id": "455", + "$id": "447", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "450" + "$ref": "442" }, "location": "Header", "isApiVersion": false, @@ -4392,7 +4339,7 @@ } ], "response": { - "$id": "456" + "$id": "448" }, "isOverride": false, "generateConvenient": true, @@ -4402,12 +4349,12 @@ ], "parameters": [ { - "$id": "457", + "$id": "449", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "458", + "$id": "450", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4421,9 +4368,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "459", + "$id": "451", "type": { - "$id": "460", + "$id": "452", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4436,41 +4383,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "461", + "$id": "453", "kind": "client", "name": "SpreadString", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "462", + "$id": "454", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "463", + "$id": "455", "name": "get", "resourceName": "SpreadString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "464", + "$id": "456", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "465", + "$id": "457", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "466", + "$id": "458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4492,12 +4439,12 @@ ], "responses": [ { - "$id": "467", + "$id": "459", "statusCodes": [ 200 ], "bodyType": { - "$ref": "103" + "$ref": "102" }, "headers": [], "isErrorResponse": false, @@ -4517,11 +4464,11 @@ }, "parameters": [ { - "$id": "468", + "$id": "460", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "465" + "$ref": "457" }, "location": "Header", "isApiVersion": false, @@ -4535,9 +4482,9 @@ } ], "response": { - "$id": "469", + "$id": "461", "type": { - "$ref": "103" + "$ref": "102" } }, "isOverride": false, @@ -4546,32 +4493,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadString.get" }, { - "$id": "470", + "$id": "462", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "471", + "$id": "463", "name": "put", "resourceName": "SpreadString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "472", + "$id": "464", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "473", + "$id": "465", "kind": "constant", "name": "putContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "474", + "$id": "466", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4591,12 +4538,12 @@ "skipUrlEncoding": false }, { - "$id": "475", + "$id": "467", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "103" + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -4611,7 +4558,7 @@ ], "responses": [ { - "$id": "476", + "$id": "468", "statusCodes": [ 204 ], @@ -4633,12 +4580,12 @@ }, "parameters": [ { - "$id": "477", + "$id": "469", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "103" + "$ref": "102" }, "location": "Body", "isApiVersion": false, @@ -4651,12 +4598,12 @@ "skipUrlEncoding": false }, { - "$id": "478", + "$id": "470", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "473" + "$ref": "465" }, "location": "Header", "isApiVersion": false, @@ -4670,7 +4617,7 @@ } ], "response": { - "$id": "479" + "$id": "471" }, "isOverride": false, "generateConvenient": true, @@ -4680,12 +4627,12 @@ ], "parameters": [ { - "$id": "480", + "$id": "472", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "481", + "$id": "473", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4699,9 +4646,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "482", + "$id": "474", "type": { - "$id": "483", + "$id": "475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4714,41 +4661,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "484", + "$id": "476", "kind": "client", "name": "ExtendsFloat", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "485", + "$id": "477", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "486", + "$id": "478", "name": "get", "resourceName": "ExtendsFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "487", + "$id": "479", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "488", + "$id": "480", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "489", + "$id": "481", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4770,12 +4717,12 @@ ], "responses": [ { - "$id": "490", + "$id": "482", "statusCodes": [ 200 ], "bodyType": { - "$ref": "109" + "$ref": "108" }, "headers": [], "isErrorResponse": false, @@ -4795,11 +4742,11 @@ }, "parameters": [ { - "$id": "491", + "$id": "483", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "488" + "$ref": "480" }, "location": "Header", "isApiVersion": false, @@ -4813,9 +4760,9 @@ } ], "response": { - "$id": "492", + "$id": "484", "type": { - "$ref": "109" + "$ref": "108" } }, "isOverride": false, @@ -4824,32 +4771,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloat.get" }, { - "$id": "493", + "$id": "485", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "494", + "$id": "486", "name": "put", "resourceName": "ExtendsFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "495", + "$id": "487", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "496", + "$id": "488", "kind": "constant", "name": "putContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "497", + "$id": "489", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4869,12 +4816,12 @@ "skipUrlEncoding": false }, { - "$id": "498", + "$id": "490", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "109" + "$ref": "108" }, "location": "Body", "isApiVersion": false, @@ -4889,7 +4836,7 @@ ], "responses": [ { - "$id": "499", + "$id": "491", "statusCodes": [ 204 ], @@ -4911,12 +4858,12 @@ }, "parameters": [ { - "$id": "500", + "$id": "492", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "109" + "$ref": "108" }, "location": "Body", "isApiVersion": false, @@ -4929,12 +4876,12 @@ "skipUrlEncoding": false }, { - "$id": "501", + "$id": "493", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "496" + "$ref": "488" }, "location": "Header", "isApiVersion": false, @@ -4948,7 +4895,7 @@ } ], "response": { - "$id": "502" + "$id": "494" }, "isOverride": false, "generateConvenient": true, @@ -4958,12 +4905,12 @@ ], "parameters": [ { - "$id": "503", + "$id": "495", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "504", + "$id": "496", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4977,9 +4924,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "505", + "$id": "497", "type": { - "$id": "506", + "$id": "498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4992,41 +4939,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "507", + "$id": "499", "kind": "client", "name": "IsFloat", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "508", + "$id": "500", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "509", + "$id": "501", "name": "get", "resourceName": "IsFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "510", + "$id": "502", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "511", + "$id": "503", "kind": "constant", "name": "getContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "512", + "$id": "504", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5048,12 +4995,12 @@ ], "responses": [ { - "$id": "513", + "$id": "505", "statusCodes": [ 200 ], "bodyType": { - "$ref": "115" + "$ref": "114" }, "headers": [], "isErrorResponse": false, @@ -5073,11 +5020,11 @@ }, "parameters": [ { - "$id": "514", + "$id": "506", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "511" + "$ref": "503" }, "location": "Header", "isApiVersion": false, @@ -5091,9 +5038,9 @@ } ], "response": { - "$id": "515", + "$id": "507", "type": { - "$ref": "115" + "$ref": "114" } }, "isOverride": false, @@ -5102,32 +5049,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloat.get" }, { - "$id": "516", + "$id": "508", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "517", + "$id": "509", "name": "put", "resourceName": "IsFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "518", + "$id": "510", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "519", + "$id": "511", "kind": "constant", "name": "putContentType10", "namespace": "", "usage": "None", "valueType": { - "$id": "520", + "$id": "512", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5147,12 +5094,12 @@ "skipUrlEncoding": false }, { - "$id": "521", + "$id": "513", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "115" + "$ref": "114" }, "location": "Body", "isApiVersion": false, @@ -5167,7 +5114,7 @@ ], "responses": [ { - "$id": "522", + "$id": "514", "statusCodes": [ 204 ], @@ -5189,12 +5136,12 @@ }, "parameters": [ { - "$id": "523", + "$id": "515", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "115" + "$ref": "114" }, "location": "Body", "isApiVersion": false, @@ -5207,12 +5154,12 @@ "skipUrlEncoding": false }, { - "$id": "524", + "$id": "516", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "519" + "$ref": "511" }, "location": "Header", "isApiVersion": false, @@ -5226,7 +5173,7 @@ } ], "response": { - "$id": "525" + "$id": "517" }, "isOverride": false, "generateConvenient": true, @@ -5236,12 +5183,12 @@ ], "parameters": [ { - "$id": "526", + "$id": "518", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "527", + "$id": "519", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5255,9 +5202,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "528", + "$id": "520", "type": { - "$id": "529", + "$id": "521", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5270,41 +5217,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "530", + "$id": "522", "kind": "client", "name": "SpreadFloat", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "531", + "$id": "523", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "532", + "$id": "524", "name": "get", "resourceName": "SpreadFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "533", + "$id": "525", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "534", + "$id": "526", "kind": "constant", "name": "getContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "535", + "$id": "527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5326,12 +5273,12 @@ ], "responses": [ { - "$id": "536", + "$id": "528", "statusCodes": [ 200 ], "bodyType": { - "$ref": "121" + "$ref": "120" }, "headers": [], "isErrorResponse": false, @@ -5351,11 +5298,11 @@ }, "parameters": [ { - "$id": "537", + "$id": "529", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "534" + "$ref": "526" }, "location": "Header", "isApiVersion": false, @@ -5369,9 +5316,9 @@ } ], "response": { - "$id": "538", + "$id": "530", "type": { - "$ref": "121" + "$ref": "120" } }, "isOverride": false, @@ -5380,32 +5327,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloat.get" }, { - "$id": "539", + "$id": "531", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "540", + "$id": "532", "name": "put", "resourceName": "SpreadFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "541", + "$id": "533", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "542", + "$id": "534", "kind": "constant", "name": "putContentType11", "namespace": "", "usage": "None", "valueType": { - "$id": "543", + "$id": "535", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5425,12 +5372,12 @@ "skipUrlEncoding": false }, { - "$id": "544", + "$id": "536", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "121" + "$ref": "120" }, "location": "Body", "isApiVersion": false, @@ -5445,7 +5392,7 @@ ], "responses": [ { - "$id": "545", + "$id": "537", "statusCodes": [ 204 ], @@ -5467,12 +5414,12 @@ }, "parameters": [ { - "$id": "546", + "$id": "538", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "121" + "$ref": "120" }, "location": "Body", "isApiVersion": false, @@ -5485,12 +5432,12 @@ "skipUrlEncoding": false }, { - "$id": "547", + "$id": "539", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "542" + "$ref": "534" }, "location": "Header", "isApiVersion": false, @@ -5504,7 +5451,7 @@ } ], "response": { - "$id": "548" + "$id": "540" }, "isOverride": false, "generateConvenient": true, @@ -5514,12 +5461,12 @@ ], "parameters": [ { - "$id": "549", + "$id": "541", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "550", + "$id": "542", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5533,9 +5480,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "551", + "$id": "543", "type": { - "$id": "552", + "$id": "544", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5548,41 +5495,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "553", + "$id": "545", "kind": "client", "name": "ExtendsModel", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "554", + "$id": "546", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "555", + "$id": "547", "name": "get", "resourceName": "ExtendsModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "556", + "$id": "548", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "557", + "$id": "549", "kind": "constant", "name": "getContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "558", + "$id": "550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5604,12 +5551,12 @@ ], "responses": [ { - "$id": "559", + "$id": "551", "statusCodes": [ 200 ], "bodyType": { - "$ref": "127" + "$ref": "126" }, "headers": [], "isErrorResponse": false, @@ -5629,11 +5576,11 @@ }, "parameters": [ { - "$id": "560", + "$id": "552", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "557" + "$ref": "549" }, "location": "Header", "isApiVersion": false, @@ -5647,9 +5594,9 @@ } ], "response": { - "$id": "561", + "$id": "553", "type": { - "$ref": "127" + "$ref": "126" } }, "isOverride": false, @@ -5658,32 +5605,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModel.get" }, { - "$id": "562", + "$id": "554", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "563", + "$id": "555", "name": "put", "resourceName": "ExtendsModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "564", + "$id": "556", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "565", + "$id": "557", "kind": "constant", "name": "putContentType12", "namespace": "", "usage": "None", "valueType": { - "$id": "566", + "$id": "558", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5703,12 +5650,12 @@ "skipUrlEncoding": false }, { - "$id": "567", + "$id": "559", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "127" + "$ref": "126" }, "location": "Body", "isApiVersion": false, @@ -5723,7 +5670,7 @@ ], "responses": [ { - "$id": "568", + "$id": "560", "statusCodes": [ 204 ], @@ -5745,12 +5692,12 @@ }, "parameters": [ { - "$id": "569", + "$id": "561", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "127" + "$ref": "126" }, "location": "Body", "isApiVersion": false, @@ -5763,12 +5710,12 @@ "skipUrlEncoding": false }, { - "$id": "570", + "$id": "562", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "565" + "$ref": "557" }, "location": "Header", "isApiVersion": false, @@ -5782,7 +5729,7 @@ } ], "response": { - "$id": "571" + "$id": "563" }, "isOverride": false, "generateConvenient": true, @@ -5792,12 +5739,12 @@ ], "parameters": [ { - "$id": "572", + "$id": "564", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "573", + "$id": "565", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5811,9 +5758,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "574", + "$id": "566", "type": { - "$id": "575", + "$id": "567", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5826,41 +5773,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "576", + "$id": "568", "kind": "client", "name": "IsModel", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "577", + "$id": "569", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "578", + "$id": "570", "name": "get", "resourceName": "IsModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "579", + "$id": "571", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "580", + "$id": "572", "kind": "constant", "name": "getContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "581", + "$id": "573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5882,12 +5829,12 @@ ], "responses": [ { - "$id": "582", + "$id": "574", "statusCodes": [ 200 ], "bodyType": { - "$ref": "136" + "$ref": "135" }, "headers": [], "isErrorResponse": false, @@ -5907,11 +5854,11 @@ }, "parameters": [ { - "$id": "583", + "$id": "575", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "580" + "$ref": "572" }, "location": "Header", "isApiVersion": false, @@ -5925,9 +5872,9 @@ } ], "response": { - "$id": "584", + "$id": "576", "type": { - "$ref": "136" + "$ref": "135" } }, "isOverride": false, @@ -5936,32 +5883,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModel.get" }, { - "$id": "585", + "$id": "577", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "586", + "$id": "578", "name": "put", "resourceName": "IsModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "587", + "$id": "579", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "588", + "$id": "580", "kind": "constant", "name": "putContentType13", "namespace": "", "usage": "None", "valueType": { - "$id": "589", + "$id": "581", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5981,12 +5928,12 @@ "skipUrlEncoding": false }, { - "$id": "590", + "$id": "582", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "136" + "$ref": "135" }, "location": "Body", "isApiVersion": false, @@ -6001,7 +5948,7 @@ ], "responses": [ { - "$id": "591", + "$id": "583", "statusCodes": [ 204 ], @@ -6023,12 +5970,12 @@ }, "parameters": [ { - "$id": "592", + "$id": "584", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "136" + "$ref": "135" }, "location": "Body", "isApiVersion": false, @@ -6041,12 +5988,12 @@ "skipUrlEncoding": false }, { - "$id": "593", + "$id": "585", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "588" + "$ref": "580" }, "location": "Header", "isApiVersion": false, @@ -6060,7 +6007,7 @@ } ], "response": { - "$id": "594" + "$id": "586" }, "isOverride": false, "generateConvenient": true, @@ -6070,12 +6017,12 @@ ], "parameters": [ { - "$id": "595", + "$id": "587", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "596", + "$id": "588", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6089,9 +6036,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "597", + "$id": "589", "type": { - "$id": "598", + "$id": "590", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6104,41 +6051,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "599", + "$id": "591", "kind": "client", "name": "SpreadModel", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "600", + "$id": "592", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "601", + "$id": "593", "name": "get", "resourceName": "SpreadModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "602", + "$id": "594", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "603", + "$id": "595", "kind": "constant", "name": "getContentType14", "namespace": "", "usage": "None", "valueType": { - "$id": "604", + "$id": "596", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6160,12 +6107,12 @@ ], "responses": [ { - "$id": "605", + "$id": "597", "statusCodes": [ 200 ], "bodyType": { - "$ref": "140" + "$ref": "139" }, "headers": [], "isErrorResponse": false, @@ -6185,11 +6132,11 @@ }, "parameters": [ { - "$id": "606", + "$id": "598", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "603" + "$ref": "595" }, "location": "Header", "isApiVersion": false, @@ -6203,9 +6150,9 @@ } ], "response": { - "$id": "607", + "$id": "599", "type": { - "$ref": "140" + "$ref": "139" } }, "isOverride": false, @@ -6214,32 +6161,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModel.get" }, { - "$id": "608", + "$id": "600", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "609", + "$id": "601", "name": "put", "resourceName": "SpreadModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "610", + "$id": "602", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "611", + "$id": "603", "kind": "constant", "name": "putContentType14", "namespace": "", "usage": "None", "valueType": { - "$id": "612", + "$id": "604", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6259,12 +6206,12 @@ "skipUrlEncoding": false }, { - "$id": "613", + "$id": "605", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "140" + "$ref": "139" }, "location": "Body", "isApiVersion": false, @@ -6279,7 +6226,7 @@ ], "responses": [ { - "$id": "614", + "$id": "606", "statusCodes": [ 204 ], @@ -6301,12 +6248,12 @@ }, "parameters": [ { - "$id": "615", + "$id": "607", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "140" + "$ref": "139" }, "location": "Body", "isApiVersion": false, @@ -6319,12 +6266,12 @@ "skipUrlEncoding": false }, { - "$id": "616", + "$id": "608", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "611" + "$ref": "603" }, "location": "Header", "isApiVersion": false, @@ -6338,7 +6285,7 @@ } ], "response": { - "$id": "617" + "$id": "609" }, "isOverride": false, "generateConvenient": true, @@ -6348,12 +6295,12 @@ ], "parameters": [ { - "$id": "618", + "$id": "610", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "619", + "$id": "611", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6367,9 +6314,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "620", + "$id": "612", "type": { - "$id": "621", + "$id": "613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6382,41 +6329,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "622", + "$id": "614", "kind": "client", "name": "ExtendsModelArray", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "623", + "$id": "615", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "624", + "$id": "616", "name": "get", "resourceName": "ExtendsModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "625", + "$id": "617", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "626", + "$id": "618", "kind": "constant", "name": "getContentType15", "namespace": "", "usage": "None", "valueType": { - "$id": "627", + "$id": "619", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6438,12 +6385,12 @@ ], "responses": [ { - "$id": "628", + "$id": "620", "statusCodes": [ 200 ], "bodyType": { - "$ref": "144" + "$ref": "143" }, "headers": [], "isErrorResponse": false, @@ -6463,11 +6410,11 @@ }, "parameters": [ { - "$id": "629", + "$id": "621", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "626" + "$ref": "618" }, "location": "Header", "isApiVersion": false, @@ -6481,9 +6428,9 @@ } ], "response": { - "$id": "630", + "$id": "622", "type": { - "$ref": "144" + "$ref": "143" } }, "isOverride": false, @@ -6492,32 +6439,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArray.get" }, { - "$id": "631", + "$id": "623", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "632", + "$id": "624", "name": "put", "resourceName": "ExtendsModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "633", + "$id": "625", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "634", + "$id": "626", "kind": "constant", "name": "putContentType15", "namespace": "", "usage": "None", "valueType": { - "$id": "635", + "$id": "627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6537,12 +6484,12 @@ "skipUrlEncoding": false }, { - "$id": "636", + "$id": "628", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "144" + "$ref": "143" }, "location": "Body", "isApiVersion": false, @@ -6557,7 +6504,7 @@ ], "responses": [ { - "$id": "637", + "$id": "629", "statusCodes": [ 204 ], @@ -6579,12 +6526,12 @@ }, "parameters": [ { - "$id": "638", + "$id": "630", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "144" + "$ref": "143" }, "location": "Body", "isApiVersion": false, @@ -6597,12 +6544,12 @@ "skipUrlEncoding": false }, { - "$id": "639", + "$id": "631", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "634" + "$ref": "626" }, "location": "Header", "isApiVersion": false, @@ -6616,7 +6563,7 @@ } ], "response": { - "$id": "640" + "$id": "632" }, "isOverride": false, "generateConvenient": true, @@ -6626,12 +6573,12 @@ ], "parameters": [ { - "$id": "641", + "$id": "633", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "642", + "$id": "634", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6645,9 +6592,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "643", + "$id": "635", "type": { - "$id": "644", + "$id": "636", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6660,41 +6607,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "645", + "$id": "637", "kind": "client", "name": "IsModelArray", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "646", + "$id": "638", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "647", + "$id": "639", "name": "get", "resourceName": "IsModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "648", + "$id": "640", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "649", + "$id": "641", "kind": "constant", "name": "getContentType16", "namespace": "", "usage": "None", "valueType": { - "$id": "650", + "$id": "642", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6716,12 +6663,12 @@ ], "responses": [ { - "$id": "651", + "$id": "643", "statusCodes": [ 200 ], "bodyType": { - "$ref": "150" + "$ref": "148" }, "headers": [], "isErrorResponse": false, @@ -6741,11 +6688,11 @@ }, "parameters": [ { - "$id": "652", + "$id": "644", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "649" + "$ref": "641" }, "location": "Header", "isApiVersion": false, @@ -6759,9 +6706,9 @@ } ], "response": { - "$id": "653", + "$id": "645", "type": { - "$ref": "150" + "$ref": "148" } }, "isOverride": false, @@ -6770,32 +6717,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArray.get" }, { - "$id": "654", + "$id": "646", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "655", + "$id": "647", "name": "put", "resourceName": "IsModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "656", + "$id": "648", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "657", + "$id": "649", "kind": "constant", "name": "putContentType16", "namespace": "", "usage": "None", "valueType": { - "$id": "658", + "$id": "650", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6815,12 +6762,12 @@ "skipUrlEncoding": false }, { - "$id": "659", + "$id": "651", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "150" + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -6835,7 +6782,7 @@ ], "responses": [ { - "$id": "660", + "$id": "652", "statusCodes": [ 204 ], @@ -6857,12 +6804,12 @@ }, "parameters": [ { - "$id": "661", + "$id": "653", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "150" + "$ref": "148" }, "location": "Body", "isApiVersion": false, @@ -6875,12 +6822,12 @@ "skipUrlEncoding": false }, { - "$id": "662", + "$id": "654", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "657" + "$ref": "649" }, "location": "Header", "isApiVersion": false, @@ -6894,7 +6841,7 @@ } ], "response": { - "$id": "663" + "$id": "655" }, "isOverride": false, "generateConvenient": true, @@ -6904,12 +6851,12 @@ ], "parameters": [ { - "$id": "664", + "$id": "656", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "665", + "$id": "657", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6923,9 +6870,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "666", + "$id": "658", "type": { - "$id": "667", + "$id": "659", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6938,41 +6885,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.IsModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "668", + "$id": "660", "kind": "client", "name": "SpreadModelArray", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "669", + "$id": "661", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "670", + "$id": "662", "name": "get", "resourceName": "SpreadModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "671", + "$id": "663", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "672", + "$id": "664", "kind": "constant", "name": "getContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "673", + "$id": "665", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6994,12 +6941,12 @@ ], "responses": [ { - "$id": "674", + "$id": "666", "statusCodes": [ 200 ], "bodyType": { - "$ref": "156" + "$ref": "152" }, "headers": [], "isErrorResponse": false, @@ -7019,11 +6966,11 @@ }, "parameters": [ { - "$id": "675", + "$id": "667", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "672" + "$ref": "664" }, "location": "Header", "isApiVersion": false, @@ -7037,9 +6984,9 @@ } ], "response": { - "$id": "676", + "$id": "668", "type": { - "$ref": "156" + "$ref": "152" } }, "isOverride": false, @@ -7048,32 +6995,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArray.get" }, { - "$id": "677", + "$id": "669", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "678", + "$id": "670", "name": "put", "resourceName": "SpreadModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "679", + "$id": "671", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "680", + "$id": "672", "kind": "constant", "name": "putContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "681", + "$id": "673", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7093,12 +7040,12 @@ "skipUrlEncoding": false }, { - "$id": "682", + "$id": "674", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "156" + "$ref": "152" }, "location": "Body", "isApiVersion": false, @@ -7113,7 +7060,7 @@ ], "responses": [ { - "$id": "683", + "$id": "675", "statusCodes": [ 204 ], @@ -7135,12 +7082,12 @@ }, "parameters": [ { - "$id": "684", + "$id": "676", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "156" + "$ref": "152" }, "location": "Body", "isApiVersion": false, @@ -7153,12 +7100,12 @@ "skipUrlEncoding": false }, { - "$id": "685", + "$id": "677", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "680" + "$ref": "672" }, "location": "Header", "isApiVersion": false, @@ -7172,7 +7119,7 @@ } ], "response": { - "$id": "686" + "$id": "678" }, "isOverride": false, "generateConvenient": true, @@ -7182,12 +7129,12 @@ ], "parameters": [ { - "$id": "687", + "$id": "679", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "688", + "$id": "680", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7201,9 +7148,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "689", + "$id": "681", "type": { - "$id": "690", + "$id": "682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7216,41 +7163,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "691", + "$id": "683", "kind": "client", "name": "SpreadDifferentString", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "692", + "$id": "684", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "693", + "$id": "685", "name": "get", "resourceName": "SpreadDifferentString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "694", + "$id": "686", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "695", + "$id": "687", "kind": "constant", "name": "getContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "696", + "$id": "688", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7272,12 +7219,12 @@ ], "responses": [ { - "$id": "697", + "$id": "689", "statusCodes": [ 200 ], "bodyType": { - "$ref": "162" + "$ref": "156" }, "headers": [], "isErrorResponse": false, @@ -7297,11 +7244,11 @@ }, "parameters": [ { - "$id": "698", + "$id": "690", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "695" + "$ref": "687" }, "location": "Header", "isApiVersion": false, @@ -7315,9 +7262,9 @@ } ], "response": { - "$id": "699", + "$id": "691", "type": { - "$ref": "162" + "$ref": "156" } }, "isOverride": false, @@ -7326,32 +7273,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentString.get" }, { - "$id": "700", + "$id": "692", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "701", + "$id": "693", "name": "put", "resourceName": "SpreadDifferentString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "702", + "$id": "694", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "703", + "$id": "695", "kind": "constant", "name": "putContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "704", + "$id": "696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7371,12 +7318,12 @@ "skipUrlEncoding": false }, { - "$id": "705", + "$id": "697", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "162" + "$ref": "156" }, "location": "Body", "isApiVersion": false, @@ -7391,7 +7338,7 @@ ], "responses": [ { - "$id": "706", + "$id": "698", "statusCodes": [ 204 ], @@ -7413,12 +7360,12 @@ }, "parameters": [ { - "$id": "707", + "$id": "699", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "162" + "$ref": "156" }, "location": "Body", "isApiVersion": false, @@ -7431,12 +7378,12 @@ "skipUrlEncoding": false }, { - "$id": "708", + "$id": "700", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "703" + "$ref": "695" }, "location": "Header", "isApiVersion": false, @@ -7450,7 +7397,7 @@ } ], "response": { - "$id": "709" + "$id": "701" }, "isOverride": false, "generateConvenient": true, @@ -7460,12 +7407,12 @@ ], "parameters": [ { - "$id": "710", + "$id": "702", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "711", + "$id": "703", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7479,9 +7426,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "712", + "$id": "704", "type": { - "$id": "713", + "$id": "705", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7494,41 +7441,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "714", + "$id": "706", "kind": "client", "name": "SpreadDifferentFloat", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "715", + "$id": "707", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "716", + "$id": "708", "name": "get", "resourceName": "SpreadDifferentFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "717", + "$id": "709", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "718", + "$id": "710", "kind": "constant", "name": "getContentType19", "namespace": "", "usage": "None", "valueType": { - "$id": "719", + "$id": "711", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7550,12 +7497,12 @@ ], "responses": [ { - "$id": "720", + "$id": "712", "statusCodes": [ 200 ], "bodyType": { - "$ref": "168" + "$ref": "162" }, "headers": [], "isErrorResponse": false, @@ -7575,11 +7522,11 @@ }, "parameters": [ { - "$id": "721", + "$id": "713", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "718" + "$ref": "710" }, "location": "Header", "isApiVersion": false, @@ -7593,9 +7540,9 @@ } ], "response": { - "$id": "722", + "$id": "714", "type": { - "$ref": "168" + "$ref": "162" } }, "isOverride": false, @@ -7604,32 +7551,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentFloat.get" }, { - "$id": "723", + "$id": "715", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "724", + "$id": "716", "name": "put", "resourceName": "SpreadDifferentFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "725", + "$id": "717", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "726", + "$id": "718", "kind": "constant", "name": "putContentType19", "namespace": "", "usage": "None", "valueType": { - "$id": "727", + "$id": "719", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7649,12 +7596,12 @@ "skipUrlEncoding": false }, { - "$id": "728", + "$id": "720", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "168" + "$ref": "162" }, "location": "Body", "isApiVersion": false, @@ -7669,7 +7616,7 @@ ], "responses": [ { - "$id": "729", + "$id": "721", "statusCodes": [ 204 ], @@ -7691,12 +7638,12 @@ }, "parameters": [ { - "$id": "730", + "$id": "722", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "168" + "$ref": "162" }, "location": "Body", "isApiVersion": false, @@ -7709,12 +7656,12 @@ "skipUrlEncoding": false }, { - "$id": "731", + "$id": "723", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "726" + "$ref": "718" }, "location": "Header", "isApiVersion": false, @@ -7728,7 +7675,7 @@ } ], "response": { - "$id": "732" + "$id": "724" }, "isOverride": false, "generateConvenient": true, @@ -7738,12 +7685,12 @@ ], "parameters": [ { - "$id": "733", + "$id": "725", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "734", + "$id": "726", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7757,9 +7704,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "735", + "$id": "727", "type": { - "$id": "736", + "$id": "728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -7772,41 +7719,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "737", + "$id": "729", "kind": "client", "name": "SpreadDifferentModel", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "738", + "$id": "730", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "739", + "$id": "731", "name": "get", "resourceName": "SpreadDifferentModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "740", + "$id": "732", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "741", + "$id": "733", "kind": "constant", "name": "getContentType20", "namespace": "", "usage": "None", "valueType": { - "$id": "742", + "$id": "734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7828,12 +7775,12 @@ ], "responses": [ { - "$id": "743", + "$id": "735", "statusCodes": [ 200 ], "bodyType": { - "$ref": "174" + "$ref": "168" }, "headers": [], "isErrorResponse": false, @@ -7853,11 +7800,11 @@ }, "parameters": [ { - "$id": "744", + "$id": "736", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "741" + "$ref": "733" }, "location": "Header", "isApiVersion": false, @@ -7871,9 +7818,9 @@ } ], "response": { - "$id": "745", + "$id": "737", "type": { - "$ref": "174" + "$ref": "168" } }, "isOverride": false, @@ -7882,32 +7829,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModel.get" }, { - "$id": "746", + "$id": "738", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "747", + "$id": "739", "name": "put", "resourceName": "SpreadDifferentModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "748", + "$id": "740", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "749", + "$id": "741", "kind": "constant", "name": "putContentType20", "namespace": "", "usage": "None", "valueType": { - "$id": "750", + "$id": "742", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7927,12 +7874,12 @@ "skipUrlEncoding": false }, { - "$id": "751", + "$id": "743", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "174" + "$ref": "168" }, "location": "Body", "isApiVersion": false, @@ -7947,7 +7894,7 @@ ], "responses": [ { - "$id": "752", + "$id": "744", "statusCodes": [ 204 ], @@ -7969,12 +7916,12 @@ }, "parameters": [ { - "$id": "753", + "$id": "745", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "174" + "$ref": "168" }, "location": "Body", "isApiVersion": false, @@ -7987,12 +7934,12 @@ "skipUrlEncoding": false }, { - "$id": "754", + "$id": "746", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "749" + "$ref": "741" }, "location": "Header", "isApiVersion": false, @@ -8006,7 +7953,7 @@ } ], "response": { - "$id": "755" + "$id": "747" }, "isOverride": false, "generateConvenient": true, @@ -8016,12 +7963,12 @@ ], "parameters": [ { - "$id": "756", + "$id": "748", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "757", + "$id": "749", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8035,9 +7982,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "758", + "$id": "750", "type": { - "$id": "759", + "$id": "751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8050,41 +7997,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "760", + "$id": "752", "kind": "client", "name": "SpreadDifferentModelArray", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "761", + "$id": "753", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "762", + "$id": "754", "name": "get", "resourceName": "SpreadDifferentModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "763", + "$id": "755", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "764", + "$id": "756", "kind": "constant", "name": "getContentType21", "namespace": "", "usage": "None", "valueType": { - "$id": "765", + "$id": "757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8106,12 +8053,12 @@ ], "responses": [ { - "$id": "766", + "$id": "758", "statusCodes": [ 200 ], "bodyType": { - "$ref": "179" + "$ref": "173" }, "headers": [], "isErrorResponse": false, @@ -8131,11 +8078,11 @@ }, "parameters": [ { - "$id": "767", + "$id": "759", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "764" + "$ref": "756" }, "location": "Header", "isApiVersion": false, @@ -8149,9 +8096,9 @@ } ], "response": { - "$id": "768", + "$id": "760", "type": { - "$ref": "179" + "$ref": "173" } }, "isOverride": false, @@ -8160,32 +8107,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModelArray.get" }, { - "$id": "769", + "$id": "761", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "770", + "$id": "762", "name": "put", "resourceName": "SpreadDifferentModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "771", + "$id": "763", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "772", + "$id": "764", "kind": "constant", "name": "putContentType21", "namespace": "", "usage": "None", "valueType": { - "$id": "773", + "$id": "765", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8205,12 +8152,12 @@ "skipUrlEncoding": false }, { - "$id": "774", + "$id": "766", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "179" + "$ref": "173" }, "location": "Body", "isApiVersion": false, @@ -8225,7 +8172,7 @@ ], "responses": [ { - "$id": "775", + "$id": "767", "statusCodes": [ 204 ], @@ -8247,12 +8194,12 @@ }, "parameters": [ { - "$id": "776", + "$id": "768", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "179" + "$ref": "173" }, "location": "Body", "isApiVersion": false, @@ -8265,12 +8212,12 @@ "skipUrlEncoding": false }, { - "$id": "777", + "$id": "769", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "772" + "$ref": "764" }, "location": "Header", "isApiVersion": false, @@ -8284,7 +8231,7 @@ } ], "response": { - "$id": "778" + "$id": "770" }, "isOverride": false, "generateConvenient": true, @@ -8294,12 +8241,12 @@ ], "parameters": [ { - "$id": "779", + "$id": "771", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "780", + "$id": "772", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8313,9 +8260,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "781", + "$id": "773", "type": { - "$id": "782", + "$id": "774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8328,41 +8275,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadDifferentModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "783", + "$id": "775", "kind": "client", "name": "ExtendsDifferentSpreadString", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "784", + "$id": "776", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "785", + "$id": "777", "name": "get", "resourceName": "ExtendsDifferentSpreadString", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "786", + "$id": "778", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "787", + "$id": "779", "kind": "constant", "name": "getContentType22", "namespace": "", "usage": "None", "valueType": { - "$id": "788", + "$id": "780", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8384,12 +8331,12 @@ ], "responses": [ { - "$id": "789", + "$id": "781", "statusCodes": [ 200 ], "bodyType": { - "$ref": "185" + "$ref": "178" }, "headers": [], "isErrorResponse": false, @@ -8409,11 +8356,11 @@ }, "parameters": [ { - "$id": "790", + "$id": "782", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "787" + "$ref": "779" }, "location": "Header", "isApiVersion": false, @@ -8427,9 +8374,9 @@ } ], "response": { - "$id": "791", + "$id": "783", "type": { - "$ref": "185" + "$ref": "178" } }, "isOverride": false, @@ -8438,32 +8385,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadString.get" }, { - "$id": "792", + "$id": "784", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "793", + "$id": "785", "name": "put", "resourceName": "ExtendsDifferentSpreadString", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "794", + "$id": "786", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "795", + "$id": "787", "kind": "constant", "name": "putContentType22", "namespace": "", "usage": "None", "valueType": { - "$id": "796", + "$id": "788", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8483,12 +8430,12 @@ "skipUrlEncoding": false }, { - "$id": "797", + "$id": "789", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "185" + "$ref": "178" }, "location": "Body", "isApiVersion": false, @@ -8503,7 +8450,7 @@ ], "responses": [ { - "$id": "798", + "$id": "790", "statusCodes": [ 204 ], @@ -8525,12 +8472,12 @@ }, "parameters": [ { - "$id": "799", + "$id": "791", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "185" + "$ref": "178" }, "location": "Body", "isApiVersion": false, @@ -8543,12 +8490,12 @@ "skipUrlEncoding": false }, { - "$id": "800", + "$id": "792", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "795" + "$ref": "787" }, "location": "Header", "isApiVersion": false, @@ -8562,7 +8509,7 @@ } ], "response": { - "$id": "801" + "$id": "793" }, "isOverride": false, "generateConvenient": true, @@ -8572,12 +8519,12 @@ ], "parameters": [ { - "$id": "802", + "$id": "794", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "803", + "$id": "795", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8591,9 +8538,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "804", + "$id": "796", "type": { - "$id": "805", + "$id": "797", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8606,41 +8553,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadString", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "806", + "$id": "798", "kind": "client", "name": "ExtendsDifferentSpreadFloat", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "807", + "$id": "799", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "808", + "$id": "800", "name": "get", "resourceName": "ExtendsDifferentSpreadFloat", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "809", + "$id": "801", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "810", + "$id": "802", "kind": "constant", "name": "getContentType23", "namespace": "", "usage": "None", "valueType": { - "$id": "811", + "$id": "803", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8662,12 +8609,12 @@ ], "responses": [ { - "$id": "812", + "$id": "804", "statusCodes": [ 200 ], "bodyType": { - "$ref": "190" + "$ref": "183" }, "headers": [], "isErrorResponse": false, @@ -8687,11 +8634,11 @@ }, "parameters": [ { - "$id": "813", + "$id": "805", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "810" + "$ref": "802" }, "location": "Header", "isApiVersion": false, @@ -8705,9 +8652,9 @@ } ], "response": { - "$id": "814", + "$id": "806", "type": { - "$ref": "190" + "$ref": "183" } }, "isOverride": false, @@ -8716,32 +8663,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadFloat.get" }, { - "$id": "815", + "$id": "807", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "816", + "$id": "808", "name": "put", "resourceName": "ExtendsDifferentSpreadFloat", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "817", + "$id": "809", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "818", + "$id": "810", "kind": "constant", "name": "putContentType23", "namespace": "", "usage": "None", "valueType": { - "$id": "819", + "$id": "811", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8761,12 +8708,12 @@ "skipUrlEncoding": false }, { - "$id": "820", + "$id": "812", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "190" + "$ref": "183" }, "location": "Body", "isApiVersion": false, @@ -8781,7 +8728,7 @@ ], "responses": [ { - "$id": "821", + "$id": "813", "statusCodes": [ 204 ], @@ -8803,12 +8750,12 @@ }, "parameters": [ { - "$id": "822", + "$id": "814", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "190" + "$ref": "183" }, "location": "Body", "isApiVersion": false, @@ -8821,12 +8768,12 @@ "skipUrlEncoding": false }, { - "$id": "823", + "$id": "815", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "818" + "$ref": "810" }, "location": "Header", "isApiVersion": false, @@ -8840,7 +8787,7 @@ } ], "response": { - "$id": "824" + "$id": "816" }, "isOverride": false, "generateConvenient": true, @@ -8850,12 +8797,12 @@ ], "parameters": [ { - "$id": "825", + "$id": "817", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "826", + "$id": "818", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8869,9 +8816,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "827", + "$id": "819", "type": { - "$id": "828", + "$id": "820", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -8884,41 +8831,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadFloat", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "829", + "$id": "821", "kind": "client", "name": "ExtendsDifferentSpreadModel", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "830", + "$id": "822", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "831", + "$id": "823", "name": "get", "resourceName": "ExtendsDifferentSpreadModel", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "832", + "$id": "824", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "833", + "$id": "825", "kind": "constant", "name": "getContentType24", "namespace": "", "usage": "None", "valueType": { - "$id": "834", + "$id": "826", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8940,12 +8887,12 @@ ], "responses": [ { - "$id": "835", + "$id": "827", "statusCodes": [ 200 ], "bodyType": { - "$ref": "195" + "$ref": "188" }, "headers": [], "isErrorResponse": false, @@ -8965,11 +8912,11 @@ }, "parameters": [ { - "$id": "836", + "$id": "828", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "833" + "$ref": "825" }, "location": "Header", "isApiVersion": false, @@ -8983,9 +8930,9 @@ } ], "response": { - "$id": "837", + "$id": "829", "type": { - "$ref": "195" + "$ref": "188" } }, "isOverride": false, @@ -8994,32 +8941,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModel.get" }, { - "$id": "838", + "$id": "830", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "839", + "$id": "831", "name": "put", "resourceName": "ExtendsDifferentSpreadModel", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "840", + "$id": "832", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "841", + "$id": "833", "kind": "constant", "name": "putContentType24", "namespace": "", "usage": "None", "valueType": { - "$id": "842", + "$id": "834", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9039,12 +8986,12 @@ "skipUrlEncoding": false }, { - "$id": "843", + "$id": "835", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "195" + "$ref": "188" }, "location": "Body", "isApiVersion": false, @@ -9059,7 +9006,7 @@ ], "responses": [ { - "$id": "844", + "$id": "836", "statusCodes": [ 204 ], @@ -9081,12 +9028,12 @@ }, "parameters": [ { - "$id": "845", + "$id": "837", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "195" + "$ref": "188" }, "location": "Body", "isApiVersion": false, @@ -9099,12 +9046,12 @@ "skipUrlEncoding": false }, { - "$id": "846", + "$id": "838", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "841" + "$ref": "833" }, "location": "Header", "isApiVersion": false, @@ -9118,7 +9065,7 @@ } ], "response": { - "$id": "847" + "$id": "839" }, "isOverride": false, "generateConvenient": true, @@ -9128,12 +9075,12 @@ ], "parameters": [ { - "$id": "848", + "$id": "840", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "849", + "$id": "841", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9147,9 +9094,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "850", + "$id": "842", "type": { - "$id": "851", + "$id": "843", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9162,41 +9109,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModel", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "852", + "$id": "844", "kind": "client", "name": "ExtendsDifferentSpreadModelArray", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "853", + "$id": "845", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "854", + "$id": "846", "name": "get", "resourceName": "ExtendsDifferentSpreadModelArray", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "855", + "$id": "847", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "856", + "$id": "848", "kind": "constant", "name": "getContentType25", "namespace": "", "usage": "None", "valueType": { - "$id": "857", + "$id": "849", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9218,12 +9165,12 @@ ], "responses": [ { - "$id": "858", + "$id": "850", "statusCodes": [ 200 ], "bodyType": { - "$ref": "199" + "$ref": "192" }, "headers": [], "isErrorResponse": false, @@ -9243,11 +9190,11 @@ }, "parameters": [ { - "$id": "859", + "$id": "851", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "856" + "$ref": "848" }, "location": "Header", "isApiVersion": false, @@ -9261,9 +9208,9 @@ } ], "response": { - "$id": "860", + "$id": "852", "type": { - "$ref": "199" + "$ref": "192" } }, "isOverride": false, @@ -9272,32 +9219,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModelArray.get" }, { - "$id": "861", + "$id": "853", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "862", + "$id": "854", "name": "put", "resourceName": "ExtendsDifferentSpreadModelArray", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "863", + "$id": "855", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "864", + "$id": "856", "kind": "constant", "name": "putContentType25", "namespace": "", "usage": "None", "valueType": { - "$id": "865", + "$id": "857", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9317,12 +9264,12 @@ "skipUrlEncoding": false }, { - "$id": "866", + "$id": "858", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "199" + "$ref": "192" }, "location": "Body", "isApiVersion": false, @@ -9337,7 +9284,7 @@ ], "responses": [ { - "$id": "867", + "$id": "859", "statusCodes": [ 204 ], @@ -9359,12 +9306,12 @@ }, "parameters": [ { - "$id": "868", + "$id": "860", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "199" + "$ref": "192" }, "location": "Body", "isApiVersion": false, @@ -9377,12 +9324,12 @@ "skipUrlEncoding": false }, { - "$id": "869", + "$id": "861", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "864" + "$ref": "856" }, "location": "Header", "isApiVersion": false, @@ -9396,7 +9343,7 @@ } ], "response": { - "$id": "870" + "$id": "862" }, "isOverride": false, "generateConvenient": true, @@ -9406,12 +9353,12 @@ ], "parameters": [ { - "$id": "871", + "$id": "863", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "872", + "$id": "864", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9425,9 +9372,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "873", + "$id": "865", "type": { - "$id": "874", + "$id": "866", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9440,41 +9387,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.ExtendsDifferentSpreadModelArray", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "875", + "$id": "867", "kind": "client", "name": "MultipleSpread", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "876", + "$id": "868", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "877", + "$id": "869", "name": "get", "resourceName": "MultipleSpread", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "878", + "$id": "870", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "879", + "$id": "871", "kind": "constant", "name": "getContentType26", "namespace": "", "usage": "None", "valueType": { - "$id": "880", + "$id": "872", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9496,12 +9443,12 @@ ], "responses": [ { - "$id": "881", + "$id": "873", "statusCodes": [ 200 ], "bodyType": { - "$ref": "204" + "$ref": "196" }, "headers": [], "isErrorResponse": false, @@ -9521,11 +9468,11 @@ }, "parameters": [ { - "$id": "882", + "$id": "874", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "879" + "$ref": "871" }, "location": "Header", "isApiVersion": false, @@ -9539,9 +9486,9 @@ } ], "response": { - "$id": "883", + "$id": "875", "type": { - "$ref": "204" + "$ref": "196" } }, "isOverride": false, @@ -9550,32 +9497,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpread.get" }, { - "$id": "884", + "$id": "876", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "885", + "$id": "877", "name": "put", "resourceName": "MultipleSpread", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "886", + "$id": "878", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "887", + "$id": "879", "kind": "constant", "name": "putContentType26", "namespace": "", "usage": "None", "valueType": { - "$id": "888", + "$id": "880", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9595,12 +9542,12 @@ "skipUrlEncoding": false }, { - "$id": "889", + "$id": "881", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "204" + "$ref": "196" }, "location": "Body", "isApiVersion": false, @@ -9615,7 +9562,7 @@ ], "responses": [ { - "$id": "890", + "$id": "882", "statusCodes": [ 204 ], @@ -9637,12 +9584,12 @@ }, "parameters": [ { - "$id": "891", + "$id": "883", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "204" + "$ref": "196" }, "location": "Body", "isApiVersion": false, @@ -9655,12 +9602,12 @@ "skipUrlEncoding": false }, { - "$id": "892", + "$id": "884", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "887" + "$ref": "879" }, "location": "Header", "isApiVersion": false, @@ -9674,7 +9621,7 @@ } ], "response": { - "$id": "893" + "$id": "885" }, "isOverride": false, "generateConvenient": true, @@ -9684,12 +9631,12 @@ ], "parameters": [ { - "$id": "894", + "$id": "886", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "895", + "$id": "887", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9703,9 +9650,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "896", + "$id": "888", "type": { - "$id": "897", + "$id": "889", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9718,41 +9665,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.MultipleSpread", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "898", + "$id": "890", "kind": "client", "name": "SpreadRecordUnion", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "899", + "$id": "891", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "900", + "$id": "892", "name": "get", "resourceName": "SpreadRecordUnion", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "901", + "$id": "893", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "902", + "$id": "894", "kind": "constant", "name": "getContentType27", "namespace": "", "usage": "None", "valueType": { - "$id": "903", + "$id": "895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9774,12 +9721,12 @@ ], "responses": [ { - "$id": "904", + "$id": "896", "statusCodes": [ 200 ], "bodyType": { - "$ref": "212" + "$ref": "204" }, "headers": [], "isErrorResponse": false, @@ -9799,11 +9746,11 @@ }, "parameters": [ { - "$id": "905", + "$id": "897", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "902" + "$ref": "894" }, "location": "Header", "isApiVersion": false, @@ -9817,9 +9764,9 @@ } ], "response": { - "$id": "906", + "$id": "898", "type": { - "$ref": "212" + "$ref": "204" } }, "isOverride": false, @@ -9828,32 +9775,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordUnion.get" }, { - "$id": "907", + "$id": "899", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "908", + "$id": "900", "name": "put", "resourceName": "SpreadRecordUnion", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "909", + "$id": "901", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "910", + "$id": "902", "kind": "constant", "name": "putContentType27", "namespace": "", "usage": "None", "valueType": { - "$id": "911", + "$id": "903", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9873,12 +9820,12 @@ "skipUrlEncoding": false }, { - "$id": "912", + "$id": "904", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "212" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -9893,7 +9840,7 @@ ], "responses": [ { - "$id": "913", + "$id": "905", "statusCodes": [ 204 ], @@ -9915,12 +9862,12 @@ }, "parameters": [ { - "$id": "914", + "$id": "906", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "212" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -9933,12 +9880,12 @@ "skipUrlEncoding": false }, { - "$id": "915", + "$id": "907", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "910" + "$ref": "902" }, "location": "Header", "isApiVersion": false, @@ -9952,7 +9899,7 @@ } ], "response": { - "$id": "916" + "$id": "908" }, "isOverride": false, "generateConvenient": true, @@ -9962,12 +9909,12 @@ ], "parameters": [ { - "$id": "917", + "$id": "909", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "918", + "$id": "910", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9981,9 +9928,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "919", + "$id": "911", "type": { - "$id": "920", + "$id": "912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9996,41 +9943,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordUnion", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "921", + "$id": "913", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "922", + "$id": "914", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "923", + "$id": "915", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "924", + "$id": "916", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "925", + "$id": "917", "kind": "constant", "name": "getContentType28", "namespace": "", "usage": "None", "valueType": { - "$id": "926", + "$id": "918", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10052,12 +9999,12 @@ ], "responses": [ { - "$id": "927", + "$id": "919", "statusCodes": [ 200 ], "bodyType": { - "$ref": "220" + "$ref": "212" }, "headers": [], "isErrorResponse": false, @@ -10077,11 +10024,11 @@ }, "parameters": [ { - "$id": "928", + "$id": "920", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "925" + "$ref": "917" }, "location": "Header", "isApiVersion": false, @@ -10095,9 +10042,9 @@ } ], "response": { - "$id": "929", + "$id": "921", "type": { - "$ref": "220" + "$ref": "212" } }, "isOverride": false, @@ -10106,32 +10053,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion.get" }, { - "$id": "930", + "$id": "922", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "931", + "$id": "923", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "932", + "$id": "924", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "933", + "$id": "925", "kind": "constant", "name": "putContentType28", "namespace": "", "usage": "None", "valueType": { - "$id": "934", + "$id": "926", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10151,12 +10098,12 @@ "skipUrlEncoding": false }, { - "$id": "935", + "$id": "927", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "220" + "$ref": "212" }, "location": "Body", "isApiVersion": false, @@ -10171,7 +10118,7 @@ ], "responses": [ { - "$id": "936", + "$id": "928", "statusCodes": [ 204 ], @@ -10193,12 +10140,12 @@ }, "parameters": [ { - "$id": "937", + "$id": "929", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "220" + "$ref": "212" }, "location": "Body", "isApiVersion": false, @@ -10211,12 +10158,12 @@ "skipUrlEncoding": false }, { - "$id": "938", + "$id": "930", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "933" + "$ref": "925" }, "location": "Header", "isApiVersion": false, @@ -10230,7 +10177,7 @@ } ], "response": { - "$id": "939" + "$id": "931" }, "isOverride": false, "generateConvenient": true, @@ -10240,12 +10187,12 @@ ], "parameters": [ { - "$id": "940", + "$id": "932", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "941", + "$id": "933", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10259,9 +10206,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "942", + "$id": "934", "type": { - "$id": "943", + "$id": "935", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10274,41 +10221,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "944", + "$id": "936", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion2", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "945", + "$id": "937", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "946", + "$id": "938", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion2", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "947", + "$id": "939", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "948", + "$id": "940", "kind": "constant", "name": "getContentType29", "namespace": "", "usage": "None", "valueType": { - "$id": "949", + "$id": "941", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10330,12 +10277,12 @@ ], "responses": [ { - "$id": "950", + "$id": "942", "statusCodes": [ 200 ], "bodyType": { - "$ref": "250" + "$ref": "242" }, "headers": [], "isErrorResponse": false, @@ -10355,11 +10302,11 @@ }, "parameters": [ { - "$id": "951", + "$id": "943", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "948" + "$ref": "940" }, "location": "Header", "isApiVersion": false, @@ -10373,9 +10320,9 @@ } ], "response": { - "$id": "952", + "$id": "944", "type": { - "$ref": "250" + "$ref": "242" } }, "isOverride": false, @@ -10384,32 +10331,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion2.get" }, { - "$id": "953", + "$id": "945", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "954", + "$id": "946", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion2", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "955", + "$id": "947", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "956", + "$id": "948", "kind": "constant", "name": "putContentType29", "namespace": "", "usage": "None", "valueType": { - "$id": "957", + "$id": "949", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10429,12 +10376,12 @@ "skipUrlEncoding": false }, { - "$id": "958", + "$id": "950", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "250" + "$ref": "242" }, "location": "Body", "isApiVersion": false, @@ -10449,7 +10396,7 @@ ], "responses": [ { - "$id": "959", + "$id": "951", "statusCodes": [ 204 ], @@ -10471,12 +10418,12 @@ }, "parameters": [ { - "$id": "960", + "$id": "952", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "250" + "$ref": "242" }, "location": "Body", "isApiVersion": false, @@ -10489,12 +10436,12 @@ "skipUrlEncoding": false }, { - "$id": "961", + "$id": "953", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "956" + "$ref": "948" }, "location": "Header", "isApiVersion": false, @@ -10508,7 +10455,7 @@ } ], "response": { - "$id": "962" + "$id": "954" }, "isOverride": false, "generateConvenient": true, @@ -10518,12 +10465,12 @@ ], "parameters": [ { - "$id": "963", + "$id": "955", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "964", + "$id": "956", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10537,9 +10484,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "965", + "$id": "957", "type": { - "$id": "966", + "$id": "958", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10552,41 +10499,41 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion2", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } }, { - "$id": "967", + "$id": "959", "kind": "client", "name": "SpreadRecordNonDiscriminatedUnion3", "namespace": "Scm._Type.Property.AdditionalProperties", "methods": [ { - "$id": "968", + "$id": "960", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "doc": "Get call", "operation": { - "$id": "969", + "$id": "961", "name": "get", "resourceName": "SpreadRecordNonDiscriminatedUnion3", "doc": "Get call", "accessibility": "public", "parameters": [ { - "$id": "970", + "$id": "962", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "971", + "$id": "963", "kind": "constant", "name": "getContentType30", "namespace": "", "usage": "None", "valueType": { - "$id": "972", + "$id": "964", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10608,12 +10555,12 @@ ], "responses": [ { - "$id": "973", + "$id": "965", "statusCodes": [ 200 ], "bodyType": { - "$ref": "265" + "$ref": "257" }, "headers": [], "isErrorResponse": false, @@ -10633,11 +10580,11 @@ }, "parameters": [ { - "$id": "974", + "$id": "966", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "971" + "$ref": "963" }, "location": "Header", "isApiVersion": false, @@ -10651,9 +10598,9 @@ } ], "response": { - "$id": "975", + "$id": "967", "type": { - "$ref": "265" + "$ref": "257" } }, "isOverride": false, @@ -10662,32 +10609,32 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion3.get" }, { - "$id": "976", + "$id": "968", "kind": "basic", "name": "put", "accessibility": "public", "apiVersions": [], "doc": "Put operation", "operation": { - "$id": "977", + "$id": "969", "name": "put", "resourceName": "SpreadRecordNonDiscriminatedUnion3", "doc": "Put operation", "accessibility": "public", "parameters": [ { - "$id": "978", + "$id": "970", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "979", + "$id": "971", "kind": "constant", "name": "putContentType30", "namespace": "", "usage": "None", "valueType": { - "$id": "980", + "$id": "972", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10707,12 +10654,12 @@ "skipUrlEncoding": false }, { - "$id": "981", + "$id": "973", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "265" + "$ref": "257" }, "location": "Body", "isApiVersion": false, @@ -10727,7 +10674,7 @@ ], "responses": [ { - "$id": "982", + "$id": "974", "statusCodes": [ 204 ], @@ -10749,12 +10696,12 @@ }, "parameters": [ { - "$id": "983", + "$id": "975", "name": "body", "nameInRequest": "body", "doc": "body", "type": { - "$ref": "265" + "$ref": "257" }, "location": "Body", "isApiVersion": false, @@ -10767,12 +10714,12 @@ "skipUrlEncoding": false }, { - "$id": "984", + "$id": "976", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "979" + "$ref": "971" }, "location": "Header", "isApiVersion": false, @@ -10786,7 +10733,7 @@ } ], "response": { - "$id": "985" + "$id": "977" }, "isOverride": false, "generateConvenient": true, @@ -10796,12 +10743,12 @@ ], "parameters": [ { - "$id": "986", + "$id": "978", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "987", + "$id": "979", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10815,9 +10762,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "988", + "$id": "980", "type": { - "$id": "989", + "$id": "981", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10830,7 +10777,7 @@ "crossLanguageDefinitionId": "Type.Property.AdditionalProperties.SpreadRecordNonDiscriminatedUnion3", "apiVersions": [], "parent": { - "$ref": "272" + "$ref": "264" } } ] diff --git a/test/CadlRanchProjectsNonAzure/type/scalar/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/type/scalar/tspCodeModel.json index b15ad72062b..a3851225dcf 100644 --- a/test/CadlRanchProjectsNonAzure/type/scalar/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/type/scalar/tspCodeModel.json @@ -2180,18 +2180,7 @@ 200 ], "bodyType": { - "$id": "214", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "215", - "kind": "decimal", - "name": "decimal", - "crossLanguageDefinitionId": "TypeSpec.decimal", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "185" }, "headers": [], "isErrorResponse": false, @@ -2211,7 +2200,7 @@ }, "parameters": [ { - "$id": "216", + "$id": "214", "name": "accept", "nameInRequest": "accept", "type": { @@ -2229,9 +2218,9 @@ } ], "response": { - "$id": "217", + "$id": "215", "type": { - "$ref": "214" + "$ref": "185" } }, "isOverride": false, @@ -2240,29 +2229,29 @@ "crossLanguageDefinitionId": "Type.Scalar.Decimal128Verify.prepareVerify" }, { - "$id": "218", + "$id": "216", "kind": "basic", "name": "verify", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "219", + "$id": "217", "name": "verify", "resourceName": "Decimal128Verify", "accessibility": "public", "parameters": [ { - "$id": "220", + "$id": "218", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "221", + "$id": "219", "kind": "constant", "name": "GetResponseContentType17", "namespace": "", "usage": "None", "valueType": { - "$id": "222", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2282,11 +2271,11 @@ "skipUrlEncoding": false }, { - "$id": "223", + "$id": "221", "name": "body", "nameInRequest": "body", "type": { - "$id": "224", + "$id": "222", "kind": "decimal", "name": "decimal", "crossLanguageDefinitionId": "TypeSpec.decimal", @@ -2305,7 +2294,7 @@ ], "responses": [ { - "$id": "225", + "$id": "223", "statusCodes": [ 204 ], @@ -2327,17 +2316,17 @@ }, "parameters": [ { - "$id": "226", + "$id": "224", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "227", + "$id": "225", "kind": "constant", "name": "GetResponseContentType18", "namespace": "", "usage": "None", "valueType": { - "$id": "228", + "$id": "226", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2357,11 +2346,11 @@ "skipUrlEncoding": false }, { - "$id": "229", + "$id": "227", "name": "body", "nameInRequest": "body", "type": { - "$id": "230", + "$id": "228", "kind": "decimal", "name": "decimal", "crossLanguageDefinitionId": "TypeSpec.decimal", @@ -2379,7 +2368,7 @@ } ], "response": { - "$id": "231" + "$id": "229" }, "isOverride": false, "generateConvenient": true, @@ -2389,12 +2378,12 @@ ], "parameters": [ { - "$id": "232", + "$id": "230", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "233", + "$id": "231", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2408,9 +2397,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "234", + "$id": "232", "type": { - "$id": "235", + "$id": "233", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" diff --git a/test/CadlRanchProjectsNonAzure/type/union/tspCodeModel.json b/test/CadlRanchProjectsNonAzure/type/union/tspCodeModel.json index 1f52071734e..8fd473ff3ae 100644 --- a/test/CadlRanchProjectsNonAzure/type/union/tspCodeModel.json +++ b/test/CadlRanchProjectsNonAzure/type/union/tspCodeModel.json @@ -1165,18 +1165,7 @@ "decorators": [] }, { - "$id": "141", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "142", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "134" } ], "namespace": "", @@ -1189,9 +1178,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.StringAndArrayCases.array", "serializationOptions": { - "$id": "143", + "$id": "141", "json": { - "$id": "144", + "$id": "142", "name": "array" } } @@ -1205,9 +1194,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "145", + "$id": "143", "json": { - "$id": "146", + "$id": "144", "name": "prop" } } @@ -1218,7 +1207,7 @@ "$ref": "130" }, { - "$id": "147", + "$id": "145", "kind": "model", "name": "SendRequest7", "namespace": "Scm._Type.Union", @@ -1227,7 +1216,7 @@ "decorators": [], "properties": [ { - "$id": "148", + "$id": "146", "kind": "property", "name": "prop", "serializedName": "prop", @@ -1241,9 +1230,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.StringAndArray.send.prop", "serializationOptions": { - "$id": "149", + "$id": "147", "json": { - "$id": "150", + "$id": "148", "name": "prop" } } @@ -1251,7 +1240,7 @@ ] }, { - "$id": "151", + "$id": "149", "kind": "model", "name": "GetResponse8", "namespace": "Scm._Type.Union", @@ -1260,12 +1249,12 @@ "decorators": [], "properties": [ { - "$id": "152", + "$id": "150", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$id": "153", + "$id": "151", "kind": "model", "name": "MixedLiteralsCases", "namespace": "Scm._Type.Union", @@ -1274,24 +1263,24 @@ "decorators": [], "properties": [ { - "$id": "154", + "$id": "152", "kind": "property", "name": "stringLiteral", "serializedName": "stringLiteral", "doc": "This should be receive/send the \"a\" variant", "type": { - "$id": "155", + "$id": "153", "kind": "union", "name": "MixedLiteralsCasesStringLiteral", "variantTypes": [ { - "$id": "156", + "$id": "154", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral1", "namespace": "", "usage": "None", "valueType": { - "$id": "157", + "$id": "155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1301,13 +1290,13 @@ "decorators": [] }, { - "$id": "158", + "$id": "156", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral2", "namespace": "", "usage": "None", "valueType": { - "$id": "159", + "$id": "157", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1317,13 +1306,13 @@ "decorators": [] }, { - "$id": "160", + "$id": "158", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral3", "namespace": "", "usage": "None", "valueType": { - "$id": "161", + "$id": "159", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -1333,13 +1322,13 @@ "decorators": [] }, { - "$id": "162", + "$id": "160", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral4", "namespace": "", "usage": "None", "valueType": { - "$id": "163", + "$id": "161", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1359,21 +1348,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.stringLiteral", "serializationOptions": { - "$id": "164", + "$id": "162", "json": { - "$id": "165", + "$id": "163", "name": "stringLiteral" } } }, { - "$id": "166", + "$id": "164", "kind": "property", "name": "intLiteral", "serializedName": "intLiteral", "doc": "This should be receive/send the 2 variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1382,21 +1371,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.intLiteral", "serializationOptions": { - "$id": "167", + "$id": "165", "json": { - "$id": "168", + "$id": "166", "name": "intLiteral" } } }, { - "$id": "169", + "$id": "167", "kind": "property", "name": "floatLiteral", "serializedName": "floatLiteral", "doc": "This should be receive/send the 3.3 variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1405,21 +1394,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.floatLiteral", "serializationOptions": { - "$id": "170", + "$id": "168", "json": { - "$id": "171", + "$id": "169", "name": "floatLiteral" } } }, { - "$id": "172", + "$id": "170", "kind": "property", "name": "booleanLiteral", "serializedName": "booleanLiteral", "doc": "This should be receive/send the true variant", "type": { - "$ref": "155" + "$ref": "153" }, "optional": false, "readOnly": false, @@ -1428,9 +1417,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiteralsCases.booleanLiteral", "serializationOptions": { - "$id": "173", + "$id": "171", "json": { - "$id": "174", + "$id": "172", "name": "booleanLiteral" } } @@ -1444,9 +1433,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "175", + "$id": "173", "json": { - "$id": "176", + "$id": "174", "name": "prop" } } @@ -1454,10 +1443,10 @@ ] }, { - "$ref": "153" + "$ref": "151" }, { - "$id": "177", + "$id": "175", "kind": "model", "name": "SendRequest8", "namespace": "Scm._Type.Union", @@ -1466,12 +1455,12 @@ "decorators": [], "properties": [ { - "$id": "178", + "$id": "176", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$ref": "153" + "$ref": "151" }, "optional": false, "readOnly": false, @@ -1480,9 +1469,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedLiterals.send.prop", "serializationOptions": { - "$id": "179", + "$id": "177", "json": { - "$id": "180", + "$id": "178", "name": "prop" } } @@ -1490,7 +1479,7 @@ ] }, { - "$id": "181", + "$id": "179", "kind": "model", "name": "GetResponse9", "namespace": "Scm._Type.Union", @@ -1499,12 +1488,12 @@ "decorators": [], "properties": [ { - "$id": "182", + "$id": "180", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$id": "183", + "$id": "181", "kind": "model", "name": "MixedTypesCases", "namespace": "Scm._Type.Union", @@ -1513,13 +1502,13 @@ "decorators": [], "properties": [ { - "$id": "184", + "$id": "182", "kind": "property", "name": "model", "serializedName": "model", "doc": "This should be receive/send the Cat variant", "type": { - "$id": "185", + "$id": "183", "kind": "union", "name": "MixedTypesCasesModel", "variantTypes": [ @@ -1527,13 +1516,13 @@ "$ref": "97" }, { - "$id": "186", + "$id": "184", "kind": "constant", "name": "MixedLiteralsCasesStringLiteral11", "namespace": "", "usage": "None", "valueType": { - "$id": "187", + "$id": "185", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1543,14 +1532,14 @@ "decorators": [] }, { - "$id": "188", + "$id": "186", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$id": "189", + "$id": "187", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1567,21 +1556,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.model", "serializationOptions": { - "$id": "190", + "$id": "188", "json": { - "$id": "191", + "$id": "189", "name": "model" } } }, { - "$id": "192", + "$id": "190", "kind": "property", "name": "literal", "serializedName": "literal", "doc": "This should be receive/send the \"a\" variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1590,21 +1579,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.literal", "serializationOptions": { - "$id": "193", + "$id": "191", "json": { - "$id": "194", + "$id": "192", "name": "literal" } } }, { - "$id": "195", + "$id": "193", "kind": "property", "name": "int", "serializedName": "int", "doc": "This should be receive/send the int variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1613,21 +1602,21 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.int", "serializationOptions": { - "$id": "196", + "$id": "194", "json": { - "$id": "197", + "$id": "195", "name": "int" } } }, { - "$id": "198", + "$id": "196", "kind": "property", "name": "boolean", "serializedName": "boolean", "doc": "This should be receive/send the boolean variant", "type": { - "$ref": "185" + "$ref": "183" }, "optional": false, "readOnly": false, @@ -1636,25 +1625,25 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.boolean", "serializationOptions": { - "$id": "199", + "$id": "197", "json": { - "$id": "200", + "$id": "198", "name": "boolean" } } }, { - "$id": "201", + "$id": "199", "kind": "property", "name": "array", "serializedName": "array", "doc": "This should be receive/send 4 element with Cat, \"a\", int, and boolean", "type": { - "$id": "202", + "$id": "200", "kind": "array", "name": "Array1", "valueType": { - "$ref": "185" + "$ref": "183" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1666,9 +1655,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypesCases.array", "serializationOptions": { - "$id": "203", + "$id": "201", "json": { - "$id": "204", + "$id": "202", "name": "array" } } @@ -1682,9 +1671,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.get.Response.anonymous.prop", "serializationOptions": { - "$id": "205", + "$id": "203", "json": { - "$id": "206", + "$id": "204", "name": "prop" } } @@ -1692,10 +1681,10 @@ ] }, { - "$ref": "183" + "$ref": "181" }, { - "$id": "207", + "$id": "205", "kind": "model", "name": "SendRequest9", "namespace": "Scm._Type.Union", @@ -1704,12 +1693,12 @@ "decorators": [], "properties": [ { - "$id": "208", + "$id": "206", "kind": "property", "name": "prop", "serializedName": "prop", "type": { - "$ref": "183" + "$ref": "181" }, "optional": false, "readOnly": false, @@ -1718,9 +1707,9 @@ "decorators": [], "crossLanguageDefinitionId": "Type.Union.MixedTypes.send.prop", "serializationOptions": { - "$id": "209", + "$id": "207", "json": { - "$id": "210", + "$id": "208", "name": "prop" } } @@ -1730,7 +1719,7 @@ ], "clients": [ { - "$id": "211", + "$id": "209", "kind": "client", "name": "UnionClient", "namespace": "Scm._Type.Union", @@ -1738,12 +1727,12 @@ "methods": [], "parameters": [ { - "$id": "212", + "$id": "210", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "213", + "$id": "211", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1757,9 +1746,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "214", + "$id": "212", "type": { - "$id": "215", + "$id": "213", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -1773,36 +1762,36 @@ "apiVersions": [], "children": [ { - "$id": "216", + "$id": "214", "kind": "client", "name": "StringsOnly", "namespace": "Scm._Type.Union", "doc": "Describe union of string \"a\" | \"b\" | \"c\"", "methods": [ { - "$id": "217", + "$id": "215", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "218", + "$id": "216", "name": "get", "resourceName": "StringsOnly", "accessibility": "public", "parameters": [ { - "$id": "219", + "$id": "217", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "220", + "$id": "218", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "221", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1824,7 +1813,7 @@ ], "responses": [ { - "$id": "222", + "$id": "220", "statusCodes": [ 200 ], @@ -1849,11 +1838,11 @@ }, "parameters": [ { - "$id": "223", + "$id": "221", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "220" + "$ref": "218" }, "location": "Header", "isApiVersion": false, @@ -1867,7 +1856,7 @@ } ], "response": { - "$id": "224", + "$id": "222", "type": { "$ref": "54" } @@ -1878,30 +1867,30 @@ "crossLanguageDefinitionId": "Type.Union.StringsOnly.get" }, { - "$id": "225", + "$id": "223", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "226", + "$id": "224", "name": "send", "resourceName": "StringsOnly", "accessibility": "public", "parameters": [ { - "$id": "227", + "$id": "225", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "228", + "$id": "226", "kind": "constant", "name": "sendContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "229", + "$id": "227", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1921,7 +1910,7 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "228", "name": "sendRequest", "nameInRequest": "sendRequest", "type": { @@ -1940,7 +1929,7 @@ ], "responses": [ { - "$id": "231", + "$id": "229", "statusCodes": [ 204 ], @@ -1962,7 +1951,7 @@ }, "parameters": [ { - "$id": "232", + "$id": "230", "name": "prop", "nameInRequest": "prop", "type": { @@ -1979,12 +1968,12 @@ "skipUrlEncoding": false }, { - "$id": "233", + "$id": "231", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "228" + "$ref": "226" }, "location": "Header", "isApiVersion": false, @@ -1998,7 +1987,7 @@ } ], "response": { - "$id": "234" + "$id": "232" }, "isOverride": false, "generateConvenient": true, @@ -2008,12 +1997,12 @@ ], "parameters": [ { - "$id": "235", + "$id": "233", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "236", + "$id": "234", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2027,9 +2016,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "237", + "$id": "235", "type": { - "$id": "238", + "$id": "236", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2042,40 +2031,40 @@ "crossLanguageDefinitionId": "Type.Union.StringsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "239", + "$id": "237", "kind": "client", "name": "StringExtensible", "namespace": "Scm._Type.Union", "doc": "Describe union of string string | \"b\" | \"c\"", "methods": [ { - "$id": "240", + "$id": "238", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "241", + "$id": "239", "name": "get", "resourceName": "StringExtensible", "accessibility": "public", "parameters": [ { - "$id": "242", + "$id": "240", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "243", + "$id": "241", "kind": "constant", "name": "getContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "244", + "$id": "242", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2097,7 +2086,7 @@ ], "responses": [ { - "$id": "245", + "$id": "243", "statusCodes": [ 200 ], @@ -2122,11 +2111,11 @@ }, "parameters": [ { - "$id": "246", + "$id": "244", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "243" + "$ref": "241" }, "location": "Header", "isApiVersion": false, @@ -2140,7 +2129,7 @@ } ], "response": { - "$id": "247", + "$id": "245", "type": { "$ref": "62" } @@ -2151,30 +2140,30 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensible.get" }, { - "$id": "248", + "$id": "246", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "249", + "$id": "247", "name": "send", "resourceName": "StringExtensible", "accessibility": "public", "parameters": [ { - "$id": "250", + "$id": "248", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "251", + "$id": "249", "kind": "constant", "name": "sendContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "252", + "$id": "250", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2194,7 +2183,7 @@ "skipUrlEncoding": false }, { - "$id": "253", + "$id": "251", "name": "sendRequest1", "nameInRequest": "sendRequest1", "type": { @@ -2213,7 +2202,7 @@ ], "responses": [ { - "$id": "254", + "$id": "252", "statusCodes": [ 204 ], @@ -2235,7 +2224,7 @@ }, "parameters": [ { - "$id": "255", + "$id": "253", "name": "prop", "nameInRequest": "prop", "type": { @@ -2252,12 +2241,12 @@ "skipUrlEncoding": false }, { - "$id": "256", + "$id": "254", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "251" + "$ref": "249" }, "location": "Header", "isApiVersion": false, @@ -2271,7 +2260,7 @@ } ], "response": { - "$id": "257" + "$id": "255" }, "isOverride": false, "generateConvenient": true, @@ -2281,12 +2270,12 @@ ], "parameters": [ { - "$id": "258", + "$id": "256", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "259", + "$id": "257", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2300,9 +2289,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "260", + "$id": "258", "type": { - "$id": "261", + "$id": "259", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2315,40 +2304,40 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensible", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "262", + "$id": "260", "kind": "client", "name": "StringExtensibleNamed", "namespace": "Scm._Type.Union", "doc": "Describe union of string string | \"b\" | \"c\" but where the union is named and some of the variants are named", "methods": [ { - "$id": "263", + "$id": "261", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "264", + "$id": "262", "name": "get", "resourceName": "StringExtensibleNamed", "accessibility": "public", "parameters": [ { - "$id": "265", + "$id": "263", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "266", + "$id": "264", "kind": "constant", "name": "getContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "267", + "$id": "265", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2370,7 +2359,7 @@ ], "responses": [ { - "$id": "268", + "$id": "266", "statusCodes": [ 200 ], @@ -2395,11 +2384,11 @@ }, "parameters": [ { - "$id": "269", + "$id": "267", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "266" + "$ref": "264" }, "location": "Header", "isApiVersion": false, @@ -2413,7 +2402,7 @@ } ], "response": { - "$id": "270", + "$id": "268", "type": { "$ref": "70" } @@ -2424,30 +2413,30 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensibleNamed.get" }, { - "$id": "271", + "$id": "269", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "272", + "$id": "270", "name": "send", "resourceName": "StringExtensibleNamed", "accessibility": "public", "parameters": [ { - "$id": "273", + "$id": "271", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "274", + "$id": "272", "kind": "constant", "name": "sendContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "275", + "$id": "273", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2467,7 +2456,7 @@ "skipUrlEncoding": false }, { - "$id": "276", + "$id": "274", "name": "sendRequest2", "nameInRequest": "sendRequest2", "type": { @@ -2486,7 +2475,7 @@ ], "responses": [ { - "$id": "277", + "$id": "275", "statusCodes": [ 204 ], @@ -2508,7 +2497,7 @@ }, "parameters": [ { - "$id": "278", + "$id": "276", "name": "prop", "nameInRequest": "prop", "type": { @@ -2525,12 +2514,12 @@ "skipUrlEncoding": false }, { - "$id": "279", + "$id": "277", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "274" + "$ref": "272" }, "location": "Header", "isApiVersion": false, @@ -2544,7 +2533,7 @@ } ], "response": { - "$id": "280" + "$id": "278" }, "isOverride": false, "generateConvenient": true, @@ -2554,12 +2543,12 @@ ], "parameters": [ { - "$id": "281", + "$id": "279", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "282", + "$id": "280", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2573,9 +2562,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "283", + "$id": "281", "type": { - "$id": "284", + "$id": "282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2588,40 +2577,40 @@ "crossLanguageDefinitionId": "Type.Union.StringExtensibleNamed", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "285", + "$id": "283", "kind": "client", "name": "IntsOnly", "namespace": "Scm._Type.Union", "doc": "Describe union of integer 1 | 2 | 3", "methods": [ { - "$id": "286", + "$id": "284", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "287", + "$id": "285", "name": "get", "resourceName": "IntsOnly", "accessibility": "public", "parameters": [ { - "$id": "288", + "$id": "286", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "289", + "$id": "287", "kind": "constant", "name": "getContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "290", + "$id": "288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2643,7 +2632,7 @@ ], "responses": [ { - "$id": "291", + "$id": "289", "statusCodes": [ 200 ], @@ -2668,11 +2657,11 @@ }, "parameters": [ { - "$id": "292", + "$id": "290", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "289" + "$ref": "287" }, "location": "Header", "isApiVersion": false, @@ -2686,7 +2675,7 @@ } ], "response": { - "$id": "293", + "$id": "291", "type": { "$ref": "78" } @@ -2697,30 +2686,30 @@ "crossLanguageDefinitionId": "Type.Union.IntsOnly.get" }, { - "$id": "294", + "$id": "292", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "295", + "$id": "293", "name": "send", "resourceName": "IntsOnly", "accessibility": "public", "parameters": [ { - "$id": "296", + "$id": "294", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "297", + "$id": "295", "kind": "constant", "name": "sendContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "298", + "$id": "296", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2740,7 +2729,7 @@ "skipUrlEncoding": false }, { - "$id": "299", + "$id": "297", "name": "sendRequest3", "nameInRequest": "sendRequest3", "type": { @@ -2759,7 +2748,7 @@ ], "responses": [ { - "$id": "300", + "$id": "298", "statusCodes": [ 204 ], @@ -2781,7 +2770,7 @@ }, "parameters": [ { - "$id": "301", + "$id": "299", "name": "prop", "nameInRequest": "prop", "type": { @@ -2798,12 +2787,12 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "300", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "297" + "$ref": "295" }, "location": "Header", "isApiVersion": false, @@ -2817,7 +2806,7 @@ } ], "response": { - "$id": "303" + "$id": "301" }, "isOverride": false, "generateConvenient": true, @@ -2827,12 +2816,12 @@ ], "parameters": [ { - "$id": "304", + "$id": "302", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "305", + "$id": "303", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2846,9 +2835,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "306", + "$id": "304", "type": { - "$id": "307", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2861,40 +2850,40 @@ "crossLanguageDefinitionId": "Type.Union.IntsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "308", + "$id": "306", "kind": "client", "name": "FloatsOnly", "namespace": "Scm._Type.Union", "doc": "Describe union of floats 1.1 | 2.2 | 3.3", "methods": [ { - "$id": "309", + "$id": "307", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "310", + "$id": "308", "name": "get", "resourceName": "FloatsOnly", "accessibility": "public", "parameters": [ { - "$id": "311", + "$id": "309", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "312", + "$id": "310", "kind": "constant", "name": "getContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "313", + "$id": "311", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2916,7 +2905,7 @@ ], "responses": [ { - "$id": "314", + "$id": "312", "statusCodes": [ 200 ], @@ -2941,11 +2930,11 @@ }, "parameters": [ { - "$id": "315", + "$id": "313", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "312" + "$ref": "310" }, "location": "Header", "isApiVersion": false, @@ -2959,7 +2948,7 @@ } ], "response": { - "$id": "316", + "$id": "314", "type": { "$ref": "86" } @@ -2970,30 +2959,30 @@ "crossLanguageDefinitionId": "Type.Union.FloatsOnly.get" }, { - "$id": "317", + "$id": "315", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "318", + "$id": "316", "name": "send", "resourceName": "FloatsOnly", "accessibility": "public", "parameters": [ { - "$id": "319", + "$id": "317", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "320", + "$id": "318", "kind": "constant", "name": "sendContentType4", "namespace": "", "usage": "None", "valueType": { - "$id": "321", + "$id": "319", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3013,7 +3002,7 @@ "skipUrlEncoding": false }, { - "$id": "322", + "$id": "320", "name": "sendRequest4", "nameInRequest": "sendRequest4", "type": { @@ -3032,7 +3021,7 @@ ], "responses": [ { - "$id": "323", + "$id": "321", "statusCodes": [ 204 ], @@ -3054,7 +3043,7 @@ }, "parameters": [ { - "$id": "324", + "$id": "322", "name": "prop", "nameInRequest": "prop", "type": { @@ -3071,12 +3060,12 @@ "skipUrlEncoding": false }, { - "$id": "325", + "$id": "323", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "320" + "$ref": "318" }, "location": "Header", "isApiVersion": false, @@ -3090,7 +3079,7 @@ } ], "response": { - "$id": "326" + "$id": "324" }, "isOverride": false, "generateConvenient": true, @@ -3100,12 +3089,12 @@ ], "parameters": [ { - "$id": "327", + "$id": "325", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "328", + "$id": "326", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3119,9 +3108,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "329", + "$id": "327", "type": { - "$id": "330", + "$id": "328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3134,40 +3123,40 @@ "crossLanguageDefinitionId": "Type.Union.FloatsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "331", + "$id": "329", "kind": "client", "name": "ModelsOnly", "namespace": "Scm._Type.Union", "doc": "Describe union of models", "methods": [ { - "$id": "332", + "$id": "330", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "333", + "$id": "331", "name": "get", "resourceName": "ModelsOnly", "accessibility": "public", "parameters": [ { - "$id": "334", + "$id": "332", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "335", + "$id": "333", "kind": "constant", "name": "getContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "336", + "$id": "334", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3189,7 +3178,7 @@ ], "responses": [ { - "$id": "337", + "$id": "335", "statusCodes": [ 200 ], @@ -3214,11 +3203,11 @@ }, "parameters": [ { - "$id": "338", + "$id": "336", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "335" + "$ref": "333" }, "location": "Header", "isApiVersion": false, @@ -3232,7 +3221,7 @@ } ], "response": { - "$id": "339", + "$id": "337", "type": { "$ref": "94" } @@ -3243,30 +3232,30 @@ "crossLanguageDefinitionId": "Type.Union.ModelsOnly.get" }, { - "$id": "340", + "$id": "338", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "341", + "$id": "339", "name": "send", "resourceName": "ModelsOnly", "accessibility": "public", "parameters": [ { - "$id": "342", + "$id": "340", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "343", + "$id": "341", "kind": "constant", "name": "sendContentType5", "namespace": "", "usage": "None", "valueType": { - "$id": "344", + "$id": "342", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3286,7 +3275,7 @@ "skipUrlEncoding": false }, { - "$id": "345", + "$id": "343", "name": "sendRequest5", "nameInRequest": "sendRequest5", "type": { @@ -3305,7 +3294,7 @@ ], "responses": [ { - "$id": "346", + "$id": "344", "statusCodes": [ 204 ], @@ -3327,7 +3316,7 @@ }, "parameters": [ { - "$id": "347", + "$id": "345", "name": "prop", "nameInRequest": "prop", "type": { @@ -3344,12 +3333,12 @@ "skipUrlEncoding": false }, { - "$id": "348", + "$id": "346", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "343" + "$ref": "341" }, "location": "Header", "isApiVersion": false, @@ -3363,7 +3352,7 @@ } ], "response": { - "$id": "349" + "$id": "347" }, "isOverride": false, "generateConvenient": true, @@ -3373,12 +3362,12 @@ ], "parameters": [ { - "$id": "350", + "$id": "348", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "351", + "$id": "349", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3392,9 +3381,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "352", + "$id": "350", "type": { - "$id": "353", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3407,40 +3396,40 @@ "crossLanguageDefinitionId": "Type.Union.ModelsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "354", + "$id": "352", "kind": "client", "name": "EnumsOnly", "namespace": "Scm._Type.Union", "doc": "Describe union of 2 different enums", "methods": [ { - "$id": "355", + "$id": "353", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "356", + "$id": "354", "name": "get", "resourceName": "EnumsOnly", "accessibility": "public", "parameters": [ { - "$id": "357", + "$id": "355", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "358", + "$id": "356", "kind": "constant", "name": "getContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "359", + "$id": "357", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3462,7 +3451,7 @@ ], "responses": [ { - "$id": "360", + "$id": "358", "statusCodes": [ 200 ], @@ -3487,11 +3476,11 @@ }, "parameters": [ { - "$id": "361", + "$id": "359", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "358" + "$ref": "356" }, "location": "Header", "isApiVersion": false, @@ -3505,7 +3494,7 @@ } ], "response": { - "$id": "362", + "$id": "360", "type": { "$ref": "113" } @@ -3516,30 +3505,30 @@ "crossLanguageDefinitionId": "Type.Union.EnumsOnly.get" }, { - "$id": "363", + "$id": "361", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "364", + "$id": "362", "name": "send", "resourceName": "EnumsOnly", "accessibility": "public", "parameters": [ { - "$id": "365", + "$id": "363", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "366", + "$id": "364", "kind": "constant", "name": "sendContentType6", "namespace": "", "usage": "None", "valueType": { - "$id": "367", + "$id": "365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3559,7 +3548,7 @@ "skipUrlEncoding": false }, { - "$id": "368", + "$id": "366", "name": "sendRequest6", "nameInRequest": "sendRequest6", "type": { @@ -3578,7 +3567,7 @@ ], "responses": [ { - "$id": "369", + "$id": "367", "statusCodes": [ 204 ], @@ -3600,7 +3589,7 @@ }, "parameters": [ { - "$id": "370", + "$id": "368", "name": "prop", "nameInRequest": "prop", "type": { @@ -3617,12 +3606,12 @@ "skipUrlEncoding": false }, { - "$id": "371", + "$id": "369", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "366" + "$ref": "364" }, "location": "Header", "isApiVersion": false, @@ -3636,7 +3625,7 @@ } ], "response": { - "$id": "372" + "$id": "370" }, "isOverride": false, "generateConvenient": true, @@ -3646,12 +3635,12 @@ ], "parameters": [ { - "$id": "373", + "$id": "371", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "374", + "$id": "372", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3665,9 +3654,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "375", + "$id": "373", "type": { - "$id": "376", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3680,40 +3669,40 @@ "crossLanguageDefinitionId": "Type.Union.EnumsOnly", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "377", + "$id": "375", "kind": "client", "name": "StringAndArray", "namespace": "Scm._Type.Union", "doc": "Describe union of a string and an array of strings", "methods": [ { - "$id": "378", + "$id": "376", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "379", + "$id": "377", "name": "get", "resourceName": "StringAndArray", "accessibility": "public", "parameters": [ { - "$id": "380", + "$id": "378", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "381", + "$id": "379", "kind": "constant", "name": "getContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "382", + "$id": "380", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3735,7 +3724,7 @@ ], "responses": [ { - "$id": "383", + "$id": "381", "statusCodes": [ 200 ], @@ -3760,11 +3749,11 @@ }, "parameters": [ { - "$id": "384", + "$id": "382", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "381" + "$ref": "379" }, "location": "Header", "isApiVersion": false, @@ -3778,7 +3767,7 @@ } ], "response": { - "$id": "385", + "$id": "383", "type": { "$ref": "128" } @@ -3789,30 +3778,30 @@ "crossLanguageDefinitionId": "Type.Union.StringAndArray.get" }, { - "$id": "386", + "$id": "384", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "387", + "$id": "385", "name": "send", "resourceName": "StringAndArray", "accessibility": "public", "parameters": [ { - "$id": "388", + "$id": "386", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "389", + "$id": "387", "kind": "constant", "name": "sendContentType7", "namespace": "", "usage": "None", "valueType": { - "$id": "390", + "$id": "388", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3832,11 +3821,11 @@ "skipUrlEncoding": false }, { - "$id": "391", + "$id": "389", "name": "sendRequest7", "nameInRequest": "sendRequest7", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -3851,7 +3840,7 @@ ], "responses": [ { - "$id": "392", + "$id": "390", "statusCodes": [ 204 ], @@ -3873,7 +3862,7 @@ }, "parameters": [ { - "$id": "393", + "$id": "391", "name": "prop", "nameInRequest": "prop", "type": { @@ -3890,12 +3879,12 @@ "skipUrlEncoding": false }, { - "$id": "394", + "$id": "392", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "389" + "$ref": "387" }, "location": "Header", "isApiVersion": false, @@ -3909,7 +3898,7 @@ } ], "response": { - "$id": "395" + "$id": "393" }, "isOverride": false, "generateConvenient": true, @@ -3919,12 +3908,12 @@ ], "parameters": [ { - "$id": "396", + "$id": "394", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "397", + "$id": "395", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3938,9 +3927,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "398", + "$id": "396", "type": { - "$id": "399", + "$id": "397", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3953,40 +3942,40 @@ "crossLanguageDefinitionId": "Type.Union.StringAndArray", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "400", + "$id": "398", "kind": "client", "name": "MixedLiterals", "namespace": "Scm._Type.Union", "doc": "Describe union of floats \"a\" | 2 | 3.3", "methods": [ { - "$id": "401", + "$id": "399", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "402", + "$id": "400", "name": "get", "resourceName": "MixedLiterals", "accessibility": "public", "parameters": [ { - "$id": "403", + "$id": "401", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "404", + "$id": "402", "kind": "constant", "name": "getContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "405", + "$id": "403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4008,12 +3997,12 @@ ], "responses": [ { - "$id": "406", + "$id": "404", "statusCodes": [ 200 ], "bodyType": { - "$ref": "151" + "$ref": "149" }, "headers": [], "isErrorResponse": false, @@ -4033,11 +4022,11 @@ }, "parameters": [ { - "$id": "407", + "$id": "405", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "404" + "$ref": "402" }, "location": "Header", "isApiVersion": false, @@ -4051,9 +4040,9 @@ } ], "response": { - "$id": "408", + "$id": "406", "type": { - "$ref": "151" + "$ref": "149" } }, "isOverride": false, @@ -4062,30 +4051,30 @@ "crossLanguageDefinitionId": "Type.Union.MixedLiterals.get" }, { - "$id": "409", + "$id": "407", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "410", + "$id": "408", "name": "send", "resourceName": "MixedLiterals", "accessibility": "public", "parameters": [ { - "$id": "411", + "$id": "409", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "412", + "$id": "410", "kind": "constant", "name": "sendContentType8", "namespace": "", "usage": "None", "valueType": { - "$id": "413", + "$id": "411", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4105,11 +4094,11 @@ "skipUrlEncoding": false }, { - "$id": "414", + "$id": "412", "name": "sendRequest8", "nameInRequest": "sendRequest8", "type": { - "$ref": "177" + "$ref": "175" }, "location": "Body", "isApiVersion": false, @@ -4124,7 +4113,7 @@ ], "responses": [ { - "$id": "415", + "$id": "413", "statusCodes": [ 204 ], @@ -4146,11 +4135,11 @@ }, "parameters": [ { - "$id": "416", + "$id": "414", "name": "prop", "nameInRequest": "prop", "type": { - "$ref": "153" + "$ref": "151" }, "location": "Body", "isApiVersion": false, @@ -4163,12 +4152,12 @@ "skipUrlEncoding": false }, { - "$id": "417", + "$id": "415", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "412" + "$ref": "410" }, "location": "Header", "isApiVersion": false, @@ -4182,7 +4171,7 @@ } ], "response": { - "$id": "418" + "$id": "416" }, "isOverride": false, "generateConvenient": true, @@ -4192,12 +4181,12 @@ ], "parameters": [ { - "$id": "419", + "$id": "417", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "420", + "$id": "418", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4211,9 +4200,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "421", + "$id": "419", "type": { - "$id": "422", + "$id": "420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4226,40 +4215,40 @@ "crossLanguageDefinitionId": "Type.Union.MixedLiterals", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } }, { - "$id": "423", + "$id": "421", "kind": "client", "name": "MixedTypes", "namespace": "Scm._Type.Union", "doc": "Describe union of floats \"a\" | 2 | 3.3", "methods": [ { - "$id": "424", + "$id": "422", "kind": "basic", "name": "get", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "425", + "$id": "423", "name": "get", "resourceName": "MixedTypes", "accessibility": "public", "parameters": [ { - "$id": "426", + "$id": "424", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "427", + "$id": "425", "kind": "constant", "name": "getContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "428", + "$id": "426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4281,12 +4270,12 @@ ], "responses": [ { - "$id": "429", + "$id": "427", "statusCodes": [ 200 ], "bodyType": { - "$ref": "181" + "$ref": "179" }, "headers": [], "isErrorResponse": false, @@ -4306,11 +4295,11 @@ }, "parameters": [ { - "$id": "430", + "$id": "428", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "427" + "$ref": "425" }, "location": "Header", "isApiVersion": false, @@ -4324,9 +4313,9 @@ } ], "response": { - "$id": "431", + "$id": "429", "type": { - "$ref": "181" + "$ref": "179" } }, "isOverride": false, @@ -4335,30 +4324,30 @@ "crossLanguageDefinitionId": "Type.Union.MixedTypes.get" }, { - "$id": "432", + "$id": "430", "kind": "basic", "name": "send", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "433", + "$id": "431", "name": "send", "resourceName": "MixedTypes", "accessibility": "public", "parameters": [ { - "$id": "434", + "$id": "432", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "435", + "$id": "433", "kind": "constant", "name": "sendContentType9", "namespace": "", "usage": "None", "valueType": { - "$id": "436", + "$id": "434", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4378,11 +4367,11 @@ "skipUrlEncoding": false }, { - "$id": "437", + "$id": "435", "name": "sendRequest9", "nameInRequest": "sendRequest9", "type": { - "$ref": "207" + "$ref": "205" }, "location": "Body", "isApiVersion": false, @@ -4397,7 +4386,7 @@ ], "responses": [ { - "$id": "438", + "$id": "436", "statusCodes": [ 204 ], @@ -4419,11 +4408,11 @@ }, "parameters": [ { - "$id": "439", + "$id": "437", "name": "prop", "nameInRequest": "prop", "type": { - "$ref": "183" + "$ref": "181" }, "location": "Body", "isApiVersion": false, @@ -4436,12 +4425,12 @@ "skipUrlEncoding": false }, { - "$id": "440", + "$id": "438", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "435" + "$ref": "433" }, "location": "Header", "isApiVersion": false, @@ -4455,7 +4444,7 @@ } ], "response": { - "$id": "441" + "$id": "439" }, "isOverride": false, "generateConvenient": true, @@ -4465,12 +4454,12 @@ ], "parameters": [ { - "$id": "442", + "$id": "440", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "443", + "$id": "441", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4484,9 +4473,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "444", + "$id": "442", "type": { - "$id": "445", + "$id": "443", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4499,7 +4488,7 @@ "crossLanguageDefinitionId": "Type.Union.MixedTypes", "apiVersions": [], "parent": { - "$ref": "211" + "$ref": "209" } } ] diff --git a/test/TestProjects/Authoring-TypeSpec/tspCodeModel.json b/test/TestProjects/Authoring-TypeSpec/tspCodeModel.json index 1cfc2faa2ff..f02e2f58b06 100644 --- a/test/TestProjects/Authoring-TypeSpec/tspCodeModel.json +++ b/test/TestProjects/Authoring-TypeSpec/tspCodeModel.json @@ -1060,14 +1060,7 @@ "serializedName": "warnings", "doc": "The warnings that were encountered while executing the job.", "type": { - "$id": "137", - "kind": "array", - "name": "ArrayJobWarning", - "valueType": { - "$ref": "67" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "66" }, "optional": false, "readOnly": false, @@ -1076,15 +1069,15 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SwapDeploymentsJob.warnings", "serializationOptions": { - "$id": "138", + "$id": "137", "json": { - "$id": "139", + "$id": "138", "name": "warnings" } } }, { - "$id": "140", + "$id": "139", "kind": "property", "name": "errors", "serializedName": "errors", @@ -1099,20 +1092,20 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SwapDeploymentsJob.errors", "serializationOptions": { - "$id": "141", + "$id": "140", "json": { - "$id": "142", + "$id": "141", "name": "errors" } } }, { - "$id": "143", + "$id": "142", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "144", + "$id": "143", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1125,9 +1118,9 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SwapDeploymentsJob.id", "serializationOptions": { - "$id": "145", + "$id": "144", "json": { - "$id": "146", + "$id": "145", "name": "id" } } @@ -1135,7 +1128,7 @@ ] }, { - "$id": "147", + "$id": "146", "kind": "model", "name": "Project", "namespace": "AuthoringTypeSpec", @@ -1144,12 +1137,12 @@ "decorators": [], "properties": [ { - "$id": "148", + "$id": "147", "kind": "property", "name": "projectName", "serializedName": "projectName", "type": { - "$id": "149", + "$id": "148", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1162,11 +1155,11 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.projectName", "serializationOptions": { - "$id": "150" + "$id": "149" } }, { - "$id": "151", + "$id": "150", "kind": "property", "name": "projectKind", "serializedName": "projectKind", @@ -1181,17 +1174,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.projectKind", "serializationOptions": { - "$id": "152" + "$id": "151" } }, { - "$id": "153", + "$id": "152", "kind": "property", "name": "storageInputContainerName", "serializedName": "storageInputContainerName", "doc": "The storage container name.", "type": { - "$id": "154", + "$id": "153", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1204,17 +1197,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.storageInputContainerName", "serializationOptions": { - "$id": "155" + "$id": "154" } }, { - "$id": "156", + "$id": "155", "kind": "property", "name": "settings", "serializedName": "settings", "doc": "The project settings.", "type": { - "$id": "157", + "$id": "156", "kind": "model", "name": "ProjectSettings", "namespace": "AuthoringTypeSpec", @@ -1223,7 +1216,7 @@ "doc": "Represents the settings used to define the project behavior.", "decorators": [], "additionalProperties": { - "$id": "158", + "$id": "157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1238,17 +1231,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.settings", "serializationOptions": { - "$id": "159" + "$id": "158" } }, { - "$id": "160", + "$id": "159", "kind": "property", "name": "multilingual", "serializedName": "multilingual", "doc": "Whether the project would be used for multiple languages or not.", "type": { - "$id": "161", + "$id": "160", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1261,17 +1254,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.multilingual", "serializationOptions": { - "$id": "162" + "$id": "161" } }, { - "$id": "163", + "$id": "162", "kind": "property", "name": "description", "serializedName": "description", "doc": "The project description.", "type": { - "$id": "164", + "$id": "163", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1284,17 +1277,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.description", "serializationOptions": { - "$id": "165" + "$id": "164" } }, { - "$id": "166", + "$id": "165", "kind": "property", "name": "language", "serializedName": "language", "doc": "The project language. This is BCP-47 representation of a language. For example, use \"en\" for English, \"en-gb\" for English (UK), \"es\" for Spanish etc.", "type": { - "$id": "167", + "$id": "166", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1307,22 +1300,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.language", "serializationOptions": { - "$id": "168" + "$id": "167" } }, { - "$id": "169", + "$id": "168", "kind": "property", "name": "createdDateTime", "serializedName": "createdDateTime", "doc": "Represents the project creation datetime.", "type": { - "$id": "170", + "$id": "169", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "171", + "$id": "170", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1338,22 +1331,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.createdDateTime", "serializationOptions": { - "$id": "172" + "$id": "171" } }, { - "$id": "173", + "$id": "172", "kind": "property", "name": "lastModifiedDateTime", "serializedName": "lastModifiedDateTime", "doc": "Represents the project last modification datetime.", "type": { - "$id": "174", + "$id": "173", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "175", + "$id": "174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1369,22 +1362,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.lastModifiedDateTime", "serializationOptions": { - "$id": "176" + "$id": "175" } }, { - "$id": "177", + "$id": "176", "kind": "property", "name": "lastTrainedDateTime", "serializedName": "lastTrainedDateTime", "doc": "Represents the project last training datetime.", "type": { - "$id": "178", + "$id": "177", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "179", + "$id": "178", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1400,22 +1393,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.lastTrainedDateTime", "serializationOptions": { - "$id": "180" + "$id": "179" } }, { - "$id": "181", + "$id": "180", "kind": "property", "name": "lastDeployedDateTime", "serializedName": "lastDeployedDateTime", "doc": "Represents the project last deployment datetime.", "type": { - "$id": "182", + "$id": "181", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "183", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1431,16 +1424,16 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Project.lastDeployedDateTime", "serializationOptions": { - "$id": "184" + "$id": "183" } } ] }, { - "$ref": "157" + "$ref": "156" }, { - "$id": "185", + "$id": "184", "kind": "model", "name": "OperationStatusError", "namespace": "Azure.Core.Foundations", @@ -1450,13 +1443,13 @@ "decorators": [], "properties": [ { - "$id": "186", + "$id": "185", "kind": "property", "name": "id", "serializedName": "id", "doc": "The unique ID of the operation.", "type": { - "$id": "187", + "$id": "186", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1469,11 +1462,11 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.OperationStatus.id", "serializationOptions": { - "$id": "188" + "$id": "187" } }, { - "$id": "189", + "$id": "188", "kind": "property", "name": "status", "serializedName": "status", @@ -1488,11 +1481,11 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.OperationStatus.status", "serializationOptions": { - "$id": "190" + "$id": "189" } }, { - "$id": "191", + "$id": "190", "kind": "property", "name": "error", "serializedName": "error", @@ -1507,13 +1500,13 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.OperationStatus.error", "serializationOptions": { - "$id": "192" + "$id": "191" } } ] }, { - "$id": "193", + "$id": "192", "kind": "model", "name": "PagedProject", "namespace": "Azure.Core.Foundations", @@ -1523,17 +1516,17 @@ "decorators": [], "properties": [ { - "$id": "194", + "$id": "193", "kind": "property", "name": "value", "serializedName": "value", "doc": "The Project items on this page", "type": { - "$id": "195", + "$id": "194", "kind": "array", "name": "ArrayProject", "valueType": { - "$ref": "147" + "$ref": "146" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1545,22 +1538,22 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.value", "serializationOptions": { - "$id": "196" + "$id": "195" } }, { - "$id": "197", + "$id": "196", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "198", + "$id": "197", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "199", + "$id": "198", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -1575,13 +1568,13 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.nextLink", "serializationOptions": { - "$id": "200" + "$id": "199" } } ] }, { - "$id": "201", + "$id": "200", "kind": "model", "name": "TrainingJobOptions", "namespace": "AuthoringTypeSpec", @@ -1591,12 +1584,12 @@ "decorators": [], "properties": [ { - "$id": "202", + "$id": "201", "kind": "property", "name": "modelLabel", "serializedName": "modelLabel", "type": { - "$id": "203", + "$id": "202", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1609,13 +1602,13 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.TrainingJobOptions.modelLabel", "serializationOptions": { - "$id": "204" + "$id": "203" } } ] }, { - "$id": "205", + "$id": "204", "kind": "model", "name": "Deployment", "namespace": "AuthoringTypeSpec", @@ -1624,12 +1617,12 @@ "decorators": [], "properties": [ { - "$id": "206", + "$id": "205", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "207", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1642,13 +1635,13 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployment.name", "serializationOptions": { - "$id": "208" + "$id": "207" } } ] }, { - "$id": "209", + "$id": "208", "kind": "model", "name": "PagedDeployment", "namespace": "Azure.Core.Foundations", @@ -1658,17 +1651,17 @@ "decorators": [], "properties": [ { - "$id": "210", + "$id": "209", "kind": "property", "name": "value", "serializedName": "value", "doc": "The Deployment items on this page", "type": { - "$id": "211", + "$id": "210", "kind": "array", "name": "ArrayDeployment", "valueType": { - "$ref": "205" + "$ref": "204" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1680,22 +1673,22 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.value", "serializationOptions": { - "$id": "212" + "$id": "211" } }, { - "$id": "213", + "$id": "212", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "214", + "$id": "213", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "215", + "$id": "214", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -1710,13 +1703,13 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.CustomPage.nextLink", "serializationOptions": { - "$id": "216" + "$id": "215" } } ] }, { - "$id": "217", + "$id": "216", "kind": "model", "name": "SwapDeploymentsOptions", "namespace": "AuthoringTypeSpec", @@ -1725,13 +1718,13 @@ "decorators": [], "properties": [ { - "$id": "218", + "$id": "217", "kind": "property", "name": "firstDeploymentName", "serializedName": "firstDeploymentName", "doc": "Represents the first deployment name.", "type": { - "$id": "219", + "$id": "218", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1744,17 +1737,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SwapDeploymentsOptions.firstDeploymentName", "serializationOptions": { - "$id": "220" + "$id": "219" } }, { - "$id": "221", + "$id": "220", "kind": "property", "name": "secondDeploymentName", "serializedName": "secondDeploymentName", "doc": "Represents the second deployment name.", "type": { - "$id": "222", + "$id": "221", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1767,13 +1760,13 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SwapDeploymentsOptions.secondDeploymentName", "serializationOptions": { - "$id": "223" + "$id": "222" } } ] }, { - "$id": "224", + "$id": "223", "kind": "model", "name": "SupportedLanguages", "namespace": "AuthoringTypeSpec", @@ -1783,17 +1776,17 @@ "decorators": [], "properties": [ { - "$id": "225", + "$id": "224", "kind": "property", "name": "value", "serializedName": "value", "doc": "The SupportedLanguage items on this page", "type": { - "$id": "226", + "$id": "225", "kind": "array", "name": "ArraySupportedLanguage", "valueType": { - "$id": "227", + "$id": "226", "kind": "model", "name": "SupportedLanguage", "namespace": "AuthoringTypeSpec", @@ -1803,13 +1796,13 @@ "decorators": [], "properties": [ { - "$id": "228", + "$id": "227", "kind": "property", "name": "languageName", "serializedName": "languageName", "doc": "The language name.", "type": { - "$id": "229", + "$id": "228", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1822,17 +1815,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SupportedLanguage.languageName", "serializationOptions": { - "$id": "230" + "$id": "229" } }, { - "$id": "231", + "$id": "230", "kind": "property", "name": "languageCode", "serializedName": "languageCode", "doc": "The language code. This is BCP-47 representation of a language. For example, \"en\" for English, \"en-gb\" for English (UK), \"es\" for Spanish etc.", "type": { - "$id": "232", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1845,7 +1838,7 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SupportedLanguage.languageCode", "serializationOptions": { - "$id": "233" + "$id": "232" } } ] @@ -1860,22 +1853,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SupportedLanguages.value", "serializationOptions": { - "$id": "234" + "$id": "233" } }, { - "$id": "235", + "$id": "234", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "236", + "$id": "235", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "237", + "$id": "236", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -1890,16 +1883,16 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.SupportedLanguages.nextLink", "serializationOptions": { - "$id": "238" + "$id": "237" } } ] }, { - "$ref": "227" + "$ref": "226" }, { - "$id": "239", + "$id": "238", "kind": "model", "name": "TrainingConfigVersions", "namespace": "AuthoringTypeSpec", @@ -1909,17 +1902,17 @@ "decorators": [], "properties": [ { - "$id": "240", + "$id": "239", "kind": "property", "name": "value", "serializedName": "value", "doc": "The TrainingConfigVersion items on this page", "type": { - "$id": "241", + "$id": "240", "kind": "array", "name": "ArrayTrainingConfigVersion", "valueType": { - "$id": "242", + "$id": "241", "kind": "model", "name": "TrainingConfigVersion", "namespace": "AuthoringTypeSpec", @@ -1929,13 +1922,13 @@ "decorators": [], "properties": [ { - "$id": "243", + "$id": "242", "kind": "property", "name": "trainingConfigVersionStr", "serializedName": "trainingConfigVersionStr", "doc": "Represents the version of the config.", "type": { - "$id": "244", + "$id": "243", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1948,17 +1941,17 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.TrainingConfigVersion.trainingConfigVersionStr", "serializationOptions": { - "$id": "245" + "$id": "244" } }, { - "$id": "246", + "$id": "245", "kind": "property", "name": "modelExpirationDate", "serializedName": "modelExpirationDate", "doc": "Represents the training config version expiration date.", "type": { - "$id": "247", + "$id": "246", "kind": "plainDate", "name": "plainDate", "crossLanguageDefinitionId": "TypeSpec.plainDate", @@ -1971,7 +1964,7 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.TrainingConfigVersion.modelExpirationDate", "serializationOptions": { - "$id": "248" + "$id": "247" } } ] @@ -1986,22 +1979,22 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.TrainingConfigVersions.value", "serializationOptions": { - "$id": "249" + "$id": "248" } }, { - "$id": "250", + "$id": "249", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "251", + "$id": "250", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "252", + "$id": "251", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2016,29 +2009,29 @@ "decorators": [], "crossLanguageDefinitionId": "AuthoringTypeSpec.TrainingConfigVersions.nextLink", "serializationOptions": { - "$id": "253" + "$id": "252" } } ] }, { - "$ref": "242" + "$ref": "241" } ], "clients": [ { - "$id": "254", + "$id": "253", "kind": "client", "name": "AuthoringTypeSpecClient", "namespace": "AuthoringTypeSpec", "methods": [], "parameters": [ { - "$id": "255", + "$id": "254", "name": "Endpoint", "nameInRequest": "Endpoint", "type": { - "$id": "256", + "$id": "255", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2055,12 +2048,12 @@ ], "decorators": [ { - "$id": "257", + "$id": "256", "name": "TypeSpec.@service", "arguments": { - "$id": "258", + "$id": "257", "options": { - "$id": "259", + "$id": "258", "title": "Microsoft Cognitive Language Service - Analyze Text Authoring" } } @@ -2072,13 +2065,13 @@ ], "children": [ { - "$id": "260", + "$id": "259", "kind": "client", "name": "Projects", "namespace": "AuthoringTypeSpec", "methods": [ { - "$id": "261", + "$id": "260", "kind": "lro", "name": "createOrUpdate", "accessibility": "public", @@ -2087,19 +2080,19 @@ ], "doc": "Creates a new project or updates an existing one.", "operation": { - "$id": "262", + "$id": "261", "name": "createOrUpdate", "resourceName": "Project", "doc": "Creates a new project or updates an existing one.", "accessibility": "public", "parameters": [ { - "$id": "263", + "$id": "262", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "264", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2113,9 +2106,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "265", + "$id": "264", "type": { - "$id": "266", + "$id": "265", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2126,11 +2119,11 @@ "skipUrlEncoding": false }, { - "$id": "267", + "$id": "266", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "268", + "$id": "267", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2147,18 +2140,18 @@ "skipUrlEncoding": false }, { - "$id": "269", + "$id": "268", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "270", + "$id": "269", "kind": "constant", "name": "createOrUpdateContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "271", + "$id": "270", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2178,17 +2171,17 @@ "skipUrlEncoding": false }, { - "$id": "272", + "$id": "271", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "273", + "$id": "272", "kind": "constant", "name": "createOrUpdateContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "274", + "$id": "273", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2208,12 +2201,12 @@ "skipUrlEncoding": false }, { - "$id": "275", + "$id": "274", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", "type": { - "$ref": "147" + "$ref": "146" }, "location": "Body", "isApiVersion": false, @@ -2228,26 +2221,26 @@ ], "responses": [ { - "$id": "276", + "$id": "275", "statusCodes": [ 201 ], "bodyType": { - "$ref": "147" + "$ref": "146" }, "headers": [ { - "$id": "277", + "$id": "276", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "278", + "$id": "277", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "279", + "$id": "278", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2263,26 +2256,26 @@ ] }, { - "$id": "280", + "$id": "279", "statusCodes": [ 200 ], "bodyType": { - "$ref": "147" + "$ref": "146" }, "headers": [ { - "$id": "281", + "$id": "280", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "282", + "$id": "281", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "283", + "$id": "282", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2312,11 +2305,11 @@ }, "parameters": [ { - "$id": "284", + "$id": "283", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "285", + "$id": "284", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2333,12 +2326,12 @@ "skipUrlEncoding": false }, { - "$id": "286", + "$id": "285", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", "type": { - "$ref": "147" + "$ref": "146" }, "location": "Body", "isApiVersion": false, @@ -2351,18 +2344,18 @@ "skipUrlEncoding": false }, { - "$id": "287", + "$id": "286", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "288", + "$id": "287", "kind": "constant", "name": "createOrUpdateContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "289", + "$id": "288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2382,17 +2375,17 @@ "skipUrlEncoding": false }, { - "$id": "290", + "$id": "289", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "291", + "$id": "290", "kind": "constant", "name": "createOrUpdateContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "292", + "$id": "291", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2413,9 +2406,9 @@ } ], "response": { - "$id": "293", + "$id": "292", "type": { - "$ref": "147" + "$ref": "146" } }, "isOverride": false, @@ -2423,21 +2416,21 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.createOrUpdate", "lroMetadata": { - "$id": "294", + "$id": "293", "finalStateVia": 2, "finalResponse": { - "$id": "295", + "$id": "294", "statusCodes": [ 200 ], "bodyType": { - "$ref": "147" + "$ref": "146" } } } }, { - "$id": "296", + "$id": "295", "kind": "basic", "name": "get", "accessibility": "public", @@ -2446,19 +2439,19 @@ ], "doc": "Gets the details of a project.", "operation": { - "$id": "297", + "$id": "296", "name": "get", "resourceName": "Project", "doc": "Gets the details of a project.", "accessibility": "public", "parameters": [ { - "$id": "298", + "$id": "297", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "299", + "$id": "298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2472,9 +2465,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "300", + "$id": "299", "type": { - "$id": "301", + "$id": "300", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2485,11 +2478,11 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "301", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "303", + "$id": "302", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2506,17 +2499,17 @@ "skipUrlEncoding": false }, { - "$id": "304", + "$id": "303", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "305", + "$id": "304", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "306", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2538,12 +2531,12 @@ ], "responses": [ { - "$id": "307", + "$id": "306", "statusCodes": [ 200 ], "bodyType": { - "$ref": "147" + "$ref": "146" }, "headers": [], "isErrorResponse": false, @@ -2563,11 +2556,11 @@ }, "parameters": [ { - "$id": "308", + "$id": "307", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "309", + "$id": "308", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2584,11 +2577,11 @@ "skipUrlEncoding": false }, { - "$id": "310", + "$id": "309", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "305" + "$ref": "304" }, "location": "Header", "isApiVersion": false, @@ -2602,9 +2595,9 @@ } ], "response": { - "$id": "311", + "$id": "310", "type": { - "$ref": "147" + "$ref": "146" } }, "isOverride": false, @@ -2613,7 +2606,7 @@ "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.get" }, { - "$id": "312", + "$id": "311", "kind": "lro", "name": "delete", "accessibility": "public", @@ -2622,19 +2615,19 @@ ], "doc": "Deletes a project.", "operation": { - "$id": "313", + "$id": "312", "name": "delete", "resourceName": "Project", "doc": "Deletes a project.", "accessibility": "public", "parameters": [ { - "$id": "314", + "$id": "313", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "315", + "$id": "314", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2648,9 +2641,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "316", + "$id": "315", "type": { - "$id": "317", + "$id": "316", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2661,11 +2654,11 @@ "skipUrlEncoding": false }, { - "$id": "318", + "$id": "317", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "319", + "$id": "318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2682,17 +2675,17 @@ "skipUrlEncoding": false }, { - "$id": "320", + "$id": "319", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "321", + "$id": "320", "kind": "constant", "name": "deleteContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "322", + "$id": "321", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2714,26 +2707,26 @@ ], "responses": [ { - "$id": "323", + "$id": "322", "statusCodes": [ 202 ], "bodyType": { - "$ref": "185" + "$ref": "184" }, "headers": [ { - "$id": "324", + "$id": "323", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "325", + "$id": "324", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "326", + "$id": "325", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2760,11 +2753,11 @@ }, "parameters": [ { - "$id": "327", + "$id": "326", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "328", + "$id": "327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2781,17 +2774,17 @@ "skipUrlEncoding": false }, { - "$id": "329", + "$id": "328", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "330", + "$id": "329", "kind": "constant", "name": "deleteContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "331", + "$id": "330", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2812,17 +2805,17 @@ } ], "response": { - "$id": "332" + "$id": "331" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.delete", "lroMetadata": { - "$id": "333", + "$id": "332", "finalStateVia": 3, "finalResponse": { - "$id": "334", + "$id": "333", "statusCodes": [ 204 ] @@ -2830,7 +2823,7 @@ } }, { - "$id": "335", + "$id": "334", "kind": "paging", "name": "list", "accessibility": "public", @@ -2839,19 +2832,19 @@ ], "doc": "Lists the existing projects.", "operation": { - "$id": "336", + "$id": "335", "name": "list", "resourceName": "Project", "doc": "Lists the existing projects.", "accessibility": "public", "parameters": [ { - "$id": "337", + "$id": "336", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "338", + "$id": "337", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2865,9 +2858,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "339", + "$id": "338", "type": { - "$id": "340", + "$id": "339", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2878,17 +2871,17 @@ "skipUrlEncoding": false }, { - "$id": "341", + "$id": "340", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "342", + "$id": "341", "kind": "constant", "name": "listContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "343", + "$id": "342", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2910,12 +2903,12 @@ ], "responses": [ { - "$id": "344", + "$id": "343", "statusCodes": [ 200 ], "bodyType": { - "$ref": "193" + "$ref": "192" }, "headers": [], "isErrorResponse": false, @@ -2935,11 +2928,11 @@ }, "parameters": [ { - "$id": "345", + "$id": "344", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "342" + "$ref": "341" }, "location": "Header", "isApiVersion": false, @@ -2953,16 +2946,9 @@ } ], "response": { - "$id": "346", + "$id": "345", "type": { - "$id": "347", - "kind": "array", - "name": "ArrayProject", - "valueType": { - "$ref": "147" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "194" }, "resultSegments": [ "value" @@ -2973,12 +2959,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.list", "pagingMetadata": { - "$id": "348", + "$id": "346", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "349", + "$id": "347", "responseSegments": [ "nextLink" ], @@ -2987,7 +2973,7 @@ } }, { - "$id": "350", + "$id": "348", "kind": "lro", "name": "export", "accessibility": "public", @@ -2996,19 +2982,19 @@ ], "doc": "Triggers a job to export a project's data.", "operation": { - "$id": "351", + "$id": "349", "name": "export", "resourceName": "Projects", "doc": "Triggers a job to export a project's data.", "accessibility": "public", "parameters": [ { - "$id": "352", + "$id": "350", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "353", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3022,9 +3008,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "354", + "$id": "352", "type": { - "$id": "355", + "$id": "353", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3035,11 +3021,11 @@ "skipUrlEncoding": false }, { - "$id": "356", + "$id": "354", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "357", + "$id": "355", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3056,11 +3042,11 @@ "skipUrlEncoding": false }, { - "$id": "358", + "$id": "356", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "359", + "$id": "357", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3077,17 +3063,17 @@ "skipUrlEncoding": false }, { - "$id": "360", + "$id": "358", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "361", + "$id": "359", "kind": "constant", "name": "exportContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "362", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3109,23 +3095,23 @@ ], "responses": [ { - "$id": "363", + "$id": "361", "statusCodes": [ 202 ], "headers": [ { - "$id": "364", + "$id": "362", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "365", + "$id": "363", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "366", + "$id": "364", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -3149,11 +3135,11 @@ }, "parameters": [ { - "$id": "367", + "$id": "365", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "368", + "$id": "366", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3170,11 +3156,11 @@ "skipUrlEncoding": false }, { - "$id": "369", + "$id": "367", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "370", + "$id": "368", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3191,17 +3177,17 @@ "skipUrlEncoding": false }, { - "$id": "371", + "$id": "369", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "372", + "$id": "370", "kind": "constant", "name": "exportContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "373", + "$id": "371", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3222,17 +3208,17 @@ } ], "response": { - "$id": "374" + "$id": "372" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.export", "lroMetadata": { - "$id": "375", + "$id": "373", "finalStateVia": 3, "finalResponse": { - "$id": "376", + "$id": "374", "statusCodes": [ 200 ] @@ -3240,7 +3226,7 @@ } }, { - "$id": "377", + "$id": "375", "kind": "lro", "name": "importx", "accessibility": "public", @@ -3249,19 +3235,19 @@ ], "doc": "Triggers a job to export a project's data.", "operation": { - "$id": "378", + "$id": "376", "name": "importx", "resourceName": "Projects", "doc": "Triggers a job to export a project's data.", "accessibility": "public", "parameters": [ { - "$id": "379", + "$id": "377", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "380", + "$id": "378", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3275,9 +3261,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "381", + "$id": "379", "type": { - "$id": "382", + "$id": "380", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3288,11 +3274,11 @@ "skipUrlEncoding": false }, { - "$id": "383", + "$id": "381", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "384", + "$id": "382", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3309,17 +3295,17 @@ "skipUrlEncoding": false }, { - "$id": "385", + "$id": "383", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "386", + "$id": "384", "kind": "constant", "name": "importxContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "387", + "$id": "385", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3341,23 +3327,23 @@ ], "responses": [ { - "$id": "388", + "$id": "386", "statusCodes": [ 202 ], "headers": [ { - "$id": "389", + "$id": "387", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "390", + "$id": "388", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "391", + "$id": "389", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -3381,11 +3367,11 @@ }, "parameters": [ { - "$id": "392", + "$id": "390", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "393", + "$id": "391", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3402,17 +3388,17 @@ "skipUrlEncoding": false }, { - "$id": "394", + "$id": "392", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "395", + "$id": "393", "kind": "constant", "name": "importxContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "396", + "$id": "394", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3433,17 +3419,17 @@ } ], "response": { - "$id": "397" + "$id": "395" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.importx", "lroMetadata": { - "$id": "398", + "$id": "396", "finalStateVia": 3, "finalResponse": { - "$id": "399", + "$id": "397", "statusCodes": [ 200 ] @@ -3451,7 +3437,7 @@ } }, { - "$id": "400", + "$id": "398", "kind": "lro", "name": "train", "accessibility": "public", @@ -3460,19 +3446,19 @@ ], "doc": "Triggers a training job for a project.", "operation": { - "$id": "401", + "$id": "399", "name": "train", "resourceName": "Projects", "doc": "Triggers a training job for a project.", "accessibility": "public", "parameters": [ { - "$id": "402", + "$id": "400", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "403", + "$id": "401", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3486,9 +3472,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "404", + "$id": "402", "type": { - "$id": "405", + "$id": "403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3499,11 +3485,11 @@ "skipUrlEncoding": false }, { - "$id": "406", + "$id": "404", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "407", + "$id": "405", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3520,18 +3506,18 @@ "skipUrlEncoding": false }, { - "$id": "408", + "$id": "406", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "409", + "$id": "407", "kind": "constant", "name": "trainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "410", + "$id": "408", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3551,17 +3537,17 @@ "skipUrlEncoding": false }, { - "$id": "411", + "$id": "409", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "412", + "$id": "410", "kind": "constant", "name": "trainContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "413", + "$id": "411", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3581,11 +3567,11 @@ "skipUrlEncoding": false }, { - "$id": "414", + "$id": "412", "name": "body", "nameInRequest": "body", "type": { - "$ref": "201" + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -3600,23 +3586,23 @@ ], "responses": [ { - "$id": "415", + "$id": "413", "statusCodes": [ 202 ], "headers": [ { - "$id": "416", + "$id": "414", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "417", + "$id": "415", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "418", + "$id": "416", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -3643,11 +3629,11 @@ }, "parameters": [ { - "$id": "419", + "$id": "417", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "420", + "$id": "418", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3664,11 +3650,11 @@ "skipUrlEncoding": false }, { - "$id": "421", + "$id": "419", "name": "body", "nameInRequest": "body", "type": { - "$ref": "201" + "$ref": "200" }, "location": "Body", "isApiVersion": false, @@ -3681,18 +3667,18 @@ "skipUrlEncoding": false }, { - "$id": "422", + "$id": "420", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "423", + "$id": "421", "kind": "constant", "name": "trainContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "424", + "$id": "422", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3712,17 +3698,17 @@ "skipUrlEncoding": false }, { - "$id": "425", + "$id": "423", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "426", + "$id": "424", "kind": "constant", "name": "trainContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "427", + "$id": "425", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3743,17 +3729,17 @@ } ], "response": { - "$id": "428" + "$id": "426" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Projects.train", "lroMetadata": { - "$id": "429", + "$id": "427", "finalStateVia": 3, "finalResponse": { - "$id": "430", + "$id": "428", "statusCodes": [ 200 ] @@ -3763,11 +3749,11 @@ ], "parameters": [ { - "$id": "431", + "$id": "429", "name": "Endpoint", "nameInRequest": "Endpoint", "type": { - "$id": "432", + "$id": "430", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3788,17 +3774,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "254" + "$ref": "253" } }, { - "$id": "433", + "$id": "431", "kind": "client", "name": "Deployments", "namespace": "AuthoringTypeSpec", "methods": [ { - "$id": "434", + "$id": "432", "kind": "basic", "name": "getDeployment", "accessibility": "public", @@ -3807,19 +3793,19 @@ ], "doc": "Gets the details of a deployment.", "operation": { - "$id": "435", + "$id": "433", "name": "getDeployment", "resourceName": "Deployment", "doc": "Gets the details of a deployment.", "accessibility": "public", "parameters": [ { - "$id": "436", + "$id": "434", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "437", + "$id": "435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3833,9 +3819,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "438", + "$id": "436", "type": { - "$id": "439", + "$id": "437", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3846,11 +3832,11 @@ "skipUrlEncoding": false }, { - "$id": "440", + "$id": "438", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "441", + "$id": "439", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3867,11 +3853,11 @@ "skipUrlEncoding": false }, { - "$id": "442", + "$id": "440", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "443", + "$id": "441", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3888,17 +3874,17 @@ "skipUrlEncoding": false }, { - "$id": "444", + "$id": "442", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "445", + "$id": "443", "kind": "constant", "name": "getDeploymentContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "446", + "$id": "444", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3920,12 +3906,12 @@ ], "responses": [ { - "$id": "447", + "$id": "445", "statusCodes": [ 200 ], "bodyType": { - "$ref": "205" + "$ref": "204" }, "headers": [], "isErrorResponse": false, @@ -3945,11 +3931,11 @@ }, "parameters": [ { - "$id": "448", + "$id": "446", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "449", + "$id": "447", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3966,11 +3952,11 @@ "skipUrlEncoding": false }, { - "$id": "450", + "$id": "448", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "451", + "$id": "449", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3987,11 +3973,11 @@ "skipUrlEncoding": false }, { - "$id": "452", + "$id": "450", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "445" + "$ref": "443" }, "location": "Header", "isApiVersion": false, @@ -4005,9 +3991,9 @@ } ], "response": { - "$id": "453", + "$id": "451", "type": { - "$ref": "205" + "$ref": "204" } }, "isOverride": false, @@ -4016,7 +4002,7 @@ "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployments.getDeployment" }, { - "$id": "454", + "$id": "452", "kind": "lro", "name": "deployProject", "accessibility": "public", @@ -4025,19 +4011,19 @@ ], "doc": "Creates a new deployment or replaces an existing one.", "operation": { - "$id": "455", + "$id": "453", "name": "deployProject", "resourceName": "Deployment", "doc": "Creates a new deployment or replaces an existing one.", "accessibility": "public", "parameters": [ { - "$id": "456", + "$id": "454", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "457", + "$id": "455", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4051,9 +4037,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "458", + "$id": "456", "type": { - "$id": "459", + "$id": "457", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4064,11 +4050,11 @@ "skipUrlEncoding": false }, { - "$id": "460", + "$id": "458", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "461", + "$id": "459", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4085,11 +4071,11 @@ "skipUrlEncoding": false }, { - "$id": "462", + "$id": "460", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "463", + "$id": "461", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4106,18 +4092,18 @@ "skipUrlEncoding": false }, { - "$id": "464", + "$id": "462", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "465", + "$id": "463", "kind": "constant", "name": "deployProjectContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "466", + "$id": "464", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4137,17 +4123,17 @@ "skipUrlEncoding": false }, { - "$id": "467", + "$id": "465", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "468", + "$id": "466", "kind": "constant", "name": "deployProjectContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "469", + "$id": "467", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4167,12 +4153,12 @@ "skipUrlEncoding": false }, { - "$id": "470", + "$id": "468", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", "type": { - "$ref": "205" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -4187,26 +4173,26 @@ ], "responses": [ { - "$id": "471", + "$id": "469", "statusCodes": [ 201 ], "bodyType": { - "$ref": "205" + "$ref": "204" }, "headers": [ { - "$id": "472", + "$id": "470", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "473", + "$id": "471", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "474", + "$id": "472", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -4222,26 +4208,26 @@ ] }, { - "$id": "475", + "$id": "473", "statusCodes": [ 200 ], "bodyType": { - "$ref": "205" + "$ref": "204" }, "headers": [ { - "$id": "476", + "$id": "474", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "477", + "$id": "475", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "478", + "$id": "476", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -4271,11 +4257,11 @@ }, "parameters": [ { - "$id": "479", + "$id": "477", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "480", + "$id": "478", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4292,11 +4278,11 @@ "skipUrlEncoding": false }, { - "$id": "481", + "$id": "479", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "482", + "$id": "480", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4313,12 +4299,12 @@ "skipUrlEncoding": false }, { - "$id": "483", + "$id": "481", "name": "resource", "nameInRequest": "resource", "doc": "The resource instance.", "type": { - "$ref": "205" + "$ref": "204" }, "location": "Body", "isApiVersion": false, @@ -4331,18 +4317,18 @@ "skipUrlEncoding": false }, { - "$id": "484", + "$id": "482", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "485", + "$id": "483", "kind": "constant", "name": "deployProjectContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "486", + "$id": "484", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4362,17 +4348,17 @@ "skipUrlEncoding": false }, { - "$id": "487", + "$id": "485", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "488", + "$id": "486", "kind": "constant", "name": "deployProjectContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "489", + "$id": "487", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4393,9 +4379,9 @@ } ], "response": { - "$id": "490", + "$id": "488", "type": { - "$ref": "205" + "$ref": "204" } }, "isOverride": false, @@ -4403,21 +4389,21 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployments.deployProject", "lroMetadata": { - "$id": "491", + "$id": "489", "finalStateVia": 2, "finalResponse": { - "$id": "492", + "$id": "490", "statusCodes": [ 200 ], "bodyType": { - "$ref": "205" + "$ref": "204" } } } }, { - "$id": "493", + "$id": "491", "kind": "lro", "name": "deleteDeployment", "accessibility": "public", @@ -4426,19 +4412,19 @@ ], "doc": "Deletes a project deployment.", "operation": { - "$id": "494", + "$id": "492", "name": "deleteDeployment", "resourceName": "Deployment", "doc": "Deletes a project deployment.", "accessibility": "public", "parameters": [ { - "$id": "495", + "$id": "493", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "496", + "$id": "494", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4452,9 +4438,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "497", + "$id": "495", "type": { - "$id": "498", + "$id": "496", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4465,11 +4451,11 @@ "skipUrlEncoding": false }, { - "$id": "499", + "$id": "497", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "500", + "$id": "498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4486,11 +4472,11 @@ "skipUrlEncoding": false }, { - "$id": "501", + "$id": "499", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "502", + "$id": "500", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4507,17 +4493,17 @@ "skipUrlEncoding": false }, { - "$id": "503", + "$id": "501", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "504", + "$id": "502", "kind": "constant", "name": "deleteDeploymentContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "505", + "$id": "503", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4539,26 +4525,26 @@ ], "responses": [ { - "$id": "506", + "$id": "504", "statusCodes": [ 202 ], "bodyType": { - "$ref": "185" + "$ref": "184" }, "headers": [ { - "$id": "507", + "$id": "505", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "508", + "$id": "506", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "509", + "$id": "507", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -4585,11 +4571,11 @@ }, "parameters": [ { - "$id": "510", + "$id": "508", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "511", + "$id": "509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4606,11 +4592,11 @@ "skipUrlEncoding": false }, { - "$id": "512", + "$id": "510", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "513", + "$id": "511", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4627,17 +4613,17 @@ "skipUrlEncoding": false }, { - "$id": "514", + "$id": "512", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "515", + "$id": "513", "kind": "constant", "name": "deleteDeploymentContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "516", + "$id": "514", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4658,17 +4644,17 @@ } ], "response": { - "$id": "517" + "$id": "515" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployments.deleteDeployment", "lroMetadata": { - "$id": "518", + "$id": "516", "finalStateVia": 3, "finalResponse": { - "$id": "519", + "$id": "517", "statusCodes": [ 204 ] @@ -4676,7 +4662,7 @@ } }, { - "$id": "520", + "$id": "518", "kind": "paging", "name": "list", "accessibility": "public", @@ -4685,19 +4671,19 @@ ], "doc": "Lists the existing deployments.", "operation": { - "$id": "521", + "$id": "519", "name": "list", "resourceName": "Deployment", "doc": "Lists the existing deployments.", "accessibility": "public", "parameters": [ { - "$id": "522", + "$id": "520", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "523", + "$id": "521", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4711,9 +4697,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "524", + "$id": "522", "type": { - "$id": "525", + "$id": "523", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4724,11 +4710,11 @@ "skipUrlEncoding": false }, { - "$id": "526", + "$id": "524", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "527", + "$id": "525", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4745,17 +4731,17 @@ "skipUrlEncoding": false }, { - "$id": "528", + "$id": "526", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "529", + "$id": "527", "kind": "constant", "name": "listContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "530", + "$id": "528", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4777,12 +4763,12 @@ ], "responses": [ { - "$id": "531", + "$id": "529", "statusCodes": [ 200 ], "bodyType": { - "$ref": "209" + "$ref": "208" }, "headers": [], "isErrorResponse": false, @@ -4802,11 +4788,11 @@ }, "parameters": [ { - "$id": "532", + "$id": "530", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "533", + "$id": "531", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4823,11 +4809,11 @@ "skipUrlEncoding": false }, { - "$id": "534", + "$id": "532", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "529" + "$ref": "527" }, "location": "Header", "isApiVersion": false, @@ -4841,16 +4827,9 @@ } ], "response": { - "$id": "535", + "$id": "533", "type": { - "$id": "536", - "kind": "array", - "name": "ArrayDeployment", - "valueType": { - "$ref": "205" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "210" }, "resultSegments": [ "value" @@ -4861,12 +4840,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployments.list", "pagingMetadata": { - "$id": "537", + "$id": "534", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "538", + "$id": "535", "responseSegments": [ "nextLink" ], @@ -4875,7 +4854,7 @@ } }, { - "$id": "539", + "$id": "536", "kind": "lro", "name": "swapDeployments", "accessibility": "public", @@ -4884,19 +4863,19 @@ ], "doc": "Swaps two existing deployments with each other.", "operation": { - "$id": "540", + "$id": "537", "name": "swapDeployments", "resourceName": "Deployments", "doc": "Swaps two existing deployments with each other.", "accessibility": "public", "parameters": [ { - "$id": "541", + "$id": "538", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "542", + "$id": "539", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4910,9 +4889,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "543", + "$id": "540", "type": { - "$id": "544", + "$id": "541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4923,11 +4902,11 @@ "skipUrlEncoding": false }, { - "$id": "545", + "$id": "542", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "546", + "$id": "543", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4944,18 +4923,18 @@ "skipUrlEncoding": false }, { - "$id": "547", + "$id": "544", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "548", + "$id": "545", "kind": "constant", "name": "swapDeploymentsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "549", + "$id": "546", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4975,17 +4954,17 @@ "skipUrlEncoding": false }, { - "$id": "550", + "$id": "547", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "551", + "$id": "548", "kind": "constant", "name": "swapDeploymentsContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "552", + "$id": "549", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5005,12 +4984,12 @@ "skipUrlEncoding": false }, { - "$id": "553", + "$id": "550", "name": "body", "nameInRequest": "body", "doc": "The body schema of the operation.", "type": { - "$ref": "217" + "$ref": "216" }, "location": "Body", "isApiVersion": false, @@ -5025,23 +5004,23 @@ ], "responses": [ { - "$id": "554", + "$id": "551", "statusCodes": [ 202 ], "headers": [ { - "$id": "555", + "$id": "552", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "556", + "$id": "553", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "557", + "$id": "554", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -5068,11 +5047,11 @@ }, "parameters": [ { - "$id": "558", + "$id": "555", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "559", + "$id": "556", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5089,12 +5068,12 @@ "skipUrlEncoding": false }, { - "$id": "560", + "$id": "557", "name": "body", "nameInRequest": "body", "doc": "The body schema of the operation.", "type": { - "$ref": "217" + "$ref": "216" }, "location": "Body", "isApiVersion": false, @@ -5107,18 +5086,18 @@ "skipUrlEncoding": false }, { - "$id": "561", + "$id": "558", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "562", + "$id": "559", "kind": "constant", "name": "swapDeploymentsContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "563", + "$id": "560", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5138,17 +5117,17 @@ "skipUrlEncoding": false }, { - "$id": "564", + "$id": "561", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "565", + "$id": "562", "kind": "constant", "name": "swapDeploymentsContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "566", + "$id": "563", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5169,17 +5148,17 @@ } ], "response": { - "$id": "567" + "$id": "564" }, "isOverride": false, "generateConvenient": false, "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Deployments.swapDeployments", "lroMetadata": { - "$id": "568", + "$id": "565", "finalStateVia": 3, "finalResponse": { - "$id": "569", + "$id": "566", "statusCodes": [ 200 ] @@ -5189,11 +5168,11 @@ ], "parameters": [ { - "$id": "570", + "$id": "567", "name": "Endpoint", "nameInRequest": "Endpoint", "type": { - "$id": "571", + "$id": "568", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5214,17 +5193,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "254" + "$ref": "253" } }, { - "$id": "572", + "$id": "569", "kind": "client", "name": "Jobs", "namespace": "AuthoringTypeSpec", "methods": [ { - "$id": "573", + "$id": "570", "kind": "basic", "name": "getDeploymentStatus", "accessibility": "public", @@ -5233,19 +5212,19 @@ ], "doc": "Gets the status of an existing deployment job.", "operation": { - "$id": "574", + "$id": "571", "name": "getDeploymentStatus", "resourceName": "DeploymentJob", "doc": "Gets the status of an existing deployment job.", "accessibility": "public", "parameters": [ { - "$id": "575", + "$id": "572", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "576", + "$id": "573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5259,9 +5238,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "577", + "$id": "574", "type": { - "$id": "578", + "$id": "575", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5272,11 +5251,11 @@ "skipUrlEncoding": false }, { - "$id": "579", + "$id": "576", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "580", + "$id": "577", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5293,11 +5272,11 @@ "skipUrlEncoding": false }, { - "$id": "581", + "$id": "578", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "582", + "$id": "579", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5314,11 +5293,11 @@ "skipUrlEncoding": false }, { - "$id": "583", + "$id": "580", "name": "jobId", "nameInRequest": "jobId", "type": { - "$id": "584", + "$id": "581", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5335,17 +5314,17 @@ "skipUrlEncoding": false }, { - "$id": "585", + "$id": "582", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "586", + "$id": "583", "kind": "constant", "name": "getDeploymentStatusContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "587", + "$id": "584", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5367,7 +5346,7 @@ ], "responses": [ { - "$id": "588", + "$id": "585", "statusCodes": [ 200 ], @@ -5392,11 +5371,11 @@ }, "parameters": [ { - "$id": "589", + "$id": "586", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "590", + "$id": "587", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5413,11 +5392,11 @@ "skipUrlEncoding": false }, { - "$id": "591", + "$id": "588", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "592", + "$id": "589", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5434,11 +5413,11 @@ "skipUrlEncoding": false }, { - "$id": "593", + "$id": "590", "name": "jobId", "nameInRequest": "jobId", "type": { - "$id": "594", + "$id": "591", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5455,11 +5434,11 @@ "skipUrlEncoding": false }, { - "$id": "595", + "$id": "592", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "586" + "$ref": "583" }, "location": "Header", "isApiVersion": false, @@ -5473,7 +5452,7 @@ } ], "response": { - "$id": "596", + "$id": "593", "type": { "$ref": "42" } @@ -5484,7 +5463,7 @@ "crossLanguageDefinitionId": "AuthoringTypeSpec.Jobs.getDeploymentStatus" }, { - "$id": "597", + "$id": "594", "kind": "basic", "name": "getSwapDeploymentsStatus", "accessibility": "public", @@ -5493,19 +5472,19 @@ ], "doc": "Gets the status of an existing swap deployment job.", "operation": { - "$id": "598", + "$id": "595", "name": "getSwapDeploymentsStatus", "resourceName": "SwapDeploymentsJob", "doc": "Gets the status of an existing swap deployment job.", "accessibility": "public", "parameters": [ { - "$id": "599", + "$id": "596", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "600", + "$id": "597", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5519,9 +5498,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "601", + "$id": "598", "type": { - "$id": "602", + "$id": "599", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5532,11 +5511,11 @@ "skipUrlEncoding": false }, { - "$id": "603", + "$id": "600", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "604", + "$id": "601", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5553,11 +5532,11 @@ "skipUrlEncoding": false }, { - "$id": "605", + "$id": "602", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "606", + "$id": "603", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5574,11 +5553,11 @@ "skipUrlEncoding": false }, { - "$id": "607", + "$id": "604", "name": "jobId", "nameInRequest": "jobId", "type": { - "$id": "608", + "$id": "605", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5595,17 +5574,17 @@ "skipUrlEncoding": false }, { - "$id": "609", + "$id": "606", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "610", + "$id": "607", "kind": "constant", "name": "getSwapDeploymentsStatusContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "611", + "$id": "608", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5627,7 +5606,7 @@ ], "responses": [ { - "$id": "612", + "$id": "609", "statusCodes": [ 200 ], @@ -5652,11 +5631,11 @@ }, "parameters": [ { - "$id": "613", + "$id": "610", "name": "projectName", "nameInRequest": "projectName", "type": { - "$id": "614", + "$id": "611", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5673,11 +5652,11 @@ "skipUrlEncoding": false }, { - "$id": "615", + "$id": "612", "name": "deploymentName", "nameInRequest": "deploymentName", "type": { - "$id": "616", + "$id": "613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5694,11 +5673,11 @@ "skipUrlEncoding": false }, { - "$id": "617", + "$id": "614", "name": "jobId", "nameInRequest": "jobId", "type": { - "$id": "618", + "$id": "615", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5715,11 +5694,11 @@ "skipUrlEncoding": false }, { - "$id": "619", + "$id": "616", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "610" + "$ref": "607" }, "location": "Header", "isApiVersion": false, @@ -5733,7 +5712,7 @@ } ], "response": { - "$id": "620", + "$id": "617", "type": { "$ref": "113" } @@ -5746,11 +5725,11 @@ ], "parameters": [ { - "$id": "621", + "$id": "618", "name": "Endpoint", "nameInRequest": "Endpoint", "type": { - "$id": "622", + "$id": "619", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5771,17 +5750,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "254" + "$ref": "253" } }, { - "$id": "623", + "$id": "620", "kind": "client", "name": "Global", "namespace": "AuthoringTypeSpec", "methods": [ { - "$id": "624", + "$id": "621", "kind": "paging", "name": "getSupportedLanguages", "accessibility": "public", @@ -5789,17 +5768,17 @@ "2022-05-15-preview" ], "operation": { - "$id": "625", + "$id": "622", "name": "getSupportedLanguages", "resourceName": "Global", "accessibility": "public", "parameters": [ { - "$id": "626", + "$id": "623", "name": "top", "nameInRequest": "top", "type": { - "$id": "627", + "$id": "624", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5816,11 +5795,11 @@ "skipUrlEncoding": false }, { - "$id": "628", + "$id": "625", "name": "skip", "nameInRequest": "skip", "type": { - "$id": "629", + "$id": "626", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5837,11 +5816,11 @@ "skipUrlEncoding": false }, { - "$id": "630", + "$id": "627", "name": "maxpagesize", "nameInRequest": "maxpagesize", "type": { - "$id": "631", + "$id": "628", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5858,12 +5837,12 @@ "skipUrlEncoding": false }, { - "$id": "632", + "$id": "629", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "633", + "$id": "630", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5877,9 +5856,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "634", + "$id": "631", "type": { - "$id": "635", + "$id": "632", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5890,17 +5869,17 @@ "skipUrlEncoding": false }, { - "$id": "636", + "$id": "633", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "637", + "$id": "634", "kind": "constant", "name": "getSupportedLanguagesContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "638", + "$id": "635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5922,12 +5901,12 @@ ], "responses": [ { - "$id": "639", + "$id": "636", "statusCodes": [ 200 ], "bodyType": { - "$ref": "224" + "$ref": "223" }, "headers": [], "isErrorResponse": false, @@ -5947,11 +5926,11 @@ }, "parameters": [ { - "$id": "640", + "$id": "637", "name": "top", "nameInRequest": "top", "type": { - "$id": "641", + "$id": "638", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5968,11 +5947,11 @@ "skipUrlEncoding": false }, { - "$id": "642", + "$id": "639", "name": "skip", "nameInRequest": "skip", "type": { - "$id": "643", + "$id": "640", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5989,11 +5968,11 @@ "skipUrlEncoding": false }, { - "$id": "644", + "$id": "641", "name": "maxpagesize", "nameInRequest": "maxpagesize", "type": { - "$id": "645", + "$id": "642", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6010,11 +5989,11 @@ "skipUrlEncoding": false }, { - "$id": "646", + "$id": "643", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "637" + "$ref": "634" }, "location": "Header", "isApiVersion": false, @@ -6028,16 +6007,9 @@ } ], "response": { - "$id": "647", + "$id": "644", "type": { - "$id": "648", - "kind": "array", - "name": "ArraySupportedLanguage", - "valueType": { - "$ref": "227" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "225" }, "resultSegments": [ "value" @@ -6048,12 +6020,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Global.getSupportedLanguages", "pagingMetadata": { - "$id": "649", + "$id": "645", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "650", + "$id": "646", "responseSegments": [ "nextLink" ], @@ -6062,7 +6034,7 @@ } }, { - "$id": "651", + "$id": "647", "kind": "paging", "name": "listTrainingConfigVersions", "accessibility": "public", @@ -6070,17 +6042,17 @@ "2022-05-15-preview" ], "operation": { - "$id": "652", + "$id": "648", "name": "listTrainingConfigVersions", "resourceName": "Global", "accessibility": "public", "parameters": [ { - "$id": "653", + "$id": "649", "name": "top", "nameInRequest": "top", "type": { - "$id": "654", + "$id": "650", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6097,11 +6069,11 @@ "skipUrlEncoding": false }, { - "$id": "655", + "$id": "651", "name": "skip", "nameInRequest": "skip", "type": { - "$id": "656", + "$id": "652", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6118,11 +6090,11 @@ "skipUrlEncoding": false }, { - "$id": "657", + "$id": "653", "name": "maxpagesize", "nameInRequest": "maxpagesize", "type": { - "$id": "658", + "$id": "654", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6139,12 +6111,12 @@ "skipUrlEncoding": false }, { - "$id": "659", + "$id": "655", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "660", + "$id": "656", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6158,9 +6130,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "661", + "$id": "657", "type": { - "$id": "662", + "$id": "658", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -6171,17 +6143,17 @@ "skipUrlEncoding": false }, { - "$id": "663", + "$id": "659", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "664", + "$id": "660", "kind": "constant", "name": "listTrainingConfigVersionsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "665", + "$id": "661", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6203,12 +6175,12 @@ ], "responses": [ { - "$id": "666", + "$id": "662", "statusCodes": [ 200 ], "bodyType": { - "$ref": "239" + "$ref": "238" }, "headers": [], "isErrorResponse": false, @@ -6228,11 +6200,11 @@ }, "parameters": [ { - "$id": "667", + "$id": "663", "name": "top", "nameInRequest": "top", "type": { - "$id": "668", + "$id": "664", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6249,11 +6221,11 @@ "skipUrlEncoding": false }, { - "$id": "669", + "$id": "665", "name": "skip", "nameInRequest": "skip", "type": { - "$id": "670", + "$id": "666", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6270,11 +6242,11 @@ "skipUrlEncoding": false }, { - "$id": "671", + "$id": "667", "name": "maxpagesize", "nameInRequest": "maxpagesize", "type": { - "$id": "672", + "$id": "668", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -6291,11 +6263,11 @@ "skipUrlEncoding": false }, { - "$id": "673", + "$id": "669", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "664" + "$ref": "660" }, "location": "Header", "isApiVersion": false, @@ -6309,16 +6281,9 @@ } ], "response": { - "$id": "674", + "$id": "670", "type": { - "$id": "675", - "kind": "array", - "name": "ArrayTrainingConfigVersion", - "valueType": { - "$ref": "242" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "240" }, "resultSegments": [ "value" @@ -6329,12 +6294,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "AuthoringTypeSpec.Global.listTrainingConfigVersions", "pagingMetadata": { - "$id": "676", + "$id": "671", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "677", + "$id": "672", "responseSegments": [ "nextLink" ], @@ -6345,11 +6310,11 @@ ], "parameters": [ { - "$id": "678", + "$id": "673", "name": "Endpoint", "nameInRequest": "Endpoint", "type": { - "$id": "679", + "$id": "674", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6370,7 +6335,7 @@ "2022-05-15-preview" ], "parent": { - "$ref": "254" + "$ref": "253" } } ] diff --git a/test/TestProjects/Customizations-TypeSpec/tspCodeModel.json b/test/TestProjects/Customizations-TypeSpec/tspCodeModel.json index d9d49cd7eb1..5751c02c44c 100644 --- a/test/TestProjects/Customizations-TypeSpec/tspCodeModel.json +++ b/test/TestProjects/Customizations-TypeSpec/tspCodeModel.json @@ -894,18 +894,7 @@ "kind": "array", "name": "ArrayArray", "valueType": { - "$id": "118", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "119", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "106" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -917,41 +906,25 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.badListOfListName", "serializationOptions": { - "$id": "120", + "$id": "118", "json": { - "$id": "121", + "$id": "119", "name": "badListOfListName" } } }, { - "$id": "122", + "$id": "120", "kind": "property", "name": "badListOfDictionaryName", "serializedName": "badListOfDictionaryName", "doc": "Property renamed that is listofdictionary", "type": { - "$id": "123", + "$id": "121", "kind": "array", "name": "ArrayRecord", "valueType": { - "$id": "124", - "kind": "dict", - "keyType": { - "$id": "125", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "126", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "111" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -963,25 +936,25 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.badListOfDictionaryName", "serializationOptions": { - "$id": "127", + "$id": "122", "json": { - "$id": "128", + "$id": "123", "name": "badListOfDictionaryName" } } }, { - "$id": "129", + "$id": "124", "kind": "property", "name": "vector", "serializedName": "vector", "doc": "Property type changed to ReadOnlyMemory", "type": { - "$id": "130", + "$id": "125", "kind": "array", "name": "Array1", "valueType": { - "$id": "131", + "$id": "126", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -997,32 +970,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vector", "serializationOptions": { - "$id": "132", + "$id": "127", "json": { - "$id": "133", + "$id": "128", "name": "vector" } } }, { - "$id": "134", + "$id": "129", "kind": "property", "name": "vectorOptional", "serializedName": "vectorOptional", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "135", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "136", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "optional": true, "readOnly": false, @@ -1031,35 +993,24 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorOptional", "serializationOptions": { - "$id": "137", + "$id": "130", "json": { - "$id": "138", + "$id": "131", "name": "vectorOptional" } } }, { - "$id": "139", + "$id": "132", "kind": "property", "name": "vectorNullable", "serializedName": "vectorNullable", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "140", + "$id": "133", "kind": "nullable", "type": { - "$id": "141", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "142", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "namespace": "" }, @@ -1070,35 +1021,24 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorNullable", "serializationOptions": { - "$id": "143", + "$id": "134", "json": { - "$id": "144", + "$id": "135", "name": "vectorNullable" } } }, { - "$id": "145", + "$id": "136", "kind": "property", "name": "vectorOptionalNullable", "serializedName": "vectorOptionalNullable", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "146", + "$id": "137", "kind": "nullable", "type": { - "$id": "147", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "148", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "namespace": "" }, @@ -1109,32 +1049,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorOptionalNullable", "serializationOptions": { - "$id": "149", + "$id": "138", "json": { - "$id": "150", + "$id": "139", "name": "vectorOptionalNullable" } } }, { - "$id": "151", + "$id": "140", "kind": "property", "name": "vectorReadOnly", "serializedName": "vectorReadOnly", "doc": "Property type changed to ReadOnlyMemory", "type": { - "$id": "152", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "153", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "optional": false, "readOnly": true, @@ -1143,32 +1072,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorReadOnly", "serializationOptions": { - "$id": "154", + "$id": "141", "json": { - "$id": "155", + "$id": "142", "name": "vectorReadOnly" } } }, { - "$id": "156", + "$id": "143", "kind": "property", "name": "vectorOptionalReadOnly", "serializedName": "vectorOptionalReadOnly", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "157", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "158", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "optional": true, "readOnly": true, @@ -1177,35 +1095,24 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorOptionalReadOnly", "serializationOptions": { - "$id": "159", + "$id": "144", "json": { - "$id": "160", + "$id": "145", "name": "vectorOptionalReadOnly" } } }, { - "$id": "161", + "$id": "146", "kind": "property", "name": "vectorNullableReadOnly", "serializedName": "vectorNullableReadOnly", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "162", + "$id": "147", "kind": "nullable", "type": { - "$id": "163", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "164", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "namespace": "" }, @@ -1216,35 +1123,24 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorNullableReadOnly", "serializationOptions": { - "$id": "165", + "$id": "148", "json": { - "$id": "166", + "$id": "149", "name": "vectorNullableReadOnly" } } }, { - "$id": "167", + "$id": "150", "kind": "property", "name": "vectorOptionalNullableReadOnly", "serializedName": "vectorOptionalNullableReadOnly", "doc": "Property type changed to ReadOnlyMemory?", "type": { - "$id": "168", + "$id": "151", "kind": "nullable", "type": { - "$id": "169", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "170", - "kind": "float32", - "name": "float32", - "crossLanguageDefinitionId": "TypeSpec.float32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "125" }, "namespace": "" }, @@ -1255,9 +1151,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelWithCustomizedProperties.vectorOptionalNullableReadOnly", "serializationOptions": { - "$id": "171", + "$id": "152", "json": { - "$id": "172", + "$id": "153", "name": "vectorOptionalNullableReadOnly" } } @@ -1271,15 +1167,15 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyModelWithCustomizedProperties", "serializationOptions": { - "$id": "173", + "$id": "154", "json": { - "$id": "174", + "$id": "155", "name": "propertyModelWithCustomizedProperties" } } }, { - "$id": "175", + "$id": "156", "kind": "property", "name": "propertyEnumToRename", "serializedName": "propertyEnumToRename", @@ -1294,15 +1190,15 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyEnumToRename", "serializationOptions": { - "$id": "176", + "$id": "157", "json": { - "$id": "177", + "$id": "158", "name": "propertyEnumToRename" } } }, { - "$id": "178", + "$id": "159", "kind": "property", "name": "propertyEnumWithValueToRename", "serializedName": "propertyEnumWithValueToRename", @@ -1317,15 +1213,15 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyEnumWithValueToRename", "serializationOptions": { - "$id": "179", + "$id": "160", "json": { - "$id": "180", + "$id": "161", "name": "propertyEnumWithValueToRename" } } }, { - "$id": "181", + "$id": "162", "kind": "property", "name": "propertyEnumToBeMadeExtensible", "serializedName": "propertyEnumToBeMadeExtensible", @@ -1340,21 +1236,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyEnumToBeMadeExtensible", "serializationOptions": { - "$id": "182", + "$id": "163", "json": { - "$id": "183", + "$id": "164", "name": "propertyEnumToBeMadeExtensible" } } }, { - "$id": "184", + "$id": "165", "kind": "property", "name": "propertyModelToAddAdditionalSerializableProperty", "serializedName": "propertyModelToAddAdditionalSerializableProperty", "doc": "ModelToAddAdditionalSerializableProperty", "type": { - "$id": "185", + "$id": "166", "kind": "model", "name": "ModelToAddAdditionalSerializableProperty", "namespace": "CustomizationsInTsp", @@ -1367,13 +1263,13 @@ }, "properties": [ { - "$id": "186", + "$id": "167", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int", "type": { - "$id": "187", + "$id": "168", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1386,9 +1282,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelToAddAdditionalSerializableProperty.requiredInt", "serializationOptions": { - "$id": "188", + "$id": "169", "json": { - "$id": "189", + "$id": "170", "name": "requiredInt" } } @@ -1402,15 +1298,15 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyModelToAddAdditionalSerializableProperty", "serializationOptions": { - "$id": "190", + "$id": "171", "json": { - "$id": "191", + "$id": "172", "name": "propertyModelToAddAdditionalSerializableProperty" } } }, { - "$id": "192", + "$id": "173", "kind": "property", "name": "propertyToMoveToCustomization", "serializedName": "propertyToMoveToCustomization", @@ -1425,21 +1321,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyToMoveToCustomization", "serializationOptions": { - "$id": "193", + "$id": "174", "json": { - "$id": "194", + "$id": "175", "name": "propertyToMoveToCustomization" } } }, { - "$id": "195", + "$id": "176", "kind": "property", "name": "propertyModelStruct", "serializedName": "propertyModelStruct", "doc": "ModelStruct", "type": { - "$id": "196", + "$id": "177", "kind": "model", "name": "ModelStruct", "namespace": "CustomizationsInTsp", @@ -1449,13 +1345,13 @@ "decorators": [], "properties": [ { - "$id": "197", + "$id": "178", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int", "type": { - "$id": "198", + "$id": "179", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1468,21 +1364,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelStruct.requiredInt", "serializationOptions": { - "$id": "199", + "$id": "180", "json": { - "$id": "200", + "$id": "181", "name": "requiredInt" } } }, { - "$id": "201", + "$id": "182", "kind": "property", "name": "optionalInt", "serializedName": "optionalInt", "doc": "Optional int", "type": { - "$id": "202", + "$id": "183", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1495,21 +1391,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelStruct.optionalInt", "serializationOptions": { - "$id": "203", + "$id": "184", "json": { - "$id": "204", + "$id": "185", "name": "optionalInt" } } }, { - "$id": "205", + "$id": "186", "kind": "property", "name": "optionalString", "serializedName": "optionalString", "doc": "Optional string", "type": { - "$id": "206", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1522,9 +1418,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.ModelStruct.optionalString", "serializationOptions": { - "$id": "207", + "$id": "188", "json": { - "$id": "208", + "$id": "189", "name": "optionalString" } } @@ -1538,9 +1434,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizationsInTsp.RootModel.propertyModelStruct", "serializationOptions": { - "$id": "209", + "$id": "190", "json": { - "$id": "210", + "$id": "191", "name": "propertyModelStruct" } } @@ -1560,47 +1456,47 @@ "$ref": "71" }, { - "$ref": "185" + "$ref": "166" }, { - "$ref": "196" + "$ref": "177" } ], "clients": [ { - "$id": "211", + "$id": "192", "kind": "client", "name": "CustomizationsInTspClient", "namespace": "CustomizationsInTsp", "doc": "TypeSpec project to test various types of models.", "methods": [ { - "$id": "212", + "$id": "193", "kind": "basic", "name": "roundTrip", "accessibility": "public", "apiVersions": [], "doc": "RoundTrip operation to make RootModel round-trip", "operation": { - "$id": "213", + "$id": "194", "name": "roundTrip", "resourceName": "CustomizationsInTsp", "doc": "RoundTrip operation to make RootModel round-trip", "accessibility": "public", "parameters": [ { - "$id": "214", + "$id": "195", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "215", + "$id": "196", "kind": "constant", "name": "roundTripContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "216", + "$id": "197", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1620,17 +1516,17 @@ "skipUrlEncoding": false }, { - "$id": "217", + "$id": "198", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "218", + "$id": "199", "kind": "constant", "name": "roundTripContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "219", + "$id": "200", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1650,7 +1546,7 @@ "skipUrlEncoding": false }, { - "$id": "220", + "$id": "201", "name": "input", "nameInRequest": "input", "type": { @@ -1669,7 +1565,7 @@ ], "responses": [ { - "$id": "221", + "$id": "202", "statusCodes": [ 200 ], @@ -1697,7 +1593,7 @@ }, "parameters": [ { - "$id": "222", + "$id": "203", "name": "input", "nameInRequest": "input", "type": { @@ -1714,12 +1610,12 @@ "skipUrlEncoding": false }, { - "$id": "223", + "$id": "204", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "215" + "$ref": "196" }, "location": "Header", "isApiVersion": false, @@ -1732,11 +1628,11 @@ "skipUrlEncoding": false }, { - "$id": "224", + "$id": "205", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "218" + "$ref": "199" }, "location": "Header", "isApiVersion": false, @@ -1750,7 +1646,7 @@ } ], "response": { - "$id": "225", + "$id": "206", "type": { "$ref": "38" } @@ -1761,32 +1657,32 @@ "crossLanguageDefinitionId": "CustomizationsInTsp.roundTrip" }, { - "$id": "226", + "$id": "207", "kind": "basic", "name": "foo", "accessibility": "public", "apiVersions": [], "doc": "Sample operation with request body of a renamed model", "operation": { - "$id": "227", + "$id": "208", "name": "foo", "resourceName": "CustomizationsInTsp", "doc": "Sample operation with request body of a renamed model", "accessibility": "public", "parameters": [ { - "$id": "228", + "$id": "209", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "229", + "$id": "210", "kind": "constant", "name": "fooContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "230", + "$id": "211", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1806,17 +1702,17 @@ "skipUrlEncoding": false }, { - "$id": "231", + "$id": "212", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "232", + "$id": "213", "kind": "constant", "name": "fooContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "233", + "$id": "214", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1836,7 +1732,7 @@ "skipUrlEncoding": false }, { - "$id": "234", + "$id": "215", "name": "input", "nameInRequest": "input", "type": { @@ -1855,7 +1751,7 @@ ], "responses": [ { - "$id": "235", + "$id": "216", "statusCodes": [ 200 ], @@ -1883,7 +1779,7 @@ }, "parameters": [ { - "$id": "236", + "$id": "217", "name": "input", "nameInRequest": "input", "type": { @@ -1900,12 +1796,12 @@ "skipUrlEncoding": false }, { - "$id": "237", + "$id": "218", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "229" + "$ref": "210" }, "location": "Header", "isApiVersion": false, @@ -1918,11 +1814,11 @@ "skipUrlEncoding": false }, { - "$id": "238", + "$id": "219", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "232" + "$ref": "213" }, "location": "Header", "isApiVersion": false, @@ -1936,7 +1832,7 @@ } ], "response": { - "$id": "239", + "$id": "220", "type": { "$ref": "51" } @@ -1947,32 +1843,32 @@ "crossLanguageDefinitionId": "CustomizationsInTsp.foo" }, { - "$id": "240", + "$id": "221", "kind": "basic", "name": "bar", "accessibility": "public", "apiVersions": [], "doc": "Sample operation with request body using a model parameter with a spread operator.", "operation": { - "$id": "241", + "$id": "222", "name": "bar", "resourceName": "CustomizationsInTsp", "doc": "Sample operation with request body using a model parameter with a spread operator.", "accessibility": "public", "parameters": [ { - "$id": "242", + "$id": "223", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "243", + "$id": "224", "kind": "constant", "name": "barContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "244", + "$id": "225", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1992,17 +1888,17 @@ "skipUrlEncoding": false }, { - "$id": "245", + "$id": "226", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "246", + "$id": "227", "kind": "constant", "name": "barContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "247", + "$id": "228", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2022,7 +1918,7 @@ "skipUrlEncoding": false }, { - "$id": "248", + "$id": "229", "name": "modelToRename", "nameInRequest": "modelToRename", "type": { @@ -2041,7 +1937,7 @@ ], "responses": [ { - "$id": "249", + "$id": "230", "statusCodes": [ 200 ], @@ -2069,12 +1965,12 @@ }, "parameters": [ { - "$id": "250", + "$id": "231", "name": "requiredIntOnBase", "nameInRequest": "requiredIntOnBase", "doc": "Required int", "type": { - "$id": "251", + "$id": "232", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2091,12 +1987,12 @@ "skipUrlEncoding": false }, { - "$id": "252", + "$id": "233", "name": "optionalInt", "nameInRequest": "optionalInt", "doc": "Optional int", "type": { - "$id": "253", + "$id": "234", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2113,12 +2009,12 @@ "skipUrlEncoding": false }, { - "$id": "254", + "$id": "235", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "243" + "$ref": "224" }, "location": "Header", "isApiVersion": false, @@ -2131,11 +2027,11 @@ "skipUrlEncoding": false }, { - "$id": "255", + "$id": "236", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "246" + "$ref": "227" }, "location": "Header", "isApiVersion": false, @@ -2149,7 +2045,7 @@ } ], "response": { - "$id": "256", + "$id": "237", "type": { "$ref": "51" } @@ -2162,12 +2058,12 @@ ], "parameters": [ { - "$id": "257", + "$id": "238", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "258", + "$id": "239", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2184,12 +2080,12 @@ ], "decorators": [ { - "$id": "259", + "$id": "240", "name": "TypeSpec.@service", "arguments": { - "$id": "260", + "$id": "241", "options": { - "$id": "261", + "$id": "242", "title": "Models in TypeSpec" } } diff --git a/test/TestProjects/FirstTest-TypeSpec/tspCodeModel.json b/test/TestProjects/FirstTest-TypeSpec/tspCodeModel.json index f94aa447604..33be6eb9ea0 100644 --- a/test/TestProjects/FirstTest-TypeSpec/tspCodeModel.json +++ b/test/TestProjects/FirstTest-TypeSpec/tspCodeModel.json @@ -1496,18 +1496,7 @@ "$id": "174", "kind": "nullable", "type": { - "$id": "175", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "176", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "169" }, "namespace": "" }, @@ -1518,21 +1507,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "177", + "$id": "175", "json": { - "$id": "178", + "$id": "176", "name": "requiredNullableList" } } }, { - "$id": "179", + "$id": "177", "kind": "property", "name": "requiredFloatProperty", "serializedName": "requiredFloatProperty", "doc": "required float property", "type": { - "$id": "180", + "$id": "178", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -1545,21 +1534,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Thing.requiredFloatProperty", "serializationOptions": { - "$id": "181", + "$id": "179", "json": { - "$id": "182", + "$id": "180", "name": "requiredFloatProperty" } } }, { - "$id": "183", + "$id": "181", "kind": "property", "name": "optionalFloatProperty", "serializedName": "optionalFloatProperty", "doc": "optional float property", "type": { - "$id": "184", + "$id": "182", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -1572,26 +1561,26 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Thing.optionalFloatProperty", "serializationOptions": { - "$id": "185", + "$id": "183", "json": { - "$id": "186", + "$id": "184", "name": "optionalFloatProperty" } } }, { - "$id": "187", + "$id": "185", "kind": "property", "name": "optionalResourceId", "serializedName": "optionalResourceId", "doc": "optional arm id.", "type": { - "$id": "188", + "$id": "186", "kind": "string", "name": "armResourceIdentifier", "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier", "baseType": { - "$id": "189", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1606,9 +1595,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Thing.optionalResourceId", "serializationOptions": { - "$id": "190", + "$id": "188", "json": { - "$id": "191", + "$id": "189", "name": "optionalResourceId" } } @@ -1616,7 +1605,7 @@ ] }, { - "$id": "192", + "$id": "190", "kind": "model", "name": "Friend", "namespace": "FirstTestTypeSpec", @@ -1626,13 +1615,13 @@ "decorators": [], "properties": [ { - "$id": "193", + "$id": "191", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the NotFriend", "type": { - "$id": "194", + "$id": "192", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1645,9 +1634,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.NotFriend.name", "serializationOptions": { - "$id": "195", + "$id": "193", "json": { - "$id": "196", + "$id": "194", "name": "name" } } @@ -1655,7 +1644,7 @@ ] }, { - "$id": "197", + "$id": "195", "kind": "model", "name": "ModelWithFormat", "namespace": "FirstTestTypeSpec", @@ -1664,13 +1653,13 @@ "decorators": [], "properties": [ { - "$id": "198", + "$id": "196", "kind": "property", "name": "sourceUrl", "serializedName": "sourceUrl", "doc": "url format", "type": { - "$id": "199", + "$id": "197", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -1683,26 +1672,26 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithFormat.sourceUrl", "serializationOptions": { - "$id": "200", + "$id": "198", "json": { - "$id": "201", + "$id": "199", "name": "sourceUrl" } } }, { - "$id": "202", + "$id": "200", "kind": "property", "name": "guid", "serializedName": "guid", "doc": "uuid format", "type": { - "$id": "203", + "$id": "201", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "204", + "$id": "202", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1717,9 +1706,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithFormat.guid", "serializationOptions": { - "$id": "205", + "$id": "203", "json": { - "$id": "206", + "$id": "204", "name": "guid" } } @@ -1727,7 +1716,7 @@ ] }, { - "$id": "207", + "$id": "205", "kind": "model", "name": "ProjectedModel", "namespace": "FirstTestTypeSpec", @@ -1737,13 +1726,13 @@ "decorators": [], "properties": [ { - "$id": "208", + "$id": "206", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "209", + "$id": "207", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1756,9 +1745,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithProjectedName.name", "serializationOptions": { - "$id": "210", + "$id": "208", "json": { - "$id": "211", + "$id": "209", "name": "name" } } @@ -1766,7 +1755,7 @@ ] }, { - "$id": "212", + "$id": "210", "kind": "model", "name": "ReturnsAnonymousModelResponse", "namespace": "FirstTestTypeSpec", @@ -1776,7 +1765,7 @@ "properties": [] }, { - "$id": "213", + "$id": "211", "kind": "model", "name": "ListBody", "namespace": "FirstTestTypeSpec", @@ -1785,13 +1774,13 @@ "decorators": [], "properties": [ { - "$id": "214", + "$id": "212", "kind": "property", "name": "filter", "serializedName": "filter", "doc": "Metric dimension filter ", "type": { - "$id": "215", + "$id": "213", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1804,9 +1793,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ListBody.filter", "serializationOptions": { - "$id": "216", + "$id": "214", "json": { - "$id": "217", + "$id": "215", "name": "filter" } } @@ -1814,7 +1803,7 @@ ] }, { - "$id": "218", + "$id": "216", "kind": "model", "name": "Extension", "namespace": "FirstTestTypeSpec", @@ -1823,7 +1812,7 @@ "doc": "extension", "decorators": [], "baseModel": { - "$id": "219", + "$id": "217", "kind": "model", "name": "Element", "namespace": "FirstTestTypeSpec", @@ -1833,16 +1822,16 @@ "decorators": [], "properties": [ { - "$id": "220", + "$id": "218", "kind": "property", "name": "extension", "serializedName": "extension", "type": { - "$id": "221", + "$id": "219", "kind": "array", "name": "ArrayExtension", "valueType": { - "$ref": "218" + "$ref": "216" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1854,9 +1843,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Element.extension", "serializationOptions": { - "$id": "222", + "$id": "220", "json": { - "$id": "223", + "$id": "221", "name": "extension" } } @@ -1865,12 +1854,12 @@ }, "properties": [ { - "$id": "224", + "$id": "222", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "225", + "$id": "223", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -1883,9 +1872,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Extension.level", "serializationOptions": { - "$id": "226", + "$id": "224", "json": { - "$id": "227", + "$id": "225", "name": "level" } } @@ -1893,10 +1882,10 @@ ] }, { - "$ref": "219" + "$ref": "217" }, { - "$id": "228", + "$id": "226", "kind": "model", "name": "Extendible", "namespace": "FirstTestTypeSpec", @@ -1906,17 +1895,17 @@ "decorators": [], "properties": [ { - "$id": "229", + "$id": "227", "kind": "property", "name": "extension", "serializedName": "extension", "doc": "Additional Content defined by implementations", "type": { - "$id": "230", + "$id": "228", "kind": "array", "name": "ArrayThereLevelExtension", "valueType": { - "$id": "231", + "$id": "229", "kind": "model", "name": "ThereLevelExtension", "namespace": "FirstTestTypeSpec", @@ -1925,7 +1914,7 @@ "doc": "extension", "decorators": [], "baseModel": { - "$id": "232", + "$id": "230", "kind": "model", "name": "ThereLevelElement", "namespace": "FirstTestTypeSpec", @@ -1935,16 +1924,16 @@ "decorators": [], "properties": [ { - "$id": "233", + "$id": "231", "kind": "property", "name": "extension", "serializedName": "extension", "type": { - "$id": "234", + "$id": "232", "kind": "array", "name": "ArrayThereLevelExtension", "valueType": { - "$ref": "231" + "$ref": "229" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1956,9 +1945,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ThereLevelElement.extension", "serializationOptions": { - "$id": "235", + "$id": "233", "json": { - "$id": "236", + "$id": "234", "name": "extension" } } @@ -1967,12 +1956,12 @@ }, "properties": [ { - "$id": "237", + "$id": "235", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "238", + "$id": "236", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -1985,9 +1974,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ThereLevelExtension.level", "serializationOptions": { - "$id": "239", + "$id": "237", "json": { - "$id": "240", + "$id": "238", "name": "level" } } @@ -2004,9 +1993,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.Extendible.extension", "serializationOptions": { - "$id": "241", + "$id": "239", "json": { - "$id": "242", + "$id": "240", "name": "extension" } } @@ -2014,13 +2003,13 @@ ] }, { - "$ref": "231" + "$ref": "229" }, { - "$ref": "232" + "$ref": "230" }, { - "$id": "243", + "$id": "241", "kind": "model", "name": "ChildModel", "namespace": "FirstTestTypeSpec", @@ -2029,7 +2018,7 @@ "doc": "ChildModel", "decorators": [], "baseModel": { - "$id": "244", + "$id": "242", "kind": "model", "name": "BaseModel", "namespace": "FirstTestTypeSpec", @@ -2039,12 +2028,12 @@ "decorators": [], "properties": [ { - "$id": "245", + "$id": "243", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "246", + "$id": "244", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -2057,9 +2046,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.BaseModel.level", "serializationOptions": { - "$id": "247", + "$id": "245", "json": { - "$id": "248", + "$id": "246", "name": "level" } } @@ -2068,16 +2057,16 @@ }, "properties": [ { - "$id": "249", + "$id": "247", "kind": "property", "name": "parent", "serializedName": "parent", "type": { - "$id": "250", + "$id": "248", "kind": "array", "name": "ArrayBaseModel", "valueType": { - "$ref": "244" + "$ref": "242" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -2089,9 +2078,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ChildModel.parent", "serializationOptions": { - "$id": "251", + "$id": "249", "json": { - "$id": "252", + "$id": "250", "name": "parent" } } @@ -2099,10 +2088,10 @@ ] }, { - "$ref": "244" + "$ref": "242" }, { - "$id": "253", + "$id": "251", "kind": "model", "name": "ContainSelf", "namespace": "FirstTestTypeSpec", @@ -2112,12 +2101,12 @@ "decorators": [], "properties": [ { - "$id": "254", + "$id": "252", "kind": "property", "name": "self", "serializedName": "self", "type": { - "$ref": "253" + "$ref": "251" }, "optional": false, "readOnly": false, @@ -2126,9 +2115,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ContainSelf.self", "serializationOptions": { - "$id": "255", + "$id": "253", "json": { - "$id": "256", + "$id": "254", "name": "self" } } @@ -2136,7 +2125,7 @@ ] }, { - "$id": "257", + "$id": "255", "kind": "model", "name": "ModelWithProjectedEnum", "namespace": "FirstTestTypeSpec", @@ -2145,7 +2134,7 @@ "decorators": [], "properties": [ { - "$id": "258", + "$id": "256", "kind": "property", "name": "enumProperty", "serializedName": "enumProperty", @@ -2160,9 +2149,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithProjectedEnum.enumProperty", "serializationOptions": { - "$id": "259", + "$id": "257", "json": { - "$id": "260", + "$id": "258", "name": "enumProperty" } } @@ -2170,7 +2159,7 @@ ] }, { - "$id": "261", + "$id": "259", "kind": "model", "name": "AzureLocationModel", "namespace": "FirstTestTypeSpec", @@ -2179,17 +2168,17 @@ "decorators": [], "properties": [ { - "$id": "262", + "$id": "260", "kind": "property", "name": "location", "serializedName": "location", "type": { - "$id": "263", + "$id": "261", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "264", + "$id": "262", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2204,9 +2193,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.AzureLocationModel.location", "serializationOptions": { - "$id": "265", + "$id": "263", "json": { - "$id": "266", + "$id": "264", "name": "location" } } @@ -2214,7 +2203,7 @@ ] }, { - "$id": "267", + "$id": "265", "kind": "model", "name": "RoundTripModel", "namespace": "FirstTestTypeSpec", @@ -2224,13 +2213,13 @@ "decorators": [], "properties": [ { - "$id": "268", + "$id": "266", "kind": "property", "name": "requiredString", "serializedName": "requiredString", "doc": "Required string, illustrating a reference type property.", "type": { - "$id": "269", + "$id": "267", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2243,21 +2232,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredString", "serializationOptions": { - "$id": "270", + "$id": "268", "json": { - "$id": "271", + "$id": "269", "name": "requiredString" } } }, { - "$id": "272", + "$id": "270", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int, illustrating a value type property.", "type": { - "$id": "273", + "$id": "271", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2270,21 +2259,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredInt", "serializationOptions": { - "$id": "274", + "$id": "272", "json": { - "$id": "275", + "$id": "273", "name": "requiredInt" } } }, { - "$id": "276", + "$id": "274", "kind": "property", "name": "requiredCollection", "serializedName": "requiredCollection", "doc": "Required collection of enums", "type": { - "$id": "277", + "$id": "275", "kind": "array", "name": "ArrayStringFixedEnum", "valueType": { @@ -2300,24 +2289,24 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredCollection", "serializationOptions": { - "$id": "278", + "$id": "276", "json": { - "$id": "279", + "$id": "277", "name": "requiredCollection" } } }, { - "$id": "280", + "$id": "278", "kind": "property", "name": "requiredDictionary", "serializedName": "requiredDictionary", "doc": "Required dictionary of enums", "type": { - "$id": "281", + "$id": "279", "kind": "dict", "keyType": { - "$id": "282", + "$id": "280", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2335,15 +2324,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredDictionary", "serializationOptions": { - "$id": "283", + "$id": "281", "json": { - "$id": "284", + "$id": "282", "name": "requiredDictionary" } } }, { - "$id": "285", + "$id": "283", "kind": "property", "name": "requiredModel", "serializedName": "requiredModel", @@ -2358,15 +2347,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredModel", "serializationOptions": { - "$id": "286", + "$id": "284", "json": { - "$id": "287", + "$id": "285", "name": "requiredModel" } } }, { - "$id": "288", + "$id": "286", "kind": "property", "name": "intExtensibleEnum", "serializedName": "intExtensibleEnum", @@ -2381,21 +2370,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.intExtensibleEnum", "serializationOptions": { - "$id": "289", + "$id": "287", "json": { - "$id": "290", + "$id": "288", "name": "intExtensibleEnum" } } }, { - "$id": "291", + "$id": "289", "kind": "property", "name": "intExtensibleEnumCollection", "serializedName": "intExtensibleEnumCollection", "doc": "this is a collection of int based extensible enum", "type": { - "$id": "292", + "$id": "290", "kind": "array", "name": "ArrayIntExtensibleEnum", "valueType": { @@ -2411,15 +2400,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.intExtensibleEnumCollection", "serializationOptions": { - "$id": "293", + "$id": "291", "json": { - "$id": "294", + "$id": "292", "name": "intExtensibleEnumCollection" } } }, { - "$id": "295", + "$id": "293", "kind": "property", "name": "floatExtensibleEnum", "serializedName": "floatExtensibleEnum", @@ -2434,21 +2423,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.floatExtensibleEnum", "serializationOptions": { - "$id": "296", + "$id": "294", "json": { - "$id": "297", + "$id": "295", "name": "floatExtensibleEnum" } } }, { - "$id": "298", + "$id": "296", "kind": "property", "name": "floatExtensibleEnumCollection", "serializedName": "floatExtensibleEnumCollection", "doc": "this is a collection of float based extensible enum", "type": { - "$id": "299", + "$id": "297", "kind": "array", "name": "ArrayFloatExtensibleEnum", "valueType": { @@ -2464,15 +2453,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.floatExtensibleEnumCollection", "serializationOptions": { - "$id": "300", + "$id": "298", "json": { - "$id": "301", + "$id": "299", "name": "floatExtensibleEnumCollection" } } }, { - "$id": "302", + "$id": "300", "kind": "property", "name": "floatFixedEnum", "serializedName": "floatFixedEnum", @@ -2487,21 +2476,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.floatFixedEnum", "serializationOptions": { - "$id": "303", + "$id": "301", "json": { - "$id": "304", + "$id": "302", "name": "floatFixedEnum" } } }, { - "$id": "305", + "$id": "303", "kind": "property", "name": "floatFixedEnumCollection", "serializedName": "floatFixedEnumCollection", "doc": "this is a collection of float based fixed enum", "type": { - "$id": "306", + "$id": "304", "kind": "array", "name": "ArrayFloatFixedEnum", "valueType": { @@ -2517,15 +2506,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.floatFixedEnumCollection", "serializationOptions": { - "$id": "307", + "$id": "305", "json": { - "$id": "308", + "$id": "306", "name": "floatFixedEnumCollection" } } }, { - "$id": "309", + "$id": "307", "kind": "property", "name": "intFixedEnum", "serializedName": "intFixedEnum", @@ -2540,21 +2529,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.intFixedEnum", "serializationOptions": { - "$id": "310", + "$id": "308", "json": { - "$id": "311", + "$id": "309", "name": "intFixedEnum" } } }, { - "$id": "312", + "$id": "310", "kind": "property", "name": "intFixedEnumCollection", "serializedName": "intFixedEnumCollection", "doc": "this is a collection of int based fixed enum", "type": { - "$id": "313", + "$id": "311", "kind": "array", "name": "ArrayIntFixedEnum", "valueType": { @@ -2570,15 +2559,15 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.intFixedEnumCollection", "serializationOptions": { - "$id": "314", + "$id": "312", "json": { - "$id": "315", + "$id": "313", "name": "intFixedEnumCollection" } } }, { - "$id": "316", + "$id": "314", "kind": "property", "name": "stringFixedEnum", "serializedName": "stringFixedEnum", @@ -2593,21 +2582,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.stringFixedEnum", "serializationOptions": { - "$id": "317", + "$id": "315", "json": { - "$id": "318", + "$id": "316", "name": "stringFixedEnum" } } }, { - "$id": "319", + "$id": "317", "kind": "property", "name": "requiredUnknown", "serializedName": "requiredUnknown", "doc": "required unknown", "type": { - "$id": "320", + "$id": "318", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2620,21 +2609,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredUnknown", "serializationOptions": { - "$id": "321", + "$id": "319", "json": { - "$id": "322", + "$id": "320", "name": "requiredUnknown" } } }, { - "$id": "323", + "$id": "321", "kind": "property", "name": "optionalUnknown", "serializedName": "optionalUnknown", "doc": "optional unknown", "type": { - "$id": "324", + "$id": "322", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2647,31 +2636,31 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.optionalUnknown", "serializationOptions": { - "$id": "325", + "$id": "323", "json": { - "$id": "326", + "$id": "324", "name": "optionalUnknown" } } }, { - "$id": "327", + "$id": "325", "kind": "property", "name": "requiredRecordUnknown", "serializedName": "requiredRecordUnknown", "doc": "required record of unknown", "type": { - "$id": "328", + "$id": "326", "kind": "dict", "keyType": { - "$id": "329", + "$id": "327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "330", + "$id": "328", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2686,37 +2675,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.requiredRecordUnknown", "serializationOptions": { - "$id": "331", + "$id": "329", "json": { - "$id": "332", + "$id": "330", "name": "requiredRecordUnknown" } } }, { - "$id": "333", + "$id": "331", "kind": "property", "name": "optionalRecordUnknown", "serializedName": "optionalRecordUnknown", "doc": "optional record of unknown", "type": { - "$id": "334", - "kind": "dict", - "keyType": { - "$id": "335", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "336", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "326" }, "optional": true, "readOnly": false, @@ -2725,37 +2698,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.optionalRecordUnknown", "serializationOptions": { - "$id": "337", + "$id": "332", "json": { - "$id": "338", + "$id": "333", "name": "optionalRecordUnknown" } } }, { - "$id": "339", + "$id": "334", "kind": "property", "name": "readOnlyRequiredRecordUnknown", "serializedName": "readOnlyRequiredRecordUnknown", "doc": "required readonly record of unknown", "type": { - "$id": "340", - "kind": "dict", - "keyType": { - "$id": "341", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "342", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "326" }, "optional": false, "readOnly": true, @@ -2764,37 +2721,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.readOnlyRequiredRecordUnknown", "serializationOptions": { - "$id": "343", + "$id": "335", "json": { - "$id": "344", + "$id": "336", "name": "readOnlyRequiredRecordUnknown" } } }, { - "$id": "345", + "$id": "337", "kind": "property", "name": "readOnlyOptionalRecordUnknown", "serializedName": "readOnlyOptionalRecordUnknown", "doc": "optional readonly record of unknown", "type": { - "$id": "346", - "kind": "dict", - "keyType": { - "$id": "347", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "348", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "326" }, "optional": true, "readOnly": true, @@ -2803,21 +2744,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.readOnlyOptionalRecordUnknown", "serializationOptions": { - "$id": "349", + "$id": "338", "json": { - "$id": "350", + "$id": "339", "name": "readOnlyOptionalRecordUnknown" } } }, { - "$id": "351", + "$id": "340", "kind": "property", "name": "modelWithRequiredNullable", "serializedName": "modelWithRequiredNullable", "doc": "this is a model with required nullable properties", "type": { - "$id": "352", + "$id": "341", "kind": "model", "name": "ModelWithRequiredNullableProperties", "namespace": "FirstTestTypeSpec", @@ -2827,16 +2768,16 @@ "decorators": [], "properties": [ { - "$id": "353", + "$id": "342", "kind": "property", "name": "requiredNullablePrimitive", "serializedName": "requiredNullablePrimitive", "doc": "required nullable primitive type", "type": { - "$id": "354", + "$id": "343", "kind": "nullable", "type": { - "$id": "355", + "$id": "344", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2851,21 +2792,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithRequiredNullableProperties.requiredNullablePrimitive", "serializationOptions": { - "$id": "356", + "$id": "345", "json": { - "$id": "357", + "$id": "346", "name": "requiredNullablePrimitive" } } }, { - "$id": "358", + "$id": "347", "kind": "property", "name": "requiredExtensibleEnum", "serializedName": "requiredExtensibleEnum", "doc": "required nullable extensible enum type", "type": { - "$id": "359", + "$id": "348", "kind": "nullable", "type": { "$ref": "26" @@ -2879,21 +2820,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithRequiredNullableProperties.requiredExtensibleEnum", "serializationOptions": { - "$id": "360", + "$id": "349", "json": { - "$id": "361", + "$id": "350", "name": "requiredExtensibleEnum" } } }, { - "$id": "362", + "$id": "351", "kind": "property", "name": "requiredFixedEnum", "serializedName": "requiredFixedEnum", "doc": "required nullable fixed enum type", "type": { - "$id": "363", + "$id": "352", "kind": "nullable", "type": { "$ref": "18" @@ -2907,9 +2848,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelWithRequiredNullableProperties.requiredFixedEnum", "serializationOptions": { - "$id": "364", + "$id": "353", "json": { - "$id": "365", + "$id": "354", "name": "requiredFixedEnum" } } @@ -2923,44 +2864,44 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.modelWithRequiredNullable", "serializationOptions": { - "$id": "366", + "$id": "355", "json": { - "$id": "367", + "$id": "356", "name": "modelWithRequiredNullable" } } }, { - "$id": "368", + "$id": "357", "kind": "property", "name": "unionList", "serializedName": "unionList", "doc": "this is a list of union types", "type": { - "$id": "369", + "$id": "358", "kind": "array", "name": "Array2", "valueType": { - "$id": "370", + "$id": "359", "kind": "union", "name": "RoundTripModelUnionList", "variantTypes": [ { - "$id": "371", + "$id": "360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "372", + "$id": "361", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$id": "373", + "$id": "362", "kind": "model", "name": "ModelForUnion", "namespace": "FirstTestTypeSpec", @@ -2970,13 +2911,13 @@ "decorators": [], "properties": [ { - "$id": "374", + "$id": "363", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelForUnion", "type": { - "$id": "375", + "$id": "364", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2989,21 +2930,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelForUnion.name", "serializationOptions": { - "$id": "376", + "$id": "365", "json": { - "$id": "377", + "$id": "366", "name": "name" } } }, { - "$id": "378", + "$id": "367", "kind": "property", "name": "age", "serializedName": "age", "doc": "age of the ModelForUnion", "type": { - "$id": "379", + "$id": "368", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3016,9 +2957,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ModelForUnion.age", "serializationOptions": { - "$id": "380", + "$id": "369", "json": { - "$id": "381", + "$id": "370", "name": "age" } } @@ -3026,11 +2967,11 @@ ] }, { - "$id": "382", + "$id": "371", "kind": "array", "name": "ArrayModelForUnion", "valueType": { - "$ref": "373" + "$ref": "362" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -3049,37 +2990,21 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.unionList", "serializationOptions": { - "$id": "383", + "$id": "372", "json": { - "$id": "384", + "$id": "373", "name": "unionList" } } }, { - "$id": "385", + "$id": "374", "kind": "property", "name": "binaryDataRecord", "serializedName": "binaryDataRecord", "doc": "this is a record of unknown to be changed to BinaryData in customized code", "type": { - "$id": "386", - "kind": "dict", - "keyType": { - "$id": "387", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "388", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "326" }, "optional": true, "readOnly": false, @@ -3088,9 +3013,9 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.RoundTripModel.binaryDataRecord", "serializationOptions": { - "$id": "389", + "$id": "375", "json": { - "$id": "390", + "$id": "376", "name": "binaryDataRecord" } } @@ -3098,13 +3023,13 @@ ] }, { - "$ref": "352" + "$ref": "341" }, { - "$ref": "373" + "$ref": "362" }, { - "$id": "391", + "$id": "377", "kind": "model", "name": "PagedThing", "namespace": "Azure.Core", @@ -3114,13 +3039,13 @@ "decorators": [], "properties": [ { - "$id": "392", + "$id": "378", "kind": "property", "name": "value", "serializedName": "value", "doc": "The Thing items on this page", "type": { - "$id": "393", + "$id": "379", "kind": "array", "name": "ArrayThing", "valueType": { @@ -3136,26 +3061,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.value", "serializationOptions": { - "$id": "394", + "$id": "380", "json": { - "$id": "395", + "$id": "381", "name": "value" } } }, { - "$id": "396", + "$id": "382", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "397", + "$id": "383", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "398", + "$id": "384", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -3170,9 +3095,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Page.nextLink", "serializationOptions": { - "$id": "399", + "$id": "385", "json": { - "$id": "400", + "$id": "386", "name": "nextLink" } } @@ -3180,7 +3105,7 @@ ] }, { - "$id": "401", + "$id": "387", "kind": "model", "name": "ResourceOperationStatusResourceExportedResourceError", "namespace": "Azure.Core", @@ -3190,13 +3115,13 @@ "decorators": [], "properties": [ { - "$id": "402", + "$id": "388", "kind": "property", "name": "id", "serializedName": "id", "doc": "The unique ID of the operation.", "type": { - "$id": "403", + "$id": "389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3209,11 +3134,11 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.ResourceOperationStatus.id", "serializationOptions": { - "$id": "404" + "$id": "390" } }, { - "$id": "405", + "$id": "391", "kind": "property", "name": "status", "serializedName": "status", @@ -3228,17 +3153,17 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.ResourceOperationStatus.status", "serializationOptions": { - "$id": "406" + "$id": "392" } }, { - "$id": "407", + "$id": "393", "kind": "property", "name": "error", "serializedName": "error", "doc": "Error object that describes the error when status is \"Failed\".", "type": { - "$id": "408", + "$id": "394", "kind": "model", "name": "Error", "namespace": "Azure.Core.Foundations", @@ -3248,13 +3173,13 @@ "decorators": [], "properties": [ { - "$id": "409", + "$id": "395", "kind": "property", "name": "code", "serializedName": "code", "doc": "One of a server-defined set of error codes.", "type": { - "$id": "410", + "$id": "396", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3267,21 +3192,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.Error.code", "serializationOptions": { - "$id": "411", + "$id": "397", "json": { - "$id": "412", + "$id": "398", "name": "code" } } }, { - "$id": "413", + "$id": "399", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable representation of the error.", "type": { - "$id": "414", + "$id": "400", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3294,21 +3219,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.Error.message", "serializationOptions": { - "$id": "415", + "$id": "401", "json": { - "$id": "416", + "$id": "402", "name": "message" } } }, { - "$id": "417", + "$id": "403", "kind": "property", "name": "target", "serializedName": "target", "doc": "The target of the error.", "type": { - "$id": "418", + "$id": "404", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3321,25 +3246,25 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.Error.target", "serializationOptions": { - "$id": "419", + "$id": "405", "json": { - "$id": "420", + "$id": "406", "name": "target" } } }, { - "$id": "421", + "$id": "407", "kind": "property", "name": "details", "serializedName": "details", "doc": "An array of details about specific errors that led to this reported error.", "type": { - "$id": "422", + "$id": "408", "kind": "array", "name": "ArrayError", "valueType": { - "$ref": "408" + "$ref": "394" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -3351,21 +3276,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.Error.details", "serializationOptions": { - "$id": "423", + "$id": "409", "json": { - "$id": "424", + "$id": "410", "name": "details" } } }, { - "$id": "425", + "$id": "411", "kind": "property", "name": "innererror", "serializedName": "innererror", "doc": "An object containing more specific information than the current object about the error.", "type": { - "$id": "426", + "$id": "412", "kind": "model", "name": "InnerError", "namespace": "Azure.Core.Foundations", @@ -3375,13 +3300,13 @@ "decorators": [], "properties": [ { - "$id": "427", + "$id": "413", "kind": "property", "name": "code", "serializedName": "code", "doc": "One of a server-defined set of error codes.", "type": { - "$id": "428", + "$id": "414", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3394,21 +3319,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.InnerError.code", "serializationOptions": { - "$id": "429", + "$id": "415", "json": { - "$id": "430", + "$id": "416", "name": "code" } } }, { - "$id": "431", + "$id": "417", "kind": "property", "name": "innererror", "serializedName": "innererror", "doc": "Inner error.", "type": { - "$ref": "426" + "$ref": "412" }, "optional": true, "readOnly": false, @@ -3417,9 +3342,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.InnerError.innererror", "serializationOptions": { - "$id": "432", + "$id": "418", "json": { - "$id": "433", + "$id": "419", "name": "innererror" } } @@ -3433,9 +3358,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.Foundations.Error.innererror", "serializationOptions": { - "$id": "434", + "$id": "420", "json": { - "$id": "435", + "$id": "421", "name": "innererror" } } @@ -3449,17 +3374,17 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.ResourceOperationStatus.error", "serializationOptions": { - "$id": "436" + "$id": "422" } }, { - "$id": "437", + "$id": "423", "kind": "property", "name": "result", "serializedName": "result", "doc": "The result of the operation.", "type": { - "$id": "438", + "$id": "424", "kind": "model", "name": "ExportedResource", "namespace": "FirstTestTypeSpec", @@ -3468,12 +3393,12 @@ "decorators": [], "properties": [ { - "$id": "439", + "$id": "425", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "440", + "$id": "426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3486,16 +3411,16 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ExportedResource.id", "serializationOptions": { - "$id": "441" + "$id": "427" } }, { - "$id": "442", + "$id": "428", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "443", + "$id": "429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3508,7 +3433,7 @@ "decorators": [], "crossLanguageDefinitionId": "FirstTestTypeSpec.ExportedResource.name", "serializationOptions": { - "$id": "444" + "$id": "430" } } ] @@ -3520,31 +3445,31 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.Core.ResourceOperationStatus.result", "serializationOptions": { - "$id": "445" + "$id": "431" } } ] }, { - "$ref": "408" + "$ref": "394" }, { - "$ref": "426" + "$ref": "412" }, { - "$ref": "438" + "$ref": "424" } ], "clients": [ { - "$id": "446", + "$id": "432", "kind": "client", "name": "FirstTestTypeSpecClient", "namespace": "FirstTestTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "447", + "$id": "433", "kind": "basic", "name": "topAction", "accessibility": "public", @@ -3553,23 +3478,23 @@ ], "doc": "top level method", "operation": { - "$id": "448", + "$id": "434", "name": "topAction", "resourceName": "FirstTestTypeSpec", "doc": "top level method", "accessibility": "public", "parameters": [ { - "$id": "449", + "$id": "435", "name": "action", "nameInRequest": "action", "type": { - "$id": "450", + "$id": "436", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "451", + "$id": "437", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3589,17 +3514,17 @@ "skipUrlEncoding": false }, { - "$id": "452", + "$id": "438", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "453", + "$id": "439", "kind": "constant", "name": "topActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "454", + "$id": "440", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3621,7 +3546,7 @@ ], "responses": [ { - "$id": "455", + "$id": "441", "statusCodes": [ 200 ], @@ -3646,16 +3571,16 @@ }, "parameters": [ { - "$id": "456", + "$id": "442", "name": "action", "nameInRequest": "action", "type": { - "$id": "457", + "$id": "443", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "458", + "$id": "444", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3675,11 +3600,11 @@ "skipUrlEncoding": false }, { - "$id": "459", + "$id": "445", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "453" + "$ref": "439" }, "location": "Header", "isApiVersion": false, @@ -3693,7 +3618,7 @@ } ], "response": { - "$id": "460", + "$id": "446", "type": { "$ref": "116" } @@ -3704,7 +3629,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.topAction" }, { - "$id": "461", + "$id": "447", "kind": "basic", "name": "topAction2", "accessibility": "public", @@ -3713,24 +3638,24 @@ ], "doc": "top level method2", "operation": { - "$id": "462", + "$id": "448", "name": "topAction2", "resourceName": "FirstTestTypeSpec", "doc": "top level method2", "accessibility": "public", "parameters": [ { - "$id": "463", + "$id": "449", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "464", + "$id": "450", "kind": "constant", "name": "topAction2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "465", + "$id": "451", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3752,7 +3677,7 @@ ], "responses": [ { - "$id": "466", + "$id": "452", "statusCodes": [ 200 ], @@ -3777,11 +3702,11 @@ }, "parameters": [ { - "$id": "467", + "$id": "453", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "464" + "$ref": "450" }, "location": "Header", "isApiVersion": false, @@ -3795,7 +3720,7 @@ } ], "response": { - "$id": "468", + "$id": "454", "type": { "$ref": "116" } @@ -3806,7 +3731,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.topAction2" }, { - "$id": "469", + "$id": "455", "kind": "basic", "name": "patchAction", "accessibility": "public", @@ -3815,25 +3740,25 @@ ], "doc": "top level patch", "operation": { - "$id": "470", + "$id": "456", "name": "patchAction", "resourceName": "FirstTestTypeSpec", "doc": "top level patch", "accessibility": "public", "parameters": [ { - "$id": "471", + "$id": "457", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "472", + "$id": "458", "kind": "constant", "name": "patchActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "473", + "$id": "459", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3853,17 +3778,17 @@ "skipUrlEncoding": false }, { - "$id": "474", + "$id": "460", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "475", + "$id": "461", "kind": "constant", "name": "patchActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "476", + "$id": "462", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3883,7 +3808,7 @@ "skipUrlEncoding": false }, { - "$id": "477", + "$id": "463", "name": "body", "nameInRequest": "body", "type": { @@ -3902,7 +3827,7 @@ ], "responses": [ { - "$id": "478", + "$id": "464", "statusCodes": [ 200 ], @@ -3930,7 +3855,7 @@ }, "parameters": [ { - "$id": "479", + "$id": "465", "name": "body", "nameInRequest": "body", "type": { @@ -3947,12 +3872,12 @@ "skipUrlEncoding": false }, { - "$id": "480", + "$id": "466", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "472" + "$ref": "458" }, "location": "Header", "isApiVersion": false, @@ -3965,11 +3890,11 @@ "skipUrlEncoding": false }, { - "$id": "481", + "$id": "467", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "475" + "$ref": "461" }, "location": "Header", "isApiVersion": false, @@ -3983,7 +3908,7 @@ } ], "response": { - "$id": "482", + "$id": "468", "type": { "$ref": "116" } @@ -3994,7 +3919,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.patchAction" }, { - "$id": "483", + "$id": "469", "kind": "basic", "name": "anonymousBody", "accessibility": "public", @@ -4003,25 +3928,25 @@ ], "doc": "body parameter without body decorator", "operation": { - "$id": "484", + "$id": "470", "name": "anonymousBody", "resourceName": "FirstTestTypeSpec", "doc": "body parameter without body decorator", "accessibility": "public", "parameters": [ { - "$id": "485", + "$id": "471", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "486", + "$id": "472", "kind": "constant", "name": "anonymousBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "487", + "$id": "473", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4041,17 +3966,17 @@ "skipUrlEncoding": false }, { - "$id": "488", + "$id": "474", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "489", + "$id": "475", "kind": "constant", "name": "anonymousBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "490", + "$id": "476", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4071,7 +3996,7 @@ "skipUrlEncoding": false }, { - "$id": "491", + "$id": "477", "name": "thing", "nameInRequest": "thing", "type": { @@ -4090,7 +4015,7 @@ ], "responses": [ { - "$id": "492", + "$id": "478", "statusCodes": [ 200 ], @@ -4118,12 +4043,12 @@ }, "parameters": [ { - "$id": "493", + "$id": "479", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "494", + "$id": "480", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4140,7 +4065,7 @@ "skipUrlEncoding": false }, { - "$id": "495", + "$id": "481", "name": "requiredUnion", "nameInRequest": "requiredUnion", "doc": "required Union", @@ -4158,7 +4083,7 @@ "skipUrlEncoding": false }, { - "$id": "496", + "$id": "482", "name": "requiredLiteralString", "nameInRequest": "requiredLiteralString", "doc": "required literal string", @@ -4176,7 +4101,7 @@ "skipUrlEncoding": false }, { - "$id": "497", + "$id": "483", "name": "requiredLiteralInt", "nameInRequest": "requiredLiteralInt", "doc": "required literal int", @@ -4194,7 +4119,7 @@ "skipUrlEncoding": false }, { - "$id": "498", + "$id": "484", "name": "requiredLiteralFloat", "nameInRequest": "requiredLiteralFloat", "doc": "required literal float", @@ -4212,7 +4137,7 @@ "skipUrlEncoding": false }, { - "$id": "499", + "$id": "485", "name": "requiredLiteralBool", "nameInRequest": "requiredLiteralBool", "doc": "required literal bool", @@ -4230,7 +4155,7 @@ "skipUrlEncoding": false }, { - "$id": "500", + "$id": "486", "name": "optionalLiteralString", "nameInRequest": "optionalLiteralString", "doc": "optional literal string", @@ -4248,7 +4173,7 @@ "skipUrlEncoding": false }, { - "$id": "501", + "$id": "487", "name": "optionalLiteralInt", "nameInRequest": "optionalLiteralInt", "doc": "optional literal int", @@ -4266,7 +4191,7 @@ "skipUrlEncoding": false }, { - "$id": "502", + "$id": "488", "name": "optionalLiteralFloat", "nameInRequest": "optionalLiteralFloat", "doc": "optional literal float", @@ -4284,7 +4209,7 @@ "skipUrlEncoding": false }, { - "$id": "503", + "$id": "489", "name": "optionalLiteralBool", "nameInRequest": "optionalLiteralBool", "doc": "optional literal bool", @@ -4302,12 +4227,12 @@ "skipUrlEncoding": false }, { - "$id": "504", + "$id": "490", "name": "requiredBadDescription", "nameInRequest": "requiredBadDescription", "doc": "description with xml <|endoftext|>", "type": { - "$id": "505", + "$id": "491", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4324,7 +4249,7 @@ "skipUrlEncoding": false }, { - "$id": "506", + "$id": "492", "name": "optionalNullableList", "nameInRequest": "optionalNullableList", "doc": "optional nullable collection", @@ -4342,7 +4267,7 @@ "skipUrlEncoding": false }, { - "$id": "507", + "$id": "493", "name": "requiredNullableList", "nameInRequest": "requiredNullableList", "doc": "required nullable collection", @@ -4360,12 +4285,12 @@ "skipUrlEncoding": false }, { - "$id": "508", + "$id": "494", "name": "requiredFloatProperty", "nameInRequest": "requiredFloatProperty", "doc": "required float property", "type": { - "$id": "509", + "$id": "495", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -4382,12 +4307,12 @@ "skipUrlEncoding": false }, { - "$id": "510", + "$id": "496", "name": "optionalFloatProperty", "nameInRequest": "optionalFloatProperty", "doc": "optional float property", "type": { - "$id": "511", + "$id": "497", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -4404,17 +4329,17 @@ "skipUrlEncoding": false }, { - "$id": "512", + "$id": "498", "name": "optionalResourceId", "nameInRequest": "optionalResourceId", "doc": "optional arm id.", "type": { - "$id": "513", + "$id": "499", "kind": "string", "name": "armResourceIdentifier", "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier", "baseType": { - "$id": "514", + "$id": "500", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4433,12 +4358,12 @@ "skipUrlEncoding": false }, { - "$id": "515", + "$id": "501", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "486" + "$ref": "472" }, "location": "Header", "isApiVersion": false, @@ -4451,11 +4376,11 @@ "skipUrlEncoding": false }, { - "$id": "516", + "$id": "502", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "489" + "$ref": "475" }, "location": "Header", "isApiVersion": false, @@ -4469,7 +4394,7 @@ } ], "response": { - "$id": "517", + "$id": "503", "type": { "$ref": "116" } @@ -4480,7 +4405,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.anonymousBody" }, { - "$id": "518", + "$id": "504", "kind": "basic", "name": "friendlyModel", "accessibility": "public", @@ -4489,25 +4414,25 @@ ], "doc": "Model can have its friendly name", "operation": { - "$id": "519", + "$id": "505", "name": "friendlyModel", "resourceName": "FirstTestTypeSpec", "doc": "Model can have its friendly name", "accessibility": "public", "parameters": [ { - "$id": "520", + "$id": "506", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "521", + "$id": "507", "kind": "constant", "name": "friendlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "522", + "$id": "508", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4527,17 +4452,17 @@ "skipUrlEncoding": false }, { - "$id": "523", + "$id": "509", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "524", + "$id": "510", "kind": "constant", "name": "friendlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "525", + "$id": "511", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4557,11 +4482,11 @@ "skipUrlEncoding": false }, { - "$id": "526", + "$id": "512", "name": "friend", "nameInRequest": "friend", "type": { - "$ref": "192" + "$ref": "190" }, "location": "Body", "isApiVersion": false, @@ -4576,12 +4501,12 @@ ], "responses": [ { - "$id": "527", + "$id": "513", "statusCodes": [ 200 ], "bodyType": { - "$ref": "192" + "$ref": "190" }, "headers": [], "isErrorResponse": false, @@ -4604,12 +4529,12 @@ }, "parameters": [ { - "$id": "528", + "$id": "514", "name": "name", "nameInRequest": "name", "doc": "name of the NotFriend", "type": { - "$id": "529", + "$id": "515", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4626,12 +4551,12 @@ "skipUrlEncoding": false }, { - "$id": "530", + "$id": "516", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "521" + "$ref": "507" }, "location": "Header", "isApiVersion": false, @@ -4644,11 +4569,11 @@ "skipUrlEncoding": false }, { - "$id": "531", + "$id": "517", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "524" + "$ref": "510" }, "location": "Header", "isApiVersion": false, @@ -4662,9 +4587,9 @@ } ], "response": { - "$id": "532", + "$id": "518", "type": { - "$ref": "192" + "$ref": "190" } }, "isOverride": false, @@ -4673,7 +4598,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.friendlyModel" }, { - "$id": "533", + "$id": "519", "kind": "basic", "name": "addTimeHeader", "accessibility": "public", @@ -4681,22 +4606,22 @@ "2022-05-15-preview" ], "operation": { - "$id": "534", + "$id": "520", "name": "addTimeHeader", "resourceName": "FirstTestTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "535", + "$id": "521", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "536", + "$id": "522", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "537", + "$id": "523", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4718,7 +4643,7 @@ ], "responses": [ { - "$id": "538", + "$id": "524", "statusCodes": [ 204 ], @@ -4737,16 +4662,16 @@ }, "parameters": [ { - "$id": "539", + "$id": "525", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "540", + "$id": "526", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "541", + "$id": "527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4767,7 +4692,7 @@ } ], "response": { - "$id": "542" + "$id": "528" }, "isOverride": false, "generateConvenient": false, @@ -4775,7 +4700,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.addTimeHeader" }, { - "$id": "543", + "$id": "529", "kind": "basic", "name": "stringFormat", "accessibility": "public", @@ -4784,23 +4709,23 @@ ], "doc": "paramete has string format.", "operation": { - "$id": "544", + "$id": "530", "name": "stringFormat", "resourceName": "FirstTestTypeSpec", "doc": "paramete has string format.", "accessibility": "public", "parameters": [ { - "$id": "545", + "$id": "531", "name": "subscriptionId", "nameInRequest": "subscriptionId", "type": { - "$id": "546", + "$id": "532", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "547", + "$id": "533", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4819,18 +4744,18 @@ "skipUrlEncoding": false }, { - "$id": "548", + "$id": "534", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "549", + "$id": "535", "kind": "constant", "name": "stringFormatContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "550", + "$id": "536", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4850,11 +4775,11 @@ "skipUrlEncoding": false }, { - "$id": "551", + "$id": "537", "name": "body", "nameInRequest": "body", "type": { - "$ref": "197" + "$ref": "195" }, "location": "Body", "isApiVersion": false, @@ -4869,7 +4794,7 @@ ], "responses": [ { - "$id": "552", + "$id": "538", "statusCodes": [ 204 ], @@ -4891,16 +4816,16 @@ }, "parameters": [ { - "$id": "553", + "$id": "539", "name": "subscriptionId", "nameInRequest": "subscriptionId", "type": { - "$id": "554", + "$id": "540", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "555", + "$id": "541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4919,11 +4844,11 @@ "skipUrlEncoding": false }, { - "$id": "556", + "$id": "542", "name": "body", "nameInRequest": "body", "type": { - "$ref": "197" + "$ref": "195" }, "location": "Body", "isApiVersion": false, @@ -4936,12 +4861,12 @@ "skipUrlEncoding": false }, { - "$id": "557", + "$id": "543", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "549" + "$ref": "535" }, "location": "Header", "isApiVersion": false, @@ -4955,7 +4880,7 @@ } ], "response": { - "$id": "558" + "$id": "544" }, "isOverride": false, "generateConvenient": true, @@ -4963,7 +4888,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.stringFormat" }, { - "$id": "559", + "$id": "545", "kind": "basic", "name": "projectedNameModel", "accessibility": "public", @@ -4972,25 +4897,25 @@ ], "doc": "Model can have its projected name", "operation": { - "$id": "560", + "$id": "546", "name": "projectedNameModel", "resourceName": "FirstTestTypeSpec", "doc": "Model can have its projected name", "accessibility": "public", "parameters": [ { - "$id": "561", + "$id": "547", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "562", + "$id": "548", "kind": "constant", "name": "projectedNameModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "563", + "$id": "549", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5010,17 +4935,17 @@ "skipUrlEncoding": false }, { - "$id": "564", + "$id": "550", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "565", + "$id": "551", "kind": "constant", "name": "projectedNameModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "566", + "$id": "552", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5040,11 +4965,11 @@ "skipUrlEncoding": false }, { - "$id": "567", + "$id": "553", "name": "projectedModel", "nameInRequest": "projectedModel", "type": { - "$ref": "207" + "$ref": "205" }, "location": "Body", "isApiVersion": false, @@ -5059,12 +4984,12 @@ ], "responses": [ { - "$id": "568", + "$id": "554", "statusCodes": [ 200 ], "bodyType": { - "$ref": "207" + "$ref": "205" }, "headers": [], "isErrorResponse": false, @@ -5087,12 +5012,12 @@ }, "parameters": [ { - "$id": "569", + "$id": "555", "name": "name", "nameInRequest": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "570", + "$id": "556", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5109,12 +5034,12 @@ "skipUrlEncoding": false }, { - "$id": "571", + "$id": "557", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "562" + "$ref": "548" }, "location": "Header", "isApiVersion": false, @@ -5127,11 +5052,11 @@ "skipUrlEncoding": false }, { - "$id": "572", + "$id": "558", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "565" + "$ref": "551" }, "location": "Header", "isApiVersion": false, @@ -5145,9 +5070,9 @@ } ], "response": { - "$id": "573", + "$id": "559", "type": { - "$ref": "207" + "$ref": "205" } }, "isOverride": false, @@ -5156,7 +5081,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.projectedNameModel" }, { - "$id": "574", + "$id": "560", "kind": "basic", "name": "returnsAnonymousModel", "accessibility": "public", @@ -5165,24 +5090,24 @@ ], "doc": "return anonymous model", "operation": { - "$id": "575", + "$id": "561", "name": "returnsAnonymousModel", "resourceName": "FirstTestTypeSpec", "doc": "return anonymous model", "accessibility": "public", "parameters": [ { - "$id": "576", + "$id": "562", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "577", + "$id": "563", "kind": "constant", "name": "returnsAnonymousModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "578", + "$id": "564", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5204,12 +5129,12 @@ ], "responses": [ { - "$id": "579", + "$id": "565", "statusCodes": [ 200 ], "bodyType": { - "$ref": "212" + "$ref": "210" }, "headers": [], "isErrorResponse": false, @@ -5229,11 +5154,11 @@ }, "parameters": [ { - "$id": "580", + "$id": "566", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "577" + "$ref": "563" }, "location": "Header", "isApiVersion": false, @@ -5247,9 +5172,9 @@ } ], "response": { - "$id": "581", + "$id": "567", "type": { - "$ref": "212" + "$ref": "210" } }, "isOverride": false, @@ -5258,7 +5183,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.returnsAnonymousModel" }, { - "$id": "582", + "$id": "568", "kind": "paging", "name": "listWithOptionalBody", "accessibility": "public", @@ -5268,7 +5193,7 @@ "doc": "List the metric values for a load test run.", "summary": "This is a list operation with an optional body.", "operation": { - "$id": "583", + "$id": "569", "name": "listWithOptionalBody", "resourceName": "FirstTestTypeSpec", "summary": "This is a list operation with an optional body.", @@ -5276,12 +5201,12 @@ "accessibility": "public", "parameters": [ { - "$id": "584", + "$id": "570", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "585", + "$id": "571", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5295,9 +5220,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "586", + "$id": "572", "type": { - "$id": "587", + "$id": "573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5308,18 +5233,18 @@ "skipUrlEncoding": false }, { - "$id": "588", + "$id": "574", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "589", + "$id": "575", "kind": "constant", "name": "listWithOptionalBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "590", + "$id": "576", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5339,17 +5264,17 @@ "skipUrlEncoding": false }, { - "$id": "591", + "$id": "577", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "592", + "$id": "578", "kind": "constant", "name": "listWithOptionalBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "593", + "$id": "579", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5369,12 +5294,12 @@ "skipUrlEncoding": false }, { - "$id": "594", + "$id": "580", "name": "body", "nameInRequest": "body", "doc": "Metric dimension filter ", "type": { - "$ref": "213" + "$ref": "211" }, "location": "Body", "isApiVersion": false, @@ -5389,12 +5314,12 @@ ], "responses": [ { - "$id": "595", + "$id": "581", "statusCodes": [ 200 ], "bodyType": { - "$ref": "391" + "$ref": "377" }, "headers": [], "isErrorResponse": false, @@ -5417,12 +5342,12 @@ }, "parameters": [ { - "$id": "596", + "$id": "582", "name": "body", "nameInRequest": "body", "doc": "Metric dimension filter ", "type": { - "$ref": "213" + "$ref": "211" }, "location": "Body", "isApiVersion": false, @@ -5435,12 +5360,12 @@ "skipUrlEncoding": false }, { - "$id": "597", + "$id": "583", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "589" + "$ref": "575" }, "location": "Header", "isApiVersion": false, @@ -5453,11 +5378,11 @@ "skipUrlEncoding": false }, { - "$id": "598", + "$id": "584", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "592" + "$ref": "578" }, "location": "Header", "isApiVersion": false, @@ -5471,16 +5396,9 @@ } ], "response": { - "$id": "599", + "$id": "585", "type": { - "$id": "600", - "kind": "array", - "name": "ArrayThing", - "valueType": { - "$ref": "116" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "379" }, "resultSegments": [ "value" @@ -5491,12 +5409,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "FirstTestTypeSpec.listWithOptionalBody", "pagingMetadata": { - "$id": "601", + "$id": "586", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "602", + "$id": "587", "responseSegments": [ "nextLink" ], @@ -5505,7 +5423,7 @@ } }, { - "$id": "603", + "$id": "588", "kind": "basic", "name": "headAsBoolean", "accessibility": "public", @@ -5514,18 +5432,18 @@ ], "doc": "head as boolean.", "operation": { - "$id": "604", + "$id": "589", "name": "headAsBoolean", "resourceName": "FirstTestTypeSpec", "doc": "head as boolean.", "accessibility": "public", "parameters": [ { - "$id": "605", + "$id": "590", "name": "id", "nameInRequest": "id", "type": { - "$id": "606", + "$id": "591", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5544,7 +5462,7 @@ ], "responses": [ { - "$id": "607", + "$id": "592", "statusCodes": [ 204 ], @@ -5563,11 +5481,11 @@ }, "parameters": [ { - "$id": "608", + "$id": "593", "name": "id", "nameInRequest": "id", "type": { - "$id": "609", + "$id": "594", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5585,7 +5503,7 @@ } ], "response": { - "$id": "610" + "$id": "595" }, "isOverride": false, "generateConvenient": true, @@ -5593,7 +5511,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.headAsBoolean" }, { - "$id": "611", + "$id": "596", "kind": "basic", "name": "stringBody", "accessibility": "public", @@ -5602,25 +5520,25 @@ ], "doc": "The body parameter type is string.", "operation": { - "$id": "612", + "$id": "597", "name": "stringBody", "resourceName": "FirstTestTypeSpec", "doc": "The body parameter type is string.", "accessibility": "public", "parameters": [ { - "$id": "613", + "$id": "598", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "614", + "$id": "599", "kind": "constant", "name": "stringBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "615", + "$id": "600", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5640,11 +5558,11 @@ "skipUrlEncoding": false }, { - "$id": "616", + "$id": "601", "name": "body", "nameInRequest": "body", "type": { - "$id": "617", + "$id": "602", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5663,7 +5581,7 @@ ], "responses": [ { - "$id": "618", + "$id": "603", "statusCodes": [ 204 ], @@ -5685,11 +5603,11 @@ }, "parameters": [ { - "$id": "619", + "$id": "604", "name": "body", "nameInRequest": "body", "type": { - "$id": "620", + "$id": "605", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5706,12 +5624,12 @@ "skipUrlEncoding": false }, { - "$id": "621", + "$id": "606", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "614" + "$ref": "599" }, "location": "Header", "isApiVersion": false, @@ -5725,7 +5643,7 @@ } ], "response": { - "$id": "622" + "$id": "607" }, "isOverride": false, "generateConvenient": true, @@ -5733,7 +5651,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.stringBody" }, { - "$id": "623", + "$id": "608", "kind": "basic", "name": "boolBody", "accessibility": "public", @@ -5742,25 +5660,25 @@ ], "doc": "The body parameter type is bool.", "operation": { - "$id": "624", + "$id": "609", "name": "boolBody", "resourceName": "FirstTestTypeSpec", "doc": "The body parameter type is bool.", "accessibility": "public", "parameters": [ { - "$id": "625", + "$id": "610", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "626", + "$id": "611", "kind": "constant", "name": "boolBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "627", + "$id": "612", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5780,11 +5698,11 @@ "skipUrlEncoding": false }, { - "$id": "628", + "$id": "613", "name": "body", "nameInRequest": "body", "type": { - "$id": "629", + "$id": "614", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -5803,7 +5721,7 @@ ], "responses": [ { - "$id": "630", + "$id": "615", "statusCodes": [ 204 ], @@ -5825,11 +5743,11 @@ }, "parameters": [ { - "$id": "631", + "$id": "616", "name": "body", "nameInRequest": "body", "type": { - "$id": "632", + "$id": "617", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -5846,12 +5764,12 @@ "skipUrlEncoding": false }, { - "$id": "633", + "$id": "618", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "626" + "$ref": "611" }, "location": "Header", "isApiVersion": false, @@ -5865,7 +5783,7 @@ } ], "response": { - "$id": "634" + "$id": "619" }, "isOverride": false, "generateConvenient": true, @@ -5873,7 +5791,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.boolBody" }, { - "$id": "635", + "$id": "620", "kind": "basic", "name": "dateTimeBody", "accessibility": "public", @@ -5882,25 +5800,25 @@ ], "doc": "The body parameter type is datetime.", "operation": { - "$id": "636", + "$id": "621", "name": "dateTimeBody", "resourceName": "FirstTestTypeSpec", "doc": "The body parameter type is datetime.", "accessibility": "public", "parameters": [ { - "$id": "637", + "$id": "622", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "638", + "$id": "623", "kind": "constant", "name": "dateTimeBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "639", + "$id": "624", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5920,16 +5838,16 @@ "skipUrlEncoding": false }, { - "$id": "640", + "$id": "625", "name": "body", "nameInRequest": "body", "type": { - "$id": "641", + "$id": "626", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "642", + "$id": "627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5951,7 +5869,7 @@ ], "responses": [ { - "$id": "643", + "$id": "628", "statusCodes": [ 204 ], @@ -5973,16 +5891,16 @@ }, "parameters": [ { - "$id": "644", + "$id": "629", "name": "body", "nameInRequest": "body", "type": { - "$id": "645", + "$id": "630", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "646", + "$id": "631", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6002,12 +5920,12 @@ "skipUrlEncoding": false }, { - "$id": "647", + "$id": "632", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "638" + "$ref": "623" }, "location": "Header", "isApiVersion": false, @@ -6021,7 +5939,7 @@ } ], "response": { - "$id": "648" + "$id": "633" }, "isOverride": false, "generateConvenient": true, @@ -6029,7 +5947,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.dateTimeBody" }, { - "$id": "649", + "$id": "634", "kind": "basic", "name": "returnString", "accessibility": "public", @@ -6038,24 +5956,24 @@ ], "doc": "The return type is datetime.", "operation": { - "$id": "650", + "$id": "635", "name": "returnString", "resourceName": "FirstTestTypeSpec", "doc": "The return type is datetime.", "accessibility": "public", "parameters": [ { - "$id": "651", + "$id": "636", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "652", + "$id": "637", "kind": "constant", "name": "returnStringContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "653", + "$id": "638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6077,12 +5995,12 @@ ], "responses": [ { - "$id": "654", + "$id": "639", "statusCodes": [ 200 ], "bodyType": { - "$id": "655", + "$id": "640", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6106,11 +6024,11 @@ }, "parameters": [ { - "$id": "656", + "$id": "641", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "652" + "$ref": "637" }, "location": "Header", "isApiVersion": false, @@ -6124,9 +6042,9 @@ } ], "response": { - "$id": "657", + "$id": "642", "type": { - "$ref": "655" + "$ref": "640" } }, "isOverride": false, @@ -6135,7 +6053,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.returnString" }, { - "$id": "658", + "$id": "643", "kind": "basic", "name": "returnUnknown", "accessibility": "public", @@ -6143,23 +6061,23 @@ "2022-05-15-preview" ], "operation": { - "$id": "659", + "$id": "644", "name": "returnUnknown", "resourceName": "FirstTestTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "660", + "$id": "645", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "661", + "$id": "646", "kind": "constant", "name": "returnUnknownContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "662", + "$id": "647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6181,12 +6099,12 @@ ], "responses": [ { - "$id": "663", + "$id": "648", "statusCodes": [ 200 ], "bodyType": { - "$id": "664", + "$id": "649", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -6210,11 +6128,11 @@ }, "parameters": [ { - "$id": "665", + "$id": "650", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "661" + "$ref": "646" }, "location": "Header", "isApiVersion": false, @@ -6228,9 +6146,9 @@ } ], "response": { - "$id": "666", + "$id": "651", "type": { - "$ref": "664" + "$ref": "649" } }, "isOverride": false, @@ -6239,7 +6157,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.returnUnknown" }, { - "$id": "667", + "$id": "652", "kind": "basic", "name": "recursiveExtension", "accessibility": "public", @@ -6248,25 +6166,25 @@ ], "doc": "test parent reference child", "operation": { - "$id": "668", + "$id": "653", "name": "recursiveExtension", "resourceName": "FirstTestTypeSpec", "doc": "test parent reference child", "accessibility": "public", "parameters": [ { - "$id": "669", + "$id": "654", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "670", + "$id": "655", "kind": "constant", "name": "recursiveExtensionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "671", + "$id": "656", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6286,11 +6204,11 @@ "skipUrlEncoding": false }, { - "$id": "672", + "$id": "657", "name": "input", "nameInRequest": "input", "type": { - "$ref": "218" + "$ref": "216" }, "location": "Body", "isApiVersion": false, @@ -6305,7 +6223,7 @@ ], "responses": [ { - "$id": "673", + "$id": "658", "statusCodes": [ 204 ], @@ -6327,11 +6245,11 @@ }, "parameters": [ { - "$id": "674", + "$id": "659", "name": "input", "nameInRequest": "input", "type": { - "$ref": "218" + "$ref": "216" }, "location": "Body", "isApiVersion": false, @@ -6344,12 +6262,12 @@ "skipUrlEncoding": false }, { - "$id": "675", + "$id": "660", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "670" + "$ref": "655" }, "location": "Header", "isApiVersion": false, @@ -6363,7 +6281,7 @@ } ], "response": { - "$id": "676" + "$id": "661" }, "isOverride": false, "generateConvenient": true, @@ -6371,7 +6289,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.recursiveExtension" }, { - "$id": "677", + "$id": "662", "kind": "basic", "name": "threeLevelRecursive", "accessibility": "public", @@ -6380,25 +6298,25 @@ ], "doc": "test three level recursive extension", "operation": { - "$id": "678", + "$id": "663", "name": "threeLevelRecursive", "resourceName": "FirstTestTypeSpec", "doc": "test three level recursive extension", "accessibility": "public", "parameters": [ { - "$id": "679", + "$id": "664", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "680", + "$id": "665", "kind": "constant", "name": "threeLevelRecursiveContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "681", + "$id": "666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6418,11 +6336,11 @@ "skipUrlEncoding": false }, { - "$id": "682", + "$id": "667", "name": "input", "nameInRequest": "input", "type": { - "$ref": "228" + "$ref": "226" }, "location": "Body", "isApiVersion": false, @@ -6437,7 +6355,7 @@ ], "responses": [ { - "$id": "683", + "$id": "668", "statusCodes": [ 204 ], @@ -6459,11 +6377,11 @@ }, "parameters": [ { - "$id": "684", + "$id": "669", "name": "input", "nameInRequest": "input", "type": { - "$ref": "228" + "$ref": "226" }, "location": "Body", "isApiVersion": false, @@ -6476,12 +6394,12 @@ "skipUrlEncoding": false }, { - "$id": "685", + "$id": "670", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "680" + "$ref": "665" }, "location": "Header", "isApiVersion": false, @@ -6495,7 +6413,7 @@ } ], "response": { - "$id": "686" + "$id": "671" }, "isOverride": false, "generateConvenient": true, @@ -6503,7 +6421,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.threeLevelRecursive" }, { - "$id": "687", + "$id": "672", "kind": "basic", "name": "recursiveModels", "accessibility": "public", @@ -6512,25 +6430,25 @@ ], "doc": "test child reference parent", "operation": { - "$id": "688", + "$id": "673", "name": "recursiveModels", "resourceName": "FirstTestTypeSpec", "doc": "test child reference parent", "accessibility": "public", "parameters": [ { - "$id": "689", + "$id": "674", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "690", + "$id": "675", "kind": "constant", "name": "recursiveModelsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "691", + "$id": "676", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6550,11 +6468,11 @@ "skipUrlEncoding": false }, { - "$id": "692", + "$id": "677", "name": "input", "nameInRequest": "input", "type": { - "$ref": "243" + "$ref": "241" }, "location": "Body", "isApiVersion": false, @@ -6569,7 +6487,7 @@ ], "responses": [ { - "$id": "693", + "$id": "678", "statusCodes": [ 204 ], @@ -6591,11 +6509,11 @@ }, "parameters": [ { - "$id": "694", + "$id": "679", "name": "input", "nameInRequest": "input", "type": { - "$ref": "243" + "$ref": "241" }, "location": "Body", "isApiVersion": false, @@ -6608,12 +6526,12 @@ "skipUrlEncoding": false }, { - "$id": "695", + "$id": "680", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "690" + "$ref": "675" }, "location": "Header", "isApiVersion": false, @@ -6627,7 +6545,7 @@ } ], "response": { - "$id": "696" + "$id": "681" }, "isOverride": false, "generateConvenient": true, @@ -6635,7 +6553,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.recursiveModels" }, { - "$id": "697", + "$id": "682", "kind": "basic", "name": "ContainSelfModels", "accessibility": "public", @@ -6644,25 +6562,25 @@ ], "doc": "test contain self models", "operation": { - "$id": "698", + "$id": "683", "name": "ContainSelfModels", "resourceName": "FirstTestTypeSpec", "doc": "test contain self models", "accessibility": "public", "parameters": [ { - "$id": "699", + "$id": "684", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "700", + "$id": "685", "kind": "constant", "name": "ContainSelfModelsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "701", + "$id": "686", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6682,11 +6600,11 @@ "skipUrlEncoding": false }, { - "$id": "702", + "$id": "687", "name": "input", "nameInRequest": "input", "type": { - "$ref": "253" + "$ref": "251" }, "location": "Body", "isApiVersion": false, @@ -6701,7 +6619,7 @@ ], "responses": [ { - "$id": "703", + "$id": "688", "statusCodes": [ 204 ], @@ -6723,11 +6641,11 @@ }, "parameters": [ { - "$id": "704", + "$id": "689", "name": "input", "nameInRequest": "input", "type": { - "$ref": "253" + "$ref": "251" }, "location": "Body", "isApiVersion": false, @@ -6740,12 +6658,12 @@ "skipUrlEncoding": false }, { - "$id": "705", + "$id": "690", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "700" + "$ref": "685" }, "location": "Header", "isApiVersion": false, @@ -6759,7 +6677,7 @@ } ], "response": { - "$id": "706" + "$id": "691" }, "isOverride": false, "generateConvenient": true, @@ -6767,7 +6685,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.ContainSelfModels" }, { - "$id": "707", + "$id": "692", "kind": "basic", "name": "enumParameter", "accessibility": "public", @@ -6776,14 +6694,14 @@ ], "doc": "test enum parameter.", "operation": { - "$id": "708", + "$id": "693", "name": "enumParameter", "resourceName": "FirstTestTypeSpec", "doc": "test enum parameter.", "accessibility": "public", "parameters": [ { - "$id": "709", + "$id": "694", "name": "p1", "nameInRequest": "p1", "type": { @@ -6802,7 +6720,7 @@ ], "responses": [ { - "$id": "710", + "$id": "695", "statusCodes": [ 204 ], @@ -6821,7 +6739,7 @@ }, "parameters": [ { - "$id": "711", + "$id": "696", "name": "p1", "nameInRequest": "p1", "type": { @@ -6839,7 +6757,7 @@ } ], "response": { - "$id": "712" + "$id": "697" }, "isOverride": false, "generateConvenient": true, @@ -6847,7 +6765,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.enumParameter" }, { - "$id": "713", + "$id": "698", "kind": "basic", "name": "bodyIsModelWithProjectedEnum", "accessibility": "public", @@ -6856,25 +6774,25 @@ ], "doc": "test enum parameter.", "operation": { - "$id": "714", + "$id": "699", "name": "bodyIsModelWithProjectedEnum", "resourceName": "FirstTestTypeSpec", "doc": "test enum parameter.", "accessibility": "public", "parameters": [ { - "$id": "715", + "$id": "700", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "716", + "$id": "701", "kind": "constant", "name": "bodyIsModelWithProjectedEnumContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "717", + "$id": "702", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6894,11 +6812,11 @@ "skipUrlEncoding": false }, { - "$id": "718", + "$id": "703", "name": "body", "nameInRequest": "body", "type": { - "$ref": "257" + "$ref": "255" }, "location": "Body", "isApiVersion": false, @@ -6913,7 +6831,7 @@ ], "responses": [ { - "$id": "719", + "$id": "704", "statusCodes": [ 204 ], @@ -6935,11 +6853,11 @@ }, "parameters": [ { - "$id": "720", + "$id": "705", "name": "body", "nameInRequest": "body", "type": { - "$ref": "257" + "$ref": "255" }, "location": "Body", "isApiVersion": false, @@ -6952,12 +6870,12 @@ "skipUrlEncoding": false }, { - "$id": "721", + "$id": "706", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "716" + "$ref": "701" }, "location": "Header", "isApiVersion": false, @@ -6971,7 +6889,7 @@ } ], "response": { - "$id": "722" + "$id": "707" }, "isOverride": false, "generateConvenient": true, @@ -6979,7 +6897,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.bodyIsModelWithProjectedEnum" }, { - "$id": "723", + "$id": "708", "kind": "basic", "name": "optionalDictionary", "accessibility": "public", @@ -6988,25 +6906,25 @@ ], "doc": "test optional dictionary.", "operation": { - "$id": "724", + "$id": "709", "name": "optionalDictionary", "resourceName": "FirstTestTypeSpec", "doc": "test optional dictionary.", "accessibility": "public", "parameters": [ { - "$id": "725", + "$id": "710", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "726", + "$id": "711", "kind": "constant", "name": "optionalDictionaryContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "727", + "$id": "712", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7026,21 +6944,21 @@ "skipUrlEncoding": false }, { - "$id": "728", + "$id": "713", "name": "body", "nameInRequest": "body", "type": { - "$id": "729", + "$id": "714", "kind": "dict", "keyType": { - "$id": "730", + "$id": "715", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "731", + "$id": "716", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -7061,7 +6979,7 @@ ], "responses": [ { - "$id": "732", + "$id": "717", "statusCodes": [ 204 ], @@ -7083,27 +7001,11 @@ }, "parameters": [ { - "$id": "733", + "$id": "718", "name": "body", "nameInRequest": "body", "type": { - "$id": "734", - "kind": "dict", - "keyType": { - "$id": "735", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "736", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "714" }, "location": "Body", "isApiVersion": false, @@ -7116,12 +7018,12 @@ "skipUrlEncoding": false }, { - "$id": "737", + "$id": "719", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "726" + "$ref": "711" }, "location": "Header", "isApiVersion": false, @@ -7135,7 +7037,7 @@ } ], "response": { - "$id": "738" + "$id": "720" }, "isOverride": false, "generateConvenient": true, @@ -7143,7 +7045,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.optionalDictionary" }, { - "$id": "739", + "$id": "721", "kind": "basic", "name": "azureLocationOp", "accessibility": "public", @@ -7152,23 +7054,23 @@ ], "doc": "test optional dictionary.", "operation": { - "$id": "740", + "$id": "722", "name": "azureLocationOp", "resourceName": "FirstTestTypeSpec", "doc": "test optional dictionary.", "accessibility": "public", "parameters": [ { - "$id": "741", + "$id": "723", "name": "location", "nameInRequest": "location", "type": { - "$id": "742", + "$id": "724", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "743", + "$id": "725", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7187,16 +7089,16 @@ "skipUrlEncoding": false }, { - "$id": "744", + "$id": "726", "name": "regenLocation", "nameInRequest": "regen-location", "type": { - "$id": "745", + "$id": "727", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "746", + "$id": "728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7215,18 +7117,18 @@ "skipUrlEncoding": false }, { - "$id": "747", + "$id": "729", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "748", + "$id": "730", "kind": "constant", "name": "azureLocationOpContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "749", + "$id": "731", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7246,11 +7148,11 @@ "skipUrlEncoding": false }, { - "$id": "750", + "$id": "732", "name": "body", "nameInRequest": "body", "type": { - "$ref": "261" + "$ref": "259" }, "location": "Body", "isApiVersion": false, @@ -7265,7 +7167,7 @@ ], "responses": [ { - "$id": "751", + "$id": "733", "statusCodes": [ 204 ], @@ -7287,16 +7189,16 @@ }, "parameters": [ { - "$id": "752", + "$id": "734", "name": "location", "nameInRequest": "location", "type": { - "$id": "753", + "$id": "735", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "754", + "$id": "736", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7315,16 +7217,16 @@ "skipUrlEncoding": false }, { - "$id": "755", + "$id": "737", "name": "regenLocation", "nameInRequest": "regen-location", "type": { - "$id": "756", + "$id": "738", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "757", + "$id": "739", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7343,11 +7245,11 @@ "skipUrlEncoding": false }, { - "$id": "758", + "$id": "740", "name": "body", "nameInRequest": "body", "type": { - "$ref": "261" + "$ref": "259" }, "location": "Body", "isApiVersion": false, @@ -7360,12 +7262,12 @@ "skipUrlEncoding": false }, { - "$id": "759", + "$id": "741", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "748" + "$ref": "730" }, "location": "Header", "isApiVersion": false, @@ -7379,7 +7281,7 @@ } ], "response": { - "$id": "760" + "$id": "742" }, "isOverride": false, "generateConvenient": true, @@ -7389,11 +7291,11 @@ ], "parameters": [ { - "$id": "761", + "$id": "743", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "762", + "$id": "744", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7410,12 +7312,12 @@ ], "decorators": [ { - "$id": "763", + "$id": "745", "name": "TypeSpec.@service", "arguments": { - "$id": "764", + "$id": "746", "options": { - "$id": "765", + "$id": "747", "title": "hello world" } } @@ -7427,18 +7329,18 @@ ], "children": [ { - "$id": "766", + "$id": "748", "kind": "client", "name": "Hello", "namespace": "FirstTestTypeSpec.Hello", "methods": [], "parameters": [ { - "$id": "767", + "$id": "749", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "768", + "$id": "750", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7459,18 +7361,18 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" }, "children": [ { - "$id": "769", + "$id": "751", "kind": "client", "name": "Demo", "namespace": "FirstTestTypeSpec.Hello.Demo", "doc": "Hello world service", "methods": [ { - "$id": "770", + "$id": "752", "kind": "basic", "name": "sayHi", "accessibility": "public", @@ -7479,18 +7381,18 @@ ], "doc": "Return hi", "operation": { - "$id": "771", + "$id": "753", "name": "sayHi", "resourceName": "Demo", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "772", + "$id": "754", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "773", + "$id": "755", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7507,11 +7409,11 @@ "skipUrlEncoding": false }, { - "$id": "774", + "$id": "756", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "775", + "$id": "757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7528,11 +7430,11 @@ "skipUrlEncoding": false }, { - "$id": "776", + "$id": "758", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "777", + "$id": "759", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7549,17 +7451,17 @@ "skipUrlEncoding": false }, { - "$id": "778", + "$id": "760", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "779", + "$id": "761", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "780", + "$id": "762", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7581,7 +7483,7 @@ ], "responses": [ { - "$id": "781", + "$id": "763", "statusCodes": [ 200 ], @@ -7606,11 +7508,11 @@ }, "parameters": [ { - "$id": "782", + "$id": "764", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "783", + "$id": "765", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7627,11 +7529,11 @@ "skipUrlEncoding": false }, { - "$id": "784", + "$id": "766", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "785", + "$id": "767", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7648,11 +7550,11 @@ "skipUrlEncoding": false }, { - "$id": "786", + "$id": "768", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "787", + "$id": "769", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7669,11 +7571,11 @@ "skipUrlEncoding": false }, { - "$id": "788", + "$id": "770", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "779" + "$ref": "761" }, "location": "Header", "isApiVersion": false, @@ -7687,7 +7589,7 @@ } ], "response": { - "$id": "789", + "$id": "771", "type": { "$ref": "116" } @@ -7700,11 +7602,11 @@ ], "parameters": [ { - "$id": "790", + "$id": "772", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "791", + "$id": "773", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7725,17 +7627,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "766" + "$ref": "748" } }, { - "$id": "792", + "$id": "774", "kind": "client", "name": "Demo2", "namespace": "FirstTestTypeSpec.Hello.Demo2", "methods": [ { - "$id": "793", + "$id": "775", "kind": "basic", "name": "helloAgain", "accessibility": "public", @@ -7744,18 +7646,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "794", + "$id": "776", "name": "helloAgain", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "795", + "$id": "777", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "796", + "$id": "778", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7772,17 +7674,17 @@ "skipUrlEncoding": false }, { - "$id": "797", + "$id": "779", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "798", + "$id": "780", "kind": "constant", "name": "HelloAgainRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "799", + "$id": "781", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7802,11 +7704,11 @@ "skipUrlEncoding": false }, { - "$id": "800", + "$id": "782", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "801", + "$id": "783", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7823,17 +7725,17 @@ "skipUrlEncoding": false }, { - "$id": "802", + "$id": "784", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "803", + "$id": "785", "kind": "constant", "name": "helloAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "804", + "$id": "786", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7853,11 +7755,11 @@ "skipUrlEncoding": false }, { - "$id": "805", + "$id": "787", "name": "action", "nameInRequest": "action", "type": { - "$ref": "267" + "$ref": "265" }, "location": "Body", "isApiVersion": false, @@ -7872,12 +7774,12 @@ ], "responses": [ { - "$id": "806", + "$id": "788", "statusCodes": [ 200 ], "bodyType": { - "$ref": "267" + "$ref": "265" }, "headers": [], "isErrorResponse": false, @@ -7900,11 +7802,11 @@ }, "parameters": [ { - "$id": "807", + "$id": "789", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "808", + "$id": "790", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7921,11 +7823,11 @@ "skipUrlEncoding": false }, { - "$id": "809", + "$id": "791", "name": "action", "nameInRequest": "action", "type": { - "$ref": "267" + "$ref": "265" }, "location": "Body", "isApiVersion": false, @@ -7938,17 +7840,17 @@ "skipUrlEncoding": false }, { - "$id": "810", + "$id": "792", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "811", + "$id": "793", "kind": "constant", "name": "HelloAgainRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "812", + "$id": "794", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7968,11 +7870,11 @@ "skipUrlEncoding": false }, { - "$id": "813", + "$id": "795", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "814", + "$id": "796", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7989,11 +7891,11 @@ "skipUrlEncoding": false }, { - "$id": "815", + "$id": "797", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "803" + "$ref": "785" }, "location": "Header", "isApiVersion": false, @@ -8007,9 +7909,9 @@ } ], "response": { - "$id": "816", + "$id": "798", "type": { - "$ref": "267" + "$ref": "265" } }, "isOverride": false, @@ -8018,7 +7920,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.Hello.Demo2.helloAgain" }, { - "$id": "817", + "$id": "799", "kind": "basic", "name": "noContentType", "accessibility": "public", @@ -8027,18 +7929,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "818", + "$id": "800", "name": "noContentType", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "819", + "$id": "801", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "820", + "$id": "802", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8055,11 +7957,11 @@ "skipUrlEncoding": false }, { - "$id": "821", + "$id": "803", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "822", + "$id": "804", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8076,18 +7978,18 @@ "skipUrlEncoding": false }, { - "$id": "823", + "$id": "805", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "824", + "$id": "806", "kind": "constant", "name": "noContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "825", + "$id": "807", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8107,17 +8009,17 @@ "skipUrlEncoding": false }, { - "$id": "826", + "$id": "808", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "827", + "$id": "809", "kind": "constant", "name": "noContentTypeContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "828", + "$id": "810", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8137,11 +8039,11 @@ "skipUrlEncoding": false }, { - "$id": "829", + "$id": "811", "name": "action", "nameInRequest": "action", "type": { - "$ref": "267" + "$ref": "265" }, "location": "Body", "isApiVersion": false, @@ -8156,12 +8058,12 @@ ], "responses": [ { - "$id": "830", + "$id": "812", "statusCodes": [ 200 ], "bodyType": { - "$ref": "267" + "$ref": "265" }, "headers": [], "isErrorResponse": false, @@ -8184,11 +8086,11 @@ }, "parameters": [ { - "$id": "831", + "$id": "813", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "832", + "$id": "814", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8205,11 +8107,11 @@ "skipUrlEncoding": false }, { - "$id": "833", + "$id": "815", "name": "action", "nameInRequest": "action", "type": { - "$ref": "267" + "$ref": "265" }, "location": "Body", "isApiVersion": false, @@ -8222,11 +8124,11 @@ "skipUrlEncoding": false }, { - "$id": "834", + "$id": "816", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "835", + "$id": "817", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8243,12 +8145,12 @@ "skipUrlEncoding": false }, { - "$id": "836", + "$id": "818", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "824" + "$ref": "806" }, "location": "Header", "isApiVersion": false, @@ -8261,11 +8163,11 @@ "skipUrlEncoding": false }, { - "$id": "837", + "$id": "819", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "827" + "$ref": "809" }, "location": "Header", "isApiVersion": false, @@ -8279,9 +8181,9 @@ } ], "response": { - "$id": "838", + "$id": "820", "type": { - "$ref": "267" + "$ref": "265" } }, "isOverride": false, @@ -8290,7 +8192,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.Hello.Demo2.noContentType" }, { - "$id": "839", + "$id": "821", "kind": "basic", "name": "helloDemoAgain", "accessibility": "public", @@ -8299,24 +8201,24 @@ ], "doc": "Return hi in demo2", "operation": { - "$id": "840", + "$id": "822", "name": "helloDemoAgain", "resourceName": "Demo2", "doc": "Return hi in demo2", "accessibility": "public", "parameters": [ { - "$id": "841", + "$id": "823", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "842", + "$id": "824", "kind": "constant", "name": "helloDemoAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "843", + "$id": "825", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8338,7 +8240,7 @@ ], "responses": [ { - "$id": "844", + "$id": "826", "statusCodes": [ 200 ], @@ -8363,11 +8265,11 @@ }, "parameters": [ { - "$id": "845", + "$id": "827", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "842" + "$ref": "824" }, "location": "Header", "isApiVersion": false, @@ -8381,7 +8283,7 @@ } ], "response": { - "$id": "846", + "$id": "828", "type": { "$ref": "116" } @@ -8392,7 +8294,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.Hello.Demo2.helloDemoAgain" }, { - "$id": "847", + "$id": "829", "kind": "basic", "name": "createLiteral", "accessibility": "public", @@ -8401,25 +8303,25 @@ ], "doc": "Create with literal value", "operation": { - "$id": "848", + "$id": "830", "name": "createLiteral", "resourceName": "Demo2", "doc": "Create with literal value", "accessibility": "public", "parameters": [ { - "$id": "849", + "$id": "831", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "850", + "$id": "832", "kind": "constant", "name": "createLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "851", + "$id": "833", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8439,17 +8341,17 @@ "skipUrlEncoding": false }, { - "$id": "852", + "$id": "834", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "853", + "$id": "835", "kind": "constant", "name": "createLiteralContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "854", + "$id": "836", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8469,7 +8371,7 @@ "skipUrlEncoding": false }, { - "$id": "855", + "$id": "837", "name": "body", "nameInRequest": "body", "type": { @@ -8488,7 +8390,7 @@ ], "responses": [ { - "$id": "856", + "$id": "838", "statusCodes": [ 200 ], @@ -8516,7 +8418,7 @@ }, "parameters": [ { - "$id": "857", + "$id": "839", "name": "body", "nameInRequest": "body", "type": { @@ -8533,12 +8435,12 @@ "skipUrlEncoding": false }, { - "$id": "858", + "$id": "840", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "850" + "$ref": "832" }, "location": "Header", "isApiVersion": false, @@ -8551,11 +8453,11 @@ "skipUrlEncoding": false }, { - "$id": "859", + "$id": "841", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "853" + "$ref": "835" }, "location": "Header", "isApiVersion": false, @@ -8569,7 +8471,7 @@ } ], "response": { - "$id": "860", + "$id": "842", "type": { "$ref": "116" } @@ -8580,7 +8482,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.Hello.Demo2.createLiteral" }, { - "$id": "861", + "$id": "843", "kind": "basic", "name": "helloLiteral", "accessibility": "public", @@ -8589,24 +8491,24 @@ ], "doc": "Send literal parameters", "operation": { - "$id": "862", + "$id": "844", "name": "helloLiteral", "resourceName": "Demo2", "doc": "Send literal parameters", "accessibility": "public", "parameters": [ { - "$id": "863", + "$id": "845", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "864", + "$id": "846", "kind": "constant", "name": "HelloLiteralRequestP1", "namespace": "", "usage": "None", "valueType": { - "$id": "865", + "$id": "847", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8626,17 +8528,17 @@ "skipUrlEncoding": false }, { - "$id": "866", + "$id": "848", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "867", + "$id": "849", "kind": "constant", "name": "ThingRequiredLiteralInt2", "namespace": "", "usage": "None", "valueType": { - "$id": "868", + "$id": "850", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -8656,17 +8558,17 @@ "skipUrlEncoding": false }, { - "$id": "869", + "$id": "851", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "870", + "$id": "852", "kind": "constant", "name": "ThingOptionalLiteralBool2", "namespace": "", "usage": "None", "valueType": { - "$id": "871", + "$id": "853", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -8686,17 +8588,17 @@ "skipUrlEncoding": false }, { - "$id": "872", + "$id": "854", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "873", + "$id": "855", "kind": "constant", "name": "helloLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "874", + "$id": "856", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8718,7 +8620,7 @@ ], "responses": [ { - "$id": "875", + "$id": "857", "statusCodes": [ 200 ], @@ -8743,17 +8645,17 @@ }, "parameters": [ { - "$id": "876", + "$id": "858", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "877", + "$id": "859", "kind": "constant", "name": "HelloLiteralRequestP11", "namespace": "", "usage": "None", "valueType": { - "$id": "878", + "$id": "860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8773,17 +8675,17 @@ "skipUrlEncoding": false }, { - "$id": "879", + "$id": "861", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "880", + "$id": "862", "kind": "constant", "name": "ThingRequiredLiteralInt3", "namespace": "", "usage": "None", "valueType": { - "$id": "881", + "$id": "863", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -8803,17 +8705,17 @@ "skipUrlEncoding": false }, { - "$id": "882", + "$id": "864", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "883", + "$id": "865", "kind": "constant", "name": "ThingOptionalLiteralBool3", "namespace": "", "usage": "None", "valueType": { - "$id": "884", + "$id": "866", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -8833,11 +8735,11 @@ "skipUrlEncoding": false }, { - "$id": "885", + "$id": "867", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "873" + "$ref": "855" }, "location": "Header", "isApiVersion": false, @@ -8851,7 +8753,7 @@ } ], "response": { - "$id": "886", + "$id": "868", "type": { "$ref": "116" } @@ -8864,11 +8766,11 @@ ], "parameters": [ { - "$id": "887", + "$id": "869", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "888", + "$id": "870", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8889,19 +8791,19 @@ "2022-05-15-preview" ], "parent": { - "$ref": "766" + "$ref": "748" } } ] }, { - "$id": "889", + "$id": "871", "kind": "client", "name": "EnumTest", "namespace": "FirstTestTypeSpec.EnumTest", "methods": [ { - "$id": "890", + "$id": "872", "kind": "basic", "name": "createUnknownValue", "accessibility": "public", @@ -8910,25 +8812,25 @@ ], "doc": "get extensible enum", "operation": { - "$id": "891", + "$id": "873", "name": "createUnknownValue", "resourceName": "EnumTest", "doc": "get extensible enum", "accessibility": "public", "parameters": [ { - "$id": "892", + "$id": "874", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "893", + "$id": "875", "kind": "constant", "name": "createUnknownValueContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "894", + "$id": "876", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8948,7 +8850,7 @@ "skipUrlEncoding": false }, { - "$id": "895", + "$id": "877", "name": "input", "nameInRequest": "input", "type": { @@ -8967,7 +8869,7 @@ ], "responses": [ { - "$id": "896", + "$id": "878", "statusCodes": [ 204 ], @@ -8989,7 +8891,7 @@ }, "parameters": [ { - "$id": "897", + "$id": "879", "name": "input", "nameInRequest": "input", "type": { @@ -9006,12 +8908,12 @@ "skipUrlEncoding": false }, { - "$id": "898", + "$id": "880", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "893" + "$ref": "875" }, "location": "Header", "isApiVersion": false, @@ -9025,7 +8927,7 @@ } ], "response": { - "$id": "899" + "$id": "881" }, "isOverride": false, "generateConvenient": false, @@ -9035,11 +8937,11 @@ ], "parameters": [ { - "$id": "900", + "$id": "882", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "901", + "$id": "883", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9060,17 +8962,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } }, { - "$id": "902", + "$id": "884", "kind": "client", "name": "ProtocolAndConvenient", "namespace": "FirstTestTypeSpec.ProtocolAndConvenient", "methods": [ { - "$id": "903", + "$id": "885", "kind": "basic", "name": "internalProtocol", "accessibility": "public", @@ -9079,25 +8981,25 @@ ], "doc": "When set protocol false and convenient true, then the protocol method should be internal", "operation": { - "$id": "904", + "$id": "886", "name": "internalProtocol", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, then the protocol method should be internal", "accessibility": "public", "parameters": [ { - "$id": "905", + "$id": "887", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "906", + "$id": "888", "kind": "constant", "name": "internalProtocolContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "907", + "$id": "889", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9117,17 +9019,17 @@ "skipUrlEncoding": false }, { - "$id": "908", + "$id": "890", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "909", + "$id": "891", "kind": "constant", "name": "internalProtocolContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "910", + "$id": "892", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9147,7 +9049,7 @@ "skipUrlEncoding": false }, { - "$id": "911", + "$id": "893", "name": "body", "nameInRequest": "body", "type": { @@ -9166,7 +9068,7 @@ ], "responses": [ { - "$id": "912", + "$id": "894", "statusCodes": [ 200 ], @@ -9194,7 +9096,7 @@ }, "parameters": [ { - "$id": "913", + "$id": "895", "name": "body", "nameInRequest": "body", "type": { @@ -9211,12 +9113,12 @@ "skipUrlEncoding": false }, { - "$id": "914", + "$id": "896", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "906" + "$ref": "888" }, "location": "Header", "isApiVersion": false, @@ -9229,11 +9131,11 @@ "skipUrlEncoding": false }, { - "$id": "915", + "$id": "897", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "909" + "$ref": "891" }, "location": "Header", "isApiVersion": false, @@ -9247,7 +9149,7 @@ } ], "response": { - "$id": "916", + "$id": "898", "type": { "$ref": "116" } @@ -9258,7 +9160,7 @@ "crossLanguageDefinitionId": "FirstTestTypeSpec.ProtocolAndConvenient.internalProtocol" }, { - "$id": "917", + "$id": "899", "kind": "basic", "name": "stillConvenient", "accessibility": "public", @@ -9267,7 +9169,7 @@ ], "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", "operation": { - "$id": "918", + "$id": "900", "name": "stillConvenient", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", @@ -9275,7 +9177,7 @@ "parameters": [], "responses": [ { - "$id": "919", + "$id": "901", "statusCodes": [ 204 ], @@ -9294,7 +9196,7 @@ }, "parameters": [], "response": { - "$id": "920" + "$id": "902" }, "isOverride": false, "generateConvenient": true, @@ -9304,11 +9206,11 @@ ], "parameters": [ { - "$id": "921", + "$id": "903", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "922", + "$id": "904", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9329,17 +9231,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } }, { - "$id": "923", + "$id": "905", "kind": "client", "name": "Entity", "namespace": "FirstTestTypeSpec", "methods": [ { - "$id": "924", + "$id": "906", "kind": "basic", "name": "doSomething", "accessibility": "public", @@ -9348,18 +9250,18 @@ ], "doc": "doSomething for entity", "operation": { - "$id": "925", + "$id": "907", "name": "doSomething", "resourceName": "Entity", "doc": "doSomething for entity", "accessibility": "public", "parameters": [ { - "$id": "926", + "$id": "908", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "927", + "$id": "909", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9376,17 +9278,17 @@ "skipUrlEncoding": false }, { - "$id": "928", + "$id": "910", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "929", + "$id": "911", "kind": "constant", "name": "doSomethingContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "930", + "$id": "912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9408,7 +9310,7 @@ ], "responses": [ { - "$id": "931", + "$id": "913", "statusCodes": [ 200 ], @@ -9433,11 +9335,11 @@ }, "parameters": [ { - "$id": "932", + "$id": "914", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "933", + "$id": "915", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9454,11 +9356,11 @@ "skipUrlEncoding": false }, { - "$id": "934", + "$id": "916", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "929" + "$ref": "911" }, "location": "Header", "isApiVersion": false, @@ -9472,7 +9374,7 @@ } ], "response": { - "$id": "935", + "$id": "917", "type": { "$ref": "116" } @@ -9485,11 +9387,11 @@ ], "parameters": [ { - "$id": "936", + "$id": "918", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "937", + "$id": "919", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9510,17 +9412,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } }, { - "$id": "938", + "$id": "920", "kind": "client", "name": "Glossary", "namespace": "FirstTestTypeSpec", "methods": [ { - "$id": "939", + "$id": "921", "kind": "basic", "name": "doSomething", "accessibility": "public", @@ -9529,18 +9431,18 @@ ], "doc": "doSomething for glossary", "operation": { - "$id": "940", + "$id": "922", "name": "doSomething", "resourceName": "Glossary", "doc": "doSomething for glossary", "accessibility": "public", "parameters": [ { - "$id": "941", + "$id": "923", "name": "id", "nameInRequest": "id", "type": { - "$id": "942", + "$id": "924", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9557,11 +9459,11 @@ "skipUrlEncoding": false }, { - "$id": "943", + "$id": "925", "name": "h1", "nameInRequest": "h1", "type": { - "$id": "944", + "$id": "926", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9578,17 +9480,17 @@ "skipUrlEncoding": false }, { - "$id": "945", + "$id": "927", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "946", + "$id": "928", "kind": "constant", "name": "doSomethingContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "947", + "$id": "929", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9610,7 +9512,7 @@ ], "responses": [ { - "$id": "948", + "$id": "930", "statusCodes": [ 200 ], @@ -9635,11 +9537,11 @@ }, "parameters": [ { - "$id": "949", + "$id": "931", "name": "id", "nameInRequest": "id", "type": { - "$id": "950", + "$id": "932", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9656,11 +9558,11 @@ "skipUrlEncoding": false }, { - "$id": "951", + "$id": "933", "name": "h1", "nameInRequest": "h1", "type": { - "$id": "952", + "$id": "934", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9677,11 +9579,11 @@ "skipUrlEncoding": false }, { - "$id": "953", + "$id": "935", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "946" + "$ref": "928" }, "location": "Header", "isApiVersion": false, @@ -9695,7 +9597,7 @@ } ], "response": { - "$id": "954", + "$id": "936", "type": { "$ref": "116" } @@ -9708,11 +9610,11 @@ ], "parameters": [ { - "$id": "955", + "$id": "937", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "956", + "$id": "938", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9733,22 +9635,22 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } }, { - "$id": "957", + "$id": "939", "kind": "client", "name": "ResourceOperations", "namespace": "FirstTestTypeSpec", "methods": [], "parameters": [ { - "$id": "958", + "$id": "940", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "959", + "$id": "941", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -9769,17 +9671,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } }, { - "$id": "960", + "$id": "942", "kind": "client", "name": "VersioningOp", "namespace": "FirstTestTypeSpec", "methods": [ { - "$id": "961", + "$id": "943", "kind": "lro", "name": "export", "accessibility": "public", @@ -9788,19 +9690,19 @@ ], "doc": "Long-running resource action operation template.", "operation": { - "$id": "962", + "$id": "944", "name": "export", "resourceName": "VersioningOp", "doc": "Long-running resource action operation template.", "accessibility": "public", "parameters": [ { - "$id": "963", + "$id": "945", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "964", + "$id": "946", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9814,9 +9716,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "965", + "$id": "947", "type": { - "$id": "966", + "$id": "948", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -9827,11 +9729,11 @@ "skipUrlEncoding": false }, { - "$id": "967", + "$id": "949", "name": "name", "nameInRequest": "name", "type": { - "$id": "968", + "$id": "950", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9848,11 +9750,11 @@ "skipUrlEncoding": false }, { - "$id": "969", + "$id": "951", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "970", + "$id": "952", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9869,17 +9771,17 @@ "skipUrlEncoding": false }, { - "$id": "971", + "$id": "953", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "972", + "$id": "954", "kind": "constant", "name": "exportContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "973", + "$id": "955", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9901,26 +9803,26 @@ ], "responses": [ { - "$id": "974", + "$id": "956", "statusCodes": [ 202 ], "bodyType": { - "$ref": "401" + "$ref": "387" }, "headers": [ { - "$id": "975", + "$id": "957", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "976", + "$id": "958", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "977", + "$id": "959", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -9947,11 +9849,11 @@ }, "parameters": [ { - "$id": "978", + "$id": "960", "name": "name", "nameInRequest": "name", "type": { - "$id": "979", + "$id": "961", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9968,11 +9870,11 @@ "skipUrlEncoding": false }, { - "$id": "980", + "$id": "962", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "981", + "$id": "963", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -9989,17 +9891,17 @@ "skipUrlEncoding": false }, { - "$id": "982", + "$id": "964", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "983", + "$id": "965", "kind": "constant", "name": "exportContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "984", + "$id": "966", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10020,9 +9922,9 @@ } ], "response": { - "$id": "985", + "$id": "967", "type": { - "$ref": "438" + "$ref": "424" }, "resultSegments": [ "result" @@ -10033,22 +9935,22 @@ "generateProtocol": true, "crossLanguageDefinitionId": "FirstTestTypeSpec.VersioningOp.export", "lroMetadata": { - "$id": "986", + "$id": "968", "finalStateVia": 3, "finalResponse": { - "$id": "987", + "$id": "969", "statusCodes": [ 200 ], "bodyType": { - "$ref": "401" + "$ref": "387" } }, "resultPath": "result" } }, { - "$id": "988", + "$id": "970", "kind": "lro", "name": "exportW", "accessibility": "public", @@ -10057,19 +9959,19 @@ ], "doc": "Long-running resource action operation template.", "operation": { - "$id": "989", + "$id": "971", "name": "exportW", "resourceName": "VersioningOp", "doc": "Long-running resource action operation template.", "accessibility": "public", "parameters": [ { - "$id": "990", + "$id": "972", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "991", + "$id": "973", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10083,9 +9985,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "992", + "$id": "974", "type": { - "$id": "993", + "$id": "975", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -10096,11 +9998,11 @@ "skipUrlEncoding": false }, { - "$id": "994", + "$id": "976", "name": "name", "nameInRequest": "name", "type": { - "$id": "995", + "$id": "977", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10117,11 +10019,11 @@ "skipUrlEncoding": false }, { - "$id": "996", + "$id": "978", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "997", + "$id": "979", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10138,17 +10040,17 @@ "skipUrlEncoding": false }, { - "$id": "998", + "$id": "980", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "999", + "$id": "981", "kind": "constant", "name": "exportWContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "1000", + "$id": "982", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10170,26 +10072,26 @@ ], "responses": [ { - "$id": "1001", + "$id": "983", "statusCodes": [ 202 ], "bodyType": { - "$ref": "401" + "$ref": "387" }, "headers": [ { - "$id": "1002", + "$id": "984", "name": "operationLocation", "nameInResponse": "Operation-Location", "doc": "The location for monitoring the operation state.", "type": { - "$id": "1003", + "$id": "985", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "1004", + "$id": "986", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -10216,11 +10118,11 @@ }, "parameters": [ { - "$id": "1005", + "$id": "987", "name": "name", "nameInRequest": "name", "type": { - "$id": "1006", + "$id": "988", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10237,11 +10139,11 @@ "skipUrlEncoding": false }, { - "$id": "1007", + "$id": "989", "name": "projectFileVersion", "nameInRequest": "projectFileVersion", "type": { - "$id": "1008", + "$id": "990", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10258,17 +10160,17 @@ "skipUrlEncoding": false }, { - "$id": "1009", + "$id": "991", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "1010", + "$id": "992", "kind": "constant", "name": "exportWContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "1011", + "$id": "993", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10289,9 +10191,9 @@ } ], "response": { - "$id": "1012", + "$id": "994", "type": { - "$ref": "438" + "$ref": "424" }, "resultSegments": [ "result" @@ -10302,15 +10204,15 @@ "generateProtocol": true, "crossLanguageDefinitionId": "FirstTestTypeSpec.VersioningOp.exportW", "lroMetadata": { - "$id": "1013", + "$id": "995", "finalStateVia": 3, "finalResponse": { - "$id": "1014", + "$id": "996", "statusCodes": [ 200 ], "bodyType": { - "$ref": "401" + "$ref": "387" } }, "resultPath": "result" @@ -10319,11 +10221,11 @@ ], "parameters": [ { - "$id": "1015", + "$id": "997", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "1016", + "$id": "998", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -10344,22 +10246,22 @@ "2022-05-15-preview" ], "parent": { - "$ref": "446" + "$ref": "432" } } ] } ], "auth": { - "$id": "1017", + "$id": "999", "oAuth2": { - "$id": "1018", + "$id": "1000", "scopes": [ "https://api.example.com/.default" ] }, "apiKey": { - "$id": "1019", + "$id": "1001", "name": "x-ms-api-key", "in": "header" } diff --git a/test/TestProjects/MgmtTypeSpec/tspCodeModel.json b/test/TestProjects/MgmtTypeSpec/tspCodeModel.json index 6489e17af8f..2d1605477b0 100644 --- a/test/TestProjects/MgmtTypeSpec/tspCodeModel.json +++ b/test/TestProjects/MgmtTypeSpec/tspCodeModel.json @@ -1507,18 +1507,7 @@ "serializedName": "requiredZoneNames", "doc": "The private link resource private link DNS zone name.", "type": { - "$id": "191", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "192", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "186" }, "optional": true, "readOnly": false, @@ -1527,9 +1516,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.PrivateLinkResourceProperties.requiredZoneNames", "serializationOptions": { - "$id": "193", + "$id": "191", "json": { - "$id": "194", + "$id": "192", "name": "requiredZoneNames" } } @@ -1543,21 +1532,21 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.PrivateLinkResource.properties", "serializationOptions": { - "$id": "195", + "$id": "193", "json": { - "$id": "196", + "$id": "194", "name": "properties" } } }, { - "$id": "197", + "$id": "195", "kind": "path", "name": "name", "serializedName": "name", "doc": "The name of the private link associated with the Azure resource.", "type": { - "$id": "198", + "$id": "196", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1573,13 +1562,13 @@ "correspondingMethodParams": [] }, { - "$id": "199", + "$id": "197", "kind": "property", "name": "identity", "serializedName": "identity", "doc": "The managed service identities assigned to this resource.", "type": { - "$id": "200", + "$id": "198", "kind": "model", "name": "ManagedServiceIdentity", "namespace": "MgmtTypeSpec", @@ -1589,18 +1578,18 @@ "decorators": [], "properties": [ { - "$id": "201", + "$id": "199", "kind": "property", "name": "principalId", "serializedName": "principalId", "doc": "The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.", "type": { - "$id": "202", + "$id": "200", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "203", + "$id": "201", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1615,26 +1604,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.principalId", "serializationOptions": { - "$id": "204", + "$id": "202", "json": { - "$id": "205", + "$id": "203", "name": "principalId" } } }, { - "$id": "206", + "$id": "204", "kind": "property", "name": "tenantId", "serializedName": "tenantId", "doc": "The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.", "type": { - "$id": "207", + "$id": "205", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "208", + "$id": "206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1649,15 +1638,15 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.tenantId", "serializationOptions": { - "$id": "209", + "$id": "207", "json": { - "$id": "210", + "$id": "208", "name": "tenantId" } } }, { - "$id": "211", + "$id": "209", "kind": "property", "name": "type", "serializedName": "type", @@ -1672,34 +1661,34 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.type", "serializationOptions": { - "$id": "212", + "$id": "210", "json": { - "$id": "213", + "$id": "211", "name": "type" } } }, { - "$id": "214", + "$id": "212", "kind": "property", "name": "userAssignedIdentities", "serializedName": "userAssignedIdentities", "doc": "The identities assigned to this resource by the user.", "type": { - "$id": "215", + "$id": "213", "kind": "dict", "keyType": { - "$id": "216", + "$id": "214", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "217", + "$id": "215", "kind": "nullable", "type": { - "$id": "218", + "$id": "216", "kind": "model", "name": "UserAssignedIdentity", "namespace": "MgmtTypeSpec", @@ -1709,18 +1698,18 @@ "decorators": [], "properties": [ { - "$id": "219", + "$id": "217", "kind": "property", "name": "principalId", "serializedName": "principalId", "doc": "The principal ID of the assigned identity.", "type": { - "$id": "220", + "$id": "218", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "221", + "$id": "219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1735,26 +1724,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity.principalId", "serializationOptions": { - "$id": "222", + "$id": "220", "json": { - "$id": "223", + "$id": "221", "name": "principalId" } } }, { - "$id": "224", + "$id": "222", "kind": "property", "name": "clientId", "serializedName": "clientId", "doc": "The client ID of the assigned identity.", "type": { - "$id": "225", + "$id": "223", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "226", + "$id": "224", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1769,9 +1758,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity.clientId", "serializationOptions": { - "$id": "227", + "$id": "225", "json": { - "$id": "228", + "$id": "226", "name": "clientId" } } @@ -1789,9 +1778,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.userAssignedIdentities", "serializationOptions": { - "$id": "229", + "$id": "227", "json": { - "$id": "230", + "$id": "228", "name": "userAssignedIdentities" } } @@ -1805,9 +1794,9 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.PrivateLinkResource.identity", "serializationOptions": { - "$id": "231", + "$id": "229", "json": { - "$id": "232", + "$id": "230", "name": "identity" } } @@ -1824,26 +1813,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.value", "serializationOptions": { - "$id": "233", + "$id": "231", "json": { - "$id": "234", + "$id": "232", "name": "value" } } }, { - "$id": "235", + "$id": "233", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "236", + "$id": "234", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "237", + "$id": "235", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -1858,9 +1847,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.nextLink", "serializationOptions": { - "$id": "238", + "$id": "236", "json": { - "$id": "239", + "$id": "237", "name": "nextLink" } } @@ -1874,10 +1863,10 @@ "$ref": "180" }, { - "$ref": "200" + "$ref": "198" }, { - "$ref": "218" + "$ref": "216" }, { "$ref": "135" @@ -1889,7 +1878,7 @@ "$ref": "152" }, { - "$id": "240", + "$id": "238", "kind": "model", "name": "StartParameterBody", "namespace": "MgmtTypeSpec", @@ -1899,7 +1888,7 @@ "properties": [] }, { - "$id": "241", + "$id": "239", "kind": "model", "name": "StartRequest", "namespace": "MgmtTypeSpec", @@ -1909,13 +1898,13 @@ "decorators": [], "properties": [ { - "$id": "242", + "$id": "240", "kind": "property", "name": "startVm", "serializedName": "startVm", "doc": "The boolean value indicates whether to start the virtual machines before starting the SAP instances.", "type": { - "$id": "243", + "$id": "241", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -1928,9 +1917,9 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.StartRequest.startVm", "serializationOptions": { - "$id": "244", + "$id": "242", "json": { - "$id": "245", + "$id": "243", "name": "startVm" } } @@ -1938,7 +1927,7 @@ ] }, { - "$id": "246", + "$id": "244", "kind": "model", "name": "OperationStatusResult", "namespace": "MgmtTypeSpec", @@ -1948,18 +1937,18 @@ "decorators": [], "properties": [ { - "$id": "247", + "$id": "245", "kind": "property", "name": "id", "serializedName": "id", "doc": "Fully qualified ID for the async operation.", "type": { - "$id": "248", + "$id": "246", "kind": "string", "name": "armResourceIdentifier", "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier", "baseType": { - "$id": "249", + "$id": "247", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1974,21 +1963,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.id", "serializationOptions": { - "$id": "250", + "$id": "248", "json": { - "$id": "251", + "$id": "249", "name": "id" } } }, { - "$id": "252", + "$id": "250", "kind": "property", "name": "name", "serializedName": "name", "doc": "Name of the async operation.", "type": { - "$id": "253", + "$id": "251", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2001,21 +1990,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.name", "serializationOptions": { - "$id": "254", + "$id": "252", "json": { - "$id": "255", + "$id": "253", "name": "name" } } }, { - "$id": "256", + "$id": "254", "kind": "property", "name": "status", "serializedName": "status", "doc": "Operation status.", "type": { - "$id": "257", + "$id": "255", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2028,21 +2017,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.status", "serializationOptions": { - "$id": "258", + "$id": "256", "json": { - "$id": "259", + "$id": "257", "name": "status" } } }, { - "$id": "260", + "$id": "258", "kind": "property", "name": "percentComplete", "serializedName": "percentComplete", "doc": "Percent of the operation that is complete.", "type": { - "$id": "261", + "$id": "259", "kind": "float64", "name": "float64", "crossLanguageDefinitionId": "TypeSpec.float64", @@ -2055,26 +2044,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.percentComplete", "serializationOptions": { - "$id": "262", + "$id": "260", "json": { - "$id": "263", + "$id": "261", "name": "percentComplete" } } }, { - "$id": "264", + "$id": "262", "kind": "property", "name": "startTime", "serializedName": "startTime", "doc": "The start time of the operation.", "type": { - "$id": "265", + "$id": "263", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "266", + "$id": "264", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2090,26 +2079,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.startTime", "serializationOptions": { - "$id": "267", + "$id": "265", "json": { - "$id": "268", + "$id": "266", "name": "startTime" } } }, { - "$id": "269", + "$id": "267", "kind": "property", "name": "endTime", "serializedName": "endTime", "doc": "The end time of the operation.", "type": { - "$id": "270", + "$id": "268", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "271", + "$id": "269", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2125,25 +2114,25 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.endTime", "serializationOptions": { - "$id": "272", + "$id": "270", "json": { - "$id": "273", + "$id": "271", "name": "endTime" } } }, { - "$id": "274", + "$id": "272", "kind": "property", "name": "operations", "serializedName": "operations", "doc": "The operations list.", "type": { - "$id": "275", + "$id": "273", "kind": "array", "name": "ArrayOperationStatusResult", "valueType": { - "$ref": "246" + "$ref": "244" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -2155,15 +2144,15 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.operations", "serializationOptions": { - "$id": "276", + "$id": "274", "json": { - "$id": "277", + "$id": "275", "name": "operations" } } }, { - "$id": "278", + "$id": "276", "kind": "property", "name": "error", "serializedName": "error", @@ -2178,26 +2167,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.error", "serializationOptions": { - "$id": "279", + "$id": "277", "json": { - "$id": "280", + "$id": "278", "name": "error" } } }, { - "$id": "281", + "$id": "279", "kind": "property", "name": "resourceId", "serializedName": "resourceId", "doc": "Fully qualified ID of the resource against which the original async operation was started.", "type": { - "$id": "282", + "$id": "280", "kind": "string", "name": "armResourceIdentifier", "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier", "baseType": { - "$id": "283", + "$id": "281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2212,9 +2201,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationStatusResult.resourceId", "serializationOptions": { - "$id": "284", + "$id": "282", "json": { - "$id": "285", + "$id": "283", "name": "resourceId" } } @@ -2222,7 +2211,7 @@ ] }, { - "$id": "286", + "$id": "284", "kind": "model", "name": "ArmOperationStatusResourceProvisioningState", "namespace": "MgmtTypeSpec", @@ -2232,7 +2221,7 @@ "decorators": [], "properties": [ { - "$id": "287", + "$id": "285", "kind": "property", "name": "status", "serializedName": "status", @@ -2247,21 +2236,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.status", "serializationOptions": { - "$id": "288", + "$id": "286", "json": { - "$id": "289", + "$id": "287", "name": "status" } } }, { - "$id": "290", + "$id": "288", "kind": "path", "name": "id", "serializedName": "id", "doc": "The unique identifier for the operationStatus resource", "type": { - "$id": "291", + "$id": "289", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2277,13 +2266,13 @@ "correspondingMethodParams": [] }, { - "$id": "292", + "$id": "290", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the operationStatus resource", "type": { - "$id": "293", + "$id": "291", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2296,26 +2285,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.name", "serializationOptions": { - "$id": "294", + "$id": "292", "json": { - "$id": "295", + "$id": "293", "name": "name" } } }, { - "$id": "296", + "$id": "294", "kind": "property", "name": "startTime", "serializedName": "startTime", "doc": "Operation start time", "type": { - "$id": "297", + "$id": "295", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "298", + "$id": "296", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2331,26 +2320,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.startTime", "serializationOptions": { - "$id": "299", + "$id": "297", "json": { - "$id": "300", + "$id": "298", "name": "startTime" } } }, { - "$id": "301", + "$id": "299", "kind": "property", "name": "endTime", "serializedName": "endTime", "doc": "Operation complete time", "type": { - "$id": "302", + "$id": "300", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "303", + "$id": "301", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2366,21 +2355,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.endTime", "serializationOptions": { - "$id": "304", + "$id": "302", "json": { - "$id": "305", + "$id": "303", "name": "endTime" } } }, { - "$id": "306", + "$id": "304", "kind": "property", "name": "percentComplete", "serializedName": "percentComplete", "doc": "The progress made toward completing the operation", "type": { - "$id": "307", + "$id": "305", "kind": "float64", "name": "float64", "crossLanguageDefinitionId": "TypeSpec.float64", @@ -2393,15 +2382,15 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.percentComplete", "serializationOptions": { - "$id": "308", + "$id": "306", "json": { - "$id": "309", + "$id": "307", "name": "percentComplete" } } }, { - "$id": "310", + "$id": "308", "kind": "property", "name": "error", "serializedName": "error", @@ -2416,9 +2405,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.error", "serializationOptions": { - "$id": "311", + "$id": "309", "json": { - "$id": "312", + "$id": "310", "name": "error" } } @@ -2426,7 +2415,7 @@ ] }, { - "$id": "313", + "$id": "311", "kind": "model", "name": "Foo", "namespace": "MgmtTypeSpec", @@ -2435,7 +2424,7 @@ "doc": "Concrete tracked resource types can be created by aliasing this type using a specific property type.", "decorators": [], "baseModel": { - "$id": "314", + "$id": "312", "kind": "model", "name": "TrackedResource", "namespace": "MgmtTypeSpec", @@ -2449,23 +2438,23 @@ }, "properties": [ { - "$id": "315", + "$id": "313", "kind": "property", "name": "tags", "serializedName": "tags", "doc": "Resource tags.", "type": { - "$id": "316", + "$id": "314", "kind": "dict", "keyType": { - "$id": "317", + "$id": "315", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "318", + "$id": "316", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2480,21 +2469,21 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.TrackedResource.tags", "serializationOptions": { - "$id": "319", + "$id": "317", "json": { - "$id": "320", + "$id": "318", "name": "tags" } } }, { - "$id": "321", + "$id": "319", "kind": "property", "name": "location", "serializedName": "location", "doc": "The geo-location where the resource lives", "type": { - "$id": "322", + "$id": "320", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2507,9 +2496,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.TrackedResource.location", "serializationOptions": { - "$id": "323", + "$id": "321", "json": { - "$id": "324", + "$id": "322", "name": "location" } } @@ -2518,13 +2507,13 @@ }, "properties": [ { - "$id": "325", + "$id": "323", "kind": "property", "name": "properties", "serializedName": "properties", "doc": "The resource-specific properties for this resource.", "type": { - "$id": "326", + "$id": "324", "kind": "model", "name": "FooProperties", "namespace": "MgmtTypeSpec", @@ -2532,23 +2521,23 @@ "usage": "Input,Output,Json,LroInitial,LroFinalEnvelope", "decorators": [ { - "$id": "327", + "$id": "325", "name": "Azure.ClientGenerator.Core.@useSystemTextJsonConverter", "arguments": { - "$id": "328", + "$id": "326", "scope": "csharp" } } ], "properties": [ { - "$id": "329", + "$id": "327", "kind": "property", "name": "serviceUrl", "serializedName": "serviceUrl", "doc": "the service url", "type": { - "$id": "330", + "$id": "328", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2560,30 +2549,30 @@ "flatten": false, "decorators": [ { - "$id": "331", + "$id": "329", "name": "Azure.ClientGenerator.Core.@deserializeEmptyStringAsNull", "arguments": { - "$id": "332" + "$id": "330" } } ], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.serviceUrl", "serializationOptions": { - "$id": "333", + "$id": "331", "json": { - "$id": "334", + "$id": "332", "name": "serviceUrl" } } }, { - "$id": "335", + "$id": "333", "kind": "property", "name": "something", "serializedName": "something", "doc": "something", "type": { - "$id": "336", + "$id": "334", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2596,21 +2585,21 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.something", "serializationOptions": { - "$id": "337", + "$id": "335", "json": { - "$id": "338", + "$id": "336", "name": "something" } } }, { - "$id": "339", + "$id": "337", "kind": "property", "name": "boolValue", "serializedName": "boolValue", "doc": "boolean value", "type": { - "$id": "340", + "$id": "338", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -2623,21 +2612,21 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.boolValue", "serializationOptions": { - "$id": "341", + "$id": "339", "json": { - "$id": "342", + "$id": "340", "name": "boolValue" } } }, { - "$id": "343", + "$id": "341", "kind": "property", "name": "floatValue", "serializedName": "floatValue", "doc": "float value", "type": { - "$id": "344", + "$id": "342", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -2650,21 +2639,21 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.floatValue", "serializationOptions": { - "$id": "345", + "$id": "343", "json": { - "$id": "346", + "$id": "344", "name": "floatValue" } } }, { - "$id": "347", + "$id": "345", "kind": "property", "name": "doubleValue", "serializedName": "doubleValue", "doc": "double value", "type": { - "$id": "348", + "$id": "346", "kind": "float64", "name": "float64", "crossLanguageDefinitionId": "TypeSpec.float64", @@ -2677,25 +2666,25 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.doubleValue", "serializationOptions": { - "$id": "349", + "$id": "347", "json": { - "$id": "350", + "$id": "348", "name": "doubleValue" } } }, { - "$id": "351", + "$id": "349", "kind": "property", "name": "testResource", "serializedName": "testResource", "type": { - "$id": "352", + "$id": "350", "kind": "string", "name": "armResourceType", "crossLanguageDefinitionId": "Azure.Core.armResourceType", "baseType": { - "$id": "353", + "$id": "351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2710,9 +2699,9 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.FooProperties.testResource", "serializationOptions": { - "$id": "354", + "$id": "352", "json": { - "$id": "355", + "$id": "353", "name": "testResource" } } @@ -2726,21 +2715,21 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.Foo.properties", "serializationOptions": { - "$id": "356", + "$id": "354", "json": { - "$id": "357", + "$id": "355", "name": "properties" } } }, { - "$id": "358", + "$id": "356", "kind": "path", "name": "name", "serializedName": "name", "doc": "The name of the Foo", "type": { - "$id": "359", + "$id": "357", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2756,12 +2745,12 @@ "correspondingMethodParams": [] }, { - "$id": "360", + "$id": "358", "kind": "property", "name": "extendedLocation", "serializedName": "extendedLocation", "type": { - "$id": "361", + "$id": "359", "kind": "model", "name": "ExtendedLocation", "namespace": "MgmtTypeSpec", @@ -2771,13 +2760,13 @@ "decorators": [], "properties": [ { - "$id": "362", + "$id": "360", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the extended location.", "type": { - "$id": "363", + "$id": "361", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2790,15 +2779,15 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ExtendedLocation.name", "serializationOptions": { - "$id": "364", + "$id": "362", "json": { - "$id": "365", + "$id": "363", "name": "name" } } }, { - "$id": "366", + "$id": "364", "kind": "property", "name": "type", "serializedName": "type", @@ -2813,9 +2802,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ExtendedLocation.type", "serializationOptions": { - "$id": "367", + "$id": "365", "json": { - "$id": "368", + "$id": "366", "name": "type" } } @@ -2829,9 +2818,9 @@ "decorators": [], "crossLanguageDefinitionId": "MgmtTypeSpec.Foo.extendedLocation", "serializationOptions": { - "$id": "369", + "$id": "367", "json": { - "$id": "370", + "$id": "368", "name": "extendedLocation" } } @@ -2839,16 +2828,16 @@ ] }, { - "$ref": "326" + "$ref": "324" }, { - "$ref": "361" + "$ref": "359" }, { - "$ref": "314" + "$ref": "312" }, { - "$id": "371", + "$id": "369", "kind": "model", "name": "FooListResult", "namespace": "MgmtTypeSpec", @@ -2858,17 +2847,17 @@ "decorators": [], "properties": [ { - "$id": "372", + "$id": "370", "kind": "property", "name": "value", "serializedName": "value", "doc": "The Foo items on this page", "type": { - "$id": "373", + "$id": "371", "kind": "array", "name": "ArrayFoo", "valueType": { - "$ref": "313" + "$ref": "311" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -2880,26 +2869,26 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.value", "serializationOptions": { - "$id": "374", + "$id": "372", "json": { - "$id": "375", + "$id": "373", "name": "value" } } }, { - "$id": "376", + "$id": "374", "kind": "property", "name": "nextLink", "serializedName": "nextLink", "doc": "The link to the next page of items", "type": { - "$id": "377", + "$id": "375", "kind": "url", "name": "ResourceLocation", "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation", "baseType": { - "$id": "378", + "$id": "376", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -2914,9 +2903,9 @@ "decorators": [], "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.nextLink", "serializationOptions": { - "$id": "379", + "$id": "377", "json": { - "$id": "380", + "$id": "378", "name": "nextLink" } } @@ -2926,19 +2915,19 @@ ], "clients": [ { - "$id": "381", + "$id": "379", "kind": "client", "name": "MgmtTypeSpecClient", "namespace": "MgmtTypeSpec", "methods": [], "parameters": [ { - "$id": "382", + "$id": "380", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "383", + "$id": "381", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2952,9 +2941,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "384", + "$id": "382", "type": { - "$id": "385", + "$id": "383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -2965,12 +2954,12 @@ ], "decorators": [ { - "$id": "386", + "$id": "384", "name": "TypeSpec.@service", "arguments": { - "$id": "387", + "$id": "385", "options": { - "$id": "388", + "$id": "386", "title": "MgmtTestClient" } } @@ -2982,13 +2971,13 @@ ], "children": [ { - "$id": "389", + "$id": "387", "kind": "client", "name": "Operations", "namespace": "MgmtTypeSpec", "methods": [ { - "$id": "390", + "$id": "388", "kind": "paging", "name": "list", "accessibility": "public", @@ -2997,19 +2986,19 @@ ], "doc": "List the operations for the provider", "operation": { - "$id": "391", + "$id": "389", "name": "list", "resourceName": "Operations", "doc": "List the operations for the provider", "accessibility": "public", "parameters": [ { - "$id": "392", + "$id": "390", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "393", + "$id": "391", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3023,9 +3012,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "394", + "$id": "392", "type": { - "$id": "395", + "$id": "393", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3036,17 +3025,17 @@ "skipUrlEncoding": false }, { - "$id": "396", + "$id": "394", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "397", + "$id": "395", "kind": "constant", "name": "listContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "398", + "$id": "396", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3068,7 +3057,7 @@ ], "responses": [ { - "$id": "399", + "$id": "397", "statusCodes": [ 200 ], @@ -3093,11 +3082,11 @@ }, "parameters": [ { - "$id": "400", + "$id": "398", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "397" + "$ref": "395" }, "location": "Header", "isApiVersion": false, @@ -3111,16 +3100,9 @@ } ], "response": { - "$id": "401", + "$id": "399", "type": { - "$id": "402", - "kind": "array", - "name": "ArrayOperation", - "valueType": { - "$ref": "55" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "54" }, "resultSegments": [ "value" @@ -3131,12 +3113,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "Azure.ResourceManager.Operations.list", "pagingMetadata": { - "$id": "403", + "$id": "400", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "404", + "$id": "401", "responseSegments": [ "nextLink" ], @@ -3147,12 +3129,12 @@ ], "parameters": [ { - "$id": "405", + "$id": "402", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "406", + "$id": "403", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3166,9 +3148,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "407", + "$id": "404", "type": { - "$id": "408", + "$id": "405", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3183,17 +3165,17 @@ "2024-05-01" ], "parent": { - "$ref": "381" + "$ref": "379" } }, { - "$id": "409", + "$id": "406", "kind": "client", "name": "PrivateLinks", "namespace": "MgmtTypeSpec", "methods": [ { - "$id": "410", + "$id": "407", "kind": "paging", "name": "GetAllPrivateLinkResources", "accessibility": "public", @@ -3202,19 +3184,19 @@ ], "doc": "list private links on the given resource", "operation": { - "$id": "411", + "$id": "408", "name": "GetAllPrivateLinkResources", "resourceName": "PrivateLinkResource", "doc": "list private links on the given resource", "accessibility": "public", "parameters": [ { - "$id": "412", + "$id": "409", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "413", + "$id": "410", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3228,9 +3210,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "414", + "$id": "411", "type": { - "$id": "415", + "$id": "412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3241,17 +3223,17 @@ "skipUrlEncoding": false }, { - "$id": "416", + "$id": "413", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "417", + "$id": "414", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "418", + "$id": "415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3270,12 +3252,12 @@ "skipUrlEncoding": false }, { - "$id": "419", + "$id": "416", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "420", + "$id": "417", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3292,17 +3274,17 @@ "skipUrlEncoding": false }, { - "$id": "421", + "$id": "418", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "422", + "$id": "419", "kind": "constant", "name": "listByMongoClusterContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "423", + "$id": "420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3324,7 +3306,7 @@ ], "responses": [ { - "$id": "424", + "$id": "421", "statusCodes": [ 200 ], @@ -3349,12 +3331,12 @@ }, "parameters": [ { - "$id": "425", + "$id": "422", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "426", + "$id": "423", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3371,11 +3353,11 @@ "skipUrlEncoding": false }, { - "$id": "427", + "$id": "424", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "422" + "$ref": "419" }, "location": "Header", "isApiVersion": false, @@ -3389,16 +3371,9 @@ } ], "response": { - "$id": "428", + "$id": "425", "type": { - "$id": "429", - "kind": "array", - "name": "ArrayPrivateLinkResource", - "valueType": { - "$ref": "134" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "133" }, "resultSegments": [ "value" @@ -3409,12 +3384,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "MgmtTypeSpec.PrivateLinks.listByMongoCluster", "pagingMetadata": { - "$id": "430", + "$id": "426", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "431", + "$id": "427", "responseSegments": [ "nextLink" ], @@ -3423,7 +3398,7 @@ } }, { - "$id": "432", + "$id": "428", "kind": "lro", "name": "start", "accessibility": "public", @@ -3432,19 +3407,19 @@ ], "doc": "Starts the SAP Application Server Instance.", "operation": { - "$id": "433", + "$id": "429", "name": "start", "resourceName": "PrivateLinks", "doc": "Starts the SAP Application Server Instance.", "accessibility": "public", "parameters": [ { - "$id": "434", + "$id": "430", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "435", + "$id": "431", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3458,9 +3433,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "436", + "$id": "432", "type": { - "$id": "437", + "$id": "433", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3471,17 +3446,17 @@ "skipUrlEncoding": false }, { - "$id": "438", + "$id": "434", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "439", + "$id": "435", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "440", + "$id": "436", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3500,12 +3475,12 @@ "skipUrlEncoding": false }, { - "$id": "441", + "$id": "437", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "442", + "$id": "438", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3522,12 +3497,12 @@ "skipUrlEncoding": false }, { - "$id": "443", + "$id": "439", "name": "privateLinkResourceName", "nameInRequest": "privateLinkResourceName", "doc": "The name of the private link associated with the Azure resource.", "type": { - "$id": "444", + "$id": "440", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3544,18 +3519,18 @@ "skipUrlEncoding": false }, { - "$id": "445", + "$id": "441", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "446", + "$id": "442", "kind": "constant", "name": "startContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "447", + "$id": "443", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3575,17 +3550,17 @@ "skipUrlEncoding": false }, { - "$id": "448", + "$id": "444", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "449", + "$id": "445", "kind": "constant", "name": "startContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "450", + "$id": "446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3605,12 +3580,12 @@ "skipUrlEncoding": false }, { - "$id": "451", + "$id": "447", "name": "body", "nameInRequest": "body", "doc": "SAP Application server instance start request body.", "type": { - "$ref": "241" + "$ref": "239" }, "location": "Body", "isApiVersion": false, @@ -3625,18 +3600,18 @@ ], "responses": [ { - "$id": "452", + "$id": "448", "statusCodes": [ 202 ], "headers": [ { - "$id": "453", + "$id": "449", "name": "location", "nameInResponse": "Location", "doc": "The Location header contains the URL where the status of the long running operation can be checked.", "type": { - "$id": "454", + "$id": "450", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3644,12 +3619,12 @@ } }, { - "$id": "455", + "$id": "451", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "456", + "$id": "452", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3660,12 +3635,12 @@ "isErrorResponse": false }, { - "$id": "457", + "$id": "453", "statusCodes": [ 200 ], "bodyType": { - "$ref": "246" + "$ref": "244" }, "headers": [], "isErrorResponse": false, @@ -3688,12 +3663,12 @@ }, "parameters": [ { - "$id": "458", + "$id": "454", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "459", + "$id": "455", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3710,12 +3685,12 @@ "skipUrlEncoding": false }, { - "$id": "460", + "$id": "456", "name": "privateLinkResourceName", "nameInRequest": "privateLinkResourceName", "doc": "The name of the private link associated with the Azure resource.", "type": { - "$id": "461", + "$id": "457", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3732,12 +3707,12 @@ "skipUrlEncoding": false }, { - "$id": "462", + "$id": "458", "name": "body", "nameInRequest": "body", "doc": "The content of the action request", "type": { - "$ref": "240" + "$ref": "238" }, "location": "", "isApiVersion": false, @@ -3750,18 +3725,18 @@ "skipUrlEncoding": false }, { - "$id": "463", + "$id": "459", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "464", + "$id": "460", "kind": "constant", "name": "startContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "465", + "$id": "461", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3781,17 +3756,17 @@ "skipUrlEncoding": false }, { - "$id": "466", + "$id": "462", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "467", + "$id": "463", "kind": "constant", "name": "startContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "468", + "$id": "464", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3812,9 +3787,9 @@ } ], "response": { - "$id": "469", + "$id": "465", "type": { - "$ref": "246" + "$ref": "244" } }, "isOverride": false, @@ -3822,15 +3797,15 @@ "generateProtocol": true, "crossLanguageDefinitionId": "MgmtTypeSpec.PrivateLinks.start", "lroMetadata": { - "$id": "470", + "$id": "466", "finalStateVia": 1, "finalResponse": { - "$id": "471", + "$id": "467", "statusCodes": [ 200 ], "bodyType": { - "$ref": "246" + "$ref": "244" } } } @@ -3838,12 +3813,12 @@ ], "parameters": [ { - "$id": "472", + "$id": "468", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "473", + "$id": "469", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3857,9 +3832,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "474", + "$id": "470", "type": { - "$id": "475", + "$id": "471", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3870,10 +3845,10 @@ ], "decorators": [ { - "$id": "476", + "$id": "472", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "477" + "$id": "473" } } ], @@ -3882,17 +3857,17 @@ "2024-05-01" ], "parent": { - "$ref": "381" + "$ref": "379" } }, { - "$id": "478", + "$id": "474", "kind": "client", "name": "Foos", "namespace": "MgmtTypeSpec", "methods": [ { - "$id": "479", + "$id": "475", "kind": "lro", "name": "createOrUpdate", "accessibility": "public", @@ -3901,19 +3876,19 @@ ], "doc": "Create a Foo", "operation": { - "$id": "480", + "$id": "476", "name": "createOrUpdate", "resourceName": "Foo", "doc": "Create a Foo", "accessibility": "public", "parameters": [ { - "$id": "481", + "$id": "477", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "482", + "$id": "478", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3927,9 +3902,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "483", + "$id": "479", "type": { - "$id": "484", + "$id": "480", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -3940,17 +3915,17 @@ "skipUrlEncoding": false }, { - "$id": "485", + "$id": "481", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "486", + "$id": "482", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "487", + "$id": "483", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3969,12 +3944,12 @@ "skipUrlEncoding": false }, { - "$id": "488", + "$id": "484", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "489", + "$id": "485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3991,12 +3966,12 @@ "skipUrlEncoding": false }, { - "$id": "490", + "$id": "486", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "491", + "$id": "487", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4013,18 +3988,18 @@ "skipUrlEncoding": false }, { - "$id": "492", + "$id": "488", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "493", + "$id": "489", "kind": "constant", "name": "createOrUpdateContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "494", + "$id": "490", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4044,17 +4019,17 @@ "skipUrlEncoding": false }, { - "$id": "495", + "$id": "491", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "496", + "$id": "492", "kind": "constant", "name": "createOrUpdateContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "497", + "$id": "493", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4074,12 +4049,12 @@ "skipUrlEncoding": false }, { - "$id": "498", + "$id": "494", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", "type": { - "$ref": "313" + "$ref": "311" }, "location": "Body", "isApiVersion": false, @@ -4094,12 +4069,12 @@ ], "responses": [ { - "$id": "499", + "$id": "495", "statusCodes": [ 200 ], "bodyType": { - "$ref": "313" + "$ref": "311" }, "headers": [], "isErrorResponse": false, @@ -4108,21 +4083,21 @@ ] }, { - "$id": "500", + "$id": "496", "statusCodes": [ 201 ], "bodyType": { - "$ref": "313" + "$ref": "311" }, "headers": [ { - "$id": "501", + "$id": "497", "name": "azureAsyncOperation", "nameInResponse": "Azure-AsyncOperation", "doc": "A link to the status monitor", "type": { - "$id": "502", + "$id": "498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4130,12 +4105,12 @@ } }, { - "$id": "503", + "$id": "499", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "504", + "$id": "500", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -4162,112 +4137,112 @@ "decorators": [], "examples": [ { - "$id": "505", + "$id": "501", "kind": "http", "name": "Create a foo", "description": "Create a foo", "filePath": "2024-05-01/Foos_CreateOrUpdate.json", "parameters": [ { - "$id": "506", + "$id": "502", "parameter": { - "$ref": "485" + "$ref": "481" }, "value": { - "$id": "507", + "$id": "503", "kind": "string", "type": { - "$ref": "486" + "$ref": "482" }, "value": "00000000-0000-0000-0000-000000000000" } }, { - "$id": "508", + "$id": "504", "parameter": { - "$ref": "488" + "$ref": "484" }, "value": { - "$id": "509", + "$id": "505", "kind": "string", "type": { - "$ref": "489" + "$ref": "485" }, "value": "myRg" } }, { - "$id": "510", + "$id": "506", "parameter": { - "$ref": "490" + "$ref": "486" }, "value": { - "$id": "511", + "$id": "507", "kind": "string", "type": { - "$ref": "491" + "$ref": "487" }, "value": "myFoo" } }, { - "$id": "512", + "$id": "508", "parameter": { - "$ref": "498" + "$ref": "494" }, "value": { - "$id": "513", + "$id": "509", "kind": "model", "type": { - "$ref": "313" + "$ref": "311" }, "value": { - "$id": "514", + "$id": "510", "properties": { - "$id": "515", + "$id": "511", "kind": "model", "type": { - "$ref": "326" + "$ref": "324" }, "value": { - "$id": "516", + "$id": "512", "serviceUrl": { - "$id": "517", + "$id": "513", "kind": "string", "type": { - "$ref": "330" + "$ref": "328" }, "value": "https://myService.com" }, "something": { - "$id": "518", + "$id": "514", "kind": "string", "type": { - "$ref": "336" + "$ref": "334" }, "value": "for test only" }, "boolValue": { - "$id": "519", + "$id": "515", "kind": "boolean", "type": { - "$ref": "340" + "$ref": "338" }, "value": true }, "floatValue": { - "$id": "520", + "$id": "516", "kind": "number", "type": { - "$ref": "344" + "$ref": "342" }, "value": 1.2 }, "doubleValue": { - "$id": "521", + "$id": "517", "kind": "number", "type": { - "$ref": "348" + "$ref": "346" }, "value": 1.2 } @@ -4279,21 +4254,21 @@ ], "responses": [ { - "$id": "522", + "$id": "518", "response": { - "$ref": "499" + "$ref": "495" }, "statusCode": 200, "bodyValue": { - "$id": "523", + "$id": "519", "kind": "model", "type": { - "$ref": "313" + "$ref": "311" }, "value": { - "$id": "524", + "$id": "520", "id": { - "$id": "525", + "$id": "521", "kind": "string", "type": { "$ref": "138" @@ -4301,7 +4276,7 @@ "value": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/MgmtTypeSpec/foos/myFoo" }, "name": { - "$id": "526", + "$id": "522", "kind": "string", "type": { "$ref": "143" @@ -4309,7 +4284,7 @@ "value": "myFoo" }, "type": { - "$id": "527", + "$id": "523", "kind": "string", "type": { "$ref": "147" @@ -4317,50 +4292,50 @@ "value": "MgmtTypeSpec/foos" }, "properties": { - "$id": "528", + "$id": "524", "kind": "model", "type": { - "$ref": "326" + "$ref": "324" }, "value": { - "$id": "529", + "$id": "525", "serviceUrl": { - "$id": "530", + "$id": "526", "kind": "string", "type": { - "$ref": "330" + "$ref": "328" }, "value": "https://myService.com" }, "something": { - "$id": "531", + "$id": "527", "kind": "string", "type": { - "$ref": "336" + "$ref": "334" }, "value": "for test only" }, "boolValue": { - "$id": "532", + "$id": "528", "kind": "boolean", "type": { - "$ref": "340" + "$ref": "338" }, "value": true }, "floatValue": { - "$id": "533", + "$id": "529", "kind": "number", "type": { - "$ref": "344" + "$ref": "342" }, "value": 1.2 }, "doubleValue": { - "$id": "534", + "$id": "530", "kind": "number", "type": { - "$ref": "348" + "$ref": "346" }, "value": 1.2 } @@ -4375,12 +4350,12 @@ }, "parameters": [ { - "$id": "535", + "$id": "531", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "536", + "$id": "532", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4397,12 +4372,12 @@ "skipUrlEncoding": false }, { - "$id": "537", + "$id": "533", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "538", + "$id": "534", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4419,12 +4394,12 @@ "skipUrlEncoding": false }, { - "$id": "539", + "$id": "535", "name": "resource", "nameInRequest": "resource", "doc": "Resource create parameters.", "type": { - "$ref": "313" + "$ref": "311" }, "location": "Body", "isApiVersion": false, @@ -4437,18 +4412,18 @@ "skipUrlEncoding": false }, { - "$id": "540", + "$id": "536", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "541", + "$id": "537", "kind": "constant", "name": "createOrUpdateContentType2", "namespace": "", "usage": "None", "valueType": { - "$id": "542", + "$id": "538", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4468,17 +4443,17 @@ "skipUrlEncoding": false }, { - "$id": "543", + "$id": "539", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "544", + "$id": "540", "kind": "constant", "name": "createOrUpdateContentType3", "namespace": "", "usage": "None", "valueType": { - "$id": "545", + "$id": "541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4499,9 +4474,9 @@ } ], "response": { - "$id": "546", + "$id": "542", "type": { - "$ref": "313" + "$ref": "311" } }, "isOverride": false, @@ -4509,21 +4484,21 @@ "generateProtocol": true, "crossLanguageDefinitionId": "MgmtTypeSpec.Foos.createOrUpdate", "lroMetadata": { - "$id": "547", + "$id": "543", "finalStateVia": 0, "finalResponse": { - "$id": "548", + "$id": "544", "statusCodes": [ 200 ], "bodyType": { - "$ref": "313" + "$ref": "311" } } } }, { - "$id": "549", + "$id": "545", "kind": "basic", "name": "get", "accessibility": "public", @@ -4532,19 +4507,19 @@ ], "doc": "Get a Foo", "operation": { - "$id": "550", + "$id": "546", "name": "get", "resourceName": "Foo", "doc": "Get a Foo", "accessibility": "public", "parameters": [ { - "$id": "551", + "$id": "547", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "552", + "$id": "548", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4558,9 +4533,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "553", + "$id": "549", "type": { - "$id": "554", + "$id": "550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4571,17 +4546,17 @@ "skipUrlEncoding": false }, { - "$id": "555", + "$id": "551", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "556", + "$id": "552", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "557", + "$id": "553", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4600,12 +4575,12 @@ "skipUrlEncoding": false }, { - "$id": "558", + "$id": "554", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "559", + "$id": "555", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4622,12 +4597,12 @@ "skipUrlEncoding": false }, { - "$id": "560", + "$id": "556", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "561", + "$id": "557", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4644,17 +4619,17 @@ "skipUrlEncoding": false }, { - "$id": "562", + "$id": "558", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "563", + "$id": "559", "kind": "constant", "name": "getContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "564", + "$id": "560", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4676,12 +4651,12 @@ ], "responses": [ { - "$id": "565", + "$id": "561", "statusCodes": [ 200 ], "bodyType": { - "$ref": "313" + "$ref": "311" }, "headers": [], "isErrorResponse": false, @@ -4700,50 +4675,50 @@ "decorators": [], "examples": [ { - "$id": "566", + "$id": "562", "kind": "http", "name": "Get a foo", "description": "Get a foo", "filePath": "2024-05-01/Foos_Get.json", "parameters": [ { - "$id": "567", + "$id": "563", "parameter": { - "$ref": "555" + "$ref": "551" }, "value": { - "$id": "568", + "$id": "564", "kind": "string", "type": { - "$ref": "556" + "$ref": "552" }, "value": "00000000-0000-0000-0000-000000000000" } }, { - "$id": "569", + "$id": "565", "parameter": { - "$ref": "558" + "$ref": "554" }, "value": { - "$id": "570", + "$id": "566", "kind": "string", "type": { - "$ref": "559" + "$ref": "555" }, "value": "myRg" } }, { - "$id": "571", + "$id": "567", "parameter": { - "$ref": "560" + "$ref": "556" }, "value": { - "$id": "572", + "$id": "568", "kind": "string", "type": { - "$ref": "561" + "$ref": "557" }, "value": "myFoo" } @@ -4751,21 +4726,21 @@ ], "responses": [ { - "$id": "573", + "$id": "569", "response": { - "$ref": "565" + "$ref": "561" }, "statusCode": 200, "bodyValue": { - "$id": "574", + "$id": "570", "kind": "model", "type": { - "$ref": "313" + "$ref": "311" }, "value": { - "$id": "575", + "$id": "571", "id": { - "$id": "576", + "$id": "572", "kind": "string", "type": { "$ref": "138" @@ -4773,7 +4748,7 @@ "value": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/MgmtTypeSpec/foos/myFoo" }, "name": { - "$id": "577", + "$id": "573", "kind": "string", "type": { "$ref": "143" @@ -4781,7 +4756,7 @@ "value": "myFoo" }, "type": { - "$id": "578", + "$id": "574", "kind": "string", "type": { "$ref": "147" @@ -4789,26 +4764,26 @@ "value": "MgmtTypeSpec/foos" }, "properties": { - "$id": "579", + "$id": "575", "kind": "model", "type": { - "$ref": "326" + "$ref": "324" }, "value": { - "$id": "580", + "$id": "576", "serviceUrl": { - "$id": "581", + "$id": "577", "kind": "string", "type": { - "$ref": "330" + "$ref": "328" }, "value": "https://myService.com" }, "something": { - "$id": "582", + "$id": "578", "kind": "string", "type": { - "$ref": "336" + "$ref": "334" }, "value": "for test only" } @@ -4823,12 +4798,12 @@ }, "parameters": [ { - "$id": "583", + "$id": "579", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "584", + "$id": "580", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4845,12 +4820,12 @@ "skipUrlEncoding": false }, { - "$id": "585", + "$id": "581", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "586", + "$id": "582", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4867,11 +4842,11 @@ "skipUrlEncoding": false }, { - "$id": "587", + "$id": "583", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "563" + "$ref": "559" }, "location": "Header", "isApiVersion": false, @@ -4885,9 +4860,9 @@ } ], "response": { - "$id": "588", + "$id": "584", "type": { - "$ref": "313" + "$ref": "311" } }, "isOverride": false, @@ -4896,7 +4871,7 @@ "crossLanguageDefinitionId": "MgmtTypeSpec.Foos.get" }, { - "$id": "589", + "$id": "585", "kind": "lro", "name": "delete", "accessibility": "public", @@ -4905,19 +4880,19 @@ ], "doc": "Delete a Foo", "operation": { - "$id": "590", + "$id": "586", "name": "delete", "resourceName": "Foo", "doc": "Delete a Foo", "accessibility": "public", "parameters": [ { - "$id": "591", + "$id": "587", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "592", + "$id": "588", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4931,9 +4906,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "593", + "$id": "589", "type": { - "$id": "594", + "$id": "590", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -4944,17 +4919,17 @@ "skipUrlEncoding": false }, { - "$id": "595", + "$id": "591", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "596", + "$id": "592", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "597", + "$id": "593", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4973,12 +4948,12 @@ "skipUrlEncoding": false }, { - "$id": "598", + "$id": "594", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "599", + "$id": "595", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4995,12 +4970,12 @@ "skipUrlEncoding": false }, { - "$id": "600", + "$id": "596", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "601", + "$id": "597", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5017,17 +4992,17 @@ "skipUrlEncoding": false }, { - "$id": "602", + "$id": "598", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "603", + "$id": "599", "kind": "constant", "name": "deleteContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "604", + "$id": "600", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5049,18 +5024,18 @@ ], "responses": [ { - "$id": "605", + "$id": "601", "statusCodes": [ 202 ], "headers": [ { - "$id": "606", + "$id": "602", "name": "location", "nameInResponse": "Location", "doc": "The Location header contains the URL where the status of the long running operation can be checked.", "type": { - "$id": "607", + "$id": "603", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5068,12 +5043,12 @@ } }, { - "$id": "608", + "$id": "604", "name": "retryAfter", "nameInResponse": "Retry-After", "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.", "type": { - "$id": "609", + "$id": "605", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5084,7 +5059,7 @@ "isErrorResponse": false }, { - "$id": "610", + "$id": "606", "statusCodes": [ 204 ], @@ -5103,12 +5078,12 @@ }, "parameters": [ { - "$id": "611", + "$id": "607", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "612", + "$id": "608", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5125,12 +5100,12 @@ "skipUrlEncoding": false }, { - "$id": "613", + "$id": "609", "name": "fooName", "nameInRequest": "fooName", "doc": "The name of the Foo", "type": { - "$id": "614", + "$id": "610", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5147,17 +5122,17 @@ "skipUrlEncoding": false }, { - "$id": "615", + "$id": "611", "name": "accept", "nameInRequest": "accept", "type": { - "$id": "616", + "$id": "612", "kind": "constant", "name": "deleteContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "617", + "$id": "613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5178,17 +5153,17 @@ } ], "response": { - "$id": "618" + "$id": "614" }, "isOverride": false, "generateConvenient": true, "generateProtocol": true, "crossLanguageDefinitionId": "MgmtTypeSpec.Foos.delete", "lroMetadata": { - "$id": "619", + "$id": "615", "finalStateVia": 1, "finalResponse": { - "$id": "620", + "$id": "616", "statusCodes": [ 204 ] @@ -5196,7 +5171,7 @@ } }, { - "$id": "621", + "$id": "617", "kind": "paging", "name": "list", "accessibility": "public", @@ -5205,19 +5180,19 @@ ], "doc": "List Foo resources by resource group", "operation": { - "$id": "622", + "$id": "618", "name": "list", "resourceName": "Foo", "doc": "List Foo resources by resource group", "accessibility": "public", "parameters": [ { - "$id": "623", + "$id": "619", "name": "apiVersion", "nameInRequest": "api-version", "doc": "The API version to use for this operation.", "type": { - "$id": "624", + "$id": "620", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5231,9 +5206,9 @@ "isRequired": true, "kind": "Client", "defaultValue": { - "$id": "625", + "$id": "621", "type": { - "$id": "626", + "$id": "622", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5244,17 +5219,17 @@ "skipUrlEncoding": false }, { - "$id": "627", + "$id": "623", "name": "subscriptionId", "nameInRequest": "subscriptionId", "doc": "The ID of the target subscription. The value must be an UUID.", "type": { - "$id": "628", + "$id": "624", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "629", + "$id": "625", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5273,12 +5248,12 @@ "skipUrlEncoding": false }, { - "$id": "630", + "$id": "626", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "631", + "$id": "627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5295,17 +5270,17 @@ "skipUrlEncoding": false }, { - "$id": "632", + "$id": "628", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "633", + "$id": "629", "kind": "constant", "name": "listContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "634", + "$id": "630", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5327,12 +5302,12 @@ ], "responses": [ { - "$id": "635", + "$id": "631", "statusCodes": [ 200 ], "bodyType": { - "$ref": "371" + "$ref": "369" }, "headers": [], "isErrorResponse": false, @@ -5352,12 +5327,12 @@ }, "parameters": [ { - "$id": "636", + "$id": "632", "name": "resourceGroupName", "nameInRequest": "resourceGroupName", "doc": "The name of the resource group. The name is case insensitive.", "type": { - "$id": "637", + "$id": "633", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5374,11 +5349,11 @@ "skipUrlEncoding": false }, { - "$id": "638", + "$id": "634", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "633" + "$ref": "629" }, "location": "Header", "isApiVersion": false, @@ -5392,16 +5367,9 @@ } ], "response": { - "$id": "639", + "$id": "635", "type": { - "$id": "640", - "kind": "array", - "name": "ArrayFoo", - "valueType": { - "$ref": "313" - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "371" }, "resultSegments": [ "value" @@ -5412,12 +5380,12 @@ "generateProtocol": true, "crossLanguageDefinitionId": "MgmtTypeSpec.Foos.list", "pagingMetadata": { - "$id": "641", + "$id": "636", "itemPropertySegments": [ "value" ], "nextLink": { - "$id": "642", + "$id": "637", "responseSegments": [ "nextLink" ], @@ -5428,12 +5396,12 @@ ], "parameters": [ { - "$id": "643", + "$id": "638", "name": "endpoint", "nameInRequest": "endpoint", "doc": "Service host", "type": { - "$id": "644", + "$id": "639", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5447,9 +5415,9 @@ "explode": false, "kind": "Client", "defaultValue": { - "$id": "645", + "$id": "640", "type": { - "$id": "646", + "$id": "641", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -5460,10 +5428,10 @@ ], "decorators": [ { - "$id": "647", + "$id": "642", "name": "Azure.ResourceManager.@armResourceOperations", "arguments": { - "$id": "648" + "$id": "643" } } ], @@ -5472,16 +5440,16 @@ "2024-05-01" ], "parent": { - "$ref": "381" + "$ref": "379" } } ] } ], "auth": { - "$id": "649", + "$id": "644", "oAuth2": { - "$id": "650", + "$id": "645", "scopes": [ "user_impersonation" ] diff --git a/test/TestProjects/ModelReaderWriterValidation-TypeSpec/tspCodeModel.json b/test/TestProjects/ModelReaderWriterValidation-TypeSpec/tspCodeModel.json index b0751567540..089b0e7ccff 100644 --- a/test/TestProjects/ModelReaderWriterValidation-TypeSpec/tspCodeModel.json +++ b/test/TestProjects/ModelReaderWriterValidation-TypeSpec/tspCodeModel.json @@ -782,18 +782,7 @@ "serializedName": "fields", "doc": "Optional list.", "type": { - "$id": "96", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "97", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -802,21 +791,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelX.fields", "serializationOptions": { - "$id": "98", + "$id": "96", "json": { - "$id": "99", + "$id": "97", "name": "fields" } } }, { - "$id": "100", + "$id": "98", "kind": "property", "name": "nullProperty", "serializedName": "nullProperty", "doc": "Nullable integer.", "type": { - "$id": "101", + "$id": "99", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -829,37 +818,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelX.nullProperty", "serializationOptions": { - "$id": "102", + "$id": "100", "json": { - "$id": "103", + "$id": "101", "name": "nullProperty" } } }, { - "$id": "104", + "$id": "102", "kind": "property", "name": "keyValuePairs", "serializedName": "keyValuePairs", "doc": "Optional dictionary.", "type": { - "$id": "105", - "kind": "dict", - "keyType": { - "$id": "106", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "107", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "70" }, "optional": true, "readOnly": false, @@ -868,21 +841,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelX.keyValuePairs", "serializationOptions": { - "$id": "108", + "$id": "103", "json": { - "$id": "109", + "$id": "104", "name": "keyValuePairs" } } }, { - "$id": "110", + "$id": "105", "kind": "property", "name": "xProperty", "serializedName": "xProperty", "doc": "The XProperty property.", "type": { - "$id": "111", + "$id": "106", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -895,9 +868,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelX.xProperty", "serializationOptions": { - "$id": "112", + "$id": "107", "json": { - "$id": "113", + "$id": "108", "name": "xProperty" } } @@ -905,7 +878,7 @@ ] }, "Y": { - "$id": "114", + "$id": "109", "kind": "model", "name": "ModelY", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -919,18 +892,18 @@ }, "properties": [ { - "$id": "115", + "$id": "110", "kind": "property", "name": "kind", "serializedName": "kind", "type": { - "$id": "116", + "$id": "111", "kind": "constant", "name": "ModelYKind", "namespace": "ModelReaderWriterValidationTypeSpec", "usage": "Input,Output,Json", "valueType": { - "$id": "117", + "$id": "112", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -946,21 +919,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelY.kind", "serializationOptions": { - "$id": "118", + "$id": "113", "json": { - "$id": "119", + "$id": "114", "name": "kind" } } }, { - "$id": "120", + "$id": "115", "kind": "property", "name": "yProperty", "serializedName": "yProperty", "doc": "The YProperty property.", "type": { - "$id": "121", + "$id": "116", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -973,9 +946,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelY.yProperty", "serializationOptions": { - "$id": "122", + "$id": "117", "json": { - "$id": "123", + "$id": "118", "name": "yProperty" } } @@ -988,10 +961,10 @@ "$ref": "89" }, { - "$ref": "114" + "$ref": "109" }, { - "$id": "124", + "$id": "119", "kind": "model", "name": "AvailabilitySetData", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1000,7 +973,7 @@ "doc": "The availability set data", "decorators": [], "baseModel": { - "$id": "125", + "$id": "120", "kind": "model", "name": "TrackedResourceData", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1010,13 +983,13 @@ "decorators": [], "properties": [ { - "$id": "126", + "$id": "121", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property.", "type": { - "$id": "127", + "$id": "122", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1029,21 +1002,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.TrackedResourceData.id", "serializationOptions": { - "$id": "128", + "$id": "123", "json": { - "$id": "129", + "$id": "124", "name": "id" } } }, { - "$id": "130", + "$id": "125", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property.", "type": { - "$id": "131", + "$id": "126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1056,21 +1029,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.TrackedResourceData.name", "serializationOptions": { - "$id": "132", + "$id": "127", "json": { - "$id": "133", + "$id": "128", "name": "name" } } }, { - "$id": "134", + "$id": "129", "kind": "property", "name": "resourceType", "serializedName": "type", "doc": "The resource type.", "type": { - "$id": "135", + "$id": "130", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1083,21 +1056,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.TrackedResourceData.type", "serializationOptions": { - "$id": "136", + "$id": "131", "json": { - "$id": "137", + "$id": "132", "name": "type" } } }, { - "$id": "138", + "$id": "133", "kind": "property", "name": "location", "serializedName": "location", "doc": "The location property.", "type": { - "$id": "139", + "$id": "134", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1110,37 +1083,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.TrackedResourceData.location", "serializationOptions": { - "$id": "140", + "$id": "135", "json": { - "$id": "141", + "$id": "136", "name": "location" } } }, { - "$id": "142", + "$id": "137", "kind": "property", "name": "tags", "serializedName": "tags", "doc": "The tags property.", "type": { - "$id": "143", - "kind": "dict", - "keyType": { - "$id": "144", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "145", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "70" }, "optional": true, "readOnly": false, @@ -1149,9 +1106,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.TrackedResourceData.tags", "serializationOptions": { - "$id": "146", + "$id": "138", "json": { - "$id": "147", + "$id": "139", "name": "tags" } } @@ -1160,13 +1117,13 @@ }, "properties": [ { - "$id": "148", + "$id": "140", "kind": "property", "name": "sku", "serializedName": "sku", "doc": "The sku.", "type": { - "$id": "149", + "$id": "141", "kind": "model", "name": "ComputeSku", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1175,13 +1132,13 @@ "decorators": [], "properties": [ { - "$id": "150", + "$id": "142", "kind": "property", "name": "name", "serializedName": "name", "doc": "The sku name.", "type": { - "$id": "151", + "$id": "143", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1194,21 +1151,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ComputeSku.name", "serializationOptions": { - "$id": "152", + "$id": "144", "json": { - "$id": "153", + "$id": "145", "name": "name" } } }, { - "$id": "154", + "$id": "146", "kind": "property", "name": "tier", "serializedName": "tier", "doc": "Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**.", "type": { - "$id": "155", + "$id": "147", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1221,21 +1178,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ComputeSku.tier", "serializationOptions": { - "$id": "156", + "$id": "148", "json": { - "$id": "157", + "$id": "149", "name": "tier" } } }, { - "$id": "158", + "$id": "150", "kind": "property", "name": "capacity", "serializedName": "capacity", "doc": "Specifies the number of virtual machines in the scale set.", "type": { - "$id": "159", + "$id": "151", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -1248,9 +1205,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ComputeSku.capacity", "serializationOptions": { - "$id": "160", + "$id": "152", "json": { - "$id": "161", + "$id": "153", "name": "capacity" } } @@ -1264,21 +1221,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.AvailabilitySetData.sku", "serializationOptions": { - "$id": "162", + "$id": "154", "json": { - "$id": "163", + "$id": "155", "name": "sku" } } }, { - "$id": "164", + "$id": "156", "kind": "property", "name": "properties", "serializedName": "properties", "doc": "The properties property.", "type": { - "$id": "165", + "$id": "157", "kind": "model", "name": "AvailabilitySetProperties", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1288,17 +1245,17 @@ "decorators": [], "properties": [ { - "$id": "166", + "$id": "158", "kind": "property", "name": "virtualMachines", "serializedName": "virtualMachines", "doc": "The virtual machines.", "type": { - "$id": "167", + "$id": "159", "kind": "array", "name": "ArrayWritableSubResource", "valueType": { - "$id": "168", + "$id": "160", "kind": "model", "name": "WritableSubResource", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1308,13 +1265,13 @@ "decorators": [], "properties": [ { - "$id": "169", + "$id": "161", "kind": "property", "name": "id", "serializedName": "id", "doc": "The resource id", "type": { - "$id": "170", + "$id": "162", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1327,9 +1284,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.WritableSubResource.id", "serializationOptions": { - "$id": "171", + "$id": "163", "json": { - "$id": "172", + "$id": "164", "name": "id" } } @@ -1346,21 +1303,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.AvailabilitySetProperties.virtualMachines", "serializationOptions": { - "$id": "173", + "$id": "165", "json": { - "$id": "174", + "$id": "166", "name": "virtualMachines" } } }, { - "$id": "175", + "$id": "167", "kind": "property", "name": "platformFaultDomainCount", "serializedName": "platformFaultDomainCount", "doc": "The platform fault domain count property.", "type": { - "$id": "176", + "$id": "168", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1373,21 +1330,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.AvailabilitySetProperties.platformFaultDomainCount", "serializationOptions": { - "$id": "177", + "$id": "169", "json": { - "$id": "178", + "$id": "170", "name": "platformFaultDomainCount" } } }, { - "$id": "179", + "$id": "171", "kind": "property", "name": "platformUpdateDomainCount", "serializedName": "platformUpdateDomainCount", "doc": "The platform update domain count property.", "type": { - "$id": "180", + "$id": "172", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1400,9 +1357,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.AvailabilitySetProperties.platformUpdateDomainCount", "serializationOptions": { - "$id": "181", + "$id": "173", "json": { - "$id": "182", + "$id": "174", "name": "platformUpdateDomainCount" } } @@ -1416,9 +1373,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.AvailabilitySetData.properties", "serializationOptions": { - "$id": "183", + "$id": "175", "json": { - "$id": "184", + "$id": "176", "name": "properties" } } @@ -1426,19 +1383,19 @@ ] }, { - "$ref": "149" + "$ref": "141" }, { - "$ref": "165" + "$ref": "157" }, { - "$ref": "168" + "$ref": "160" }, { - "$ref": "125" + "$ref": "120" }, { - "$id": "185", + "$id": "177", "kind": "model", "name": "ResourceProviderData", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1448,13 +1405,13 @@ "decorators": [], "properties": [ { - "$id": "186", + "$id": "178", "kind": "property", "name": "id", "serializedName": "id", "doc": "The provider ID.", "type": { - "$id": "187", + "$id": "179", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1467,21 +1424,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.id", "serializationOptions": { - "$id": "188", + "$id": "180", "json": { - "$id": "189", + "$id": "181", "name": "id" } } }, { - "$id": "190", + "$id": "182", "kind": "property", "name": "namespace", "serializedName": "namespace", "doc": "The namespace of the resource provider.", "type": { - "$id": "191", + "$id": "183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1494,21 +1451,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.namespace", "serializationOptions": { - "$id": "192", + "$id": "184", "json": { - "$id": "193", + "$id": "185", "name": "namespace" } } }, { - "$id": "194", + "$id": "186", "kind": "property", "name": "registrationState", "serializedName": "registrationState", "doc": "The registration state of the resource provider.", "type": { - "$id": "195", + "$id": "187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1521,21 +1478,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.registrationState", "serializationOptions": { - "$id": "196", + "$id": "188", "json": { - "$id": "197", + "$id": "189", "name": "registrationState" } } }, { - "$id": "198", + "$id": "190", "kind": "property", "name": "registrationPolicy", "serializedName": "registrationPolicy", "doc": "The registration policy of the resource provider.", "type": { - "$id": "199", + "$id": "191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1548,25 +1505,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.registrationPolicy", "serializationOptions": { - "$id": "200", + "$id": "192", "json": { - "$id": "201", + "$id": "193", "name": "registrationPolicy" } } }, { - "$id": "202", + "$id": "194", "kind": "property", "name": "resourceTypes", "serializedName": "resourceTypes", "doc": "The collection of provider resource types.", "type": { - "$id": "203", + "$id": "195", "kind": "array", "name": "ArrayProviderResourceType", "valueType": { - "$id": "204", + "$id": "196", "kind": "model", "name": "ProviderResourceType", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1575,13 +1532,13 @@ "decorators": [], "properties": [ { - "$id": "205", + "$id": "197", "kind": "property", "name": "resourceType", "serializedName": "resourceType", "doc": "The resource type.", "type": { - "$id": "206", + "$id": "198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1594,32 +1551,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.resourceType", "serializationOptions": { - "$id": "207", + "$id": "199", "json": { - "$id": "208", + "$id": "200", "name": "resourceType" } } }, { - "$id": "209", + "$id": "201", "kind": "property", "name": "locations", "serializedName": "locations", "doc": "The collection of locations where this resource type can be created.", "type": { - "$id": "210", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "211", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -1628,25 +1574,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.locations", "serializationOptions": { - "$id": "212", + "$id": "202", "json": { - "$id": "213", + "$id": "203", "name": "locations" } } }, { - "$id": "214", + "$id": "204", "kind": "property", "name": "locationMappings", "serializedName": "locationMappings", "doc": "The location mappings that are supported by this resource type.", "type": { - "$id": "215", + "$id": "205", "kind": "array", "name": "ArrayProviderExtendedLocation", "valueType": { - "$id": "216", + "$id": "206", "kind": "model", "name": "ProviderExtendedLocation", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1656,13 +1602,13 @@ "decorators": [], "properties": [ { - "$id": "217", + "$id": "207", "kind": "property", "name": "location", "serializedName": "location", "doc": "The azure location.", "type": { - "$id": "218", + "$id": "208", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1675,21 +1621,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderExtendedLocation.location", "serializationOptions": { - "$id": "219", + "$id": "209", "json": { - "$id": "220", + "$id": "210", "name": "location" } } }, { - "$id": "221", + "$id": "211", "kind": "property", "name": "providerExtendedLocationType", "serializedName": "type", "doc": "The extended location type.", "type": { - "$id": "222", + "$id": "212", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1702,32 +1648,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderExtendedLocation.type", "serializationOptions": { - "$id": "223", + "$id": "213", "json": { - "$id": "224", + "$id": "214", "name": "type" } } }, { - "$id": "225", + "$id": "215", "kind": "property", "name": "extendedLocations", "serializedName": "extendedLocations", "doc": "The extended locations for the azure location.", "type": { - "$id": "226", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "227", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -1736,9 +1671,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderExtendedLocation.extendedLocations", "serializationOptions": { - "$id": "228", + "$id": "216", "json": { - "$id": "229", + "$id": "217", "name": "extendedLocations" } } @@ -1755,25 +1690,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.locationMappings", "serializationOptions": { - "$id": "230", + "$id": "218", "json": { - "$id": "231", + "$id": "219", "name": "locationMappings" } } }, { - "$id": "232", + "$id": "220", "kind": "property", "name": "aliases", "serializedName": "aliases", "doc": "The aliases that are supported by this resource type.", "type": { - "$id": "233", + "$id": "221", "kind": "array", "name": "ArrayResourceTypeAlias", "valueType": { - "$id": "234", + "$id": "222", "kind": "model", "name": "ResourceTypeAlias", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1783,13 +1718,13 @@ "decorators": [], "properties": [ { - "$id": "235", + "$id": "223", "kind": "property", "name": "name", "serializedName": "name", "doc": "The alias name.", "type": { - "$id": "236", + "$id": "224", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1802,25 +1737,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.name", "serializationOptions": { - "$id": "237", + "$id": "225", "json": { - "$id": "238", + "$id": "226", "name": "name" } } }, { - "$id": "239", + "$id": "227", "kind": "property", "name": "paths", "serializedName": "paths", "doc": "The paths for an alias.", "type": { - "$id": "240", + "$id": "228", "kind": "array", "name": "ArrayResourceTypeAliasPath", "valueType": { - "$id": "241", + "$id": "229", "kind": "model", "name": "ResourceTypeAliasPath", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1830,13 +1765,13 @@ "decorators": [], "properties": [ { - "$id": "242", + "$id": "230", "kind": "property", "name": "path", "serializedName": "path", "doc": "The path of an alias.", "type": { - "$id": "243", + "$id": "231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1849,32 +1784,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPath.path", "serializationOptions": { - "$id": "244", + "$id": "232", "json": { - "$id": "245", + "$id": "233", "name": "path" } } }, { - "$id": "246", + "$id": "234", "kind": "property", "name": "apiVersions", "serializedName": "apiVersions", "doc": "The API versions.", "type": { - "$id": "247", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "248", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -1883,21 +1807,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPath.apiVersions", "serializationOptions": { - "$id": "249", + "$id": "235", "json": { - "$id": "250", + "$id": "236", "name": "apiVersions" } } }, { - "$id": "251", + "$id": "237", "kind": "property", "name": "pattern", "serializedName": "pattern", "doc": "The pattern for an alias path.", "type": { - "$id": "252", + "$id": "238", "kind": "model", "name": "ResourceTypeAliasPattern", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -1907,13 +1831,13 @@ "decorators": [], "properties": [ { - "$id": "253", + "$id": "239", "kind": "property", "name": "phrase", "serializedName": "phrase", "doc": "The alias pattern phrase.", "type": { - "$id": "254", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1926,21 +1850,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPattern.phrase", "serializationOptions": { - "$id": "255", + "$id": "241", "json": { - "$id": "256", + "$id": "242", "name": "phrase" } } }, { - "$id": "257", + "$id": "243", "kind": "property", "name": "variable", "serializedName": "variable", "doc": "The alias pattern variable.", "type": { - "$id": "258", + "$id": "244", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1953,15 +1877,15 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPattern.variable", "serializationOptions": { - "$id": "259", + "$id": "245", "json": { - "$id": "260", + "$id": "246", "name": "variable" } } }, { - "$id": "261", + "$id": "247", "kind": "property", "name": "patternType", "serializedName": "patternType", @@ -1976,9 +1900,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPattern.patternType", "serializationOptions": { - "$id": "262", + "$id": "248", "json": { - "$id": "263", + "$id": "249", "name": "patternType" } } @@ -1992,21 +1916,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPath.pattern", "serializationOptions": { - "$id": "264", + "$id": "250", "json": { - "$id": "265", + "$id": "251", "name": "pattern" } } }, { - "$id": "266", + "$id": "252", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "The metadata of the alias path. If missing, fall back to the default metadata of the alias.", "type": { - "$id": "267", + "$id": "253", "kind": "model", "name": "ResourceTypeAliasPathMetadata", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2016,7 +1940,7 @@ "decorators": [], "properties": [ { - "$id": "268", + "$id": "254", "kind": "property", "name": "tokenType", "serializedName": "tokenType", @@ -2031,15 +1955,15 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPathMetadata.tokenType", "serializationOptions": { - "$id": "269", + "$id": "255", "json": { - "$id": "270", + "$id": "256", "name": "tokenType" } } }, { - "$id": "271", + "$id": "257", "kind": "property", "name": "attributes", "serializedName": "attributes", @@ -2054,9 +1978,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPathMetadata.attributes", "serializationOptions": { - "$id": "272", + "$id": "258", "json": { - "$id": "273", + "$id": "259", "name": "attributes" } } @@ -2070,9 +1994,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAliasPath.metadata", "serializationOptions": { - "$id": "274", + "$id": "260", "json": { - "$id": "275", + "$id": "261", "name": "metadata" } } @@ -2089,15 +2013,15 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.paths", "serializationOptions": { - "$id": "276", + "$id": "262", "json": { - "$id": "277", + "$id": "263", "name": "paths" } } }, { - "$id": "278", + "$id": "264", "kind": "property", "name": "aliasType", "serializedName": "aliasType", @@ -2112,21 +2036,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.aliasType", "serializationOptions": { - "$id": "279", + "$id": "265", "json": { - "$id": "280", + "$id": "266", "name": "aliasType" } } }, { - "$id": "281", + "$id": "267", "kind": "property", "name": "defaultPath", "serializedName": "defaultPath", "doc": "The default path for an alias.", "type": { - "$id": "282", + "$id": "268", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2139,21 +2063,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.defaultPath", "serializationOptions": { - "$id": "283", + "$id": "269", "json": { - "$id": "284", + "$id": "270", "name": "defaultPath" } } }, { - "$id": "285", + "$id": "271", "kind": "property", "name": "defaultPattern", "serializedName": "defaultPattern", "doc": "The default pattern for an alias.", "type": { - "$ref": "252" + "$ref": "238" }, "optional": true, "readOnly": false, @@ -2162,21 +2086,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.defaultPattern", "serializationOptions": { - "$id": "286", + "$id": "272", "json": { - "$id": "287", + "$id": "273", "name": "defaultPattern" } } }, { - "$id": "288", + "$id": "274", "kind": "property", "name": "defaultMetadata", "serializedName": "defaultMetadata", "doc": "The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.", "type": { - "$ref": "267" + "$ref": "253" }, "optional": true, "readOnly": false, @@ -2185,9 +2109,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceTypeAlias.defaultMetadata", "serializationOptions": { - "$id": "289", + "$id": "275", "json": { - "$id": "290", + "$id": "276", "name": "defaultMetadata" } } @@ -2204,32 +2128,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.aliases", "serializationOptions": { - "$id": "291", + "$id": "277", "json": { - "$id": "292", + "$id": "278", "name": "aliases" } } }, { - "$id": "293", + "$id": "279", "kind": "property", "name": "apiVersions", "serializedName": "apiVersions", "doc": "The API version.", "type": { - "$id": "294", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "295", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -2238,21 +2151,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.apiVersions", "serializationOptions": { - "$id": "296", + "$id": "280", "json": { - "$id": "297", + "$id": "281", "name": "apiVersions" } } }, { - "$id": "298", + "$id": "282", "kind": "property", "name": "defaultApiVersion", "serializedName": "defaultApiVersion", "doc": "The default API version.", "type": { - "$id": "299", + "$id": "283", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2265,25 +2178,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.defaultApiVersion", "serializationOptions": { - "$id": "300", + "$id": "284", "json": { - "$id": "301", + "$id": "285", "name": "defaultApiVersion" } } }, { - "$id": "302", + "$id": "286", "kind": "property", "name": "zoneMappings", "serializedName": "zoneMappings", "doc": "Gets the zone mappings.", "type": { - "$id": "303", + "$id": "287", "kind": "array", "name": "ArrayZoneMapping", "valueType": { - "$id": "304", + "$id": "288", "kind": "model", "name": "ZoneMapping", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2293,13 +2206,13 @@ "decorators": [], "properties": [ { - "$id": "305", + "$id": "289", "kind": "property", "name": "location", "serializedName": "location", "doc": "The location of the zone mapping.", "type": { - "$id": "306", + "$id": "290", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2312,32 +2225,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ZoneMapping.location", "serializationOptions": { - "$id": "307", + "$id": "291", "json": { - "$id": "308", + "$id": "292", "name": "location" } } }, { - "$id": "309", + "$id": "293", "kind": "property", "name": "zones", "serializedName": "zones", "doc": "The zones.", "type": { - "$id": "310", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "311", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "61" }, "optional": true, "readOnly": false, @@ -2346,9 +2248,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ZoneMapping.zones", "serializationOptions": { - "$id": "312", + "$id": "294", "json": { - "$id": "313", + "$id": "295", "name": "zones" } } @@ -2365,25 +2267,25 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.zoneMappings", "serializationOptions": { - "$id": "314", + "$id": "296", "json": { - "$id": "315", + "$id": "297", "name": "zoneMappings" } } }, { - "$id": "316", + "$id": "298", "kind": "property", "name": "apiProfiles", "serializedName": "apiProfiles", "doc": "The API profiles for the resource provider.", "type": { - "$id": "317", + "$id": "299", "kind": "array", "name": "ArrayApiProfile", "valueType": { - "$id": "318", + "$id": "300", "kind": "model", "name": "ApiProfile", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2392,13 +2294,13 @@ "decorators": [], "properties": [ { - "$id": "319", + "$id": "301", "kind": "property", "name": "profileVersion", "serializedName": "profileVersion", "doc": "The profile version.", "type": { - "$id": "320", + "$id": "302", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2411,21 +2313,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ApiProfile.profileVersion", "serializationOptions": { - "$id": "321", + "$id": "303", "json": { - "$id": "322", + "$id": "304", "name": "profileVersion" } } }, { - "$id": "323", + "$id": "305", "kind": "property", "name": "apiVersion", "serializedName": "apiVersion", "doc": "The API version.", "type": { - "$id": "324", + "$id": "306", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2438,9 +2340,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ApiProfile.apiVersion", "serializationOptions": { - "$id": "325", + "$id": "307", "json": { - "$id": "326", + "$id": "308", "name": "apiVersion" } } @@ -2457,21 +2359,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.apiProfiles", "serializationOptions": { - "$id": "327", + "$id": "309", "json": { - "$id": "328", + "$id": "310", "name": "apiProfiles" } } }, { - "$id": "329", + "$id": "311", "kind": "property", "name": "capabilities", "serializedName": "capabilities", "doc": "The additional capabilities offered by this resource type.", "type": { - "$id": "330", + "$id": "312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2484,37 +2386,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.capabilities", "serializationOptions": { - "$id": "331", + "$id": "313", "json": { - "$id": "332", + "$id": "314", "name": "capabilities" } } }, { - "$id": "333", + "$id": "315", "kind": "property", "name": "properties", "serializedName": "properties", "doc": "The properties.", "type": { - "$id": "334", - "kind": "dict", - "keyType": { - "$id": "335", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "336", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "decorators": [] + "$ref": "70" }, "optional": true, "readOnly": false, @@ -2523,9 +2409,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ProviderResourceType.properties", "serializationOptions": { - "$id": "337", + "$id": "316", "json": { - "$id": "338", + "$id": "317", "name": "properties" } } @@ -2542,15 +2428,15 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.resourceTypes", "serializationOptions": { - "$id": "339", + "$id": "318", "json": { - "$id": "340", + "$id": "319", "name": "resourceTypes" } } }, { - "$id": "341", + "$id": "320", "kind": "property", "name": "providerAuthorizationConsentState", "serializedName": "providerAuthorizationConsentState", @@ -2565,9 +2451,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ResourceProviderData.providerAuthorizationConsentState", "serializationOptions": { - "$id": "342", + "$id": "321", "json": { - "$id": "343", + "$id": "322", "name": "providerAuthorizationConsentState" } } @@ -2575,31 +2461,31 @@ ] }, { - "$ref": "204" + "$ref": "196" }, { - "$ref": "216" + "$ref": "206" }, { - "$ref": "234" + "$ref": "222" }, { - "$ref": "241" + "$ref": "229" }, { - "$ref": "252" + "$ref": "238" }, { - "$ref": "267" + "$ref": "253" }, { - "$ref": "304" + "$ref": "288" }, { - "$ref": "318" + "$ref": "300" }, { - "$id": "344", + "$id": "323", "kind": "model", "name": "ModelWithStringAdditionalProperties", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2607,7 +2493,7 @@ "usage": "Input,Output,Json", "decorators": [], "additionalProperties": { - "$id": "345", + "$id": "324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2615,13 +2501,13 @@ }, "properties": [ { - "$id": "346", + "$id": "325", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property.", "type": { - "$id": "347", + "$id": "326", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2634,21 +2520,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithStringAdditionalProperties.id", "serializationOptions": { - "$id": "348", + "$id": "327", "json": { - "$id": "349", + "$id": "328", "name": "id" } } }, { - "$id": "350", + "$id": "329", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property.", "type": { - "$id": "351", + "$id": "330", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2661,21 +2547,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithStringAdditionalProperties.name", "serializationOptions": { - "$id": "352", + "$id": "331", "json": { - "$id": "353", + "$id": "332", "name": "name" } } }, { - "$id": "354", + "$id": "333", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property.", "type": { - "$id": "355", + "$id": "334", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2688,9 +2574,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithStringAdditionalProperties.age", "serializationOptions": { - "$id": "356", + "$id": "335", "json": { - "$id": "357", + "$id": "336", "name": "age" } } @@ -2698,7 +2584,7 @@ ] }, { - "$id": "358", + "$id": "337", "kind": "model", "name": "ModelWithArrayAdditionalProperties", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2706,24 +2592,24 @@ "usage": "Input,Output,Json", "decorators": [], "additionalProperties": { - "$id": "359", + "$id": "338", "kind": "array", "name": "ArrayResourceTypeAliasPathMetadata", "valueType": { - "$ref": "267" + "$ref": "253" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] }, "properties": [ { - "$id": "360", + "$id": "339", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property.", "type": { - "$id": "361", + "$id": "340", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2736,21 +2622,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithArrayAdditionalProperties.id", "serializationOptions": { - "$id": "362", + "$id": "341", "json": { - "$id": "363", + "$id": "342", "name": "id" } } }, { - "$id": "364", + "$id": "343", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property.", "type": { - "$id": "365", + "$id": "344", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2763,21 +2649,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithArrayAdditionalProperties.name", "serializationOptions": { - "$id": "366", + "$id": "345", "json": { - "$id": "367", + "$id": "346", "name": "name" } } }, { - "$id": "368", + "$id": "347", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property.", "type": { - "$id": "369", + "$id": "348", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2790,9 +2676,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithArrayAdditionalProperties.age", "serializationOptions": { - "$id": "370", + "$id": "349", "json": { - "$id": "371", + "$id": "350", "name": "age" } } @@ -2800,7 +2686,7 @@ ] }, { - "$id": "372", + "$id": "351", "kind": "model", "name": "ModelWithUnknownAdditionalProperties", "namespace": "ModelReaderWriterValidationTypeSpec", @@ -2808,7 +2694,7 @@ "usage": "Input,Output,Json", "decorators": [], "additionalProperties": { - "$id": "373", + "$id": "352", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2816,13 +2702,13 @@ }, "properties": [ { - "$id": "374", + "$id": "353", "kind": "property", "name": "id", "serializedName": "id", "doc": "The id property.", "type": { - "$id": "375", + "$id": "354", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2835,21 +2721,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithUnknownAdditionalProperties.id", "serializationOptions": { - "$id": "376", + "$id": "355", "json": { - "$id": "377", + "$id": "356", "name": "id" } } }, { - "$id": "378", + "$id": "357", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name property.", "type": { - "$id": "379", + "$id": "358", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2862,21 +2748,21 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithUnknownAdditionalProperties.name", "serializationOptions": { - "$id": "380", + "$id": "359", "json": { - "$id": "381", + "$id": "360", "name": "name" } } }, { - "$id": "382", + "$id": "361", "kind": "property", "name": "age", "serializedName": "age", "doc": "The age property.", "type": { - "$id": "383", + "$id": "362", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2889,9 +2775,9 @@ "decorators": [], "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.ModelWithUnknownAdditionalProperties.age", "serializationOptions": { - "$id": "384", + "$id": "363", "json": { - "$id": "385", + "$id": "364", "name": "age" } } @@ -2901,37 +2787,37 @@ ], "clients": [ { - "$id": "386", + "$id": "365", "kind": "client", "name": "ModelReaderWriterValidationTypeSpecClient", "namespace": "ModelReaderWriterValidationTypeSpec", "doc": "This is a typespec project to validation the model reader writer functionalities.", "methods": [ { - "$id": "387", + "$id": "366", "kind": "basic", "name": "op1", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "388", + "$id": "367", "name": "op1", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "389", + "$id": "368", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "390", + "$id": "369", "kind": "constant", "name": "op1ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "391", + "$id": "370", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2951,17 +2837,17 @@ "skipUrlEncoding": false }, { - "$id": "392", + "$id": "371", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "393", + "$id": "372", "kind": "constant", "name": "op1ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "394", + "$id": "373", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2981,7 +2867,7 @@ "skipUrlEncoding": false }, { - "$id": "395", + "$id": "374", "name": "body", "nameInRequest": "body", "type": { @@ -3000,7 +2886,7 @@ ], "responses": [ { - "$id": "396", + "$id": "375", "statusCodes": [ 200 ], @@ -3028,7 +2914,7 @@ }, "parameters": [ { - "$id": "397", + "$id": "376", "name": "body", "nameInRequest": "body", "type": { @@ -3045,12 +2931,12 @@ "skipUrlEncoding": false }, { - "$id": "398", + "$id": "377", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "390" + "$ref": "369" }, "location": "Header", "isApiVersion": false, @@ -3063,11 +2949,11 @@ "skipUrlEncoding": false }, { - "$id": "399", + "$id": "378", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "393" + "$ref": "372" }, "location": "Header", "isApiVersion": false, @@ -3081,7 +2967,7 @@ } ], "response": { - "$id": "400", + "$id": "379", "type": { "$ref": "50" } @@ -3092,30 +2978,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op1" }, { - "$id": "401", + "$id": "380", "kind": "basic", "name": "op2", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "402", + "$id": "381", "name": "op2", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "403", + "$id": "382", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "404", + "$id": "383", "kind": "constant", "name": "op2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "405", + "$id": "384", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3135,17 +3021,17 @@ "skipUrlEncoding": false }, { - "$id": "406", + "$id": "385", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "407", + "$id": "386", "kind": "constant", "name": "op2ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "408", + "$id": "387", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3165,7 +3051,7 @@ "skipUrlEncoding": false }, { - "$id": "409", + "$id": "388", "name": "body", "nameInRequest": "body", "type": { @@ -3184,7 +3070,7 @@ ], "responses": [ { - "$id": "410", + "$id": "389", "statusCodes": [ 200 ], @@ -3212,7 +3098,7 @@ }, "parameters": [ { - "$id": "411", + "$id": "390", "name": "body", "nameInRequest": "body", "type": { @@ -3229,12 +3115,12 @@ "skipUrlEncoding": false }, { - "$id": "412", + "$id": "391", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "404" + "$ref": "383" }, "location": "Header", "isApiVersion": false, @@ -3247,11 +3133,11 @@ "skipUrlEncoding": false }, { - "$id": "413", + "$id": "392", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "407" + "$ref": "386" }, "location": "Header", "isApiVersion": false, @@ -3265,7 +3151,7 @@ } ], "response": { - "$id": "414", + "$id": "393", "type": { "$ref": "55" } @@ -3276,30 +3162,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op2" }, { - "$id": "415", + "$id": "394", "kind": "basic", "name": "op3", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "416", + "$id": "395", "name": "op3", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "417", + "$id": "396", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "418", + "$id": "397", "kind": "constant", "name": "op3ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "419", + "$id": "398", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3319,17 +3205,17 @@ "skipUrlEncoding": false }, { - "$id": "420", + "$id": "399", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "421", + "$id": "400", "kind": "constant", "name": "op3ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "422", + "$id": "401", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3349,7 +3235,7 @@ "skipUrlEncoding": false }, { - "$id": "423", + "$id": "402", "name": "body", "nameInRequest": "body", "type": { @@ -3368,7 +3254,7 @@ ], "responses": [ { - "$id": "424", + "$id": "403", "statusCodes": [ 200 ], @@ -3396,7 +3282,7 @@ }, "parameters": [ { - "$id": "425", + "$id": "404", "name": "body", "nameInRequest": "body", "type": { @@ -3413,12 +3299,12 @@ "skipUrlEncoding": false }, { - "$id": "426", + "$id": "405", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "418" + "$ref": "397" }, "location": "Header", "isApiVersion": false, @@ -3431,11 +3317,11 @@ "skipUrlEncoding": false }, { - "$id": "427", + "$id": "406", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "421" + "$ref": "400" }, "location": "Header", "isApiVersion": false, @@ -3449,7 +3335,7 @@ } ], "response": { - "$id": "428", + "$id": "407", "type": { "$ref": "79" } @@ -3460,30 +3346,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op3" }, { - "$id": "429", + "$id": "408", "kind": "basic", "name": "op4", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "430", + "$id": "409", "name": "op4", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "431", + "$id": "410", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "432", + "$id": "411", "kind": "constant", "name": "op4ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "433", + "$id": "412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3503,17 +3389,17 @@ "skipUrlEncoding": false }, { - "$id": "434", + "$id": "413", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "435", + "$id": "414", "kind": "constant", "name": "op4ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "436", + "$id": "415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3533,11 +3419,11 @@ "skipUrlEncoding": false }, { - "$id": "437", + "$id": "416", "name": "body", "nameInRequest": "body", "type": { - "$ref": "124" + "$ref": "119" }, "location": "Body", "isApiVersion": false, @@ -3552,12 +3438,12 @@ ], "responses": [ { - "$id": "438", + "$id": "417", "statusCodes": [ 200 ], "bodyType": { - "$ref": "124" + "$ref": "119" }, "headers": [], "isErrorResponse": false, @@ -3580,11 +3466,11 @@ }, "parameters": [ { - "$id": "439", + "$id": "418", "name": "body", "nameInRequest": "body", "type": { - "$ref": "124" + "$ref": "119" }, "location": "Body", "isApiVersion": false, @@ -3597,12 +3483,12 @@ "skipUrlEncoding": false }, { - "$id": "440", + "$id": "419", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "432" + "$ref": "411" }, "location": "Header", "isApiVersion": false, @@ -3615,11 +3501,11 @@ "skipUrlEncoding": false }, { - "$id": "441", + "$id": "420", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "435" + "$ref": "414" }, "location": "Header", "isApiVersion": false, @@ -3633,9 +3519,9 @@ } ], "response": { - "$id": "442", + "$id": "421", "type": { - "$ref": "124" + "$ref": "119" } }, "isOverride": false, @@ -3644,29 +3530,29 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op4" }, { - "$id": "443", + "$id": "422", "kind": "basic", "name": "op5", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "444", + "$id": "423", "name": "op5", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "445", + "$id": "424", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "446", + "$id": "425", "kind": "constant", "name": "op5ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "447", + "$id": "426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3688,12 +3574,12 @@ ], "responses": [ { - "$id": "448", + "$id": "427", "statusCodes": [ 200 ], "bodyType": { - "$ref": "185" + "$ref": "177" }, "headers": [], "isErrorResponse": false, @@ -3713,11 +3599,11 @@ }, "parameters": [ { - "$id": "449", + "$id": "428", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "446" + "$ref": "425" }, "location": "Header", "isApiVersion": false, @@ -3731,9 +3617,9 @@ } ], "response": { - "$id": "450", + "$id": "429", "type": { - "$ref": "185" + "$ref": "177" } }, "isOverride": false, @@ -3742,30 +3628,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op5" }, { - "$id": "451", + "$id": "430", "kind": "basic", "name": "op6", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "452", + "$id": "431", "name": "op6", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "453", + "$id": "432", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "454", + "$id": "433", "kind": "constant", "name": "op6ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "455", + "$id": "434", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3785,17 +3671,17 @@ "skipUrlEncoding": false }, { - "$id": "456", + "$id": "435", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "457", + "$id": "436", "kind": "constant", "name": "op6ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "458", + "$id": "437", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3815,11 +3701,11 @@ "skipUrlEncoding": false }, { - "$id": "459", + "$id": "438", "name": "body", "nameInRequest": "body", "type": { - "$ref": "344" + "$ref": "323" }, "location": "Body", "isApiVersion": false, @@ -3834,12 +3720,12 @@ ], "responses": [ { - "$id": "460", + "$id": "439", "statusCodes": [ 200 ], "bodyType": { - "$ref": "344" + "$ref": "323" }, "headers": [], "isErrorResponse": false, @@ -3862,11 +3748,11 @@ }, "parameters": [ { - "$id": "461", + "$id": "440", "name": "body", "nameInRequest": "body", "type": { - "$ref": "344" + "$ref": "323" }, "location": "Body", "isApiVersion": false, @@ -3879,12 +3765,12 @@ "skipUrlEncoding": false }, { - "$id": "462", + "$id": "441", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "454" + "$ref": "433" }, "location": "Header", "isApiVersion": false, @@ -3897,11 +3783,11 @@ "skipUrlEncoding": false }, { - "$id": "463", + "$id": "442", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "457" + "$ref": "436" }, "location": "Header", "isApiVersion": false, @@ -3915,9 +3801,9 @@ } ], "response": { - "$id": "464", + "$id": "443", "type": { - "$ref": "344" + "$ref": "323" } }, "isOverride": false, @@ -3926,30 +3812,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op6" }, { - "$id": "465", + "$id": "444", "kind": "basic", "name": "op7", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "466", + "$id": "445", "name": "op7", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "467", + "$id": "446", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "468", + "$id": "447", "kind": "constant", "name": "op7ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "469", + "$id": "448", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3969,17 +3855,17 @@ "skipUrlEncoding": false }, { - "$id": "470", + "$id": "449", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "471", + "$id": "450", "kind": "constant", "name": "op7ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "472", + "$id": "451", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3999,11 +3885,11 @@ "skipUrlEncoding": false }, { - "$id": "473", + "$id": "452", "name": "body", "nameInRequest": "body", "type": { - "$ref": "358" + "$ref": "337" }, "location": "Body", "isApiVersion": false, @@ -4018,12 +3904,12 @@ ], "responses": [ { - "$id": "474", + "$id": "453", "statusCodes": [ 200 ], "bodyType": { - "$ref": "358" + "$ref": "337" }, "headers": [], "isErrorResponse": false, @@ -4046,11 +3932,11 @@ }, "parameters": [ { - "$id": "475", + "$id": "454", "name": "body", "nameInRequest": "body", "type": { - "$ref": "358" + "$ref": "337" }, "location": "Body", "isApiVersion": false, @@ -4063,12 +3949,12 @@ "skipUrlEncoding": false }, { - "$id": "476", + "$id": "455", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "468" + "$ref": "447" }, "location": "Header", "isApiVersion": false, @@ -4081,11 +3967,11 @@ "skipUrlEncoding": false }, { - "$id": "477", + "$id": "456", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "471" + "$ref": "450" }, "location": "Header", "isApiVersion": false, @@ -4099,9 +3985,9 @@ } ], "response": { - "$id": "478", + "$id": "457", "type": { - "$ref": "358" + "$ref": "337" } }, "isOverride": false, @@ -4110,30 +3996,30 @@ "crossLanguageDefinitionId": "ModelReaderWriterValidationTypeSpec.op7" }, { - "$id": "479", + "$id": "458", "kind": "basic", "name": "op8", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "480", + "$id": "459", "name": "op8", "resourceName": "ModelReaderWriterValidationTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "481", + "$id": "460", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "482", + "$id": "461", "kind": "constant", "name": "op8ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "483", + "$id": "462", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4153,17 +4039,17 @@ "skipUrlEncoding": false }, { - "$id": "484", + "$id": "463", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "485", + "$id": "464", "kind": "constant", "name": "op8ContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "486", + "$id": "465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4183,11 +4069,11 @@ "skipUrlEncoding": false }, { - "$id": "487", + "$id": "466", "name": "body", "nameInRequest": "body", "type": { - "$ref": "372" + "$ref": "351" }, "location": "Body", "isApiVersion": false, @@ -4202,12 +4088,12 @@ ], "responses": [ { - "$id": "488", + "$id": "467", "statusCodes": [ 200 ], "bodyType": { - "$ref": "372" + "$ref": "351" }, "headers": [], "isErrorResponse": false, @@ -4230,11 +4116,11 @@ }, "parameters": [ { - "$id": "489", + "$id": "468", "name": "body", "nameInRequest": "body", "type": { - "$ref": "372" + "$ref": "351" }, "location": "Body", "isApiVersion": false, @@ -4247,12 +4133,12 @@ "skipUrlEncoding": false }, { - "$id": "490", + "$id": "469", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "482" + "$ref": "461" }, "location": "Header", "isApiVersion": false, @@ -4265,11 +4151,11 @@ "skipUrlEncoding": false }, { - "$id": "491", + "$id": "470", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "485" + "$ref": "464" }, "location": "Header", "isApiVersion": false, @@ -4283,9 +4169,9 @@ } ], "response": { - "$id": "492", + "$id": "471", "type": { - "$ref": "372" + "$ref": "351" } }, "isOverride": false, @@ -4296,11 +4182,11 @@ ], "parameters": [ { - "$id": "493", + "$id": "472", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "494", + "$id": "473", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4317,12 +4203,12 @@ ], "decorators": [ { - "$id": "495", + "$id": "474", "name": "TypeSpec.@service", "arguments": { - "$id": "496", + "$id": "475", "options": { - "$id": "497", + "$id": "476", "title": "Validation for MRW" } } diff --git a/test/TestProjects/NoDocs-TypeSpec/tspCodeModel.json b/test/TestProjects/NoDocs-TypeSpec/tspCodeModel.json index aa066c7070e..c15fd9b4364 100644 --- a/test/TestProjects/NoDocs-TypeSpec/tspCodeModel.json +++ b/test/TestProjects/NoDocs-TypeSpec/tspCodeModel.json @@ -1385,18 +1385,7 @@ "$id": "162", "kind": "nullable", "type": { - "$id": "163", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "164", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "157" }, "namespace": "" }, @@ -1407,9 +1396,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "165", + "$id": "163", "json": { - "$id": "166", + "$id": "164", "name": "requiredNullableList" } } @@ -1417,7 +1406,7 @@ ] }, { - "$id": "167", + "$id": "165", "kind": "model", "name": "Friend", "namespace": "NoDocsTypeSpec", @@ -1427,13 +1416,13 @@ "decorators": [], "properties": [ { - "$id": "168", + "$id": "166", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the NotFriend", "type": { - "$id": "169", + "$id": "167", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1446,9 +1435,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.NotFriend.name", "serializationOptions": { - "$id": "170", + "$id": "168", "json": { - "$id": "171", + "$id": "169", "name": "name" } } @@ -1456,7 +1445,7 @@ ] }, { - "$id": "172", + "$id": "170", "kind": "model", "name": "ProjectedModel", "namespace": "NoDocsTypeSpec", @@ -1466,13 +1455,13 @@ "decorators": [], "properties": [ { - "$id": "173", + "$id": "171", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "174", + "$id": "172", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1485,9 +1474,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelWithProjectedName.name", "serializationOptions": { - "$id": "175", + "$id": "173", "json": { - "$id": "176", + "$id": "174", "name": "name" } } @@ -1495,7 +1484,7 @@ ] }, { - "$id": "177", + "$id": "175", "kind": "model", "name": "ReturnsAnonymousModelResponse", "namespace": "NoDocsTypeSpec", @@ -1505,7 +1494,7 @@ "properties": [] }, { - "$id": "178", + "$id": "176", "kind": "model", "name": "Extension", "namespace": "NoDocsTypeSpec", @@ -1514,7 +1503,7 @@ "doc": "extension", "decorators": [], "baseModel": { - "$id": "179", + "$id": "177", "kind": "model", "name": "Element", "namespace": "NoDocsTypeSpec", @@ -1524,16 +1513,16 @@ "decorators": [], "properties": [ { - "$id": "180", + "$id": "178", "kind": "property", "name": "extension", "serializedName": "extension", "type": { - "$id": "181", + "$id": "179", "kind": "array", "name": "ArrayExtension", "valueType": { - "$ref": "178" + "$ref": "176" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1545,9 +1534,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.Element.extension", "serializationOptions": { - "$id": "182", + "$id": "180", "json": { - "$id": "183", + "$id": "181", "name": "extension" } } @@ -1556,12 +1545,12 @@ }, "properties": [ { - "$id": "184", + "$id": "182", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "185", + "$id": "183", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -1574,9 +1563,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.Extension.level", "serializationOptions": { - "$id": "186", + "$id": "184", "json": { - "$id": "187", + "$id": "185", "name": "level" } } @@ -1584,10 +1573,10 @@ ] }, { - "$ref": "179" + "$ref": "177" }, { - "$id": "188", + "$id": "186", "kind": "model", "name": "Extendible", "namespace": "NoDocsTypeSpec", @@ -1597,17 +1586,17 @@ "decorators": [], "properties": [ { - "$id": "189", + "$id": "187", "kind": "property", "name": "extension", "serializedName": "extension", "doc": "Additional Content defined by implementations", "type": { - "$id": "190", + "$id": "188", "kind": "array", "name": "ArrayThereLevelExtension", "valueType": { - "$id": "191", + "$id": "189", "kind": "model", "name": "ThereLevelExtension", "namespace": "NoDocsTypeSpec", @@ -1616,7 +1605,7 @@ "doc": "extension", "decorators": [], "baseModel": { - "$id": "192", + "$id": "190", "kind": "model", "name": "ThereLevelElement", "namespace": "NoDocsTypeSpec", @@ -1626,16 +1615,16 @@ "decorators": [], "properties": [ { - "$id": "193", + "$id": "191", "kind": "property", "name": "extension", "serializedName": "extension", "type": { - "$id": "194", + "$id": "192", "kind": "array", "name": "ArrayThereLevelExtension", "valueType": { - "$ref": "191" + "$ref": "189" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1647,9 +1636,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ThereLevelElement.extension", "serializationOptions": { - "$id": "195", + "$id": "193", "json": { - "$id": "196", + "$id": "194", "name": "extension" } } @@ -1658,12 +1647,12 @@ }, "properties": [ { - "$id": "197", + "$id": "195", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "198", + "$id": "196", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -1676,9 +1665,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ThereLevelExtension.level", "serializationOptions": { - "$id": "199", + "$id": "197", "json": { - "$id": "200", + "$id": "198", "name": "level" } } @@ -1695,9 +1684,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.Extendible.extension", "serializationOptions": { - "$id": "201", + "$id": "199", "json": { - "$id": "202", + "$id": "200", "name": "extension" } } @@ -1705,13 +1694,13 @@ ] }, { - "$ref": "191" + "$ref": "189" }, { - "$ref": "192" + "$ref": "190" }, { - "$id": "203", + "$id": "201", "kind": "model", "name": "ChildModel", "namespace": "NoDocsTypeSpec", @@ -1720,7 +1709,7 @@ "doc": "ChildModel", "decorators": [], "baseModel": { - "$id": "204", + "$id": "202", "kind": "model", "name": "BaseModel", "namespace": "NoDocsTypeSpec", @@ -1730,12 +1719,12 @@ "decorators": [], "properties": [ { - "$id": "205", + "$id": "203", "kind": "property", "name": "level", "serializedName": "level", "type": { - "$id": "206", + "$id": "204", "kind": "int8", "name": "int8", "crossLanguageDefinitionId": "TypeSpec.int8", @@ -1748,9 +1737,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.BaseModel.level", "serializationOptions": { - "$id": "207", + "$id": "205", "json": { - "$id": "208", + "$id": "206", "name": "level" } } @@ -1759,16 +1748,16 @@ }, "properties": [ { - "$id": "209", + "$id": "207", "kind": "property", "name": "parent", "serializedName": "parent", "type": { - "$id": "210", + "$id": "208", "kind": "array", "name": "ArrayBaseModel", "valueType": { - "$ref": "204" + "$ref": "202" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -1780,9 +1769,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ChildModel.parent", "serializationOptions": { - "$id": "211", + "$id": "209", "json": { - "$id": "212", + "$id": "210", "name": "parent" } } @@ -1790,10 +1779,10 @@ ] }, { - "$ref": "204" + "$ref": "202" }, { - "$id": "213", + "$id": "211", "kind": "model", "name": "ContainSelf", "namespace": "NoDocsTypeSpec", @@ -1803,12 +1792,12 @@ "decorators": [], "properties": [ { - "$id": "214", + "$id": "212", "kind": "property", "name": "self", "serializedName": "self", "type": { - "$ref": "213" + "$ref": "211" }, "optional": false, "readOnly": false, @@ -1817,9 +1806,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ContainSelf.self", "serializationOptions": { - "$id": "215", + "$id": "213", "json": { - "$id": "216", + "$id": "214", "name": "self" } } @@ -1827,7 +1816,7 @@ ] }, { - "$id": "217", + "$id": "215", "kind": "model", "name": "ModelWithProjectedEnum", "namespace": "NoDocsTypeSpec", @@ -1836,7 +1825,7 @@ "decorators": [], "properties": [ { - "$id": "218", + "$id": "216", "kind": "property", "name": "enumProperty", "serializedName": "enumProperty", @@ -1851,9 +1840,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelWithProjectedEnum.enumProperty", "serializationOptions": { - "$id": "219", + "$id": "217", "json": { - "$id": "220", + "$id": "218", "name": "enumProperty" } } @@ -1861,7 +1850,7 @@ ] }, { - "$id": "221", + "$id": "219", "kind": "model", "name": "AzureLocationModel", "namespace": "NoDocsTypeSpec", @@ -1870,17 +1859,17 @@ "decorators": [], "properties": [ { - "$id": "222", + "$id": "220", "kind": "property", "name": "location", "serializedName": "location", "type": { - "$id": "223", + "$id": "221", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "224", + "$id": "222", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1895,9 +1884,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.AzureLocationModel.location", "serializationOptions": { - "$id": "225", + "$id": "223", "json": { - "$id": "226", + "$id": "224", "name": "location" } } @@ -1905,7 +1894,7 @@ ] }, { - "$id": "227", + "$id": "225", "kind": "model", "name": "RoundTripModel", "namespace": "NoDocsTypeSpec", @@ -1915,13 +1904,13 @@ "decorators": [], "properties": [ { - "$id": "228", + "$id": "226", "kind": "property", "name": "requiredString", "serializedName": "requiredString", "doc": "Required string, illustrating a reference type property.", "type": { - "$id": "229", + "$id": "227", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1934,21 +1923,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredString", "serializationOptions": { - "$id": "230", + "$id": "228", "json": { - "$id": "231", + "$id": "229", "name": "requiredString" } } }, { - "$id": "232", + "$id": "230", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int, illustrating a value type property.", "type": { - "$id": "233", + "$id": "231", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1961,21 +1950,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredInt", "serializationOptions": { - "$id": "234", + "$id": "232", "json": { - "$id": "235", + "$id": "233", "name": "requiredInt" } } }, { - "$id": "236", + "$id": "234", "kind": "property", "name": "requiredCollection", "serializedName": "requiredCollection", "doc": "Required collection of enums", "type": { - "$id": "237", + "$id": "235", "kind": "array", "name": "ArrayStringFixedEnum", "valueType": { @@ -1991,24 +1980,24 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredCollection", "serializationOptions": { - "$id": "238", + "$id": "236", "json": { - "$id": "239", + "$id": "237", "name": "requiredCollection" } } }, { - "$id": "240", + "$id": "238", "kind": "property", "name": "requiredDictionary", "serializedName": "requiredDictionary", "doc": "Required dictionary of enums", "type": { - "$id": "241", + "$id": "239", "kind": "dict", "keyType": { - "$id": "242", + "$id": "240", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2026,15 +2015,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredDictionary", "serializationOptions": { - "$id": "243", + "$id": "241", "json": { - "$id": "244", + "$id": "242", "name": "requiredDictionary" } } }, { - "$id": "245", + "$id": "243", "kind": "property", "name": "requiredModel", "serializedName": "requiredModel", @@ -2049,15 +2038,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredModel", "serializationOptions": { - "$id": "246", + "$id": "244", "json": { - "$id": "247", + "$id": "245", "name": "requiredModel" } } }, { - "$id": "248", + "$id": "246", "kind": "property", "name": "intExtensibleEnum", "serializedName": "intExtensibleEnum", @@ -2072,21 +2061,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.intExtensibleEnum", "serializationOptions": { - "$id": "249", + "$id": "247", "json": { - "$id": "250", + "$id": "248", "name": "intExtensibleEnum" } } }, { - "$id": "251", + "$id": "249", "kind": "property", "name": "intExtensibleEnumCollection", "serializedName": "intExtensibleEnumCollection", "doc": "this is a collection of int based extensible enum", "type": { - "$id": "252", + "$id": "250", "kind": "array", "name": "ArrayIntExtensibleEnum", "valueType": { @@ -2102,15 +2091,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.intExtensibleEnumCollection", "serializationOptions": { - "$id": "253", + "$id": "251", "json": { - "$id": "254", + "$id": "252", "name": "intExtensibleEnumCollection" } } }, { - "$id": "255", + "$id": "253", "kind": "property", "name": "floatExtensibleEnum", "serializedName": "floatExtensibleEnum", @@ -2125,21 +2114,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.floatExtensibleEnum", "serializationOptions": { - "$id": "256", + "$id": "254", "json": { - "$id": "257", + "$id": "255", "name": "floatExtensibleEnum" } } }, { - "$id": "258", + "$id": "256", "kind": "property", "name": "floatExtensibleEnumCollection", "serializedName": "floatExtensibleEnumCollection", "doc": "this is a collection of float based extensible enum", "type": { - "$id": "259", + "$id": "257", "kind": "array", "name": "ArrayFloatExtensibleEnum", "valueType": { @@ -2155,15 +2144,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.floatExtensibleEnumCollection", "serializationOptions": { - "$id": "260", + "$id": "258", "json": { - "$id": "261", + "$id": "259", "name": "floatExtensibleEnumCollection" } } }, { - "$id": "262", + "$id": "260", "kind": "property", "name": "floatFixedEnum", "serializedName": "floatFixedEnum", @@ -2178,21 +2167,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.floatFixedEnum", "serializationOptions": { - "$id": "263", + "$id": "261", "json": { - "$id": "264", + "$id": "262", "name": "floatFixedEnum" } } }, { - "$id": "265", + "$id": "263", "kind": "property", "name": "floatFixedEnumCollection", "serializedName": "floatFixedEnumCollection", "doc": "this is a collection of float based fixed enum", "type": { - "$id": "266", + "$id": "264", "kind": "array", "name": "ArrayFloatFixedEnum", "valueType": { @@ -2208,15 +2197,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.floatFixedEnumCollection", "serializationOptions": { - "$id": "267", + "$id": "265", "json": { - "$id": "268", + "$id": "266", "name": "floatFixedEnumCollection" } } }, { - "$id": "269", + "$id": "267", "kind": "property", "name": "intFixedEnum", "serializedName": "intFixedEnum", @@ -2231,21 +2220,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.intFixedEnum", "serializationOptions": { - "$id": "270", + "$id": "268", "json": { - "$id": "271", + "$id": "269", "name": "intFixedEnum" } } }, { - "$id": "272", + "$id": "270", "kind": "property", "name": "intFixedEnumCollection", "serializedName": "intFixedEnumCollection", "doc": "this is a collection of int based fixed enum", "type": { - "$id": "273", + "$id": "271", "kind": "array", "name": "ArrayIntFixedEnum", "valueType": { @@ -2261,15 +2250,15 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.intFixedEnumCollection", "serializationOptions": { - "$id": "274", + "$id": "272", "json": { - "$id": "275", + "$id": "273", "name": "intFixedEnumCollection" } } }, { - "$id": "276", + "$id": "274", "kind": "property", "name": "stringFixedEnum", "serializedName": "stringFixedEnum", @@ -2284,21 +2273,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.stringFixedEnum", "serializationOptions": { - "$id": "277", + "$id": "275", "json": { - "$id": "278", + "$id": "276", "name": "stringFixedEnum" } } }, { - "$id": "279", + "$id": "277", "kind": "property", "name": "requiredUnknown", "serializedName": "requiredUnknown", "doc": "required unknown", "type": { - "$id": "280", + "$id": "278", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2311,21 +2300,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredUnknown", "serializationOptions": { - "$id": "281", + "$id": "279", "json": { - "$id": "282", + "$id": "280", "name": "requiredUnknown" } } }, { - "$id": "283", + "$id": "281", "kind": "property", "name": "optionalUnknown", "serializedName": "optionalUnknown", "doc": "optional unknown", "type": { - "$id": "284", + "$id": "282", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2338,31 +2327,31 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.optionalUnknown", "serializationOptions": { - "$id": "285", + "$id": "283", "json": { - "$id": "286", + "$id": "284", "name": "optionalUnknown" } } }, { - "$id": "287", + "$id": "285", "kind": "property", "name": "requiredRecordUnknown", "serializedName": "requiredRecordUnknown", "doc": "required record of unknown", "type": { - "$id": "288", + "$id": "286", "kind": "dict", "keyType": { - "$id": "289", + "$id": "287", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "290", + "$id": "288", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -2377,37 +2366,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.requiredRecordUnknown", "serializationOptions": { - "$id": "291", + "$id": "289", "json": { - "$id": "292", + "$id": "290", "name": "requiredRecordUnknown" } } }, { - "$id": "293", + "$id": "291", "kind": "property", "name": "optionalRecordUnknown", "serializedName": "optionalRecordUnknown", "doc": "optional record of unknown", "type": { - "$id": "294", - "kind": "dict", - "keyType": { - "$id": "295", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "296", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "286" }, "optional": true, "readOnly": false, @@ -2416,37 +2389,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.optionalRecordUnknown", "serializationOptions": { - "$id": "297", + "$id": "292", "json": { - "$id": "298", + "$id": "293", "name": "optionalRecordUnknown" } } }, { - "$id": "299", + "$id": "294", "kind": "property", "name": "readOnlyRequiredRecordUnknown", "serializedName": "readOnlyRequiredRecordUnknown", "doc": "required readonly record of unknown", "type": { - "$id": "300", - "kind": "dict", - "keyType": { - "$id": "301", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "302", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "286" }, "optional": false, "readOnly": true, @@ -2455,37 +2412,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.readOnlyRequiredRecordUnknown", "serializationOptions": { - "$id": "303", + "$id": "295", "json": { - "$id": "304", + "$id": "296", "name": "readOnlyRequiredRecordUnknown" } } }, { - "$id": "305", + "$id": "297", "kind": "property", "name": "readOnlyOptionalRecordUnknown", "serializedName": "readOnlyOptionalRecordUnknown", "doc": "optional readonly record of unknown", "type": { - "$id": "306", - "kind": "dict", - "keyType": { - "$id": "307", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "308", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "286" }, "optional": true, "readOnly": true, @@ -2494,21 +2435,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.readOnlyOptionalRecordUnknown", "serializationOptions": { - "$id": "309", + "$id": "298", "json": { - "$id": "310", + "$id": "299", "name": "readOnlyOptionalRecordUnknown" } } }, { - "$id": "311", + "$id": "300", "kind": "property", "name": "modelWithRequiredNullable", "serializedName": "modelWithRequiredNullable", "doc": "this is a model with required nullable properties", "type": { - "$id": "312", + "$id": "301", "kind": "model", "name": "ModelWithRequiredNullableProperties", "namespace": "NoDocsTypeSpec", @@ -2518,16 +2459,16 @@ "decorators": [], "properties": [ { - "$id": "313", + "$id": "302", "kind": "property", "name": "requiredNullablePrimitive", "serializedName": "requiredNullablePrimitive", "doc": "required nullable primitive type", "type": { - "$id": "314", + "$id": "303", "kind": "nullable", "type": { - "$id": "315", + "$id": "304", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2542,21 +2483,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelWithRequiredNullableProperties.requiredNullablePrimitive", "serializationOptions": { - "$id": "316", + "$id": "305", "json": { - "$id": "317", + "$id": "306", "name": "requiredNullablePrimitive" } } }, { - "$id": "318", + "$id": "307", "kind": "property", "name": "requiredExtensibleEnum", "serializedName": "requiredExtensibleEnum", "doc": "required nullable extensible enum type", "type": { - "$id": "319", + "$id": "308", "kind": "nullable", "type": { "$ref": "26" @@ -2570,21 +2511,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelWithRequiredNullableProperties.requiredExtensibleEnum", "serializationOptions": { - "$id": "320", + "$id": "309", "json": { - "$id": "321", + "$id": "310", "name": "requiredExtensibleEnum" } } }, { - "$id": "322", + "$id": "311", "kind": "property", "name": "requiredFixedEnum", "serializedName": "requiredFixedEnum", "doc": "required nullable fixed enum type", "type": { - "$id": "323", + "$id": "312", "kind": "nullable", "type": { "$ref": "18" @@ -2598,9 +2539,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelWithRequiredNullableProperties.requiredFixedEnum", "serializationOptions": { - "$id": "324", + "$id": "313", "json": { - "$id": "325", + "$id": "314", "name": "requiredFixedEnum" } } @@ -2614,44 +2555,44 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.modelWithRequiredNullable", "serializationOptions": { - "$id": "326", + "$id": "315", "json": { - "$id": "327", + "$id": "316", "name": "modelWithRequiredNullable" } } }, { - "$id": "328", + "$id": "317", "kind": "property", "name": "unionList", "serializedName": "unionList", "doc": "this is a list of union types", "type": { - "$id": "329", + "$id": "318", "kind": "array", "name": "Array2", "valueType": { - "$id": "330", + "$id": "319", "kind": "union", "name": "RoundTripModelUnionList", "variantTypes": [ { - "$id": "331", + "$id": "320", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "332", + "$id": "321", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$id": "333", + "$id": "322", "kind": "model", "name": "ModelForUnion", "namespace": "NoDocsTypeSpec", @@ -2661,13 +2602,13 @@ "decorators": [], "properties": [ { - "$id": "334", + "$id": "323", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelForUnion", "type": { - "$id": "335", + "$id": "324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2680,21 +2621,21 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelForUnion.name", "serializationOptions": { - "$id": "336", + "$id": "325", "json": { - "$id": "337", + "$id": "326", "name": "name" } } }, { - "$id": "338", + "$id": "327", "kind": "property", "name": "age", "serializedName": "age", "doc": "age of the ModelForUnion", "type": { - "$id": "339", + "$id": "328", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2707,9 +2648,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.ModelForUnion.age", "serializationOptions": { - "$id": "340", + "$id": "329", "json": { - "$id": "341", + "$id": "330", "name": "age" } } @@ -2717,11 +2658,11 @@ ] }, { - "$id": "342", + "$id": "331", "kind": "array", "name": "ArrayModelForUnion", "valueType": { - "$ref": "333" + "$ref": "322" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -2740,9 +2681,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsTypeSpec.RoundTripModel.unionList", "serializationOptions": { - "$id": "343", + "$id": "332", "json": { - "$id": "344", + "$id": "333", "name": "unionList" } } @@ -2750,22 +2691,22 @@ ] }, { - "$ref": "312" + "$ref": "301" }, { - "$ref": "333" + "$ref": "322" } ], "clients": [ { - "$id": "345", + "$id": "334", "kind": "client", "name": "NoDocsTypeSpecClient", "namespace": "NoDocsTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "346", + "$id": "335", "kind": "basic", "name": "topAction", "accessibility": "public", @@ -2774,24 +2715,24 @@ ], "doc": "top level method", "operation": { - "$id": "347", + "$id": "336", "name": "topAction", "resourceName": "NoDocsTypeSpec", "doc": "top level method", "accessibility": "public", "parameters": [ { - "$id": "348", + "$id": "337", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "349", + "$id": "338", "kind": "constant", "name": "topActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "350", + "$id": "339", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2813,7 +2754,7 @@ ], "responses": [ { - "$id": "351", + "$id": "340", "statusCodes": [ 200 ], @@ -2838,11 +2779,11 @@ }, "parameters": [ { - "$id": "352", + "$id": "341", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "349" + "$ref": "338" }, "location": "Header", "isApiVersion": false, @@ -2856,7 +2797,7 @@ } ], "response": { - "$id": "353", + "$id": "342", "type": { "$ref": "104" } @@ -2867,7 +2808,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.topAction" }, { - "$id": "354", + "$id": "343", "kind": "basic", "name": "patchAction", "accessibility": "public", @@ -2876,25 +2817,25 @@ ], "doc": "top level patch", "operation": { - "$id": "355", + "$id": "344", "name": "patchAction", "resourceName": "NoDocsTypeSpec", "doc": "top level patch", "accessibility": "public", "parameters": [ { - "$id": "356", + "$id": "345", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "357", + "$id": "346", "kind": "constant", "name": "patchActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "358", + "$id": "347", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2914,17 +2855,17 @@ "skipUrlEncoding": false }, { - "$id": "359", + "$id": "348", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "360", + "$id": "349", "kind": "constant", "name": "patchActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "361", + "$id": "350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2944,7 +2885,7 @@ "skipUrlEncoding": false }, { - "$id": "362", + "$id": "351", "name": "body", "nameInRequest": "body", "type": { @@ -2963,7 +2904,7 @@ ], "responses": [ { - "$id": "363", + "$id": "352", "statusCodes": [ 200 ], @@ -2991,7 +2932,7 @@ }, "parameters": [ { - "$id": "364", + "$id": "353", "name": "body", "nameInRequest": "body", "type": { @@ -3008,12 +2949,12 @@ "skipUrlEncoding": false }, { - "$id": "365", + "$id": "354", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "357" + "$ref": "346" }, "location": "Header", "isApiVersion": false, @@ -3026,11 +2967,11 @@ "skipUrlEncoding": false }, { - "$id": "366", + "$id": "355", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "360" + "$ref": "349" }, "location": "Header", "isApiVersion": false, @@ -3044,7 +2985,7 @@ } ], "response": { - "$id": "367", + "$id": "356", "type": { "$ref": "104" } @@ -3055,7 +2996,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.patchAction" }, { - "$id": "368", + "$id": "357", "kind": "basic", "name": "anonymousBody", "accessibility": "public", @@ -3064,25 +3005,25 @@ ], "doc": "body parameter without body decorator", "operation": { - "$id": "369", + "$id": "358", "name": "anonymousBody", "resourceName": "NoDocsTypeSpec", "doc": "body parameter without body decorator", "accessibility": "public", "parameters": [ { - "$id": "370", + "$id": "359", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "371", + "$id": "360", "kind": "constant", "name": "anonymousBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "372", + "$id": "361", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3102,17 +3043,17 @@ "skipUrlEncoding": false }, { - "$id": "373", + "$id": "362", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "374", + "$id": "363", "kind": "constant", "name": "anonymousBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "375", + "$id": "364", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3132,7 +3073,7 @@ "skipUrlEncoding": false }, { - "$id": "376", + "$id": "365", "name": "thing", "nameInRequest": "thing", "type": { @@ -3151,7 +3092,7 @@ ], "responses": [ { - "$id": "377", + "$id": "366", "statusCodes": [ 200 ], @@ -3179,12 +3120,12 @@ }, "parameters": [ { - "$id": "378", + "$id": "367", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "379", + "$id": "368", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3201,7 +3142,7 @@ "skipUrlEncoding": false }, { - "$id": "380", + "$id": "369", "name": "requiredUnion", "nameInRequest": "requiredUnion", "doc": "required Union", @@ -3219,7 +3160,7 @@ "skipUrlEncoding": false }, { - "$id": "381", + "$id": "370", "name": "requiredLiteralString", "nameInRequest": "requiredLiteralString", "doc": "required literal string", @@ -3237,7 +3178,7 @@ "skipUrlEncoding": false }, { - "$id": "382", + "$id": "371", "name": "requiredLiteralInt", "nameInRequest": "requiredLiteralInt", "doc": "required literal int", @@ -3255,7 +3196,7 @@ "skipUrlEncoding": false }, { - "$id": "383", + "$id": "372", "name": "requiredLiteralFloat", "nameInRequest": "requiredLiteralFloat", "doc": "required literal float", @@ -3273,7 +3214,7 @@ "skipUrlEncoding": false }, { - "$id": "384", + "$id": "373", "name": "requiredLiteralBool", "nameInRequest": "requiredLiteralBool", "doc": "required literal bool", @@ -3291,7 +3232,7 @@ "skipUrlEncoding": false }, { - "$id": "385", + "$id": "374", "name": "optionalLiteralString", "nameInRequest": "optionalLiteralString", "doc": "optional literal string", @@ -3309,7 +3250,7 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "375", "name": "optionalLiteralInt", "nameInRequest": "optionalLiteralInt", "doc": "optional literal int", @@ -3327,7 +3268,7 @@ "skipUrlEncoding": false }, { - "$id": "387", + "$id": "376", "name": "optionalLiteralFloat", "nameInRequest": "optionalLiteralFloat", "doc": "optional literal float", @@ -3345,7 +3286,7 @@ "skipUrlEncoding": false }, { - "$id": "388", + "$id": "377", "name": "optionalLiteralBool", "nameInRequest": "optionalLiteralBool", "doc": "optional literal bool", @@ -3363,12 +3304,12 @@ "skipUrlEncoding": false }, { - "$id": "389", + "$id": "378", "name": "requiredBadDescription", "nameInRequest": "requiredBadDescription", "doc": "description with xml <|endoftext|>", "type": { - "$id": "390", + "$id": "379", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3385,7 +3326,7 @@ "skipUrlEncoding": false }, { - "$id": "391", + "$id": "380", "name": "optionalNullableList", "nameInRequest": "optionalNullableList", "doc": "optional nullable collection", @@ -3403,7 +3344,7 @@ "skipUrlEncoding": false }, { - "$id": "392", + "$id": "381", "name": "requiredNullableList", "nameInRequest": "requiredNullableList", "doc": "required nullable collection", @@ -3421,12 +3362,12 @@ "skipUrlEncoding": false }, { - "$id": "393", + "$id": "382", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "371" + "$ref": "360" }, "location": "Header", "isApiVersion": false, @@ -3439,11 +3380,11 @@ "skipUrlEncoding": false }, { - "$id": "394", + "$id": "383", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "374" + "$ref": "363" }, "location": "Header", "isApiVersion": false, @@ -3457,7 +3398,7 @@ } ], "response": { - "$id": "395", + "$id": "384", "type": { "$ref": "104" } @@ -3468,7 +3409,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.anonymousBody" }, { - "$id": "396", + "$id": "385", "kind": "basic", "name": "friendlyModel", "accessibility": "public", @@ -3477,25 +3418,25 @@ ], "doc": "Model can have its friendly name", "operation": { - "$id": "397", + "$id": "386", "name": "friendlyModel", "resourceName": "NoDocsTypeSpec", "doc": "Model can have its friendly name", "accessibility": "public", "parameters": [ { - "$id": "398", + "$id": "387", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "399", + "$id": "388", "kind": "constant", "name": "friendlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "400", + "$id": "389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3515,17 +3456,17 @@ "skipUrlEncoding": false }, { - "$id": "401", + "$id": "390", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "402", + "$id": "391", "kind": "constant", "name": "friendlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "403", + "$id": "392", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3545,11 +3486,11 @@ "skipUrlEncoding": false }, { - "$id": "404", + "$id": "393", "name": "friend", "nameInRequest": "friend", "type": { - "$ref": "167" + "$ref": "165" }, "location": "Body", "isApiVersion": false, @@ -3564,12 +3505,12 @@ ], "responses": [ { - "$id": "405", + "$id": "394", "statusCodes": [ 200 ], "bodyType": { - "$ref": "167" + "$ref": "165" }, "headers": [], "isErrorResponse": false, @@ -3592,12 +3533,12 @@ }, "parameters": [ { - "$id": "406", + "$id": "395", "name": "name", "nameInRequest": "name", "doc": "name of the NotFriend", "type": { - "$id": "407", + "$id": "396", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3614,12 +3555,12 @@ "skipUrlEncoding": false }, { - "$id": "408", + "$id": "397", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "399" + "$ref": "388" }, "location": "Header", "isApiVersion": false, @@ -3632,11 +3573,11 @@ "skipUrlEncoding": false }, { - "$id": "409", + "$id": "398", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "402" + "$ref": "391" }, "location": "Header", "isApiVersion": false, @@ -3650,9 +3591,9 @@ } ], "response": { - "$id": "410", + "$id": "399", "type": { - "$ref": "167" + "$ref": "165" } }, "isOverride": false, @@ -3661,7 +3602,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.friendlyModel" }, { - "$id": "411", + "$id": "400", "kind": "basic", "name": "addTimeHeader", "accessibility": "public", @@ -3669,22 +3610,22 @@ "2022-05-15-preview" ], "operation": { - "$id": "412", + "$id": "401", "name": "addTimeHeader", "resourceName": "NoDocsTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "413", + "$id": "402", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "414", + "$id": "403", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "415", + "$id": "404", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3706,7 +3647,7 @@ ], "responses": [ { - "$id": "416", + "$id": "405", "statusCodes": [ 204 ], @@ -3725,16 +3666,16 @@ }, "parameters": [ { - "$id": "417", + "$id": "406", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "418", + "$id": "407", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "419", + "$id": "408", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3755,7 +3696,7 @@ } ], "response": { - "$id": "420" + "$id": "409" }, "isOverride": false, "generateConvenient": false, @@ -3763,7 +3704,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.addTimeHeader" }, { - "$id": "421", + "$id": "410", "kind": "basic", "name": "projectedNameModel", "accessibility": "public", @@ -3772,25 +3713,25 @@ ], "doc": "Model can have its projected name", "operation": { - "$id": "422", + "$id": "411", "name": "projectedNameModel", "resourceName": "NoDocsTypeSpec", "doc": "Model can have its projected name", "accessibility": "public", "parameters": [ { - "$id": "423", + "$id": "412", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "424", + "$id": "413", "kind": "constant", "name": "projectedNameModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "425", + "$id": "414", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3810,17 +3751,17 @@ "skipUrlEncoding": false }, { - "$id": "426", + "$id": "415", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "427", + "$id": "416", "kind": "constant", "name": "projectedNameModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "428", + "$id": "417", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3840,11 +3781,11 @@ "skipUrlEncoding": false }, { - "$id": "429", + "$id": "418", "name": "projectedModel", "nameInRequest": "projectedModel", "type": { - "$ref": "172" + "$ref": "170" }, "location": "Body", "isApiVersion": false, @@ -3859,12 +3800,12 @@ ], "responses": [ { - "$id": "430", + "$id": "419", "statusCodes": [ 200 ], "bodyType": { - "$ref": "172" + "$ref": "170" }, "headers": [], "isErrorResponse": false, @@ -3887,12 +3828,12 @@ }, "parameters": [ { - "$id": "431", + "$id": "420", "name": "name", "nameInRequest": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "432", + "$id": "421", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3909,12 +3850,12 @@ "skipUrlEncoding": false }, { - "$id": "433", + "$id": "422", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "424" + "$ref": "413" }, "location": "Header", "isApiVersion": false, @@ -3927,11 +3868,11 @@ "skipUrlEncoding": false }, { - "$id": "434", + "$id": "423", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "427" + "$ref": "416" }, "location": "Header", "isApiVersion": false, @@ -3945,9 +3886,9 @@ } ], "response": { - "$id": "435", + "$id": "424", "type": { - "$ref": "172" + "$ref": "170" } }, "isOverride": false, @@ -3956,7 +3897,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.projectedNameModel" }, { - "$id": "436", + "$id": "425", "kind": "basic", "name": "returnsAnonymousModel", "accessibility": "public", @@ -3965,24 +3906,24 @@ ], "doc": "return anonymous model", "operation": { - "$id": "437", + "$id": "426", "name": "returnsAnonymousModel", "resourceName": "NoDocsTypeSpec", "doc": "return anonymous model", "accessibility": "public", "parameters": [ { - "$id": "438", + "$id": "427", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "439", + "$id": "428", "kind": "constant", "name": "returnsAnonymousModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "440", + "$id": "429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4004,12 +3945,12 @@ ], "responses": [ { - "$id": "441", + "$id": "430", "statusCodes": [ 200 ], "bodyType": { - "$ref": "177" + "$ref": "175" }, "headers": [], "isErrorResponse": false, @@ -4029,11 +3970,11 @@ }, "parameters": [ { - "$id": "442", + "$id": "431", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "439" + "$ref": "428" }, "location": "Header", "isApiVersion": false, @@ -4047,9 +3988,9 @@ } ], "response": { - "$id": "443", + "$id": "432", "type": { - "$ref": "177" + "$ref": "175" } }, "isOverride": false, @@ -4058,7 +3999,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.returnsAnonymousModel" }, { - "$id": "444", + "$id": "433", "kind": "basic", "name": "headAsBoolean", "accessibility": "public", @@ -4067,18 +4008,18 @@ ], "doc": "head as boolean.", "operation": { - "$id": "445", + "$id": "434", "name": "headAsBoolean", "resourceName": "NoDocsTypeSpec", "doc": "head as boolean.", "accessibility": "public", "parameters": [ { - "$id": "446", + "$id": "435", "name": "id", "nameInRequest": "id", "type": { - "$id": "447", + "$id": "436", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4097,7 +4038,7 @@ ], "responses": [ { - "$id": "448", + "$id": "437", "statusCodes": [ 204 ], @@ -4116,11 +4057,11 @@ }, "parameters": [ { - "$id": "449", + "$id": "438", "name": "id", "nameInRequest": "id", "type": { - "$id": "450", + "$id": "439", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4138,7 +4079,7 @@ } ], "response": { - "$id": "451" + "$id": "440" }, "isOverride": false, "generateConvenient": true, @@ -4146,7 +4087,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.headAsBoolean" }, { - "$id": "452", + "$id": "441", "kind": "basic", "name": "stringBody", "accessibility": "public", @@ -4155,25 +4096,25 @@ ], "doc": "The body parameter type is string.", "operation": { - "$id": "453", + "$id": "442", "name": "stringBody", "resourceName": "NoDocsTypeSpec", "doc": "The body parameter type is string.", "accessibility": "public", "parameters": [ { - "$id": "454", + "$id": "443", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "455", + "$id": "444", "kind": "constant", "name": "stringBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "456", + "$id": "445", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4193,11 +4134,11 @@ "skipUrlEncoding": false }, { - "$id": "457", + "$id": "446", "name": "body", "nameInRequest": "body", "type": { - "$id": "458", + "$id": "447", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4216,7 +4157,7 @@ ], "responses": [ { - "$id": "459", + "$id": "448", "statusCodes": [ 204 ], @@ -4238,11 +4179,11 @@ }, "parameters": [ { - "$id": "460", + "$id": "449", "name": "body", "nameInRequest": "body", "type": { - "$id": "461", + "$id": "450", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4259,12 +4200,12 @@ "skipUrlEncoding": false }, { - "$id": "462", + "$id": "451", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "455" + "$ref": "444" }, "location": "Header", "isApiVersion": false, @@ -4278,7 +4219,7 @@ } ], "response": { - "$id": "463" + "$id": "452" }, "isOverride": false, "generateConvenient": true, @@ -4286,7 +4227,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.stringBody" }, { - "$id": "464", + "$id": "453", "kind": "basic", "name": "boolBody", "accessibility": "public", @@ -4295,25 +4236,25 @@ ], "doc": "The body parameter type is bool.", "operation": { - "$id": "465", + "$id": "454", "name": "boolBody", "resourceName": "NoDocsTypeSpec", "doc": "The body parameter type is bool.", "accessibility": "public", "parameters": [ { - "$id": "466", + "$id": "455", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "467", + "$id": "456", "kind": "constant", "name": "boolBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "468", + "$id": "457", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4333,11 +4274,11 @@ "skipUrlEncoding": false }, { - "$id": "469", + "$id": "458", "name": "body", "nameInRequest": "body", "type": { - "$id": "470", + "$id": "459", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -4356,7 +4297,7 @@ ], "responses": [ { - "$id": "471", + "$id": "460", "statusCodes": [ 204 ], @@ -4378,11 +4319,11 @@ }, "parameters": [ { - "$id": "472", + "$id": "461", "name": "body", "nameInRequest": "body", "type": { - "$id": "473", + "$id": "462", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -4399,12 +4340,12 @@ "skipUrlEncoding": false }, { - "$id": "474", + "$id": "463", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "467" + "$ref": "456" }, "location": "Header", "isApiVersion": false, @@ -4418,7 +4359,7 @@ } ], "response": { - "$id": "475" + "$id": "464" }, "isOverride": false, "generateConvenient": true, @@ -4426,7 +4367,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.boolBody" }, { - "$id": "476", + "$id": "465", "kind": "basic", "name": "dateTimeBody", "accessibility": "public", @@ -4435,25 +4376,25 @@ ], "doc": "The body parameter type is datetime.", "operation": { - "$id": "477", + "$id": "466", "name": "dateTimeBody", "resourceName": "NoDocsTypeSpec", "doc": "The body parameter type is datetime.", "accessibility": "public", "parameters": [ { - "$id": "478", + "$id": "467", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "479", + "$id": "468", "kind": "constant", "name": "dateTimeBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "480", + "$id": "469", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4473,16 +4414,16 @@ "skipUrlEncoding": false }, { - "$id": "481", + "$id": "470", "name": "body", "nameInRequest": "body", "type": { - "$id": "482", + "$id": "471", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "483", + "$id": "472", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4504,7 +4445,7 @@ ], "responses": [ { - "$id": "484", + "$id": "473", "statusCodes": [ 204 ], @@ -4526,16 +4467,16 @@ }, "parameters": [ { - "$id": "485", + "$id": "474", "name": "body", "nameInRequest": "body", "type": { - "$id": "486", + "$id": "475", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "487", + "$id": "476", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4555,12 +4496,12 @@ "skipUrlEncoding": false }, { - "$id": "488", + "$id": "477", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "479" + "$ref": "468" }, "location": "Header", "isApiVersion": false, @@ -4574,7 +4515,7 @@ } ], "response": { - "$id": "489" + "$id": "478" }, "isOverride": false, "generateConvenient": true, @@ -4582,7 +4523,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.dateTimeBody" }, { - "$id": "490", + "$id": "479", "kind": "basic", "name": "returnString", "accessibility": "public", @@ -4591,24 +4532,24 @@ ], "doc": "The return type is datetime.", "operation": { - "$id": "491", + "$id": "480", "name": "returnString", "resourceName": "NoDocsTypeSpec", "doc": "The return type is datetime.", "accessibility": "public", "parameters": [ { - "$id": "492", + "$id": "481", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "493", + "$id": "482", "kind": "constant", "name": "returnStringContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "494", + "$id": "483", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4630,12 +4571,12 @@ ], "responses": [ { - "$id": "495", + "$id": "484", "statusCodes": [ 200 ], "bodyType": { - "$id": "496", + "$id": "485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4659,11 +4600,11 @@ }, "parameters": [ { - "$id": "497", + "$id": "486", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "493" + "$ref": "482" }, "location": "Header", "isApiVersion": false, @@ -4677,9 +4618,9 @@ } ], "response": { - "$id": "498", + "$id": "487", "type": { - "$ref": "496" + "$ref": "485" } }, "isOverride": false, @@ -4688,7 +4629,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.returnString" }, { - "$id": "499", + "$id": "488", "kind": "basic", "name": "returnUnknown", "accessibility": "public", @@ -4696,23 +4637,23 @@ "2022-05-15-preview" ], "operation": { - "$id": "500", + "$id": "489", "name": "returnUnknown", "resourceName": "NoDocsTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "501", + "$id": "490", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "502", + "$id": "491", "kind": "constant", "name": "returnUnknownContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "503", + "$id": "492", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4734,12 +4675,12 @@ ], "responses": [ { - "$id": "504", + "$id": "493", "statusCodes": [ 200 ], "bodyType": { - "$id": "505", + "$id": "494", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -4763,11 +4704,11 @@ }, "parameters": [ { - "$id": "506", + "$id": "495", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "502" + "$ref": "491" }, "location": "Header", "isApiVersion": false, @@ -4781,9 +4722,9 @@ } ], "response": { - "$id": "507", + "$id": "496", "type": { - "$ref": "505" + "$ref": "494" } }, "isOverride": false, @@ -4792,7 +4733,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.returnUnknown" }, { - "$id": "508", + "$id": "497", "kind": "basic", "name": "recursiveExtension", "accessibility": "public", @@ -4801,25 +4742,25 @@ ], "doc": "test parent reference child", "operation": { - "$id": "509", + "$id": "498", "name": "recursiveExtension", "resourceName": "NoDocsTypeSpec", "doc": "test parent reference child", "accessibility": "public", "parameters": [ { - "$id": "510", + "$id": "499", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "511", + "$id": "500", "kind": "constant", "name": "recursiveExtensionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "512", + "$id": "501", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4839,11 +4780,11 @@ "skipUrlEncoding": false }, { - "$id": "513", + "$id": "502", "name": "input", "nameInRequest": "input", "type": { - "$ref": "178" + "$ref": "176" }, "location": "Body", "isApiVersion": false, @@ -4858,7 +4799,7 @@ ], "responses": [ { - "$id": "514", + "$id": "503", "statusCodes": [ 204 ], @@ -4880,11 +4821,11 @@ }, "parameters": [ { - "$id": "515", + "$id": "504", "name": "input", "nameInRequest": "input", "type": { - "$ref": "178" + "$ref": "176" }, "location": "Body", "isApiVersion": false, @@ -4897,12 +4838,12 @@ "skipUrlEncoding": false }, { - "$id": "516", + "$id": "505", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "511" + "$ref": "500" }, "location": "Header", "isApiVersion": false, @@ -4916,7 +4857,7 @@ } ], "response": { - "$id": "517" + "$id": "506" }, "isOverride": false, "generateConvenient": true, @@ -4924,7 +4865,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.recursiveExtension" }, { - "$id": "518", + "$id": "507", "kind": "basic", "name": "threeLevelRecursive", "accessibility": "public", @@ -4933,25 +4874,25 @@ ], "doc": "test three level recursive extension", "operation": { - "$id": "519", + "$id": "508", "name": "threeLevelRecursive", "resourceName": "NoDocsTypeSpec", "doc": "test three level recursive extension", "accessibility": "public", "parameters": [ { - "$id": "520", + "$id": "509", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "521", + "$id": "510", "kind": "constant", "name": "threeLevelRecursiveContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "522", + "$id": "511", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4971,11 +4912,11 @@ "skipUrlEncoding": false }, { - "$id": "523", + "$id": "512", "name": "input", "nameInRequest": "input", "type": { - "$ref": "188" + "$ref": "186" }, "location": "Body", "isApiVersion": false, @@ -4990,7 +4931,7 @@ ], "responses": [ { - "$id": "524", + "$id": "513", "statusCodes": [ 204 ], @@ -5012,11 +4953,11 @@ }, "parameters": [ { - "$id": "525", + "$id": "514", "name": "input", "nameInRequest": "input", "type": { - "$ref": "188" + "$ref": "186" }, "location": "Body", "isApiVersion": false, @@ -5029,12 +4970,12 @@ "skipUrlEncoding": false }, { - "$id": "526", + "$id": "515", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "521" + "$ref": "510" }, "location": "Header", "isApiVersion": false, @@ -5048,7 +4989,7 @@ } ], "response": { - "$id": "527" + "$id": "516" }, "isOverride": false, "generateConvenient": true, @@ -5056,7 +4997,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.threeLevelRecursive" }, { - "$id": "528", + "$id": "517", "kind": "basic", "name": "recursiveModels", "accessibility": "public", @@ -5065,25 +5006,25 @@ ], "doc": "test child reference parent", "operation": { - "$id": "529", + "$id": "518", "name": "recursiveModels", "resourceName": "NoDocsTypeSpec", "doc": "test child reference parent", "accessibility": "public", "parameters": [ { - "$id": "530", + "$id": "519", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "531", + "$id": "520", "kind": "constant", "name": "recursiveModelsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "532", + "$id": "521", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5103,11 +5044,11 @@ "skipUrlEncoding": false }, { - "$id": "533", + "$id": "522", "name": "input", "nameInRequest": "input", "type": { - "$ref": "203" + "$ref": "201" }, "location": "Body", "isApiVersion": false, @@ -5122,7 +5063,7 @@ ], "responses": [ { - "$id": "534", + "$id": "523", "statusCodes": [ 204 ], @@ -5144,11 +5085,11 @@ }, "parameters": [ { - "$id": "535", + "$id": "524", "name": "input", "nameInRequest": "input", "type": { - "$ref": "203" + "$ref": "201" }, "location": "Body", "isApiVersion": false, @@ -5161,12 +5102,12 @@ "skipUrlEncoding": false }, { - "$id": "536", + "$id": "525", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "531" + "$ref": "520" }, "location": "Header", "isApiVersion": false, @@ -5180,7 +5121,7 @@ } ], "response": { - "$id": "537" + "$id": "526" }, "isOverride": false, "generateConvenient": true, @@ -5188,7 +5129,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.recursiveModels" }, { - "$id": "538", + "$id": "527", "kind": "basic", "name": "ContainSelfModels", "accessibility": "public", @@ -5197,25 +5138,25 @@ ], "doc": "test contain self models", "operation": { - "$id": "539", + "$id": "528", "name": "ContainSelfModels", "resourceName": "NoDocsTypeSpec", "doc": "test contain self models", "accessibility": "public", "parameters": [ { - "$id": "540", + "$id": "529", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "541", + "$id": "530", "kind": "constant", "name": "ContainSelfModelsContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "542", + "$id": "531", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5235,11 +5176,11 @@ "skipUrlEncoding": false }, { - "$id": "543", + "$id": "532", "name": "input", "nameInRequest": "input", "type": { - "$ref": "213" + "$ref": "211" }, "location": "Body", "isApiVersion": false, @@ -5254,7 +5195,7 @@ ], "responses": [ { - "$id": "544", + "$id": "533", "statusCodes": [ 204 ], @@ -5276,11 +5217,11 @@ }, "parameters": [ { - "$id": "545", + "$id": "534", "name": "input", "nameInRequest": "input", "type": { - "$ref": "213" + "$ref": "211" }, "location": "Body", "isApiVersion": false, @@ -5293,12 +5234,12 @@ "skipUrlEncoding": false }, { - "$id": "546", + "$id": "535", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "541" + "$ref": "530" }, "location": "Header", "isApiVersion": false, @@ -5312,7 +5253,7 @@ } ], "response": { - "$id": "547" + "$id": "536" }, "isOverride": false, "generateConvenient": true, @@ -5320,7 +5261,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.ContainSelfModels" }, { - "$id": "548", + "$id": "537", "kind": "basic", "name": "enumParameter", "accessibility": "public", @@ -5329,14 +5270,14 @@ ], "doc": "test enum parameter.", "operation": { - "$id": "549", + "$id": "538", "name": "enumParameter", "resourceName": "NoDocsTypeSpec", "doc": "test enum parameter.", "accessibility": "public", "parameters": [ { - "$id": "550", + "$id": "539", "name": "p1", "nameInRequest": "p1", "type": { @@ -5355,7 +5296,7 @@ ], "responses": [ { - "$id": "551", + "$id": "540", "statusCodes": [ 204 ], @@ -5374,7 +5315,7 @@ }, "parameters": [ { - "$id": "552", + "$id": "541", "name": "p1", "nameInRequest": "p1", "type": { @@ -5392,7 +5333,7 @@ } ], "response": { - "$id": "553" + "$id": "542" }, "isOverride": false, "generateConvenient": true, @@ -5400,7 +5341,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.enumParameter" }, { - "$id": "554", + "$id": "543", "kind": "basic", "name": "bodyIsModelWithProjectedEnum", "accessibility": "public", @@ -5409,25 +5350,25 @@ ], "doc": "test enum parameter.", "operation": { - "$id": "555", + "$id": "544", "name": "bodyIsModelWithProjectedEnum", "resourceName": "NoDocsTypeSpec", "doc": "test enum parameter.", "accessibility": "public", "parameters": [ { - "$id": "556", + "$id": "545", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "557", + "$id": "546", "kind": "constant", "name": "bodyIsModelWithProjectedEnumContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "558", + "$id": "547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5447,11 +5388,11 @@ "skipUrlEncoding": false }, { - "$id": "559", + "$id": "548", "name": "body", "nameInRequest": "body", "type": { - "$ref": "217" + "$ref": "215" }, "location": "Body", "isApiVersion": false, @@ -5466,7 +5407,7 @@ ], "responses": [ { - "$id": "560", + "$id": "549", "statusCodes": [ 204 ], @@ -5488,11 +5429,11 @@ }, "parameters": [ { - "$id": "561", + "$id": "550", "name": "body", "nameInRequest": "body", "type": { - "$ref": "217" + "$ref": "215" }, "location": "Body", "isApiVersion": false, @@ -5505,12 +5446,12 @@ "skipUrlEncoding": false }, { - "$id": "562", + "$id": "551", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "557" + "$ref": "546" }, "location": "Header", "isApiVersion": false, @@ -5524,7 +5465,7 @@ } ], "response": { - "$id": "563" + "$id": "552" }, "isOverride": false, "generateConvenient": true, @@ -5532,7 +5473,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.bodyIsModelWithProjectedEnum" }, { - "$id": "564", + "$id": "553", "kind": "basic", "name": "optionalDictionary", "accessibility": "public", @@ -5541,25 +5482,25 @@ ], "doc": "test optional dictionary.", "operation": { - "$id": "565", + "$id": "554", "name": "optionalDictionary", "resourceName": "NoDocsTypeSpec", "doc": "test optional dictionary.", "accessibility": "public", "parameters": [ { - "$id": "566", + "$id": "555", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "567", + "$id": "556", "kind": "constant", "name": "optionalDictionaryContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "568", + "$id": "557", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5579,21 +5520,21 @@ "skipUrlEncoding": false }, { - "$id": "569", + "$id": "558", "name": "body", "nameInRequest": "body", "type": { - "$id": "570", + "$id": "559", "kind": "dict", "keyType": { - "$id": "571", + "$id": "560", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "572", + "$id": "561", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -5614,7 +5555,7 @@ ], "responses": [ { - "$id": "573", + "$id": "562", "statusCodes": [ 204 ], @@ -5636,27 +5577,11 @@ }, "parameters": [ { - "$id": "574", + "$id": "563", "name": "body", "nameInRequest": "body", "type": { - "$id": "575", - "kind": "dict", - "keyType": { - "$id": "576", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "577", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "decorators": [] + "$ref": "559" }, "location": "Body", "isApiVersion": false, @@ -5669,12 +5594,12 @@ "skipUrlEncoding": false }, { - "$id": "578", + "$id": "564", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "567" + "$ref": "556" }, "location": "Header", "isApiVersion": false, @@ -5688,7 +5613,7 @@ } ], "response": { - "$id": "579" + "$id": "565" }, "isOverride": false, "generateConvenient": true, @@ -5696,7 +5621,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.optionalDictionary" }, { - "$id": "580", + "$id": "566", "kind": "basic", "name": "azureLocationOp", "accessibility": "public", @@ -5705,23 +5630,23 @@ ], "doc": "test optional dictionary.", "operation": { - "$id": "581", + "$id": "567", "name": "azureLocationOp", "resourceName": "NoDocsTypeSpec", "doc": "test optional dictionary.", "accessibility": "public", "parameters": [ { - "$id": "582", + "$id": "568", "name": "location", "nameInRequest": "location", "type": { - "$id": "583", + "$id": "569", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "584", + "$id": "570", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5740,16 +5665,16 @@ "skipUrlEncoding": false }, { - "$id": "585", + "$id": "571", "name": "regenLocation", "nameInRequest": "regen-location", "type": { - "$id": "586", + "$id": "572", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "587", + "$id": "573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5768,18 +5693,18 @@ "skipUrlEncoding": false }, { - "$id": "588", + "$id": "574", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "589", + "$id": "575", "kind": "constant", "name": "azureLocationOpContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "590", + "$id": "576", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5799,11 +5724,11 @@ "skipUrlEncoding": false }, { - "$id": "591", + "$id": "577", "name": "body", "nameInRequest": "body", "type": { - "$ref": "221" + "$ref": "219" }, "location": "Body", "isApiVersion": false, @@ -5818,7 +5743,7 @@ ], "responses": [ { - "$id": "592", + "$id": "578", "statusCodes": [ 204 ], @@ -5840,16 +5765,16 @@ }, "parameters": [ { - "$id": "593", + "$id": "579", "name": "location", "nameInRequest": "location", "type": { - "$id": "594", + "$id": "580", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "595", + "$id": "581", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5868,16 +5793,16 @@ "skipUrlEncoding": false }, { - "$id": "596", + "$id": "582", "name": "regenLocation", "nameInRequest": "regen-location", "type": { - "$id": "597", + "$id": "583", "kind": "string", "name": "azureLocation", "crossLanguageDefinitionId": "Azure.Core.azureLocation", "baseType": { - "$id": "598", + "$id": "584", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5896,11 +5821,11 @@ "skipUrlEncoding": false }, { - "$id": "599", + "$id": "585", "name": "body", "nameInRequest": "body", "type": { - "$ref": "221" + "$ref": "219" }, "location": "Body", "isApiVersion": false, @@ -5913,12 +5838,12 @@ "skipUrlEncoding": false }, { - "$id": "600", + "$id": "586", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "589" + "$ref": "575" }, "location": "Header", "isApiVersion": false, @@ -5932,7 +5857,7 @@ } ], "response": { - "$id": "601" + "$id": "587" }, "isOverride": false, "generateConvenient": true, @@ -5942,11 +5867,11 @@ ], "parameters": [ { - "$id": "602", + "$id": "588", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "603", + "$id": "589", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5963,12 +5888,12 @@ ], "decorators": [ { - "$id": "604", + "$id": "590", "name": "TypeSpec.@service", "arguments": { - "$id": "605", + "$id": "591", "options": { - "$id": "606", + "$id": "592", "title": "hello world" } } @@ -5980,18 +5905,18 @@ ], "children": [ { - "$id": "607", + "$id": "593", "kind": "client", "name": "Hello", "namespace": "NoDocsTypeSpec.Hello", "methods": [], "parameters": [ { - "$id": "608", + "$id": "594", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "609", + "$id": "595", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6012,18 +5937,18 @@ "2022-05-15-preview" ], "parent": { - "$ref": "345" + "$ref": "334" }, "children": [ { - "$id": "610", + "$id": "596", "kind": "client", "name": "Demo", "namespace": "NoDocsTypeSpec.Hello.Demo", "doc": "Hello world service", "methods": [ { - "$id": "611", + "$id": "597", "kind": "basic", "name": "sayHi", "accessibility": "public", @@ -6032,18 +5957,18 @@ ], "doc": "Return hi", "operation": { - "$id": "612", + "$id": "598", "name": "sayHi", "resourceName": "Demo", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "613", + "$id": "599", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "614", + "$id": "600", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6060,11 +5985,11 @@ "skipUrlEncoding": false }, { - "$id": "615", + "$id": "601", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "616", + "$id": "602", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6081,11 +6006,11 @@ "skipUrlEncoding": false }, { - "$id": "617", + "$id": "603", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "618", + "$id": "604", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6102,17 +6027,17 @@ "skipUrlEncoding": false }, { - "$id": "619", + "$id": "605", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "620", + "$id": "606", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "621", + "$id": "607", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6134,7 +6059,7 @@ ], "responses": [ { - "$id": "622", + "$id": "608", "statusCodes": [ 200 ], @@ -6159,11 +6084,11 @@ }, "parameters": [ { - "$id": "623", + "$id": "609", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "624", + "$id": "610", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6180,11 +6105,11 @@ "skipUrlEncoding": false }, { - "$id": "625", + "$id": "611", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "626", + "$id": "612", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6201,11 +6126,11 @@ "skipUrlEncoding": false }, { - "$id": "627", + "$id": "613", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "628", + "$id": "614", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6222,11 +6147,11 @@ "skipUrlEncoding": false }, { - "$id": "629", + "$id": "615", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "620" + "$ref": "606" }, "location": "Header", "isApiVersion": false, @@ -6240,7 +6165,7 @@ } ], "response": { - "$id": "630", + "$id": "616", "type": { "$ref": "104" } @@ -6253,11 +6178,11 @@ ], "parameters": [ { - "$id": "631", + "$id": "617", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "632", + "$id": "618", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -6278,17 +6203,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "607" + "$ref": "593" } }, { - "$id": "633", + "$id": "619", "kind": "client", "name": "Demo2", "namespace": "NoDocsTypeSpec.Hello.Demo2", "methods": [ { - "$id": "634", + "$id": "620", "kind": "basic", "name": "helloAgain", "accessibility": "public", @@ -6297,18 +6222,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "635", + "$id": "621", "name": "helloAgain", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "636", + "$id": "622", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "637", + "$id": "623", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6325,17 +6250,17 @@ "skipUrlEncoding": false }, { - "$id": "638", + "$id": "624", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "639", + "$id": "625", "kind": "constant", "name": "HelloAgainRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "640", + "$id": "626", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6355,11 +6280,11 @@ "skipUrlEncoding": false }, { - "$id": "641", + "$id": "627", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "642", + "$id": "628", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6376,17 +6301,17 @@ "skipUrlEncoding": false }, { - "$id": "643", + "$id": "629", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "644", + "$id": "630", "kind": "constant", "name": "helloAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "645", + "$id": "631", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6406,11 +6331,11 @@ "skipUrlEncoding": false }, { - "$id": "646", + "$id": "632", "name": "action", "nameInRequest": "action", "type": { - "$ref": "227" + "$ref": "225" }, "location": "Body", "isApiVersion": false, @@ -6425,12 +6350,12 @@ ], "responses": [ { - "$id": "647", + "$id": "633", "statusCodes": [ 200 ], "bodyType": { - "$ref": "227" + "$ref": "225" }, "headers": [], "isErrorResponse": false, @@ -6453,11 +6378,11 @@ }, "parameters": [ { - "$id": "648", + "$id": "634", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "649", + "$id": "635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6474,11 +6399,11 @@ "skipUrlEncoding": false }, { - "$id": "650", + "$id": "636", "name": "action", "nameInRequest": "action", "type": { - "$ref": "227" + "$ref": "225" }, "location": "Body", "isApiVersion": false, @@ -6491,17 +6416,17 @@ "skipUrlEncoding": false }, { - "$id": "651", + "$id": "637", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "652", + "$id": "638", "kind": "constant", "name": "HelloAgainRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "653", + "$id": "639", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6521,11 +6446,11 @@ "skipUrlEncoding": false }, { - "$id": "654", + "$id": "640", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "655", + "$id": "641", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6542,11 +6467,11 @@ "skipUrlEncoding": false }, { - "$id": "656", + "$id": "642", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "644" + "$ref": "630" }, "location": "Header", "isApiVersion": false, @@ -6560,9 +6485,9 @@ } ], "response": { - "$id": "657", + "$id": "643", "type": { - "$ref": "227" + "$ref": "225" } }, "isOverride": false, @@ -6571,7 +6496,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.Hello.Demo2.helloAgain" }, { - "$id": "658", + "$id": "644", "kind": "basic", "name": "noContentType", "accessibility": "public", @@ -6580,18 +6505,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "659", + "$id": "645", "name": "noContentType", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "660", + "$id": "646", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "661", + "$id": "647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6608,11 +6533,11 @@ "skipUrlEncoding": false }, { - "$id": "662", + "$id": "648", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "663", + "$id": "649", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6629,18 +6554,18 @@ "skipUrlEncoding": false }, { - "$id": "664", + "$id": "650", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "665", + "$id": "651", "kind": "constant", "name": "noContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "666", + "$id": "652", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6660,17 +6585,17 @@ "skipUrlEncoding": false }, { - "$id": "667", + "$id": "653", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "668", + "$id": "654", "kind": "constant", "name": "noContentTypeContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "669", + "$id": "655", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6690,11 +6615,11 @@ "skipUrlEncoding": false }, { - "$id": "670", + "$id": "656", "name": "action", "nameInRequest": "action", "type": { - "$ref": "227" + "$ref": "225" }, "location": "Body", "isApiVersion": false, @@ -6709,12 +6634,12 @@ ], "responses": [ { - "$id": "671", + "$id": "657", "statusCodes": [ 200 ], "bodyType": { - "$ref": "227" + "$ref": "225" }, "headers": [], "isErrorResponse": false, @@ -6737,11 +6662,11 @@ }, "parameters": [ { - "$id": "672", + "$id": "658", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "673", + "$id": "659", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6758,11 +6683,11 @@ "skipUrlEncoding": false }, { - "$id": "674", + "$id": "660", "name": "action", "nameInRequest": "action", "type": { - "$ref": "227" + "$ref": "225" }, "location": "Body", "isApiVersion": false, @@ -6775,11 +6700,11 @@ "skipUrlEncoding": false }, { - "$id": "675", + "$id": "661", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "676", + "$id": "662", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6796,12 +6721,12 @@ "skipUrlEncoding": false }, { - "$id": "677", + "$id": "663", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "665" + "$ref": "651" }, "location": "Header", "isApiVersion": false, @@ -6814,11 +6739,11 @@ "skipUrlEncoding": false }, { - "$id": "678", + "$id": "664", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "668" + "$ref": "654" }, "location": "Header", "isApiVersion": false, @@ -6832,9 +6757,9 @@ } ], "response": { - "$id": "679", + "$id": "665", "type": { - "$ref": "227" + "$ref": "225" } }, "isOverride": false, @@ -6843,7 +6768,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.Hello.Demo2.noContentType" }, { - "$id": "680", + "$id": "666", "kind": "basic", "name": "helloDemoAgain", "accessibility": "public", @@ -6852,24 +6777,24 @@ ], "doc": "Return hi in demo2", "operation": { - "$id": "681", + "$id": "667", "name": "helloDemoAgain", "resourceName": "Demo2", "doc": "Return hi in demo2", "accessibility": "public", "parameters": [ { - "$id": "682", + "$id": "668", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "683", + "$id": "669", "kind": "constant", "name": "helloDemoAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "684", + "$id": "670", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6891,7 +6816,7 @@ ], "responses": [ { - "$id": "685", + "$id": "671", "statusCodes": [ 200 ], @@ -6916,11 +6841,11 @@ }, "parameters": [ { - "$id": "686", + "$id": "672", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "683" + "$ref": "669" }, "location": "Header", "isApiVersion": false, @@ -6934,7 +6859,7 @@ } ], "response": { - "$id": "687", + "$id": "673", "type": { "$ref": "104" } @@ -6945,7 +6870,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.Hello.Demo2.helloDemoAgain" }, { - "$id": "688", + "$id": "674", "kind": "basic", "name": "createLiteral", "accessibility": "public", @@ -6954,25 +6879,25 @@ ], "doc": "Create with literal value", "operation": { - "$id": "689", + "$id": "675", "name": "createLiteral", "resourceName": "Demo2", "doc": "Create with literal value", "accessibility": "public", "parameters": [ { - "$id": "690", + "$id": "676", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "691", + "$id": "677", "kind": "constant", "name": "createLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "692", + "$id": "678", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -6992,17 +6917,17 @@ "skipUrlEncoding": false }, { - "$id": "693", + "$id": "679", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "694", + "$id": "680", "kind": "constant", "name": "createLiteralContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "695", + "$id": "681", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7022,7 +6947,7 @@ "skipUrlEncoding": false }, { - "$id": "696", + "$id": "682", "name": "body", "nameInRequest": "body", "type": { @@ -7041,7 +6966,7 @@ ], "responses": [ { - "$id": "697", + "$id": "683", "statusCodes": [ 200 ], @@ -7069,7 +6994,7 @@ }, "parameters": [ { - "$id": "698", + "$id": "684", "name": "body", "nameInRequest": "body", "type": { @@ -7086,12 +7011,12 @@ "skipUrlEncoding": false }, { - "$id": "699", + "$id": "685", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "691" + "$ref": "677" }, "location": "Header", "isApiVersion": false, @@ -7104,11 +7029,11 @@ "skipUrlEncoding": false }, { - "$id": "700", + "$id": "686", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "694" + "$ref": "680" }, "location": "Header", "isApiVersion": false, @@ -7122,7 +7047,7 @@ } ], "response": { - "$id": "701", + "$id": "687", "type": { "$ref": "104" } @@ -7133,7 +7058,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.Hello.Demo2.createLiteral" }, { - "$id": "702", + "$id": "688", "kind": "basic", "name": "helloLiteral", "accessibility": "public", @@ -7142,24 +7067,24 @@ ], "doc": "Send literal parameters", "operation": { - "$id": "703", + "$id": "689", "name": "helloLiteral", "resourceName": "Demo2", "doc": "Send literal parameters", "accessibility": "public", "parameters": [ { - "$id": "704", + "$id": "690", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "705", + "$id": "691", "kind": "constant", "name": "HelloLiteralRequestP1", "namespace": "", "usage": "None", "valueType": { - "$id": "706", + "$id": "692", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7179,17 +7104,17 @@ "skipUrlEncoding": false }, { - "$id": "707", + "$id": "693", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "708", + "$id": "694", "kind": "constant", "name": "ThingRequiredLiteralInt2", "namespace": "", "usage": "None", "valueType": { - "$id": "709", + "$id": "695", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -7209,17 +7134,17 @@ "skipUrlEncoding": false }, { - "$id": "710", + "$id": "696", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "711", + "$id": "697", "kind": "constant", "name": "ThingOptionalLiteralBool2", "namespace": "", "usage": "None", "valueType": { - "$id": "712", + "$id": "698", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -7239,17 +7164,17 @@ "skipUrlEncoding": false }, { - "$id": "713", + "$id": "699", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "714", + "$id": "700", "kind": "constant", "name": "helloLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "715", + "$id": "701", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7271,7 +7196,7 @@ ], "responses": [ { - "$id": "716", + "$id": "702", "statusCodes": [ 200 ], @@ -7296,17 +7221,17 @@ }, "parameters": [ { - "$id": "717", + "$id": "703", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "718", + "$id": "704", "kind": "constant", "name": "HelloLiteralRequestP11", "namespace": "", "usage": "None", "valueType": { - "$id": "719", + "$id": "705", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7326,17 +7251,17 @@ "skipUrlEncoding": false }, { - "$id": "720", + "$id": "706", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "721", + "$id": "707", "kind": "constant", "name": "ThingRequiredLiteralInt3", "namespace": "", "usage": "None", "valueType": { - "$id": "722", + "$id": "708", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -7356,17 +7281,17 @@ "skipUrlEncoding": false }, { - "$id": "723", + "$id": "709", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "724", + "$id": "710", "kind": "constant", "name": "ThingOptionalLiteralBool3", "namespace": "", "usage": "None", "valueType": { - "$id": "725", + "$id": "711", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -7386,11 +7311,11 @@ "skipUrlEncoding": false }, { - "$id": "726", + "$id": "712", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "714" + "$ref": "700" }, "location": "Header", "isApiVersion": false, @@ -7404,7 +7329,7 @@ } ], "response": { - "$id": "727", + "$id": "713", "type": { "$ref": "104" } @@ -7417,11 +7342,11 @@ ], "parameters": [ { - "$id": "728", + "$id": "714", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "729", + "$id": "715", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7442,19 +7367,19 @@ "2022-05-15-preview" ], "parent": { - "$ref": "607" + "$ref": "593" } } ] }, { - "$id": "730", + "$id": "716", "kind": "client", "name": "EnumTest", "namespace": "NoDocsTypeSpec.EnumTest", "methods": [ { - "$id": "731", + "$id": "717", "kind": "basic", "name": "createUnknownValue", "accessibility": "public", @@ -7463,25 +7388,25 @@ ], "doc": "get extensible enum", "operation": { - "$id": "732", + "$id": "718", "name": "createUnknownValue", "resourceName": "EnumTest", "doc": "get extensible enum", "accessibility": "public", "parameters": [ { - "$id": "733", + "$id": "719", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "734", + "$id": "720", "kind": "constant", "name": "createUnknownValueContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "735", + "$id": "721", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7501,7 +7426,7 @@ "skipUrlEncoding": false }, { - "$id": "736", + "$id": "722", "name": "input", "nameInRequest": "input", "type": { @@ -7520,7 +7445,7 @@ ], "responses": [ { - "$id": "737", + "$id": "723", "statusCodes": [ 204 ], @@ -7542,7 +7467,7 @@ }, "parameters": [ { - "$id": "738", + "$id": "724", "name": "input", "nameInRequest": "input", "type": { @@ -7559,12 +7484,12 @@ "skipUrlEncoding": false }, { - "$id": "739", + "$id": "725", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "734" + "$ref": "720" }, "location": "Header", "isApiVersion": false, @@ -7578,7 +7503,7 @@ } ], "response": { - "$id": "740" + "$id": "726" }, "isOverride": false, "generateConvenient": false, @@ -7588,11 +7513,11 @@ ], "parameters": [ { - "$id": "741", + "$id": "727", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "742", + "$id": "728", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7613,17 +7538,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "345" + "$ref": "334" } }, { - "$id": "743", + "$id": "729", "kind": "client", "name": "ProtocolAndConvenient", "namespace": "NoDocsTypeSpec.ProtocolAndConvenient", "methods": [ { - "$id": "744", + "$id": "730", "kind": "basic", "name": "internalProtocol", "accessibility": "public", @@ -7632,25 +7557,25 @@ ], "doc": "When set protocol false and convenient true, then the protocol method should be internal", "operation": { - "$id": "745", + "$id": "731", "name": "internalProtocol", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, then the protocol method should be internal", "accessibility": "public", "parameters": [ { - "$id": "746", + "$id": "732", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "747", + "$id": "733", "kind": "constant", "name": "internalProtocolContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "748", + "$id": "734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7670,17 +7595,17 @@ "skipUrlEncoding": false }, { - "$id": "749", + "$id": "735", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "750", + "$id": "736", "kind": "constant", "name": "internalProtocolContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "751", + "$id": "737", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7700,7 +7625,7 @@ "skipUrlEncoding": false }, { - "$id": "752", + "$id": "738", "name": "body", "nameInRequest": "body", "type": { @@ -7719,7 +7644,7 @@ ], "responses": [ { - "$id": "753", + "$id": "739", "statusCodes": [ 200 ], @@ -7747,7 +7672,7 @@ }, "parameters": [ { - "$id": "754", + "$id": "740", "name": "body", "nameInRequest": "body", "type": { @@ -7764,12 +7689,12 @@ "skipUrlEncoding": false }, { - "$id": "755", + "$id": "741", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "747" + "$ref": "733" }, "location": "Header", "isApiVersion": false, @@ -7782,11 +7707,11 @@ "skipUrlEncoding": false }, { - "$id": "756", + "$id": "742", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "750" + "$ref": "736" }, "location": "Header", "isApiVersion": false, @@ -7800,7 +7725,7 @@ } ], "response": { - "$id": "757", + "$id": "743", "type": { "$ref": "104" } @@ -7811,7 +7736,7 @@ "crossLanguageDefinitionId": "NoDocsTypeSpec.ProtocolAndConvenient.internalProtocol" }, { - "$id": "758", + "$id": "744", "kind": "basic", "name": "stillConvenient", "accessibility": "public", @@ -7820,7 +7745,7 @@ ], "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", "operation": { - "$id": "759", + "$id": "745", "name": "stillConvenient", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", @@ -7828,7 +7753,7 @@ "parameters": [], "responses": [ { - "$id": "760", + "$id": "746", "statusCodes": [ 204 ], @@ -7847,7 +7772,7 @@ }, "parameters": [], "response": { - "$id": "761" + "$id": "747" }, "isOverride": false, "generateConvenient": true, @@ -7857,11 +7782,11 @@ ], "parameters": [ { - "$id": "762", + "$id": "748", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "763", + "$id": "749", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -7882,17 +7807,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "345" + "$ref": "334" } }, { - "$id": "764", + "$id": "750", "kind": "client", "name": "Entity", "namespace": "NoDocsTypeSpec", "methods": [ { - "$id": "765", + "$id": "751", "kind": "basic", "name": "doSomething", "accessibility": "public", @@ -7901,18 +7826,18 @@ ], "doc": "doSomething for entity", "operation": { - "$id": "766", + "$id": "752", "name": "doSomething", "resourceName": "Entity", "doc": "doSomething for entity", "accessibility": "public", "parameters": [ { - "$id": "767", + "$id": "753", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "768", + "$id": "754", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7929,17 +7854,17 @@ "skipUrlEncoding": false }, { - "$id": "769", + "$id": "755", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "770", + "$id": "756", "kind": "constant", "name": "doSomethingContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "771", + "$id": "757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -7961,7 +7886,7 @@ ], "responses": [ { - "$id": "772", + "$id": "758", "statusCodes": [ 200 ], @@ -7986,11 +7911,11 @@ }, "parameters": [ { - "$id": "773", + "$id": "759", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "774", + "$id": "760", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8007,11 +7932,11 @@ "skipUrlEncoding": false }, { - "$id": "775", + "$id": "761", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "770" + "$ref": "756" }, "location": "Header", "isApiVersion": false, @@ -8025,7 +7950,7 @@ } ], "response": { - "$id": "776", + "$id": "762", "type": { "$ref": "104" } @@ -8038,11 +7963,11 @@ ], "parameters": [ { - "$id": "777", + "$id": "763", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "778", + "$id": "764", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8063,17 +7988,17 @@ "2022-05-15-preview" ], "parent": { - "$ref": "345" + "$ref": "334" } }, { - "$id": "779", + "$id": "765", "kind": "client", "name": "Glossary", "namespace": "NoDocsTypeSpec", "methods": [ { - "$id": "780", + "$id": "766", "kind": "basic", "name": "doSomething", "accessibility": "public", @@ -8082,18 +8007,18 @@ ], "doc": "doSomething for glossary", "operation": { - "$id": "781", + "$id": "767", "name": "doSomething", "resourceName": "Glossary", "doc": "doSomething for glossary", "accessibility": "public", "parameters": [ { - "$id": "782", + "$id": "768", "name": "id", "nameInRequest": "id", "type": { - "$id": "783", + "$id": "769", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8110,11 +8035,11 @@ "skipUrlEncoding": false }, { - "$id": "784", + "$id": "770", "name": "h1", "nameInRequest": "h1", "type": { - "$id": "785", + "$id": "771", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8131,17 +8056,17 @@ "skipUrlEncoding": false }, { - "$id": "786", + "$id": "772", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "787", + "$id": "773", "kind": "constant", "name": "doSomethingContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "788", + "$id": "774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8163,7 +8088,7 @@ ], "responses": [ { - "$id": "789", + "$id": "775", "statusCodes": [ 200 ], @@ -8188,11 +8113,11 @@ }, "parameters": [ { - "$id": "790", + "$id": "776", "name": "id", "nameInRequest": "id", "type": { - "$id": "791", + "$id": "777", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8209,11 +8134,11 @@ "skipUrlEncoding": false }, { - "$id": "792", + "$id": "778", "name": "h1", "nameInRequest": "h1", "type": { - "$id": "793", + "$id": "779", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -8230,11 +8155,11 @@ "skipUrlEncoding": false }, { - "$id": "794", + "$id": "780", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "787" + "$ref": "773" }, "location": "Header", "isApiVersion": false, @@ -8248,7 +8173,7 @@ } ], "response": { - "$id": "795", + "$id": "781", "type": { "$ref": "104" } @@ -8261,11 +8186,11 @@ ], "parameters": [ { - "$id": "796", + "$id": "782", "name": "endpoint", "nameInRequest": "endpoint", "type": { - "$id": "797", + "$id": "783", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -8286,22 +8211,22 @@ "2022-05-15-preview" ], "parent": { - "$ref": "345" + "$ref": "334" } } ] } ], "auth": { - "$id": "798", + "$id": "784", "oAuth2": { - "$id": "799", + "$id": "785", "scopes": [ "https://api.example.com/.default" ] }, "apiKey": { - "$id": "800", + "$id": "786", "name": "x-ms-api-key", "in": "header" } diff --git a/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/tspCodeModel.json b/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/tspCodeModel.json index d613cd787e9..fa1b02f856b 100644 --- a/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/tspCodeModel.json +++ b/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/tspCodeModel.json @@ -1681,23 +1681,7 @@ "serializedName": "optionalRecordUnknown", "doc": "optional record of unknown", "type": { - "$id": "207", - "kind": "dict", - "keyType": { - "$id": "208", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "209", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "201" }, "optional": true, "readOnly": false, @@ -1706,37 +1690,21 @@ "decorators": [], "crossLanguageDefinitionId": "NewProjectTypeSpec.RoundTripModel.optionalRecordUnknown", "serializationOptions": { - "$id": "210", + "$id": "207", "json": { - "$id": "211", + "$id": "208", "name": "optionalRecordUnknown" } } }, { - "$id": "212", + "$id": "209", "kind": "property", "name": "readOnlyRequiredRecordUnknown", "serializedName": "readOnlyRequiredRecordUnknown", "doc": "required readonly record of unknown", "type": { - "$id": "213", - "kind": "dict", - "keyType": { - "$id": "214", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "215", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "201" }, "optional": false, "readOnly": true, @@ -1745,37 +1713,21 @@ "decorators": [], "crossLanguageDefinitionId": "NewProjectTypeSpec.RoundTripModel.readOnlyRequiredRecordUnknown", "serializationOptions": { - "$id": "216", + "$id": "210", "json": { - "$id": "217", + "$id": "211", "name": "readOnlyRequiredRecordUnknown" } } }, { - "$id": "218", + "$id": "212", "kind": "property", "name": "readOnlyOptionalRecordUnknown", "serializedName": "readOnlyOptionalRecordUnknown", "doc": "optional readonly record of unknown", "type": { - "$id": "219", - "kind": "dict", - "keyType": { - "$id": "220", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "221", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "201" }, "optional": true, "readOnly": true, @@ -1784,9 +1736,9 @@ "decorators": [], "crossLanguageDefinitionId": "NewProjectTypeSpec.RoundTripModel.readOnlyOptionalRecordUnknown", "serializationOptions": { - "$id": "222", + "$id": "213", "json": { - "$id": "223", + "$id": "214", "name": "readOnlyOptionalRecordUnknown" } } @@ -1796,37 +1748,37 @@ ], "clients": [ { - "$id": "224", + "$id": "215", "kind": "client", "name": "NewProjectTypeSpecClient", "namespace": "Azure.NewProject.TypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "225", + "$id": "216", "kind": "basic", "name": "topAction", "accessibility": "public", "apiVersions": [], "doc": "top level method", "operation": { - "$id": "226", + "$id": "217", "name": "topAction", "resourceName": "NewProjectTypeSpec", "doc": "top level method", "accessibility": "public", "parameters": [ { - "$id": "227", + "$id": "218", "name": "action", "nameInRequest": "action", "type": { - "$id": "228", + "$id": "219", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "229", + "$id": "220", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1846,17 +1798,17 @@ "skipUrlEncoding": false }, { - "$id": "230", + "$id": "221", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "231", + "$id": "222", "kind": "constant", "name": "topActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "232", + "$id": "223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1878,7 +1830,7 @@ ], "responses": [ { - "$id": "233", + "$id": "224", "statusCodes": [ 200 ], @@ -1903,16 +1855,16 @@ }, "parameters": [ { - "$id": "234", + "$id": "225", "name": "action", "nameInRequest": "action", "type": { - "$id": "235", + "$id": "226", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "236", + "$id": "227", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1932,11 +1884,11 @@ "skipUrlEncoding": false }, { - "$id": "237", + "$id": "228", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "231" + "$ref": "222" }, "location": "Header", "isApiVersion": false, @@ -1950,7 +1902,7 @@ } ], "response": { - "$id": "238", + "$id": "229", "type": { "$ref": "84" } @@ -1961,31 +1913,31 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.topAction" }, { - "$id": "239", + "$id": "230", "kind": "basic", "name": "topAction2", "accessibility": "public", "apiVersions": [], "doc": "top level method2", "operation": { - "$id": "240", + "$id": "231", "name": "topAction2", "resourceName": "NewProjectTypeSpec", "doc": "top level method2", "accessibility": "public", "parameters": [ { - "$id": "241", + "$id": "232", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "242", + "$id": "233", "kind": "constant", "name": "topAction2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "243", + "$id": "234", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2007,7 +1959,7 @@ ], "responses": [ { - "$id": "244", + "$id": "235", "statusCodes": [ 200 ], @@ -2032,11 +1984,11 @@ }, "parameters": [ { - "$id": "245", + "$id": "236", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "242" + "$ref": "233" }, "location": "Header", "isApiVersion": false, @@ -2050,7 +2002,7 @@ } ], "response": { - "$id": "246", + "$id": "237", "type": { "$ref": "84" } @@ -2061,32 +2013,32 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.topAction2" }, { - "$id": "247", + "$id": "238", "kind": "basic", "name": "patchAction", "accessibility": "public", "apiVersions": [], "doc": "top level patch", "operation": { - "$id": "248", + "$id": "239", "name": "patchAction", "resourceName": "NewProjectTypeSpec", "doc": "top level patch", "accessibility": "public", "parameters": [ { - "$id": "249", + "$id": "240", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "250", + "$id": "241", "kind": "constant", "name": "patchActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "251", + "$id": "242", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2106,17 +2058,17 @@ "skipUrlEncoding": false }, { - "$id": "252", + "$id": "243", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "253", + "$id": "244", "kind": "constant", "name": "patchActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "254", + "$id": "245", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2136,7 +2088,7 @@ "skipUrlEncoding": false }, { - "$id": "255", + "$id": "246", "name": "body", "nameInRequest": "body", "type": { @@ -2155,7 +2107,7 @@ ], "responses": [ { - "$id": "256", + "$id": "247", "statusCodes": [ 200 ], @@ -2183,7 +2135,7 @@ }, "parameters": [ { - "$id": "257", + "$id": "248", "name": "body", "nameInRequest": "body", "type": { @@ -2200,12 +2152,12 @@ "skipUrlEncoding": false }, { - "$id": "258", + "$id": "249", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "250" + "$ref": "241" }, "location": "Header", "isApiVersion": false, @@ -2218,11 +2170,11 @@ "skipUrlEncoding": false }, { - "$id": "259", + "$id": "250", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "253" + "$ref": "244" }, "location": "Header", "isApiVersion": false, @@ -2236,7 +2188,7 @@ } ], "response": { - "$id": "260", + "$id": "251", "type": { "$ref": "84" } @@ -2247,32 +2199,32 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.patchAction" }, { - "$id": "261", + "$id": "252", "kind": "basic", "name": "anonymousBody", "accessibility": "public", "apiVersions": [], "doc": "body parameter without body decorator", "operation": { - "$id": "262", + "$id": "253", "name": "anonymousBody", "resourceName": "NewProjectTypeSpec", "doc": "body parameter without body decorator", "accessibility": "public", "parameters": [ { - "$id": "263", + "$id": "254", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "264", + "$id": "255", "kind": "constant", "name": "anonymousBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "265", + "$id": "256", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2292,17 +2244,17 @@ "skipUrlEncoding": false }, { - "$id": "266", + "$id": "257", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "267", + "$id": "258", "kind": "constant", "name": "anonymousBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "268", + "$id": "259", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2322,7 +2274,7 @@ "skipUrlEncoding": false }, { - "$id": "269", + "$id": "260", "name": "thing", "nameInRequest": "thing", "type": { @@ -2341,7 +2293,7 @@ ], "responses": [ { - "$id": "270", + "$id": "261", "statusCodes": [ 200 ], @@ -2369,12 +2321,12 @@ }, "parameters": [ { - "$id": "271", + "$id": "262", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "272", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2391,7 +2343,7 @@ "skipUrlEncoding": false }, { - "$id": "273", + "$id": "264", "name": "requiredUnion", "nameInRequest": "requiredUnion", "doc": "required Union", @@ -2409,7 +2361,7 @@ "skipUrlEncoding": false }, { - "$id": "274", + "$id": "265", "name": "requiredLiteralString", "nameInRequest": "requiredLiteralString", "doc": "required literal string", @@ -2427,7 +2379,7 @@ "skipUrlEncoding": false }, { - "$id": "275", + "$id": "266", "name": "requiredLiteralInt", "nameInRequest": "requiredLiteralInt", "doc": "required literal int", @@ -2445,7 +2397,7 @@ "skipUrlEncoding": false }, { - "$id": "276", + "$id": "267", "name": "requiredLiteralFloat", "nameInRequest": "requiredLiteralFloat", "doc": "required literal float", @@ -2463,7 +2415,7 @@ "skipUrlEncoding": false }, { - "$id": "277", + "$id": "268", "name": "requiredLiteralBool", "nameInRequest": "requiredLiteralBool", "doc": "required literal bool", @@ -2481,7 +2433,7 @@ "skipUrlEncoding": false }, { - "$id": "278", + "$id": "269", "name": "optionalLiteralString", "nameInRequest": "optionalLiteralString", "doc": "optional literal string", @@ -2499,7 +2451,7 @@ "skipUrlEncoding": false }, { - "$id": "279", + "$id": "270", "name": "optionalLiteralInt", "nameInRequest": "optionalLiteralInt", "doc": "optional literal int", @@ -2517,7 +2469,7 @@ "skipUrlEncoding": false }, { - "$id": "280", + "$id": "271", "name": "optionalLiteralFloat", "nameInRequest": "optionalLiteralFloat", "doc": "optional literal float", @@ -2535,7 +2487,7 @@ "skipUrlEncoding": false }, { - "$id": "281", + "$id": "272", "name": "optionalLiteralBool", "nameInRequest": "optionalLiteralBool", "doc": "optional literal bool", @@ -2553,12 +2505,12 @@ "skipUrlEncoding": false }, { - "$id": "282", + "$id": "273", "name": "requiredBadDescription", "nameInRequest": "requiredBadDescription", "doc": "description with xml <|endoftext|>", "type": { - "$id": "283", + "$id": "274", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2575,12 +2527,12 @@ "skipUrlEncoding": false }, { - "$id": "284", + "$id": "275", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "264" + "$ref": "255" }, "location": "Header", "isApiVersion": false, @@ -2593,11 +2545,11 @@ "skipUrlEncoding": false }, { - "$id": "285", + "$id": "276", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "267" + "$ref": "258" }, "location": "Header", "isApiVersion": false, @@ -2611,7 +2563,7 @@ } ], "response": { - "$id": "286", + "$id": "277", "type": { "$ref": "84" } @@ -2622,32 +2574,32 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.anonymousBody" }, { - "$id": "287", + "$id": "278", "kind": "basic", "name": "friendlyModel", "accessibility": "public", "apiVersions": [], "doc": "Model can have its friendly name", "operation": { - "$id": "288", + "$id": "279", "name": "friendlyModel", "resourceName": "NewProjectTypeSpec", "doc": "Model can have its friendly name", "accessibility": "public", "parameters": [ { - "$id": "289", + "$id": "280", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "290", + "$id": "281", "kind": "constant", "name": "friendlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "291", + "$id": "282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2667,17 +2619,17 @@ "skipUrlEncoding": false }, { - "$id": "292", + "$id": "283", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "293", + "$id": "284", "kind": "constant", "name": "friendlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "294", + "$id": "285", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2697,7 +2649,7 @@ "skipUrlEncoding": false }, { - "$id": "295", + "$id": "286", "name": "friend", "nameInRequest": "friend", "type": { @@ -2716,7 +2668,7 @@ ], "responses": [ { - "$id": "296", + "$id": "287", "statusCodes": [ 200 ], @@ -2744,12 +2696,12 @@ }, "parameters": [ { - "$id": "297", + "$id": "288", "name": "name", "nameInRequest": "name", "doc": "name of the NotFriend", "type": { - "$id": "298", + "$id": "289", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2766,12 +2718,12 @@ "skipUrlEncoding": false }, { - "$id": "299", + "$id": "290", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "290" + "$ref": "281" }, "location": "Header", "isApiVersion": false, @@ -2784,11 +2736,11 @@ "skipUrlEncoding": false }, { - "$id": "300", + "$id": "291", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "293" + "$ref": "284" }, "location": "Header", "isApiVersion": false, @@ -2802,7 +2754,7 @@ } ], "response": { - "$id": "301", + "$id": "292", "type": { "$ref": "135" } @@ -2813,28 +2765,28 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.friendlyModel" }, { - "$id": "302", + "$id": "293", "kind": "basic", "name": "addTimeHeader", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "303", + "$id": "294", "name": "addTimeHeader", "resourceName": "NewProjectTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "304", + "$id": "295", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "305", + "$id": "296", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "306", + "$id": "297", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2856,7 +2808,7 @@ ], "responses": [ { - "$id": "307", + "$id": "298", "statusCodes": [ 204 ], @@ -2875,16 +2827,16 @@ }, "parameters": [ { - "$id": "308", + "$id": "299", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "309", + "$id": "300", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "310", + "$id": "301", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2905,7 +2857,7 @@ } ], "response": { - "$id": "311" + "$id": "302" }, "isOverride": false, "generateConvenient": false, @@ -2915,11 +2867,11 @@ ], "parameters": [ { - "$id": "312", + "$id": "303", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "313", + "$id": "304", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2936,12 +2888,12 @@ ], "decorators": [ { - "$id": "314", + "$id": "305", "name": "TypeSpec.@service", "arguments": { - "$id": "315", + "$id": "306", "options": { - "$id": "316", + "$id": "307", "title": "hello world" } } @@ -2951,18 +2903,18 @@ "apiVersions": [], "children": [ { - "$id": "317", + "$id": "308", "kind": "client", "name": "Hello", "namespace": "Azure.NewProject.TypeSpec", "methods": [], "parameters": [ { - "$id": "318", + "$id": "309", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "319", + "$id": "310", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -2981,36 +2933,36 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello", "apiVersions": [], "parent": { - "$ref": "224" + "$ref": "215" }, "children": [ { - "$id": "320", + "$id": "311", "kind": "client", "name": "Demo", "namespace": "Azure.NewProject.TypeSpec", "doc": "Hello world service", "methods": [ { - "$id": "321", + "$id": "312", "kind": "basic", "name": "sayHi", "accessibility": "public", "apiVersions": [], "doc": "Return hi", "operation": { - "$id": "322", + "$id": "313", "name": "sayHi", "resourceName": "Demo", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "323", + "$id": "314", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "324", + "$id": "315", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3027,11 +2979,11 @@ "skipUrlEncoding": false }, { - "$id": "325", + "$id": "316", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "326", + "$id": "317", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3048,11 +3000,11 @@ "skipUrlEncoding": false }, { - "$id": "327", + "$id": "318", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "328", + "$id": "319", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3069,17 +3021,17 @@ "skipUrlEncoding": false }, { - "$id": "329", + "$id": "320", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "330", + "$id": "321", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "331", + "$id": "322", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3101,7 +3053,7 @@ ], "responses": [ { - "$id": "332", + "$id": "323", "statusCodes": [ 200 ], @@ -3126,11 +3078,11 @@ }, "parameters": [ { - "$id": "333", + "$id": "324", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "334", + "$id": "325", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3147,11 +3099,11 @@ "skipUrlEncoding": false }, { - "$id": "335", + "$id": "326", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "336", + "$id": "327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3168,11 +3120,11 @@ "skipUrlEncoding": false }, { - "$id": "337", + "$id": "328", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "338", + "$id": "329", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3189,11 +3141,11 @@ "skipUrlEncoding": false }, { - "$id": "339", + "$id": "330", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "330" + "$ref": "321" }, "location": "Header", "isApiVersion": false, @@ -3207,7 +3159,7 @@ } ], "response": { - "$id": "340", + "$id": "331", "type": { "$ref": "84" } @@ -3220,11 +3172,11 @@ ], "parameters": [ { - "$id": "341", + "$id": "332", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "342", + "$id": "333", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -3243,35 +3195,35 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello.Demo", "apiVersions": [], "parent": { - "$ref": "317" + "$ref": "308" } }, { - "$id": "343", + "$id": "334", "kind": "client", "name": "Demo2", "namespace": "Azure.NewProject.TypeSpec", "methods": [ { - "$id": "344", + "$id": "335", "kind": "basic", "name": "helloAgain", "accessibility": "public", "apiVersions": [], "doc": "Return hi again", "operation": { - "$id": "345", + "$id": "336", "name": "helloAgain", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "346", + "$id": "337", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "347", + "$id": "338", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3288,17 +3240,17 @@ "skipUrlEncoding": false }, { - "$id": "348", + "$id": "339", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "349", + "$id": "340", "kind": "constant", "name": "HelloAgainRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "350", + "$id": "341", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3318,11 +3270,11 @@ "skipUrlEncoding": false }, { - "$id": "351", + "$id": "342", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "352", + "$id": "343", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3339,17 +3291,17 @@ "skipUrlEncoding": false }, { - "$id": "353", + "$id": "344", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "354", + "$id": "345", "kind": "constant", "name": "helloAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "355", + "$id": "346", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3369,7 +3321,7 @@ "skipUrlEncoding": false }, { - "$id": "356", + "$id": "347", "name": "action", "nameInRequest": "action", "type": { @@ -3388,7 +3340,7 @@ ], "responses": [ { - "$id": "357", + "$id": "348", "statusCodes": [ 200 ], @@ -3416,11 +3368,11 @@ }, "parameters": [ { - "$id": "358", + "$id": "349", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "359", + "$id": "350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3437,7 +3389,7 @@ "skipUrlEncoding": false }, { - "$id": "360", + "$id": "351", "name": "action", "nameInRequest": "action", "type": { @@ -3454,17 +3406,17 @@ "skipUrlEncoding": false }, { - "$id": "361", + "$id": "352", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "362", + "$id": "353", "kind": "constant", "name": "HelloAgainRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "363", + "$id": "354", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3484,11 +3436,11 @@ "skipUrlEncoding": false }, { - "$id": "364", + "$id": "355", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "365", + "$id": "356", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3505,11 +3457,11 @@ "skipUrlEncoding": false }, { - "$id": "366", + "$id": "357", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "354" + "$ref": "345" }, "location": "Header", "isApiVersion": false, @@ -3523,7 +3475,7 @@ } ], "response": { - "$id": "367", + "$id": "358", "type": { "$ref": "140" } @@ -3534,25 +3486,25 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello.Demo2.helloAgain" }, { - "$id": "368", + "$id": "359", "kind": "basic", "name": "noContentType", "accessibility": "public", "apiVersions": [], "doc": "Return hi again", "operation": { - "$id": "369", + "$id": "360", "name": "noContentType", "resourceName": "Demo2", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "370", + "$id": "361", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "371", + "$id": "362", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3569,11 +3521,11 @@ "skipUrlEncoding": false }, { - "$id": "372", + "$id": "363", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "373", + "$id": "364", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3590,18 +3542,18 @@ "skipUrlEncoding": false }, { - "$id": "374", + "$id": "365", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "375", + "$id": "366", "kind": "constant", "name": "noContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "376", + "$id": "367", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3621,17 +3573,17 @@ "skipUrlEncoding": false }, { - "$id": "377", + "$id": "368", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "378", + "$id": "369", "kind": "constant", "name": "noContentTypeContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "379", + "$id": "370", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3651,7 +3603,7 @@ "skipUrlEncoding": false }, { - "$id": "380", + "$id": "371", "name": "action", "nameInRequest": "action", "type": { @@ -3670,7 +3622,7 @@ ], "responses": [ { - "$id": "381", + "$id": "372", "statusCodes": [ 200 ], @@ -3698,11 +3650,11 @@ }, "parameters": [ { - "$id": "382", + "$id": "373", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "383", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3719,7 +3671,7 @@ "skipUrlEncoding": false }, { - "$id": "384", + "$id": "375", "name": "action", "nameInRequest": "action", "type": { @@ -3736,11 +3688,11 @@ "skipUrlEncoding": false }, { - "$id": "385", + "$id": "376", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "386", + "$id": "377", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3757,12 +3709,12 @@ "skipUrlEncoding": false }, { - "$id": "387", + "$id": "378", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "375" + "$ref": "366" }, "location": "Header", "isApiVersion": false, @@ -3775,11 +3727,11 @@ "skipUrlEncoding": false }, { - "$id": "388", + "$id": "379", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "378" + "$ref": "369" }, "location": "Header", "isApiVersion": false, @@ -3793,7 +3745,7 @@ } ], "response": { - "$id": "389", + "$id": "380", "type": { "$ref": "140" } @@ -3804,32 +3756,32 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello.Demo2.noContentType" }, { - "$id": "390", + "$id": "381", "kind": "basic", "name": "createLiteral", "accessibility": "public", "apiVersions": [], "doc": "Create with literal value", "operation": { - "$id": "391", + "$id": "382", "name": "createLiteral", "resourceName": "Demo2", "doc": "Create with literal value", "accessibility": "public", "parameters": [ { - "$id": "392", + "$id": "383", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "393", + "$id": "384", "kind": "constant", "name": "createLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "394", + "$id": "385", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3849,17 +3801,17 @@ "skipUrlEncoding": false }, { - "$id": "395", + "$id": "386", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "396", + "$id": "387", "kind": "constant", "name": "createLiteralContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "397", + "$id": "388", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3879,7 +3831,7 @@ "skipUrlEncoding": false }, { - "$id": "398", + "$id": "389", "name": "body", "nameInRequest": "body", "type": { @@ -3898,7 +3850,7 @@ ], "responses": [ { - "$id": "399", + "$id": "390", "statusCodes": [ 200 ], @@ -3926,7 +3878,7 @@ }, "parameters": [ { - "$id": "400", + "$id": "391", "name": "body", "nameInRequest": "body", "type": { @@ -3943,12 +3895,12 @@ "skipUrlEncoding": false }, { - "$id": "401", + "$id": "392", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "393" + "$ref": "384" }, "location": "Header", "isApiVersion": false, @@ -3961,11 +3913,11 @@ "skipUrlEncoding": false }, { - "$id": "402", + "$id": "393", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "396" + "$ref": "387" }, "location": "Header", "isApiVersion": false, @@ -3979,7 +3931,7 @@ } ], "response": { - "$id": "403", + "$id": "394", "type": { "$ref": "84" } @@ -3990,31 +3942,31 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello.Demo2.createLiteral" }, { - "$id": "404", + "$id": "395", "kind": "basic", "name": "helloLiteral", "accessibility": "public", "apiVersions": [], "doc": "Send literal parameters", "operation": { - "$id": "405", + "$id": "396", "name": "helloLiteral", "resourceName": "Demo2", "doc": "Send literal parameters", "accessibility": "public", "parameters": [ { - "$id": "406", + "$id": "397", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "407", + "$id": "398", "kind": "constant", "name": "HelloLiteralRequestP1", "namespace": "", "usage": "None", "valueType": { - "$id": "408", + "$id": "399", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4034,17 +3986,17 @@ "skipUrlEncoding": false }, { - "$id": "409", + "$id": "400", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "410", + "$id": "401", "kind": "constant", "name": "ThingRequiredLiteralInt2", "namespace": "", "usage": "None", "valueType": { - "$id": "411", + "$id": "402", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -4064,17 +4016,17 @@ "skipUrlEncoding": false }, { - "$id": "412", + "$id": "403", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "413", + "$id": "404", "kind": "constant", "name": "ThingOptionalLiteralBool2", "namespace": "", "usage": "None", "valueType": { - "$id": "414", + "$id": "405", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -4094,17 +4046,17 @@ "skipUrlEncoding": false }, { - "$id": "415", + "$id": "406", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "416", + "$id": "407", "kind": "constant", "name": "helloLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "417", + "$id": "408", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4126,7 +4078,7 @@ ], "responses": [ { - "$id": "418", + "$id": "409", "statusCodes": [ 200 ], @@ -4151,17 +4103,17 @@ }, "parameters": [ { - "$id": "419", + "$id": "410", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "420", + "$id": "411", "kind": "constant", "name": "HelloLiteralRequestP11", "namespace": "", "usage": "None", "valueType": { - "$id": "421", + "$id": "412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4181,17 +4133,17 @@ "skipUrlEncoding": false }, { - "$id": "422", + "$id": "413", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "423", + "$id": "414", "kind": "constant", "name": "ThingRequiredLiteralInt3", "namespace": "", "usage": "None", "valueType": { - "$id": "424", + "$id": "415", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -4211,17 +4163,17 @@ "skipUrlEncoding": false }, { - "$id": "425", + "$id": "416", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "426", + "$id": "417", "kind": "constant", "name": "ThingOptionalLiteralBool3", "namespace": "", "usage": "None", "valueType": { - "$id": "427", + "$id": "418", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -4241,11 +4193,11 @@ "skipUrlEncoding": false }, { - "$id": "428", + "$id": "419", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "416" + "$ref": "407" }, "location": "Header", "isApiVersion": false, @@ -4259,7 +4211,7 @@ } ], "response": { - "$id": "429", + "$id": "420", "type": { "$ref": "84" } @@ -4272,11 +4224,11 @@ ], "parameters": [ { - "$id": "430", + "$id": "421", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "431", + "$id": "422", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4295,44 +4247,44 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.Hello.Demo2", "apiVersions": [], "parent": { - "$ref": "317" + "$ref": "308" } } ] }, { - "$id": "432", + "$id": "423", "kind": "client", "name": "EnumTest", "namespace": "Azure.NewProject.TypeSpec", "methods": [ { - "$id": "433", + "$id": "424", "kind": "basic", "name": "getUnknownValue", "accessibility": "public", "apiVersions": [], "doc": "create extensible enum", "operation": { - "$id": "434", + "$id": "425", "name": "getUnknownValue", "resourceName": "EnumTest", "doc": "create extensible enum", "accessibility": "public", "parameters": [ { - "$id": "435", + "$id": "426", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "436", + "$id": "427", "kind": "constant", "name": "getUnknownValueContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "437", + "$id": "428", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4352,7 +4304,7 @@ "skipUrlEncoding": false }, { - "$id": "438", + "$id": "429", "name": "input", "nameInRequest": "input", "type": { @@ -4371,7 +4323,7 @@ ], "responses": [ { - "$id": "439", + "$id": "430", "statusCodes": [ 204 ], @@ -4393,7 +4345,7 @@ }, "parameters": [ { - "$id": "440", + "$id": "431", "name": "input", "nameInRequest": "input", "type": { @@ -4410,12 +4362,12 @@ "skipUrlEncoding": false }, { - "$id": "441", + "$id": "432", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "436" + "$ref": "427" }, "location": "Header", "isApiVersion": false, @@ -4429,7 +4381,7 @@ } ], "response": { - "$id": "442" + "$id": "433" }, "isOverride": false, "generateConvenient": false, @@ -4439,11 +4391,11 @@ ], "parameters": [ { - "$id": "443", + "$id": "434", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "444", + "$id": "435", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4462,42 +4414,42 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.EnumTest", "apiVersions": [], "parent": { - "$ref": "224" + "$ref": "215" } }, { - "$id": "445", + "$id": "436", "kind": "client", "name": "ProtocolAndConvenient", "namespace": "Azure.NewProject.TypeSpec", "methods": [ { - "$id": "446", + "$id": "437", "kind": "basic", "name": "internalProtocol", "accessibility": "public", "apiVersions": [], "doc": "When set protocol false and convenient true, then the protocol method should be internal", "operation": { - "$id": "447", + "$id": "438", "name": "internalProtocol", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, then the protocol method should be internal", "accessibility": "public", "parameters": [ { - "$id": "448", + "$id": "439", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "449", + "$id": "440", "kind": "constant", "name": "internalProtocolContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "450", + "$id": "441", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4517,17 +4469,17 @@ "skipUrlEncoding": false }, { - "$id": "451", + "$id": "442", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "452", + "$id": "443", "kind": "constant", "name": "internalProtocolContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "453", + "$id": "444", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4547,7 +4499,7 @@ "skipUrlEncoding": false }, { - "$id": "454", + "$id": "445", "name": "body", "nameInRequest": "body", "type": { @@ -4566,7 +4518,7 @@ ], "responses": [ { - "$id": "455", + "$id": "446", "statusCodes": [ 200 ], @@ -4594,7 +4546,7 @@ }, "parameters": [ { - "$id": "456", + "$id": "447", "name": "body", "nameInRequest": "body", "type": { @@ -4611,12 +4563,12 @@ "skipUrlEncoding": false }, { - "$id": "457", + "$id": "448", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "449" + "$ref": "440" }, "location": "Header", "isApiVersion": false, @@ -4629,11 +4581,11 @@ "skipUrlEncoding": false }, { - "$id": "458", + "$id": "449", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "452" + "$ref": "443" }, "location": "Header", "isApiVersion": false, @@ -4647,7 +4599,7 @@ } ], "response": { - "$id": "459", + "$id": "450", "type": { "$ref": "84" } @@ -4658,14 +4610,14 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.ProtocolAndConvenient.internalProtocol" }, { - "$id": "460", + "$id": "451", "kind": "basic", "name": "stillConvenient", "accessibility": "public", "apiVersions": [], "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", "operation": { - "$id": "461", + "$id": "452", "name": "stillConvenient", "resourceName": "ProtocolAndConvenient", "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", @@ -4673,7 +4625,7 @@ "parameters": [], "responses": [ { - "$id": "462", + "$id": "453", "statusCodes": [ 204 ], @@ -4692,7 +4644,7 @@ }, "parameters": [], "response": { - "$id": "463" + "$id": "454" }, "isOverride": false, "generateConvenient": true, @@ -4702,11 +4654,11 @@ ], "parameters": [ { - "$id": "464", + "$id": "455", "name": "firstTestTypeSpecUrl", "nameInRequest": "firstTestTypeSpecUrl", "type": { - "$id": "465", + "$id": "456", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4725,22 +4677,22 @@ "crossLanguageDefinitionId": "NewProjectTypeSpec.ProtocolAndConvenient", "apiVersions": [], "parent": { - "$ref": "224" + "$ref": "215" } } ] } ], "auth": { - "$id": "466", + "$id": "457", "oAuth2": { - "$id": "467", + "$id": "458", "scopes": [ "https://api.example.com/.default" ] }, "apiKey": { - "$id": "468", + "$id": "459", "name": "x-ms-api-key", "in": "header" } diff --git a/test/UnbrandedProjects/Customized-TypeSpec/tspCodeModel.json b/test/UnbrandedProjects/Customized-TypeSpec/tspCodeModel.json index 8c5a93348c9..db9f9b56662 100644 --- a/test/UnbrandedProjects/Customized-TypeSpec/tspCodeModel.json +++ b/test/UnbrandedProjects/Customized-TypeSpec/tspCodeModel.json @@ -670,18 +670,7 @@ "$id": "82", "kind": "nullable", "type": { - "$id": "83", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "84", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "77" }, "namespace": "" }, @@ -692,9 +681,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "85", + "$id": "83", "json": { - "$id": "86", + "$id": "84", "name": "requiredNullableList" } } @@ -702,7 +691,7 @@ ] }, { - "$id": "87", + "$id": "85", "kind": "model", "name": "RoundTripModel", "namespace": "CustomizedTypeSpec", @@ -712,13 +701,13 @@ "decorators": [], "properties": [ { - "$id": "88", + "$id": "86", "kind": "property", "name": "requiredString", "serializedName": "requiredString", "doc": "Required string, illustrating a reference type property.", "type": { - "$id": "89", + "$id": "87", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -731,21 +720,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.RoundTripModel.requiredString", "serializationOptions": { - "$id": "90", + "$id": "88", "json": { - "$id": "91", + "$id": "89", "name": "requiredString" } } }, { - "$id": "92", + "$id": "90", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int, illustrating a value type property.", "type": { - "$id": "93", + "$id": "91", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -758,21 +747,21 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.RoundTripModel.requiredInt", "serializationOptions": { - "$id": "94", + "$id": "92", "json": { - "$id": "95", + "$id": "93", "name": "requiredInt" } } }, { - "$id": "96", + "$id": "94", "kind": "property", "name": "requiredReadonlyInt", "serializedName": "requiredReadonlyInt", "doc": "Required readonly int", "type": { - "$id": "97", + "$id": "95", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -785,9 +774,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.RoundTripModel.requiredReadonlyInt", "serializationOptions": { - "$id": "98", + "$id": "96", "json": { - "$id": "99", + "$id": "97", "name": "requiredReadonlyInt" } } @@ -795,7 +784,7 @@ ] }, { - "$id": "100", + "$id": "98", "kind": "model", "name": "ModelWithFormat", "namespace": "CustomizedTypeSpec", @@ -804,13 +793,13 @@ "decorators": [], "properties": [ { - "$id": "101", + "$id": "99", "kind": "property", "name": "sourceUrl", "serializedName": "sourceUrl", "doc": "url format", "type": { - "$id": "102", + "$id": "100", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -823,26 +812,26 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.ModelWithFormat.sourceUrl", "serializationOptions": { - "$id": "103", + "$id": "101", "json": { - "$id": "104", + "$id": "102", "name": "sourceUrl" } } }, { - "$id": "105", + "$id": "103", "kind": "property", "name": "guid", "serializedName": "guid", "doc": "uuid format", "type": { - "$id": "106", + "$id": "104", "kind": "string", "name": "uuid", "crossLanguageDefinitionId": "Azure.Core.uuid", "baseType": { - "$id": "107", + "$id": "105", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -857,9 +846,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.ModelWithFormat.guid", "serializationOptions": { - "$id": "108", + "$id": "106", "json": { - "$id": "109", + "$id": "107", "name": "guid" } } @@ -867,7 +856,7 @@ ] }, { - "$id": "110", + "$id": "108", "kind": "model", "name": "Friend", "namespace": "CustomizedTypeSpec", @@ -877,13 +866,13 @@ "decorators": [], "properties": [ { - "$id": "111", + "$id": "109", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the NotFriend", "type": { - "$id": "112", + "$id": "110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -896,20 +885,20 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.NotFriend.name", "serializationOptions": { - "$id": "113", + "$id": "111", "json": { - "$id": "114", + "$id": "112", "name": "name" } } }, { - "$id": "115", + "$id": "113", "kind": "property", "name": "format", "serializedName": "format", "type": { - "$ref": "100" + "$ref": "98" }, "optional": true, "readOnly": false, @@ -918,9 +907,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.NotFriend.format", "serializationOptions": { - "$id": "116", + "$id": "114", "json": { - "$id": "117", + "$id": "115", "name": "format" } } @@ -928,7 +917,7 @@ ] }, { - "$id": "118", + "$id": "116", "kind": "model", "name": "ProjectedModel", "namespace": "CustomizedTypeSpec", @@ -938,13 +927,13 @@ "decorators": [], "properties": [ { - "$id": "119", + "$id": "117", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "120", + "$id": "118", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -957,9 +946,9 @@ "decorators": [], "crossLanguageDefinitionId": "CustomizedTypeSpec.ModelWithProjectedName.name", "serializationOptions": { - "$id": "121", + "$id": "119", "json": { - "$id": "122", + "$id": "120", "name": "name" } } @@ -967,7 +956,7 @@ ] }, { - "$id": "123", + "$id": "121", "kind": "model", "name": "ReturnsAnonymousModelResponse", "namespace": "CustomizedTypeSpec", @@ -979,14 +968,14 @@ ], "clients": [ { - "$id": "124", + "$id": "122", "kind": "client", "name": "CustomizedTypeSpecClient", "namespace": "CustomizedTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "125", + "$id": "123", "kind": "basic", "name": "sayHi", "accessibility": "public", @@ -995,18 +984,18 @@ ], "doc": "Return hi", "operation": { - "$id": "126", + "$id": "124", "name": "sayHi", "resourceName": "CustomizedTypeSpec", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "127", + "$id": "125", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "128", + "$id": "126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1023,11 +1012,11 @@ "skipUrlEncoding": false }, { - "$id": "129", + "$id": "127", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "130", + "$id": "128", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1044,11 +1033,11 @@ "skipUrlEncoding": false }, { - "$id": "131", + "$id": "129", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "132", + "$id": "130", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1065,17 +1054,17 @@ "skipUrlEncoding": false }, { - "$id": "133", + "$id": "131", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "134", + "$id": "132", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "135", + "$id": "133", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1097,7 +1086,7 @@ ], "responses": [ { - "$id": "136", + "$id": "134", "statusCodes": [ 200 ], @@ -1122,11 +1111,11 @@ }, "parameters": [ { - "$id": "137", + "$id": "135", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "138", + "$id": "136", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1143,11 +1132,11 @@ "skipUrlEncoding": false }, { - "$id": "139", + "$id": "137", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "140", + "$id": "138", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1164,11 +1153,11 @@ "skipUrlEncoding": false }, { - "$id": "141", + "$id": "139", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "142", + "$id": "140", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1185,11 +1174,11 @@ "skipUrlEncoding": false }, { - "$id": "143", + "$id": "141", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "134" + "$ref": "132" }, "location": "Header", "isApiVersion": false, @@ -1203,7 +1192,7 @@ } ], "response": { - "$id": "144", + "$id": "142", "type": { "$ref": "24" } @@ -1214,7 +1203,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.sayHi" }, { - "$id": "145", + "$id": "143", "kind": "basic", "name": "helloAgain", "accessibility": "public", @@ -1223,18 +1212,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "146", + "$id": "144", "name": "helloAgain", "resourceName": "CustomizedTypeSpec", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "147", + "$id": "145", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "148", + "$id": "146", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1251,17 +1240,17 @@ "skipUrlEncoding": false }, { - "$id": "149", + "$id": "147", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "150", + "$id": "148", "kind": "constant", "name": "HelloAgainRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "151", + "$id": "149", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1281,11 +1270,11 @@ "skipUrlEncoding": false }, { - "$id": "152", + "$id": "150", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "153", + "$id": "151", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1302,17 +1291,17 @@ "skipUrlEncoding": false }, { - "$id": "154", + "$id": "152", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "155", + "$id": "153", "kind": "constant", "name": "helloAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "156", + "$id": "154", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1332,11 +1321,11 @@ "skipUrlEncoding": false }, { - "$id": "157", + "$id": "155", "name": "action", "nameInRequest": "action", "type": { - "$ref": "87" + "$ref": "85" }, "location": "Body", "isApiVersion": false, @@ -1351,12 +1340,12 @@ ], "responses": [ { - "$id": "158", + "$id": "156", "statusCodes": [ 200 ], "bodyType": { - "$ref": "87" + "$ref": "85" }, "headers": [], "isErrorResponse": false, @@ -1379,11 +1368,11 @@ }, "parameters": [ { - "$id": "159", + "$id": "157", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "160", + "$id": "158", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1400,11 +1389,11 @@ "skipUrlEncoding": false }, { - "$id": "161", + "$id": "159", "name": "action", "nameInRequest": "action", "type": { - "$ref": "87" + "$ref": "85" }, "location": "Body", "isApiVersion": false, @@ -1417,17 +1406,17 @@ "skipUrlEncoding": false }, { - "$id": "162", + "$id": "160", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "163", + "$id": "161", "kind": "constant", "name": "HelloAgainRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "164", + "$id": "162", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1447,11 +1436,11 @@ "skipUrlEncoding": false }, { - "$id": "165", + "$id": "163", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "166", + "$id": "164", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1468,11 +1457,11 @@ "skipUrlEncoding": false }, { - "$id": "167", + "$id": "165", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "155" + "$ref": "153" }, "location": "Header", "isApiVersion": false, @@ -1486,9 +1475,9 @@ } ], "response": { - "$id": "168", + "$id": "166", "type": { - "$ref": "87" + "$ref": "85" } }, "isOverride": false, @@ -1497,7 +1486,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.helloAgain" }, { - "$id": "169", + "$id": "167", "kind": "basic", "name": "noContentType", "accessibility": "public", @@ -1506,18 +1495,18 @@ ], "doc": "Return hi again", "operation": { - "$id": "170", + "$id": "168", "name": "noContentType", "resourceName": "CustomizedTypeSpec", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "171", + "$id": "169", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "172", + "$id": "170", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1534,11 +1523,11 @@ "skipUrlEncoding": false }, { - "$id": "173", + "$id": "171", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "174", + "$id": "172", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1555,18 +1544,18 @@ "skipUrlEncoding": false }, { - "$id": "175", + "$id": "173", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "176", + "$id": "174", "kind": "constant", "name": "noContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "177", + "$id": "175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1586,17 +1575,17 @@ "skipUrlEncoding": false }, { - "$id": "178", + "$id": "176", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "179", + "$id": "177", "kind": "constant", "name": "noContentTypeContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "180", + "$id": "178", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1616,11 +1605,11 @@ "skipUrlEncoding": false }, { - "$id": "181", + "$id": "179", "name": "action", "nameInRequest": "action", "type": { - "$ref": "87" + "$ref": "85" }, "location": "Body", "isApiVersion": false, @@ -1635,12 +1624,12 @@ ], "responses": [ { - "$id": "182", + "$id": "180", "statusCodes": [ 200 ], "bodyType": { - "$ref": "87" + "$ref": "85" }, "headers": [], "isErrorResponse": false, @@ -1663,11 +1652,11 @@ }, "parameters": [ { - "$id": "183", + "$id": "181", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "184", + "$id": "182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1684,11 +1673,11 @@ "skipUrlEncoding": false }, { - "$id": "185", + "$id": "183", "name": "action", "nameInRequest": "action", "type": { - "$ref": "87" + "$ref": "85" }, "location": "Body", "isApiVersion": false, @@ -1701,11 +1690,11 @@ "skipUrlEncoding": false }, { - "$id": "186", + "$id": "184", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "187", + "$id": "185", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1722,12 +1711,12 @@ "skipUrlEncoding": false }, { - "$id": "188", + "$id": "186", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "176" + "$ref": "174" }, "location": "Header", "isApiVersion": false, @@ -1740,11 +1729,11 @@ "skipUrlEncoding": false }, { - "$id": "189", + "$id": "187", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "179" + "$ref": "177" }, "location": "Header", "isApiVersion": false, @@ -1758,9 +1747,9 @@ } ], "response": { - "$id": "190", + "$id": "188", "type": { - "$ref": "87" + "$ref": "85" } }, "isOverride": false, @@ -1769,7 +1758,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.noContentType" }, { - "$id": "191", + "$id": "189", "kind": "basic", "name": "helloDemo2", "accessibility": "public", @@ -1778,24 +1767,24 @@ ], "doc": "Return hi in demo2", "operation": { - "$id": "192", + "$id": "190", "name": "helloDemo2", "resourceName": "CustomizedTypeSpec", "doc": "Return hi in demo2", "accessibility": "public", "parameters": [ { - "$id": "193", + "$id": "191", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "194", + "$id": "192", "kind": "constant", "name": "helloDemo2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "195", + "$id": "193", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1817,7 +1806,7 @@ ], "responses": [ { - "$id": "196", + "$id": "194", "statusCodes": [ 200 ], @@ -1842,11 +1831,11 @@ }, "parameters": [ { - "$id": "197", + "$id": "195", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "194" + "$ref": "192" }, "location": "Header", "isApiVersion": false, @@ -1860,7 +1849,7 @@ } ], "response": { - "$id": "198", + "$id": "196", "type": { "$ref": "24" } @@ -1871,7 +1860,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.helloDemo2" }, { - "$id": "199", + "$id": "197", "kind": "basic", "name": "createLiteral", "accessibility": "public", @@ -1880,25 +1869,25 @@ ], "doc": "Create with literal value", "operation": { - "$id": "200", + "$id": "198", "name": "createLiteral", "resourceName": "CustomizedTypeSpec", "doc": "Create with literal value", "accessibility": "public", "parameters": [ { - "$id": "201", + "$id": "199", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "202", + "$id": "200", "kind": "constant", "name": "createLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "203", + "$id": "201", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1918,17 +1907,17 @@ "skipUrlEncoding": false }, { - "$id": "204", + "$id": "202", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "205", + "$id": "203", "kind": "constant", "name": "createLiteralContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "206", + "$id": "204", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1948,7 +1937,7 @@ "skipUrlEncoding": false }, { - "$id": "207", + "$id": "205", "name": "body", "nameInRequest": "body", "type": { @@ -1967,7 +1956,7 @@ ], "responses": [ { - "$id": "208", + "$id": "206", "statusCodes": [ 200 ], @@ -1995,7 +1984,7 @@ }, "parameters": [ { - "$id": "209", + "$id": "207", "name": "body", "nameInRequest": "body", "type": { @@ -2012,12 +2001,12 @@ "skipUrlEncoding": false }, { - "$id": "210", + "$id": "208", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "202" + "$ref": "200" }, "location": "Header", "isApiVersion": false, @@ -2030,11 +2019,11 @@ "skipUrlEncoding": false }, { - "$id": "211", + "$id": "209", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "205" + "$ref": "203" }, "location": "Header", "isApiVersion": false, @@ -2048,7 +2037,7 @@ } ], "response": { - "$id": "212", + "$id": "210", "type": { "$ref": "24" } @@ -2059,7 +2048,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.createLiteral" }, { - "$id": "213", + "$id": "211", "kind": "basic", "name": "helloLiteral", "accessibility": "public", @@ -2068,24 +2057,24 @@ ], "doc": "Send literal parameters", "operation": { - "$id": "214", + "$id": "212", "name": "helloLiteral", "resourceName": "CustomizedTypeSpec", "doc": "Send literal parameters", "accessibility": "public", "parameters": [ { - "$id": "215", + "$id": "213", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "216", + "$id": "214", "kind": "constant", "name": "HelloLiteralRequestP1", "namespace": "", "usage": "None", "valueType": { - "$id": "217", + "$id": "215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2105,17 +2094,17 @@ "skipUrlEncoding": false }, { - "$id": "218", + "$id": "216", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "219", + "$id": "217", "kind": "constant", "name": "ThingRequiredLiteralInt1", "namespace": "", "usage": "None", "valueType": { - "$id": "220", + "$id": "218", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2135,17 +2124,17 @@ "skipUrlEncoding": false }, { - "$id": "221", + "$id": "219", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "222", + "$id": "220", "kind": "constant", "name": "ThingOptionalLiteralBool1", "namespace": "", "usage": "None", "valueType": { - "$id": "223", + "$id": "221", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -2165,17 +2154,17 @@ "skipUrlEncoding": false }, { - "$id": "224", + "$id": "222", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "225", + "$id": "223", "kind": "constant", "name": "helloLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "226", + "$id": "224", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2197,7 +2186,7 @@ ], "responses": [ { - "$id": "227", + "$id": "225", "statusCodes": [ 200 ], @@ -2222,17 +2211,17 @@ }, "parameters": [ { - "$id": "228", + "$id": "226", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "229", + "$id": "227", "kind": "constant", "name": "HelloLiteralRequestP11", "namespace": "", "usage": "None", "valueType": { - "$id": "230", + "$id": "228", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2252,17 +2241,17 @@ "skipUrlEncoding": false }, { - "$id": "231", + "$id": "229", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "232", + "$id": "230", "kind": "constant", "name": "ThingRequiredLiteralInt2", "namespace": "", "usage": "None", "valueType": { - "$id": "233", + "$id": "231", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -2282,17 +2271,17 @@ "skipUrlEncoding": false }, { - "$id": "234", + "$id": "232", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "235", + "$id": "233", "kind": "constant", "name": "ThingOptionalLiteralBool2", "namespace": "", "usage": "None", "valueType": { - "$id": "236", + "$id": "234", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -2312,11 +2301,11 @@ "skipUrlEncoding": false }, { - "$id": "237", + "$id": "235", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "225" + "$ref": "223" }, "location": "Header", "isApiVersion": false, @@ -2330,7 +2319,7 @@ } ], "response": { - "$id": "238", + "$id": "236", "type": { "$ref": "24" } @@ -2341,7 +2330,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.helloLiteral" }, { - "$id": "239", + "$id": "237", "kind": "basic", "name": "topAction", "accessibility": "public", @@ -2350,23 +2339,23 @@ ], "doc": "top level method", "operation": { - "$id": "240", + "$id": "238", "name": "topAction", "resourceName": "CustomizedTypeSpec", "doc": "top level method", "accessibility": "public", "parameters": [ { - "$id": "241", + "$id": "239", "name": "action", "nameInRequest": "action", "type": { - "$id": "242", + "$id": "240", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "243", + "$id": "241", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2386,17 +2375,17 @@ "skipUrlEncoding": false }, { - "$id": "244", + "$id": "242", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "245", + "$id": "243", "kind": "constant", "name": "topActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "246", + "$id": "244", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2418,7 +2407,7 @@ ], "responses": [ { - "$id": "247", + "$id": "245", "statusCodes": [ 200 ], @@ -2443,16 +2432,16 @@ }, "parameters": [ { - "$id": "248", + "$id": "246", "name": "action", "nameInRequest": "action", "type": { - "$id": "249", + "$id": "247", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "250", + "$id": "248", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2472,11 +2461,11 @@ "skipUrlEncoding": false }, { - "$id": "251", + "$id": "249", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "245" + "$ref": "243" }, "location": "Header", "isApiVersion": false, @@ -2490,7 +2479,7 @@ } ], "response": { - "$id": "252", + "$id": "250", "type": { "$ref": "24" } @@ -2501,7 +2490,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.topAction" }, { - "$id": "253", + "$id": "251", "kind": "basic", "name": "topAction2", "accessibility": "public", @@ -2510,24 +2499,24 @@ ], "doc": "top level method2", "operation": { - "$id": "254", + "$id": "252", "name": "topAction2", "resourceName": "CustomizedTypeSpec", "doc": "top level method2", "accessibility": "public", "parameters": [ { - "$id": "255", + "$id": "253", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "256", + "$id": "254", "kind": "constant", "name": "topAction2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "257", + "$id": "255", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2549,7 +2538,7 @@ ], "responses": [ { - "$id": "258", + "$id": "256", "statusCodes": [ 200 ], @@ -2574,11 +2563,11 @@ }, "parameters": [ { - "$id": "259", + "$id": "257", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "256" + "$ref": "254" }, "location": "Header", "isApiVersion": false, @@ -2592,7 +2581,7 @@ } ], "response": { - "$id": "260", + "$id": "258", "type": { "$ref": "24" } @@ -2603,7 +2592,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.topAction2" }, { - "$id": "261", + "$id": "259", "kind": "basic", "name": "patchAction", "accessibility": "public", @@ -2612,25 +2601,25 @@ ], "doc": "top level patch", "operation": { - "$id": "262", + "$id": "260", "name": "patchAction", "resourceName": "CustomizedTypeSpec", "doc": "top level patch", "accessibility": "public", "parameters": [ { - "$id": "263", + "$id": "261", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "264", + "$id": "262", "kind": "constant", "name": "patchActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "265", + "$id": "263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2650,17 +2639,17 @@ "skipUrlEncoding": false }, { - "$id": "266", + "$id": "264", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "267", + "$id": "265", "kind": "constant", "name": "patchActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "268", + "$id": "266", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2680,7 +2669,7 @@ "skipUrlEncoding": false }, { - "$id": "269", + "$id": "267", "name": "body", "nameInRequest": "body", "type": { @@ -2699,7 +2688,7 @@ ], "responses": [ { - "$id": "270", + "$id": "268", "statusCodes": [ 200 ], @@ -2727,7 +2716,7 @@ }, "parameters": [ { - "$id": "271", + "$id": "269", "name": "body", "nameInRequest": "body", "type": { @@ -2744,12 +2733,12 @@ "skipUrlEncoding": false }, { - "$id": "272", + "$id": "270", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "264" + "$ref": "262" }, "location": "Header", "isApiVersion": false, @@ -2762,11 +2751,11 @@ "skipUrlEncoding": false }, { - "$id": "273", + "$id": "271", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "267" + "$ref": "265" }, "location": "Header", "isApiVersion": false, @@ -2780,7 +2769,7 @@ } ], "response": { - "$id": "274", + "$id": "272", "type": { "$ref": "24" } @@ -2791,7 +2780,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.patchAction" }, { - "$id": "275", + "$id": "273", "kind": "basic", "name": "anonymousBody", "accessibility": "public", @@ -2800,25 +2789,25 @@ ], "doc": "body parameter without body decorator", "operation": { - "$id": "276", + "$id": "274", "name": "anonymousBody", "resourceName": "CustomizedTypeSpec", "doc": "body parameter without body decorator", "accessibility": "public", "parameters": [ { - "$id": "277", + "$id": "275", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "278", + "$id": "276", "kind": "constant", "name": "anonymousBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "279", + "$id": "277", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2838,17 +2827,17 @@ "skipUrlEncoding": false }, { - "$id": "280", + "$id": "278", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "281", + "$id": "279", "kind": "constant", "name": "anonymousBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "282", + "$id": "280", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2868,7 +2857,7 @@ "skipUrlEncoding": false }, { - "$id": "283", + "$id": "281", "name": "thing", "nameInRequest": "thing", "type": { @@ -2887,7 +2876,7 @@ ], "responses": [ { - "$id": "284", + "$id": "282", "statusCodes": [ 200 ], @@ -2915,12 +2904,12 @@ }, "parameters": [ { - "$id": "285", + "$id": "283", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "286", + "$id": "284", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2937,7 +2926,7 @@ "skipUrlEncoding": false }, { - "$id": "287", + "$id": "285", "name": "requiredUnion", "nameInRequest": "requiredUnion", "doc": "required Union", @@ -2955,7 +2944,7 @@ "skipUrlEncoding": false }, { - "$id": "288", + "$id": "286", "name": "requiredLiteralString", "nameInRequest": "requiredLiteralString", "doc": "required literal string", @@ -2973,7 +2962,7 @@ "skipUrlEncoding": false }, { - "$id": "289", + "$id": "287", "name": "requiredLiteralInt", "nameInRequest": "requiredLiteralInt", "doc": "required literal int", @@ -2991,7 +2980,7 @@ "skipUrlEncoding": false }, { - "$id": "290", + "$id": "288", "name": "requiredLiteralFloat", "nameInRequest": "requiredLiteralFloat", "doc": "required literal float", @@ -3009,7 +2998,7 @@ "skipUrlEncoding": false }, { - "$id": "291", + "$id": "289", "name": "requiredLiteralBool", "nameInRequest": "requiredLiteralBool", "doc": "required literal bool", @@ -3027,7 +3016,7 @@ "skipUrlEncoding": false }, { - "$id": "292", + "$id": "290", "name": "optionalLiteralString", "nameInRequest": "optionalLiteralString", "doc": "optional literal string", @@ -3045,7 +3034,7 @@ "skipUrlEncoding": false }, { - "$id": "293", + "$id": "291", "name": "optionalLiteralInt", "nameInRequest": "optionalLiteralInt", "doc": "optional literal int", @@ -3063,7 +3052,7 @@ "skipUrlEncoding": false }, { - "$id": "294", + "$id": "292", "name": "optionalLiteralFloat", "nameInRequest": "optionalLiteralFloat", "doc": "optional literal float", @@ -3081,7 +3070,7 @@ "skipUrlEncoding": false }, { - "$id": "295", + "$id": "293", "name": "optionalLiteralBool", "nameInRequest": "optionalLiteralBool", "doc": "optional literal bool", @@ -3099,12 +3088,12 @@ "skipUrlEncoding": false }, { - "$id": "296", + "$id": "294", "name": "requiredBadDescription", "nameInRequest": "requiredBadDescription", "doc": "description with xml <|endoftext|>", "type": { - "$id": "297", + "$id": "295", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3121,7 +3110,7 @@ "skipUrlEncoding": false }, { - "$id": "298", + "$id": "296", "name": "optionalNullableList", "nameInRequest": "optionalNullableList", "doc": "optional nullable collection", @@ -3139,7 +3128,7 @@ "skipUrlEncoding": false }, { - "$id": "299", + "$id": "297", "name": "requiredNullableList", "nameInRequest": "requiredNullableList", "doc": "required nullable collection", @@ -3157,12 +3146,12 @@ "skipUrlEncoding": false }, { - "$id": "300", + "$id": "298", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "278" + "$ref": "276" }, "location": "Header", "isApiVersion": false, @@ -3175,11 +3164,11 @@ "skipUrlEncoding": false }, { - "$id": "301", + "$id": "299", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "281" + "$ref": "279" }, "location": "Header", "isApiVersion": false, @@ -3193,7 +3182,7 @@ } ], "response": { - "$id": "302", + "$id": "300", "type": { "$ref": "24" } @@ -3204,7 +3193,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.anonymousBody" }, { - "$id": "303", + "$id": "301", "kind": "basic", "name": "friendlyModel", "accessibility": "public", @@ -3213,25 +3202,25 @@ ], "doc": "Model can have its friendly name", "operation": { - "$id": "304", + "$id": "302", "name": "friendlyModel", "resourceName": "CustomizedTypeSpec", "doc": "Model can have its friendly name", "accessibility": "public", "parameters": [ { - "$id": "305", + "$id": "303", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "306", + "$id": "304", "kind": "constant", "name": "friendlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "307", + "$id": "305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3251,17 +3240,17 @@ "skipUrlEncoding": false }, { - "$id": "308", + "$id": "306", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "309", + "$id": "307", "kind": "constant", "name": "friendlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "310", + "$id": "308", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3281,11 +3270,11 @@ "skipUrlEncoding": false }, { - "$id": "311", + "$id": "309", "name": "friend", "nameInRequest": "friend", "type": { - "$ref": "110" + "$ref": "108" }, "location": "Body", "isApiVersion": false, @@ -3300,12 +3289,12 @@ ], "responses": [ { - "$id": "312", + "$id": "310", "statusCodes": [ 200 ], "bodyType": { - "$ref": "110" + "$ref": "108" }, "headers": [], "isErrorResponse": false, @@ -3328,12 +3317,12 @@ }, "parameters": [ { - "$id": "313", + "$id": "311", "name": "name", "nameInRequest": "name", "doc": "name of the NotFriend", "type": { - "$id": "314", + "$id": "312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3350,11 +3339,11 @@ "skipUrlEncoding": false }, { - "$id": "315", + "$id": "313", "name": "format", "nameInRequest": "format", "type": { - "$ref": "100" + "$ref": "98" }, "location": "Body", "isApiVersion": false, @@ -3367,12 +3356,12 @@ "skipUrlEncoding": false }, { - "$id": "316", + "$id": "314", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "306" + "$ref": "304" }, "location": "Header", "isApiVersion": false, @@ -3385,11 +3374,11 @@ "skipUrlEncoding": false }, { - "$id": "317", + "$id": "315", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "309" + "$ref": "307" }, "location": "Header", "isApiVersion": false, @@ -3403,9 +3392,9 @@ } ], "response": { - "$id": "318", + "$id": "316", "type": { - "$ref": "110" + "$ref": "108" } }, "isOverride": false, @@ -3414,7 +3403,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.friendlyModel" }, { - "$id": "319", + "$id": "317", "kind": "basic", "name": "addTimeHeader", "accessibility": "public", @@ -3422,22 +3411,22 @@ "2022-05-15-preview" ], "operation": { - "$id": "320", + "$id": "318", "name": "addTimeHeader", "resourceName": "CustomizedTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "321", + "$id": "319", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "322", + "$id": "320", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "323", + "$id": "321", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3459,7 +3448,7 @@ ], "responses": [ { - "$id": "324", + "$id": "322", "statusCodes": [ 204 ], @@ -3478,16 +3467,16 @@ }, "parameters": [ { - "$id": "325", + "$id": "323", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "326", + "$id": "324", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "327", + "$id": "325", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3508,7 +3497,7 @@ } ], "response": { - "$id": "328" + "$id": "326" }, "isOverride": false, "generateConvenient": false, @@ -3516,7 +3505,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.addTimeHeader" }, { - "$id": "329", + "$id": "327", "kind": "basic", "name": "projectedNameModel", "accessibility": "public", @@ -3525,25 +3514,25 @@ ], "doc": "Model can have its projected name", "operation": { - "$id": "330", + "$id": "328", "name": "projectedNameModel", "resourceName": "CustomizedTypeSpec", "doc": "Model can have its projected name", "accessibility": "public", "parameters": [ { - "$id": "331", + "$id": "329", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "332", + "$id": "330", "kind": "constant", "name": "projectedNameModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "333", + "$id": "331", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3563,17 +3552,17 @@ "skipUrlEncoding": false }, { - "$id": "334", + "$id": "332", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "335", + "$id": "333", "kind": "constant", "name": "projectedNameModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "336", + "$id": "334", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3593,11 +3582,11 @@ "skipUrlEncoding": false }, { - "$id": "337", + "$id": "335", "name": "projectedModel", "nameInRequest": "projectedModel", "type": { - "$ref": "118" + "$ref": "116" }, "location": "Body", "isApiVersion": false, @@ -3612,12 +3601,12 @@ ], "responses": [ { - "$id": "338", + "$id": "336", "statusCodes": [ 200 ], "bodyType": { - "$ref": "118" + "$ref": "116" }, "headers": [], "isErrorResponse": false, @@ -3640,12 +3629,12 @@ }, "parameters": [ { - "$id": "339", + "$id": "337", "name": "name", "nameInRequest": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "340", + "$id": "338", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3662,12 +3651,12 @@ "skipUrlEncoding": false }, { - "$id": "341", + "$id": "339", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "332" + "$ref": "330" }, "location": "Header", "isApiVersion": false, @@ -3680,11 +3669,11 @@ "skipUrlEncoding": false }, { - "$id": "342", + "$id": "340", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "335" + "$ref": "333" }, "location": "Header", "isApiVersion": false, @@ -3698,9 +3687,9 @@ } ], "response": { - "$id": "343", + "$id": "341", "type": { - "$ref": "118" + "$ref": "116" } }, "isOverride": false, @@ -3709,7 +3698,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.projectedNameModel" }, { - "$id": "344", + "$id": "342", "kind": "basic", "name": "returnsAnonymousModel", "accessibility": "public", @@ -3718,24 +3707,24 @@ ], "doc": "return anonymous model", "operation": { - "$id": "345", + "$id": "343", "name": "returnsAnonymousModel", "resourceName": "CustomizedTypeSpec", "doc": "return anonymous model", "accessibility": "public", "parameters": [ { - "$id": "346", + "$id": "344", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "347", + "$id": "345", "kind": "constant", "name": "returnsAnonymousModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "348", + "$id": "346", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3757,12 +3746,12 @@ ], "responses": [ { - "$id": "349", + "$id": "347", "statusCodes": [ 200 ], "bodyType": { - "$ref": "123" + "$ref": "121" }, "headers": [], "isErrorResponse": false, @@ -3782,11 +3771,11 @@ }, "parameters": [ { - "$id": "350", + "$id": "348", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "347" + "$ref": "345" }, "location": "Header", "isApiVersion": false, @@ -3800,9 +3789,9 @@ } ], "response": { - "$id": "351", + "$id": "349", "type": { - "$ref": "123" + "$ref": "121" } }, "isOverride": false, @@ -3811,7 +3800,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.returnsAnonymousModel" }, { - "$id": "352", + "$id": "350", "kind": "basic", "name": "getUnknownValue", "accessibility": "public", @@ -3820,18 +3809,18 @@ ], "doc": "get extensible enum", "operation": { - "$id": "353", + "$id": "351", "name": "getUnknownValue", "resourceName": "CustomizedTypeSpec", "doc": "get extensible enum", "accessibility": "public", "parameters": [ { - "$id": "354", + "$id": "352", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "355", + "$id": "353", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3850,18 +3839,18 @@ ], "responses": [ { - "$id": "356", + "$id": "354", "statusCodes": [ 200 ], "bodyType": { - "$id": "357", + "$id": "355", "kind": "constant", "name": "GetUnknownValueResponse6", "namespace": "", "usage": "None", "valueType": { - "$id": "358", + "$id": "356", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3895,11 +3884,11 @@ }, "parameters": [ { - "$id": "359", + "$id": "357", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "355" + "$ref": "353" }, "location": "Header", "isApiVersion": false, @@ -3913,9 +3902,9 @@ } ], "response": { - "$id": "360", + "$id": "358", "type": { - "$ref": "357" + "$ref": "355" } }, "isOverride": false, @@ -3924,7 +3913,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.getUnknownValue" }, { - "$id": "361", + "$id": "359", "kind": "basic", "name": "internalProtocol", "accessibility": "public", @@ -3933,25 +3922,25 @@ ], "doc": "When set protocol false and convenient true, then the protocol method should be internal", "operation": { - "$id": "362", + "$id": "360", "name": "internalProtocol", "resourceName": "CustomizedTypeSpec", "doc": "When set protocol false and convenient true, then the protocol method should be internal", "accessibility": "public", "parameters": [ { - "$id": "363", + "$id": "361", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "364", + "$id": "362", "kind": "constant", "name": "internalProtocolContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "365", + "$id": "363", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3971,17 +3960,17 @@ "skipUrlEncoding": false }, { - "$id": "366", + "$id": "364", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "367", + "$id": "365", "kind": "constant", "name": "internalProtocolContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "368", + "$id": "366", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4001,7 +3990,7 @@ "skipUrlEncoding": false }, { - "$id": "369", + "$id": "367", "name": "body", "nameInRequest": "body", "type": { @@ -4020,7 +4009,7 @@ ], "responses": [ { - "$id": "370", + "$id": "368", "statusCodes": [ 200 ], @@ -4048,7 +4037,7 @@ }, "parameters": [ { - "$id": "371", + "$id": "369", "name": "body", "nameInRequest": "body", "type": { @@ -4065,12 +4054,12 @@ "skipUrlEncoding": false }, { - "$id": "372", + "$id": "370", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "364" + "$ref": "362" }, "location": "Header", "isApiVersion": false, @@ -4083,11 +4072,11 @@ "skipUrlEncoding": false }, { - "$id": "373", + "$id": "371", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "367" + "$ref": "365" }, "location": "Header", "isApiVersion": false, @@ -4101,7 +4090,7 @@ } ], "response": { - "$id": "374", + "$id": "372", "type": { "$ref": "24" } @@ -4112,7 +4101,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.internalProtocol" }, { - "$id": "375", + "$id": "373", "kind": "basic", "name": "stillConvenient", "accessibility": "public", @@ -4121,7 +4110,7 @@ ], "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", "operation": { - "$id": "376", + "$id": "374", "name": "stillConvenient", "resourceName": "CustomizedTypeSpec", "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", @@ -4129,7 +4118,7 @@ "parameters": [], "responses": [ { - "$id": "377", + "$id": "375", "statusCodes": [ 204 ], @@ -4148,7 +4137,7 @@ }, "parameters": [], "response": { - "$id": "378" + "$id": "376" }, "isOverride": false, "generateConvenient": true, @@ -4156,7 +4145,7 @@ "crossLanguageDefinitionId": "CustomizedTypeSpec.stillConvenient" }, { - "$id": "379", + "$id": "377", "kind": "basic", "name": "headAsBoolean", "accessibility": "public", @@ -4165,18 +4154,18 @@ ], "doc": "head as boolean.", "operation": { - "$id": "380", + "$id": "378", "name": "headAsBoolean", "resourceName": "CustomizedTypeSpec", "doc": "head as boolean.", "accessibility": "public", "parameters": [ { - "$id": "381", + "$id": "379", "name": "id", "nameInRequest": "id", "type": { - "$id": "382", + "$id": "380", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4195,7 +4184,7 @@ ], "responses": [ { - "$id": "383", + "$id": "381", "statusCodes": [ 204 ], @@ -4214,11 +4203,11 @@ }, "parameters": [ { - "$id": "384", + "$id": "382", "name": "id", "nameInRequest": "id", "type": { - "$id": "385", + "$id": "383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4236,7 +4225,7 @@ } ], "response": { - "$id": "386" + "$id": "384" }, "isOverride": false, "generateConvenient": true, @@ -4246,11 +4235,11 @@ ], "parameters": [ { - "$id": "387", + "$id": "385", "name": "unbrandedTypeSpecUrl", "nameInRequest": "unbrandedTypeSpecUrl", "type": { - "$id": "388", + "$id": "386", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -4267,12 +4256,12 @@ ], "decorators": [ { - "$id": "389", + "$id": "387", "name": "TypeSpec.@service", "arguments": { - "$id": "390", + "$id": "388", "options": { - "$id": "391", + "$id": "389", "title": "hello world" } } @@ -4285,9 +4274,9 @@ } ], "auth": { - "$id": "392", + "$id": "390", "apiKey": { - "$id": "393", + "$id": "391", "name": "my-api-key", "in": "header" } diff --git a/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/tspCodeModel.json b/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/tspCodeModel.json index e71cdb1582a..da45639d1fa 100644 --- a/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/tspCodeModel.json +++ b/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/tspCodeModel.json @@ -631,18 +631,7 @@ "$id": "78", "kind": "nullable", "type": { - "$id": "79", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "80", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "namespace": "" }, @@ -653,9 +642,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoDocsUnbrandedTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "81", + "$id": "79", "json": { - "$id": "82", + "$id": "80", "name": "requiredNullableList" } } @@ -665,32 +654,32 @@ ], "clients": [ { - "$id": "83", + "$id": "81", "kind": "client", "name": "NoDocsUnbrandedTypeSpecClient", "namespace": "NoDocsUnbrandedTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "84", + "$id": "82", "kind": "basic", "name": "sayHi", "accessibility": "public", "apiVersions": [], "doc": "Return hi", "operation": { - "$id": "85", + "$id": "83", "name": "sayHi", "resourceName": "NoDocsUnbrandedTypeSpec", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "86", + "$id": "84", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "87", + "$id": "85", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -707,11 +696,11 @@ "skipUrlEncoding": false }, { - "$id": "88", + "$id": "86", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "89", + "$id": "87", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -728,11 +717,11 @@ "skipUrlEncoding": false }, { - "$id": "90", + "$id": "88", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "91", + "$id": "89", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -749,17 +738,17 @@ "skipUrlEncoding": false }, { - "$id": "92", + "$id": "90", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "93", + "$id": "91", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "94", + "$id": "92", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -781,7 +770,7 @@ ], "responses": [ { - "$id": "95", + "$id": "93", "statusCodes": [ 200 ], @@ -806,11 +795,11 @@ }, "parameters": [ { - "$id": "96", + "$id": "94", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "97", + "$id": "95", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -827,11 +816,11 @@ "skipUrlEncoding": false }, { - "$id": "98", + "$id": "96", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "99", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -848,11 +837,11 @@ "skipUrlEncoding": false }, { - "$id": "100", + "$id": "98", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "101", + "$id": "99", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -869,11 +858,11 @@ "skipUrlEncoding": false }, { - "$id": "102", + "$id": "100", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "93" + "$ref": "91" }, "location": "Header", "isApiVersion": false, @@ -887,7 +876,7 @@ } ], "response": { - "$id": "103", + "$id": "101", "type": { "$ref": "20" } @@ -900,11 +889,11 @@ ], "parameters": [ { - "$id": "104", + "$id": "102", "name": "noTestTypeSpecUrl", "nameInRequest": "noTestTypeSpecUrl", "type": { - "$id": "105", + "$id": "103", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -921,12 +910,12 @@ ], "decorators": [ { - "$id": "106", + "$id": "104", "name": "TypeSpec.@service", "arguments": { - "$id": "107", + "$id": "105", "options": { - "$id": "108", + "$id": "106", "title": "hello world" } } @@ -937,9 +926,9 @@ } ], "auth": { - "$id": "109", + "$id": "107", "apiKey": { - "$id": "110", + "$id": "108", "name": "my-api-key", "in": "header" } diff --git a/test/UnbrandedProjects/NoTest-TypeSpec/tspCodeModel.json b/test/UnbrandedProjects/NoTest-TypeSpec/tspCodeModel.json index 0642f1eab08..9540a6c5530 100644 --- a/test/UnbrandedProjects/NoTest-TypeSpec/tspCodeModel.json +++ b/test/UnbrandedProjects/NoTest-TypeSpec/tspCodeModel.json @@ -631,18 +631,7 @@ "$id": "78", "kind": "nullable", "type": { - "$id": "79", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "80", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "73" }, "namespace": "" }, @@ -653,9 +642,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoTestTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "81", + "$id": "79", "json": { - "$id": "82", + "$id": "80", "name": "requiredNullableList" } } @@ -663,7 +652,7 @@ ] }, { - "$id": "83", + "$id": "81", "kind": "model", "name": "DerivedThing", "namespace": "NoTestTypeSpec", @@ -675,12 +664,12 @@ }, "properties": [ { - "$id": "84", + "$id": "82", "kind": "property", "name": "myProperty", "serializedName": "myProperty", "type": { - "$id": "85", + "$id": "83", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -693,9 +682,9 @@ "decorators": [], "crossLanguageDefinitionId": "NoTestTypeSpec.DerivedThing.myProperty", "serializationOptions": { - "$id": "86", + "$id": "84", "json": { - "$id": "87", + "$id": "85", "name": "myProperty" } } @@ -705,32 +694,32 @@ ], "clients": [ { - "$id": "88", + "$id": "86", "kind": "client", "name": "NoTestTypeSpecClient", "namespace": "NoTestTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "89", + "$id": "87", "kind": "basic", "name": "sayHi", "accessibility": "public", "apiVersions": [], "doc": "Return hi", "operation": { - "$id": "90", + "$id": "88", "name": "sayHi", "resourceName": "NoTestTypeSpec", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "91", + "$id": "89", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "92", + "$id": "90", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -747,11 +736,11 @@ "skipUrlEncoding": false }, { - "$id": "93", + "$id": "91", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "94", + "$id": "92", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -768,11 +757,11 @@ "skipUrlEncoding": false }, { - "$id": "95", + "$id": "93", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "96", + "$id": "94", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -789,17 +778,17 @@ "skipUrlEncoding": false }, { - "$id": "97", + "$id": "95", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "98", + "$id": "96", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "99", + "$id": "97", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -821,7 +810,7 @@ ], "responses": [ { - "$id": "100", + "$id": "98", "statusCodes": [ 200 ], @@ -846,11 +835,11 @@ }, "parameters": [ { - "$id": "101", + "$id": "99", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "102", + "$id": "100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -867,11 +856,11 @@ "skipUrlEncoding": false }, { - "$id": "103", + "$id": "101", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "104", + "$id": "102", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -888,11 +877,11 @@ "skipUrlEncoding": false }, { - "$id": "105", + "$id": "103", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "106", + "$id": "104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -909,11 +898,11 @@ "skipUrlEncoding": false }, { - "$id": "107", + "$id": "105", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "98" + "$ref": "96" }, "location": "Header", "isApiVersion": false, @@ -927,7 +916,7 @@ } ], "response": { - "$id": "108", + "$id": "106", "type": { "$ref": "20" } @@ -938,32 +927,32 @@ "crossLanguageDefinitionId": "NoTestTypeSpec.sayHi" }, { - "$id": "109", + "$id": "107", "kind": "basic", "name": "sayHello", "accessibility": "public", "apiVersions": [], "doc": "Return hello", "operation": { - "$id": "110", + "$id": "108", "name": "sayHello", "resourceName": "NoTestTypeSpec", "doc": "Return hello", "accessibility": "public", "parameters": [ { - "$id": "111", + "$id": "109", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "112", + "$id": "110", "kind": "constant", "name": "sayHelloContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "113", + "$id": "111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -983,17 +972,17 @@ "skipUrlEncoding": false }, { - "$id": "114", + "$id": "112", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "115", + "$id": "113", "kind": "constant", "name": "sayHelloContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "116", + "$id": "114", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1013,11 +1002,11 @@ "skipUrlEncoding": false }, { - "$id": "117", + "$id": "115", "name": "body", "nameInRequest": "body", "type": { - "$ref": "83" + "$ref": "81" }, "location": "Body", "isApiVersion": false, @@ -1032,12 +1021,12 @@ ], "responses": [ { - "$id": "118", + "$id": "116", "statusCodes": [ 200 ], "bodyType": { - "$ref": "83" + "$ref": "81" }, "headers": [], "isErrorResponse": false, @@ -1060,11 +1049,11 @@ }, "parameters": [ { - "$id": "119", + "$id": "117", "name": "body", "nameInRequest": "body", "type": { - "$ref": "83" + "$ref": "81" }, "location": "Body", "isApiVersion": false, @@ -1077,12 +1066,12 @@ "skipUrlEncoding": false }, { - "$id": "120", + "$id": "118", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "112" + "$ref": "110" }, "location": "Header", "isApiVersion": false, @@ -1095,11 +1084,11 @@ "skipUrlEncoding": false }, { - "$id": "121", + "$id": "119", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "115" + "$ref": "113" }, "location": "Header", "isApiVersion": false, @@ -1113,9 +1102,9 @@ } ], "response": { - "$id": "122", + "$id": "120", "type": { - "$ref": "83" + "$ref": "81" } }, "isOverride": false, @@ -1126,11 +1115,11 @@ ], "parameters": [ { - "$id": "123", + "$id": "121", "name": "noTestTypeSpecUrl", "nameInRequest": "noTestTypeSpecUrl", "type": { - "$id": "124", + "$id": "122", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -1147,12 +1136,12 @@ ], "decorators": [ { - "$id": "125", + "$id": "123", "name": "TypeSpec.@service", "arguments": { - "$id": "126", + "$id": "124", "options": { - "$id": "127", + "$id": "125", "title": "hello world" } } @@ -1163,9 +1152,9 @@ } ], "auth": { - "$id": "128", + "$id": "126", "apiKey": { - "$id": "129", + "$id": "127", "name": "my-api-key", "in": "header" } diff --git a/test/UnbrandedProjects/Unbranded-TypeSpec/tspCodeModel.json b/test/UnbrandedProjects/Unbranded-TypeSpec/tspCodeModel.json index 7f66a675832..25e599fdd66 100644 --- a/test/UnbrandedProjects/Unbranded-TypeSpec/tspCodeModel.json +++ b/test/UnbrandedProjects/Unbranded-TypeSpec/tspCodeModel.json @@ -1202,18 +1202,7 @@ "$id": "142", "kind": "nullable", "type": { - "$id": "143", - "kind": "array", - "name": "Array1", - "valueType": { - "$id": "144", - "kind": "int32", - "name": "int32", - "crossLanguageDefinitionId": "TypeSpec.int32", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "137" }, "namespace": "" }, @@ -1224,9 +1213,9 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.Thing.requiredNullableList", "serializationOptions": { - "$id": "145", + "$id": "143", "json": { - "$id": "146", + "$id": "144", "name": "requiredNullableList" } } @@ -1234,7 +1223,7 @@ ] }, { - "$id": "147", + "$id": "145", "kind": "model", "name": "RoundTripModel", "namespace": "UnbrandedTypeSpec", @@ -1244,13 +1233,13 @@ "decorators": [], "properties": [ { - "$id": "148", + "$id": "146", "kind": "property", "name": "requiredString", "serializedName": "requiredString", "doc": "Required string, illustrating a reference type property.", "type": { - "$id": "149", + "$id": "147", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1263,21 +1252,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredString", "serializationOptions": { - "$id": "150", + "$id": "148", "json": { - "$id": "151", + "$id": "149", "name": "requiredString" } } }, { - "$id": "152", + "$id": "150", "kind": "property", "name": "requiredInt", "serializedName": "requiredInt", "doc": "Required int, illustrating a value type property.", "type": { - "$id": "153", + "$id": "151", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1290,21 +1279,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredInt", "serializationOptions": { - "$id": "154", + "$id": "152", "json": { - "$id": "155", + "$id": "153", "name": "requiredInt" } } }, { - "$id": "156", + "$id": "154", "kind": "property", "name": "requiredCollection", "serializedName": "requiredCollection", "doc": "Required collection of enums", "type": { - "$id": "157", + "$id": "155", "kind": "array", "name": "ArrayStringFixedEnum", "valueType": { @@ -1320,24 +1309,24 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredCollection", "serializationOptions": { - "$id": "158", + "$id": "156", "json": { - "$id": "159", + "$id": "157", "name": "requiredCollection" } } }, { - "$id": "160", + "$id": "158", "kind": "property", "name": "requiredDictionary", "serializedName": "requiredDictionary", "doc": "Required dictionary of enums", "type": { - "$id": "161", + "$id": "159", "kind": "dict", "keyType": { - "$id": "162", + "$id": "160", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1355,15 +1344,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredDictionary", "serializationOptions": { - "$id": "163", + "$id": "161", "json": { - "$id": "164", + "$id": "162", "name": "requiredDictionary" } } }, { - "$id": "165", + "$id": "163", "kind": "property", "name": "requiredModel", "serializedName": "requiredModel", @@ -1378,15 +1367,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredModel", "serializationOptions": { - "$id": "166", + "$id": "164", "json": { - "$id": "167", + "$id": "165", "name": "requiredModel" } } }, { - "$id": "168", + "$id": "166", "kind": "property", "name": "intExtensibleEnum", "serializedName": "intExtensibleEnum", @@ -1401,21 +1390,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.intExtensibleEnum", "serializationOptions": { - "$id": "169", + "$id": "167", "json": { - "$id": "170", + "$id": "168", "name": "intExtensibleEnum" } } }, { - "$id": "171", + "$id": "169", "kind": "property", "name": "intExtensibleEnumCollection", "serializedName": "intExtensibleEnumCollection", "doc": "this is a collection of int based extensible enum", "type": { - "$id": "172", + "$id": "170", "kind": "array", "name": "ArrayIntExtensibleEnum", "valueType": { @@ -1431,15 +1420,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.intExtensibleEnumCollection", "serializationOptions": { - "$id": "173", + "$id": "171", "json": { - "$id": "174", + "$id": "172", "name": "intExtensibleEnumCollection" } } }, { - "$id": "175", + "$id": "173", "kind": "property", "name": "floatExtensibleEnum", "serializedName": "floatExtensibleEnum", @@ -1454,21 +1443,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.floatExtensibleEnum", "serializationOptions": { - "$id": "176", + "$id": "174", "json": { - "$id": "177", + "$id": "175", "name": "floatExtensibleEnum" } } }, { - "$id": "178", + "$id": "176", "kind": "property", "name": "floatExtensibleEnumCollection", "serializedName": "floatExtensibleEnumCollection", "doc": "this is a collection of float based extensible enum", "type": { - "$id": "179", + "$id": "177", "kind": "array", "name": "ArrayFloatExtensibleEnum", "valueType": { @@ -1484,15 +1473,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.floatExtensibleEnumCollection", "serializationOptions": { - "$id": "180", + "$id": "178", "json": { - "$id": "181", + "$id": "179", "name": "floatExtensibleEnumCollection" } } }, { - "$id": "182", + "$id": "180", "kind": "property", "name": "floatFixedEnum", "serializedName": "floatFixedEnum", @@ -1507,21 +1496,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.floatFixedEnum", "serializationOptions": { - "$id": "183", + "$id": "181", "json": { - "$id": "184", + "$id": "182", "name": "floatFixedEnum" } } }, { - "$id": "185", + "$id": "183", "kind": "property", "name": "floatFixedEnumCollection", "serializedName": "floatFixedEnumCollection", "doc": "this is a collection of float based fixed enum", "type": { - "$id": "186", + "$id": "184", "kind": "array", "name": "ArrayFloatFixedEnum", "valueType": { @@ -1537,15 +1526,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.floatFixedEnumCollection", "serializationOptions": { - "$id": "187", + "$id": "185", "json": { - "$id": "188", + "$id": "186", "name": "floatFixedEnumCollection" } } }, { - "$id": "189", + "$id": "187", "kind": "property", "name": "intFixedEnum", "serializedName": "intFixedEnum", @@ -1560,21 +1549,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.intFixedEnum", "serializationOptions": { - "$id": "190", + "$id": "188", "json": { - "$id": "191", + "$id": "189", "name": "intFixedEnum" } } }, { - "$id": "192", + "$id": "190", "kind": "property", "name": "intFixedEnumCollection", "serializedName": "intFixedEnumCollection", "doc": "this is a collection of int based fixed enum", "type": { - "$id": "193", + "$id": "191", "kind": "array", "name": "ArrayIntFixedEnum", "valueType": { @@ -1590,15 +1579,15 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.intFixedEnumCollection", "serializationOptions": { - "$id": "194", + "$id": "192", "json": { - "$id": "195", + "$id": "193", "name": "intFixedEnumCollection" } } }, { - "$id": "196", + "$id": "194", "kind": "property", "name": "stringFixedEnum", "serializedName": "stringFixedEnum", @@ -1613,21 +1602,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.stringFixedEnum", "serializationOptions": { - "$id": "197", + "$id": "195", "json": { - "$id": "198", + "$id": "196", "name": "stringFixedEnum" } } }, { - "$id": "199", + "$id": "197", "kind": "property", "name": "requiredUnknown", "serializedName": "requiredUnknown", "doc": "required unknown", "type": { - "$id": "200", + "$id": "198", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -1640,21 +1629,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredUnknown", "serializationOptions": { - "$id": "201", + "$id": "199", "json": { - "$id": "202", + "$id": "200", "name": "requiredUnknown" } } }, { - "$id": "203", + "$id": "201", "kind": "property", "name": "optionalUnknown", "serializedName": "optionalUnknown", "doc": "optional unknown", "type": { - "$id": "204", + "$id": "202", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -1667,31 +1656,31 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.optionalUnknown", "serializationOptions": { - "$id": "205", + "$id": "203", "json": { - "$id": "206", + "$id": "204", "name": "optionalUnknown" } } }, { - "$id": "207", + "$id": "205", "kind": "property", "name": "requiredRecordUnknown", "serializedName": "requiredRecordUnknown", "doc": "required record of unknown", "type": { - "$id": "208", + "$id": "206", "kind": "dict", "keyType": { - "$id": "209", + "$id": "207", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "210", + "$id": "208", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -1706,37 +1695,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.requiredRecordUnknown", "serializationOptions": { - "$id": "211", + "$id": "209", "json": { - "$id": "212", + "$id": "210", "name": "requiredRecordUnknown" } } }, { - "$id": "213", + "$id": "211", "kind": "property", "name": "optionalRecordUnknown", "serializedName": "optionalRecordUnknown", "doc": "optional record of unknown", "type": { - "$id": "214", - "kind": "dict", - "keyType": { - "$id": "215", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "216", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "206" }, "optional": true, "readOnly": false, @@ -1745,37 +1718,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.optionalRecordUnknown", "serializationOptions": { - "$id": "217", + "$id": "212", "json": { - "$id": "218", + "$id": "213", "name": "optionalRecordUnknown" } } }, { - "$id": "219", + "$id": "214", "kind": "property", "name": "readOnlyRequiredRecordUnknown", "serializedName": "readOnlyRequiredRecordUnknown", "doc": "required readonly record of unknown", "type": { - "$id": "220", - "kind": "dict", - "keyType": { - "$id": "221", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "222", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "206" }, "optional": false, "readOnly": true, @@ -1784,37 +1741,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.readOnlyRequiredRecordUnknown", "serializationOptions": { - "$id": "223", + "$id": "215", "json": { - "$id": "224", + "$id": "216", "name": "readOnlyRequiredRecordUnknown" } } }, { - "$id": "225", + "$id": "217", "kind": "property", "name": "readOnlyOptionalRecordUnknown", "serializedName": "readOnlyOptionalRecordUnknown", "doc": "optional readonly record of unknown", "type": { - "$id": "226", - "kind": "dict", - "keyType": { - "$id": "227", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "valueType": { - "$id": "228", - "kind": "unknown", - "name": "unknown", - "crossLanguageDefinitionId": "", - "decorators": [] - }, - "decorators": [] + "$ref": "206" }, "optional": true, "readOnly": true, @@ -1823,21 +1764,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.readOnlyOptionalRecordUnknown", "serializationOptions": { - "$id": "229", + "$id": "218", "json": { - "$id": "230", + "$id": "219", "name": "readOnlyOptionalRecordUnknown" } } }, { - "$id": "231", + "$id": "220", "kind": "property", "name": "modelWithRequiredNullable", "serializedName": "modelWithRequiredNullable", "doc": "this is a model with required nullable properties", "type": { - "$id": "232", + "$id": "221", "kind": "model", "name": "ModelWithRequiredNullableProperties", "namespace": "UnbrandedTypeSpec", @@ -1847,16 +1788,16 @@ "decorators": [], "properties": [ { - "$id": "233", + "$id": "222", "kind": "property", "name": "requiredNullablePrimitive", "serializedName": "requiredNullablePrimitive", "doc": "required nullable primitive type", "type": { - "$id": "234", + "$id": "223", "kind": "nullable", "type": { - "$id": "235", + "$id": "224", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -1871,21 +1812,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.ModelWithRequiredNullableProperties.requiredNullablePrimitive", "serializationOptions": { - "$id": "236", + "$id": "225", "json": { - "$id": "237", + "$id": "226", "name": "requiredNullablePrimitive" } } }, { - "$id": "238", + "$id": "227", "kind": "property", "name": "requiredExtensibleEnum", "serializedName": "requiredExtensibleEnum", "doc": "required nullable extensible enum type", "type": { - "$id": "239", + "$id": "228", "kind": "nullable", "type": { "$ref": "10" @@ -1899,21 +1840,21 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.ModelWithRequiredNullableProperties.requiredExtensibleEnum", "serializationOptions": { - "$id": "240", + "$id": "229", "json": { - "$id": "241", + "$id": "230", "name": "requiredExtensibleEnum" } } }, { - "$id": "242", + "$id": "231", "kind": "property", "name": "requiredFixedEnum", "serializedName": "requiredFixedEnum", "doc": "required nullable fixed enum type", "type": { - "$id": "243", + "$id": "232", "kind": "nullable", "type": { "$ref": "2" @@ -1927,9 +1868,9 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.ModelWithRequiredNullableProperties.requiredFixedEnum", "serializationOptions": { - "$id": "244", + "$id": "233", "json": { - "$id": "245", + "$id": "234", "name": "requiredFixedEnum" } } @@ -1943,9 +1884,9 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.RoundTripModel.modelWithRequiredNullable", "serializationOptions": { - "$id": "246", + "$id": "235", "json": { - "$id": "247", + "$id": "236", "name": "modelWithRequiredNullable" } } @@ -1953,10 +1894,10 @@ ] }, { - "$ref": "232" + "$ref": "221" }, { - "$id": "248", + "$id": "237", "kind": "model", "name": "Friend", "namespace": "UnbrandedTypeSpec", @@ -1966,13 +1907,13 @@ "decorators": [], "properties": [ { - "$id": "249", + "$id": "238", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the NotFriend", "type": { - "$id": "250", + "$id": "239", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -1985,9 +1926,9 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.NotFriend.name", "serializationOptions": { - "$id": "251", + "$id": "240", "json": { - "$id": "252", + "$id": "241", "name": "name" } } @@ -1995,7 +1936,7 @@ ] }, { - "$id": "253", + "$id": "242", "kind": "model", "name": "ProjectedModel", "namespace": "UnbrandedTypeSpec", @@ -2005,13 +1946,13 @@ "decorators": [], "properties": [ { - "$id": "254", + "$id": "243", "kind": "property", "name": "name", "serializedName": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "255", + "$id": "244", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2024,9 +1965,9 @@ "decorators": [], "crossLanguageDefinitionId": "UnbrandedTypeSpec.ModelWithProjectedName.name", "serializationOptions": { - "$id": "256", + "$id": "245", "json": { - "$id": "257", + "$id": "246", "name": "name" } } @@ -2034,7 +1975,7 @@ ] }, { - "$id": "258", + "$id": "247", "kind": "model", "name": "ReturnsAnonymousModelResponse", "namespace": "UnbrandedTypeSpec", @@ -2046,32 +1987,32 @@ ], "clients": [ { - "$id": "259", + "$id": "248", "kind": "client", "name": "UnbrandedTypeSpecClient", "namespace": "UnbrandedTypeSpec", "doc": "This is a sample typespec project.", "methods": [ { - "$id": "260", + "$id": "249", "kind": "basic", "name": "sayHi", "accessibility": "public", "apiVersions": [], "doc": "Return hi", "operation": { - "$id": "261", + "$id": "250", "name": "sayHi", "resourceName": "UnbrandedTypeSpec", "doc": "Return hi", "accessibility": "public", "parameters": [ { - "$id": "262", + "$id": "251", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "263", + "$id": "252", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2088,11 +2029,11 @@ "skipUrlEncoding": false }, { - "$id": "264", + "$id": "253", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "265", + "$id": "254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2109,11 +2050,11 @@ "skipUrlEncoding": false }, { - "$id": "266", + "$id": "255", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "267", + "$id": "256", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2130,17 +2071,17 @@ "skipUrlEncoding": false }, { - "$id": "268", + "$id": "257", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "269", + "$id": "258", "kind": "constant", "name": "sayHiContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "270", + "$id": "259", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2162,7 +2103,7 @@ ], "responses": [ { - "$id": "271", + "$id": "260", "statusCodes": [ 200 ], @@ -2187,11 +2128,11 @@ }, "parameters": [ { - "$id": "272", + "$id": "261", "name": "headParameter", "nameInRequest": "head-parameter", "type": { - "$id": "273", + "$id": "262", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2208,11 +2149,11 @@ "skipUrlEncoding": false }, { - "$id": "274", + "$id": "263", "name": "queryParameter", "nameInRequest": "queryParameter", "type": { - "$id": "275", + "$id": "264", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2229,11 +2170,11 @@ "skipUrlEncoding": false }, { - "$id": "276", + "$id": "265", "name": "optionalQuery", "nameInRequest": "optionalQuery", "type": { - "$id": "277", + "$id": "266", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2250,11 +2191,11 @@ "skipUrlEncoding": false }, { - "$id": "278", + "$id": "267", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "269" + "$ref": "258" }, "location": "Header", "isApiVersion": false, @@ -2268,7 +2209,7 @@ } ], "response": { - "$id": "279", + "$id": "268", "type": { "$ref": "84" } @@ -2279,25 +2220,25 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.sayHi" }, { - "$id": "280", + "$id": "269", "kind": "basic", "name": "helloAgain", "accessibility": "public", "apiVersions": [], "doc": "Return hi again", "operation": { - "$id": "281", + "$id": "270", "name": "helloAgain", "resourceName": "UnbrandedTypeSpec", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "282", + "$id": "271", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "283", + "$id": "272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2314,17 +2255,17 @@ "skipUrlEncoding": false }, { - "$id": "284", + "$id": "273", "name": "contentType", "nameInRequest": "Content-Type", "type": { - "$id": "285", + "$id": "274", "kind": "constant", "name": "HelloAgainRequestContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "286", + "$id": "275", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2344,11 +2285,11 @@ "skipUrlEncoding": false }, { - "$id": "287", + "$id": "276", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "288", + "$id": "277", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2365,17 +2306,17 @@ "skipUrlEncoding": false }, { - "$id": "289", + "$id": "278", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "290", + "$id": "279", "kind": "constant", "name": "helloAgainContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "291", + "$id": "280", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2395,11 +2336,11 @@ "skipUrlEncoding": false }, { - "$id": "292", + "$id": "281", "name": "action", "nameInRequest": "action", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -2414,12 +2355,12 @@ ], "responses": [ { - "$id": "293", + "$id": "282", "statusCodes": [ 200 ], "bodyType": { - "$ref": "147" + "$ref": "145" }, "headers": [], "isErrorResponse": false, @@ -2442,11 +2383,11 @@ }, "parameters": [ { - "$id": "294", + "$id": "283", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "295", + "$id": "284", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2463,11 +2404,11 @@ "skipUrlEncoding": false }, { - "$id": "296", + "$id": "285", "name": "action", "nameInRequest": "action", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -2480,17 +2421,17 @@ "skipUrlEncoding": false }, { - "$id": "297", + "$id": "286", "name": "contentType", "nameInRequest": "content-type", "type": { - "$id": "298", + "$id": "287", "kind": "constant", "name": "HelloAgainRequestContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "299", + "$id": "288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2510,11 +2451,11 @@ "skipUrlEncoding": false }, { - "$id": "300", + "$id": "289", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "301", + "$id": "290", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2531,11 +2472,11 @@ "skipUrlEncoding": false }, { - "$id": "302", + "$id": "291", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "290" + "$ref": "279" }, "location": "Header", "isApiVersion": false, @@ -2549,9 +2490,9 @@ } ], "response": { - "$id": "303", + "$id": "292", "type": { - "$ref": "147" + "$ref": "145" } }, "isOverride": false, @@ -2560,25 +2501,25 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.helloAgain" }, { - "$id": "304", + "$id": "293", "kind": "basic", "name": "noContentType", "accessibility": "public", "apiVersions": [], "doc": "Return hi again", "operation": { - "$id": "305", + "$id": "294", "name": "noContentType", "resourceName": "UnbrandedTypeSpec", "doc": "Return hi again", "accessibility": "public", "parameters": [ { - "$id": "306", + "$id": "295", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "307", + "$id": "296", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2595,11 +2536,11 @@ "skipUrlEncoding": false }, { - "$id": "308", + "$id": "297", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "309", + "$id": "298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2616,18 +2557,18 @@ "skipUrlEncoding": false }, { - "$id": "310", + "$id": "299", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "311", + "$id": "300", "kind": "constant", "name": "noContentTypeContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "312", + "$id": "301", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2647,17 +2588,17 @@ "skipUrlEncoding": false }, { - "$id": "313", + "$id": "302", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "314", + "$id": "303", "kind": "constant", "name": "noContentTypeContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "315", + "$id": "304", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2677,11 +2618,11 @@ "skipUrlEncoding": false }, { - "$id": "316", + "$id": "305", "name": "action", "nameInRequest": "action", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -2696,12 +2637,12 @@ ], "responses": [ { - "$id": "317", + "$id": "306", "statusCodes": [ 200 ], "bodyType": { - "$ref": "147" + "$ref": "145" }, "headers": [], "isErrorResponse": false, @@ -2724,11 +2665,11 @@ }, "parameters": [ { - "$id": "318", + "$id": "307", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "319", + "$id": "308", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2745,11 +2686,11 @@ "skipUrlEncoding": false }, { - "$id": "320", + "$id": "309", "name": "action", "nameInRequest": "action", "type": { - "$ref": "147" + "$ref": "145" }, "location": "Body", "isApiVersion": false, @@ -2762,11 +2703,11 @@ "skipUrlEncoding": false }, { - "$id": "321", + "$id": "310", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "322", + "$id": "311", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2783,12 +2724,12 @@ "skipUrlEncoding": false }, { - "$id": "323", + "$id": "312", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "311" + "$ref": "300" }, "location": "Header", "isApiVersion": false, @@ -2801,11 +2742,11 @@ "skipUrlEncoding": false }, { - "$id": "324", + "$id": "313", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "314" + "$ref": "303" }, "location": "Header", "isApiVersion": false, @@ -2819,9 +2760,9 @@ } ], "response": { - "$id": "325", + "$id": "314", "type": { - "$ref": "147" + "$ref": "145" } }, "isOverride": false, @@ -2830,31 +2771,31 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.noContentType" }, { - "$id": "326", + "$id": "315", "kind": "basic", "name": "helloDemo2", "accessibility": "public", "apiVersions": [], "doc": "Return hi in demo2", "operation": { - "$id": "327", + "$id": "316", "name": "helloDemo2", "resourceName": "UnbrandedTypeSpec", "doc": "Return hi in demo2", "accessibility": "public", "parameters": [ { - "$id": "328", + "$id": "317", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "329", + "$id": "318", "kind": "constant", "name": "helloDemo2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "330", + "$id": "319", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2876,7 +2817,7 @@ ], "responses": [ { - "$id": "331", + "$id": "320", "statusCodes": [ 200 ], @@ -2901,11 +2842,11 @@ }, "parameters": [ { - "$id": "332", + "$id": "321", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "329" + "$ref": "318" }, "location": "Header", "isApiVersion": false, @@ -2919,7 +2860,7 @@ } ], "response": { - "$id": "333", + "$id": "322", "type": { "$ref": "84" } @@ -2930,32 +2871,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.helloDemo2" }, { - "$id": "334", + "$id": "323", "kind": "basic", "name": "createLiteral", "accessibility": "public", "apiVersions": [], "doc": "Create with literal value", "operation": { - "$id": "335", + "$id": "324", "name": "createLiteral", "resourceName": "UnbrandedTypeSpec", "doc": "Create with literal value", "accessibility": "public", "parameters": [ { - "$id": "336", + "$id": "325", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "337", + "$id": "326", "kind": "constant", "name": "createLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "338", + "$id": "327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -2975,17 +2916,17 @@ "skipUrlEncoding": false }, { - "$id": "339", + "$id": "328", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "340", + "$id": "329", "kind": "constant", "name": "createLiteralContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "341", + "$id": "330", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3005,7 +2946,7 @@ "skipUrlEncoding": false }, { - "$id": "342", + "$id": "331", "name": "body", "nameInRequest": "body", "type": { @@ -3024,7 +2965,7 @@ ], "responses": [ { - "$id": "343", + "$id": "332", "statusCodes": [ 200 ], @@ -3052,7 +2993,7 @@ }, "parameters": [ { - "$id": "344", + "$id": "333", "name": "body", "nameInRequest": "body", "type": { @@ -3069,12 +3010,12 @@ "skipUrlEncoding": false }, { - "$id": "345", + "$id": "334", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "337" + "$ref": "326" }, "location": "Header", "isApiVersion": false, @@ -3087,11 +3028,11 @@ "skipUrlEncoding": false }, { - "$id": "346", + "$id": "335", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "340" + "$ref": "329" }, "location": "Header", "isApiVersion": false, @@ -3105,7 +3046,7 @@ } ], "response": { - "$id": "347", + "$id": "336", "type": { "$ref": "84" } @@ -3116,31 +3057,31 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.createLiteral" }, { - "$id": "348", + "$id": "337", "kind": "basic", "name": "helloLiteral", "accessibility": "public", "apiVersions": [], "doc": "Send literal parameters", "operation": { - "$id": "349", + "$id": "338", "name": "helloLiteral", "resourceName": "UnbrandedTypeSpec", "doc": "Send literal parameters", "accessibility": "public", "parameters": [ { - "$id": "350", + "$id": "339", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "351", + "$id": "340", "kind": "constant", "name": "HelloLiteralRequestP1", "namespace": "", "usage": "None", "valueType": { - "$id": "352", + "$id": "341", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3160,17 +3101,17 @@ "skipUrlEncoding": false }, { - "$id": "353", + "$id": "342", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "354", + "$id": "343", "kind": "constant", "name": "ThingRequiredLiteralInt1", "namespace": "", "usage": "None", "valueType": { - "$id": "355", + "$id": "344", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3190,17 +3131,17 @@ "skipUrlEncoding": false }, { - "$id": "356", + "$id": "345", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "357", + "$id": "346", "kind": "constant", "name": "ThingOptionalLiteralBool1", "namespace": "", "usage": "None", "valueType": { - "$id": "358", + "$id": "347", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -3220,17 +3161,17 @@ "skipUrlEncoding": false }, { - "$id": "359", + "$id": "348", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "360", + "$id": "349", "kind": "constant", "name": "helloLiteralContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "361", + "$id": "350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3252,7 +3193,7 @@ ], "responses": [ { - "$id": "362", + "$id": "351", "statusCodes": [ 200 ], @@ -3277,17 +3218,17 @@ }, "parameters": [ { - "$id": "363", + "$id": "352", "name": "p1", "nameInRequest": "p1", "type": { - "$id": "364", + "$id": "353", "kind": "constant", "name": "HelloLiteralRequestP11", "namespace": "", "usage": "None", "valueType": { - "$id": "365", + "$id": "354", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3307,17 +3248,17 @@ "skipUrlEncoding": false }, { - "$id": "366", + "$id": "355", "name": "p2", "nameInRequest": "p2", "type": { - "$id": "367", + "$id": "356", "kind": "constant", "name": "ThingRequiredLiteralInt2", "namespace": "", "usage": "None", "valueType": { - "$id": "368", + "$id": "357", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -3337,17 +3278,17 @@ "skipUrlEncoding": false }, { - "$id": "369", + "$id": "358", "name": "p3", "nameInRequest": "p3", "type": { - "$id": "370", + "$id": "359", "kind": "constant", "name": "ThingOptionalLiteralBool2", "namespace": "", "usage": "None", "valueType": { - "$id": "371", + "$id": "360", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -3367,11 +3308,11 @@ "skipUrlEncoding": false }, { - "$id": "372", + "$id": "361", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "360" + "$ref": "349" }, "location": "Header", "isApiVersion": false, @@ -3385,7 +3326,7 @@ } ], "response": { - "$id": "373", + "$id": "362", "type": { "$ref": "84" } @@ -3396,30 +3337,30 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.helloLiteral" }, { - "$id": "374", + "$id": "363", "kind": "basic", "name": "topAction", "accessibility": "public", "apiVersions": [], "doc": "top level method", "operation": { - "$id": "375", + "$id": "364", "name": "topAction", "resourceName": "UnbrandedTypeSpec", "doc": "top level method", "accessibility": "public", "parameters": [ { - "$id": "376", + "$id": "365", "name": "action", "nameInRequest": "action", "type": { - "$id": "377", + "$id": "366", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "378", + "$id": "367", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3439,17 +3380,17 @@ "skipUrlEncoding": false }, { - "$id": "379", + "$id": "368", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "380", + "$id": "369", "kind": "constant", "name": "topActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "381", + "$id": "370", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3471,7 +3412,7 @@ ], "responses": [ { - "$id": "382", + "$id": "371", "statusCodes": [ 200 ], @@ -3496,16 +3437,16 @@ }, "parameters": [ { - "$id": "383", + "$id": "372", "name": "action", "nameInRequest": "action", "type": { - "$id": "384", + "$id": "373", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc3339", "wireType": { - "$id": "385", + "$id": "374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3525,11 +3466,11 @@ "skipUrlEncoding": false }, { - "$id": "386", + "$id": "375", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "380" + "$ref": "369" }, "location": "Header", "isApiVersion": false, @@ -3543,7 +3484,7 @@ } ], "response": { - "$id": "387", + "$id": "376", "type": { "$ref": "84" } @@ -3554,31 +3495,31 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.topAction" }, { - "$id": "388", + "$id": "377", "kind": "basic", "name": "topAction2", "accessibility": "public", "apiVersions": [], "doc": "top level method2", "operation": { - "$id": "389", + "$id": "378", "name": "topAction2", "resourceName": "UnbrandedTypeSpec", "doc": "top level method2", "accessibility": "public", "parameters": [ { - "$id": "390", + "$id": "379", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "391", + "$id": "380", "kind": "constant", "name": "topAction2ContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "392", + "$id": "381", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3600,7 +3541,7 @@ ], "responses": [ { - "$id": "393", + "$id": "382", "statusCodes": [ 200 ], @@ -3625,11 +3566,11 @@ }, "parameters": [ { - "$id": "394", + "$id": "383", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "391" + "$ref": "380" }, "location": "Header", "isApiVersion": false, @@ -3643,7 +3584,7 @@ } ], "response": { - "$id": "395", + "$id": "384", "type": { "$ref": "84" } @@ -3654,32 +3595,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.topAction2" }, { - "$id": "396", + "$id": "385", "kind": "basic", "name": "patchAction", "accessibility": "public", "apiVersions": [], "doc": "top level patch", "operation": { - "$id": "397", + "$id": "386", "name": "patchAction", "resourceName": "UnbrandedTypeSpec", "doc": "top level patch", "accessibility": "public", "parameters": [ { - "$id": "398", + "$id": "387", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "399", + "$id": "388", "kind": "constant", "name": "patchActionContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "400", + "$id": "389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3699,17 +3640,17 @@ "skipUrlEncoding": false }, { - "$id": "401", + "$id": "390", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "402", + "$id": "391", "kind": "constant", "name": "patchActionContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "403", + "$id": "392", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3729,7 +3670,7 @@ "skipUrlEncoding": false }, { - "$id": "404", + "$id": "393", "name": "body", "nameInRequest": "body", "type": { @@ -3748,7 +3689,7 @@ ], "responses": [ { - "$id": "405", + "$id": "394", "statusCodes": [ 200 ], @@ -3776,7 +3717,7 @@ }, "parameters": [ { - "$id": "406", + "$id": "395", "name": "body", "nameInRequest": "body", "type": { @@ -3793,12 +3734,12 @@ "skipUrlEncoding": false }, { - "$id": "407", + "$id": "396", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "399" + "$ref": "388" }, "location": "Header", "isApiVersion": false, @@ -3811,11 +3752,11 @@ "skipUrlEncoding": false }, { - "$id": "408", + "$id": "397", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "402" + "$ref": "391" }, "location": "Header", "isApiVersion": false, @@ -3829,7 +3770,7 @@ } ], "response": { - "$id": "409", + "$id": "398", "type": { "$ref": "84" } @@ -3840,32 +3781,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.patchAction" }, { - "$id": "410", + "$id": "399", "kind": "basic", "name": "anonymousBody", "accessibility": "public", "apiVersions": [], "doc": "body parameter without body decorator", "operation": { - "$id": "411", + "$id": "400", "name": "anonymousBody", "resourceName": "UnbrandedTypeSpec", "doc": "body parameter without body decorator", "accessibility": "public", "parameters": [ { - "$id": "412", + "$id": "401", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "413", + "$id": "402", "kind": "constant", "name": "anonymousBodyContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "414", + "$id": "403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3885,17 +3826,17 @@ "skipUrlEncoding": false }, { - "$id": "415", + "$id": "404", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "416", + "$id": "405", "kind": "constant", "name": "anonymousBodyContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "417", + "$id": "406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3915,7 +3856,7 @@ "skipUrlEncoding": false }, { - "$id": "418", + "$id": "407", "name": "thing", "nameInRequest": "thing", "type": { @@ -3934,7 +3875,7 @@ ], "responses": [ { - "$id": "419", + "$id": "408", "statusCodes": [ 200 ], @@ -3962,12 +3903,12 @@ }, "parameters": [ { - "$id": "420", + "$id": "409", "name": "name", "nameInRequest": "name", "doc": "name of the Thing", "type": { - "$id": "421", + "$id": "410", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -3984,7 +3925,7 @@ "skipUrlEncoding": false }, { - "$id": "422", + "$id": "411", "name": "requiredUnion", "nameInRequest": "requiredUnion", "doc": "required Union", @@ -4002,7 +3943,7 @@ "skipUrlEncoding": false }, { - "$id": "423", + "$id": "412", "name": "requiredLiteralString", "nameInRequest": "requiredLiteralString", "doc": "required literal string", @@ -4020,7 +3961,7 @@ "skipUrlEncoding": false }, { - "$id": "424", + "$id": "413", "name": "requiredLiteralInt", "nameInRequest": "requiredLiteralInt", "doc": "required literal int", @@ -4038,7 +3979,7 @@ "skipUrlEncoding": false }, { - "$id": "425", + "$id": "414", "name": "requiredLiteralFloat", "nameInRequest": "requiredLiteralFloat", "doc": "required literal float", @@ -4056,7 +3997,7 @@ "skipUrlEncoding": false }, { - "$id": "426", + "$id": "415", "name": "requiredLiteralBool", "nameInRequest": "requiredLiteralBool", "doc": "required literal bool", @@ -4074,7 +4015,7 @@ "skipUrlEncoding": false }, { - "$id": "427", + "$id": "416", "name": "optionalLiteralString", "nameInRequest": "optionalLiteralString", "doc": "optional literal string", @@ -4092,7 +4033,7 @@ "skipUrlEncoding": false }, { - "$id": "428", + "$id": "417", "name": "optionalLiteralInt", "nameInRequest": "optionalLiteralInt", "doc": "optional literal int", @@ -4110,7 +4051,7 @@ "skipUrlEncoding": false }, { - "$id": "429", + "$id": "418", "name": "optionalLiteralFloat", "nameInRequest": "optionalLiteralFloat", "doc": "optional literal float", @@ -4128,7 +4069,7 @@ "skipUrlEncoding": false }, { - "$id": "430", + "$id": "419", "name": "optionalLiteralBool", "nameInRequest": "optionalLiteralBool", "doc": "optional literal bool", @@ -4146,12 +4087,12 @@ "skipUrlEncoding": false }, { - "$id": "431", + "$id": "420", "name": "requiredBadDescription", "nameInRequest": "requiredBadDescription", "doc": "description with xml <|endoftext|>", "type": { - "$id": "432", + "$id": "421", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4168,7 +4109,7 @@ "skipUrlEncoding": false }, { - "$id": "433", + "$id": "422", "name": "optionalNullableList", "nameInRequest": "optionalNullableList", "doc": "optional nullable collection", @@ -4186,7 +4127,7 @@ "skipUrlEncoding": false }, { - "$id": "434", + "$id": "423", "name": "requiredNullableList", "nameInRequest": "requiredNullableList", "doc": "required nullable collection", @@ -4204,12 +4145,12 @@ "skipUrlEncoding": false }, { - "$id": "435", + "$id": "424", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "413" + "$ref": "402" }, "location": "Header", "isApiVersion": false, @@ -4222,11 +4163,11 @@ "skipUrlEncoding": false }, { - "$id": "436", + "$id": "425", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "416" + "$ref": "405" }, "location": "Header", "isApiVersion": false, @@ -4240,7 +4181,7 @@ } ], "response": { - "$id": "437", + "$id": "426", "type": { "$ref": "84" } @@ -4251,32 +4192,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.anonymousBody" }, { - "$id": "438", + "$id": "427", "kind": "basic", "name": "friendlyModel", "accessibility": "public", "apiVersions": [], "doc": "Model can have its friendly name", "operation": { - "$id": "439", + "$id": "428", "name": "friendlyModel", "resourceName": "UnbrandedTypeSpec", "doc": "Model can have its friendly name", "accessibility": "public", "parameters": [ { - "$id": "440", + "$id": "429", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "441", + "$id": "430", "kind": "constant", "name": "friendlyModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "442", + "$id": "431", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4296,17 +4237,17 @@ "skipUrlEncoding": false }, { - "$id": "443", + "$id": "432", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "444", + "$id": "433", "kind": "constant", "name": "friendlyModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "445", + "$id": "434", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4326,11 +4267,11 @@ "skipUrlEncoding": false }, { - "$id": "446", + "$id": "435", "name": "friend", "nameInRequest": "friend", "type": { - "$ref": "248" + "$ref": "237" }, "location": "Body", "isApiVersion": false, @@ -4345,12 +4286,12 @@ ], "responses": [ { - "$id": "447", + "$id": "436", "statusCodes": [ 200 ], "bodyType": { - "$ref": "248" + "$ref": "237" }, "headers": [], "isErrorResponse": false, @@ -4373,12 +4314,12 @@ }, "parameters": [ { - "$id": "448", + "$id": "437", "name": "name", "nameInRequest": "name", "doc": "name of the NotFriend", "type": { - "$id": "449", + "$id": "438", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4395,12 +4336,12 @@ "skipUrlEncoding": false }, { - "$id": "450", + "$id": "439", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "441" + "$ref": "430" }, "location": "Header", "isApiVersion": false, @@ -4413,11 +4354,11 @@ "skipUrlEncoding": false }, { - "$id": "451", + "$id": "440", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "444" + "$ref": "433" }, "location": "Header", "isApiVersion": false, @@ -4431,9 +4372,9 @@ } ], "response": { - "$id": "452", + "$id": "441", "type": { - "$ref": "248" + "$ref": "237" } }, "isOverride": false, @@ -4442,28 +4383,28 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.friendlyModel" }, { - "$id": "453", + "$id": "442", "kind": "basic", "name": "addTimeHeader", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "454", + "$id": "443", "name": "addTimeHeader", "resourceName": "UnbrandedTypeSpec", "accessibility": "public", "parameters": [ { - "$id": "455", + "$id": "444", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "456", + "$id": "445", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "457", + "$id": "446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4485,7 +4426,7 @@ ], "responses": [ { - "$id": "458", + "$id": "447", "statusCodes": [ 204 ], @@ -4504,16 +4445,16 @@ }, "parameters": [ { - "$id": "459", + "$id": "448", "name": "repeatabilityFirstSent", "nameInRequest": "Repeatability-First-Sent", "type": { - "$id": "460", + "$id": "449", "kind": "utcDateTime", "name": "utcDateTime", "encode": "rfc7231", "wireType": { - "$id": "461", + "$id": "450", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4534,7 +4475,7 @@ } ], "response": { - "$id": "462" + "$id": "451" }, "isOverride": false, "generateConvenient": false, @@ -4542,32 +4483,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.addTimeHeader" }, { - "$id": "463", + "$id": "452", "kind": "basic", "name": "projectedNameModel", "accessibility": "public", "apiVersions": [], "doc": "Model can have its projected name", "operation": { - "$id": "464", + "$id": "453", "name": "projectedNameModel", "resourceName": "UnbrandedTypeSpec", "doc": "Model can have its projected name", "accessibility": "public", "parameters": [ { - "$id": "465", + "$id": "454", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "466", + "$id": "455", "kind": "constant", "name": "projectedNameModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "467", + "$id": "456", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4587,17 +4528,17 @@ "skipUrlEncoding": false }, { - "$id": "468", + "$id": "457", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "469", + "$id": "458", "kind": "constant", "name": "projectedNameModelContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "470", + "$id": "459", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4617,11 +4558,11 @@ "skipUrlEncoding": false }, { - "$id": "471", + "$id": "460", "name": "projectedModel", "nameInRequest": "projectedModel", "type": { - "$ref": "253" + "$ref": "242" }, "location": "Body", "isApiVersion": false, @@ -4636,12 +4577,12 @@ ], "responses": [ { - "$id": "472", + "$id": "461", "statusCodes": [ 200 ], "bodyType": { - "$ref": "253" + "$ref": "242" }, "headers": [], "isErrorResponse": false, @@ -4664,12 +4605,12 @@ }, "parameters": [ { - "$id": "473", + "$id": "462", "name": "name", "nameInRequest": "name", "doc": "name of the ModelWithProjectedName", "type": { - "$id": "474", + "$id": "463", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4686,12 +4627,12 @@ "skipUrlEncoding": false }, { - "$id": "475", + "$id": "464", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "466" + "$ref": "455" }, "location": "Header", "isApiVersion": false, @@ -4704,11 +4645,11 @@ "skipUrlEncoding": false }, { - "$id": "476", + "$id": "465", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "469" + "$ref": "458" }, "location": "Header", "isApiVersion": false, @@ -4722,9 +4663,9 @@ } ], "response": { - "$id": "477", + "$id": "466", "type": { - "$ref": "253" + "$ref": "242" } }, "isOverride": false, @@ -4733,31 +4674,31 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.projectedNameModel" }, { - "$id": "478", + "$id": "467", "kind": "basic", "name": "returnsAnonymousModel", "accessibility": "public", "apiVersions": [], "doc": "return anonymous model", "operation": { - "$id": "479", + "$id": "468", "name": "returnsAnonymousModel", "resourceName": "UnbrandedTypeSpec", "doc": "return anonymous model", "accessibility": "public", "parameters": [ { - "$id": "480", + "$id": "469", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "481", + "$id": "470", "kind": "constant", "name": "returnsAnonymousModelContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "482", + "$id": "471", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4779,12 +4720,12 @@ ], "responses": [ { - "$id": "483", + "$id": "472", "statusCodes": [ 200 ], "bodyType": { - "$ref": "258" + "$ref": "247" }, "headers": [], "isErrorResponse": false, @@ -4804,11 +4745,11 @@ }, "parameters": [ { - "$id": "484", + "$id": "473", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "481" + "$ref": "470" }, "location": "Header", "isApiVersion": false, @@ -4822,9 +4763,9 @@ } ], "response": { - "$id": "485", + "$id": "474", "type": { - "$ref": "258" + "$ref": "247" } }, "isOverride": false, @@ -4833,32 +4774,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.returnsAnonymousModel" }, { - "$id": "486", + "$id": "475", "kind": "basic", "name": "createUnknownValue", "accessibility": "public", "apiVersions": [], "doc": "create extensible enum", "operation": { - "$id": "487", + "$id": "476", "name": "createUnknownValue", "resourceName": "UnbrandedTypeSpec", "doc": "create extensible enum", "accessibility": "public", "parameters": [ { - "$id": "488", + "$id": "477", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$id": "489", + "$id": "478", "kind": "constant", "name": "createUnknownValueContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "490", + "$id": "479", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -4878,7 +4819,7 @@ "skipUrlEncoding": false }, { - "$id": "491", + "$id": "480", "name": "input", "nameInRequest": "input", "type": { @@ -4897,7 +4838,7 @@ ], "responses": [ { - "$id": "492", + "$id": "481", "statusCodes": [ 204 ], @@ -4919,7 +4860,7 @@ }, "parameters": [ { - "$id": "493", + "$id": "482", "name": "input", "nameInRequest": "input", "type": { @@ -4936,12 +4877,12 @@ "skipUrlEncoding": false }, { - "$id": "494", + "$id": "483", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are text/plain", "type": { - "$ref": "489" + "$ref": "478" }, "location": "Header", "isApiVersion": false, @@ -4955,7 +4896,7 @@ } ], "response": { - "$id": "495" + "$id": "484" }, "isOverride": false, "generateConvenient": false, @@ -4963,32 +4904,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.createUnknownValue" }, { - "$id": "496", + "$id": "485", "kind": "basic", "name": "internalProtocol", "accessibility": "public", "apiVersions": [], "doc": "When set protocol false and convenient true, then the protocol method should be internal", "operation": { - "$id": "497", + "$id": "486", "name": "internalProtocol", "resourceName": "UnbrandedTypeSpec", "doc": "When set protocol false and convenient true, then the protocol method should be internal", "accessibility": "public", "parameters": [ { - "$id": "498", + "$id": "487", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "499", + "$id": "488", "kind": "constant", "name": "internalProtocolContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "500", + "$id": "489", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5008,17 +4949,17 @@ "skipUrlEncoding": false }, { - "$id": "501", + "$id": "490", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "502", + "$id": "491", "kind": "constant", "name": "internalProtocolContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "503", + "$id": "492", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5038,7 +4979,7 @@ "skipUrlEncoding": false }, { - "$id": "504", + "$id": "493", "name": "body", "nameInRequest": "body", "type": { @@ -5057,7 +4998,7 @@ ], "responses": [ { - "$id": "505", + "$id": "494", "statusCodes": [ 200 ], @@ -5085,7 +5026,7 @@ }, "parameters": [ { - "$id": "506", + "$id": "495", "name": "body", "nameInRequest": "body", "type": { @@ -5102,12 +5043,12 @@ "skipUrlEncoding": false }, { - "$id": "507", + "$id": "496", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "499" + "$ref": "488" }, "location": "Header", "isApiVersion": false, @@ -5120,11 +5061,11 @@ "skipUrlEncoding": false }, { - "$id": "508", + "$id": "497", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "502" + "$ref": "491" }, "location": "Header", "isApiVersion": false, @@ -5138,7 +5079,7 @@ } ], "response": { - "$id": "509", + "$id": "498", "type": { "$ref": "84" } @@ -5149,14 +5090,14 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.internalProtocol" }, { - "$id": "510", + "$id": "499", "kind": "basic", "name": "stillConvenient", "accessibility": "public", "apiVersions": [], "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", "operation": { - "$id": "511", + "$id": "500", "name": "stillConvenient", "resourceName": "UnbrandedTypeSpec", "doc": "When set protocol false and convenient true, the convenient method should be generated even it has the same signature as protocol one", @@ -5164,7 +5105,7 @@ "parameters": [], "responses": [ { - "$id": "512", + "$id": "501", "statusCodes": [ 204 ], @@ -5183,7 +5124,7 @@ }, "parameters": [], "response": { - "$id": "513" + "$id": "502" }, "isOverride": false, "generateConvenient": true, @@ -5191,25 +5132,25 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.stillConvenient" }, { - "$id": "514", + "$id": "503", "kind": "basic", "name": "headAsBoolean", "accessibility": "public", "apiVersions": [], "doc": "head as boolean.", "operation": { - "$id": "515", + "$id": "504", "name": "headAsBoolean", "resourceName": "UnbrandedTypeSpec", "doc": "head as boolean.", "accessibility": "public", "parameters": [ { - "$id": "516", + "$id": "505", "name": "id", "nameInRequest": "id", "type": { - "$id": "517", + "$id": "506", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5228,7 +5169,7 @@ ], "responses": [ { - "$id": "518", + "$id": "507", "statusCodes": [ 204 ], @@ -5247,11 +5188,11 @@ }, "parameters": [ { - "$id": "519", + "$id": "508", "name": "id", "nameInRequest": "id", "type": { - "$id": "520", + "$id": "509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5269,7 +5210,7 @@ } ], "response": { - "$id": "521" + "$id": "510" }, "isOverride": false, "generateConvenient": true, @@ -5277,32 +5218,32 @@ "crossLanguageDefinitionId": "UnbrandedTypeSpec.headAsBoolean" }, { - "$id": "522", + "$id": "511", "kind": "basic", "name": "handleArray", "accessibility": "public", "apiVersions": [], "doc": "head as boolean.", "operation": { - "$id": "523", + "$id": "512", "name": "handleArray", "resourceName": "UnbrandedTypeSpec", "doc": "head as boolean.", "accessibility": "public", "parameters": [ { - "$id": "524", + "$id": "513", "name": "contentType", "nameInRequest": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$id": "525", + "$id": "514", "kind": "constant", "name": "handleArrayContentType", "namespace": "", "usage": "None", "valueType": { - "$id": "526", + "$id": "515", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5322,17 +5263,17 @@ "skipUrlEncoding": false }, { - "$id": "527", + "$id": "516", "name": "accept", "nameInRequest": "Accept", "type": { - "$id": "528", + "$id": "517", "kind": "constant", "name": "handleArrayContentType1", "namespace": "", "usage": "None", "valueType": { - "$id": "529", + "$id": "518", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -5352,22 +5293,11 @@ "skipUrlEncoding": false }, { - "$id": "530", + "$id": "519", "name": "body", "nameInRequest": "body", "type": { - "$id": "531", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "532", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "92" }, "location": "Body", "isApiVersion": false, @@ -5382,23 +5312,12 @@ ], "responses": [ { - "$id": "533", + "$id": "520", "statusCodes": [ 200 ], "bodyType": { - "$id": "534", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "535", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "92" }, "headers": [], "isErrorResponse": false, @@ -5421,22 +5340,11 @@ }, "parameters": [ { - "$id": "536", + "$id": "521", "name": "body", "nameInRequest": "body", "type": { - "$id": "537", - "kind": "array", - "name": "Array", - "valueType": { - "$id": "538", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "crossLanguageDefinitionId": "TypeSpec.Array", - "decorators": [] + "$ref": "92" }, "location": "Body", "isApiVersion": false, @@ -5449,12 +5357,12 @@ "skipUrlEncoding": false }, { - "$id": "539", + "$id": "522", "name": "contentType", "nameInRequest": "contentType", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "525" + "$ref": "514" }, "location": "Header", "isApiVersion": false, @@ -5467,11 +5375,11 @@ "skipUrlEncoding": false }, { - "$id": "540", + "$id": "523", "name": "accept", "nameInRequest": "accept", "type": { - "$ref": "528" + "$ref": "517" }, "location": "Header", "isApiVersion": false, @@ -5485,9 +5393,9 @@ } ], "response": { - "$id": "541", + "$id": "524", "type": { - "$ref": "534" + "$ref": "92" } }, "isOverride": false, @@ -5498,11 +5406,11 @@ ], "parameters": [ { - "$id": "542", + "$id": "525", "name": "unbrandedTypeSpecUrl", "nameInRequest": "unbrandedTypeSpecUrl", "type": { - "$id": "543", + "$id": "526", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url" @@ -5519,12 +5427,12 @@ ], "decorators": [ { - "$id": "544", + "$id": "527", "name": "TypeSpec.@service", "arguments": { - "$id": "545", + "$id": "528", "options": { - "$id": "546", + "$id": "529", "title": "hello world" } } @@ -5535,9 +5443,9 @@ } ], "auth": { - "$id": "547", + "$id": "530", "apiKey": { - "$id": "548", + "$id": "531", "name": "my-api-key", "in": "header" } From fa98b9465fc3e87afc7e9b3a5d374cc4cecda671 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 May 2025 07:37:27 +0000 Subject: [PATCH 6/9] Revert executable permission on eng/Generate.ps1 Co-authored-by: ArcturusZhang <10554446+ArcturusZhang@users.noreply.github.com> --- eng/Generate.ps1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 eng/Generate.ps1 diff --git a/eng/Generate.ps1 b/eng/Generate.ps1 old mode 100755 new mode 100644 From ffaf1dd3aa15a95452b7e2971ae1a694180ed584 Mon Sep 17 00:00:00 2001 From: Arcturus Zhang Date: Wed, 4 Jun 2025 13:59:41 +0800 Subject: [PATCH 7/9] fix the discriminator example issue --- .../Output/Expressions/Samples/Snippets.ExampleValues.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs index 46bfa9f1355..168f743ae0e 100644 --- a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs +++ b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs @@ -367,7 +367,9 @@ private static ObjectType GetActualImplementation(ObjectType objectType, IReadOn var actualDiscriminatorValue = exampleRawValue.RawValue; var implementation = discriminator.Implementations.FirstOrDefault(info => info.Key.Equals(actualDiscriminatorValue)); if (implementation == null) - throw new InvalidOperationException($"Cannot find an implementation corresponding to the discriminator value {actualDiscriminatorValue} for object model type {objectType.Type.Name}"); + { + return discriminator.DefaultObjectType; + } return (ObjectType)implementation.Type.Implementation; } From c4c490405fb292da69e3a63648023012d409f233 Mon Sep 17 00:00:00 2001 From: Arcturus Zhang Date: Thu, 5 Jun 2025 07:50:13 +0800 Subject: [PATCH 8/9] changed that part to return null which is the best we could do --- .../Expressions/Samples/Snippets.ExampleValues.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs index 168f743ae0e..ff6032a9ef6 100644 --- a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs +++ b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs @@ -351,7 +351,7 @@ private static ValueExpression GetExpressionForTypeProvider(CSharpType type, Inp }; } - private static ObjectType GetActualImplementation(ObjectType objectType, IReadOnlyDictionary valueDict) + private static ObjectType? GetActualImplementation(ObjectType objectType, IReadOnlyDictionary valueDict) { var discriminator = objectType.Discriminator; // check if this has a discriminator @@ -368,7 +368,7 @@ private static ObjectType GetActualImplementation(ObjectType objectType, IReadOn var implementation = discriminator.Implementations.FirstOrDefault(info => info.Key.Equals(actualDiscriminatorValue)); if (implementation == null) { - return discriminator.DefaultObjectType; + return null; } return (ObjectType)implementation.Type.Implementation; @@ -380,10 +380,15 @@ private static ValueExpression GetExpressionForObjectType(ObjectType objectType, return Default; // need to get the actual ObjectType if this type has a discrinimator - objectType = GetActualImplementation(objectType, valueDict); + var actualImplementation = GetActualImplementation(objectType, valueDict); + if (actualImplementation == null) + { + // we cannot find an implementation for this discriminator value, so we return a null here. + return Default; + } // get all the properties on this type, including the properties from its base type - var properties = new HashSet(objectType.EnumerateHierarchy().SelectMany(objectType => objectType.Properties)); - var constructor = objectType.InitializationConstructor; + var properties = new HashSet(actualImplementation.EnumerateHierarchy().SelectMany(objectType => objectType.Properties)); + var constructor = actualImplementation.InitializationConstructor; // build a map from parameter name to property // before the ToDictionary, we use GroupBy to group the properties by their name first because there might be cases that we define the same property in both this model and its base model // by taking the first in the group, we are taking the property defined the lower level of the inheritance tree aka from the derived model From 564a5a58b9938da9c559d4ef6effdca6764b886b Mon Sep 17 00:00:00 2001 From: Arcturus Zhang Date: Thu, 5 Jun 2025 13:32:46 +0800 Subject: [PATCH 9/9] fix generation issues --- .../Output/Expressions/Samples/Snippets.ExampleValues.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs index ff6032a9ef6..89111e852a5 100644 --- a/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs +++ b/src/AutoRest.CSharp/Common/Output/Expressions/Samples/Snippets.ExampleValues.cs @@ -379,7 +379,7 @@ private static ValueExpression GetExpressionForObjectType(ObjectType objectType, if (valueDict == null) return Default; - // need to get the actual ObjectType if this type has a discrinimator + // need to get the actual ObjectType if this type has a discriminator var actualImplementation = GetActualImplementation(objectType, valueDict); if (actualImplementation == null) { @@ -429,7 +429,7 @@ private static ValueExpression GetExpressionForObjectType(ObjectType objectType, objectPropertyInitializer = new(initializerDict, false); } - return new NewInstanceExpression(objectType.Type, arguments, objectPropertyInitializer); + return new NewInstanceExpression(actualImplementation.Type, arguments, objectPropertyInitializer); static SerializationFormat GetSerializationFormat(ObjectTypeProperty property, CSharpType propertyType) {