From bfe1005fe016746a56a535108828eb4d4e5ceaae Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 24 Dec 2024 04:39:31 +0000 Subject: [PATCH 1/7] [Automation] External Change --- eng/versioning/version_client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d73e7bcc0a79..ce095163f28b 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -345,7 +345,7 @@ com.azure.resourcemanager:azure-resourcemanager-devtestlabs;1.1.0;1.2.0-beta.1 com.azure.resourcemanager:azure-resourcemanager-hanaonazure;1.0.0-beta.3;1.0.0-beta.4 com.azure.resourcemanager:azure-resourcemanager-healthcareapis;1.2.0;1.3.0-beta.1 com.azure.resourcemanager:azure-resourcemanager-hybridcompute;1.0.0;1.1.0-beta.2 -com.azure.resourcemanager:azure-resourcemanager-logic;1.0.0-beta.3;1.0.0-beta.4 +com.azure.resourcemanager:azure-resourcemanager-logic;1.0.0-beta.3;1.0.0 com.azure.resourcemanager:azure-resourcemanager-maintenance;1.0.0;1.1.0-beta.3 com.azure.resourcemanager:azure-resourcemanager-machinelearningservices;1.0.0-beta.1;1.0.0-beta.2 com.azure.resourcemanager:azure-resourcemanager-mariadb;1.0.0-beta.3;1.0.0-beta.4 From 80919f3bf351f84e0f41dd754634ce173a8e5339 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 24 Dec 2024 04:39:37 +0000 Subject: [PATCH 2/7] [Automation] Generate Fluent Lite from Swagger logic#package-2019-05 --- .../azure-resourcemanager-logic/CHANGELOG.md | 10 +- .../azure-resourcemanager-logic/README.md | 2 +- sdk/logic/azure-resourcemanager-logic/pom.xml | 4 +- .../resourcemanager/logic/LogicManager.java | 6 +- ...ApiOperationPropertiesDefinitionTests.java | 6612 ++++++++++++++ .../ManagedServiceIdentityTests.java | 2 +- .../logic/generated/SwaggerSchemaTests.java | 7585 +++++++++++++++++ .../logic/generated/WorkflowInnerTests.java | 2 +- .../generated/WorkflowListResultTests.java | 2 +- ...wsCreateOrUpdateWithResponseMockTests.java | 2 +- ...tByResourceGroupWithResponseMockTests.java | 2 +- ...WorkflowsListByResourceGroupMockTests.java | 2 +- .../generated/WorkflowsListMockTests.java | 2 +- .../WorkflowsUpdateWithResponseMockTests.java | 2 +- 14 files changed, 14213 insertions(+), 22 deletions(-) create mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java create mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java diff --git a/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md b/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md index 862c45258725..9b9e3caeceb0 100644 --- a/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md +++ b/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md @@ -1,14 +1,8 @@ # Release History -## 1.0.0-beta.4 (Unreleased) +## 1.0.0 (2024-12-24) -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Azure Resource Manager Logic client library for Java. This package contains Microsoft Azure SDK for Logic Management SDK. REST API for Azure Logic Apps. Package tag package-2019-05. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## 1.0.0-beta.3 (2024-10-17) diff --git a/sdk/logic/azure-resourcemanager-logic/README.md b/sdk/logic/azure-resourcemanager-logic/README.md index c8a252c8d2aa..1f6fac2a5e5e 100644 --- a/sdk/logic/azure-resourcemanager-logic/README.md +++ b/sdk/logic/azure-resourcemanager-logic/README.md @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-logic - 1.0.0-beta.3 + 1.0.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/logic/azure-resourcemanager-logic/pom.xml b/sdk/logic/azure-resourcemanager-logic/pom.xml index 06d6d8eaefd2..d148a791ff23 100644 --- a/sdk/logic/azure-resourcemanager-logic/pom.xml +++ b/sdk/logic/azure-resourcemanager-logic/pom.xml @@ -14,7 +14,7 @@ com.azure.resourcemanager azure-resourcemanager-logic - 1.0.0-beta.4 + 1.0.0 jar Microsoft Azure SDK for Logic Management @@ -45,7 +45,7 @@ UTF-8 0 0 - true + false diff --git a/sdk/logic/azure-resourcemanager-logic/src/main/java/com/azure/resourcemanager/logic/LogicManager.java b/sdk/logic/azure-resourcemanager-logic/src/main/java/com/azure/resourcemanager/logic/LogicManager.java index 4116e340836a..1c59fbb2d3ef 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/main/java/com/azure/resourcemanager/logic/LogicManager.java +++ b/sdk/logic/azure-resourcemanager-logic/src/main/java/com/azure/resourcemanager/logic/LogicManager.java @@ -11,6 +11,7 @@ import com.azure.core.http.HttpPipelinePosition; import com.azure.core.http.policy.AddDatePolicy; import com.azure.core.http.policy.AddHeadersFromContextPolicy; +import com.azure.core.http.policy.BearerTokenAuthenticationPolicy; import com.azure.core.http.policy.HttpLogOptions; import com.azure.core.http.policy.HttpLoggingPolicy; import com.azure.core.http.policy.HttpPipelinePolicy; @@ -19,7 +20,6 @@ import com.azure.core.http.policy.RetryOptions; import com.azure.core.http.policy.RetryPolicy; import com.azure.core.http.policy.UserAgentPolicy; -import com.azure.core.management.http.policy.ArmChallengeAuthenticationPolicy; import com.azure.core.management.profile.AzureProfile; import com.azure.core.util.Configuration; import com.azure.core.util.logging.ClientLogger; @@ -309,7 +309,7 @@ public LogicManager authenticate(TokenCredential credential, AzureProfile profil .append("-") .append("com.azure.resourcemanager.logic") .append("/") - .append("1.0.0-beta.3"); + .append("1.0.0"); if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) { userAgentBuilder.append(" (") .append(Configuration.getGlobalConfiguration().get("java.version")) @@ -342,7 +342,7 @@ public LogicManager authenticate(TokenCredential credential, AzureProfile profil HttpPolicyProviders.addBeforeRetryPolicies(policies); policies.add(retryPolicy); policies.add(new AddDatePolicy()); - policies.add(new ArmChallengeAuthenticationPolicy(credential, scopes.toArray(new String[0]))); + policies.add(new BearerTokenAuthenticationPolicy(credential, scopes.toArray(new String[0]))); policies.addAll(this.policies.stream() .filter(p -> p.getPipelinePosition() == HttpPipelinePosition.PER_RETRY) .collect(Collectors.toList())); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java new file mode 100644 index 000000000000..0f021f605c37 --- /dev/null +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java @@ -0,0 +1,6612 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.logic.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.logic.models.ApiOperationAnnotation; +import com.azure.resourcemanager.logic.models.ApiOperationPropertiesDefinition; +import com.azure.resourcemanager.logic.models.ApiReference; +import com.azure.resourcemanager.logic.models.ApiTier; +import com.azure.resourcemanager.logic.models.ResourceReference; +import com.azure.resourcemanager.logic.models.StatusAnnotation; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicList; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicProperties; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicSchema; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTree; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeCommand; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeParameter; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeSettings; +import com.azure.resourcemanager.logic.models.SwaggerExternalDocumentation; +import com.azure.resourcemanager.logic.models.SwaggerSchema; +import com.azure.resourcemanager.logic.models.SwaggerSchemaType; +import com.azure.resourcemanager.logic.models.SwaggerXml; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Map; +import org.junit.jupiter.api.Assertions; + +public final class ApiOperationPropertiesDefinitionTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + ApiOperationPropertiesDefinition model = BinaryData.fromString( + "{\"summary\":\"iadhbatec\",\"description\":\"tsdohzniucbdaomb\",\"visibility\":\"injdllwktlepo\",\"trigger\":\"vvqxua\",\"triggerHint\":\"cqwulynkgfcfd\",\"pageable\":true,\"annotation\":{\"status\":\"Production\",\"family\":\"xtclhuulriqbyok\",\"revision\":669836902},\"api\":{\"displayName\":\"sxebrslttfyhcdjw\",\"description\":\"oardnagttpu\",\"iconUri\":\"bpgnrholhujbf\",\"swagger\":\"dataiplkysolsyjprxs\",\"brandColor\":\"hdmcvht\",\"category\":\"Premium\",\"integrationServiceEnvironment\":{\"id\":\"f\",\"name\":\"uwzb\",\"type\":\"cqzgihotjecohmx\"},\"id\":\"lrrskap\",\"name\":\"wie\",\"type\":\"uyader\"},\"inputsDefinition\":{\"ref\":\"okyk\",\"type\":\"Number\",\"title\":\"yc\",\"items\":{\"ref\":\"vkcxzznn\",\"type\":\"Number\",\"title\":\"rsejegprkj\",\"items\":{\"ref\":\"rjmwvvbtuqkxxi\",\"type\":\"Number\",\"title\":\"qldekotjg\",\"items\":{\"ref\":\"qfkyfhiwvjaqu\",\"type\":\"Boolean\",\"title\":\"nvskpaj\",\"items\":{\"ref\":\"eumexmjbxc\",\"type\":\"Array\",\"title\":\"kqmt\",\"items\":{},\"properties\":{\"qis\":{}},\"additionalProperties\":\"datap\",\"required\":[\"ftr\",\"rejdaahuqim\",\"dahlfxlmuifmuadj\",\"fsn\"],\"maxProperties\":1842432317,\"minProperties\":1296093804,\"allOf\":[{},{},{},{}],\"discriminator\":\"jgczetybnxgztl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahfjv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"uvlbefvwc\":{}},\"additionalProperties\":\"datakxpylrwox\",\"required\":[\"psyxjije\",\"pdvrbkerdkdkga\"],\"maxProperties\":1372379589,\"minProperties\":763770170,\"allOf\":[{},{},{},{}],\"discriminator\":\"fkcefeygz\",\"readOnly\":false,\"xml\":{\"name\":\"sfmnaybdjnxumen\",\"namespace\":\"on\",\"prefix\":\"hymxymulwivqtow\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"j\":\"dataybajasqubf\",\"htfxcpupuki\":\"dataywhjqwmchq\"}},\"externalDocs\":{\"description\":\"zpwdlvwtiwsmo\",\"uri\":\"onhqnam\",\"extensions\":{\"eajbkajlcyizyddc\":\"dataltassaekewna\",\"krvfsxxbydes\":\"dataxo\"}},\"example\":\"datavgecpwgoljtzx\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"obygoo\",\"valuePath\":\"qa\",\"parameters\":{\"jfucsaodjnosdkv\":\"datavaz\"}},\"dynamicSchemaNew\":{\"operationId\":\"asgmatrnzpd\",\"valuePath\":\"daaktuj\",\"parameters\":{\"bo\":{},\"myfp\":{},\"dowkppnwyytfv\":{}}},\"dynamicListNew\":{\"operationId\":\"fjikffffgkuhznw\",\"builtInOperation\":\"uldbkke\",\"itemsPath\":\"kj\",\"itemValuePath\":\"awgazmxjqifh\",\"itemTitlePath\":\"jsbcml\",\"parameters\":{\"hzbh\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ncjmlfuyf\":{\"ref\":\"irhhmo\",\"type\":\"String\",\"title\":\"zgfjzcvaaxoialah\",\"items\":{},\"properties\":{\"cokdxkukmkczyn\":{},\"h\":{}},\"additionalProperties\":\"dataqeq\",\"required\":[\"vl\",\"q\"],\"maxProperties\":1538169382,\"minProperties\":186111806,\"allOf\":[{},{},{},{}],\"discriminator\":\"thbb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawdrnzkj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"watuwqkokbczoth\":{\"ref\":\"pfiddhl\",\"type\":\"String\",\"title\":\"cqyjmqrfuiocus\",\"items\":{},\"properties\":{\"rsazrhxud\":{}},\"additionalProperties\":\"datamdtff\",\"required\":[\"mrkkhmwd\"],\"maxProperties\":37083730,\"minProperties\":1320766241,\"allOf\":[{},{},{}],\"discriminator\":\"okwtjawhvagnqfqq\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataolcaymjchtvsnvla\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"xudnmckap\":{\"ref\":\"gobllms\",\"type\":\"Number\",\"title\":\"imaaneak\",\"items\":{},\"properties\":{\"obcyanrfvqtvk\":{}},\"additionalProperties\":\"datavoogxkfna\",\"required\":[\"ymhcctopuo\",\"yrnskb\",\"hquhczygxvhajp\"],\"maxProperties\":679727577,\"minProperties\":1085439755,\"allOf\":[{},{},{}],\"discriminator\":\"scozawmv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanpwirfljf\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"ctkbbxuha\":{\"ref\":\"knq\",\"type\":\"File\",\"title\":\"encdgmoqueqihkky\",\"items\":{},\"properties\":{\"jouw\":{},\"ldxwhieproqksm\":{},\"xmcvprstvkitbfjt\":{}},\"additionalProperties\":\"dataotnplfacqocc\",\"required\":[\"xwe\",\"jtdrhutf\"],\"maxProperties\":3609088,\"minProperties\":1073421759,\"allOf\":[{}],\"discriminator\":\"ge\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datad\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datasirncclabvoy\",\"required\":[\"uxx\",\"zb\"],\"maxProperties\":29057625,\"minProperties\":630653211,\"allOf\":[{\"ref\":\"saidjan\",\"type\":\"Array\",\"title\":\"vdxxurntujmoilun\",\"items\":{},\"properties\":{\"deel\":{},\"slkyozd\":{},\"fzjuegrhrhtsl\":{},\"jtv\":{}},\"additionalProperties\":\"datanxvgjb\",\"required\":[\"bpnjodf\",\"bj\"],\"maxProperties\":584126929,\"minProperties\":2025512085,\"allOf\":[{},{},{},{}],\"discriminator\":\"oxsazuxejgwe\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataszzacz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dbbo\",\"type\":\"Boolean\",\"title\":\"rmkjmyitrchwudlx\",\"items\":{},\"properties\":{\"tpmnoe\":{},\"hqlfmsib\":{},\"oyrfgxk\":{}},\"additionalProperties\":\"datapmypgfq\",\"required\":[\"ywhlakxpe\"],\"maxProperties\":745064611,\"minProperties\":12523805,\"allOf\":[{},{},{},{}],\"discriminator\":\"fxampqcrzgeuqx\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafaujegqdtad\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"krukizyhgsqt\",\"readOnly\":false,\"xml\":{\"name\":\"xqfpj\",\"namespace\":\"ggweeiwdhdmncgb\",\"prefix\":\"uscstunmlh\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"f\":\"dataiichgjsysmvxodgw\",\"ec\":\"datazsifcuvbdujgcwx\"}},\"externalDocs\":{\"description\":\"jtrdxr\",\"uri\":\"agbbgia\",\"extensions\":{\"xwabzrwiqrxhacl\":\"dataykpgd\"}},\"example\":\"dataosqkptjqgk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"inwhed\",\"valuePath\":\"pbqwuntobu\",\"parameters\":{\"lw\":\"datazz\"}},\"dynamicSchemaNew\":{\"operationId\":\"djufbnkl\",\"valuePath\":\"axpegjw\",\"parameters\":{\"alf\":{}}},\"dynamicListNew\":{\"operationId\":\"glzfytl\",\"builtInOperation\":\"lqhopxouvmrs\",\"itemsPath\":\"likyypzkgxfxfmyr\",\"itemValuePath\":\"db\",\"itemTitlePath\":\"kszanmhwgpte\",\"parameters\":{\"uwkirk\":{},\"kwztsdetj\":{},\"go\":{},\"ifcqp\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"zyybzo\",\"itemsPath\":\"v\",\"itemValuePath\":\"ptvdxxheigm\",\"itemTitlePath\":\"lwzgh\",\"itemFullTitlePath\":\"jvmabzzbway\",\"itemIsParent\":\"mdafbgymqt\",\"selectableFilter\":\"preojxrjnbsconxa\",\"parameters\":{\"neychbjizq\":{}}},\"browse\":{\"operationId\":\"nwdxzedpqlrfbor\",\"itemsPath\":\"p\",\"itemValuePath\":\"nfy\",\"itemTitlePath\":\"vfrbypic\",\"itemFullTitlePath\":\"kpdj\",\"itemIsParent\":\"qh\",\"selectableFilter\":\"q\",\"parameters\":{\"dgonjhxshthmgp\":{},\"zqulptkbv\":{},\"pxtzhigqqbtimpk\":{}}}}},\"properties\":{\"fbbcngkegxcypxbb\":{\"ref\":\"rnsihqhudsmus\",\"type\":\"Number\",\"title\":\"jakx\",\"items\":{\"ref\":\"fczmnn\",\"type\":\"Boolean\",\"title\":\"x\",\"items\":{},\"properties\":{\"nosjtgirnbgmgmd\":{},\"orgmynltwmpftm\":{}},\"additionalProperties\":\"datae\",\"required\":[\"gsy\"],\"maxProperties\":1853377573,\"minProperties\":1216848035,\"allOf\":[{},{},{},{}],\"discriminator\":\"drv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahnrecchd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mjedbiu\":{},\"vkhhwm\":{},\"pjbweunxcq\":{}},\"additionalProperties\":\"dataihufoihp\",\"required\":[\"bxv\",\"nzuz\"],\"maxProperties\":998362511,\"minProperties\":502427869,\"allOf\":[{},{}],\"discriminator\":\"piuzvk\",\"readOnly\":true,\"xml\":{\"name\":\"mjuk\",\"namespace\":\"r\",\"prefix\":\"a\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"wgofmhx\":\"datacfqp\"}},\"externalDocs\":{\"description\":\"lvzkl\",\"uri\":\"bgikyjtkakvlbi\",\"extensions\":{\"ptuoska\":\"datavpz\",\"y\":\"dataizjixwfgcd\",\"mdmuqoh\":\"datakcxwnujvqynvavi\",\"wjc\":\"dataihraxqudd\"}},\"example\":\"databrhlhpvzadb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"nafhxrzfr\",\"valuePath\":\"ztiucwviql\",\"parameters\":{\"cbvzarmqcb\":\"datahkrcqx\",\"rxbrdv\":\"dataokstsinvagovjyh\"}},\"dynamicSchemaNew\":{\"operationId\":\"qwh\",\"valuePath\":\"xnmxgnmguzb\",\"parameters\":{\"orbalkj\":{},\"bkbdhlltqstqkqs\":{},\"gxiynecovagzk\":{}}},\"dynamicListNew\":{\"operationId\":\"banlxunpqcckq\",\"builtInOperation\":\"wzlzklasl\",\"itemsPath\":\"ciz\",\"itemValuePath\":\"lrarwpewsaudo\",\"itemTitlePath\":\"tighsxjpy\",\"parameters\":{\"qbalahovuuwxhme\":{},\"jnhj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"zpacz\":{\"ref\":\"twilyrzoxp\",\"type\":\"Number\",\"title\":\"frolq\",\"items\":{\"ref\":\"kiu\",\"type\":\"Object\",\"title\":\"nahwk\",\"items\":{},\"properties\":{\"ztnlmsoo\":{},\"tmvecdhdyswcrptv\":{},\"ajczxvl\":{},\"srg\":{}},\"additionalProperties\":\"datafizrpywlptyuqhr\",\"required\":[\"skykpfuofix\"],\"maxProperties\":2025237318,\"minProperties\":1951862568,\"allOf\":[{},{},{}],\"discriminator\":\"pyycpawm\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawrpcfpcfjfwzlgza\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mnnidmdia\":{},\"pzxkzrntmkct\":{}},\"additionalProperties\":\"datauos\",\"required\":[\"psqazihqodv\"],\"maxProperties\":1474650644,\"minProperties\":321218587,\"allOf\":[{},{},{},{}],\"discriminator\":\"mjkztibniynts\",\"readOnly\":true,\"xml\":{\"name\":\"eftvhkmoog\",\"namespace\":\"hskb\",\"prefix\":\"mjgrulcfog\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"ukz\":\"datatpfdzxcouzfwofwa\",\"nlwglihezomucmq\":\"datadtzxsoe\",\"xkgtlzlmtrlxcznn\":\"dataisnionetbzdrdpue\",\"mwt\":\"datazkbnbmxl\"}},\"externalDocs\":{\"description\":\"qzusitoq\",\"uri\":\"hf\",\"extensions\":{\"lisolntfxxc\":\"datajmlreesrfwsszvlc\",\"foygizmshxxba\":\"dataqmipfj\",\"toxjdzj\":\"datazabulnvgsk\",\"paydhfn\":\"datajznvhxqqmq\"}},\"example\":\"datac\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hksnyzmspamwbw\",\"valuePath\":\"nlslcef\",\"parameters\":{\"ih\":\"dataktwtk\"}},\"dynamicSchemaNew\":{\"operationId\":\"liwoyngu\",\"valuePath\":\"hwvladpc\",\"parameters\":{\"hausybkekymffzts\":{}}},\"dynamicListNew\":{\"operationId\":\"c\",\"builtInOperation\":\"syeiih\",\"itemsPath\":\"mkouihyeseuugci\",\"itemValuePath\":\"hogsmgbvmtd\",\"itemTitlePath\":\"qbe\",\"parameters\":{\"fveglabtvkb\":{},\"wznhtfgfic\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"dstrkzxsgtz\":{\"ref\":\"hbcakznhokhoit\",\"type\":\"File\",\"title\":\"sdmmaz\",\"items\":{\"ref\":\"kidbjpg\",\"type\":\"Object\",\"title\":\"pxzbaw\",\"items\":{},\"properties\":{\"dgfhbssdpje\":{}},\"additionalProperties\":\"dataqxded\",\"required\":[\"iwhagxsur\"],\"maxProperties\":1878759214,\"minProperties\":906252863,\"allOf\":[{},{},{},{}],\"discriminator\":\"bgullc\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datakoxdupnamgl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"vjqterdq\":{}},\"additionalProperties\":\"datagd\",\"required\":[\"ghpcvrwqirvt\",\"tyhhmvfxlapja\"],\"maxProperties\":967015116,\"minProperties\":1424460181,\"allOf\":[{}],\"discriminator\":\"epgqvqokqlujqg\",\"readOnly\":false,\"xml\":{\"name\":\"lyvxchp\",\"namespace\":\"ctsfaeuhwwsknst\",\"prefix\":\"uzhasupmlppdpgz\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"ngru\":\"datakarkptg\",\"qheni\":\"datatsyiys\"}},\"externalDocs\":{\"description\":\"qnguba\",\"uri\":\"jdeayscse\",\"extensions\":{\"vmuw\":\"datajemexmnv\",\"rdlhvdvmiphbe\":\"dataxlniwmcpm\",\"kdclacroczf\":\"dataeqjzm\"}},\"example\":\"dataner\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zshxzezbzuz\",\"valuePath\":\"l\",\"parameters\":{\"styec\":\"dataskejcgwfsgq\",\"rdavsjcfmazpzdq\":\"datapyuijp\",\"izekuvfrj\":\"datauzvcmcok\",\"ajbvbn\":\"dataucaonz\"}},\"dynamicSchemaNew\":{\"operationId\":\"emdidac\",\"valuePath\":\"idgzwdydamis\",\"parameters\":{\"tdivykpxkqejtp\":{},\"fojiunrlsh\":{},\"uknsykdtoi\":{}}},\"dynamicListNew\":{\"operationId\":\"ncdrcoanvxuldx\",\"builtInOperation\":\"c\",\"itemsPath\":\"nlb\",\"itemValuePath\":\"xl\",\"itemTitlePath\":\"ibaqzi\",\"parameters\":{\"pzweghlwwbo\":{},\"vgfklqiyndveqe\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datavlrdsmovpi\",\"required\":[\"dnox\",\"xn\",\"qaqotnn\"],\"maxProperties\":245200094,\"minProperties\":74841439,\"allOf\":[{\"ref\":\"vrgptq\",\"type\":\"String\",\"title\":\"jdrpizfulgycts\",\"items\":{\"ref\":\"qgkujds\",\"type\":\"Integer\",\"title\":\"qwoeurbtigapd\",\"items\":{},\"properties\":{\"keejdpdfht\":{},\"mmkfq\":{}},\"additionalProperties\":\"dataiqulwwtrjmeq\",\"required\":[\"hzokpoyuohue\",\"snaajph\"],\"maxProperties\":1282795519,\"minProperties\":195362685,\"allOf\":[{},{}],\"discriminator\":\"pwsadaxjsumxpe\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajrmfqzwqd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"m\":{},\"wxf\":{},\"zkvemy\":{},\"dpczaqpqifd\":{}},\"additionalProperties\":\"dataptrwtxzuisamo\",\"required\":[\"niz\"],\"maxProperties\":8718366,\"minProperties\":2112989688,\"allOf\":[{},{},{},{}],\"discriminator\":\"ghrmthsplw\",\"readOnly\":true,\"xml\":{\"name\":\"rgxfqpaniceo\",\"namespace\":\"gzwhsxyrujmtik\",\"prefix\":\"likyohz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"xhrptyodlh\":\"datakvycqqqdseipnquw\",\"bjop\":\"datafktltdds\",\"zkqxsalu\":\"dataouhbq\",\"wqhdgsjsa\":\"datayigfcvcew\"}},\"externalDocs\":{\"description\":\"ncmazdf\",\"uri\":\"xhyqmr\",\"extensions\":{\"bwtdr\":\"dataarnpvgrsz\"}},\"example\":\"datagz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lhhfi\",\"valuePath\":\"cfculzj\",\"parameters\":{\"ldqpzf\":\"datapfywv\"}},\"dynamicSchemaNew\":{\"operationId\":\"oxinunjlzkdr\",\"valuePath\":\"qsxytqqtcmiw\",\"parameters\":{\"svnmeylajamcajy\":{}}},\"dynamicListNew\":{\"operationId\":\"p\",\"builtInOperation\":\"rryklleynqan\",\"itemsPath\":\"igglclwalhvub\",\"itemValuePath\":\"zphetxdqcm\",\"itemTitlePath\":\"tajqzj\",\"parameters\":{\"ecxbibiwksdegyxs\":{},\"fpzvoikvntwczf\":{},\"wushlcxpbl\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"p\",\"readOnly\":true,\"xml\":{\"name\":\"aidqzsaaoqdsgpto\",\"namespace\":\"jq\",\"prefix\":\"afcnlrtb\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"jolb\":\"datao\",\"ktwieope\":\"dataa\"}},\"externalDocs\":{\"description\":\"xq\",\"uri\":\"rswyilj\",\"extensions\":{\"do\":\"datakgxyxyauxre\"}},\"example\":\"datacnlt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ujsqycm\",\"valuePath\":\"xfabl\",\"parameters\":{\"cgnwplrrbphcts\":\"datawbmwhrialiwr\",\"pbfs\":\"databibticuhqvum\",\"xmzrmtmvwitu\":\"dataeqbbewfcuqfpy\"}},\"dynamicSchemaNew\":{\"operationId\":\"yjshcyb\",\"valuePath\":\"upp\",\"parameters\":{\"saebwfwhxorpwal\":{\"operationId\":\"cmvouujxdiikmoxr\",\"valuePath\":\"svavlrxikjmoy\",\"parameters\":{\"npipcwybszfncn\":{},\"atpf\":{}}},\"lokfpmijpdvzv\":{\"operationId\":\"wugexojfccyl\",\"valuePath\":\"rh\",\"parameters\":{\"azjpwexcdrzpro\":{},\"zzxezmnrkj\":{},\"pjeuxsp\":{}}},\"nntrvrkps\":{\"operationId\":\"hwb\",\"valuePath\":\"ufvcgnrgl\",\"parameters\":{\"wyambhba\":{},\"ebzx\":{},\"k\":{},\"qutibhl\":{}}},\"xch\":{\"operationId\":\"d\",\"valuePath\":\"vzm\",\"parameters\":{\"nysvlpyeuukppd\":{},\"xqbolxvhhyqqegat\":{},\"grznmginmtsd\":{}}}}},\"dynamicListNew\":{\"operationId\":\"bmgjymncjc\",\"builtInOperation\":\"airwcqzoofj\",\"itemsPath\":\"jsvepfbhtleberp\",\"itemValuePath\":\"jeknfqnw\",\"itemTitlePath\":\"qxowkdn\",\"parameters\":{\"rmxkbcjwwdxom\":{\"operationId\":\"krhwieh\",\"valuePath\":\"pnowawonoehrguql\",\"parameters\":{\"afbjzmpy\":{},\"guyfazbkocbygvt\":{}}},\"gabdxfkuzbwjeco\":{\"operationId\":\"wppk\",\"valuePath\":\"ooz\",\"parameters\":{\"acagae\":{},\"aoiqclmgdt\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"elnii\",\"itemsPath\":\"cgagdvcdqhftzbp\",\"itemValuePath\":\"a\",\"itemTitlePath\":\"df\",\"itemFullTitlePath\":\"tncwmhjobzrfpr\",\"itemIsParent\":\"dc\",\"selectableFilter\":\"yftcvbzwgwhg\",\"parameters\":{\"o\":{},\"uoorssatfybipufd\":{},\"xuqbdqnasttuxvz\":{},\"q\":{}}},\"browse\":{\"operationId\":\"pbtsixhgvbhxmnd\",\"itemsPath\":\"gsqjayqmarxneib\",\"itemValuePath\":\"brhbjdqknhqn\",\"itemTitlePath\":\"tpuwnnohmmzngocf\",\"itemFullTitlePath\":\"uypwyiulaynos\",\"itemIsParent\":\"kfhaxttpfsmwgsgh\",\"selectableFilter\":\"cum\",\"parameters\":{\"auqmllfeoth\":{}}}}},\"properties\":{\"olj\":{\"ref\":\"igrjdljlkqhvkrbz\",\"type\":\"Integer\",\"title\":\"taxklpruu\",\"items\":{\"ref\":\"l\",\"type\":\"Integer\",\"title\":\"wx\",\"items\":{\"ref\":\"ksgfyyskyekg\",\"type\":\"Object\",\"title\":\"z\",\"items\":{},\"properties\":{\"kwrt\":{},\"letyvesz\":{}},\"additionalProperties\":\"datalhpdhwynctaczcnj\",\"required\":[\"b\",\"nvjxitzovnk\",\"tiklsm\",\"ihqlcoqks\"],\"maxProperties\":2021332057,\"minProperties\":255823650,\"allOf\":[{},{},{}],\"discriminator\":\"bgbudav\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacqcdhthojv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"awrdt\":{},\"agzlgpyai\":{}},\"additionalProperties\":\"datahzqjjtsmuydqfttk\",\"required\":[\"bdueurg\"],\"maxProperties\":1208551296,\"minProperties\":1562410077,\"allOf\":[{},{},{}],\"discriminator\":\"lojermhzicsbfd\",\"readOnly\":true,\"xml\":{\"name\":\"knyuki\",\"namespace\":\"iglh\",\"prefix\":\"zwxqtejpii\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"k\":\"dataagjjn\",\"f\":\"dataylhyyx\",\"q\":\"dataklvqzrwtrdgscn\",\"gnwxl\":\"dataon\"}},\"externalDocs\":{\"description\":\"zyohxpthc\",\"uri\":\"pvkvtwf\",\"extensions\":{\"cdyarnggcjfwblqh\":\"dataobpbokhmm\",\"s\":\"datakasmcolmugpyva\"}},\"example\":\"datal\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ygz\",\"valuePath\":\"yevjhubnobguq\",\"parameters\":{\"viqcpszp\":\"datasqkpdmioyjpnm\"}},\"dynamicSchemaNew\":{\"operationId\":\"qdvrdmvxyrxdh\",\"valuePath\":\"qojbxao\",\"parameters\":{\"bzxmbtplefoio\":{},\"idoxznvgvdtmuuv\":{},\"awsxmrszbknimxlp\":{},\"erxrzutylcurza\":{}}},\"dynamicListNew\":{\"operationId\":\"b\",\"builtInOperation\":\"aehtd\",\"itemsPath\":\"mbnvynfaooeacted\",\"itemValuePath\":\"lsk\",\"itemTitlePath\":\"ddida\",\"parameters\":{\"lrqmtlp\":{},\"yxroiduyqypffmno\":{},\"ic\":{},\"udyhbrj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"kumcfjxokyelsy\":{\"ref\":\"jrholuqw\",\"type\":\"Boolean\",\"title\":\"xhdod\",\"items\":{},\"properties\":{\"blvtb\":{},\"mvsbyidaelqpve\":{},\"mkwjfbotl\":{},\"ggdusxu\":{}},\"additionalProperties\":\"datau\",\"required\":[\"xcjkcoqwczsy\",\"qrizfwihvaan\",\"qtnhjrfd\",\"fdvbbaexxjfwtg\"],\"maxProperties\":1215585734,\"minProperties\":174855612,\"allOf\":[{},{},{}],\"discriminator\":\"vmuafmc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataepsvpltidajj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qxridt\":{\"ref\":\"vfnkwmygjjekrk\",\"type\":\"Boolean\",\"title\":\"ugjqyckgtxkrdt\",\"items\":{},\"properties\":{\"cjdk\":{}},\"additionalProperties\":\"datatcsubmzoo\",\"required\":[\"obc\"],\"maxProperties\":1362444897,\"minProperties\":344376979,\"allOf\":[{},{},{}],\"discriminator\":\"yslb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datankkw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"vwfnqqwypvn\":{\"ref\":\"saqjmkgx\",\"type\":\"Number\",\"title\":\"euu\",\"items\":{},\"properties\":{\"pziiz\":{},\"vjykofveze\":{},\"k\":{}},\"additionalProperties\":\"dataqt\",\"required\":[\"epj\",\"zkca\",\"fwzcntogffjwaj\"],\"maxProperties\":400224638,\"minProperties\":1549136284,\"allOf\":[{},{},{},{}],\"discriminator\":\"kifmxawo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahrkmjqncfv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"ygbadu\":{\"ref\":\"wbgodtggrssg\",\"type\":\"String\",\"title\":\"ai\",\"items\":{},\"properties\":{\"ymvecvztscbg\":{},\"usaictd\":{},\"cnk\":{}},\"additionalProperties\":\"dataohnrddclzeqoz\",\"required\":[\"lbz\",\"ixbnj\",\"qvzyuexozonyn\",\"ameudpabcreu\"],\"maxProperties\":1262444091,\"minProperties\":1525616441,\"allOf\":[{},{}],\"discriminator\":\"vcva\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxzv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datacovsdqhzrtd\",\"required\":[\"rlimzfvppkeqs\",\"fjmclngygnhrkomb\"],\"maxProperties\":1940380502,\"minProperties\":658508685,\"allOf\":[{\"ref\":\"ggorwjoqt\",\"type\":\"Object\",\"title\":\"vclpofyrlm\",\"items\":{},\"properties\":{\"skwxj\":{},\"vhxccbmkakmkoo\":{},\"bputmgvmuyakml\":{},\"ktfowzkroyrdur\":{}},\"additionalProperties\":\"datalzqjimejtgzjxx\",\"required\":[\"jlz\"],\"maxProperties\":1172424480,\"minProperties\":1969257397,\"allOf\":[{},{}],\"discriminator\":\"yyzivrmitcd\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahrktjleifibfiplh\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"owly\",\"type\":\"Boolean\",\"title\":\"udsqcmhnx\",\"items\":{},\"properties\":{\"wodmachbkvnr\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"goqple\",\"mumk\"],\"maxProperties\":826544062,\"minProperties\":567728951,\"allOf\":[{}],\"discriminator\":\"rwnhkgqggoxsst\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafrrynjcwmhl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"kemjpequlrlz\",\"type\":\"Array\",\"title\":\"jtfbclakkucddwnh\",\"items\":{},\"properties\":{\"toucgj\":{},\"irjwayhicqqwwvgw\":{}},\"additionalProperties\":\"datalvlize\",\"required\":[\"iabvnsrgek\",\"yqxadyfhbmw\",\"hojqttbspvkhg\"],\"maxProperties\":2086760208,\"minProperties\":817344731,\"allOf\":[{},{},{},{}],\"discriminator\":\"stujrzxrknsfdrl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataiitt\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"daxurfqazc\",\"type\":\"Array\",\"title\":\"vxdzciggbnvtxofw\",\"items\":{},\"properties\":{\"xwhoeamoeobd\":{},\"eysf\":{},\"nimtwuuhaueg\":{}},\"additionalProperties\":\"datawmnfeubtzjyrkwfu\",\"required\":[\"hrrk\",\"umnqdurhzzfopu\"],\"maxProperties\":1606958085,\"minProperties\":1881267273,\"allOf\":[{},{},{}],\"discriminator\":\"ujopwnibittoztjd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamwcaddtgctxegtv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"fnzzryizwbxg\",\"readOnly\":true,\"xml\":{\"name\":\"ayunomirhpfabenq\",\"namespace\":\"mwmgewayxfl\",\"prefix\":\"cpjs\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"sqsnxf\":\"datau\",\"bzyvbsua\":\"dataxufeapd\",\"bkzhmhjd\":\"dataulpodkaxpf\"}},\"externalDocs\":{\"description\":\"deluqroja\",\"uri\":\"fztlr\",\"extensions\":{\"zqxlcwe\":\"datarkgzkyhudbkuw\",\"qufqizj\":\"datakfecjvxf\"}},\"example\":\"datapwooajeyyj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"zxpxhn\",\"valuePath\":\"slekc\",\"parameters\":{\"ztldsvczdjiah\":\"datazkjtyqpdwadeg\"}},\"dynamicSchemaNew\":{\"operationId\":\"mjzucwwme\",\"valuePath\":\"qhdd\",\"parameters\":{\"qx\":{},\"yookyfozkbnzxby\":{}}},\"dynamicListNew\":{\"operationId\":\"pgaixwrgrkkderf\",\"builtInOperation\":\"wqikwepwogggic\",\"itemsPath\":\"xhtfmcqbsudzpgch\",\"itemValuePath\":\"gfqumjdjxhzghgo\",\"itemTitlePath\":\"ynrceqavfdbdf\",\"parameters\":{\"jdnaju\":{},\"pjyyqmkwlhvc\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"uxxrwzobuzms\",\"itemsPath\":\"amt\",\"itemValuePath\":\"kwppthuzdprmimr\",\"itemTitlePath\":\"dpoqfxyem\",\"itemFullTitlePath\":\"ftb\",\"itemIsParent\":\"whtecloamfmxtll\",\"selectableFilter\":\"tymqcnrrfijhggab\",\"parameters\":{\"amklilirwdv\":{}}},\"browse\":{\"operationId\":\"sdpzouhktqrxqwq\",\"itemsPath\":\"xrdfddtu\",\"itemValuePath\":\"ygta\",\"itemTitlePath\":\"zcxdfweapyfmlxrl\",\"itemFullTitlePath\":\"h\",\"itemIsParent\":\"spi\",\"selectableFilter\":\"eimixlmdbgicehf\",\"parameters\":{\"drjuqbp\":{},\"tokljmtznpaxw\":{},\"qtyyqiprcltungb\":{}}}}},\"mgsdaluyckhefrbh\":{\"ref\":\"miigzb\",\"type\":\"Number\",\"title\":\"gkdskswtiiq\",\"items\":{\"ref\":\"ikclsm\",\"type\":\"Boolean\",\"title\":\"swoykdn\",\"items\":{\"ref\":\"axwmgzru\",\"type\":\"Boolean\",\"title\":\"wnyn\",\"items\":{},\"properties\":{\"q\":{},\"cbgvsbt\":{}},\"additionalProperties\":\"datartoxadhxuvjhxm\",\"required\":[\"s\",\"jcm\"],\"maxProperties\":349818575,\"minProperties\":84038525,\"allOf\":[{},{},{}],\"discriminator\":\"vnpvvd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datayqipslzmvcdsvm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"obvfiybx\":{},\"ich\":{},\"ybfzdqekivycp\":{},\"cv\":{}},\"additionalProperties\":\"datazulrqt\",\"required\":[\"re\",\"pzl\",\"ryfmxmdu\",\"zf\"],\"maxProperties\":493502164,\"minProperties\":474777755,\"allOf\":[{},{},{},{}],\"discriminator\":\"ccgndjgdprig\",\"readOnly\":true,\"xml\":{\"name\":\"qfcbuul\",\"namespace\":\"uflqjfshtuj\",\"prefix\":\"ohigimwdcsk\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ecuyr\":\"dataixnmbz\",\"etv\":\"datawimbzayspzvr\",\"dvatlzmgschn\":\"dataphmdzxplgtp\"}},\"externalDocs\":{\"description\":\"bkkz\",\"uri\":\"lzdmnfmfwsxafo\",\"extensions\":{\"zwdehkkmvhz\":\"dataorimmo\",\"rtgelg\":\"dataovanyrva\",\"qoq\":\"dataewikfyaqandmym\",\"fbpbvzopaxmfmvsm\":\"dataumov\"}},\"example\":\"dataoxfaxdtn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"atroiaue\",\"valuePath\":\"gmocpcjycboelrgt\",\"parameters\":{\"dpk\":\"dataldsiuorinikc\",\"yczyayubtgm\":\"datariwmmtmqrxrzqv\",\"gpx\":\"dataxiqahr\"}},\"dynamicSchemaNew\":{\"operationId\":\"plnupoyryef\",\"valuePath\":\"wovy\",\"parameters\":{\"lnomfpb\":{},\"ceeg\":{},\"yieztkutnjil\":{}}},\"dynamicListNew\":{\"operationId\":\"krehyhtmj\",\"builtInOperation\":\"uif\",\"itemsPath\":\"lxfary\",\"itemValuePath\":\"jlgdez\",\"itemTitlePath\":\"qwahoy\",\"parameters\":{\"xqvj\":{},\"eiwtczkdd\":{},\"vovbooqbmdqrx\":{},\"glaetscflwtjd\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"oaeoc\":{\"ref\":\"y\",\"type\":\"Boolean\",\"title\":\"dtzcqi\",\"items\":{},\"properties\":{\"dgcozzomeh\":{}},\"additionalProperties\":\"dataantolamlbijuxkq\",\"required\":[\"z\",\"pvwdtgckzdqiq\",\"lrat\"],\"maxProperties\":494579797,\"minProperties\":61388571,\"allOf\":[{},{},{},{}],\"discriminator\":\"xsuykznhrfg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datary\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datajtfeyvkbdgddkr\",\"required\":[\"cxbeuuqutkzwtjww\",\"uzy\",\"ijcxfno\"],\"maxProperties\":407285666,\"minProperties\":1495024661,\"allOf\":[{\"ref\":\"hqkkkbjuc\",\"type\":\"String\",\"title\":\"uqbhpowcnxtpzdly\",\"items\":{},\"properties\":{\"toakatprytgrhz\":{},\"qfdpf\":{},\"wrp\":{}},\"additionalProperties\":\"datacshtkutzcttbqgdi\",\"required\":[\"mmtzjgc\"],\"maxProperties\":1534454423,\"minProperties\":1777744095,\"allOf\":[{},{}],\"discriminator\":\"jirmuydgfttm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataagfuoftnxod\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"ygmgsevm\",\"readOnly\":true,\"xml\":{\"name\":\"lrstgfczlj\",\"namespace\":\"cidt\",\"prefix\":\"amyyznmrgcdogcv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"szp\":\"datauwhttnzqsaqmeb\",\"z\":\"datausdekpd\"}},\"externalDocs\":{\"description\":\"gpgvokyejidbdq\",\"uri\":\"qunycwztlvvw\",\"extensions\":{\"trepw\":\"datarkky\",\"dofuckclb\":\"datawfkcauxuvavcpf\"}},\"example\":\"dataluevsolzwilfng\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ebuuxjx\",\"valuePath\":\"xfjwp\",\"parameters\":{\"xljbkhxsd\":\"datatpmbmxbmbrwgz\",\"xydgtokvqbvwg\":\"datalaumydmhweqjf\"}},\"dynamicSchemaNew\":{\"operationId\":\"zpvxak\",\"valuePath\":\"hpsesrf\",\"parameters\":{\"qiy\":{},\"vxcgdhyhgoqgs\":{},\"yqyxyjrcbqpbis\":{}}},\"dynamicListNew\":{\"operationId\":\"q\",\"builtInOperation\":\"xtdahneao\",\"itemsPath\":\"t\",\"itemValuePath\":\"ztivfwjl\",\"itemTitlePath\":\"zekfsrmauklajv\",\"parameters\":{\"czh\":{},\"pejovt\":{},\"wxn\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"aaoeehpm\",\"itemsPath\":\"nvjeateaxxc\",\"itemValuePath\":\"oxdjxldnaryy\",\"itemTitlePath\":\"zkdolrndwdbvxvza\",\"itemFullTitlePath\":\"doyqx\",\"itemIsParent\":\"nkfthmcxqqxmyz\",\"selectableFilter\":\"a\",\"parameters\":{\"pohrvm\":{}}},\"browse\":{\"operationId\":\"razadivznllaslks\",\"itemsPath\":\"jqjpv\",\"itemValuePath\":\"ihxjtgzgtai\",\"itemTitlePath\":\"b\",\"itemFullTitlePath\":\"roigbsfsgsaenwld\",\"itemIsParent\":\"hljqlxsp\",\"selectableFilter\":\"jc\",\"parameters\":{\"ldsxebuhsxrz\":{}}}}},\"yuafixlxic\":{\"ref\":\"uerbgpxebjl\",\"type\":\"Null\",\"title\":\"ytujra\",\"items\":{\"ref\":\"pryj\",\"type\":\"Boolean\",\"title\":\"sewouxlymsv\",\"items\":{\"ref\":\"ju\",\"type\":\"String\",\"title\":\"oseh\",\"items\":{},\"properties\":{\"mpctwjwdsdlzmk\":{},\"erxxxoteehkhowgo\":{}},\"additionalProperties\":\"datavhxowpcbapnpxra\",\"required\":[\"bmps\",\"fey\",\"qlocvvujexaygl\",\"rkgjnmzpaslavxjf\"],\"maxProperties\":10286473,\"minProperties\":875885958,\"allOf\":[{},{},{},{}],\"discriminator\":\"dzlvssqywj\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahydv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"llxgjscizwgsori\":{},\"bijeiydy\":{}},\"additionalProperties\":\"dataynhbokayrg\",\"required\":[\"ri\"],\"maxProperties\":1851708827,\"minProperties\":330917413,\"allOf\":[{}],\"discriminator\":\"norwaigsio\",\"readOnly\":false,\"xml\":{\"name\":\"vjanx\",\"namespace\":\"fffhtjnwos\",\"prefix\":\"fjxtvlxxzqfc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"mbjiqeg\":\"dataeezwyh\",\"pyvdkgdets\":\"dataxdbsohcw\",\"ensmuffiwjbct\":\"datawcanzbjekwuyckyv\",\"scsl\":\"databpzujqjtotdxp\"}},\"externalDocs\":{\"description\":\"usiecktybhjuxid\",\"uri\":\"xomi\",\"extensions\":{\"d\":\"dataxj\",\"qrslaate\":\"datagxwjwil\"}},\"example\":\"datawuj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gqwlxrhg\",\"valuePath\":\"hvtqqykbkk\",\"parameters\":{\"ofnqhlbs\":\"datazejogmkorvvmvm\",\"yalhtgm\":\"dataosnqliwkmzojfe\"}},\"dynamicSchemaNew\":{\"operationId\":\"zgbjbhrpgi\",\"valuePath\":\"ttcucrcm\",\"parameters\":{\"xp\":{},\"jiwifhbksldttoh\":{}}},\"dynamicListNew\":{\"operationId\":\"naihtgsiqikvllr\",\"builtInOperation\":\"p\",\"itemsPath\":\"lxkoi\",\"itemValuePath\":\"trawrqkza\",\"itemTitlePath\":\"unmpaklwzl\",\"parameters\":{\"prnejzltkaszf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"tag\":{\"ref\":\"xapgrcqebmvrdjom\",\"type\":\"Null\",\"title\":\"bvvdlsflxkqesd\",\"items\":{},\"properties\":{\"bgzancoinmphymcq\":{},\"dklt\":{}},\"additionalProperties\":\"datahqnufbxwei\",\"required\":[\"toj\",\"vfnybydh\",\"ihaouwudhua\",\"rhjkehw\"],\"maxProperties\":1750285749,\"minProperties\":1944663401,\"allOf\":[{},{},{}],\"discriminator\":\"c\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataobrugejcvj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataajdyoljeqyxqfmz\",\"required\":[\"zhravrcj\",\"jymgqbgcxhn\",\"xgzxlermkmer\",\"hskirhnp\"],\"maxProperties\":309779242,\"minProperties\":264142664,\"allOf\":[{\"ref\":\"kdljqnvtsdydshkp\",\"type\":\"Null\",\"title\":\"loowwzizznyufp\",\"items\":{},\"properties\":{\"ifgufyjfdkqiyv\":{}},\"additionalProperties\":\"datajokgwesymzqh\",\"required\":[\"fzlpe\"],\"maxProperties\":403924911,\"minProperties\":1283452327,\"allOf\":[{},{},{}],\"discriminator\":\"aujqbbgsimwejlwb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databdwbcp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dtnaczkf\",\"type\":\"Array\",\"title\":\"gawphns\",\"items\":{},\"properties\":{\"wgtqcume\":{},\"saaqgoq\":{},\"diuycsbskowkrbhz\":{},\"rb\":{}},\"additionalProperties\":\"datatmqowiuasfgqg\",\"required\":[\"hfaimqvdruozkg\",\"fpeoehgfmq\",\"sk\"],\"maxProperties\":1917313884,\"minProperties\":1256408702,\"allOf\":[{},{}],\"discriminator\":\"plhpevasynt\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datalbqrvvbqvknmpecq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"ubnsnstlpwq\",\"type\":\"Object\",\"title\":\"jkht\",\"items\":{},\"properties\":{\"yo\":{},\"weuiyx\":{}},\"additionalProperties\":\"datakzts\",\"required\":[\"b\",\"vy\"],\"maxProperties\":104163747,\"minProperties\":409887559,\"allOf\":[{},{},{},{}],\"discriminator\":\"ytkztadopgf\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"igqkzjuqwqa\",\"type\":\"Number\",\"title\":\"x\",\"items\":{},\"properties\":{\"yoipnfdb\":{},\"soscien\":{},\"zfvbennmfkbpj\":{}},\"additionalProperties\":\"datatekwwnthropm\",\"required\":[\"syiurzt\"],\"maxProperties\":1006598837,\"minProperties\":519801743,\"allOf\":[{},{},{},{}],\"discriminator\":\"cqkoqyouerg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxkpyehhfdyldh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"iyuq\",\"readOnly\":true,\"xml\":{\"name\":\"eunokakz\",\"namespace\":\"pjlwyxe\",\"prefix\":\"nmxrfomckewvmyi\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"gnuywezygva\":\"datatpdyzoutxfptof\"}},\"externalDocs\":{\"description\":\"aqwvkgjpytpmpvdn\",\"uri\":\"e\",\"extensions\":{\"axzs\":\"datafbortbnukk\"}},\"example\":\"dataxxyjisskobqoclfl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hxessmvrk\",\"valuePath\":\"sqeq\",\"parameters\":{\"ses\":\"dataxm\",\"ib\":\"datarujbjpppktlp\"}},\"dynamicSchemaNew\":{\"operationId\":\"hieatnejr\",\"valuePath\":\"inzqplgtkiho\",\"parameters\":{\"zsrzfffjilzfbpnt\":{},\"gkensckhbmcarmo\":{}}},\"dynamicListNew\":{\"operationId\":\"xkwyk\",\"builtInOperation\":\"dndx\",\"itemsPath\":\"kh\",\"itemValuePath\":\"gapvdgtfpeerscdx\",\"itemTitlePath\":\"rnjr\",\"parameters\":{\"mb\":{},\"acnrgfdtncmspsan\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"qmlfv\",\"itemsPath\":\"qcs\",\"itemValuePath\":\"qjmxpt\",\"itemTitlePath\":\"ipuugkwdrqmr\",\"itemFullTitlePath\":\"huuonjkkxukg\",\"itemIsParent\":\"hvvpx\",\"selectableFilter\":\"egcjojlleuid\",\"parameters\":{\"onvhgnhtmepl\":{},\"bpjbapm\":{},\"mmmkvavucgjiuaiq\":{},\"mnuf\":{}}},\"browse\":{\"operationId\":\"chxwwuzdmh\",\"itemsPath\":\"lvivj\",\"itemValuePath\":\"mlitqdsj\",\"itemTitlePath\":\"dvisco\",\"itemFullTitlePath\":\"xbriifefn\",\"itemIsParent\":\"lvrqo\",\"selectableFilter\":\"wsieeailwdq\",\"parameters\":{\"ydeo\":{},\"mfxlkdlgwgnamkuu\":{},\"i\":{}}}}},\"ka\":{\"ref\":\"pthdcfmf\",\"type\":\"Integer\",\"title\":\"sfodropalvng\",\"items\":{\"ref\":\"us\",\"type\":\"Integer\",\"title\":\"rn\",\"items\":{\"ref\":\"mdrcjlvkrkegtyc\",\"type\":\"Null\",\"title\":\"iyxlzmiydde\",\"items\":{},\"properties\":{\"vab\":{},\"hvsexduetbapf\":{},\"zewxtrlqbpxy\":{},\"zkjp\":{}},\"additionalProperties\":\"datagzxvbczw\",\"required\":[\"gbth\",\"sritjbuiggru\"],\"maxProperties\":678554008,\"minProperties\":1056020483,\"allOf\":[{},{},{},{}],\"discriminator\":\"jthoivsdwsngkr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavakmhzbhwahfbw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ynuqqkotauratnic\":{},\"pfzsclefyrl\":{},\"tndqlmf\":{},\"ggnbbuypwovvvsfl\":{}},\"additionalProperties\":\"datavnoqayrehju\",\"required\":[\"apxrlzhpzihacenq\",\"zlxnqzubf\"],\"maxProperties\":223461111,\"minProperties\":514850447,\"allOf\":[{}],\"discriminator\":\"fwmjcwtewfhxwy\",\"readOnly\":false,\"xml\":{\"name\":\"hzlrynjpchamkae\",\"namespace\":\"rajubowuywevt\",\"prefix\":\"ieikmwlaoklfnis\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"yuvtz\":\"datatredscnnstjc\",\"wtzqzcloyhy\":\"dataxzhclec\",\"wbyorjplbchych\":\"datapgidhzgyresgzsdt\",\"fbqvumkxqj\":\"datakvy\"}},\"externalDocs\":{\"description\":\"epmaxfnzlpqmp\",\"uri\":\"xef\",\"extensions\":{\"ooifqdywjflob\":\"datablmrtuxyprhfca\",\"ecorkfro\":\"dataahqmom\",\"zbjesylslur\":\"datagbmxldjmz\",\"gdz\":\"dataqfygpny\"}},\"example\":\"datasc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ouprs\",\"valuePath\":\"qzssl\",\"parameters\":{\"hgyqvpbfj\":\"datawfnivrxpfduio\",\"urbormvh\":\"dataoqzucfzluczdq\",\"jywzcqyg\":\"datazielbprnq\",\"ngqiw\":\"datamnwsvh\"}},\"dynamicSchemaNew\":{\"operationId\":\"tobdrrpnre\",\"valuePath\":\"unsbfjhhlw\",\"parameters\":{\"vegeattb\":{},\"kgtzqnwqsttewu\":{},\"cysje\":{},\"fjxflpditfno\":{}}},\"dynamicListNew\":{\"operationId\":\"yuxlvrhprrv\",\"builtInOperation\":\"onleqflvtl\",\"itemsPath\":\"bs\",\"itemValuePath\":\"huy\",\"itemTitlePath\":\"n\",\"parameters\":{\"tlnrj\":{},\"sz\":{},\"buziciqppoqvgp\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"arlcjiwgsxfaiocw\":{\"ref\":\"jnoxuoxtfnr\",\"type\":\"File\",\"title\":\"epgckn\",\"items\":{},\"properties\":{\"vsnvbtqdxfmj\":{},\"mjnhjlu\":{}},\"additionalProperties\":\"datalbsu\",\"required\":[\"dxckdl\"],\"maxProperties\":196786435,\"minProperties\":321625058,\"allOf\":[{},{}],\"discriminator\":\"bosjjfd\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafyaytvsly\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"jqyvzesipi\":{\"ref\":\"ujjgnfgrzxbarc\",\"type\":\"Boolean\",\"title\":\"fzqsymjwenjcytes\",\"items\":{},\"properties\":{\"r\":{},\"fodqhuauzmzi\":{},\"rtrfzh\":{},\"ezvhj\":{}},\"additionalProperties\":\"dataxdyyrud\",\"required\":[\"swtvd\",\"xbqssgfenffdxbvw\",\"qjchivd\",\"ija\"],\"maxProperties\":671307906,\"minProperties\":923220411,\"allOf\":[{},{},{},{}],\"discriminator\":\"rdlmzjotprrmu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazlxiwyopgarpfctw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"tc\":{\"ref\":\"njqyow\",\"type\":\"Array\",\"title\":\"ndazabu\",\"items\":{},\"properties\":{\"ewkaupwhl\":{}},\"additionalProperties\":\"datackremgjlmsvdorsi\",\"required\":[\"hyrkqakofajfr\"],\"maxProperties\":1832808046,\"minProperties\":4902859,\"allOf\":[{}],\"discriminator\":\"nwt\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataixbcejopylblfspr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datafx\",\"required\":[\"tzfslxizhqikmgo\",\"liqemcdiiisklbo\"],\"maxProperties\":301539102,\"minProperties\":445516048,\"allOf\":[{\"ref\":\"trkfkgenjqnnpjwk\",\"type\":\"String\",\"title\":\"xigfoujjc\",\"items\":{},\"properties\":{\"mrlhnzkwops\":{},\"nyinxuprrxyxw\":{},\"ezbfqployuek\":{},\"cpvuft\":{}},\"additionalProperties\":\"datavjmnsv\",\"required\":[\"jktvolef\",\"jisepkdbxotfbj\"],\"maxProperties\":1912292720,\"minProperties\":1575969053,\"allOf\":[{},{},{},{}],\"discriminator\":\"nnmxynlsuqbwzstr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datatrgjjkt\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mmculwkq\",\"type\":\"Integer\",\"title\":\"ook\",\"items\":{},\"properties\":{\"sgaojbtqpqsdoctp\":{},\"pujzfl\":{},\"cdsgxceluji\":{}},\"additionalProperties\":\"datalluunxh\",\"required\":[\"fxzf\",\"u\",\"eupcknecexkgrv\"],\"maxProperties\":1961478226,\"minProperties\":45308346,\"allOf\":[{}],\"discriminator\":\"sytqpdzfyxcnwawo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajqfbifop\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"az\",\"readOnly\":true,\"xml\":{\"name\":\"mbwotfcuu\",\"namespace\":\"tjigpgayiawohf\",\"prefix\":\"nnzm\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"aidzrpvsgloi\":\"dataen\",\"gpijpk\":\"datavslvivqsuvwten\",\"juf\":\"datacyoaqxukui\"}},\"externalDocs\":{\"description\":\"iooanduewfhv\",\"uri\":\"jhxzubfjzabbwzgv\",\"extensions\":{\"saigavkmvyxzer\":\"dataixcdckixs\"}},\"example\":\"datarkpzjbyetjxryop\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"whlbecgihzbpem\",\"valuePath\":\"rab\",\"parameters\":{\"ppskpeswyh\":\"datawwxywpjhspboxhi\",\"c\":\"datamifjuajxww\"}},\"dynamicSchemaNew\":{\"operationId\":\"eglyu\",\"valuePath\":\"cmlae\",\"parameters\":{\"bqufpnezsjzayml\":{},\"rorh\":{},\"ogzmsimehtcuuwdh\":{}}},\"dynamicListNew\":{\"operationId\":\"hyhnimxtns\",\"builtInOperation\":\"isnomwnwnghoj\",\"itemsPath\":\"keyymicjixxfs\",\"itemValuePath\":\"crtnuguefxxi\",\"itemTitlePath\":\"ebdvey\",\"parameters\":{\"krhlolmc\":{},\"wepf\":{},\"sv\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"petlrn\",\"itemsPath\":\"etawevx\",\"itemValuePath\":\"uek\",\"itemTitlePath\":\"l\",\"itemFullTitlePath\":\"vdovbrb\",\"itemIsParent\":\"rlprda\",\"selectableFilter\":\"cd\",\"parameters\":{\"nygdjccxwbpwyyk\":{},\"i\":{}}},\"browse\":{\"operationId\":\"lrzndas\",\"itemsPath\":\"id\",\"itemValuePath\":\"q\",\"itemTitlePath\":\"ytgkiql\",\"itemFullTitlePath\":\"hqtwv\",\"itemIsParent\":\"zekdzdzffzj\",\"selectableFilter\":\"tsmpchgg\",\"parameters\":{\"lgf\":{},\"atig\":{},\"gfrrkdknczgoryw\":{},\"vojtvmdevdlhqv\":{}}}}}},\"additionalProperties\":\"datapyhssrlvkpkpkoc\",\"required\":[\"cebxx\",\"pyicy\",\"sp\",\"slhwyy\"],\"maxProperties\":1655561193,\"minProperties\":1172142254,\"allOf\":[{\"ref\":\"mddhgajkrd\",\"type\":\"Array\",\"title\":\"pfcudvafnbf\",\"items\":{\"ref\":\"enqnxhgkordwzej\",\"type\":\"Integer\",\"title\":\"zvcmbpwd\",\"items\":{\"ref\":\"ayprldid\",\"type\":\"String\",\"title\":\"f\",\"items\":{},\"properties\":{\"ldzchubagwn\":{},\"zuvigvl\":{},\"hfrbzakpjt\":{},\"q\":{}},\"additionalProperties\":\"dataqpojpsucmximc\",\"required\":[\"ynqjgsat\"],\"maxProperties\":1741989520,\"minProperties\":383249084,\"allOf\":[{}],\"discriminator\":\"gcru\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datap\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jolpyoklkvuz\":{},\"advhmli\":{},\"oi\":{}},\"additionalProperties\":\"datawxxbht\",\"required\":[\"ioqemqwtqszzg\",\"ksikawanvmwdv\"],\"maxProperties\":1879054002,\"minProperties\":1332057721,\"allOf\":[{}],\"discriminator\":\"mpnbnfgyweoj\",\"readOnly\":true,\"xml\":{\"name\":\"mahiw\",\"namespace\":\"yawkch\",\"prefix\":\"pitskshfyftti\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"cj\":\"datajunfdgbg\"}},\"externalDocs\":{\"description\":\"blivw\",\"uri\":\"sudy\",\"extensions\":{\"xzduvxdmxexat\":\"databhdosmbngkql\",\"ddmiploisjkzso\":\"datadmnrsenxoirx\"}},\"example\":\"datanntwg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"psapzu\",\"valuePath\":\"wwytbdjzghx\",\"parameters\":{\"wntotcxmmqmt\":\"datagfmxpqkjnpyr\",\"onbexft\":\"datajkyjrexw\",\"qtlfoz\":\"datadaubheeggzgr\",\"cant\":\"dataumrtgjqg\"}},\"dynamicSchemaNew\":{\"operationId\":\"xz\",\"valuePath\":\"mkanbc\",\"parameters\":{\"ofmex\":{},\"te\":{},\"as\":{},\"manydscdkxwdpw\":{}}},\"dynamicListNew\":{\"operationId\":\"haahntofelfhpfi\",\"builtInOperation\":\"skkzdfivsujybsr\",\"itemsPath\":\"zmrgtxdhmfppinmg\",\"itemValuePath\":\"esmkwtzgf\",\"itemTitlePath\":\"gjhxerxl\",\"parameters\":{\"dbtqhvmmni\":{},\"qyho\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"jgclxaxwcffasps\":{\"ref\":\"gicnqwlctmwpblx\",\"type\":\"Array\",\"title\":\"gvxrktjcjigc\",\"items\":{},\"properties\":{\"anbqxa\":{},\"evchefp\":{},\"eedyybruholaem\":{}},\"additionalProperties\":\"datagimmrimaabsqqlo\",\"required\":[\"aowcahdkm\"],\"maxProperties\":2099578619,\"minProperties\":807845192,\"allOf\":[{}],\"discriminator\":\"jezbfsjwfczgl\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databsvbwyot\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"sfgnyscaccpt\":{\"ref\":\"k\",\"type\":\"Null\",\"title\":\"ghdoaqipmnxclf\",\"items\":{},\"properties\":{\"rnmuvwvpuofddtbf\":{}},\"additionalProperties\":\"datakjcnginxdvmaoyq\",\"required\":[\"gyxzmxynofxl\"],\"maxProperties\":1021167019,\"minProperties\":334314684,\"allOf\":[{},{},{},{}],\"discriminator\":\"nzujsji\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacjhmmofbnivdqtk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"yw\":{\"ref\":\"et\",\"type\":\"Array\",\"title\":\"xic\",\"items\":{},\"properties\":{\"jwyuveox\":{},\"pzzwahdrdvhaztk\":{},\"bivzfgxmbry\":{}},\"additionalProperties\":\"datawibios\",\"required\":[\"ykqfdqwdrtx\",\"fdaglmrcokzzert\"],\"maxProperties\":940206128,\"minProperties\":691539654,\"allOf\":[{},{},{}],\"discriminator\":\"whuby\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datak\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"zdxms\":{\"ref\":\"qowsdlkhczygpmg\",\"type\":\"Integer\",\"title\":\"lojhhyl\",\"items\":{},\"properties\":{\"fiyymotuzb\":{},\"bwjmtftcveln\":{}},\"additionalProperties\":\"dataupkqns\",\"required\":[\"qp\",\"bj\"],\"maxProperties\":616351558,\"minProperties\":1944183033,\"allOf\":[{},{},{},{}],\"discriminator\":\"fxrttxbms\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databqcamalec\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"databkdnnyufxuzms\",\"required\":[\"qrbrnxhjtlxf\",\"kjkxaravww\"],\"maxProperties\":1942434444,\"minProperties\":47403047,\"allOf\":[{\"ref\":\"htrxbozp\",\"type\":\"File\",\"title\":\"wjzb\",\"items\":{},\"properties\":{\"rnwv\":{},\"svoqiza\":{},\"wsdsorg\":{}},\"additionalProperties\":\"datajxsawooau\",\"required\":[\"xfqk\",\"wzrdqyoybm\"],\"maxProperties\":863208191,\"minProperties\":1579732142,\"allOf\":[{},{}],\"discriminator\":\"zdaiovrb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakvyyz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"yp\",\"type\":\"Boolean\",\"title\":\"velffohuriw\",\"items\":{},\"properties\":{\"rwpsshrmnkcclp\":{}},\"additionalProperties\":\"datauogkscxjfsgm\",\"required\":[\"oebnxsqcowscuyfq\",\"amfbqh\",\"u\"],\"maxProperties\":1334550565,\"minProperties\":672815842,\"allOf\":[{}],\"discriminator\":\"xqpwnikxkcajgrbr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataocqsazm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hxxrqicf\",\"type\":\"Array\",\"title\":\"jd\",\"items\":{},\"properties\":{\"pyeyoafinmp\":{},\"qup\":{},\"kjr\":{},\"fwkyluobdxw\":{}},\"additionalProperties\":\"datadcclcvqsr\",\"required\":[\"ylcvwbzmfx\"],\"maxProperties\":1430968690,\"minProperties\":1861991428,\"allOf\":[{},{},{},{}],\"discriminator\":\"piywqnp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagcnyxbyxmkhm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"lfstyygjqpulm\",\"type\":\"String\",\"title\":\"hmqmiwxzf\",\"items\":{},\"properties\":{\"cqfgu\":{},\"jnbxwbmwdukin\":{},\"lxhgdekekzou\":{},\"vewwpzrdwcgldo\":{}},\"additionalProperties\":\"datacandxfhhh\",\"required\":[\"tdqtdnnckkplj\"],\"maxProperties\":2116382645,\"minProperties\":1065048575,\"allOf\":[{}],\"discriminator\":\"xccyijjimhijzr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsduydw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"ldrdymnswx\",\"readOnly\":true,\"xml\":{\"name\":\"qnghxnimvyujr\",\"namespace\":\"unnqgypuqtnylqu\",\"prefix\":\"qmvyumgmmuebsnzn\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"qcazisvbrq\":\"datajxcyos\",\"gh\":\"datacyjpgawepkwonrz\"}},\"externalDocs\":{\"description\":\"tbgblxbuibrvjzta\",\"uri\":\"vs\",\"extensions\":{\"mfjew\":\"dataihvfjcqrttjfuq\",\"dostwygufmwe\":\"dataeqba\",\"kwdtlcj\":\"datavxgwz\",\"cqzvzrbvgwxhlxr\":\"datap\"}},\"example\":\"datav\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"n\",\"valuePath\":\"ovazoymdvhhpl\",\"parameters\":{\"atveqm\":\"datawd\"}},\"dynamicSchemaNew\":{\"operationId\":\"swzeyxry\",\"valuePath\":\"r\",\"parameters\":{\"w\":{}}},\"dynamicListNew\":{\"operationId\":\"lvs\",\"builtInOperation\":\"asgtl\",\"itemsPath\":\"qpoilos\",\"itemValuePath\":\"emcezevftm\",\"itemTitlePath\":\"l\",\"parameters\":{\"jy\":{},\"hztmsm\":{},\"wtpcflcezswwvw\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"pfhru\",\"itemsPath\":\"syqcjnqswxdowum\",\"itemValuePath\":\"ukrcdiohcl\",\"itemTitlePath\":\"dnhfknebwedd\",\"itemFullTitlePath\":\"yzcwy\",\"itemIsParent\":\"mkaqldqabnwvpaq\",\"selectableFilter\":\"xf\",\"parameters\":{\"gcfddofxnfb\":{},\"jyyrqaedw\":{},\"vocytjgoeayokrw\":{}}},\"browse\":{\"operationId\":\"hwpadhedbfob\",\"itemsPath\":\"zvothmkh\",\"itemValuePath\":\"ozvbwfc\",\"itemTitlePath\":\"hbpoelhscmyhrhj\",\"itemFullTitlePath\":\"zfq\",\"itemIsParent\":\"kndwp\",\"selectableFilter\":\"qwojoev\",\"parameters\":{\"fytdxmly\":{},\"zlyvapbkrbuog\":{},\"tdlt\":{}}}}},{\"ref\":\"u\",\"type\":\"Number\",\"title\":\"ijvaylze\",\"items\":{\"ref\":\"psftqkrvmhvbvvc\",\"type\":\"String\",\"title\":\"suspnhmzy\",\"items\":{\"ref\":\"etevrntfknwacy\",\"type\":\"Integer\",\"title\":\"tctkhfhfs\",\"items\":{},\"properties\":{\"sxrmhn\":{},\"izhvp\":{},\"hqqwcubl\":{}},\"additionalProperties\":\"datahk\",\"required\":[\"bzgottaksadzighm\",\"tbtdvu\"],\"maxProperties\":1986880154,\"minProperties\":1925598031,\"allOf\":[{},{},{},{}],\"discriminator\":\"eurdeewlsuxp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajyjiznior\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mcreihu\":{},\"trnighm\":{}},\"additionalProperties\":\"datauwqxungrobgw\",\"required\":[\"xjwdylwxmvzjow\",\"ugeerclbltbhpwac\"],\"maxProperties\":482126604,\"minProperties\":2056200345,\"allOf\":[{},{},{}],\"discriminator\":\"vwryvd\",\"readOnly\":true,\"xml\":{\"name\":\"kgpruccwmecbtxsy\",\"namespace\":\"texegw\",\"prefix\":\"qjywi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"kajwj\":\"datancindilo\",\"anhz\":\"datariarsbcl\",\"zkz\":\"dataknjxizbaxdy\",\"jmlxppdnd\":\"dataxfexwacy\"}},\"externalDocs\":{\"description\":\"evuiiuiibfkcjytq\",\"uri\":\"izeq\",\"extensions\":{\"oazyf\":\"datapvnopmotdsfhoxql\",\"bqk\":\"datakmvldzmxojzsvmai\",\"geecbpergwlckih\":\"datahyejt\"}},\"example\":\"datamyqsokk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"jwdizcrjixiujz\",\"valuePath\":\"sexgkrswksykkbxk\",\"parameters\":{\"lmnwzoknvuqddlgg\":\"datab\"}},\"dynamicSchemaNew\":{\"operationId\":\"olgzubakdlkv\",\"valuePath\":\"cmfnsffet\",\"parameters\":{\"ixwewzlscgsmep\":{}}},\"dynamicListNew\":{\"operationId\":\"xgvohdbthhxmoe\",\"builtInOperation\":\"udeepf\",\"itemsPath\":\"annvwx\",\"itemValuePath\":\"p\",\"itemTitlePath\":\"ubohxvzg\",\"parameters\":{\"vrhhogalgx\":{},\"wfmzvztau\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"wkyeahhhutpu\":{\"ref\":\"cssanybzzghv\",\"type\":\"Number\",\"title\":\"myjsvcdhly\",\"items\":{},\"properties\":{\"okj\":{},\"nzxezriwgo\":{}},\"additionalProperties\":\"dataapcqksaaapxjh\",\"required\":[\"ibenwsdfpvda\",\"hl\"],\"maxProperties\":1021845458,\"minProperties\":1456105852,\"allOf\":[{},{},{}],\"discriminator\":\"vzp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataaqgomlbmfggeok\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datarfcqufmcihp\",\"required\":[\"wrerj\",\"xptch\"],\"maxProperties\":1641123661,\"minProperties\":763179593,\"allOf\":[{\"ref\":\"imlgbbfjmdg\",\"type\":\"Array\",\"title\":\"hmpmhef\",\"items\":{},\"properties\":{\"hqeofytls\":{},\"lowmcm\":{}},\"additionalProperties\":\"dataixuanccqvjfdgfq\",\"required\":[\"u\",\"pjhcfaaradciovmu\",\"zgugrblw\"],\"maxProperties\":415368250,\"minProperties\":1323145696,\"allOf\":[{},{},{}],\"discriminator\":\"ebaotbptgcsma\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafmd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wzmnobfewwpsibxo\",\"type\":\"File\",\"title\":\"qjrkbln\",\"items\":{},\"properties\":{\"wgycvtqnzjc\":{},\"qqzhem\":{},\"tbwn\":{},\"lbadp\":{}},\"additionalProperties\":\"datajdleajvmvvlooubs\",\"required\":[\"pjeopskgoc\",\"omlupfaz\"],\"maxProperties\":1559583465,\"minProperties\":95619921,\"allOf\":[{},{},{},{}],\"discriminator\":\"lgdwzrgdqyx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datacavqcwyzoqzkmqcw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"epbntqq\",\"type\":\"Integer\",\"title\":\"gsqxilefej\",\"items\":{},\"properties\":{\"znequq\":{},\"nttwk\":{},\"hajksbsyogjmqjhg\":{}},\"additionalProperties\":\"datadijnmcvjbs\",\"required\":[\"riqxzixtdlx\",\"mvcdkucpxpyaf\",\"wrgorogeuvmkrs\",\"nr\"],\"maxProperties\":767552806,\"minProperties\":1941440472,\"allOf\":[{}],\"discriminator\":\"frsnqpljp\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataikelpmwgr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"osgjzscuez\",\"readOnly\":true,\"xml\":{\"name\":\"fwgq\",\"namespace\":\"ewcffrxgg\",\"prefix\":\"khzpr\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"psjnpck\":\"dataerrusyzaiv\",\"lvvmnbkxja\":\"datalujyduonbdawsao\"}},\"externalDocs\":{\"description\":\"bdddw\",\"uri\":\"qxa\",\"extensions\":{\"yqjvzvc\":\"dataqk\",\"vzflbrous\":\"datardspzesfkqqxu\",\"dwuko\":\"dataxa\",\"ubcmun\":\"datagoojjfuk\"}},\"example\":\"databtzvxxv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fkrfnkcni\",\"valuePath\":\"swxmfurqm\",\"parameters\":{\"qsvnkxm\":\"datawpntumotah\"}},\"dynamicSchemaNew\":{\"operationId\":\"u\",\"valuePath\":\"drlhxgc\",\"parameters\":{\"rhkv\":{},\"zzmiemqyft\":{},\"pqoswgfqv\":{}}},\"dynamicListNew\":{\"operationId\":\"hpak\",\"builtInOperation\":\"yhls\",\"itemsPath\":\"nfbmeqagkncjm\",\"itemValuePath\":\"nyevztnjawrhule\",\"itemTitlePath\":\"qmbwppxi\",\"parameters\":{\"kitzm\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"l\",\"itemsPath\":\"lxsgcemegdz\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"u\",\"itemFullTitlePath\":\"f\",\"itemIsParent\":\"zufldifnivlutg\",\"selectableFilter\":\"aacxauhvc\",\"parameters\":{\"hklsqx\":{},\"oiyygkts\":{}}},\"browse\":{\"operationId\":\"xxoxwfzbkv\",\"itemsPath\":\"nxfx\",\"itemValuePath\":\"sowbeb\",\"itemTitlePath\":\"bw\",\"itemFullTitlePath\":\"lvuwmsumust\",\"itemIsParent\":\"tgrafja\",\"selectableFilter\":\"kyxmmj\",\"parameters\":{\"ogtder\":{}}}}}],\"discriminator\":\"nnmkvae\",\"readOnly\":true,\"xml\":{\"name\":\"xhhlbmyphf\",\"namespace\":\"rpdhewokyqs\",\"prefix\":\"xfsyw\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"zdmvdd\":\"datadjfyxbvkv\",\"wnjdvvlrh\":\"datawcrugyozzz\",\"kkvxu\":\"datac\",\"ozf\":\"datadqzbvbpsuvqhx\"}},\"externalDocs\":{\"description\":\"wbkurklpiigf\",\"uri\":\"keutuipjclzjwaq\",\"extensions\":{\"zzevtzqwczochwb\":\"dataydewuwxyll\",\"uynf\":\"datak\",\"lhr\":\"datakyvnhiysdhork\"}},\"example\":\"datakiwlwkfflaqwmwq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"tea\",\"valuePath\":\"egefzjx\",\"parameters\":{\"bth\":\"dataqbgys\",\"dqtcbjdbtqyhkx\":\"datavxw\"}},\"dynamicSchemaNew\":{\"operationId\":\"aujqgbbjv\",\"valuePath\":\"oawh\",\"parameters\":{\"pvsffavdhpiwrm\":{\"operationId\":\"bc\",\"valuePath\":\"oygsabdgdheronsd\",\"parameters\":{\"kzvzuatqhgzuyxtr\":{},\"fdbqskgqjbvitp\":{}}},\"l\":{\"operationId\":\"k\",\"valuePath\":\"wbyfdwfbw\",\"parameters\":{\"dqtmggcpdrmeg\":{},\"jrzctwymz\":{},\"kwqkkgeseiph\":{}}},\"j\":{\"operationId\":\"pqscoobkjlcax\",\"valuePath\":\"comjiqiincev\",\"parameters\":{\"devpximziizmeq\":{},\"duvtvod\":{},\"xxpqhmlqibtblmcv\":{}}}}},\"dynamicListNew\":{\"operationId\":\"otdofqv\",\"builtInOperation\":\"qsdqkpsbqs\",\"itemsPath\":\"m\",\"itemValuePath\":\"aftazgcxsvqlcq\",\"itemTitlePath\":\"ylamxow\",\"parameters\":{\"eetxtpwcv\":{\"operationId\":\"oyutehlk\",\"valuePath\":\"vtipquksxiknsg\",\"parameters\":{\"nswhpcek\":{},\"gvm\":{},\"nnbbxngdfkke\":{}}},\"if\":{\"operationId\":\"fwsunjzijaciwmm\",\"valuePath\":\"tqdonbzzs\",\"parameters\":{\"yviiws\":{},\"anzhwsy\":{}}},\"locfmvsw\":{\"operationId\":\"qqhbtfloilmkfbe\",\"valuePath\":\"ipjpn\",\"parameters\":{\"vuoikdlp\":{},\"xntugfwim\":{},\"nry\":{}}},\"dyblpe\":{\"operationId\":\"jeleifqhdxt\",\"valuePath\":\"ulkrybpaev\",\"parameters\":{\"yjecrqkwakkch\":{},\"foulborcxuibsdq\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"oqhbjqlqfbler\",\"itemsPath\":\"ollcshjucihby\",\"itemValuePath\":\"jvtpnerxvjeaz\",\"itemTitlePath\":\"helhbimyi\",\"itemFullTitlePath\":\"qamcthtpqgfz\",\"itemIsParent\":\"sizkdiuvflg\",\"selectableFilter\":\"cwjgwa\",\"parameters\":{\"njdtujqzvhnj\":{\"selectedItemValuePath\":\"ofgrutvnp\",\"value\":\"dataxzivxp\",\"parameterReference\":\"zghhh\",\"required\":false},\"yopoa\":{\"selectedItemValuePath\":\"mxnhtm\",\"value\":\"datatqlfxolrwvtl\",\"parameterReference\":\"yfjswequf\",\"required\":true},\"ewjskreeedddrftf\":{\"selectedItemValuePath\":\"wwgw\",\"value\":\"datab\",\"parameterReference\":\"bvufrkwjiemimdtn\",\"required\":false},\"g\":{\"selectedItemValuePath\":\"ulpclhsiige\",\"value\":\"datawbrnqyxfedqnetdq\",\"parameterReference\":\"nxoqgv\",\"required\":false}}},\"browse\":{\"operationId\":\"meyobqajejirvavr\",\"itemsPath\":\"gpogpl\",\"itemValuePath\":\"uvlnhxnrnjhinaeg\",\"itemTitlePath\":\"bx\",\"itemFullTitlePath\":\"pqm\",\"itemIsParent\":\"oplukfy\",\"selectableFilter\":\"fhsovadkrmjxmwq\",\"parameters\":{\"zjn\":{\"selectedItemValuePath\":\"sjqb\",\"value\":\"dataqmxv\",\"parameterReference\":\"riwbwggij\",\"required\":true}}}}},\"responsesDefinition\":{\"idzfpsfy\":{\"ref\":\"kwsbzrhdugquh\",\"type\":\"Object\",\"title\":\"frunj\",\"items\":{\"ref\":\"jhiycbauseqnczk\",\"type\":\"Object\",\"title\":\"tuwyjsqwzszos\",\"items\":{\"ref\":\"zunkfnyskwwun\",\"type\":\"Integer\",\"title\":\"avoj\",\"items\":{\"ref\":\"hipcukvbljpx\",\"type\":\"File\",\"title\":\"chyluqa\",\"items\":{},\"properties\":{\"fjjfxtizt\":{},\"dst\":{}},\"additionalProperties\":\"datahhsaa\",\"required\":[\"ritrcwb\",\"aesyyefm\"],\"maxProperties\":1462309233,\"minProperties\":845706297,\"allOf\":[{}],\"discriminator\":\"qb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datarmtistyikjhor\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nycntr\":{},\"xxwtdmbqjtsuh\":{},\"htoxtdyqav\":{},\"x\":{}},\"additionalProperties\":\"datamzxsyaksinpaa\",\"required\":[\"wb\",\"hvwt\",\"pbgchcgsfzhb\"],\"maxProperties\":642175945,\"minProperties\":1815540528,\"allOf\":[{},{}],\"discriminator\":\"sdjpgxe\",\"readOnly\":true,\"xml\":{\"name\":\"cfferznzc\",\"namespace\":\"voveomkhfeqcoop\",\"prefix\":\"pohimgck\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"mxooqohgpncdm\":\"dataznbznxsuloutnp\"}},\"externalDocs\":{\"description\":\"upf\",\"uri\":\"ldqdzauiunyevdyz\",\"extensions\":{\"kcgsfcmvh\":\"datatcikswhcamwuynf\",\"atvyrkljqkqws\":\"datadrp\",\"bypnkteiidlbov\":\"datajtvjkowggxawwd\",\"cnerekyjul\":\"databclprgeganihk\"}},\"example\":\"datawwnqhqlqgpw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"bav\",\"valuePath\":\"vxwve\",\"parameters\":{\"csmwevguy\":\"datalr\",\"rj\":\"datalnxe\",\"owwe\":\"datafzcde\",\"sfqbirtybcelfjn\":\"datahyfkdilbwqlqa\"}},\"dynamicSchemaNew\":{\"operationId\":\"njyhzfa\",\"valuePath\":\"kdv\",\"parameters\":{\"umo\":{},\"pegqxsorch\":{},\"zrqoxzyhlbeqvh\":{},\"kbmpw\":{}}},\"dynamicListNew\":{\"operationId\":\"ajggfzgaefhawkmi\",\"builtInOperation\":\"y\",\"itemsPath\":\"iurni\",\"itemValuePath\":\"pdyttqmiu\",\"itemTitlePath\":\"plosebmhhtuqm\",\"parameters\":{\"noflqobfix\":{},\"gxebihexhnk\":{},\"ng\":{},\"qcdol\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"l\":{\"ref\":\"bsmnda\",\"type\":\"Object\",\"title\":\"uyje\",\"items\":{},\"properties\":{\"hpplz\":{},\"cfzxjziu\":{},\"crln\":{},\"wnuwkkfzzetl\":{}},\"additionalProperties\":\"datadyxzlvwywjvr\",\"required\":[\"pwwlzpddar\",\"bcdwhslx\",\"bajadknm\"],\"maxProperties\":514734154,\"minProperties\":329006427,\"allOf\":[{},{},{}],\"discriminator\":\"kampyhwpbldz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataycmwhuzymh\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"cprfcsjvjnko\":{\"ref\":\"mnbzkopai\",\"type\":\"Number\",\"title\":\"pudkhqux\",\"items\":{},\"properties\":{\"fpgvedrobujnjgyb\":{},\"xmqxigidullnjgc\":{},\"skgrhnyt\":{},\"lgsazuqzn\":{}},\"additionalProperties\":\"dataxhkyqzjsdkpv\",\"required\":[\"zwpf\",\"xsfybntmveho\",\"flyuvbgtz\"],\"maxProperties\":2117980175,\"minProperties\":1372020177,\"allOf\":[{},{},{},{}],\"discriminator\":\"ybnai\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavbzeogeat\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mjsqsvzvm\":{\"ref\":\"nzs\",\"type\":\"Object\",\"title\":\"aaugic\",\"items\":{},\"properties\":{\"mvwrmjxyvuodnx\":{},\"zbassqfyy\":{},\"wppeygk\":{},\"zbloasybxhqvovd\":{}},\"additionalProperties\":\"datah\",\"required\":[\"vsqjs\",\"vjnq\"],\"maxProperties\":2050252101,\"minProperties\":1061158396,\"allOf\":[{},{},{},{}],\"discriminator\":\"kceincnrec\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsfgdr\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"hcdvfoizorb\":{\"ref\":\"cwghndaevhgsulw\",\"type\":\"Integer\",\"title\":\"ufigvfjjuzki\",\"items\":{},\"properties\":{\"wuhyzekypy\":{},\"vljlbzdlby\":{}},\"additionalProperties\":\"dataaxhpz\",\"required\":[\"v\"],\"maxProperties\":623951562,\"minProperties\":895306390,\"allOf\":[{},{}],\"discriminator\":\"gesfhshagpahn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayvynpmggqgage\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataejzs\",\"required\":[\"gkqwvde\",\"p\"],\"maxProperties\":496430638,\"minProperties\":306469986,\"allOf\":[{\"ref\":\"fr\",\"type\":\"String\",\"title\":\"ubpebrm\",\"items\":{},\"properties\":{\"p\":{},\"htbttpkimskhnkkh\":{},\"ykrsm\":{}},\"additionalProperties\":\"datacmelycpgokut\",\"required\":[\"ybnzbnvmsh\",\"uzzlapyixlvzcgul\",\"ebxiauqsuptessj\",\"wjt\"],\"maxProperties\":305530667,\"minProperties\":148575354,\"allOf\":[{},{},{}],\"discriminator\":\"xgxqayga\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawpvlcjbvyezjwjkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"yozvrcwfpucw\",\"readOnly\":false,\"xml\":{\"name\":\"efgzjvbx\",\"namespace\":\"bg\",\"prefix\":\"rx\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"fex\":\"datavkdlhuduklbjoafm\",\"ancsqoac\":\"datalvoepknarse\",\"gsapleqfgkxen\":\"datauq\"}},\"externalDocs\":{\"description\":\"glvyakeszsuuvul\",\"uri\":\"cwgg\",\"extensions\":{\"phirl\":\"datavlqgfbrvecicao\",\"pkwzzzkueruwcj\":\"databipiunn\",\"ox\":\"datamipvwkaujttwy\"}},\"example\":\"datawofxxdplrel\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hcbtuxlbpxrhrfj\",\"valuePath\":\"razwefiktlhqasht\",\"parameters\":{\"secigzzdwj\":\"datajixy\",\"mcsaugbr\":\"dataacfvvtdpcbpzf\",\"te\":\"datafiwltkfysu\",\"whcv\":\"datahkl\"}},\"dynamicSchemaNew\":{\"operationId\":\"yhgqokjbmsr\",\"valuePath\":\"xyxxhwr\",\"parameters\":{\"maqsyilpz\":{},\"brwnrzozs\":{},\"agysokl\":{}}},\"dynamicListNew\":{\"operationId\":\"s\",\"builtInOperation\":\"vrrbnhy\",\"itemsPath\":\"bhujcydyl\",\"itemValuePath\":\"xvpstizsyqagqll\",\"itemTitlePath\":\"r\",\"parameters\":{\"dylkyhtr\":{},\"qwfyybptmjjr\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"avsavgthkslgeuuf\",\"itemsPath\":\"zb\",\"itemValuePath\":\"xjblajy\",\"itemTitlePath\":\"nbycs\",\"itemFullTitlePath\":\"oisaz\",\"itemIsParent\":\"mofsvp\",\"selectableFilter\":\"gnywxu\",\"parameters\":{\"fj\":{}}},\"browse\":{\"operationId\":\"wtmszcfyzq\",\"itemsPath\":\"qregfurdpagknx\",\"itemValuePath\":\"ovrgih\",\"itemTitlePath\":\"zffewvqkyc\",\"itemFullTitlePath\":\"geipqxxs\",\"itemIsParent\":\"afwtydsmmab\",\"selectableFilter\":\"clejqzhpv\",\"parameters\":{\"badjze\":{},\"llgfy\":{},\"gtqscjpvqerq\":{}}}}},\"properties\":{\"zlbbbajdexquaw\":{\"ref\":\"wdzpzl\",\"type\":\"Boolean\",\"title\":\"x\",\"items\":{\"ref\":\"wwvmbjec\",\"type\":\"Object\",\"title\":\"ghnkfrwxohlydsn\",\"items\":{},\"properties\":{\"hiypbfhmihi\":{},\"tqozewbrsrjzgkbr\":{},\"uxboufqnnqbjxgj\":{}},\"additionalProperties\":\"datarerukbuudrizw\",\"required\":[\"jxlaaced\"],\"maxProperties\":487487985,\"minProperties\":15233592,\"allOf\":[{}],\"discriminator\":\"bzbevgbnrom\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwtmzyj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"n\":{}},\"additionalProperties\":\"datagwiij\",\"required\":[\"iywhxpsb\",\"pialezay\",\"puz\",\"degefxlieggoto\"],\"maxProperties\":1802423608,\"minProperties\":1258550316,\"allOf\":[{}],\"discriminator\":\"hz\",\"readOnly\":false,\"xml\":{\"name\":\"ckn\",\"namespace\":\"kcu\",\"prefix\":\"hdgwuzrono\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"d\":\"datanwysodcikgxkkzzf\"}},\"externalDocs\":{\"description\":\"ebawnxzsjwyfixir\",\"uri\":\"j\",\"extensions\":{\"nf\":\"datawulpjkakrxif\"}},\"example\":\"datarxsqtz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"alewgux\",\"valuePath\":\"m\",\"parameters\":{\"gfgbmcvmhidyliu\":\"databvskcitlynkwfsaa\",\"nacgdnx\":\"datajk\"}},\"dynamicSchemaNew\":{\"operationId\":\"nmzr\",\"valuePath\":\"aojpzngdrzi\",\"parameters\":{\"wsadsqyu\":{},\"dkhwqdmohhe\":{},\"yuunx\":{}}},\"dynamicListNew\":{\"operationId\":\"vyigdeipnf\",\"builtInOperation\":\"ejwli\",\"itemsPath\":\"cndjzwhajo\",\"itemValuePath\":\"pqokhdyncra\",\"itemTitlePath\":\"sewbempfapmqnm\",\"parameters\":{\"ksy\":{},\"ihiclmsln\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"mra\":{\"ref\":\"izbf\",\"type\":\"Null\",\"title\":\"izwhpn\",\"items\":{\"ref\":\"jvvyxtvvxnakzix\",\"type\":\"Number\",\"title\":\"bfmlngfwhrmvlakn\",\"items\":{},\"properties\":{\"xnrz\":{}},\"additionalProperties\":\"datax\",\"required\":[\"hsmfndcbsyhludzj\"],\"maxProperties\":888449244,\"minProperties\":935785230,\"allOf\":[{},{}],\"discriminator\":\"prjfdvtdurmdta\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataffhvqii\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"kuyikmxh\":{}},\"additionalProperties\":\"datasxjbjkewrigl\",\"required\":[\"refeclflxcjf\",\"zwncvdefxonz\",\"pcjptnnt\"],\"maxProperties\":749689263,\"minProperties\":607004003,\"allOf\":[{},{},{}],\"discriminator\":\"vn\",\"readOnly\":true,\"xml\":{\"name\":\"pgsjbioagwviqehm\",\"namespace\":\"vaolidxdfsfvkjc\",\"prefix\":\"brsvxphtjnhp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"dtdtft\":\"datayzhimm\",\"rgyzcslazp\":\"dataizuzjd\",\"teagbgac\":\"datakqoyimxpggk\",\"lpbybkisb\":\"dataqpjuytvude\"}},\"externalDocs\":{\"description\":\"mxg\",\"uri\":\"wdjraurfshznurtt\",\"extensions\":{\"becxsto\":\"dataaaxxdcdjmdkqtxfr\",\"ehxuihwes\":\"dataa\"}},\"example\":\"datajaqgblkkn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"evspsaney\",\"valuePath\":\"erpiobnhrfbrj\",\"parameters\":{\"raq\":\"datawqd\",\"pqcaigazwfwlrfd\":\"datail\"}},\"dynamicSchemaNew\":{\"operationId\":\"zseodtqfdrslzymq\",\"valuePath\":\"erwycuhytjwgetfi\",\"parameters\":{\"eqjxzizebjrahg\":{}}},\"dynamicListNew\":{\"operationId\":\"ubwggxzsshxliqm\",\"builtInOperation\":\"kwhfmdoiiyobqzwj\",\"itemsPath\":\"wrsofxcacrm\",\"itemValuePath\":\"fmrsuydldpr\",\"itemTitlePath\":\"sxfkzrztirjvqxvw\",\"parameters\":{\"cxoerjwbuocqfl\":{},\"nlrlqxbctatezy\":{},\"zdbcqqnlsjxcsc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datajido\",\"required\":[\"ltcvmahpuwkupbbn\",\"i\",\"lh\",\"zhrcqdfwbif\"],\"maxProperties\":558509018,\"minProperties\":1653699527,\"allOf\":[{\"ref\":\"simtfcqmmy\",\"type\":\"File\",\"title\":\"elpfijtezgxmpes\",\"items\":{\"ref\":\"adlerzinfuivczkt\",\"type\":\"Array\",\"title\":\"wtdapsmirmnrijef\",\"items\":{},\"properties\":{\"xcevdspth\":{},\"ffmwt\":{},\"lgmkokqoi\":{}},\"additionalProperties\":\"dataiefwlnm\",\"required\":[\"fcnuestbsli\",\"jdnccote\",\"ikjiytehhxt\",\"xqdwbymuq\"],\"maxProperties\":407766062,\"minProperties\":1714948406,\"allOf\":[{},{}],\"discriminator\":\"rctysecpekhxdb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavimmwc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rtsvxupqtzckjbcb\":{},\"gnr\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"jxncqzahgtvbgdob\",\"morzolxosg\",\"htrxueqbmxqfgv\"],\"maxProperties\":721038450,\"minProperties\":1339830760,\"allOf\":[{},{},{}],\"discriminator\":\"esgcsqos\",\"readOnly\":false,\"xml\":{\"name\":\"goufpizpbmfx\",\"namespace\":\"pfyvslazipplxgt\",\"prefix\":\"mjtycildrznlaxoz\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"yjnqzbrqcakmfckv\":\"dataugfzizyxd\",\"oitwhmucjiuh\":\"datayjucamnsb\"}},\"externalDocs\":{\"description\":\"vehyklel\",\"uri\":\"dvpqfbxgy\",\"extensions\":{\"ef\":\"datausdmtxq\"}},\"example\":\"dataheywvfopkyllrey\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"dmsfwtwrs\",\"valuePath\":\"vcneqswxhqhgk\",\"parameters\":{\"ncpmyh\":\"datazvulqevv\",\"fbcyjrtalqeebud\":\"dataxgdmvghcmixmlwkf\",\"sgoihlqwbyw\":\"datayimooaezkto\",\"bfb\":\"dataazbaeeekfztvn\"}},\"dynamicSchemaNew\":{\"operationId\":\"wnoljdkx\",\"valuePath\":\"ewy\",\"parameters\":{\"clz\":{},\"krdp\":{},\"yytbpkrpkhq\":{}}},\"dynamicListNew\":{\"operationId\":\"oenefnoafpcnr\",\"builtInOperation\":\"yrxowv\",\"itemsPath\":\"fcmuajwblxphto\",\"itemValuePath\":\"rf\",\"itemTitlePath\":\"tnnsvrfajy\",\"parameters\":{\"tib\":{},\"fgzqzhl\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"ehbgcgyohrcmeqlj\",\"type\":\"File\",\"title\":\"hycxon\",\"items\":{\"ref\":\"dxagmdfjwcngkwx\",\"type\":\"String\",\"title\":\"uvohufzdtsrp\",\"items\":{},\"properties\":{\"zacrzhnsbylgmgbh\":{},\"qczouanbfulvcxgl\":{},\"oqwb\":{}},\"additionalProperties\":\"datailqbzbwbgwzhb\",\"required\":[\"jeyodpiovnlhrwya\"],\"maxProperties\":2115060507,\"minProperties\":1995324529,\"allOf\":[{},{},{},{}],\"discriminator\":\"xsvdeatjiobnirg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanwtgntimznup\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"dsqvhedaakghc\":{},\"zmmmjyvdhdgdi\":{}},\"additionalProperties\":\"datalgstmfetq\",\"required\":[\"jmolzcaqfkakh\",\"krvtyycvy\"],\"maxProperties\":1243974359,\"minProperties\":1163777509,\"allOf\":[{},{}],\"discriminator\":\"fu\",\"readOnly\":true,\"xml\":{\"name\":\"xkczbdypbbimhjb\",\"namespace\":\"voortcl\",\"prefix\":\"bjcyuzly\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"afnwqh\":\"dataylkvck\",\"lmgjzrycwpbgum\":\"datawvcnviulb\",\"smg\":\"datahmxpucknsastl\",\"vjmxokxxamq\":\"datamicttrvl\"}},\"externalDocs\":{\"description\":\"rzvlcivqxdemkl\",\"uri\":\"xwwwlojkbgnf\",\"extensions\":{\"haevlah\":\"datajvfsu\"}},\"example\":\"datazywywuah\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"wcnnaax\",\"valuePath\":\"fdajrfgim\",\"parameters\":{\"ussuq\":\"datagewdqbxexfyzn\"}},\"dynamicSchemaNew\":{\"operationId\":\"wsfxay\",\"valuePath\":\"byeywpmohnrtli\",\"parameters\":{\"ydztkqrfbgynzfw\":{},\"zdteqjmyqxuhg\":{},\"axnyprijyoxxjxbs\":{}}},\"dynamicListNew\":{\"operationId\":\"rlcck\",\"builtInOperation\":\"fpjmspau\",\"itemsPath\":\"qom\",\"itemValuePath\":\"alknuyapvibzic\",\"itemTitlePath\":\"ichca\",\"parameters\":{\"hjxnrkbnvfccklz\":{},\"znfgvlx\":{},\"xmnctigpksywi\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"kdprtqj\",\"type\":\"Number\",\"title\":\"fefuhbdwb\",\"items\":{\"ref\":\"bgmlamoa\",\"type\":\"Number\",\"title\":\"tnpkvbpblt\",\"items\":{},\"properties\":{\"xheeocnqo\":{},\"bvepvlryszfhd\":{},\"yfhxohzbzhhav\":{}},\"additionalProperties\":\"datauxnvkdslcof\",\"required\":[\"fuehouisaklhjf\",\"dxqfussubzssp\",\"jvailfauyvxpqw\"],\"maxProperties\":1969326421,\"minProperties\":1101501683,\"allOf\":[{}],\"discriminator\":\"trthldwvoglffjd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamhbtofcvxkylhcn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"kygbptmsgkwedwlx\":{}},\"additionalProperties\":\"datahgbgbhudh\",\"required\":[\"imvrr\",\"fibpkwmamrlfi\"],\"maxProperties\":1704693062,\"minProperties\":320684606,\"allOf\":[{}],\"discriminator\":\"hupngyhylqyafew\",\"readOnly\":false,\"xml\":{\"name\":\"wuuyt\",\"namespace\":\"xrqxrtzea\",\"prefix\":\"vf\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"cwwynepktvmw\":\"datavpjxsdhweignybff\",\"nikouox\":\"datavconysebjijfhp\",\"kkyporsyn\":\"dataalokb\"}},\"externalDocs\":{\"description\":\"nbydlgfaph\",\"uri\":\"ubwt\",\"extensions\":{\"jfqreeo\":\"datanrt\"}},\"example\":\"dataq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lihsdbfbmdi\",\"valuePath\":\"xzhpjgqzmiaoawea\",\"parameters\":{\"hruetcnxriqzzd\":\"dataaub\",\"sqdrrjsurn\":\"datak\"}},\"dynamicSchemaNew\":{\"operationId\":\"bwxrxmyokohlsfj\",\"valuePath\":\"uqjpzh\",\"parameters\":{\"uvkqxqkvadmj\":{}}},\"dynamicListNew\":{\"operationId\":\"udjmaaj\",\"builtInOperation\":\"ebhsermclyqw\",\"itemsPath\":\"hyqkaaptbssvkbcb\",\"itemValuePath\":\"wyblocc\",\"itemTitlePath\":\"plxzbnsshvqnpszb\",\"parameters\":{\"butcdzj\":{},\"jtvp\":{},\"yxdyuxur\":{},\"rltqmmij\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"naeikczscymqf\",\"readOnly\":false,\"xml\":{\"name\":\"qnyumz\",\"namespace\":\"dokez\",\"prefix\":\"ezknfzqnzbflbqmh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"ea\":\"dataedhagqbbse\"}},\"externalDocs\":{\"description\":\"lmsy\",\"uri\":\"dcrolrze\",\"extensions\":{\"ivt\":\"datamphzkymunw\",\"wdalisd\":\"datauszbdjrdfeuj\",\"dz\":\"dataqngca\",\"p\":\"datanloou\"}},\"example\":\"datamdahyclx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ebldpo\",\"valuePath\":\"ffjk\",\"parameters\":{\"evimxmaxcj\":\"datah\",\"wdsoqtbfkvuozbzc\":\"datapitygv\",\"urlcydjhtkjs\":\"datanqekwankl\"}},\"dynamicSchemaNew\":{\"operationId\":\"iyndurdonkgobx\",\"valuePath\":\"rdolenrswkn\",\"parameters\":{\"nmsg\":{\"operationId\":\"nmzaofro\",\"valuePath\":\"qckievyrejyoy\",\"parameters\":{\"ftusdwmnrt\":{},\"vbuc\":{},\"nrovome\":{},\"xwsicvwqzocsfshe\":{}}},\"d\":{\"operationId\":\"wdibu\",\"valuePath\":\"nr\",\"parameters\":{\"vwrhryibr\":{},\"knuubxcwojt\":{},\"p\":{}}},\"jqdjlgkuirxxeuwi\":{\"operationId\":\"py\",\"valuePath\":\"vffifujgtdo\",\"parameters\":{\"mwefcbyb\":{},\"chrtczwjcu\":{},\"yznvy\":{}}},\"asfeooq\":{\"operationId\":\"rcvnfg\",\"valuePath\":\"viwxohktxagfuj\",\"parameters\":{\"jnyexbvxgxqq\":{}}}}},\"dynamicListNew\":{\"operationId\":\"vev\",\"builtInOperation\":\"rphklqlii\",\"itemsPath\":\"anuwgjnofg\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"sebjuymtevae\",\"parameters\":{\"usrjzhdtrsyfezf\":{\"operationId\":\"ywhr\",\"valuePath\":\"ej\",\"parameters\":{\"dogzougxbxxgj\":{},\"gcphivfhrmte\":{},\"fdvdoeary\":{}}},\"kfavhkhpsp\":{\"operationId\":\"yljdzyyrwnmwt\",\"valuePath\":\"ljknnkynkstdtfwh\",\"parameters\":{\"hfxa\":{},\"jyihjcwwvaos\":{}}},\"sujtgg\":{\"operationId\":\"eifdyfa\",\"valuePath\":\"xnguwn\",\"parameters\":{\"uzlai\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"ejpdcliqwzutiy\",\"itemsPath\":\"rnhhjtvh\",\"itemValuePath\":\"z\",\"itemTitlePath\":\"yovqmqcudptoqwr\",\"itemFullTitlePath\":\"ckjt\",\"itemIsParent\":\"okmxwawfubknge\",\"selectableFilter\":\"x\",\"parameters\":{\"wynjmoozm\":{},\"uktdrsjtmnkxjouw\":{}}},\"browse\":{\"operationId\":\"fdt\",\"itemsPath\":\"iaxtyrnuh\",\"itemValuePath\":\"hepisq\",\"itemTitlePath\":\"mlroiommemsoqgb\",\"itemFullTitlePath\":\"yeqdob\",\"itemIsParent\":\"aqcabe\",\"selectableFilter\":\"kcesrsi\",\"parameters\":{\"lpjcxbjgfmyqyyfr\":{}}}}},\"nyldjdkjvd\":{\"ref\":\"idfhmlxrqkeknum\",\"type\":\"Object\",\"title\":\"zvptriysj\",\"items\":{\"ref\":\"r\",\"type\":\"Object\",\"title\":\"qpsrcekd\",\"items\":{\"ref\":\"ydw\",\"type\":\"String\",\"title\":\"w\",\"items\":{\"ref\":\"vbwa\",\"type\":\"Boolean\",\"title\":\"rjbjngoarsr\",\"items\":{},\"properties\":{\"emzcyniapypimrx\":{}},\"additionalProperties\":\"dataqwipzesstuin\",\"required\":[\"mlfupj\"],\"maxProperties\":218156021,\"minProperties\":1165591254,\"allOf\":[{}],\"discriminator\":\"yxjg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datardaktnytk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"vfqjckmpwyvlh\":{},\"hhcikh\":{},\"ebgjg\":{}},\"additionalProperties\":\"datasacagiflrcyg\",\"required\":[\"hzwtoidhbxitrapw\",\"hlutjs\",\"zelsr\",\"emvupmeak\"],\"maxProperties\":756270096,\"minProperties\":1387243013,\"allOf\":[{},{},{}],\"discriminator\":\"de\",\"readOnly\":false,\"xml\":{\"name\":\"aipu\",\"namespace\":\"ofkegbvbbdledffl\",\"prefix\":\"sluazz\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pup\":\"datapxzee\",\"dczmrjgobekx\":\"datascboxra\"}},\"externalDocs\":{\"description\":\"owsecaf\",\"uri\":\"zzbsk\",\"extensions\":{\"bmseesacuicnvq\":\"datajsb\",\"lh\":\"dataqsuivmrfaptndrmm\"}},\"example\":\"datamxrqkekcdaviieb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"avqymcwt\",\"valuePath\":\"uceplbrzgkuorwp\",\"parameters\":{\"ayynoyj\":\"datatweobptscruykkie\"}},\"dynamicSchemaNew\":{\"operationId\":\"smsbnlyoifg\",\"valuePath\":\"zjqthykcvo\",\"parameters\":{\"wfzotkxx\":{},\"wwooxgbsdzcg\":{},\"vypjhubdmgobxe\":{}}},\"dynamicListNew\":{\"operationId\":\"cqgzwvxwiuaoi\",\"builtInOperation\":\"jklqrljdcukyla\",\"itemsPath\":\"jiqoq\",\"itemValuePath\":\"qhgphg\",\"itemTitlePath\":\"wudgcyqruv\",\"parameters\":{\"yddnqivah\":{},\"cqwnjz\":{},\"bp\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"wsldigwouppvyd\":{\"ref\":\"oedkspw\",\"type\":\"Null\",\"title\":\"ybqeigxuyx\",\"items\":{},\"properties\":{\"u\":{},\"khznfffnhcgna\":{}},\"additionalProperties\":\"datarmrfqderkrgsdco\",\"required\":[\"gqlwyqznbby\",\"poszfutgpby\",\"bnbcmoiqgtzpvqew\",\"lwzhxzuxerx\"],\"maxProperties\":516731329,\"minProperties\":1729236754,\"allOf\":[{},{},{}],\"discriminator\":\"qvvdkfpfjdajdqx\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datardjidc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"kikkqyvurhwishy\":{\"ref\":\"svclr\",\"type\":\"String\",\"title\":\"rppww\",\"items\":{},\"properties\":{\"dmtfxxepzpxzxlc\":{},\"zfxaitiqmcjbsmk\":{}},\"additionalProperties\":\"datapqnip\",\"required\":[\"hkcomeobw\"],\"maxProperties\":1974379636,\"minProperties\":357510479,\"allOf\":[{},{},{}],\"discriminator\":\"lbfxlmxoz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauomtxj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qu\":{\"ref\":\"rzcqfevnkyakckte\",\"type\":\"Number\",\"title\":\"sddjkkdedesua\",\"items\":{},\"properties\":{\"cnxcxgx\":{},\"mtcq\":{}},\"additionalProperties\":\"datay\",\"required\":[\"ixypavifjcz\",\"ohvpsuw\",\"chmxczbyfkoc\",\"mzdctsnlwscrngt\"],\"maxProperties\":1905366204,\"minProperties\":2103257895,\"allOf\":[{},{},{},{}],\"discriminator\":\"plksdksutacucti\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databvjh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataphngr\",\"required\":[\"xoweorocr\",\"icgym\",\"gbq\"],\"maxProperties\":1354532098,\"minProperties\":782687994,\"allOf\":[{\"ref\":\"ijvwmrgcnzhrp\",\"type\":\"Boolean\",\"title\":\"mbzquu\",\"items\":{},\"properties\":{\"hbtqyzy\":{},\"g\":{},\"mbky\":{},\"vxjdqosxzmdz\":{}},\"additionalProperties\":\"databqfufke\",\"required\":[\"ki\",\"xh\",\"evmnk\",\"ghvsryjokv\"],\"maxProperties\":978129225,\"minProperties\":1322797687,\"allOf\":[{},{},{}],\"discriminator\":\"xsv\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databpzgfgqpu\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"bbfpxxa\",\"type\":\"String\",\"title\":\"ukgsn\",\"items\":{},\"properties\":{\"xj\":{}},\"additionalProperties\":\"datamaxcebnb\",\"required\":[\"kemqqerwqx\",\"jpvemdfkht\",\"uo\"],\"maxProperties\":1810756619,\"minProperties\":956918246,\"allOf\":[{},{},{}],\"discriminator\":\"e\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datae\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"bmnhtwofx\",\"type\":\"Boolean\",\"title\":\"vyqnslbqrmlq\",\"items\":{},\"properties\":{\"hj\":{},\"qqrugwespscvs\":{},\"spt\":{}},\"additionalProperties\":\"datawozfvza\",\"required\":[\"cv\",\"gx\",\"vwio\",\"hcmcgm\"],\"maxProperties\":1709318260,\"minProperties\":1663244703,\"allOf\":[{}],\"discriminator\":\"yiarzn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapdlmajpuyxoafrmz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"msiehedmmvoneeyr\",\"readOnly\":false,\"xml\":{\"name\":\"tzayqw\",\"namespace\":\"igeblsp\",\"prefix\":\"d\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jq\":\"dataeozbj\",\"ltssjdywbnklge\":\"dataizdnuehx\"}},\"externalDocs\":{\"description\":\"ctsawvxcimpthjrm\",\"uri\":\"zms\",\"extensions\":{\"fuysjhv\":\"datankn\",\"bwmrotgey\":\"datarllfswarm\",\"nxiajuvj\":\"datayqnipehfwwcb\"}},\"example\":\"datafjisosfzlnraxnf\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xfh\",\"valuePath\":\"ixgofqdqwsj\",\"parameters\":{\"ntlydprpensbmzj\":\"datauvrqpbxdoicqp\",\"hbfexmizz\":\"dataitukoy\",\"hduwdvolxtqmr\":\"dataxwjoqfzwand\",\"s\":\"datac\"}},\"dynamicSchemaNew\":{\"operationId\":\"bkiumjf\",\"valuePath\":\"xedrmr\",\"parameters\":{\"vchvvoy\":{},\"o\":{}}},\"dynamicListNew\":{\"operationId\":\"tnwzruzs\",\"builtInOperation\":\"wxcsmx\",\"itemsPath\":\"cappn\",\"itemValuePath\":\"ebspciryomhkdw\",\"itemTitlePath\":\"ed\",\"parameters\":{\"kmzkw\":{},\"jjsqwhaefefv\":{},\"kxdbnm\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"obuesdyvfx\",\"itemsPath\":\"pfdfu\",\"itemValuePath\":\"tw\",\"itemTitlePath\":\"pse\",\"itemFullTitlePath\":\"vytabvbbk\",\"itemIsParent\":\"ewgs\",\"selectableFilter\":\"utbuvedwu\",\"parameters\":{\"menxcqsxwc\":{},\"ykc\":{}}},\"browse\":{\"operationId\":\"ekkbnj\",\"itemsPath\":\"vmptedeue\",\"itemValuePath\":\"hshnfiygpg\",\"itemTitlePath\":\"kh\",\"itemFullTitlePath\":\"ng\",\"itemIsParent\":\"ql\",\"selectableFilter\":\"h\",\"parameters\":{\"rdlpxiwwg\":{},\"cpvfpnrzikvoxloe\":{}}}}},\"properties\":{\"gqrqkkvfy\":{\"ref\":\"ivxdifbwblijhp\",\"type\":\"Array\",\"title\":\"goyxont\",\"items\":{\"ref\":\"qrxrosuqrrldxfu\",\"type\":\"Object\",\"title\":\"wxatktwjrppi\",\"items\":{},\"properties\":{\"qvelrm\":{},\"cizh\":{},\"ksbojklwj\":{},\"zwyncwksm\":{}},\"additionalProperties\":\"dataey\",\"required\":[\"bfnflytf\"],\"maxProperties\":697357665,\"minProperties\":716310521,\"allOf\":[{}],\"discriminator\":\"mi\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwsnliyznghuqzg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rgavtfyzs\":{},\"dfmzukryx\":{}},\"additionalProperties\":\"datajvapeakfdmcedli\",\"required\":[\"kyoddoqkanqtrkic\"],\"maxProperties\":12923758,\"minProperties\":429685593,\"allOf\":[{},{}],\"discriminator\":\"ndkrww\",\"readOnly\":true,\"xml\":{\"name\":\"ifqeqfsr\",\"namespace\":\"ckitlwgebylp\",\"prefix\":\"el\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"brdsypotnpkb\":\"datailnijhw\",\"btwgn\":\"datazpkodngvnqdjg\",\"vbqy\":\"datadxuczl\"}},\"externalDocs\":{\"description\":\"rirpi\",\"uri\":\"vcqoq\",\"extensions\":{\"cpkkjlamyvwprj\":\"dataucqsdgbxcwtvmij\",\"nnlb\":\"dataaih\",\"lzayjwdun\":\"dataxjppcbqetfzfppv\",\"wiuujxsujk\":\"datahmprkla\"}},\"example\":\"datagxeegxbnjnczepd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"bfmdquy\",\"valuePath\":\"escjxnav\",\"parameters\":{\"efkzlxvco\":\"dataqbkxdtbfkihainz\",\"zuysajvvq\":\"datacgoeozlibcbnu\",\"qjqjcajgofytkhhk\":\"datahonyonelivgtibt\"}},\"dynamicSchemaNew\":{\"operationId\":\"vkxeojtd\",\"valuePath\":\"lglhelwruklfq\",\"parameters\":{\"px\":{}}},\"dynamicListNew\":{\"operationId\":\"ypbztga\",\"builtInOperation\":\"jnskvct\",\"itemsPath\":\"zimbwttmhl\",\"itemValuePath\":\"ycyxrnwukfa\",\"itemTitlePath\":\"pdwzjggkwdep\",\"parameters\":{\"iayfiqiidxco\":{},\"jvudyhgtrttcuayi\":{},\"ylnkmmxzifbqg\":{},\"exo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datauobpwainpgobothx\",\"required\":[\"hpnyjtuqgzyvex\",\"ch\"],\"maxProperties\":39740347,\"minProperties\":956801148,\"allOf\":[{\"ref\":\"uwh\",\"type\":\"Null\",\"title\":\"fiozttcbi\",\"items\":{\"ref\":\"gkudsozodwjc\",\"type\":\"Integer\",\"title\":\"xryqycymzr\",\"items\":{},\"properties\":{\"dwzauzfdhe\":{},\"dnyciwzk\":{}},\"additionalProperties\":\"dataykqadfges\",\"required\":[\"habb\"],\"maxProperties\":911490521,\"minProperties\":2128780473,\"allOf\":[{},{}],\"discriminator\":\"sbg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavqmxqsxofxqnki\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"oiobh\":{},\"ebruptlsrvqz\":{},\"aqsos\":{},\"njlvgrghnh\":{}},\"additionalProperties\":\"dataxrqhj\",\"required\":[\"pesw\",\"nhqkgebzqz\"],\"maxProperties\":46454336,\"minProperties\":524837030,\"allOf\":[{},{}],\"discriminator\":\"j\",\"readOnly\":false,\"xml\":{\"name\":\"naosxsxoxvimd\",\"namespace\":\"tqhdbitqsb\",\"prefix\":\"jsgomrih\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"fk\":\"databvqxgfy\"}},\"externalDocs\":{\"description\":\"dpbceh\",\"uri\":\"dp\",\"extensions\":{\"npytporrvkxtf\":\"databo\",\"zjighd\":\"datatanetinqxdhnpjn\",\"wvwetqffuxvfh\":\"datamltpmr\"}},\"example\":\"datahngqqxjbsotocl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jydeatwxpxbxedh\",\"valuePath\":\"boceksramqch\",\"parameters\":{\"vhauimnntfkqp\":\"datafnlvvkswurxdq\",\"dqkzstzpzecdl\":\"dataqcnbnwivlqcwyzh\",\"tuwcimtcaumv\":\"dataeirta\",\"nlofwuzebfq\":\"dataudzpsjqrmlujmt\"}},\"dynamicSchemaNew\":{\"operationId\":\"jbhzyenf\",\"valuePath\":\"etxeudw\",\"parameters\":{\"lckdoxocjcdevzp\":{},\"reortwwyj\":{},\"gvrlhfxmrh\":{},\"nnhbcjywkdywks\":{}}},\"dynamicListNew\":{\"operationId\":\"uafanefictp\",\"builtInOperation\":\"l\",\"itemsPath\":\"ssjbzv\",\"itemValuePath\":\"zw\",\"itemTitlePath\":\"zuh\",\"parameters\":{\"iac\":{},\"hfjdccjnyuvbtcu\":{},\"jcgjtjkntomnl\":{},\"thcdbszsbzr\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"d\",\"type\":\"Array\",\"title\":\"rmbd\",\"items\":{\"ref\":\"xavejo\",\"type\":\"Array\",\"title\":\"kryzgavpl\",\"items\":{},\"properties\":{\"fiekkiskyyy\":{},\"ek\":{},\"fffyshdawjlmlcuf\":{}},\"additionalProperties\":\"datajiutfofhoajj\",\"required\":[\"yqyjnufzvl\",\"quyhbceev\"],\"maxProperties\":173874936,\"minProperties\":488496226,\"allOf\":[{}],\"discriminator\":\"qtvuxeujmdssijua\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapkcpws\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"tl\":{},\"cltjhbcycgqa\":{}},\"additionalProperties\":\"datasihxvtac\",\"required\":[\"opxpryxnsbubwhz\",\"qgugwl\",\"xahtqmmkdhwqc\",\"webagmfpkephu\"],\"maxProperties\":526065785,\"minProperties\":200109004,\"allOf\":[{}],\"discriminator\":\"keer\",\"readOnly\":false,\"xml\":{\"name\":\"xpjpyillgnu\",\"namespace\":\"zfpffbuqxknvmcgm\",\"prefix\":\"zyojfch\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ojuxil\":\"datazoksgqhb\",\"fldfljwt\":\"datazblkc\",\"tsflotumbm\":\"datab\"}},\"externalDocs\":{\"description\":\"tshfgmuxuqiag\",\"uri\":\"oikuqirhsk\",\"extensions\":{\"zibrlr\":\"dataowkgvnlfueyx\",\"cfebpiucenbvrll\":\"datau\",\"dzwilsxryi\":\"datadfkn\"}},\"example\":\"datazlwrduxntpfxxgj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"wfctqveyfbkq\",\"valuePath\":\"lzxem\",\"parameters\":{\"ffgmcuanszeervg\":\"datapjckiehdmvfoyrxx\",\"bcqpfusekij\":\"datagcsap\",\"kvorlfqm\":\"dataminenkbivpy\"}},\"dynamicSchemaNew\":{\"operationId\":\"wynbfvvc\",\"valuePath\":\"urkmjufavvlnpbso\",\"parameters\":{\"nklnmrz\":{}}},\"dynamicListNew\":{\"operationId\":\"vrkkfcwxizkstxne\",\"builtInOperation\":\"eipxutcbvri\",\"itemsPath\":\"nfa\",\"itemValuePath\":\"tvsayyaeiiv\",\"itemTitlePath\":\"kqtjwrv\",\"parameters\":{\"joqfxqe\":{},\"xtdqiuspguzljvgj\":{},\"jzqjhljsazmjs\":{},\"sfqqhcmecagsbf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"jygllfkchhgsjuzz\",\"readOnly\":false,\"xml\":{\"name\":\"mqcycabaamkkhd\",\"namespace\":\"mkxdujkxpuqz\",\"prefix\":\"oqywsuarpzhryh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jilbuazcco\":\"datayxb\",\"vjsknrbxz\":\"datahwivkd\",\"tv\":\"datapi\"}},\"externalDocs\":{\"description\":\"qdqbvxqto\",\"uri\":\"wbopvhcbtza\",\"extensions\":{\"eoc\":\"dataxcontickfkith\",\"ewpmioleaja\":\"datagvuqzgbjwvrudmp\",\"jkscecmbaajdfw\":\"dataesgyzwph\"}},\"example\":\"datak\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"f\",\"valuePath\":\"des\",\"parameters\":{\"rr\":\"dataqtllbhjjpduibs\"}},\"dynamicSchemaNew\":{\"operationId\":\"eqrypyurvshhovtu\",\"valuePath\":\"cp\",\"parameters\":{\"otennd\":{\"operationId\":\"cxybtdzy\",\"valuePath\":\"haoegjzgpljb\",\"parameters\":{\"zsrazcbybic\":{},\"hxh\":{},\"pua\":{},\"asizzfmugykwuyc\":{}}},\"tpyabensjflwp\":{\"operationId\":\"thdzitjzffph\",\"valuePath\":\"wjqvs\",\"parameters\":{\"onadez\":{},\"z\":{},\"vfybxmmrvnuvqk\":{},\"rsguogkcbr\":{}}}}},\"dynamicListNew\":{\"operationId\":\"vqtmvifgcvsi\",\"builtInOperation\":\"lbmti\",\"itemsPath\":\"gosnxajptcdfmzxa\",\"itemValuePath\":\"lhm\",\"itemTitlePath\":\"cnnlsbnucqxhp\",\"parameters\":{\"qrykkxakruupti\":{\"operationId\":\"bvejo\",\"valuePath\":\"oxovlz\",\"parameters\":{\"eldkqdlqqhn\":{}}},\"udynohocqx\":{\"operationId\":\"gvpzgy\",\"valuePath\":\"cnpxiema\",\"parameters\":{\"tjekxsnnb\":{},\"ysgkt\":{},\"mocnqbbl\":{},\"tbofzghfuifw\":{}}},\"egclmexafjqzy\":{\"operationId\":\"jxug\",\"valuePath\":\"rrfbplvhmhuros\",\"parameters\":{\"zbdmddghqe\":{},\"y\":{},\"orservpvesors\":{}}},\"yfyixecmasjnfgng\":{\"operationId\":\"ydyvt\",\"valuePath\":\"virlunsskydi\",\"parameters\":{\"jx\":{},\"ocsvjekejchxzj\":{},\"cwuzs\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xbfckmoal\",\"itemsPath\":\"x\",\"itemValuePath\":\"xtxuzhvojyffwflb\",\"itemTitlePath\":\"cdzuiygtcyzc\",\"itemFullTitlePath\":\"fpubaldjc\",\"itemIsParent\":\"dryvlrlkbhzirmx\",\"selectableFilter\":\"ujbfomfboz\",\"parameters\":{\"xefppq\":{},\"wdnnjjthpsnxebyc\":{}}},\"browse\":{\"operationId\":\"ohxu\",\"itemsPath\":\"n\",\"itemValuePath\":\"sebcxno\",\"itemTitlePath\":\"pdyzssjlmykdy\",\"itemFullTitlePath\":\"vgspjlfzhjngwqx\",\"itemIsParent\":\"bcrgyoim\",\"selectableFilter\":\"szzcctvk\",\"parameters\":{\"htvagwnnw\":{},\"nv\":{}}}}},\"umqeobrwreu\":{\"ref\":\"knkxi\",\"type\":\"Null\",\"title\":\"rjlqdoqeje\",\"items\":{\"ref\":\"lhuhdkubgyw\",\"type\":\"Null\",\"title\":\"lpdyehj\",\"items\":{\"ref\":\"flvx\",\"type\":\"File\",\"title\":\"yw\",\"items\":{\"ref\":\"uhzmolhveolng\",\"type\":\"File\",\"title\":\"wdxqupymlhkl\",\"items\":{},\"properties\":{\"zmqyn\":{}},\"additionalProperties\":\"datatrnwqgqrbthbfpi\",\"required\":[\"jo\",\"ogwfvkywz\",\"qeiaddp\"],\"maxProperties\":1489155242,\"minProperties\":561021831,\"allOf\":[{},{},{}],\"discriminator\":\"cnuti\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanzbqvioynctfq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"aaaiaib\":{},\"vavlyaqtlocnwme\":{},\"zvzuzqc\":{},\"lko\":{}},\"additionalProperties\":\"databzgy\",\"required\":[\"f\"],\"maxProperties\":1275177527,\"minProperties\":964798649,\"allOf\":[{},{},{}],\"discriminator\":\"mhnozfby\",\"readOnly\":true,\"xml\":{\"name\":\"osladagwaakktbj\",\"namespace\":\"tztkajqhsnse\",\"prefix\":\"lislxyljzbkd\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"awzzkvfccozvqxsp\":\"datavtkjctvrp\",\"ytgcpt\":\"datatraitrmsukxt\",\"kmemfvrcc\":\"datatxpoegy\"}},\"externalDocs\":{\"description\":\"fkfvyj\",\"uri\":\"mwrv\",\"extensions\":{\"vvpaysqwhzdcyand\":\"datapjylxtebvsewf\"}},\"example\":\"datak\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"pvdfmoqqc\",\"valuePath\":\"vxuos\",\"parameters\":{\"pjpjmsbzzjsnyf\":\"dataf\"}},\"dynamicSchemaNew\":{\"operationId\":\"jz\",\"valuePath\":\"kkiub\",\"parameters\":{\"it\":{},\"lrglhxsoang\":{}}},\"dynamicListNew\":{\"operationId\":\"nhogse\",\"builtInOperation\":\"enegg\",\"itemsPath\":\"tyzpxlitwkejm\",\"itemValuePath\":\"mudupehskvsdfv\",\"itemTitlePath\":\"ypezammpk\",\"parameters\":{\"npeukgnmfakeqnit\":{},\"omlcsvkt\":{},\"psrowshvf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ure\":{\"ref\":\"vdyqabjropxfqdm\",\"type\":\"Integer\",\"title\":\"yjyuwqlzw\",\"items\":{},\"properties\":{\"h\":{},\"iri\":{},\"amqtrhqdoxdegacd\":{}},\"additionalProperties\":\"datapk\",\"required\":[\"obp\"],\"maxProperties\":1596517006,\"minProperties\":647222436,\"allOf\":[{}],\"discriminator\":\"q\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datalirqqcls\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"vo\":{\"ref\":\"i\",\"type\":\"File\",\"title\":\"lioklsuffp\",\"items\":{},\"properties\":{\"c\":{}},\"additionalProperties\":\"datafytbltyt\",\"required\":[\"bgcesfddfclm\",\"wurofofkb\",\"jzzwweoblb\"],\"maxProperties\":68808694,\"minProperties\":1182253434,\"allOf\":[{}],\"discriminator\":\"cnkfsogvyox\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataepgbbzd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataddpwmgw\",\"required\":[\"kfjvqglaxsei\",\"vvvgyphheovejk\"],\"maxProperties\":1383484285,\"minProperties\":1044463612,\"allOf\":[{\"ref\":\"thrtzpuv\",\"type\":\"Object\",\"title\":\"grqefnq\",\"items\":{},\"properties\":{\"ouurmu\":{},\"embqqiehdhjofy\":{},\"wnaxoxl\":{},\"rx\":{}},\"additionalProperties\":\"datalqcxut\",\"required\":[\"aglyyhrgmabspmlu\",\"yju\",\"kedputocrb\"],\"maxProperties\":1545684337,\"minProperties\":1524864113,\"allOf\":[{},{},{},{}],\"discriminator\":\"gc\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datar\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mljzksqimybqjvfi\",\"type\":\"Integer\",\"title\":\"aqpvhszopeuku\",\"items\":{},\"properties\":{\"bsskgqjemosq\":{},\"fsjbpwjwz\":{},\"gipdzym\":{}},\"additionalProperties\":\"datahxfpzc\",\"required\":[\"qhadxjvvlyibweu\"],\"maxProperties\":2080003032,\"minProperties\":646065303,\"allOf\":[{},{},{},{}],\"discriminator\":\"coqxtvytzqlyldj\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataazzs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"brlbozlt\",\"readOnly\":false,\"xml\":{\"name\":\"bibtkeiecupmwx\",\"namespace\":\"okrlnrpeylfiiuld\",\"prefix\":\"iqlnh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"xrmeatrtcqyfj\":\"datanknsgvx\",\"hqyoyt\":\"dataifbmojt\",\"mbhukdfpknvk\":\"datacoufk\",\"dhzjlrkn\":\"datavozjezchme\"}},\"externalDocs\":{\"description\":\"fxmuqeq\",\"uri\":\"qphfvsftsstw\",\"extensions\":{\"z\":\"datacachdtezgfctu\",\"u\":\"datawqrzvuxnxauohsh\",\"hypngo\":\"datatdbvmj\"}},\"example\":\"datadxvrivptbczs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ukekytk\",\"valuePath\":\"tvmaatvogpyceinh\",\"parameters\":{\"yplskhwfjud\":\"databdxs\",\"ez\":\"datapbqp\",\"dyzaciasfzrgu\":\"dataggdpftfcbrtsrdpl\"}},\"dynamicSchemaNew\":{\"operationId\":\"yvsbfsinvabdjul\",\"valuePath\":\"xotudamkiyao\",\"parameters\":{\"ulzugifgspxl\":{},\"lnocscygimizlu\":{},\"jbwmgksrlmsppp\":{}}},\"dynamicListNew\":{\"operationId\":\"z\",\"builtInOperation\":\"jtryjskdiylgzzuq\",\"itemsPath\":\"psybqo\",\"itemValuePath\":\"vmxwbohxdhkoe\",\"itemTitlePath\":\"rhgnakajwscmneev\",\"parameters\":{\"qeumz\":{},\"yhmgq\":{},\"eivjqutxr\":{},\"gbzgfhzdzahktxv\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"otbkjwhztpx\",\"itemsPath\":\"twk\",\"itemValuePath\":\"dpay\",\"itemTitlePath\":\"pqiwuzr\",\"itemFullTitlePath\":\"ztjfkgbtqqj\",\"itemIsParent\":\"synn\",\"selectableFilter\":\"ion\",\"parameters\":{\"dheos\":{}}},\"browse\":{\"operationId\":\"fudmpfhwyp\",\"itemsPath\":\"tjtntc\",\"itemValuePath\":\"pdbbgl\",\"itemTitlePath\":\"cctokfspvj\",\"itemFullTitlePath\":\"spkvrmp\",\"itemIsParent\":\"typtwjw\",\"selectableFilter\":\"yeohgmcmdjmv\",\"parameters\":{\"fnug\":{},\"lv\":{}}}}},\"properties\":{\"tfzptrcdz\":{\"ref\":\"ox\",\"type\":\"Null\",\"title\":\"vueprpmofxnwcgz\",\"items\":{\"ref\":\"ixt\",\"type\":\"Boolean\",\"title\":\"jsehbknnrnk\",\"items\":{},\"properties\":{\"wpcb\":{},\"ogzehczbniv\":{}},\"additionalProperties\":\"datahsxvppkjeal\",\"required\":[\"ewhotvbmyzuqfdq\",\"ktrjtoqszh\",\"qn\",\"jndkvzmx\"],\"maxProperties\":237146687,\"minProperties\":863769617,\"allOf\":[{},{},{},{}],\"discriminator\":\"nkqyipgkm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rfzjlflzagvdavab\":{},\"iefcorzbida\":{},\"beznicew\":{},\"fajw\":{}},\"additionalProperties\":\"datalciobbpw\",\"required\":[\"zeqxuecuuuexsmn\",\"eevf\",\"axfezraqsdd\",\"odkgxqfkyrxgmz\"],\"maxProperties\":2088426608,\"minProperties\":143936386,\"allOf\":[{}],\"discriminator\":\"sspfegaoksd\",\"readOnly\":false,\"xml\":{\"name\":\"jfyukl\",\"namespace\":\"el\",\"prefix\":\"pyqbwhue\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"rvqrwwbdrwroqk\":\"datagmhpavsfg\",\"kyu\":\"datajnzpqhqqsa\",\"vgeytlplslfcved\":\"datafameaasjqenhekza\",\"jocrhnxzmfvmw\":\"datasuowtolkyqf\"}},\"externalDocs\":{\"description\":\"tcsraw\",\"uri\":\"yxfshmby\",\"extensions\":{\"sodtevzshqyke\":\"datawnbu\",\"vqdmhcejstfsm\":\"datampshaezcldkckrn\"}},\"example\":\"datajakgk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"soq\",\"valuePath\":\"xwdjoxwkb\",\"parameters\":{\"lfhn\":\"dataobvcnsbioez\",\"t\":\"dataz\"}},\"dynamicSchemaNew\":{\"operationId\":\"yugtkxncwdy\",\"valuePath\":\"lrlcm\",\"parameters\":{\"jywwwvnhw\":{},\"krmqevrhhafqf\":{},\"dfyziruqvgnjxi\":{},\"kgyjmzbm\":{}}},\"dynamicListNew\":{\"operationId\":\"kyluyug\",\"builtInOperation\":\"rdcvoloxtvqc\",\"itemsPath\":\"ryhmmglv\",\"itemValuePath\":\"enkpsvokkya\",\"itemTitlePath\":\"xvcptfgfbhnkxa\",\"parameters\":{\"afegazhlrdx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"erwhemvids\":{\"ref\":\"rtffvpkdxcy\",\"type\":\"File\",\"title\":\"bqvprawvoqatd\",\"items\":{\"ref\":\"ldpmecsmxfz\",\"type\":\"Integer\",\"title\":\"m\",\"items\":{},\"properties\":{\"kpgwgssd\":{}},\"additionalProperties\":\"dataupirnbnlqyvd\",\"required\":[\"kjwd\"],\"maxProperties\":1204047447,\"minProperties\":1375716385,\"allOf\":[{}],\"discriminator\":\"drquxrxh\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mrrhyjxcqcacz\":{},\"vwae\":{}},\"additionalProperties\":\"datatqjqyfyd\",\"required\":[\"ysl\",\"yfybdsvkll\",\"zhsh\",\"kbchcazkgdjthprg\"],\"maxProperties\":567232425,\"minProperties\":1513409703,\"allOf\":[{},{},{},{}],\"discriminator\":\"urmrfyyqj\",\"readOnly\":true,\"xml\":{\"name\":\"qrsdd\",\"namespace\":\"qddldao\",\"prefix\":\"fztqewq\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zzw\":\"dataht\",\"trgu\":\"dataocygoyineuaxpmez\",\"oyxfoafzdypzlx\":\"datalw\",\"jzqx\":\"datamndhgwhlbpju\"}},\"externalDocs\":{\"description\":\"itnwlyhbujysv\",\"uri\":\"yy\",\"extensions\":{\"nnr\":\"datahatmabtpgnqtj\",\"hciga\":\"dataew\",\"qxzxtert\":\"datahmdfspkdn\"}},\"example\":\"datarrwsci\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ienvtolzjyfkryx\",\"valuePath\":\"haknklthqwppv\",\"parameters\":{\"vpvdrohulobk\":\"datamw\",\"vxjua\":\"datab\",\"obmkphvdlorxz\":\"datavxznirnygtixkg\",\"udcltf\":\"dataqdi\"}},\"dynamicSchemaNew\":{\"operationId\":\"il\",\"valuePath\":\"mw\",\"parameters\":{\"h\":{},\"dopjs\":{}}},\"dynamicListNew\":{\"operationId\":\"bw\",\"builtInOperation\":\"i\",\"itemsPath\":\"mibnm\",\"itemValuePath\":\"idipwt\",\"itemTitlePath\":\"wmzh\",\"parameters\":{\"loqavst\":{},\"zavkyjjludnmbj\":{},\"bngzldvvd\":{},\"optythctoxo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"usx\":{\"ref\":\"f\",\"type\":\"Integer\",\"title\":\"gus\",\"items\":{\"ref\":\"omeqg\",\"type\":\"Number\",\"title\":\"spsog\",\"items\":{},\"properties\":{\"jsbaqxaxtuxir\":{},\"pbiichlygkv\":{}},\"additionalProperties\":\"dataxwonkrnizdxywab\",\"required\":[\"ni\",\"aptgvnaqyjukka\",\"nnewltonopffem\"],\"maxProperties\":1176586209,\"minProperties\":72816943,\"allOf\":[{},{}],\"discriminator\":\"abh\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qz\":{}},\"additionalProperties\":\"dataspa\",\"required\":[\"slqeronz\"],\"maxProperties\":430075388,\"minProperties\":393194588,\"allOf\":[{},{},{},{}],\"discriminator\":\"wd\",\"readOnly\":true,\"xml\":{\"name\":\"avouymkd\",\"namespace\":\"qxlv\",\"prefix\":\"fdkaxgbiwpgop\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"gjmpd\":\"datamrrmtr\",\"juzmu\":\"datarjzwawpewajccs\"}},\"externalDocs\":{\"description\":\"ickzovguzprpxhhb\",\"uri\":\"gzxkopqlrzhtocjz\",\"extensions\":{\"jwgiitvjcmimbmsw\":\"dataexuvatzwn\",\"qr\":\"datakbbbjoypplod\"}},\"example\":\"datapozffsobggv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ax\",\"valuePath\":\"brtvtgolmlplgtla\",\"parameters\":{\"aobqnjc\":\"datahxjvoysxaqqjhdfh\",\"qwssyd\":\"databozvc\",\"ywo\":\"datawrybi\",\"yocpkvltjfdzfmnp\":\"datajnjuvtzijrdlxba\"}},\"dynamicSchemaNew\":{\"operationId\":\"c\",\"valuePath\":\"jxnnnoz\",\"parameters\":{\"vdtuoamqobqeh\":{}}},\"dynamicListNew\":{\"operationId\":\"htisyzfeoctr\",\"builtInOperation\":\"wn\",\"itemsPath\":\"ckze\",\"itemValuePath\":\"bvwdxgyypmxq\",\"itemTitlePath\":\"mlnxrca\",\"parameters\":{\"hskegdkv\":{},\"iilyeshoxfzzj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datagozwplxzgzumno\",\"required\":[\"xkkbygbgiqkwys\",\"ybbnhttyizonzsur\",\"co\"],\"maxProperties\":2145885433,\"minProperties\":2053256750,\"allOf\":[{\"ref\":\"carciu\",\"type\":\"File\",\"title\":\"pdthjfv\",\"items\":{\"ref\":\"sgnspu\",\"type\":\"String\",\"title\":\"f\",\"items\":{},\"properties\":{\"fssjgbfbbachxx\":{},\"zzunfnbphceei\":{},\"kbuxlepghcnuqhq\":{}},\"additionalProperties\":\"datat\",\"required\":[\"fscl\",\"ga\"],\"maxProperties\":497550116,\"minProperties\":1084262999,\"allOf\":[{},{},{}],\"discriminator\":\"tnhdnihu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datawgbzdtorbi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"tsucrxdtejobjz\":{},\"lwtidcnz\":{},\"lgmpupj\":{},\"ltyl\":{}},\"additionalProperties\":\"dataudvbgvz\",\"required\":[\"sbkpcutzaziydpo\",\"nseaimbdqraokd\"],\"maxProperties\":1871424134,\"minProperties\":149919369,\"allOf\":[{}],\"discriminator\":\"alqwzkn\",\"readOnly\":false,\"xml\":{\"name\":\"svclfjycl\",\"namespace\":\"ldlfflleirmtx\",\"prefix\":\"pfildcg\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"tgngwnxjftecg\":\"datapgcryvidbzdylbvj\",\"dq\":\"datarzsqm\",\"t\":\"dataakzbyqha\"}},\"externalDocs\":{\"description\":\"yxuuc\",\"uri\":\"usyrux\",\"extensions\":{\"vmgsbpgmncrv\":\"datahlh\",\"oromppzsauqmeu\":\"datapi\",\"ugoceqtlyspjym\":\"dataplfcmpua\"}},\"example\":\"dataccurn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"akgixhqjq\",\"valuePath\":\"qwbbxiwtwfgo\",\"parameters\":{\"ydsyweohlmts\":\"datalvemnnzugabk\",\"s\":\"datavonvbftswcdop\"}},\"dynamicSchemaNew\":{\"operationId\":\"vdticcaf\",\"valuePath\":\"zwkopxd\",\"parameters\":{\"woqhgppwxn\":{},\"kfzrxxf\":{}}},\"dynamicListNew\":{\"operationId\":\"vqzjnnuwwvjzr\",\"builtInOperation\":\"ajt\",\"itemsPath\":\"qjkbkjc\",\"itemValuePath\":\"xrj\",\"itemTitlePath\":\"zrieitqmlzuw\",\"parameters\":{\"zqajxkmpe\":{},\"f\":{},\"lgeehbdjgplnlxr\":{},\"eszunb\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"buk\",\"readOnly\":false,\"xml\":{\"name\":\"z\",\"namespace\":\"obvveq\",\"prefix\":\"yt\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"cdsysxnk\":\"databj\",\"nkkgdw\":\"datahvhnlsevzcrr\",\"msaqhviawgqrwu\":\"dataymxsfqeaxdqelu\",\"gpbcbkcpympd\":\"datavvzfzn\"}},\"externalDocs\":{\"description\":\"asklkqclnf\",\"uri\":\"rgnoskkhbmjphlyy\",\"extensions\":{\"cpckxjnohafwm\":\"datavyeikbvqzrurgbqa\"}},\"example\":\"datagjlyxtugpea\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"wxfamtxccfegsavb\",\"valuePath\":\"oucvkandh\",\"parameters\":{\"gdmfvybfmpot\":\"datamazkmqfw\"}},\"dynamicSchemaNew\":{\"operationId\":\"pfigrxxtrcodb\",\"valuePath\":\"ogldmxxb\",\"parameters\":{\"gxtaelx\":{\"operationId\":\"vamsxrwq\",\"valuePath\":\"dflg\",\"parameters\":{\"lzeqzvdbbof\":{}}}}},\"dynamicListNew\":{\"operationId\":\"cyatbxd\",\"builtInOperation\":\"vy\",\"itemsPath\":\"kmxv\",\"itemValuePath\":\"shnugfbpeigkf\",\"itemTitlePath\":\"ovriqtuzwbkqcgz\",\"parameters\":{\"zyjbuwuuusyd\":{\"operationId\":\"jh\",\"valuePath\":\"arptxu\",\"parameters\":{\"oyyumhzps\":{},\"oc\":{},\"acvt\":{},\"yhpbiln\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"oxpqgqs\",\"itemsPath\":\"clefeombodvdgf\",\"itemValuePath\":\"kqsjymcfvvzceuyu\",\"itemTitlePath\":\"tc\",\"itemFullTitlePath\":\"nbpkfnxrlncmlzvv\",\"itemIsParent\":\"esfhqsacjqz\",\"selectableFilter\":\"vfwcbawapndm\",\"parameters\":{\"mkmzvag\":{},\"xfblsxyfq\":{}}},\"browse\":{\"operationId\":\"d\",\"itemsPath\":\"llefmizdcsrv\",\"itemValuePath\":\"nasgfyxhsx\",\"itemTitlePath\":\"q\",\"itemFullTitlePath\":\"xbpq\",\"itemIsParent\":\"xskehojvmazuflf\",\"selectableFilter\":\"uufhpdncokqrg\",\"parameters\":{\"h\":{},\"nimjlyhbjfnmmib\":{},\"wcduyrgcay\":{}}}}},\"cuwrfgpjfv\":{\"ref\":\"sawha\",\"type\":\"Number\",\"title\":\"qzmfkiaag\",\"items\":{\"ref\":\"xjkc\",\"type\":\"Integer\",\"title\":\"ubrfk\",\"items\":{\"ref\":\"xnwtzsr\",\"type\":\"Null\",\"title\":\"rjvcjskqsf\",\"items\":{\"ref\":\"wapdunhdikatzmtu\",\"type\":\"String\",\"title\":\"itjkbibxlwzlvkc\",\"items\":{},\"properties\":{\"aunlodincf\":{},\"aoboiahk\":{},\"psvax\":{},\"ksaxyeedvpmodkt\":{}},\"additionalProperties\":\"datatydvvgkmorbpc\",\"required\":[\"fyvuztnsv\",\"shkkgygfohrmehh\",\"clpkr\"],\"maxProperties\":921104558,\"minProperties\":1641211106,\"allOf\":[{},{},{},{}],\"discriminator\":\"iutivr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamrmgftjvii\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hhfh\":{},\"nsjxwfogb\":{},\"uylyumbweprlnuo\":{},\"sxhdkhm\":{}},\"additionalProperties\":\"datax\",\"required\":[\"apesnbyoullyfz\",\"nxrmxxjv\",\"batjgzkm\"],\"maxProperties\":130490659,\"minProperties\":231702639,\"allOf\":[{},{}],\"discriminator\":\"fmdjsiomm\",\"readOnly\":false,\"xml\":{\"name\":\"ulxrcbdnpfcg\",\"namespace\":\"ttowqx\",\"prefix\":\"pbzxpzl\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zpkfeo\":\"dataywtcvz\",\"lqeyisgq\":\"dataotqu\",\"dpfvlsqmmetwtla\":\"datazk\",\"nuvhgcgrllyyfsm\":\"datankjtefbd\"}},\"externalDocs\":{\"description\":\"xh\",\"uri\":\"hm\",\"extensions\":{\"ykg\":\"datazhuug\"}},\"example\":\"datakwvbqcawwa\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"nyotgnmze\",\"valuePath\":\"reluedcmkryhhee\",\"parameters\":{\"djklfsdntk\":\"datahllxwknoo\",\"lhmkspybnnn\":\"dataiymmddslwnlgj\",\"katupmrslwknrdv\":\"datapqdnn\"}},\"dynamicSchemaNew\":{\"operationId\":\"jerndzzywxqraqx\",\"valuePath\":\"deetnnefputl\",\"parameters\":{\"uxjmrzsxwasfwqj\":{},\"ybmfqdnppfcfguam\":{},\"vamuvkgd\":{}}},\"dynamicListNew\":{\"operationId\":\"bblukgctvn\",\"builtInOperation\":\"jvsyydjlhdukc\",\"itemsPath\":\"vyeegx\",\"itemValuePath\":\"loj\",\"itemTitlePath\":\"mfjdymeqvnxpfyx\",\"parameters\":{\"pnonxem\":{},\"qpzhna\":{},\"wvgcmcvdjlwwef\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"jdsqephtoshqt\":{\"ref\":\"pmjcoy\",\"type\":\"Integer\",\"title\":\"kzuhkshxjkckwbq\",\"items\":{},\"properties\":{\"mmkwahrooy\":{},\"hob\":{}},\"additionalProperties\":\"datayuepaco\",\"required\":[\"hextigukf\"],\"maxProperties\":299455862,\"minProperties\":1698425117,\"allOf\":[{},{},{}],\"discriminator\":\"mbnpeenlq\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datab\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datarjwgujr\",\"required\":[\"a\",\"ypyqoizfyasydd\",\"bwscjwyye\"],\"maxProperties\":1553525013,\"minProperties\":1440138659,\"allOf\":[{\"ref\":\"eowctshwfrhhas\",\"type\":\"Integer\",\"title\":\"uznwwum\",\"items\":{},\"properties\":{\"cilbwtpwbjlpfwuq\":{}},\"additionalProperties\":\"datapdgitenyuksl\",\"required\":[\"pnxghamrplanchqo\",\"mmxlmxejwy\"],\"maxProperties\":217448938,\"minProperties\":1501533518,\"allOf\":[{},{}],\"discriminator\":\"uekbbypqsmp\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataiuxhjuwn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"gkjjpcpi\",\"type\":\"Integer\",\"title\":\"xvtajfjato\",\"items\":{},\"properties\":{\"kurdgcpzan\":{},\"qvengn\":{},\"uelrnanbrpkocu\":{},\"fbageg\":{}},\"additionalProperties\":\"datajltckiwxggfagi\",\"required\":[\"dboefnhxha\",\"u\",\"einvzsodm\",\"krqdbsgkqy\"],\"maxProperties\":1894069912,\"minProperties\":2091927878,\"allOf\":[{},{},{},{}],\"discriminator\":\"xhyzzlocjhzppd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databofprsmivapesb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wsfvtghqx\",\"type\":\"Null\",\"title\":\"mfcleuovelvs\",\"items\":{},\"properties\":{\"jtez\":{},\"jtoudode\":{},\"wmv\":{}},\"additionalProperties\":\"datarjciexuwemtgtg\",\"required\":[\"mm\",\"gsks\",\"bsxehaxicjojxol\"],\"maxProperties\":1960586318,\"minProperties\":916710614,\"allOf\":[{},{},{}],\"discriminator\":\"ptbhm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databnatlnch\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"tdzzvhbujkah\",\"type\":\"Array\",\"title\":\"wojdzccq\",\"items\":{},\"properties\":{\"bfb\":{},\"diicdzfbve\":{}},\"additionalProperties\":\"datavnhhmfsnqpvjtshl\",\"required\":[\"sksd\",\"mhwt\",\"yppwfbwoet\",\"izrf\"],\"maxProperties\":1046336870,\"minProperties\":1470988882,\"allOf\":[{}],\"discriminator\":\"ngaypxsazbxsn\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafstmprvgrandzk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"lqboomzgmrolhsf\",\"readOnly\":false,\"xml\":{\"name\":\"vevwxmnbw\",\"namespace\":\"a\",\"prefix\":\"gnpyhtuhalpq\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"kqjarlazbtgtzpca\":\"dataexznpny\",\"xuupczegqnaidvs\":\"datarmzoujfgt\",\"knpbq\":\"datavgyoggkztzttj\",\"aqeizp\":\"datazkuobclob\"}},\"externalDocs\":{\"description\":\"lyugpnn\",\"uri\":\"jmkffeonmnvmu\",\"extensions\":{\"liytdegcrun\":\"dataqywlpx\",\"irhyvsyuvriemor\":\"datakilxstek\",\"kltrvgioguoxc\":\"datazffi\"}},\"example\":\"dataqo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"mjogxgr\",\"valuePath\":\"yciwbnqinr\",\"parameters\":{\"jrdi\":\"datavmr\",\"cjggcmpncjqbgbno\":\"dataoxqswsych\"}},\"dynamicSchemaNew\":{\"operationId\":\"wvf\",\"valuePath\":\"ytzgwjekyqirv\",\"parameters\":{\"lnvgpppdilbdvx\":{}}},\"dynamicListNew\":{\"operationId\":\"lz\",\"builtInOperation\":\"apspxwwblscrm\",\"itemsPath\":\"uuzywkgouxnroyh\",\"itemValuePath\":\"esywywnvgy\",\"itemTitlePath\":\"c\",\"parameters\":{\"zcwuejmxlfzl\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"hrau\",\"itemsPath\":\"ovlx\",\"itemValuePath\":\"vm\",\"itemTitlePath\":\"pniqwxmrgmnkgtlh\",\"itemFullTitlePath\":\"razk\",\"itemIsParent\":\"iy\",\"selectableFilter\":\"znvzmsv\",\"parameters\":{\"heqzhehgvmm\":{},\"oyzgnbnypluz\":{},\"pkfcdfu\":{},\"ilzvxotno\":{}}},\"browse\":{\"operationId\":\"cdvhyefqhxyts\",\"itemsPath\":\"bwcacwaaqakv\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"xra\",\"itemFullTitlePath\":\"lreq\",\"itemIsParent\":\"cmmdtshz\",\"selectableFilter\":\"xucznb\",\"parameters\":{\"wrcyrn\":{},\"jwkow\":{}}}}},\"properties\":{\"ulpuexyigxztye\":{\"ref\":\"kag\",\"type\":\"Array\",\"title\":\"mnaphrskmpeajzzy\",\"items\":{\"ref\":\"amzmzfnt\",\"type\":\"Number\",\"title\":\"ftxyt\",\"items\":{},\"properties\":{\"j\":{}},\"additionalProperties\":\"datajlijkk\",\"required\":[\"aehjjirvjq\",\"av\",\"mdmracfsffdralih\",\"sscygyzhcvlavyrj\"],\"maxProperties\":225172171,\"minProperties\":459738183,\"allOf\":[{},{}],\"discriminator\":\"vti\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datau\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"utwe\":{}},\"additionalProperties\":\"datagivkteccxfnatntm\",\"required\":[\"bqpmfhjik\",\"cnbdq\",\"tghnmelzvrchm\",\"ucgrmwyv\"],\"maxProperties\":1515256531,\"minProperties\":441039637,\"allOf\":[{},{},{}],\"discriminator\":\"qqgrbrhhvipgti\",\"readOnly\":false,\"xml\":{\"name\":\"lwhf\",\"namespace\":\"bweasgypjixd\",\"prefix\":\"badydwqeuwdvcl\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"ixrgsrw\":\"datanzi\",\"osijiq\":\"dataxqkwargcbgd\"}},\"externalDocs\":{\"description\":\"wqykmvugflh\",\"uri\":\"oxu\",\"extensions\":{\"xh\":\"datannkvthwtamvmbgy\",\"vbeqzjdwx\":\"datamuhkezuucqicocd\",\"ytlxugjr\":\"datautpdwneec\"}},\"example\":\"datanffaofkvfruxzkfb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zo\",\"valuePath\":\"tvymdqaymqmyrn\",\"parameters\":{\"jdgfkr\":\"databqkfnoxhvo\",\"uguv\":\"datasjrvpakxrdeexwe\"}},\"dynamicSchemaNew\":{\"operationId\":\"ohpzurnzoytkbea\",\"valuePath\":\"fenroz\",\"parameters\":{\"oxcbpkiwseac\":{},\"tax\":{}}},\"dynamicListNew\":{\"operationId\":\"anhsxwh\",\"builtInOperation\":\"ztdacrqcwkk\",\"itemsPath\":\"ysyajmm\",\"itemValuePath\":\"updc\",\"itemTitlePath\":\"rufs\",\"parameters\":{\"uxkdiumgsivxw\":{},\"scwbshf\":{},\"hvlms\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"a\":{\"ref\":\"d\",\"type\":\"Integer\",\"title\":\"gnndefyh\",\"items\":{\"ref\":\"hwlvsvs\",\"type\":\"Object\",\"title\":\"prqtfk\",\"items\":{},\"properties\":{\"kpmonxdwfcuh\":{}},\"additionalProperties\":\"dataftfvqukkmvzeneg\",\"required\":[\"rjylw\",\"qsem\"],\"maxProperties\":1001052303,\"minProperties\":811148827,\"allOf\":[{},{},{},{}],\"discriminator\":\"ehztbejrdzwy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawufifnj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"f\":{}},\"additionalProperties\":\"datamcyk\",\"required\":[\"smkb\",\"dnrihp\",\"axhcbeejnoign\",\"dlk\"],\"maxProperties\":1298069838,\"minProperties\":2031973021,\"allOf\":[{},{}],\"discriminator\":\"mhkipjardv\",\"readOnly\":false,\"xml\":{\"name\":\"dxmi\",\"namespace\":\"lnpbiec\",\"prefix\":\"nddvjlpbj\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"hypbrzwiypz\":\"datajvaycxrwknsb\",\"gv\":\"datayhkecebt\",\"wq\":\"datatbsusfd\",\"ff\":\"dataqcowkendgrc\"}},\"externalDocs\":{\"description\":\"qnugtcuyuwgnyjdi\",\"uri\":\"ticwmlf\",\"extensions\":{\"jkuf\":\"dataibfmcoxbktu\",\"obbaibcfbfy\":\"datavvdgnmeiom\"}},\"example\":\"dataaisf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"rkmgifmyzbuhdnhh\",\"valuePath\":\"ts\",\"parameters\":{\"qfpzjz\":\"databdponhblqivcn\",\"wqesqsqmiekxip\":\"databpcwtwtrchkcmru\"}},\"dynamicSchemaNew\":{\"operationId\":\"h\",\"valuePath\":\"tykkvjjlba\",\"parameters\":{\"rzyqokbgumuejx\":{},\"pxxizchmbuzgi\":{}}},\"dynamicListNew\":{\"operationId\":\"jkngzfs\",\"builtInOperation\":\"aybh\",\"itemsPath\":\"lsbufnhbvcntpoee\",\"itemValuePath\":\"rsljzmzuicsgg\",\"itemTitlePath\":\"znbppmk\",\"parameters\":{\"lbbnjld\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datafwl\",\"required\":[\"tvkyahfoyfzoidy\",\"eprevcjukfal\",\"ceechc\",\"yvqbeqp\"],\"maxProperties\":663182449,\"minProperties\":596323744,\"allOf\":[{\"ref\":\"fhicrjri\",\"type\":\"Array\",\"title\":\"ydrlqllbof\",\"items\":{\"ref\":\"ocyb\",\"type\":\"String\",\"title\":\"ikn\",\"items\":{},\"properties\":{\"seiqbroqjfeamzku\":{},\"dgp\":{}},\"additionalProperties\":\"datago\",\"required\":[\"nvnj\",\"ldrqqv\",\"ugusqlx\"],\"maxProperties\":1931118511,\"minProperties\":1080154458,\"allOf\":[{},{},{},{}],\"discriminator\":\"lnvqacbyfis\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datauyypaggpaiheaeyz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ymipvlxty\":{},\"ukhjd\":{},\"pllitx\":{}},\"additionalProperties\":\"datagkw\",\"required\":[\"yhq\",\"ivxcodwkwoytcach\",\"sizfuewlf\",\"fiikqcdnzsfiu\"],\"maxProperties\":809125241,\"minProperties\":772132645,\"allOf\":[{},{}],\"discriminator\":\"crxlyzoahovu\",\"readOnly\":false,\"xml\":{\"name\":\"jjwnbrm\",\"namespace\":\"tbrnl\",\"prefix\":\"iaani\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pphcstmryc\":\"datac\",\"inlpxngzzxqbgqn\":\"dataanapfaoiz\"}},\"externalDocs\":{\"description\":\"ctbxzj\",\"uri\":\"ifpucv\",\"extensions\":{\"e\":\"datazwbsk\",\"qmbinpxmiwt\":\"datafz\"}},\"example\":\"dataifpvrdukcdnzo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xtwgbawshram\",\"valuePath\":\"ugqcglmadfztof\",\"parameters\":{\"wayfmcerfxf\":\"datalauua\",\"thzw\":\"dataiqba\",\"o\":\"dataipssv\"}},\"dynamicSchemaNew\":{\"operationId\":\"cqcjozzjku\",\"valuePath\":\"dqqbt\",\"parameters\":{\"ocuzxllbpwa\":{}}},\"dynamicListNew\":{\"operationId\":\"ettohgpzwxyvtkzb\",\"builtInOperation\":\"zxpus\",\"itemsPath\":\"mwnfhm\",\"itemValuePath\":\"suqnk\",\"itemTitlePath\":\"hvlxudheka\",\"parameters\":{\"rmid\":{},\"vhjcgszfb\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"lfoj\",\"readOnly\":true,\"xml\":{\"name\":\"mveybodhrv\",\"namespace\":\"duumw\",\"prefix\":\"umjvegpdxtsaujt\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"lkwk\":\"datalqoxuptsliiv\",\"ekfxcs\":\"datalinvamtykxsz\",\"ktkdpcz\":\"datamzdo\",\"kedaxkuyorfj\":\"dataohplrgcnbvmhvq\"}},\"externalDocs\":{\"description\":\"odaweo\",\"uri\":\"vfyihuzsbpwn\",\"extensions\":{\"ooagrlw\":\"datacypazwiimdlzg\",\"qadewhuwxk\":\"dataamesit\",\"naif\":\"dataxiatfam\",\"zwhomydxgtuqbv\":\"datalxccprkiyf\"}},\"example\":\"datauzihirqvvketydga\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"sgvqxerxrmh\",\"valuePath\":\"aqgbb\",\"parameters\":{\"titlqy\":\"dataihylrxsiyzsyiu\",\"pkayqivbig\":\"datafvernnk\",\"ztgnmuxppw\":\"datarqgzetbo\",\"rmtgwhzbbdwrjen\":\"datacfm\"}},\"dynamicSchemaNew\":{\"operationId\":\"eiiewibdtpl\",\"valuePath\":\"nmajokbxxc\",\"parameters\":{\"hrnaxkc\":{\"operationId\":\"jwtkftgzl\",\"valuePath\":\"epmewsjpgbmlbx\",\"parameters\":{\"vtepvrunudmakk\":{}}},\"q\":{\"operationId\":\"wohdige\",\"valuePath\":\"ocft\",\"parameters\":{\"odwqbaktvxerowu\":{},\"vrnnbegrafeo\":{},\"mtojxgdof\":{},\"azhkqqsjkn\":{}}},\"wczzcujwxvbkirgk\":{\"operationId\":\"bwgpmdmw\",\"valuePath\":\"evveswghhbqqhd\",\"parameters\":{\"r\":{},\"kwimtccee\":{},\"uqu\":{}}},\"oi\":{\"operationId\":\"fwlajwdajydjbjg\",\"valuePath\":\"vspewyzhydtkbmtr\",\"parameters\":{\"lviaigarma\":{},\"okgcneviccwb\":{},\"ysclwbjgiynqr\":{}}}}},\"dynamicListNew\":{\"operationId\":\"ofvsxau\",\"builtInOperation\":\"zefine\",\"itemsPath\":\"dxw\",\"itemValuePath\":\"iivzkdee\",\"itemTitlePath\":\"cwldg\",\"parameters\":{\"owoszzwncsjgfxv\":{\"operationId\":\"wmwt\",\"valuePath\":\"rscfcn\",\"parameters\":{\"jcullm\":{},\"wfpo\":{}}},\"grgkjalrjwaezply\":{\"operationId\":\"mubyguqhgnmsvjfg\",\"valuePath\":\"ryyircbajxjrb\",\"parameters\":{\"kbuatxkznlwl\":{},\"bxogkevdayv\":{},\"zkxiym\":{}}},\"cmxtoejt\":{\"operationId\":\"psbomt\",\"valuePath\":\"p\",\"parameters\":{\"fcfsuiw\":{},\"xpasckpgbm\":{},\"yxbwslx\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"kxz\",\"itemsPath\":\"luzntbpcaddpx\",\"itemValuePath\":\"xipe\",\"itemTitlePath\":\"plfmfvmjjfzi\",\"itemFullTitlePath\":\"lbiqq\",\"itemIsParent\":\"arxknfvbsym\",\"selectableFilter\":\"bahdbtjm\",\"parameters\":{\"onrk\":{},\"bizrxhuq\":{},\"vpanloqov\":{}}},\"browse\":{\"operationId\":\"gqtquirgopg\",\"itemsPath\":\"tucujtjuzvyjxu\",\"itemValuePath\":\"hquoqhqrcsksx\",\"itemTitlePath\":\"hlrvu\",\"itemFullTitlePath\":\"agvyjcdpncvfyeqy\",\"itemIsParent\":\"ii\",\"selectableFilter\":\"sapqhipajsniv\",\"parameters\":{\"vlj\":{}}}}}},\"isWebhook\":true,\"isNotification\":true}") + .toObject(ApiOperationPropertiesDefinition.class); + Assertions.assertEquals("iadhbatec", model.summary()); + Assertions.assertEquals("tsdohzniucbdaomb", model.description()); + Assertions.assertEquals("injdllwktlepo", model.visibility()); + Assertions.assertEquals("vvqxua", model.trigger()); + Assertions.assertEquals("cqwulynkgfcfd", model.triggerHint()); + Assertions.assertEquals(true, model.pageable()); + Assertions.assertEquals(StatusAnnotation.PRODUCTION, model.annotation().status()); + Assertions.assertEquals("xtclhuulriqbyok", model.annotation().family()); + Assertions.assertEquals(669836902, model.annotation().revision()); + Assertions.assertEquals("lrrskap", model.api().id()); + Assertions.assertEquals("sxebrslttfyhcdjw", model.api().displayName()); + Assertions.assertEquals("oardnagttpu", model.api().description()); + Assertions.assertEquals("bpgnrholhujbf", model.api().iconUri()); + Assertions.assertEquals("hdmcvht", model.api().brandColor()); + Assertions.assertEquals(ApiTier.PREMIUM, model.api().category()); + Assertions.assertEquals("f", model.api().integrationServiceEnvironment().id()); + Assertions.assertEquals("okyk", model.inputsDefinition().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().type()); + Assertions.assertEquals("yc", model.inputsDefinition().title()); + Assertions.assertEquals("vkcxzznn", model.inputsDefinition().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().type()); + Assertions.assertEquals("rsejegprkj", model.inputsDefinition().items().title()); + Assertions.assertEquals("rjmwvvbtuqkxxi", model.inputsDefinition().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().items().type()); + Assertions.assertEquals("qldekotjg", model.inputsDefinition().items().items().title()); + Assertions.assertEquals("qfkyfhiwvjaqu", model.inputsDefinition().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.inputsDefinition().items().items().items().type()); + Assertions.assertEquals("nvskpaj", model.inputsDefinition().items().items().items().title()); + Assertions.assertEquals("eumexmjbxc", model.inputsDefinition().items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().items().items().items().items().type()); + Assertions.assertEquals("kqmt", model.inputsDefinition().items().items().items().items().title()); + Assertions.assertEquals("ftr", model.inputsDefinition().items().items().items().items().required().get(0)); + Assertions.assertEquals(1842432317, model.inputsDefinition().items().items().items().items().maxProperties()); + Assertions.assertEquals(1296093804, model.inputsDefinition().items().items().items().items().minProperties()); + Assertions.assertEquals("jgczetybnxgztl", + model.inputsDefinition().items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("psyxjije", model.inputsDefinition().items().items().items().required().get(0)); + Assertions.assertEquals(1372379589, model.inputsDefinition().items().items().items().maxProperties()); + Assertions.assertEquals(763770170, model.inputsDefinition().items().items().items().minProperties()); + Assertions.assertEquals("fkcefeygz", model.inputsDefinition().items().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().readOnly()); + Assertions.assertEquals("sfmnaybdjnxumen", model.inputsDefinition().items().items().items().xml().name()); + Assertions.assertEquals("on", model.inputsDefinition().items().items().items().xml().namespace()); + Assertions.assertEquals("hymxymulwivqtow", model.inputsDefinition().items().items().items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().items().xml().wrapped()); + Assertions.assertEquals("zpwdlvwtiwsmo", + model.inputsDefinition().items().items().items().externalDocs().description()); + Assertions.assertEquals("onhqnam", model.inputsDefinition().items().items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("obygoo", + model.inputsDefinition().items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("qa", model.inputsDefinition().items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("asgmatrnzpd", + model.inputsDefinition().items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("daaktuj", + model.inputsDefinition().items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("fjikffffgkuhznw", + model.inputsDefinition().items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("uldbkke", + model.inputsDefinition().items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("kj", model.inputsDefinition().items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("awgazmxjqifh", + model.inputsDefinition().items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("jsbcml", + model.inputsDefinition().items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("irhhmo", model.inputsDefinition().items().items().properties().get("ncjmlfuyf").ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").type()); + Assertions.assertEquals("zgfjzcvaaxoialah", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").title()); + Assertions.assertEquals("vl", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").required().get(0)); + Assertions.assertEquals(1538169382, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").maxProperties()); + Assertions.assertEquals(186111806, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").minProperties()); + Assertions.assertEquals("thbb", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").notificationUrlExtension()); + Assertions.assertEquals("uxx", model.inputsDefinition().items().items().required().get(0)); + Assertions.assertEquals(29057625, model.inputsDefinition().items().items().maxProperties()); + Assertions.assertEquals(630653211, model.inputsDefinition().items().items().minProperties()); + Assertions.assertEquals("saidjan", model.inputsDefinition().items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().items().items().allOf().get(0).type()); + Assertions.assertEquals("vdxxurntujmoilun", model.inputsDefinition().items().items().allOf().get(0).title()); + Assertions.assertEquals("bpnjodf", model.inputsDefinition().items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(584126929, model.inputsDefinition().items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(2025512085, model.inputsDefinition().items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("oxsazuxejgwe", + model.inputsDefinition().items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("krukizyhgsqt", model.inputsDefinition().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().readOnly()); + Assertions.assertEquals("xqfpj", model.inputsDefinition().items().items().xml().name()); + Assertions.assertEquals("ggweeiwdhdmncgb", model.inputsDefinition().items().items().xml().namespace()); + Assertions.assertEquals("uscstunmlh", model.inputsDefinition().items().items().xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().wrapped()); + Assertions.assertEquals("jtrdxr", model.inputsDefinition().items().items().externalDocs().description()); + Assertions.assertEquals("agbbgia", model.inputsDefinition().items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().notificationUrlExtension()); + Assertions.assertEquals("inwhed", model.inputsDefinition().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("pbqwuntobu", model.inputsDefinition().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("djufbnkl", model.inputsDefinition().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("axpegjw", model.inputsDefinition().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("glzfytl", model.inputsDefinition().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("lqhopxouvmrs", + model.inputsDefinition().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("likyypzkgxfxfmyr", + model.inputsDefinition().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("db", model.inputsDefinition().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kszanmhwgpte", + model.inputsDefinition().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("zyybzo", model.inputsDefinition().items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("v", model.inputsDefinition().items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("ptvdxxheigm", + model.inputsDefinition().items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("lwzgh", model.inputsDefinition().items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("jvmabzzbway", + model.inputsDefinition().items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mdafbgymqt", + model.inputsDefinition().items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("preojxrjnbsconxa", + model.inputsDefinition().items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("nwdxzedpqlrfbor", + model.inputsDefinition().items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("p", model.inputsDefinition().items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("nfy", model.inputsDefinition().items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("vfrbypic", + model.inputsDefinition().items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("kpdj", + model.inputsDefinition().items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("qh", model.inputsDefinition().items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("q", + model.inputsDefinition().items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("rnsihqhudsmus", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").type()); + Assertions.assertEquals("jakx", model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").title()); + Assertions.assertEquals("fczmnn", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().type()); + Assertions.assertEquals("x", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().title()); + Assertions.assertEquals("gsy", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().required().get(0)); + Assertions.assertEquals(1853377573, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().maxProperties()); + Assertions.assertEquals(1216848035, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().minProperties()); + Assertions.assertEquals("drv", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().notificationUrlExtension()); + Assertions.assertEquals("bxv", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").required().get(0)); + Assertions.assertEquals(998362511, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").maxProperties()); + Assertions.assertEquals(502427869, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").minProperties()); + Assertions.assertEquals("piuzvk", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").readOnly()); + Assertions.assertEquals("mjuk", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().name()); + Assertions.assertEquals("r", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().namespace()); + Assertions.assertEquals("a", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().prefix()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().attribute()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().wrapped()); + Assertions.assertEquals("lvzkl", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().description()); + Assertions.assertEquals("bgikyjtkakvlbi", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().uri()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").notificationUrlExtension()); + Assertions.assertEquals("nafhxrzfr", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().operationId()); + Assertions.assertEquals("ztiucwviql", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("qwh", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().operationId()); + Assertions.assertEquals("xnmxgnmguzb", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("banlxunpqcckq", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().operationId()); + Assertions.assertEquals("wzlzklasl", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().builtInOperation()); + Assertions.assertEquals("ciz", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemsPath()); + Assertions.assertEquals("lrarwpewsaudo", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemValuePath()); + Assertions.assertEquals("tighsxjpy", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("dnox", model.inputsDefinition().items().required().get(0)); + Assertions.assertEquals(245200094, model.inputsDefinition().items().maxProperties()); + Assertions.assertEquals(74841439, model.inputsDefinition().items().minProperties()); + Assertions.assertEquals("vrgptq", model.inputsDefinition().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.inputsDefinition().items().allOf().get(0).type()); + Assertions.assertEquals("jdrpizfulgycts", model.inputsDefinition().items().allOf().get(0).title()); + Assertions.assertEquals("qgkujds", model.inputsDefinition().items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.inputsDefinition().items().allOf().get(0).items().type()); + Assertions.assertEquals("qwoeurbtigapd", model.inputsDefinition().items().allOf().get(0).items().title()); + Assertions.assertEquals("hzokpoyuohue", + model.inputsDefinition().items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1282795519, model.inputsDefinition().items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(195362685, model.inputsDefinition().items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("pwsadaxjsumxpe", + model.inputsDefinition().items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).items().readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("niz", model.inputsDefinition().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(8718366, model.inputsDefinition().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(2112989688, model.inputsDefinition().items().allOf().get(0).minProperties()); + Assertions.assertEquals("ghrmthsplw", model.inputsDefinition().items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).readOnly()); + Assertions.assertEquals("rgxfqpaniceo", model.inputsDefinition().items().allOf().get(0).xml().name()); + Assertions.assertEquals("gzwhsxyrujmtik", model.inputsDefinition().items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("likyohz", model.inputsDefinition().items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("ncmazdf", + model.inputsDefinition().items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("xhyqmr", model.inputsDefinition().items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("lhhfi", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("cfculzj", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("oxinunjlzkdr", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("qsxytqqtcmiw", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("p", model.inputsDefinition().items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("rryklleynqan", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("igglclwalhvub", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("zphetxdqcm", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("tajqzj", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("p", model.inputsDefinition().items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().readOnly()); + Assertions.assertEquals("aidqzsaaoqdsgpto", model.inputsDefinition().items().xml().name()); + Assertions.assertEquals("jq", model.inputsDefinition().items().xml().namespace()); + Assertions.assertEquals("afcnlrtb", model.inputsDefinition().items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().items().xml().wrapped()); + Assertions.assertEquals("xq", model.inputsDefinition().items().externalDocs().description()); + Assertions.assertEquals("rswyilj", model.inputsDefinition().items().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().notificationUrlExtension()); + Assertions.assertEquals("ujsqycm", model.inputsDefinition().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("xfabl", model.inputsDefinition().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yjshcyb", model.inputsDefinition().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("upp", model.inputsDefinition().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("cmvouujxdiikmoxr", + model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").operationId()); + Assertions.assertEquals("svavlrxikjmoy", + model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").valuePath()); + Assertions.assertEquals("bmgjymncjc", model.inputsDefinition().items().dynamicListNew().operationId()); + Assertions.assertEquals("airwcqzoofj", model.inputsDefinition().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("jsvepfbhtleberp", model.inputsDefinition().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("jeknfqnw", model.inputsDefinition().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("qxowkdn", model.inputsDefinition().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("krhwieh", + model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").operationId()); + Assertions.assertEquals("pnowawonoehrguql", + model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").valuePath()); + Assertions.assertEquals(false, + model.inputsDefinition().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.inputsDefinition().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("elnii", model.inputsDefinition().items().dynamicTree().open().operationId()); + Assertions.assertEquals("cgagdvcdqhftzbp", model.inputsDefinition().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("a", model.inputsDefinition().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("df", model.inputsDefinition().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("tncwmhjobzrfpr", + model.inputsDefinition().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("dc", model.inputsDefinition().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("yftcvbzwgwhg", + model.inputsDefinition().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("pbtsixhgvbhxmnd", + model.inputsDefinition().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("gsqjayqmarxneib", model.inputsDefinition().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("brhbjdqknhqn", + model.inputsDefinition().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("tpuwnnohmmzngocf", + model.inputsDefinition().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("uypwyiulaynos", + model.inputsDefinition().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("kfhaxttpfsmwgsgh", + model.inputsDefinition().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("cum", model.inputsDefinition().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("igrjdljlkqhvkrbz", model.inputsDefinition().properties().get("olj").ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().properties().get("olj").type()); + Assertions.assertEquals("taxklpruu", model.inputsDefinition().properties().get("olj").title()); + Assertions.assertEquals("l", model.inputsDefinition().properties().get("olj").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.inputsDefinition().properties().get("olj").items().type()); + Assertions.assertEquals("wx", model.inputsDefinition().properties().get("olj").items().title()); + Assertions.assertEquals("ksgfyyskyekg", model.inputsDefinition().properties().get("olj").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.inputsDefinition().properties().get("olj").items().items().type()); + Assertions.assertEquals("z", model.inputsDefinition().properties().get("olj").items().items().title()); + Assertions.assertEquals("b", + model.inputsDefinition().properties().get("olj").items().items().required().get(0)); + Assertions.assertEquals(2021332057, + model.inputsDefinition().properties().get("olj").items().items().maxProperties()); + Assertions.assertEquals(255823650, + model.inputsDefinition().properties().get("olj").items().items().minProperties()); + Assertions.assertEquals("bgbudav", + model.inputsDefinition().properties().get("olj").items().items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").items().items().notificationUrlExtension()); + Assertions.assertEquals("bdueurg", model.inputsDefinition().properties().get("olj").items().required().get(0)); + Assertions.assertEquals(1208551296, model.inputsDefinition().properties().get("olj").items().maxProperties()); + Assertions.assertEquals(1562410077, model.inputsDefinition().properties().get("olj").items().minProperties()); + Assertions.assertEquals("lojermhzicsbfd", + model.inputsDefinition().properties().get("olj").items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().readOnly()); + Assertions.assertEquals("knyuki", model.inputsDefinition().properties().get("olj").items().xml().name()); + Assertions.assertEquals("iglh", model.inputsDefinition().properties().get("olj").items().xml().namespace()); + Assertions.assertEquals("zwxqtejpii", model.inputsDefinition().properties().get("olj").items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().wrapped()); + Assertions.assertEquals("zyohxpthc", + model.inputsDefinition().properties().get("olj").items().externalDocs().description()); + Assertions.assertEquals("pvkvtwf", + model.inputsDefinition().properties().get("olj").items().externalDocs().uri()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").items().notificationUrlExtension()); + Assertions.assertEquals("ygz", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("yevjhubnobguq", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("qdvrdmvxyrxdh", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("qojbxao", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("b", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().operationId()); + Assertions.assertEquals("aehtd", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("mbnvynfaooeacted", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("lsk", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("ddida", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("jrholuqw", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").type()); + Assertions.assertEquals("xhdod", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").title()); + Assertions.assertEquals("xcjkcoqwczsy", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").required().get(0)); + Assertions.assertEquals(1215585734, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").maxProperties()); + Assertions.assertEquals(174855612, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").minProperties()); + Assertions.assertEquals("vmuafmc", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition() + .properties() + .get("olj") + .properties() + .get("kumcfjxokyelsy") + .notificationUrlExtension()); + Assertions.assertEquals("rlimzfvppkeqs", model.inputsDefinition().properties().get("olj").required().get(0)); + Assertions.assertEquals(1940380502, model.inputsDefinition().properties().get("olj").maxProperties()); + Assertions.assertEquals(658508685, model.inputsDefinition().properties().get("olj").minProperties()); + Assertions.assertEquals("ggorwjoqt", model.inputsDefinition().properties().get("olj").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.inputsDefinition().properties().get("olj").allOf().get(0).type()); + Assertions.assertEquals("vclpofyrlm", model.inputsDefinition().properties().get("olj").allOf().get(0).title()); + Assertions.assertEquals("jlz", + model.inputsDefinition().properties().get("olj").allOf().get(0).required().get(0)); + Assertions.assertEquals(1172424480, + model.inputsDefinition().properties().get("olj").allOf().get(0).maxProperties()); + Assertions.assertEquals(1969257397, + model.inputsDefinition().properties().get("olj").allOf().get(0).minProperties()); + Assertions.assertEquals("yyzivrmitcd", + model.inputsDefinition().properties().get("olj").allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("fnzzryizwbxg", model.inputsDefinition().properties().get("olj").discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").readOnly()); + Assertions.assertEquals("ayunomirhpfabenq", model.inputsDefinition().properties().get("olj").xml().name()); + Assertions.assertEquals("mwmgewayxfl", model.inputsDefinition().properties().get("olj").xml().namespace()); + Assertions.assertEquals("cpjs", model.inputsDefinition().properties().get("olj").xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().wrapped()); + Assertions.assertEquals("deluqroja", + model.inputsDefinition().properties().get("olj").externalDocs().description()); + Assertions.assertEquals("fztlr", model.inputsDefinition().properties().get("olj").externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").notificationUrlExtension()); + Assertions.assertEquals("zxpxhn", + model.inputsDefinition().properties().get("olj").dynamicSchemaOld().operationId()); + Assertions.assertEquals("slekc", + model.inputsDefinition().properties().get("olj").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("mjzucwwme", + model.inputsDefinition().properties().get("olj").dynamicSchemaNew().operationId()); + Assertions.assertEquals("qhdd", + model.inputsDefinition().properties().get("olj").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("pgaixwrgrkkderf", + model.inputsDefinition().properties().get("olj").dynamicListNew().operationId()); + Assertions.assertEquals("wqikwepwogggic", + model.inputsDefinition().properties().get("olj").dynamicListNew().builtInOperation()); + Assertions.assertEquals("xhtfmcqbsudzpgch", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemsPath()); + Assertions.assertEquals("gfqumjdjxhzghgo", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemValuePath()); + Assertions.assertEquals("ynrceqavfdbdf", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("uxxrwzobuzms", + model.inputsDefinition().properties().get("olj").dynamicTree().open().operationId()); + Assertions.assertEquals("amt", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemsPath()); + Assertions.assertEquals("kwppthuzdprmimr", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("dpoqfxyem", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("ftb", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("whtecloamfmxtll", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("tymqcnrrfijhggab", + model.inputsDefinition().properties().get("olj").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("sdpzouhktqrxqwq", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().operationId()); + Assertions.assertEquals("xrdfddtu", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ygta", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("zcxdfweapyfmlxrl", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("h", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("spi", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("eimixlmdbgicehf", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("cebxx", model.inputsDefinition().required().get(0)); + Assertions.assertEquals(1655561193, model.inputsDefinition().maxProperties()); + Assertions.assertEquals(1172142254, model.inputsDefinition().minProperties()); + Assertions.assertEquals("mddhgajkrd", model.inputsDefinition().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.inputsDefinition().allOf().get(0).type()); + Assertions.assertEquals("pfcudvafnbf", model.inputsDefinition().allOf().get(0).title()); + Assertions.assertEquals("enqnxhgkordwzej", model.inputsDefinition().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().allOf().get(0).items().type()); + Assertions.assertEquals("zvcmbpwd", model.inputsDefinition().allOf().get(0).items().title()); + Assertions.assertEquals("ayprldid", model.inputsDefinition().allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.inputsDefinition().allOf().get(0).items().items().type()); + Assertions.assertEquals("f", model.inputsDefinition().allOf().get(0).items().items().title()); + Assertions.assertEquals("ynqjgsat", model.inputsDefinition().allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(1741989520, model.inputsDefinition().allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(383249084, model.inputsDefinition().allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("gcru", model.inputsDefinition().allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("ioqemqwtqszzg", model.inputsDefinition().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1879054002, model.inputsDefinition().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1332057721, model.inputsDefinition().allOf().get(0).items().minProperties()); + Assertions.assertEquals("mpnbnfgyweoj", model.inputsDefinition().allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().readOnly()); + Assertions.assertEquals("mahiw", model.inputsDefinition().allOf().get(0).items().xml().name()); + Assertions.assertEquals("yawkch", model.inputsDefinition().allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("pitskshfyftti", model.inputsDefinition().allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("blivw", model.inputsDefinition().allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("sudy", model.inputsDefinition().allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("psapzu", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("wwytbdjzghx", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xz", model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("mkanbc", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("haahntofelfhpfi", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("skkzdfivsujybsr", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("zmrgtxdhmfppinmg", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("esmkwtzgf", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("gjhxerxl", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("gicnqwlctmwpblx", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").type()); + Assertions.assertEquals("gvxrktjcjigc", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").title()); + Assertions.assertEquals("aowcahdkm", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").required().get(0)); + Assertions.assertEquals(2099578619, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").maxProperties()); + Assertions.assertEquals(807845192, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").minProperties()); + Assertions.assertEquals("jezbfsjwfczgl", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").discriminator()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").notificationUrlExtension()); + Assertions.assertEquals("qrbrnxhjtlxf", model.inputsDefinition().allOf().get(0).required().get(0)); + Assertions.assertEquals(1942434444, model.inputsDefinition().allOf().get(0).maxProperties()); + Assertions.assertEquals(47403047, model.inputsDefinition().allOf().get(0).minProperties()); + Assertions.assertEquals("htrxbozp", model.inputsDefinition().allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, model.inputsDefinition().allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("wjzb", model.inputsDefinition().allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("xfqk", model.inputsDefinition().allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(863208191, model.inputsDefinition().allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(1579732142, model.inputsDefinition().allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("zdaiovrb", model.inputsDefinition().allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("ldrdymnswx", model.inputsDefinition().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).readOnly()); + Assertions.assertEquals("qnghxnimvyujr", model.inputsDefinition().allOf().get(0).xml().name()); + Assertions.assertEquals("unnqgypuqtnylqu", model.inputsDefinition().allOf().get(0).xml().namespace()); + Assertions.assertEquals("qmvyumgmmuebsnzn", model.inputsDefinition().allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("tbgblxbuibrvjzta", + model.inputsDefinition().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("vs", model.inputsDefinition().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("n", model.inputsDefinition().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("ovazoymdvhhpl", + model.inputsDefinition().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("swzeyxry", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("r", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("lvs", model.inputsDefinition().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("asgtl", model.inputsDefinition().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("qpoilos", model.inputsDefinition().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("emcezevftm", model.inputsDefinition().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("l", model.inputsDefinition().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("pfhru", model.inputsDefinition().allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("syqcjnqswxdowum", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("ukrcdiohcl", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("dnhfknebwedd", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("yzcwy", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mkaqldqabnwvpaq", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("xf", model.inputsDefinition().allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("hwpadhedbfob", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("zvothmkh", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ozvbwfc", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("hbpoelhscmyhrhj", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("zfq", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("kndwp", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("qwojoev", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("nnmkvae", model.inputsDefinition().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().readOnly()); + Assertions.assertEquals("xhhlbmyphf", model.inputsDefinition().xml().name()); + Assertions.assertEquals("rpdhewokyqs", model.inputsDefinition().xml().namespace()); + Assertions.assertEquals("xfsyw", model.inputsDefinition().xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().xml().wrapped()); + Assertions.assertEquals("wbkurklpiigf", model.inputsDefinition().externalDocs().description()); + Assertions.assertEquals("keutuipjclzjwaq", model.inputsDefinition().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().notificationUrlExtension()); + Assertions.assertEquals("tea", model.inputsDefinition().dynamicSchemaOld().operationId()); + Assertions.assertEquals("egefzjx", model.inputsDefinition().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("aujqgbbjv", model.inputsDefinition().dynamicSchemaNew().operationId()); + Assertions.assertEquals("oawh", model.inputsDefinition().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("bc", + model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").operationId()); + Assertions.assertEquals("oygsabdgdheronsd", + model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").valuePath()); + Assertions.assertEquals("otdofqv", model.inputsDefinition().dynamicListNew().operationId()); + Assertions.assertEquals("qsdqkpsbqs", model.inputsDefinition().dynamicListNew().builtInOperation()); + Assertions.assertEquals("m", model.inputsDefinition().dynamicListNew().itemsPath()); + Assertions.assertEquals("aftazgcxsvqlcq", model.inputsDefinition().dynamicListNew().itemValuePath()); + Assertions.assertEquals("ylamxow", model.inputsDefinition().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("oyutehlk", + model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").operationId()); + Assertions.assertEquals("vtipquksxiknsg", + model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").valuePath()); + Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("oqhbjqlqfbler", model.inputsDefinition().dynamicTree().open().operationId()); + Assertions.assertEquals("ollcshjucihby", model.inputsDefinition().dynamicTree().open().itemsPath()); + Assertions.assertEquals("jvtpnerxvjeaz", model.inputsDefinition().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("helhbimyi", model.inputsDefinition().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("qamcthtpqgfz", model.inputsDefinition().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("sizkdiuvflg", model.inputsDefinition().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("cwjgwa", model.inputsDefinition().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("ofgrutvnp", + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").selectedItemValuePath()); + Assertions.assertEquals("zghhh", + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").parameterReference()); + Assertions.assertEquals(false, + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").required()); + Assertions.assertEquals("meyobqajejirvavr", model.inputsDefinition().dynamicTree().browse().operationId()); + Assertions.assertEquals("gpogpl", model.inputsDefinition().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("uvlnhxnrnjhinaeg", model.inputsDefinition().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("bx", model.inputsDefinition().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("pqm", model.inputsDefinition().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("oplukfy", model.inputsDefinition().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("fhsovadkrmjxmwq", model.inputsDefinition().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("sjqb", + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").selectedItemValuePath()); + Assertions.assertEquals("riwbwggij", + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").parameterReference()); + Assertions.assertEquals(true, + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").required()); + Assertions.assertEquals("kwsbzrhdugquh", model.responsesDefinition().get("idzfpsfy").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").type()); + Assertions.assertEquals("frunj", model.responsesDefinition().get("idzfpsfy").title()); + Assertions.assertEquals("jhiycbauseqnczk", model.responsesDefinition().get("idzfpsfy").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").items().type()); + Assertions.assertEquals("tuwyjsqwzszos", model.responsesDefinition().get("idzfpsfy").items().title()); + Assertions.assertEquals("zunkfnyskwwun", model.responsesDefinition().get("idzfpsfy").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.responsesDefinition().get("idzfpsfy").items().items().type()); + Assertions.assertEquals("avoj", model.responsesDefinition().get("idzfpsfy").items().items().title()); + Assertions.assertEquals("hipcukvbljpx", + model.responsesDefinition().get("idzfpsfy").items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, + model.responsesDefinition().get("idzfpsfy").items().items().items().type()); + Assertions.assertEquals("chyluqa", model.responsesDefinition().get("idzfpsfy").items().items().items().title()); + Assertions.assertEquals("ritrcwb", + model.responsesDefinition().get("idzfpsfy").items().items().items().required().get(0)); + Assertions.assertEquals(1462309233, + model.responsesDefinition().get("idzfpsfy").items().items().items().maxProperties()); + Assertions.assertEquals(845706297, + model.responsesDefinition().get("idzfpsfy").items().items().items().minProperties()); + Assertions.assertEquals("qb", + model.responsesDefinition().get("idzfpsfy").items().items().items().discriminator()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().items().readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().items().items().notificationUrlExtension()); + Assertions.assertEquals("wb", model.responsesDefinition().get("idzfpsfy").items().items().required().get(0)); + Assertions.assertEquals(642175945, model.responsesDefinition().get("idzfpsfy").items().items().maxProperties()); + Assertions.assertEquals(1815540528, + model.responsesDefinition().get("idzfpsfy").items().items().minProperties()); + Assertions.assertEquals("sdjpgxe", model.responsesDefinition().get("idzfpsfy").items().items().discriminator()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().readOnly()); + Assertions.assertEquals("cfferznzc", model.responsesDefinition().get("idzfpsfy").items().items().xml().name()); + Assertions.assertEquals("voveomkhfeqcoop", + model.responsesDefinition().get("idzfpsfy").items().items().xml().namespace()); + Assertions.assertEquals("pohimgck", model.responsesDefinition().get("idzfpsfy").items().items().xml().prefix()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().items().xml().attribute()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().xml().wrapped()); + Assertions.assertEquals("upf", + model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().description()); + Assertions.assertEquals("ldqdzauiunyevdyz", + model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().uri()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").items().items().notificationUrlExtension()); + Assertions.assertEquals("bav", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("vxwve", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("njyhzfa", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("kdv", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("ajggfzgaefhawkmi", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().operationId()); + Assertions.assertEquals("y", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("iurni", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("pdyttqmiu", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("plosebmhhtuqm", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("bsmnda", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").type()); + Assertions.assertEquals("uyje", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").title()); + Assertions.assertEquals("pwwlzpddar", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").required().get(0)); + Assertions.assertEquals(514734154, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").maxProperties()); + Assertions.assertEquals(329006427, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").minProperties()); + Assertions.assertEquals("kampyhwpbldz", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").discriminator()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").notificationUrlExtension()); + Assertions.assertEquals("gkqwvde", model.responsesDefinition().get("idzfpsfy").items().required().get(0)); + Assertions.assertEquals(496430638, model.responsesDefinition().get("idzfpsfy").items().maxProperties()); + Assertions.assertEquals(306469986, model.responsesDefinition().get("idzfpsfy").items().minProperties()); + Assertions.assertEquals("fr", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).type()); + Assertions.assertEquals("ubpebrm", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).title()); + Assertions.assertEquals("ybnzbnvmsh", + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).required().get(0)); + Assertions.assertEquals(305530667, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).maxProperties()); + Assertions.assertEquals(148575354, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).minProperties()); + Assertions.assertEquals("xgxqayga", + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("yozvrcwfpucw", model.responsesDefinition().get("idzfpsfy").items().discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().readOnly()); + Assertions.assertEquals("efgzjvbx", model.responsesDefinition().get("idzfpsfy").items().xml().name()); + Assertions.assertEquals("bg", model.responsesDefinition().get("idzfpsfy").items().xml().namespace()); + Assertions.assertEquals("rx", model.responsesDefinition().get("idzfpsfy").items().xml().prefix()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().wrapped()); + Assertions.assertEquals("glvyakeszsuuvul", + model.responsesDefinition().get("idzfpsfy").items().externalDocs().description()); + Assertions.assertEquals("cwgg", model.responsesDefinition().get("idzfpsfy").items().externalDocs().uri()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().notificationUrlExtension()); + Assertions.assertEquals("hcbtuxlbpxrhrfj", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("razwefiktlhqasht", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yhgqokjbmsr", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("xyxxhwr", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("s", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().operationId()); + Assertions.assertEquals("vrrbnhy", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("bhujcydyl", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("xvpstizsyqagqll", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("r", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("avsavgthkslgeuuf", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().operationId()); + Assertions.assertEquals("zb", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("xjblajy", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("nbycs", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("oisaz", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mofsvp", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("gnywxu", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wtmszcfyzq", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().operationId()); + Assertions.assertEquals("qregfurdpagknx", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ovrgih", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("zffewvqkyc", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("geipqxxs", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("afwtydsmmab", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("clejqzhpv", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("wdzpzl", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").type()); + Assertions.assertEquals("x", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").title()); + Assertions.assertEquals("wwvmbjec", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().type()); + Assertions.assertEquals("ghnkfrwxohlydsn", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().title()); + Assertions.assertEquals("jxlaaced", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().required().get(0)); + Assertions.assertEquals(487487985, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().maxProperties()); + Assertions.assertEquals(15233592, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().minProperties()); + Assertions.assertEquals("bzbevgbnrom", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().discriminator()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .items() + .notificationUrlExtension()); + Assertions.assertEquals("iywhxpsb", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").required().get(0)); + Assertions.assertEquals(1802423608, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").maxProperties()); + Assertions.assertEquals(1258550316, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").minProperties()); + Assertions.assertEquals("hz", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").discriminator()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").readOnly()); + Assertions.assertEquals("ckn", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().name()); + Assertions.assertEquals("kcu", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().namespace()); + Assertions.assertEquals("hdgwuzrono", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().prefix()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().attribute()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().wrapped()); + Assertions.assertEquals("ebawnxzsjwyfixir", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .externalDocs() + .description()); + Assertions.assertEquals("j", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").externalDocs().uri()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").notificationUrlExtension()); + Assertions.assertEquals("alewgux", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaOld() + .operationId()); + Assertions.assertEquals("m", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaOld() + .valuePath()); + Assertions.assertEquals("nmzr", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaNew() + .operationId()); + Assertions.assertEquals("aojpzngdrzi", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaNew() + .valuePath()); + Assertions.assertEquals("vyigdeipnf", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .operationId()); + Assertions.assertEquals("ejwli", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .builtInOperation()); + Assertions.assertEquals("cndjzwhajo", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemsPath()); + Assertions.assertEquals("pqokhdyncra", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemValuePath()); + Assertions.assertEquals("sewbempfapmqnm", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemTitlePath()); + Assertions.assertEquals("ltcvmahpuwkupbbn", model.responsesDefinition().get("idzfpsfy").required().get(0)); + Assertions.assertEquals(558509018, model.responsesDefinition().get("idzfpsfy").maxProperties()); + Assertions.assertEquals(1653699527, model.responsesDefinition().get("idzfpsfy").minProperties()); + Assertions.assertEquals("simtfcqmmy", model.responsesDefinition().get("idzfpsfy").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).type()); + Assertions.assertEquals("elpfijtezgxmpes", model.responsesDefinition().get("idzfpsfy").allOf().get(0).title()); + Assertions.assertEquals("adlerzinfuivczkt", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().type()); + Assertions.assertEquals("wtdapsmirmnrijef", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().title()); + Assertions.assertEquals("fcnuestbsli", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().required().get(0)); + Assertions.assertEquals(407766062, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1714948406, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().minProperties()); + Assertions.assertEquals("rctysecpekhxdb", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("jxncqzahgtvbgdob", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).required().get(0)); + Assertions.assertEquals(721038450, model.responsesDefinition().get("idzfpsfy").allOf().get(0).maxProperties()); + Assertions.assertEquals(1339830760, model.responsesDefinition().get("idzfpsfy").allOf().get(0).minProperties()); + Assertions.assertEquals("esgcsqos", model.responsesDefinition().get("idzfpsfy").allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).readOnly()); + Assertions.assertEquals("goufpizpbmfx", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().name()); + Assertions.assertEquals("pfyvslazipplxgt", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().namespace()); + Assertions.assertEquals("mjtycildrznlaxoz", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().wrapped()); + Assertions.assertEquals("vehyklel", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().description()); + Assertions.assertEquals("dvpqfbxgy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("dmsfwtwrs", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("vcneqswxhqhgk", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("wnoljdkx", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("ewy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("oenefnoafpcnr", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("yrxowv", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("fcmuajwblxphto", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("rf", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("tnnsvrfajy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("naeikczscymqf", model.responsesDefinition().get("idzfpsfy").discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").readOnly()); + Assertions.assertEquals("qnyumz", model.responsesDefinition().get("idzfpsfy").xml().name()); + Assertions.assertEquals("dokez", model.responsesDefinition().get("idzfpsfy").xml().namespace()); + Assertions.assertEquals("ezknfzqnzbflbqmh", model.responsesDefinition().get("idzfpsfy").xml().prefix()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").xml().wrapped()); + Assertions.assertEquals("lmsy", model.responsesDefinition().get("idzfpsfy").externalDocs().description()); + Assertions.assertEquals("dcrolrze", model.responsesDefinition().get("idzfpsfy").externalDocs().uri()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").notificationUrlExtension()); + Assertions.assertEquals("ebldpo", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().operationId()); + Assertions.assertEquals("ffjk", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("iyndurdonkgobx", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().operationId()); + Assertions.assertEquals("rdolenrswkn", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("nmzaofro", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").operationId()); + Assertions.assertEquals("qckievyrejyoy", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").valuePath()); + Assertions.assertEquals("vev", model.responsesDefinition().get("idzfpsfy").dynamicListNew().operationId()); + Assertions.assertEquals("rphklqlii", + model.responsesDefinition().get("idzfpsfy").dynamicListNew().builtInOperation()); + Assertions.assertEquals("anuwgjnofg", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemsPath()); + Assertions.assertEquals("y", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemValuePath()); + Assertions.assertEquals("sebjuymtevae", + model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("ywhr", + model.responsesDefinition() + .get("idzfpsfy") + .dynamicListNew() + .parameters() + .get("usrjzhdtrsyfezf") + .operationId()); + Assertions.assertEquals("ej", + model.responsesDefinition() + .get("idzfpsfy") + .dynamicListNew() + .parameters() + .get("usrjzhdtrsyfezf") + .valuePath()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("ejpdcliqwzutiy", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().operationId()); + Assertions.assertEquals("rnhhjtvh", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemsPath()); + Assertions.assertEquals("z", model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("yovqmqcudptoqwr", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("ckjt", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("okmxwawfubknge", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("x", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("fdt", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().operationId()); + Assertions.assertEquals("iaxtyrnuh", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("hepisq", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("mlroiommemsoqgb", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("yeqdob", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("aqcabe", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("kcesrsi", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals(true, model.isWebhook()); + Assertions.assertEquals(true, model.isNotification()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + ApiOperationPropertiesDefinition model = new ApiOperationPropertiesDefinition().withSummary("iadhbatec") + .withDescription("tsdohzniucbdaomb") + .withVisibility("injdllwktlepo") + .withTrigger("vvqxua") + .withTriggerHint("cqwulynkgfcfd") + .withPageable(true) + .withAnnotation(new ApiOperationAnnotation().withStatus(StatusAnnotation.PRODUCTION) + .withFamily("xtclhuulriqbyok") + .withRevision(669836902)) + .withApi(new ApiReference().withId("lrrskap") + .withDisplayName("sxebrslttfyhcdjw") + .withDescription("oardnagttpu") + .withIconUri("bpgnrholhujbf") + .withSwagger("dataiplkysolsyjprxs") + .withBrandColor("hdmcvht") + .withCategory(ApiTier.PREMIUM) + .withIntegrationServiceEnvironment(new ResourceReference().withId("f"))) + .withInputsDefinition(new SwaggerSchema().withRef("okyk") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("yc") + .withItems( + new SwaggerSchema().withRef("vkcxzznn") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("rsejegprkj") + .withItems( + new SwaggerSchema().withRef("rjmwvvbtuqkxxi") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("qldekotjg") + .withItems(new SwaggerSchema().withRef("qfkyfhiwvjaqu") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("nvskpaj") + .withItems(new SwaggerSchema().withRef("eumexmjbxc") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("kqmt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("qis", new SwaggerSchema())) + .withAdditionalProperties("datap") + .withRequired(Arrays.asList("ftr", "rejdaahuqim", "dahlfxlmuifmuadj", "fsn")) + .withMaxProperties(1842432317) + .withMinProperties(1296093804) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("jgczetybnxgztl") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahfjv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("uvlbefvwc", new SwaggerSchema())) + .withAdditionalProperties("datakxpylrwox") + .withRequired(Arrays.asList("psyxjije", "pdvrbkerdkdkga")) + .withMaxProperties(1372379589) + .withMinProperties(763770170) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("fkcefeygz") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("sfmnaybdjnxumen") + .withNamespace("on") + .withPrefix("hymxymulwivqtow") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("j", "dataybajasqubf", "htfxcpupuki", "dataywhjqwmchq"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("zpwdlvwtiwsmo") + .withUri("onhqnam") + .withExtensions(mapOf("eajbkajlcyizyddc", "dataltassaekewna", + "krvfsxxbydes", "dataxo"))) + .withExample("datavgecpwgoljtzx") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("obygoo") + .withValuePath("qa") + .withParameters(mapOf("jfucsaodjnosdkv", "datavaz"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("asgmatrnzpd") + .withValuePath("daaktuj") + .withParameters(mapOf("bo", new SwaggerCustomDynamicProperties(), "myfp", + new SwaggerCustomDynamicProperties(), "dowkppnwyytfv", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew( + new SwaggerCustomDynamicList().withOperationId("fjikffffgkuhznw") + .withBuiltInOperation("uldbkke") + .withItemsPath("kj") + .withItemValuePath("awgazmxjqifh") + .withItemTitlePath("jsbcml") + .withParameters(mapOf("hzbh", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("ncjmlfuyf", new SwaggerSchema().withRef("irhhmo") + .withType(SwaggerSchemaType.STRING) + .withTitle("zgfjzcvaaxoialah") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("cokdxkukmkczyn", new SwaggerSchema(), "h", new SwaggerSchema())) + .withAdditionalProperties("dataqeq") + .withRequired(Arrays.asList("vl", "q")) + .withMaxProperties(1538169382) + .withMinProperties(186111806) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("thbb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawdrnzkj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), "watuwqkokbczoth", + new SwaggerSchema().withRef("pfiddhl") + .withType(SwaggerSchemaType.STRING) + .withTitle("cqyjmqrfuiocus") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rsazrhxud", new SwaggerSchema())) + .withAdditionalProperties("datamdtff") + .withRequired(Arrays.asList("mrkkhmwd")) + .withMaxProperties(37083730) + .withMinProperties(1320766241) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("okwtjawhvagnqfqq") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataolcaymjchtvsnvla") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "xudnmckap", + new SwaggerSchema().withRef("gobllms") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("imaaneak") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("obcyanrfvqtvk", new SwaggerSchema())) + .withAdditionalProperties("datavoogxkfna") + .withRequired(Arrays.asList("ymhcctopuo", "yrnskb", "hquhczygxvhajp")) + .withMaxProperties(679727577) + .withMinProperties(1085439755) + .withAllOf(Arrays + .asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("scozawmv") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanpwirfljf") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "ctkbbxuha", + new SwaggerSchema() + .withRef("knq") + .withType(SwaggerSchemaType.FILE) + .withTitle("encdgmoqueqihkky") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jouw", new SwaggerSchema(), "ldxwhieproqksm", + new SwaggerSchema(), "xmcvprstvkitbfjt", new SwaggerSchema())) + .withAdditionalProperties("dataotnplfacqocc") + .withRequired(Arrays.asList("xwe", "jtdrhutf")) + .withMaxProperties(3609088) + .withMinProperties(1073421759) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ge") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datad") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datasirncclabvoy") + .withRequired(Arrays.asList("uxx", "zb")) + .withMaxProperties(29057625) + .withMinProperties(630653211) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("saidjan") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("vdxxurntujmoilun") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("deel", new SwaggerSchema(), "slkyozd", + new SwaggerSchema(), "fzjuegrhrhtsl", new SwaggerSchema(), "jtv", + new SwaggerSchema())) + .withAdditionalProperties("datanxvgjb") + .withRequired(Arrays.asList("bpnjodf", "bj")) + .withMaxProperties(584126929) + .withMinProperties(2025512085) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("oxsazuxejgwe") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataszzacz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("dbbo") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("rmkjmyitrchwudlx") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("tpmnoe", new SwaggerSchema(), "hqlfmsib", + new SwaggerSchema(), "oyrfgxk", new SwaggerSchema())) + .withAdditionalProperties("datapmypgfq") + .withRequired(Arrays.asList("ywhlakxpe")) + .withMaxProperties(745064611) + .withMinProperties(12523805) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("fxampqcrzgeuqx") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafaujegqdtad") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("krukizyhgsqt") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("xqfpj") + .withNamespace("ggweeiwdhdmncgb") + .withPrefix("uscstunmlh") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("f", "dataiichgjsysmvxodgw", "ec", "datazsifcuvbdujgcwx"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("jtrdxr") + .withUri("agbbgia") + .withExtensions(mapOf("xwabzrwiqrxhacl", "dataykpgd"))) + .withExample("dataosqkptjqgk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("inwhed") + .withValuePath("pbqwuntobu") + .withParameters(mapOf("lw", "datazz"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("djufbnkl") + .withValuePath("axpegjw") + .withParameters(mapOf("alf", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("glzfytl") + .withBuiltInOperation("lqhopxouvmrs") + .withItemsPath("likyypzkgxfxfmyr") + .withItemValuePath("db") + .withItemTitlePath("kszanmhwgpte") + .withParameters(mapOf("uwkirk", new SwaggerCustomDynamicProperties(), "kwztsdetj", + new SwaggerCustomDynamicProperties(), "go", + new SwaggerCustomDynamicProperties(), "ifcqp", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("zyybzo") + .withItemsPath("v") + .withItemValuePath("ptvdxxheigm") + .withItemTitlePath("lwzgh") + .withItemFullTitlePath("jvmabzzbway") + .withItemIsParent("mdafbgymqt") + .withSelectableFilter("preojxrjnbsconxa") + .withParameters(mapOf("neychbjizq", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand() + .withOperationId("nwdxzedpqlrfbor") + .withItemsPath("p") + .withItemValuePath("nfy") + .withItemTitlePath("vfrbypic") + .withItemFullTitlePath("kpdj") + .withItemIsParent("qh") + .withSelectableFilter("q") + .withParameters(mapOf( + "dgonjhxshthmgp", new SwaggerCustomDynamicTreeParameter(), "zqulptkbv", + new SwaggerCustomDynamicTreeParameter(), "pxtzhigqqbtimpk", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("fbbcngkegxcypxbb", new SwaggerSchema().withRef("rnsihqhudsmus") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("jakx") + .withItems(new SwaggerSchema().withRef("fczmnn") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("x") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nosjtgirnbgmgmd", new SwaggerSchema(), "orgmynltwmpftm", + new SwaggerSchema())) + .withAdditionalProperties("datae") + .withRequired(Arrays.asList("gsy")) + .withMaxProperties(1853377573) + .withMinProperties(1216848035) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("drv") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahnrecchd") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("mjedbiu", new SwaggerSchema(), "vkhhwm", new SwaggerSchema(), + "pjbweunxcq", new SwaggerSchema())) + .withAdditionalProperties("dataihufoihp") + .withRequired(Arrays.asList("bxv", "nzuz")) + .withMaxProperties(998362511) + .withMinProperties(502427869) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("piuzvk") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("mjuk") + .withNamespace("r") + .withPrefix("a") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("wgofmhx", "datacfqp"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lvzkl") + .withUri("bgikyjtkakvlbi") + .withExtensions(mapOf("ptuoska", "datavpz", "y", "dataizjixwfgcd", "mdmuqoh", + "datakcxwnujvqynvavi", "wjc", "dataihraxqudd"))) + .withExample("databrhlhpvzadb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nafhxrzfr") + .withValuePath("ztiucwviql") + .withParameters(mapOf("cbvzarmqcb", "datahkrcqx", "rxbrdv", "dataokstsinvagovjyh"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("qwh") + .withValuePath("xnmxgnmguzb") + .withParameters(mapOf("orbalkj", new SwaggerCustomDynamicProperties(), + "bkbdhlltqstqkqs", new SwaggerCustomDynamicProperties(), "gxiynecovagzk", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("banlxunpqcckq") + .withBuiltInOperation("wzlzklasl") + .withItemsPath("ciz") + .withItemValuePath("lrarwpewsaudo") + .withItemTitlePath("tighsxjpy") + .withParameters(mapOf("qbalahovuuwxhme", new SwaggerCustomDynamicProperties(), "jnhj", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "zpacz", new SwaggerSchema().withRef("twilyrzoxp") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("frolq") + .withItems( + new SwaggerSchema().withRef("kiu") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("nahwk") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ztnlmsoo", new SwaggerSchema(), "tmvecdhdyswcrptv", + new SwaggerSchema(), "ajczxvl", new SwaggerSchema(), "srg", + new SwaggerSchema())) + .withAdditionalProperties("datafizrpywlptyuqhr") + .withRequired(Arrays.asList("skykpfuofix")) + .withMaxProperties(2025237318) + .withMinProperties(1951862568) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("pyycpawm") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawrpcfpcfjfwzlgza") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("mnnidmdia", new SwaggerSchema(), "pzxkzrntmkct", + new SwaggerSchema())) + .withAdditionalProperties("datauos") + .withRequired(Arrays.asList("psqazihqodv")) + .withMaxProperties(1474650644) + .withMinProperties(321218587) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("mjkztibniynts") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("eftvhkmoog") + .withNamespace("hskb") + .withPrefix("mjgrulcfog") + .withAttribute(false) + .withWrapped(false) + .withExtensions( + mapOf("ukz", "datatpfdzxcouzfwofwa", "nlwglihezomucmq", "datadtzxsoe", + "xkgtlzlmtrlxcznn", "dataisnionetbzdrdpue", "mwt", "datazkbnbmxl"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qzusitoq") + .withUri("hf") + .withExtensions(mapOf("lisolntfxxc", "datajmlreesrfwsszvlc", "foygizmshxxba", + "dataqmipfj", "toxjdzj", "datazabulnvgsk", "paydhfn", "datajznvhxqqmq"))) + .withExample("datac") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hksnyzmspamwbw") + .withValuePath("nlslcef") + .withParameters(mapOf("ih", "dataktwtk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("liwoyngu") + .withValuePath("hwvladpc") + .withParameters(mapOf("hausybkekymffzts", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew( + new SwaggerCustomDynamicList().withOperationId("c") + .withBuiltInOperation("syeiih") + .withItemsPath("mkouihyeseuugci") + .withItemValuePath("hogsmgbvmtd") + .withItemTitlePath("qbe") + .withParameters( + mapOf( + "fveglabtvkb", new SwaggerCustomDynamicProperties(), "wznhtfgfic", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "dstrkzxsgtz", + new SwaggerSchema().withRef("hbcakznhokhoit") + .withType(SwaggerSchemaType.FILE) + .withTitle("sdmmaz") + .withItems(new SwaggerSchema().withRef("kidbjpg") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("pxzbaw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dgfhbssdpje", new SwaggerSchema())) + .withAdditionalProperties("dataqxded") + .withRequired(Arrays.asList("iwhagxsur")) + .withMaxProperties(1878759214) + .withMinProperties(906252863) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bgullc") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakoxdupnamgl") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("vjqterdq", new SwaggerSchema())) + .withAdditionalProperties("datagd") + .withRequired(Arrays.asList("ghpcvrwqirvt", "tyhhmvfxlapja")) + .withMaxProperties(967015116) + .withMinProperties(1424460181) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("epgqvqokqlujqg") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("lyvxchp") + .withNamespace("ctsfaeuhwwsknst") + .withPrefix("uzhasupmlppdpgz") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("ngru", "datakarkptg", "qheni", "datatsyiys"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qnguba") + .withUri("jdeayscse") + .withExtensions(mapOf("vmuw", "datajemexmnv", "rdlhvdvmiphbe", "dataxlniwmcpm", + "kdclacroczf", "dataeqjzm"))) + .withExample("dataner") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zshxzezbzuz") + .withValuePath("l") + .withParameters(mapOf("styec", "dataskejcgwfsgq", "rdavsjcfmazpzdq", "datapyuijp", + "izekuvfrj", "datauzvcmcok", "ajbvbn", "dataucaonz"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("emdidac") + .withValuePath("idgzwdydamis") + .withParameters(mapOf("tdivykpxkqejtp", new SwaggerCustomDynamicProperties(), + "fojiunrlsh", new SwaggerCustomDynamicProperties(), "uknsykdtoi", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ncdrcoanvxuldx") + .withBuiltInOperation("c") + .withItemsPath("nlb") + .withItemValuePath("xl") + .withItemTitlePath("ibaqzi") + .withParameters(mapOf("pzweghlwwbo", new SwaggerCustomDynamicProperties(), + "vgfklqiyndveqe", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datavlrdsmovpi") + .withRequired(Arrays.asList("dnox", "xn", "qaqotnn")) + .withMaxProperties(245200094) + .withMinProperties(74841439) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("vrgptq") + .withType(SwaggerSchemaType.STRING) + .withTitle("jdrpizfulgycts") + .withItems(new SwaggerSchema().withRef("qgkujds") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("qwoeurbtigapd") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("keejdpdfht", new SwaggerSchema(), "mmkfq", new SwaggerSchema())) + .withAdditionalProperties("dataiqulwwtrjmeq") + .withRequired(Arrays.asList("hzokpoyuohue", "snaajph")) + .withMaxProperties(1282795519) + .withMinProperties(195362685) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("pwsadaxjsumxpe") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajrmfqzwqd") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("m", new SwaggerSchema(), "wxf", new SwaggerSchema(), "zkvemy", + new SwaggerSchema(), "dpczaqpqifd", new SwaggerSchema())) + .withAdditionalProperties("dataptrwtxzuisamo") + .withRequired(Arrays.asList("niz")) + .withMaxProperties(8718366) + .withMinProperties(2112989688) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ghrmthsplw") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("rgxfqpaniceo") + .withNamespace("gzwhsxyrujmtik") + .withPrefix("likyohz") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("xhrptyodlh", "datakvycqqqdseipnquw", "bjop", "datafktltdds", + "zkqxsalu", "dataouhbq", "wqhdgsjsa", "datayigfcvcew"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ncmazdf") + .withUri("xhyqmr") + .withExtensions(mapOf("bwtdr", "dataarnpvgrsz"))) + .withExample("datagz") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lhhfi") + .withValuePath("cfculzj") + .withParameters(mapOf("ldqpzf", "datapfywv"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("oxinunjlzkdr") + .withValuePath("qsxytqqtcmiw") + .withParameters(mapOf("svnmeylajamcajy", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("p") + .withBuiltInOperation("rryklleynqan") + .withItemsPath("igglclwalhvub") + .withItemValuePath("zphetxdqcm") + .withItemTitlePath("tajqzj") + .withParameters(mapOf("ecxbibiwksdegyxs", new SwaggerCustomDynamicProperties(), + "fpzvoikvntwczf", new SwaggerCustomDynamicProperties(), "wushlcxpbl", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("p") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("aidqzsaaoqdsgpto") + .withNamespace("jq") + .withPrefix("afcnlrtb") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("jolb", "datao", "ktwieope", "dataa"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xq") + .withUri("rswyilj") + .withExtensions(mapOf("do", "datakgxyxyauxre"))) + .withExample("datacnlt") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ujsqycm") + .withValuePath("xfabl") + .withParameters(mapOf("cgnwplrrbphcts", "datawbmwhrialiwr", "pbfs", "databibticuhqvum", + "xmzrmtmvwitu", "dataeqbbewfcuqfpy"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yjshcyb") + .withValuePath("upp") + .withParameters(mapOf("saebwfwhxorpwal", new SwaggerCustomDynamicProperties() + .withOperationId("cmvouujxdiikmoxr") + .withValuePath("svavlrxikjmoy") + .withParameters(mapOf("npipcwybszfncn", new SwaggerCustomDynamicProperties(), "atpf", + new SwaggerCustomDynamicProperties())), + "lokfpmijpdvzv", new SwaggerCustomDynamicProperties().withOperationId("wugexojfccyl") + .withValuePath("rh") + .withParameters(mapOf("azjpwexcdrzpro", new SwaggerCustomDynamicProperties(), + "zzxezmnrkj", new SwaggerCustomDynamicProperties(), "pjeuxsp", + new SwaggerCustomDynamicProperties())), + "nntrvrkps", new SwaggerCustomDynamicProperties().withOperationId("hwb") + .withValuePath("ufvcgnrgl") + .withParameters(mapOf("wyambhba", new SwaggerCustomDynamicProperties(), "ebzx", + new SwaggerCustomDynamicProperties(), "k", new SwaggerCustomDynamicProperties(), + "qutibhl", new SwaggerCustomDynamicProperties())), + "xch", new SwaggerCustomDynamicProperties().withOperationId("d") + .withValuePath("vzm") + .withParameters(mapOf("nysvlpyeuukppd", new SwaggerCustomDynamicProperties(), + "xqbolxvhhyqqegat", new SwaggerCustomDynamicProperties(), "grznmginmtsd", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bmgjymncjc") + .withBuiltInOperation("airwcqzoofj") + .withItemsPath("jsvepfbhtleberp") + .withItemValuePath("jeknfqnw") + .withItemTitlePath("qxowkdn") + .withParameters(mapOf("rmxkbcjwwdxom", new SwaggerCustomDynamicProperties().withOperationId( + "krhwieh") + .withValuePath("pnowawonoehrguql") + .withParameters(mapOf("afbjzmpy", new SwaggerCustomDynamicProperties(), + "guyfazbkocbygvt", new SwaggerCustomDynamicProperties())), + "gabdxfkuzbwjeco", new SwaggerCustomDynamicProperties().withOperationId("wppk") + .withValuePath("ooz") + .withParameters(mapOf("acagae", new SwaggerCustomDynamicProperties(), "aoiqclmgdt", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("elnii") + .withItemsPath("cgagdvcdqhftzbp") + .withItemValuePath("a") + .withItemTitlePath("df") + .withItemFullTitlePath("tncwmhjobzrfpr") + .withItemIsParent("dc") + .withSelectableFilter("yftcvbzwgwhg") + .withParameters(mapOf("o", new SwaggerCustomDynamicTreeParameter(), "uoorssatfybipufd", + new SwaggerCustomDynamicTreeParameter(), "xuqbdqnasttuxvz", + new SwaggerCustomDynamicTreeParameter(), "q", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("pbtsixhgvbhxmnd") + .withItemsPath("gsqjayqmarxneib") + .withItemValuePath("brhbjdqknhqn") + .withItemTitlePath("tpuwnnohmmzngocf") + .withItemFullTitlePath("uypwyiulaynos") + .withItemIsParent("kfhaxttpfsmwgsgh") + .withSelectableFilter("cum") + .withParameters(mapOf("auqmllfeoth", new SwaggerCustomDynamicTreeParameter()))))) + .withProperties( + mapOf( + "olj", new SwaggerSchema().withRef("igrjdljlkqhvkrbz") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("taxklpruu") + .withItems(new SwaggerSchema().withRef("l") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("wx") + .withItems(new SwaggerSchema().withRef("ksgfyyskyekg") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("z") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("kwrt", new SwaggerSchema(), "letyvesz", new SwaggerSchema())) + .withAdditionalProperties("datalhpdhwynctaczcnj") + .withRequired(Arrays.asList("b", "nvjxitzovnk", "tiklsm", "ihqlcoqks")) + .withMaxProperties(2021332057) + .withMinProperties(255823650) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bgbudav") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datacqcdhthojv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("awrdt", new SwaggerSchema(), "agzlgpyai", new SwaggerSchema())) + .withAdditionalProperties("datahzqjjtsmuydqfttk") + .withRequired(Arrays.asList("bdueurg")) + .withMaxProperties(1208551296) + .withMinProperties(1562410077) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("lojermhzicsbfd") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("knyuki") + .withNamespace("iglh") + .withPrefix("zwxqtejpii") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("k", "dataagjjn", "f", "dataylhyyx", "q", + "dataklvqzrwtrdgscn", "gnwxl", "dataon"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("zyohxpthc") + .withUri("pvkvtwf") + .withExtensions( + mapOf("cdyarnggcjfwblqh", "dataobpbokhmm", "s", "datakasmcolmugpyva"))) + .withExample("datal") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ygz") + .withValuePath("yevjhubnobguq") + .withParameters(mapOf("viqcpszp", "datasqkpdmioyjpnm"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("qdvrdmvxyrxdh") + .withValuePath("qojbxao") + .withParameters(mapOf("bzxmbtplefoio", new SwaggerCustomDynamicProperties(), + "idoxznvgvdtmuuv", new SwaggerCustomDynamicProperties(), "awsxmrszbknimxlp", + new SwaggerCustomDynamicProperties(), "erxrzutylcurza", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("b") + .withBuiltInOperation("aehtd") + .withItemsPath("mbnvynfaooeacted") + .withItemValuePath("lsk") + .withItemTitlePath("ddida") + .withParameters(mapOf("lrqmtlp", new SwaggerCustomDynamicProperties(), + "yxroiduyqypffmno", new SwaggerCustomDynamicProperties(), "ic", + new SwaggerCustomDynamicProperties(), "udyhbrj", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("kumcfjxokyelsy", new SwaggerSchema().withRef("jrholuqw") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("xhdod") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("blvtb", new SwaggerSchema(), "mvsbyidaelqpve", new SwaggerSchema(), + "mkwjfbotl", new SwaggerSchema(), "ggdusxu", new SwaggerSchema())) + .withAdditionalProperties("datau") + .withRequired( + Arrays.asList("xcjkcoqwczsy", "qrizfwihvaan", "qtnhjrfd", "fdvbbaexxjfwtg")) + .withMaxProperties(1215585734) + .withMinProperties(174855612) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vmuafmc") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataepsvpltidajj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), "qxridt", + new SwaggerSchema().withRef("vfnkwmygjjekrk") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("ugjqyckgtxkrdt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("cjdk", new SwaggerSchema())) + .withAdditionalProperties("datatcsubmzoo") + .withRequired(Arrays.asList("obc")) + .withMaxProperties(1362444897) + .withMinProperties(344376979) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yslb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datankkw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "vwfnqqwypvn", + new SwaggerSchema().withRef("saqjmkgx") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("euu") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("pziiz", new SwaggerSchema(), "vjykofveze", + new SwaggerSchema(), "k", new SwaggerSchema())) + .withAdditionalProperties("dataqt") + .withRequired(Arrays.asList("epj", "zkca", "fwzcntogffjwaj")) + .withMaxProperties(400224638) + .withMinProperties(1549136284) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("kifmxawo") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahrkmjqncfv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "ygbadu", + new SwaggerSchema().withRef("wbgodtggrssg") + .withType(SwaggerSchemaType.STRING) + .withTitle("ai") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ymvecvztscbg", new SwaggerSchema(), "usaictd", + new SwaggerSchema(), "cnk", new SwaggerSchema())) + .withAdditionalProperties("dataohnrddclzeqoz") + .withRequired(Arrays.asList("lbz", "ixbnj", "qvzyuexozonyn", "ameudpabcreu")) + .withMaxProperties(1262444091) + .withMinProperties(1525616441) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vcva") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataxzv") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datacovsdqhzrtd") + .withRequired(Arrays.asList("rlimzfvppkeqs", "fjmclngygnhrkomb")) + .withMaxProperties(1940380502) + .withMinProperties(658508685) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("ggorwjoqt") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("vclpofyrlm") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("skwxj", new SwaggerSchema(), "vhxccbmkakmkoo", + new SwaggerSchema(), "bputmgvmuyakml", new SwaggerSchema(), "ktfowzkroyrdur", + new SwaggerSchema())) + .withAdditionalProperties("datalzqjimejtgzjxx") + .withRequired(Arrays.asList("jlz")) + .withMaxProperties(1172424480) + .withMinProperties(1969257397) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yyzivrmitcd") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahrktjleifibfiplh") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("owly") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("udsqcmhnx") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("wodmachbkvnr", new SwaggerSchema())) + .withAdditionalProperties("dataj") + .withRequired(Arrays.asList("goqple", "mumk")) + .withMaxProperties(826544062) + .withMinProperties(567728951) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("rwnhkgqggoxsst") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafrrynjcwmhl") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("kemjpequlrlz") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("jtfbclakkucddwnh") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("toucgj", new SwaggerSchema(), "irjwayhicqqwwvgw", new SwaggerSchema())) + .withAdditionalProperties("datalvlize") + .withRequired(Arrays.asList("iabvnsrgek", "yqxadyfhbmw", "hojqttbspvkhg")) + .withMaxProperties(2086760208) + .withMinProperties(817344731) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("stujrzxrknsfdrl") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataiitt") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("daxurfqazc") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("vxdzciggbnvtxofw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xwhoeamoeobd", new SwaggerSchema(), "eysf", + new SwaggerSchema(), "nimtwuuhaueg", new SwaggerSchema())) + .withAdditionalProperties("datawmnfeubtzjyrkwfu") + .withRequired(Arrays.asList("hrrk", "umnqdurhzzfopu")) + .withMaxProperties(1606958085) + .withMinProperties(1881267273) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ujopwnibittoztjd") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamwcaddtgctxegtv") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("fnzzryizwbxg") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ayunomirhpfabenq") + .withNamespace("mwmgewayxfl") + .withPrefix("cpjs") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("sqsnxf", "datau", "bzyvbsua", "dataxufeapd", "bkzhmhjd", + "dataulpodkaxpf"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("deluqroja") + .withUri("fztlr") + .withExtensions(mapOf("zqxlcwe", "datarkgzkyhudbkuw", "qufqizj", "datakfecjvxf"))) + .withExample("datapwooajeyyj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zxpxhn") + .withValuePath("slekc") + .withParameters(mapOf("ztldsvczdjiah", "datazkjtyqpdwadeg"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mjzucwwme") + .withValuePath("qhdd") + .withParameters(mapOf("qx", new SwaggerCustomDynamicProperties(), "yookyfozkbnzxby", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pgaixwrgrkkderf") + .withBuiltInOperation("wqikwepwogggic") + .withItemsPath("xhtfmcqbsudzpgch") + .withItemValuePath("gfqumjdjxhzghgo") + .withItemTitlePath("ynrceqavfdbdf") + .withParameters(mapOf("jdnaju", new SwaggerCustomDynamicProperties(), "pjyyqmkwlhvc", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("uxxrwzobuzms") + .withItemsPath("amt") + .withItemValuePath("kwppthuzdprmimr") + .withItemTitlePath("dpoqfxyem") + .withItemFullTitlePath("ftb") + .withItemIsParent("whtecloamfmxtll") + .withSelectableFilter("tymqcnrrfijhggab") + .withParameters(mapOf("amklilirwdv", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("sdpzouhktqrxqwq") + .withItemsPath("xrdfddtu") + .withItemValuePath("ygta") + .withItemTitlePath("zcxdfweapyfmlxrl") + .withItemFullTitlePath("h") + .withItemIsParent("spi") + .withSelectableFilter("eimixlmdbgicehf") + .withParameters(mapOf( + "drjuqbp", new SwaggerCustomDynamicTreeParameter(), "tokljmtznpaxw", + new SwaggerCustomDynamicTreeParameter(), "qtyyqiprcltungb", + new SwaggerCustomDynamicTreeParameter())))), + "mgsdaluyckhefrbh", new SwaggerSchema().withRef("miigzb") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("gkdskswtiiq") + .withItems(new SwaggerSchema().withRef("ikclsm") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("swoykdn") + .withItems(new SwaggerSchema().withRef("axwmgzru") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("wnyn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("q", new SwaggerSchema(), "cbgvsbt", new SwaggerSchema())) + .withAdditionalProperties("datartoxadhxuvjhxm") + .withRequired(Arrays.asList("s", "jcm")) + .withMaxProperties(349818575) + .withMinProperties(84038525) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vnpvvd") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datayqipslzmvcdsvm") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("obvfiybx", new SwaggerSchema(), "ich", new SwaggerSchema(), + "ybfzdqekivycp", new SwaggerSchema(), "cv", new SwaggerSchema())) + .withAdditionalProperties("datazulrqt") + .withRequired(Arrays.asList("re", "pzl", "ryfmxmdu", "zf")) + .withMaxProperties(493502164) + .withMinProperties(474777755) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ccgndjgdprig") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("qfcbuul") + .withNamespace("uflqjfshtuj") + .withPrefix("ohigimwdcsk") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("ecuyr", "dataixnmbz", "etv", "datawimbzayspzvr", + "dvatlzmgschn", "dataphmdzxplgtp"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bkkz") + .withUri("lzdmnfmfwsxafo") + .withExtensions(mapOf("zwdehkkmvhz", "dataorimmo", "rtgelg", "dataovanyrva", "qoq", + "dataewikfyaqandmym", "fbpbvzopaxmfmvsm", "dataumov"))) + .withExample("dataoxfaxdtn") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("atroiaue") + .withValuePath("gmocpcjycboelrgt") + .withParameters(mapOf("dpk", "dataldsiuorinikc", "yczyayubtgm", + "datariwmmtmqrxrzqv", "gpx", "dataxiqahr"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("plnupoyryef") + .withValuePath("wovy") + .withParameters(mapOf("lnomfpb", new SwaggerCustomDynamicProperties(), "ceeg", + new SwaggerCustomDynamicProperties(), "yieztkutnjil", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("krehyhtmj") + .withBuiltInOperation("uif") + .withItemsPath("lxfary") + .withItemValuePath("jlgdez") + .withItemTitlePath("qwahoy") + .withParameters(mapOf("xqvj", new SwaggerCustomDynamicProperties(), "eiwtczkdd", + new SwaggerCustomDynamicProperties(), "vovbooqbmdqrx", + new SwaggerCustomDynamicProperties(), "glaetscflwtjd", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("oaeoc", + new SwaggerSchema().withRef("y") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("dtzcqi") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dgcozzomeh", new SwaggerSchema())) + .withAdditionalProperties("dataantolamlbijuxkq") + .withRequired(Arrays.asList("z", "pvwdtgckzdqiq", "lrat")) + .withMaxProperties(494579797) + .withMinProperties(61388571) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xsuykznhrfg") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datary") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datajtfeyvkbdgddkr") + .withRequired(Arrays.asList("cxbeuuqutkzwtjww", "uzy", "ijcxfno")) + .withMaxProperties(407285666) + .withMinProperties(1495024661) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("hqkkkbjuc") + .withType(SwaggerSchemaType.STRING) + .withTitle("uqbhpowcnxtpzdly") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("toakatprytgrhz", new SwaggerSchema(), "qfdpf", + new SwaggerSchema(), "wrp", new SwaggerSchema())) + .withAdditionalProperties("datacshtkutzcttbqgdi") + .withRequired(Arrays.asList("mmtzjgc")) + .withMaxProperties(1534454423) + .withMinProperties(1777744095) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("jirmuydgfttm") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataagfuoftnxod") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("ygmgsevm") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("lrstgfczlj") + .withNamespace("cidt") + .withPrefix("amyyznmrgcdogcv") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("szp", "datauwhttnzqsaqmeb", "z", "datausdekpd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("gpgvokyejidbdq") + .withUri("qunycwztlvvw") + .withExtensions(mapOf("trepw", "datarkky", "dofuckclb", "datawfkcauxuvavcpf"))) + .withExample("dataluevsolzwilfng") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ebuuxjx") + .withValuePath("xfjwp") + .withParameters(mapOf("xljbkhxsd", "datatpmbmxbmbrwgz", "xydgtokvqbvwg", + "datalaumydmhweqjf"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zpvxak") + .withValuePath("hpsesrf") + .withParameters(mapOf("qiy", new SwaggerCustomDynamicProperties(), "vxcgdhyhgoqgs", + new SwaggerCustomDynamicProperties(), "yqyxyjrcbqpbis", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("q") + .withBuiltInOperation("xtdahneao") + .withItemsPath("t") + .withItemValuePath("ztivfwjl") + .withItemTitlePath("zekfsrmauklajv") + .withParameters(mapOf("czh", new SwaggerCustomDynamicProperties(), "pejovt", + new SwaggerCustomDynamicProperties(), "wxn", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("aaoeehpm") + .withItemsPath("nvjeateaxxc") + .withItemValuePath("oxdjxldnaryy") + .withItemTitlePath("zkdolrndwdbvxvza") + .withItemFullTitlePath("doyqx") + .withItemIsParent("nkfthmcxqqxmyz") + .withSelectableFilter("a") + .withParameters(mapOf("pohrvm", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("razadivznllaslks") + .withItemsPath("jqjpv") + .withItemValuePath("ihxjtgzgtai") + .withItemTitlePath("b") + .withItemFullTitlePath("roigbsfsgsaenwld") + .withItemIsParent("hljqlxsp") + .withSelectableFilter("jc") + .withParameters(mapOf("ldsxebuhsxrz", new SwaggerCustomDynamicTreeParameter())))), + "yuafixlxic", new SwaggerSchema().withRef("uerbgpxebjl") + .withType(SwaggerSchemaType.NULL) + .withTitle("ytujra") + .withItems(new SwaggerSchema().withRef("pryj") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("sewouxlymsv") + .withItems(new SwaggerSchema().withRef("ju") + .withType(SwaggerSchemaType.STRING) + .withTitle("oseh") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("mpctwjwdsdlzmk", new SwaggerSchema(), "erxxxoteehkhowgo", + new SwaggerSchema())) + .withAdditionalProperties("datavhxowpcbapnpxra") + .withRequired(Arrays.asList("bmps", "fey", "qlocvvujexaygl", "rkgjnmzpaslavxjf")) + .withMaxProperties(10286473) + .withMinProperties(875885958) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("dzlvssqywj") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahydv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("llxgjscizwgsori", new SwaggerSchema(), "bijeiydy", new SwaggerSchema())) + .withAdditionalProperties("dataynhbokayrg") + .withRequired(Arrays.asList("ri")) + .withMaxProperties(1851708827) + .withMinProperties(330917413) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("norwaigsio") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("vjanx") + .withNamespace("fffhtjnwos") + .withPrefix("fjxtvlxxzqfc") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("mbjiqeg", "dataeezwyh", "pyvdkgdets", "dataxdbsohcw", + "ensmuffiwjbct", "datawcanzbjekwuyckyv", "scsl", "databpzujqjtotdxp"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("usiecktybhjuxid") + .withUri("xomi") + .withExtensions(mapOf("d", "dataxj", "qrslaate", "datagxwjwil"))) + .withExample("datawuj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gqwlxrhg") + .withValuePath("hvtqqykbkk") + .withParameters( + mapOf("ofnqhlbs", "datazejogmkorvvmvm", "yalhtgm", "dataosnqliwkmzojfe"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zgbjbhrpgi") + .withValuePath("ttcucrcm") + .withParameters(mapOf("xp", new SwaggerCustomDynamicProperties(), "jiwifhbksldttoh", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("naihtgsiqikvllr") + .withBuiltInOperation("p") + .withItemsPath("lxkoi") + .withItemValuePath("trawrqkza") + .withItemTitlePath("unmpaklwzl") + .withParameters(mapOf("prnejzltkaszf", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("tag", new SwaggerSchema().withRef("xapgrcqebmvrdjom") + .withType(SwaggerSchemaType.NULL) + .withTitle("bvvdlsflxkqesd") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("bgzancoinmphymcq", new SwaggerSchema(), "dklt", new SwaggerSchema())) + .withAdditionalProperties("datahqnufbxwei") + .withRequired(Arrays.asList("toj", "vfnybydh", "ihaouwudhua", "rhjkehw")) + .withMaxProperties(1750285749) + .withMinProperties(1944663401) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("c") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataobrugejcvj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataajdyoljeqyxqfmz") + .withRequired(Arrays.asList("zhravrcj", "jymgqbgcxhn", "xgzxlermkmer", "hskirhnp")) + .withMaxProperties(309779242) + .withMinProperties(264142664) + .withAllOf(Arrays.asList(new SwaggerSchema() + .withRef("kdljqnvtsdydshkp") + .withType(SwaggerSchemaType.NULL) + .withTitle("loowwzizznyufp") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ifgufyjfdkqiyv", new SwaggerSchema())) + .withAdditionalProperties("datajokgwesymzqh") + .withRequired(Arrays.asList("fzlpe")) + .withMaxProperties(403924911) + .withMinProperties(1283452327) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("aujqbbgsimwejlwb") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databdwbcp") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("dtnaczkf") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("gawphns") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("wgtqcume", new SwaggerSchema(), "saaqgoq", new SwaggerSchema(), + "diuycsbskowkrbhz", new SwaggerSchema(), "rb", new SwaggerSchema())) + .withAdditionalProperties("datatmqowiuasfgqg") + .withRequired(Arrays.asList("hfaimqvdruozkg", "fpeoehgfmq", "sk")) + .withMaxProperties(1917313884) + .withMinProperties(1256408702) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("plhpevasynt") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datalbqrvvbqvknmpecq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("ubnsnstlpwq") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("jkht") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("yo", new SwaggerSchema(), "weuiyx", new SwaggerSchema())) + .withAdditionalProperties("datakzts") + .withRequired(Arrays.asList("b", "vy")) + .withMaxProperties(104163747) + .withMinProperties(409887559) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ytkztadopgf") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datayc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("igqkzjuqwqa") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("x") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("yoipnfdb", new SwaggerSchema(), "soscien", + new SwaggerSchema(), "zfvbennmfkbpj", new SwaggerSchema())) + .withAdditionalProperties("datatekwwnthropm") + .withRequired(Arrays.asList("syiurzt")) + .withMaxProperties(1006598837) + .withMinProperties(519801743) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("cqkoqyouerg") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataxkpyehhfdyldh") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("iyuq") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("eunokakz") + .withNamespace("pjlwyxe") + .withPrefix("nmxrfomckewvmyi") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("gnuywezygva", "datatpdyzoutxfptof"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("aqwvkgjpytpmpvdn") + .withUri("e") + .withExtensions(mapOf("axzs", "datafbortbnukk"))) + .withExample("dataxxyjisskobqoclfl") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hxessmvrk") + .withValuePath("sqeq") + .withParameters(mapOf("ses", "dataxm", "ib", "datarujbjpppktlp"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("hieatnejr") + .withValuePath("inzqplgtkiho") + .withParameters(mapOf("zsrzfffjilzfbpnt", new SwaggerCustomDynamicProperties(), + "gkensckhbmcarmo", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xkwyk") + .withBuiltInOperation("dndx") + .withItemsPath("kh") + .withItemValuePath("gapvdgtfpeerscdx") + .withItemTitlePath("rnjr") + .withParameters(mapOf("mb", new SwaggerCustomDynamicProperties(), "acnrgfdtncmspsan", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("qmlfv") + .withItemsPath("qcs") + .withItemValuePath("qjmxpt") + .withItemTitlePath("ipuugkwdrqmr") + .withItemFullTitlePath("huuonjkkxukg") + .withItemIsParent("hvvpx") + .withSelectableFilter("egcjojlleuid") + .withParameters(mapOf("onvhgnhtmepl", new SwaggerCustomDynamicTreeParameter(), + "bpjbapm", new SwaggerCustomDynamicTreeParameter(), "mmmkvavucgjiuaiq", + new SwaggerCustomDynamicTreeParameter(), "mnuf", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("chxwwuzdmh") + .withItemsPath("lvivj") + .withItemValuePath("mlitqdsj") + .withItemTitlePath("dvisco") + .withItemFullTitlePath("xbriifefn") + .withItemIsParent("lvrqo") + .withSelectableFilter("wsieeailwdq") + .withParameters(mapOf( + "ydeo", new SwaggerCustomDynamicTreeParameter(), "mfxlkdlgwgnamkuu", + new SwaggerCustomDynamicTreeParameter(), "i", + new SwaggerCustomDynamicTreeParameter())))), + "ka", new SwaggerSchema().withRef("pthdcfmf") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("sfodropalvng") + .withItems(new SwaggerSchema() + .withRef("us") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("rn") + .withItems(new SwaggerSchema().withRef("mdrcjlvkrkegtyc") + .withType(SwaggerSchemaType.NULL) + .withTitle("iyxlzmiydde") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("vab", new SwaggerSchema(), "hvsexduetbapf", new SwaggerSchema(), + "zewxtrlqbpxy", new SwaggerSchema(), "zkjp", new SwaggerSchema())) + .withAdditionalProperties("datagzxvbczw") + .withRequired(Arrays.asList("gbth", "sritjbuiggru")) + .withMaxProperties(678554008) + .withMinProperties(1056020483) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("jthoivsdwsngkr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavakmhzbhwahfbw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("ynuqqkotauratnic", new SwaggerSchema(), "pfzsclefyrl", new SwaggerSchema(), + "tndqlmf", new SwaggerSchema(), "ggnbbuypwovvvsfl", new SwaggerSchema())) + .withAdditionalProperties("datavnoqayrehju") + .withRequired(Arrays.asList("apxrlzhpzihacenq", "zlxnqzubf")) + .withMaxProperties(223461111) + .withMinProperties(514850447) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("fwmjcwtewfhxwy") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("hzlrynjpchamkae") + .withNamespace("rajubowuywevt") + .withPrefix("ieikmwlaoklfnis") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("yuvtz", "datatredscnnstjc", "wtzqzcloyhy", "dataxzhclec", + "wbyorjplbchych", "datapgidhzgyresgzsdt", "fbqvumkxqj", "datakvy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("epmaxfnzlpqmp") + .withUri("xef") + .withExtensions(mapOf("ooifqdywjflob", "datablmrtuxyprhfca", "ecorkfro", + "dataahqmom", "zbjesylslur", "datagbmxldjmz", "gdz", "dataqfygpny"))) + .withExample("datasc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ouprs") + .withValuePath("qzssl") + .withParameters(mapOf("hgyqvpbfj", "datawfnivrxpfduio", "urbormvh", + "dataoqzucfzluczdq", "jywzcqyg", "datazielbprnq", "ngqiw", "datamnwsvh"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("tobdrrpnre") + .withValuePath("unsbfjhhlw") + .withParameters(mapOf("vegeattb", new SwaggerCustomDynamicProperties(), + "kgtzqnwqsttewu", new SwaggerCustomDynamicProperties(), "cysje", + new SwaggerCustomDynamicProperties(), "fjxflpditfno", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yuxlvrhprrv") + .withBuiltInOperation("onleqflvtl") + .withItemsPath("bs") + .withItemValuePath("huy") + .withItemTitlePath("n") + .withParameters(mapOf("tlnrj", new SwaggerCustomDynamicProperties(), "sz", + new SwaggerCustomDynamicProperties(), "buziciqppoqvgp", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("arlcjiwgsxfaiocw", + new SwaggerSchema().withRef("jnoxuoxtfnr") + .withType(SwaggerSchemaType.FILE) + .withTitle("epgckn") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("vsnvbtqdxfmj", new SwaggerSchema(), "mjnhjlu", new SwaggerSchema())) + .withAdditionalProperties("datalbsu") + .withRequired(Arrays.asList("dxckdl")) + .withMaxProperties(196786435) + .withMinProperties(321625058) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bosjjfd") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafyaytvsly") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "jqyvzesipi", + new SwaggerSchema().withRef("ujjgnfgrzxbarc") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("fzqsymjwenjcytes") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("r", new SwaggerSchema(), "fodqhuauzmzi", new SwaggerSchema(), + "rtrfzh", new SwaggerSchema(), "ezvhj", new SwaggerSchema())) + .withAdditionalProperties("dataxdyyrud") + .withRequired(Arrays.asList("swtvd", "xbqssgfenffdxbvw", "qjchivd", "ija")) + .withMaxProperties(671307906) + .withMinProperties(923220411) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("rdlmzjotprrmu") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datazlxiwyopgarpfctw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "tc", + new SwaggerSchema().withRef("njqyow") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("ndazabu") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ewkaupwhl", new SwaggerSchema())) + .withAdditionalProperties("datackremgjlmsvdorsi") + .withRequired(Arrays.asList("hyrkqakofajfr")) + .withMaxProperties(1832808046) + .withMinProperties(4902859) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("nwt") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataixbcejopylblfspr") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datafx") + .withRequired(Arrays.asList("tzfslxizhqikmgo", "liqemcdiiisklbo")) + .withMaxProperties(301539102) + .withMinProperties(445516048) + .withAllOf(Arrays + .asList( + new SwaggerSchema().withRef("trkfkgenjqnnpjwk") + .withType(SwaggerSchemaType.STRING) + .withTitle("xigfoujjc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("mrlhnzkwops", new SwaggerSchema(), "nyinxuprrxyxw", + new SwaggerSchema(), "ezbfqployuek", new SwaggerSchema(), "cpvuft", + new SwaggerSchema())) + .withAdditionalProperties("datavjmnsv") + .withRequired(Arrays.asList("jktvolef", "jisepkdbxotfbj")) + .withMaxProperties(1912292720) + .withMinProperties(1575969053) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("nnmxynlsuqbwzstr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datatrgjjkt") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("mmculwkq") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("ook") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("sgaojbtqpqsdoctp", new SwaggerSchema(), "pujzfl", + new SwaggerSchema(), "cdsgxceluji", new SwaggerSchema())) + .withAdditionalProperties("datalluunxh") + .withRequired(Arrays.asList("fxzf", "u", "eupcknecexkgrv")) + .withMaxProperties(1961478226) + .withMinProperties(45308346) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("sytqpdzfyxcnwawo") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajqfbifop") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("az") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("mbwotfcuu") + .withNamespace("tjigpgayiawohf") + .withPrefix("nnzm") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("aidzrpvsgloi", "dataen", "gpijpk", "datavslvivqsuvwten", "juf", + "datacyoaqxukui"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("iooanduewfhv") + .withUri("jhxzubfjzabbwzgv") + .withExtensions(mapOf("saigavkmvyxzer", "dataixcdckixs"))) + .withExample("datarkpzjbyetjxryop") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("whlbecgihzbpem") + .withValuePath("rab") + .withParameters(mapOf("ppskpeswyh", "datawwxywpjhspboxhi", "c", "datamifjuajxww"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eglyu") + .withValuePath("cmlae") + .withParameters(mapOf("bqufpnezsjzayml", new SwaggerCustomDynamicProperties(), "rorh", + new SwaggerCustomDynamicProperties(), "ogzmsimehtcuuwdh", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hyhnimxtns") + .withBuiltInOperation("isnomwnwnghoj") + .withItemsPath("keyymicjixxfs") + .withItemValuePath("crtnuguefxxi") + .withItemTitlePath("ebdvey") + .withParameters(mapOf("krhlolmc", new SwaggerCustomDynamicProperties(), "wepf", + new SwaggerCustomDynamicProperties(), "sv", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("petlrn") + .withItemsPath("etawevx") + .withItemValuePath("uek") + .withItemTitlePath("l") + .withItemFullTitlePath("vdovbrb") + .withItemIsParent("rlprda") + .withSelectableFilter("cd") + .withParameters(mapOf("nygdjccxwbpwyyk", new SwaggerCustomDynamicTreeParameter(), + "i", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("lrzndas") + .withItemsPath("id") + .withItemValuePath("q") + .withItemTitlePath("ytgkiql") + .withItemFullTitlePath("hqtwv") + .withItemIsParent("zekdzdzffzj") + .withSelectableFilter("tsmpchgg") + .withParameters(mapOf("lgf", new SwaggerCustomDynamicTreeParameter(), "atig", + new SwaggerCustomDynamicTreeParameter(), "gfrrkdknczgoryw", + new SwaggerCustomDynamicTreeParameter(), "vojtvmdevdlhqv", + new SwaggerCustomDynamicTreeParameter())))))) + .withAdditionalProperties("datapyhssrlvkpkpkoc") + .withRequired(Arrays.asList("cebxx", "pyicy", "sp", "slhwyy")) + .withMaxProperties(1655561193) + .withMinProperties(1172142254) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("mddhgajkrd") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("pfcudvafnbf") + .withItems(new SwaggerSchema().withRef("enqnxhgkordwzej") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("zvcmbpwd") + .withItems(new SwaggerSchema().withRef("ayprldid") + .withType(SwaggerSchemaType.STRING) + .withTitle("f") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ldzchubagwn", new SwaggerSchema(), "zuvigvl", + new SwaggerSchema(), "hfrbzakpjt", new SwaggerSchema(), "q", new SwaggerSchema())) + .withAdditionalProperties("dataqpojpsucmximc") + .withRequired(Arrays.asList("ynqjgsat")) + .withMaxProperties(1741989520) + .withMinProperties(383249084) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("gcru") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datap") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("jolpyoklkvuz", new SwaggerSchema(), "advhmli", new SwaggerSchema(), + "oi", new SwaggerSchema())) + .withAdditionalProperties("datawxxbht") + .withRequired(Arrays.asList("ioqemqwtqszzg", "ksikawanvmwdv")) + .withMaxProperties(1879054002) + .withMinProperties(1332057721) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("mpnbnfgyweoj") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("mahiw") + .withNamespace("yawkch") + .withPrefix("pitskshfyftti") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("cj", "datajunfdgbg"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("blivw") + .withUri("sudy") + .withExtensions(mapOf("xzduvxdmxexat", "databhdosmbngkql", "ddmiploisjkzso", + "datadmnrsenxoirx"))) + .withExample("datanntwg") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("psapzu") + .withValuePath("wwytbdjzghx") + .withParameters(mapOf("wntotcxmmqmt", "datagfmxpqkjnpyr", "onbexft", "datajkyjrexw", + "qtlfoz", "datadaubheeggzgr", "cant", "dataumrtgjqg"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xz") + .withValuePath("mkanbc") + .withParameters(mapOf("ofmex", new SwaggerCustomDynamicProperties(), "te", + new SwaggerCustomDynamicProperties(), "as", new SwaggerCustomDynamicProperties(), + "manydscdkxwdpw", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("haahntofelfhpfi") + .withBuiltInOperation("skkzdfivsujybsr") + .withItemsPath("zmrgtxdhmfppinmg") + .withItemValuePath("esmkwtzgf") + .withItemTitlePath("gjhxerxl") + .withParameters(mapOf("dbtqhvmmni", new SwaggerCustomDynamicProperties(), "qyho", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf( + "jgclxaxwcffasps", new SwaggerSchema().withRef("gicnqwlctmwpblx") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("gvxrktjcjigc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("anbqxa", new SwaggerSchema(), "evchefp", new SwaggerSchema(), + "eedyybruholaem", new SwaggerSchema())) + .withAdditionalProperties("datagimmrimaabsqqlo") + .withRequired(Arrays.asList("aowcahdkm")) + .withMaxProperties(2099578619) + .withMinProperties(807845192) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("jezbfsjwfczgl") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databsvbwyot") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "sfgnyscaccpt", new SwaggerSchema().withRef("k") + .withType(SwaggerSchemaType.NULL) + .withTitle("ghdoaqipmnxclf") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rnmuvwvpuofddtbf", new SwaggerSchema())) + .withAdditionalProperties("datakjcnginxdvmaoyq") + .withRequired(Arrays.asList("gyxzmxynofxl")) + .withMaxProperties(1021167019) + .withMinProperties(334314684) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("nzujsji") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datacjhmmofbnivdqtk") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "yw", new SwaggerSchema().withRef("et") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("xic") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jwyuveox", new SwaggerSchema(), "pzzwahdrdvhaztk", + new SwaggerSchema(), "bivzfgxmbry", new SwaggerSchema())) + .withAdditionalProperties("datawibios") + .withRequired(Arrays.asList("ykqfdqwdrtx", "fdaglmrcokzzert")) + .withMaxProperties(940206128) + .withMinProperties(691539654) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("whuby") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datak") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "zdxms", new SwaggerSchema().withRef("qowsdlkhczygpmg") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("lojhhyl") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("fiyymotuzb", new SwaggerSchema(), "bwjmtftcveln", new SwaggerSchema())) + .withAdditionalProperties("dataupkqns") + .withRequired(Arrays.asList("qp", "bj")) + .withMaxProperties(616351558) + .withMinProperties(1944183033) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("fxrttxbms") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databqcamalec") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("databkdnnyufxuzms") + .withRequired(Arrays.asList("qrbrnxhjtlxf", "kjkxaravww")) + .withMaxProperties(1942434444) + .withMinProperties(47403047) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("htrxbozp") + .withType(SwaggerSchemaType.FILE) + .withTitle("wjzb") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rnwv", new SwaggerSchema(), "svoqiza", new SwaggerSchema(), + "wsdsorg", new SwaggerSchema())) + .withAdditionalProperties("datajxsawooau") + .withRequired(Arrays.asList("xfqk", "wzrdqyoybm")) + .withMaxProperties(863208191) + .withMinProperties(1579732142) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("zdaiovrb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakvyyz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("yp") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("velffohuriw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rwpsshrmnkcclp", new SwaggerSchema())) + .withAdditionalProperties("datauogkscxjfsgm") + .withRequired(Arrays.asList("oebnxsqcowscuyfq", "amfbqh", "u")) + .withMaxProperties(1334550565) + .withMinProperties(672815842) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("xqpwnikxkcajgrbr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataocqsazm") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("hxxrqicf") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("jd") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("pyeyoafinmp", new SwaggerSchema(), "qup", new SwaggerSchema(), + "kjr", new SwaggerSchema(), "fwkyluobdxw", new SwaggerSchema())) + .withAdditionalProperties("datadcclcvqsr") + .withRequired(Arrays.asList("ylcvwbzmfx")) + .withMaxProperties(1430968690) + .withMinProperties(1861991428) + .withAllOf( + Arrays.asList( + new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("piywqnp") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datagcnyxbyxmkhm") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("lfstyygjqpulm") + .withType(SwaggerSchemaType.STRING) + .withTitle("hmqmiwxzf") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("cqfgu", new SwaggerSchema(), "jnbxwbmwdukin", new SwaggerSchema(), + "lxhgdekekzou", new SwaggerSchema(), "vewwpzrdwcgldo", new SwaggerSchema())) + .withAdditionalProperties("datacandxfhhh") + .withRequired(Arrays.asList("tdqtdnnckkplj")) + .withMaxProperties(2116382645) + .withMinProperties(1065048575) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("xccyijjimhijzr") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavsduydw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("ldrdymnswx") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("qnghxnimvyujr") + .withNamespace("unnqgypuqtnylqu") + .withPrefix("qmvyumgmmuebsnzn") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("qcazisvbrq", "datajxcyos", "gh", "datacyjpgawepkwonrz"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tbgblxbuibrvjzta") + .withUri("vs") + .withExtensions(mapOf("mfjew", "dataihvfjcqrttjfuq", "dostwygufmwe", "dataeqba", "kwdtlcj", + "datavxgwz", "cqzvzrbvgwxhlxr", "datap"))) + .withExample("datav") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("n") + .withValuePath("ovazoymdvhhpl") + .withParameters(mapOf("atveqm", "datawd"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("swzeyxry") + .withValuePath("r") + .withParameters(mapOf("w", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lvs") + .withBuiltInOperation("asgtl") + .withItemsPath("qpoilos") + .withItemValuePath("emcezevftm") + .withItemTitlePath("l") + .withParameters(mapOf("jy", new SwaggerCustomDynamicProperties(), "hztmsm", + new SwaggerCustomDynamicProperties(), "wtpcflcezswwvw", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("pfhru") + .withItemsPath("syqcjnqswxdowum") + .withItemValuePath("ukrcdiohcl") + .withItemTitlePath("dnhfknebwedd") + .withItemFullTitlePath("yzcwy") + .withItemIsParent("mkaqldqabnwvpaq") + .withSelectableFilter("xf") + .withParameters(mapOf("gcfddofxnfb", new SwaggerCustomDynamicTreeParameter(), + "jyyrqaedw", new SwaggerCustomDynamicTreeParameter(), "vocytjgoeayokrw", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("hwpadhedbfob") + .withItemsPath("zvothmkh") + .withItemValuePath("ozvbwfc") + .withItemTitlePath("hbpoelhscmyhrhj") + .withItemFullTitlePath("zfq") + .withItemIsParent("kndwp") + .withSelectableFilter("qwojoev") + .withParameters(mapOf("fytdxmly", new SwaggerCustomDynamicTreeParameter(), + "zlyvapbkrbuog", new SwaggerCustomDynamicTreeParameter(), "tdlt", + new SwaggerCustomDynamicTreeParameter())))), + new SwaggerSchema().withRef("u") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("ijvaylze") + .withItems(new SwaggerSchema().withRef("psftqkrvmhvbvvc") + .withType(SwaggerSchemaType.STRING) + .withTitle("suspnhmzy") + .withItems(new SwaggerSchema().withRef("etevrntfknwacy") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("tctkhfhfs") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("sxrmhn", new SwaggerSchema(), "izhvp", new SwaggerSchema(), + "hqqwcubl", new SwaggerSchema())) + .withAdditionalProperties("datahk") + .withRequired(Arrays.asList("bzgottaksadzighm", "tbtdvu")) + .withMaxProperties(1986880154) + .withMinProperties(1925598031) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("eurdeewlsuxp") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajyjiznior") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("mcreihu", new SwaggerSchema(), "trnighm", new SwaggerSchema())) + .withAdditionalProperties("datauwqxungrobgw") + .withRequired(Arrays.asList("xjwdylwxmvzjow", "ugeerclbltbhpwac")) + .withMaxProperties(482126604) + .withMinProperties(2056200345) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vwryvd") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("kgpruccwmecbtxsy") + .withNamespace("texegw") + .withPrefix("qjywi") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("kajwj", "datancindilo", "anhz", "datariarsbcl", "zkz", + "dataknjxizbaxdy", "jmlxppdnd", "dataxfexwacy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("evuiiuiibfkcjytq") + .withUri("izeq") + .withExtensions(mapOf("oazyf", "datapvnopmotdsfhoxql", "bqk", "datakmvldzmxojzsvmai", + "geecbpergwlckih", "datahyejt"))) + .withExample("datamyqsokk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jwdizcrjixiujz") + .withValuePath("sexgkrswksykkbxk") + .withParameters(mapOf("lmnwzoknvuqddlgg", "datab"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("olgzubakdlkv") + .withValuePath("cmfnsffet") + .withParameters(mapOf("ixwewzlscgsmep", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xgvohdbthhxmoe") + .withBuiltInOperation("udeepf") + .withItemsPath("annvwx") + .withItemValuePath("p") + .withItemTitlePath("ubohxvzg") + .withParameters(mapOf("vrhhogalgx", new SwaggerCustomDynamicProperties(), "wfmzvztau", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("wkyeahhhutpu", new SwaggerSchema().withRef("cssanybzzghv") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("myjsvcdhly") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("okj", new SwaggerSchema(), "nzxezriwgo", new SwaggerSchema())) + .withAdditionalProperties("dataapcqksaaapxjh") + .withRequired(Arrays.asList("ibenwsdfpvda", "hl")) + .withMaxProperties(1021845458) + .withMinProperties(1456105852) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vzp") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataaqgomlbmfggeok") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datarfcqufmcihp") + .withRequired(Arrays.asList("wrerj", "xptch")) + .withMaxProperties(1641123661) + .withMinProperties(763179593) + .withAllOf(Arrays + .asList( + new SwaggerSchema().withRef("imlgbbfjmdg") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("hmpmhef") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("hqeofytls", new SwaggerSchema(), "lowmcm", new SwaggerSchema())) + .withAdditionalProperties("dataixuanccqvjfdgfq") + .withRequired(Arrays.asList("u", "pjhcfaaradciovmu", "zgugrblw")) + .withMaxProperties(415368250) + .withMinProperties(1323145696) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ebaotbptgcsma") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafmd") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("wzmnobfewwpsibxo") + .withType(SwaggerSchemaType.FILE) + .withTitle("qjrkbln") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("wgycvtqnzjc", new SwaggerSchema(), "qqzhem", + new SwaggerSchema(), "tbwn", new SwaggerSchema(), "lbadp", new SwaggerSchema())) + .withAdditionalProperties("datajdleajvmvvlooubs") + .withRequired(Arrays.asList("pjeopskgoc", "omlupfaz")) + .withMaxProperties(1559583465) + .withMinProperties(95619921) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("lgdwzrgdqyx") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datacavqcwyzoqzkmqcw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("epbntqq") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("gsqxilefej") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("znequq", new SwaggerSchema(), "nttwk", new SwaggerSchema(), + "hajksbsyogjmqjhg", new SwaggerSchema())) + .withAdditionalProperties("datadijnmcvjbs") + .withRequired(Arrays.asList("riqxzixtdlx", "mvcdkucpxpyaf", "wrgorogeuvmkrs", "nr")) + .withMaxProperties(767552806) + .withMinProperties(1941440472) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("frsnqpljp") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataikelpmwgr") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("osgjzscuez") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("fwgq") + .withNamespace("ewcffrxgg") + .withPrefix("khzpr") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("psjnpck", "dataerrusyzaiv", "lvvmnbkxja", "datalujyduonbdawsao"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bdddw") + .withUri("qxa") + .withExtensions(mapOf("yqjvzvc", "dataqk", "vzflbrous", "datardspzesfkqqxu", "dwuko", + "dataxa", "ubcmun", "datagoojjfuk"))) + .withExample("databtzvxxv") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fkrfnkcni") + .withValuePath("swxmfurqm") + .withParameters(mapOf("qsvnkxm", "datawpntumotah"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("u") + .withValuePath("drlhxgc") + .withParameters(mapOf("rhkv", new SwaggerCustomDynamicProperties(), "zzmiemqyft", + new SwaggerCustomDynamicProperties(), "pqoswgfqv", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hpak") + .withBuiltInOperation("yhls") + .withItemsPath("nfbmeqagkncjm") + .withItemValuePath("nyevztnjawrhule") + .withItemTitlePath("qmbwppxi") + .withParameters(mapOf("kitzm", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("l") + .withItemsPath("lxsgcemegdz") + .withItemValuePath("y") + .withItemTitlePath("u") + .withItemFullTitlePath("f") + .withItemIsParent("zufldifnivlutg") + .withSelectableFilter("aacxauhvc") + .withParameters(mapOf("hklsqx", new SwaggerCustomDynamicTreeParameter(), "oiyygkts", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("xxoxwfzbkv") + .withItemsPath("nxfx") + .withItemValuePath("sowbeb") + .withItemTitlePath("bw") + .withItemFullTitlePath("lvuwmsumust") + .withItemIsParent("tgrafja") + .withSelectableFilter("kyxmmj") + .withParameters(mapOf("ogtder", new SwaggerCustomDynamicTreeParameter())))))) + .withDiscriminator("nnmkvae") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("xhhlbmyphf") + .withNamespace("rpdhewokyqs") + .withPrefix("xfsyw") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("zdmvdd", "datadjfyxbvkv", "wnjdvvlrh", "datawcrugyozzz", "kkvxu", "datac", + "ozf", "datadqzbvbpsuvqhx"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wbkurklpiigf") + .withUri("keutuipjclzjwaq") + .withExtensions(mapOf("zzevtzqwczochwb", "dataydewuwxyll", "uynf", "datak", "lhr", + "datakyvnhiysdhork"))) + .withExample("datakiwlwkfflaqwmwq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("tea") + .withValuePath("egefzjx") + .withParameters(mapOf("bth", "dataqbgys", "dqtcbjdbtqyhkx", "datavxw"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("aujqgbbjv") + .withValuePath("oawh") + .withParameters(mapOf("pvsffavdhpiwrm", new SwaggerCustomDynamicProperties().withOperationId("bc") + .withValuePath("oygsabdgdheronsd") + .withParameters(mapOf("kzvzuatqhgzuyxtr", new SwaggerCustomDynamicProperties(), + "fdbqskgqjbvitp", new SwaggerCustomDynamicProperties())), + "l", new SwaggerCustomDynamicProperties().withOperationId("k") + .withValuePath("wbyfdwfbw") + .withParameters(mapOf("dqtmggcpdrmeg", new SwaggerCustomDynamicProperties(), "jrzctwymz", + new SwaggerCustomDynamicProperties(), "kwqkkgeseiph", + new SwaggerCustomDynamicProperties())), + "j", new SwaggerCustomDynamicProperties().withOperationId("pqscoobkjlcax") + .withValuePath("comjiqiincev") + .withParameters(mapOf("devpximziizmeq", new SwaggerCustomDynamicProperties(), "duvtvod", + new SwaggerCustomDynamicProperties(), "xxpqhmlqibtblmcv", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("otdofqv") + .withBuiltInOperation("qsdqkpsbqs") + .withItemsPath("m") + .withItemValuePath("aftazgcxsvqlcq") + .withItemTitlePath("ylamxow") + .withParameters(mapOf("eetxtpwcv", new SwaggerCustomDynamicProperties().withOperationId("oyutehlk") + .withValuePath("vtipquksxiknsg") + .withParameters(mapOf("nswhpcek", new SwaggerCustomDynamicProperties(), "gvm", + new SwaggerCustomDynamicProperties(), "nnbbxngdfkke", + new SwaggerCustomDynamicProperties())), + "if", new SwaggerCustomDynamicProperties().withOperationId("fwsunjzijaciwmm") + .withValuePath("tqdonbzzs") + .withParameters(mapOf("yviiws", new SwaggerCustomDynamicProperties(), "anzhwsy", + new SwaggerCustomDynamicProperties())), + "locfmvsw", new SwaggerCustomDynamicProperties().withOperationId("qqhbtfloilmkfbe") + .withValuePath("ipjpn") + .withParameters(mapOf("vuoikdlp", new SwaggerCustomDynamicProperties(), "xntugfwim", + new SwaggerCustomDynamicProperties(), "nry", new SwaggerCustomDynamicProperties())), + "dyblpe", new SwaggerCustomDynamicProperties().withOperationId("jeleifqhdxt") + .withValuePath("ulkrybpaev") + .withParameters(mapOf("yjecrqkwakkch", new SwaggerCustomDynamicProperties(), + "foulborcxuibsdq", new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("oqhbjqlqfbler") + .withItemsPath("ollcshjucihby") + .withItemValuePath("jvtpnerxvjeaz") + .withItemTitlePath("helhbimyi") + .withItemFullTitlePath("qamcthtpqgfz") + .withItemIsParent("sizkdiuvflg") + .withSelectableFilter("cwjgwa") + .withParameters(mapOf("njdtujqzvhnj", new SwaggerCustomDynamicTreeParameter() + .withSelectedItemValuePath("ofgrutvnp") + .withValue("dataxzivxp") + .withParameterReference("zghhh") + .withRequired(false), "yopoa", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("mxnhtm") + .withValue("datatqlfxolrwvtl") + .withParameterReference("yfjswequf") + .withRequired(true), + "ewjskreeedddrftf", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath( + "wwgw") + .withValue("datab") + .withParameterReference("bvufrkwjiemimdtn") + .withRequired(false), + "g", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("ulpclhsiige") + .withValue("datawbrnqyxfedqnetdq") + .withParameterReference("nxoqgv") + .withRequired(false)))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("meyobqajejirvavr") + .withItemsPath("gpogpl") + .withItemValuePath("uvlnhxnrnjhinaeg") + .withItemTitlePath("bx") + .withItemFullTitlePath("pqm") + .withItemIsParent("oplukfy") + .withSelectableFilter("fhsovadkrmjxmwq") + .withParameters(mapOf("zjn", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath( + "sjqb").withValue("dataqmxv").withParameterReference("riwbwggij").withRequired(true)))))) + .withResponsesDefinition(mapOf( + "idzfpsfy", new SwaggerSchema().withRef("kwsbzrhdugquh") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("frunj") + .withItems(new SwaggerSchema().withRef("jhiycbauseqnczk") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("tuwyjsqwzszos") + .withItems(new SwaggerSchema().withRef("zunkfnyskwwun") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("avoj") + .withItems(new SwaggerSchema().withRef("hipcukvbljpx") + .withType(SwaggerSchemaType.FILE) + .withTitle("chyluqa") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fjjfxtizt", new SwaggerSchema(), "dst", new SwaggerSchema())) + .withAdditionalProperties("datahhsaa") + .withRequired(Arrays.asList("ritrcwb", "aesyyefm")) + .withMaxProperties(1462309233) + .withMinProperties(845706297) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("qb") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datarmtistyikjhor") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("nycntr", new SwaggerSchema(), "xxwtdmbqjtsuh", new SwaggerSchema(), + "htoxtdyqav", new SwaggerSchema(), "x", new SwaggerSchema())) + .withAdditionalProperties("datamzxsyaksinpaa") + .withRequired(Arrays.asList("wb", "hvwt", "pbgchcgsfzhb")) + .withMaxProperties(642175945) + .withMinProperties(1815540528) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("sdjpgxe") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("cfferznzc") + .withNamespace("voveomkhfeqcoop") + .withPrefix("pohimgck") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("mxooqohgpncdm", "dataznbznxsuloutnp"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("upf") + .withUri("ldqdzauiunyevdyz") + .withExtensions(mapOf("kcgsfcmvh", "datatcikswhcamwuynf", "atvyrkljqkqws", "datadrp", + "bypnkteiidlbov", "datajtvjkowggxawwd", "cnerekyjul", "databclprgeganihk"))) + .withExample("datawwnqhqlqgpw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() + .withOperationId("bav") + .withValuePath("vxwve") + .withParameters(mapOf("csmwevguy", "datalr", "rj", "datalnxe", "owwe", "datafzcde", + "sfqbirtybcelfjn", "datahyfkdilbwqlqa"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("njyhzfa") + .withValuePath("kdv") + .withParameters(mapOf("umo", new SwaggerCustomDynamicProperties(), "pegqxsorch", + new SwaggerCustomDynamicProperties(), "zrqoxzyhlbeqvh", + new SwaggerCustomDynamicProperties(), "kbmpw", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ajggfzgaefhawkmi") + .withBuiltInOperation("y") + .withItemsPath("iurni") + .withItemValuePath("pdyttqmiu") + .withItemTitlePath("plosebmhhtuqm") + .withParameters(mapOf("noflqobfix", new SwaggerCustomDynamicProperties(), "gxebihexhnk", + new SwaggerCustomDynamicProperties(), "ng", new SwaggerCustomDynamicProperties(), + "qcdol", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("l", new SwaggerSchema() + .withRef("bsmnda") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("uyje") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hpplz", new SwaggerSchema(), "cfzxjziu", new SwaggerSchema(), "crln", + new SwaggerSchema(), "wnuwkkfzzetl", new SwaggerSchema())) + .withAdditionalProperties("datadyxzlvwywjvr") + .withRequired(Arrays.asList("pwwlzpddar", "bcdwhslx", "bajadknm")) + .withMaxProperties(514734154) + .withMinProperties(329006427) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("kampyhwpbldz") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataycmwhuzymh") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), "cprfcsjvjnko", + new SwaggerSchema().withRef("mnbzkopai") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("pudkhqux") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fpgvedrobujnjgyb", new SwaggerSchema(), "xmqxigidullnjgc", + new SwaggerSchema(), "skgrhnyt", new SwaggerSchema(), "lgsazuqzn", + new SwaggerSchema())) + .withAdditionalProperties("dataxhkyqzjsdkpv") + .withRequired(Arrays.asList("zwpf", "xsfybntmveho", "flyuvbgtz")) + .withMaxProperties(2117980175) + .withMinProperties(1372020177) + .withAllOf( + Arrays.asList( + new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ybnai") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavbzeogeat") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "mjsqsvzvm", + new SwaggerSchema().withRef("nzs") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("aaugic") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("mvwrmjxyvuodnx", new SwaggerSchema(), "zbassqfyy", new SwaggerSchema(), + "wppeygk", new SwaggerSchema(), "zbloasybxhqvovd", new SwaggerSchema())) + .withAdditionalProperties("datah") + .withRequired(Arrays.asList("vsqjs", "vjnq")) + .withMaxProperties(2050252101) + .withMinProperties(1061158396) + .withAllOf( + Arrays.asList( + new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("kceincnrec") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavsfgdr") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "hcdvfoizorb", + new SwaggerSchema().withRef("cwghndaevhgsulw") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("ufigvfjjuzki") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("wuhyzekypy", new SwaggerSchema(), "vljlbzdlby", new SwaggerSchema())) + .withAdditionalProperties("dataaxhpz") + .withRequired(Arrays.asList("v")) + .withMaxProperties(623951562) + .withMinProperties(895306390) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("gesfhshagpahn") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datayvynpmggqgage") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataejzs") + .withRequired(Arrays.asList("gkqwvde", "p")) + .withMaxProperties(496430638) + .withMinProperties(306469986) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("fr") + .withType(SwaggerSchemaType.STRING) + .withTitle("ubpebrm") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("p", new SwaggerSchema(), "htbttpkimskhnkkh", new SwaggerSchema(), + "ykrsm", new SwaggerSchema())) + .withAdditionalProperties("datacmelycpgokut") + .withRequired(Arrays.asList("ybnzbnvmsh", "uzzlapyixlvzcgul", "ebxiauqsuptessj", "wjt")) + .withMaxProperties(305530667) + .withMinProperties(148575354) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xgxqayga") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawpvlcjbvyezjwjkq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("yozvrcwfpucw") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("efgzjvbx") + .withNamespace("bg") + .withPrefix("rx") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("fex", "datavkdlhuduklbjoafm", "ancsqoac", "datalvoepknarse", + "gsapleqfgkxen", "datauq"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("glvyakeszsuuvul") + .withUri("cwgg") + .withExtensions(mapOf("phirl", "datavlqgfbrvecicao", "pkwzzzkueruwcj", "databipiunn", "ox", + "datamipvwkaujttwy"))) + .withExample("datawofxxdplrel") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hcbtuxlbpxrhrfj") + .withValuePath("razwefiktlhqasht") + .withParameters(mapOf("secigzzdwj", "datajixy", "mcsaugbr", "dataacfvvtdpcbpzf", "te", + "datafiwltkfysu", "whcv", "datahkl"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yhgqokjbmsr") + .withValuePath("xyxxhwr") + .withParameters(mapOf("maqsyilpz", new SwaggerCustomDynamicProperties(), "brwnrzozs", + new SwaggerCustomDynamicProperties(), "agysokl", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("s") + .withBuiltInOperation("vrrbnhy") + .withItemsPath("bhujcydyl") + .withItemValuePath("xvpstizsyqagqll") + .withItemTitlePath("r") + .withParameters(mapOf("dylkyhtr", new SwaggerCustomDynamicProperties(), "qwfyybptmjjr", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("avsavgthkslgeuuf") + .withItemsPath("zb") + .withItemValuePath("xjblajy") + .withItemTitlePath("nbycs") + .withItemFullTitlePath("oisaz") + .withItemIsParent("mofsvp") + .withSelectableFilter("gnywxu") + .withParameters(mapOf("fj", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("wtmszcfyzq") + .withItemsPath("qregfurdpagknx") + .withItemValuePath("ovrgih") + .withItemTitlePath("zffewvqkyc") + .withItemFullTitlePath("geipqxxs") + .withItemIsParent("afwtydsmmab") + .withSelectableFilter("clejqzhpv") + .withParameters(mapOf("badjze", new SwaggerCustomDynamicTreeParameter(), "llgfy", + new SwaggerCustomDynamicTreeParameter(), "gtqscjpvqerq", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("zlbbbajdexquaw", new SwaggerSchema().withRef("wdzpzl") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("x") + .withItems(new SwaggerSchema().withRef("wwvmbjec") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("ghnkfrwxohlydsn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hiypbfhmihi", new SwaggerSchema(), "tqozewbrsrjzgkbr", + new SwaggerSchema(), "uxboufqnnqbjxgj", new SwaggerSchema())) + .withAdditionalProperties("datarerukbuudrizw") + .withRequired(Arrays.asList("jxlaaced")) + .withMaxProperties(487487985) + .withMinProperties(15233592) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("bzbevgbnrom") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapwtmzyj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("n", new SwaggerSchema())) + .withAdditionalProperties("datagwiij") + .withRequired(Arrays.asList("iywhxpsb", "pialezay", "puz", "degefxlieggoto")) + .withMaxProperties(1802423608) + .withMinProperties(1258550316) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("hz") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("ckn") + .withNamespace("kcu") + .withPrefix("hdgwuzrono") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("d", "datanwysodcikgxkkzzf"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ebawnxzsjwyfixir") + .withUri("j") + .withExtensions(mapOf("nf", "datawulpjkakrxif"))) + .withExample("datarxsqtz") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("alewgux") + .withValuePath("m") + .withParameters(mapOf("gfgbmcvmhidyliu", "databvskcitlynkwfsaa", "nacgdnx", "datajk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nmzr") + .withValuePath("aojpzngdrzi") + .withParameters(mapOf("wsadsqyu", new SwaggerCustomDynamicProperties(), "dkhwqdmohhe", + new SwaggerCustomDynamicProperties(), "yuunx", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vyigdeipnf") + .withBuiltInOperation("ejwli") + .withItemsPath("cndjzwhajo") + .withItemValuePath("pqokhdyncra") + .withItemTitlePath("sewbempfapmqnm") + .withParameters(mapOf("ksy", new SwaggerCustomDynamicProperties(), "ihiclmsln", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "mra", new SwaggerSchema().withRef("izbf") + .withType(SwaggerSchemaType.NULL) + .withTitle("izwhpn") + .withItems(new SwaggerSchema().withRef("jvvyxtvvxnakzix") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("bfmlngfwhrmvlakn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xnrz", new SwaggerSchema())) + .withAdditionalProperties("datax") + .withRequired(Arrays.asList("hsmfndcbsyhludzj")) + .withMaxProperties(888449244) + .withMinProperties(935785230) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("prjfdvtdurmdta") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataffhvqii") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("kuyikmxh", new SwaggerSchema())) + .withAdditionalProperties("datasxjbjkewrigl") + .withRequired(Arrays.asList("refeclflxcjf", "zwncvdefxonz", "pcjptnnt")) + .withMaxProperties(749689263) + .withMinProperties(607004003) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vn") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("pgsjbioagwviqehm") + .withNamespace("vaolidxdfsfvkjc") + .withPrefix("brsvxphtjnhp") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("dtdtft", "datayzhimm", "rgyzcslazp", "dataizuzjd", "teagbgac", + "datakqoyimxpggk", "lpbybkisb", "dataqpjuytvude"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("mxg") + .withUri("wdjraurfshznurtt") + .withExtensions(mapOf("becxsto", "dataaaxxdcdjmdkqtxfr", "ehxuihwes", "dataa"))) + .withExample("datajaqgblkkn") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("evspsaney") + .withValuePath("erpiobnhrfbrj") + .withParameters(mapOf("raq", "datawqd", "pqcaigazwfwlrfd", "datail"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "zseodtqfdrslzymq") + .withValuePath("erwycuhytjwgetfi") + .withParameters(mapOf("eqjxzizebjrahg", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ubwggxzsshxliqm") + .withBuiltInOperation("kwhfmdoiiyobqzwj") + .withItemsPath("wrsofxcacrm") + .withItemValuePath("fmrsuydldpr") + .withItemTitlePath("sxfkzrztirjvqxvw") + .withParameters(mapOf("cxoerjwbuocqfl", new SwaggerCustomDynamicProperties(), + "nlrlqxbctatezy", new SwaggerCustomDynamicProperties(), "zdbcqqnlsjxcsc", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datajido") + .withRequired(Arrays.asList("ltcvmahpuwkupbbn", "i", "lh", "zhrcqdfwbif")) + .withMaxProperties(558509018) + .withMinProperties(1653699527) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("simtfcqmmy") + .withType(SwaggerSchemaType.FILE) + .withTitle("elpfijtezgxmpes") + .withItems(new SwaggerSchema().withRef("adlerzinfuivczkt") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("wtdapsmirmnrijef") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xcevdspth", new SwaggerSchema(), "ffmwt", new SwaggerSchema(), + "lgmkokqoi", new SwaggerSchema())) + .withAdditionalProperties("dataiefwlnm") + .withRequired(Arrays.asList("fcnuestbsli", "jdnccote", "ikjiytehhxt", "xqdwbymuq")) + .withMaxProperties(407766062) + .withMinProperties(1714948406) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("rctysecpekhxdb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavimmwc") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("rtsvxupqtzckjbcb", new SwaggerSchema(), "gnr", new SwaggerSchema())) + .withAdditionalProperties("dataj") + .withRequired(Arrays.asList("jxncqzahgtvbgdob", "morzolxosg", "htrxueqbmxqfgv")) + .withMaxProperties(721038450) + .withMinProperties(1339830760) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("esgcsqos") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("goufpizpbmfx") + .withNamespace("pfyvslazipplxgt") + .withPrefix("mjtycildrznlaxoz") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("yjnqzbrqcakmfckv", "dataugfzizyxd", "oitwhmucjiuh", + "datayjucamnsb"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vehyklel") + .withUri("dvpqfbxgy") + .withExtensions(mapOf("ef", "datausdmtxq"))) + .withExample("dataheywvfopkyllrey") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("dmsfwtwrs") + .withValuePath("vcneqswxhqhgk") + .withParameters(mapOf("ncpmyh", "datazvulqevv", "fbcyjrtalqeebud", + "dataxgdmvghcmixmlwkf", "sgoihlqwbyw", "datayimooaezkto", "bfb", + "dataazbaeeekfztvn"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wnoljdkx") + .withValuePath("ewy") + .withParameters(mapOf("clz", new SwaggerCustomDynamicProperties(), "krdp", + new SwaggerCustomDynamicProperties(), "yytbpkrpkhq", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("oenefnoafpcnr") + .withBuiltInOperation("yrxowv") + .withItemsPath("fcmuajwblxphto") + .withItemValuePath("rf") + .withItemTitlePath("tnnsvrfajy") + .withParameters(mapOf("tib", new SwaggerCustomDynamicProperties(), "fgzqzhl", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("ehbgcgyohrcmeqlj") + .withType(SwaggerSchemaType.FILE) + .withTitle("hycxon") + .withItems(new SwaggerSchema().withRef("dxagmdfjwcngkwx") + .withType(SwaggerSchemaType.STRING) + .withTitle("uvohufzdtsrp") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("zacrzhnsbylgmgbh", new SwaggerSchema(), "qczouanbfulvcxgl", + new SwaggerSchema(), "oqwb", new SwaggerSchema())) + .withAdditionalProperties("datailqbzbwbgwzhb") + .withRequired(Arrays.asList("jeyodpiovnlhrwya")) + .withMaxProperties(2115060507) + .withMinProperties(1995324529) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("xsvdeatjiobnirg") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanwtgntimznup") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("dsqvhedaakghc", new SwaggerSchema(), "zmmmjyvdhdgdi", + new SwaggerSchema())) + .withAdditionalProperties("datalgstmfetq") + .withRequired(Arrays.asList("jmolzcaqfkakh", "krvtyycvy")) + .withMaxProperties(1243974359) + .withMinProperties(1163777509) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("fu") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("xkczbdypbbimhjb") + .withNamespace("voortcl") + .withPrefix("bjcyuzly") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("afnwqh", "dataylkvck", "lmgjzrycwpbgum", "datawvcnviulb", "smg", + "datahmxpucknsastl", "vjmxokxxamq", "datamicttrvl"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rzvlcivqxdemkl") + .withUri("xwwwlojkbgnf") + .withExtensions(mapOf("haevlah", "datajvfsu"))) + .withExample("datazywywuah") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wcnnaax") + .withValuePath("fdajrfgim") + .withParameters(mapOf("ussuq", "datagewdqbxexfyzn"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wsfxay") + .withValuePath("byeywpmohnrtli") + .withParameters(mapOf("ydztkqrfbgynzfw", new SwaggerCustomDynamicProperties(), + "zdteqjmyqxuhg", new SwaggerCustomDynamicProperties(), "axnyprijyoxxjxbs", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rlcck") + .withBuiltInOperation("fpjmspau") + .withItemsPath("qom") + .withItemValuePath("alknuyapvibzic") + .withItemTitlePath("ichca") + .withParameters(mapOf("hjxnrkbnvfccklz", new SwaggerCustomDynamicProperties(), + "znfgvlx", new SwaggerCustomDynamicProperties(), "xmnctigpksywi", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("kdprtqj") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("fefuhbdwb") + .withItems(new SwaggerSchema().withRef("bgmlamoa") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("tnpkvbpblt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xheeocnqo", new SwaggerSchema(), "bvepvlryszfhd", + new SwaggerSchema(), "yfhxohzbzhhav", new SwaggerSchema())) + .withAdditionalProperties("datauxnvkdslcof") + .withRequired(Arrays.asList("fuehouisaklhjf", "dxqfussubzssp", "jvailfauyvxpqw")) + .withMaxProperties(1969326421) + .withMinProperties(1101501683) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("trthldwvoglffjd") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamhbtofcvxkylhcn") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("kygbptmsgkwedwlx", new SwaggerSchema())) + .withAdditionalProperties("datahgbgbhudh") + .withRequired(Arrays.asList("imvrr", "fibpkwmamrlfi")) + .withMaxProperties(1704693062) + .withMinProperties(320684606) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("hupngyhylqyafew") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("wuuyt") + .withNamespace("xrqxrtzea") + .withPrefix("vf") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("cwwynepktvmw", "datavpjxsdhweignybff", "nikouox", + "datavconysebjijfhp", "kkyporsyn", "dataalokb"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nbydlgfaph") + .withUri("ubwt") + .withExtensions(mapOf("jfqreeo", "datanrt"))) + .withExample("dataq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lihsdbfbmdi") + .withValuePath("xzhpjgqzmiaoawea") + .withParameters(mapOf("hruetcnxriqzzd", "dataaub", "sqdrrjsurn", "datak"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "bwxrxmyokohlsfj") + .withValuePath("uqjpzh") + .withParameters(mapOf("uvkqxqkvadmj", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("udjmaaj") + .withBuiltInOperation("ebhsermclyqw") + .withItemsPath("hyqkaaptbssvkbcb") + .withItemValuePath("wyblocc") + .withItemTitlePath("plxzbnsshvqnpszb") + .withParameters(mapOf("butcdzj", new SwaggerCustomDynamicProperties(), "jtvp", + new SwaggerCustomDynamicProperties(), "yxdyuxur", + new SwaggerCustomDynamicProperties(), "rltqmmij", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("naeikczscymqf") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("qnyumz") + .withNamespace("dokez") + .withPrefix("ezknfzqnzbflbqmh") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("ea", "dataedhagqbbse"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lmsy") + .withUri("dcrolrze") + .withExtensions(mapOf("ivt", "datamphzkymunw", "wdalisd", "datauszbdjrdfeuj", "dz", "dataqngca", + "p", "datanloou"))) + .withExample("datamdahyclx") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ebldpo") + .withValuePath("ffjk") + .withParameters(mapOf("evimxmaxcj", "datah", "wdsoqtbfkvuozbzc", "datapitygv", "urlcydjhtkjs", + "datanqekwankl"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("iyndurdonkgobx") + .withValuePath("rdolenrswkn") + .withParameters(mapOf("nmsg", new SwaggerCustomDynamicProperties().withOperationId("nmzaofro") + .withValuePath("qckievyrejyoy") + .withParameters(mapOf("ftusdwmnrt", new SwaggerCustomDynamicProperties(), "vbuc", + new SwaggerCustomDynamicProperties(), "nrovome", new SwaggerCustomDynamicProperties(), + "xwsicvwqzocsfshe", new SwaggerCustomDynamicProperties())), + "d", new SwaggerCustomDynamicProperties().withOperationId("wdibu") + .withValuePath("nr") + .withParameters(mapOf("vwrhryibr", new SwaggerCustomDynamicProperties(), "knuubxcwojt", + new SwaggerCustomDynamicProperties(), "p", new SwaggerCustomDynamicProperties())), + "jqdjlgkuirxxeuwi", new SwaggerCustomDynamicProperties().withOperationId("py") + .withValuePath("vffifujgtdo") + .withParameters(mapOf("mwefcbyb", new SwaggerCustomDynamicProperties(), "chrtczwjcu", + new SwaggerCustomDynamicProperties(), "yznvy", + new SwaggerCustomDynamicProperties())), + "asfeooq", new SwaggerCustomDynamicProperties().withOperationId("rcvnfg") + .withValuePath("viwxohktxagfuj") + .withParameters(mapOf("jnyexbvxgxqq", new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vev") + .withBuiltInOperation("rphklqlii") + .withItemsPath("anuwgjnofg") + .withItemValuePath("y") + .withItemTitlePath("sebjuymtevae") + .withParameters(mapOf("usrjzhdtrsyfezf", new SwaggerCustomDynamicProperties().withOperationId( + "ywhr") + .withValuePath("ej") + .withParameters(mapOf("dogzougxbxxgj", new SwaggerCustomDynamicProperties(), "gcphivfhrmte", + new SwaggerCustomDynamicProperties(), "fdvdoeary", + new SwaggerCustomDynamicProperties())), + "kfavhkhpsp", new SwaggerCustomDynamicProperties().withOperationId("yljdzyyrwnmwt") + .withValuePath("ljknnkynkstdtfwh") + .withParameters(mapOf("hfxa", new SwaggerCustomDynamicProperties(), "jyihjcwwvaos", + new SwaggerCustomDynamicProperties())), + "sujtgg", new SwaggerCustomDynamicProperties().withOperationId("eifdyfa") + .withValuePath("xnguwn") + .withParameters(mapOf("uzlai", new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ejpdcliqwzutiy") + .withItemsPath("rnhhjtvh") + .withItemValuePath("z") + .withItemTitlePath("yovqmqcudptoqwr") + .withItemFullTitlePath("ckjt") + .withItemIsParent("okmxwawfubknge") + .withSelectableFilter("x") + .withParameters(mapOf("wynjmoozm", new SwaggerCustomDynamicTreeParameter(), + "uktdrsjtmnkxjouw", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("fdt") + .withItemsPath("iaxtyrnuh") + .withItemValuePath("hepisq") + .withItemTitlePath("mlroiommemsoqgb") + .withItemFullTitlePath("yeqdob") + .withItemIsParent("aqcabe") + .withSelectableFilter("kcesrsi") + .withParameters(mapOf("lpjcxbjgfmyqyyfr", new SwaggerCustomDynamicTreeParameter())))), + "nyldjdkjvd", new SwaggerSchema().withRef("idfhmlxrqkeknum") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("zvptriysj") + .withItems(new SwaggerSchema().withRef("r") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("qpsrcekd") + .withItems(new SwaggerSchema().withRef("ydw") + .withType(SwaggerSchemaType.STRING) + .withTitle("w") + .withItems(new SwaggerSchema().withRef("vbwa") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("rjbjngoarsr") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("emzcyniapypimrx", new SwaggerSchema())) + .withAdditionalProperties("dataqwipzesstuin") + .withRequired(Arrays.asList("mlfupj")) + .withMaxProperties(218156021) + .withMinProperties(1165591254) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("yxjg") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datardaktnytk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("vfqjckmpwyvlh", new SwaggerSchema(), "hhcikh", new SwaggerSchema(), + "ebgjg", new SwaggerSchema())) + .withAdditionalProperties("datasacagiflrcyg") + .withRequired(Arrays.asList("hzwtoidhbxitrapw", "hlutjs", "zelsr", "emvupmeak")) + .withMaxProperties(756270096) + .withMinProperties(1387243013) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("de") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("aipu") + .withNamespace("ofkegbvbbdledffl") + .withPrefix("sluazz") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("pup", "datapxzee", "dczmrjgobekx", "datascboxra"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("owsecaf") + .withUri("zzbsk") + .withExtensions(mapOf("bmseesacuicnvq", "datajsb", "lh", "dataqsuivmrfaptndrmm"))) + .withExample("datamxrqkekcdaviieb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("avqymcwt") + .withValuePath("uceplbrzgkuorwp") + .withParameters(mapOf("ayynoyj", "datatweobptscruykkie"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("smsbnlyoifg") + .withValuePath("zjqthykcvo") + .withParameters(mapOf("wfzotkxx", new SwaggerCustomDynamicProperties(), "wwooxgbsdzcg", + new SwaggerCustomDynamicProperties(), "vypjhubdmgobxe", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("cqgzwvxwiuaoi") + .withBuiltInOperation("jklqrljdcukyla") + .withItemsPath("jiqoq") + .withItemValuePath("qhgphg") + .withItemTitlePath("wudgcyqruv") + .withParameters(mapOf("yddnqivah", new SwaggerCustomDynamicProperties(), "cqwnjz", + new SwaggerCustomDynamicProperties(), "bp", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("wsldigwouppvyd", + new SwaggerSchema().withRef("oedkspw") + .withType(SwaggerSchemaType.NULL) + .withTitle("ybqeigxuyx") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("u", new SwaggerSchema(), "khznfffnhcgna", new SwaggerSchema())) + .withAdditionalProperties("datarmrfqderkrgsdco") + .withRequired( + Arrays.asList("gqlwyqznbby", "poszfutgpby", "bnbcmoiqgtzpvqew", "lwzhxzuxerx")) + .withMaxProperties(516731329) + .withMinProperties(1729236754) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("qvvdkfpfjdajdqx") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datardjidc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "kikkqyvurhwishy", + new SwaggerSchema().withRef("svclr") + .withType(SwaggerSchemaType.STRING) + .withTitle("rppww") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dmtfxxepzpxzxlc", new SwaggerSchema(), "zfxaitiqmcjbsmk", + new SwaggerSchema())) + .withAdditionalProperties("datapqnip") + .withRequired(Arrays.asList("hkcomeobw")) + .withMaxProperties(1974379636) + .withMinProperties(357510479) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("lbfxlmxoz") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datauomtxj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "qu", + new SwaggerSchema().withRef("rzcqfevnkyakckte") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("sddjkkdedesua") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("cnxcxgx", new SwaggerSchema(), "mtcq", new SwaggerSchema())) + .withAdditionalProperties("datay") + .withRequired( + Arrays.asList("ixypavifjcz", "ohvpsuw", "chmxczbyfkoc", "mzdctsnlwscrngt")) + .withMaxProperties(1905366204) + .withMinProperties(2103257895) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("plksdksutacucti") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databvjh") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataphngr") + .withRequired(Arrays.asList("xoweorocr", "icgym", "gbq")) + .withMaxProperties(1354532098) + .withMinProperties(782687994) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("ijvwmrgcnzhrp") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("mbzquu") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hbtqyzy", new SwaggerSchema(), "g", new SwaggerSchema(), "mbky", + new SwaggerSchema(), "vxjdqosxzmdz", new SwaggerSchema())) + .withAdditionalProperties("databqfufke") + .withRequired(Arrays.asList("ki", "xh", "evmnk", "ghvsryjokv")) + .withMaxProperties(978129225) + .withMinProperties(1322797687) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xsv") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databpzgfgqpu") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("bbfpxxa") + .withType(SwaggerSchemaType.STRING) + .withTitle("ukgsn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xj", new SwaggerSchema())) + .withAdditionalProperties("datamaxcebnb") + .withRequired(Arrays.asList("kemqqerwqx", "jpvemdfkht", "uo")) + .withMaxProperties(1810756619) + .withMinProperties(956918246) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("e") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datae") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("bmnhtwofx") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("vyqnslbqrmlq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hj", new SwaggerSchema(), "qqrugwespscvs", new SwaggerSchema(), + "spt", new SwaggerSchema())) + .withAdditionalProperties("datawozfvza") + .withRequired(Arrays.asList("cv", "gx", "vwio", "hcmcgm")) + .withMaxProperties(1709318260) + .withMinProperties(1663244703) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("yiarzn") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapdlmajpuyxoafrmz") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("msiehedmmvoneeyr") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("tzayqw") + .withNamespace("igeblsp") + .withPrefix("d") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("jq", "dataeozbj", "ltssjdywbnklge", "dataizdnuehx"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ctsawvxcimpthjrm") + .withUri("zms") + .withExtensions(mapOf("fuysjhv", "datankn", "bwmrotgey", "datarllfswarm", "nxiajuvj", + "datayqnipehfwwcb"))) + .withExample("datafjisosfzlnraxnf") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xfh") + .withValuePath("ixgofqdqwsj") + .withParameters(mapOf("ntlydprpensbmzj", "datauvrqpbxdoicqp", "hbfexmizz", "dataitukoy", + "hduwdvolxtqmr", "dataxwjoqfzwand", "s", "datac"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("bkiumjf") + .withValuePath("xedrmr") + .withParameters(mapOf("vchvvoy", new SwaggerCustomDynamicProperties(), "o", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tnwzruzs") + .withBuiltInOperation("wxcsmx") + .withItemsPath("cappn") + .withItemValuePath("ebspciryomhkdw") + .withItemTitlePath("ed") + .withParameters(mapOf("kmzkw", new SwaggerCustomDynamicProperties(), "jjsqwhaefefv", + new SwaggerCustomDynamicProperties(), "kxdbnm", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("obuesdyvfx") + .withItemsPath("pfdfu") + .withItemValuePath("tw") + .withItemTitlePath("pse") + .withItemFullTitlePath("vytabvbbk") + .withItemIsParent("ewgs") + .withSelectableFilter("utbuvedwu") + .withParameters(mapOf("menxcqsxwc", new SwaggerCustomDynamicTreeParameter(), "ykc", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ekkbnj") + .withItemsPath("vmptedeue") + .withItemValuePath("hshnfiygpg") + .withItemTitlePath("kh") + .withItemFullTitlePath("ng") + .withItemIsParent("ql") + .withSelectableFilter("h") + .withParameters(mapOf("rdlpxiwwg", new SwaggerCustomDynamicTreeParameter(), + "cpvfpnrzikvoxloe", new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("gqrqkkvfy", new SwaggerSchema().withRef("ivxdifbwblijhp") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("goyxont") + .withItems(new SwaggerSchema().withRef("qrxrosuqrrldxfu") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("wxatktwjrppi") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("qvelrm", new SwaggerSchema(), "cizh", new SwaggerSchema(), + "ksbojklwj", new SwaggerSchema(), "zwyncwksm", new SwaggerSchema())) + .withAdditionalProperties("dataey") + .withRequired(Arrays.asList("bfnflytf")) + .withMaxProperties(697357665) + .withMinProperties(716310521) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("mi") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapwsnliyznghuqzg") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("rgavtfyzs", new SwaggerSchema(), "dfmzukryx", new SwaggerSchema())) + .withAdditionalProperties("datajvapeakfdmcedli") + .withRequired(Arrays.asList("kyoddoqkanqtrkic")) + .withMaxProperties(12923758) + .withMinProperties(429685593) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ndkrww") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ifqeqfsr") + .withNamespace("ckitlwgebylp") + .withPrefix("el") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("brdsypotnpkb", "datailnijhw", "btwgn", "datazpkodngvnqdjg", "vbqy", + "datadxuczl"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rirpi") + .withUri("vcqoq") + .withExtensions(mapOf("cpkkjlamyvwprj", "dataucqsdgbxcwtvmij", "nnlb", "dataaih", + "lzayjwdun", "dataxjppcbqetfzfppv", "wiuujxsujk", "datahmprkla"))) + .withExample("datagxeegxbnjnczepd") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("bfmdquy") + .withValuePath("escjxnav") + .withParameters(mapOf("efkzlxvco", "dataqbkxdtbfkihainz", "zuysajvvq", "datacgoeozlibcbnu", + "qjqjcajgofytkhhk", "datahonyonelivgtibt"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vkxeojtd") + .withValuePath("lglhelwruklfq") + .withParameters(mapOf("px", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ypbztga") + .withBuiltInOperation("jnskvct") + .withItemsPath("zimbwttmhl") + .withItemValuePath("ycyxrnwukfa") + .withItemTitlePath("pdwzjggkwdep") + .withParameters(mapOf("iayfiqiidxco", new SwaggerCustomDynamicProperties(), + "jvudyhgtrttcuayi", new SwaggerCustomDynamicProperties(), "ylnkmmxzifbqg", + new SwaggerCustomDynamicProperties(), "exo", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datauobpwainpgobothx") + .withRequired(Arrays.asList("hpnyjtuqgzyvex", "ch")) + .withMaxProperties(39740347) + .withMinProperties(956801148) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("uwh") + .withType(SwaggerSchemaType.NULL) + .withTitle("fiozttcbi") + .withItems(new SwaggerSchema().withRef("gkudsozodwjc") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("xryqycymzr") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dwzauzfdhe", new SwaggerSchema(), "dnyciwzk", new SwaggerSchema())) + .withAdditionalProperties("dataykqadfges") + .withRequired(Arrays.asList("habb")) + .withMaxProperties(911490521) + .withMinProperties(2128780473) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("sbg") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavqmxqsxofxqnki") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("oiobh", new SwaggerSchema(), "ebruptlsrvqz", new SwaggerSchema(), + "aqsos", new SwaggerSchema(), "njlvgrghnh", new SwaggerSchema())) + .withAdditionalProperties("dataxrqhj") + .withRequired(Arrays.asList("pesw", "nhqkgebzqz")) + .withMaxProperties(46454336) + .withMinProperties(524837030) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("j") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("naosxsxoxvimd") + .withNamespace("tqhdbitqsb") + .withPrefix("jsgomrih") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("fk", "databvqxgfy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dpbceh") + .withUri("dp") + .withExtensions(mapOf("npytporrvkxtf", "databo", "zjighd", "datatanetinqxdhnpjn", + "wvwetqffuxvfh", "datamltpmr"))) + .withExample("datahngqqxjbsotocl") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jydeatwxpxbxedh") + .withValuePath("boceksramqch") + .withParameters(mapOf("vhauimnntfkqp", "datafnlvvkswurxdq", "dqkzstzpzecdl", + "dataqcnbnwivlqcwyzh", "tuwcimtcaumv", "dataeirta", "nlofwuzebfq", + "dataudzpsjqrmlujmt"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("jbhzyenf") + .withValuePath("etxeudw") + .withParameters(mapOf("lckdoxocjcdevzp", new SwaggerCustomDynamicProperties(), "reortwwyj", + new SwaggerCustomDynamicProperties(), "gvrlhfxmrh", + new SwaggerCustomDynamicProperties(), "nnhbcjywkdywks", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uafanefictp") + .withBuiltInOperation("l") + .withItemsPath("ssjbzv") + .withItemValuePath("zw") + .withItemTitlePath("zuh") + .withParameters(mapOf("iac", new SwaggerCustomDynamicProperties(), "hfjdccjnyuvbtcu", + new SwaggerCustomDynamicProperties(), "jcgjtjkntomnl", + new SwaggerCustomDynamicProperties(), "thcdbszsbzr", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("d") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("rmbd") + .withItems(new SwaggerSchema().withRef("xavejo") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("kryzgavpl") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fiekkiskyyy", new SwaggerSchema(), "ek", new SwaggerSchema(), + "fffyshdawjlmlcuf", new SwaggerSchema())) + .withAdditionalProperties("datajiutfofhoajj") + .withRequired(Arrays.asList("yqyjnufzvl", "quyhbceev")) + .withMaxProperties(173874936) + .withMinProperties(488496226) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("qtvuxeujmdssijua") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapkcpws") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("tl", new SwaggerSchema(), "cltjhbcycgqa", new SwaggerSchema())) + .withAdditionalProperties("datasihxvtac") + .withRequired(Arrays.asList("opxpryxnsbubwhz", "qgugwl", "xahtqmmkdhwqc", "webagmfpkephu")) + .withMaxProperties(526065785) + .withMinProperties(200109004) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("keer") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("xpjpyillgnu") + .withNamespace("zfpffbuqxknvmcgm") + .withPrefix("zyojfch") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("ojuxil", "datazoksgqhb", "fldfljwt", "datazblkc", "tsflotumbm", + "datab"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tshfgmuxuqiag") + .withUri("oikuqirhsk") + .withExtensions(mapOf("zibrlr", "dataowkgvnlfueyx", "cfebpiucenbvrll", "datau", + "dzwilsxryi", "datadfkn"))) + .withExample("datazlwrduxntpfxxgj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wfctqveyfbkq") + .withValuePath("lzxem") + .withParameters(mapOf("ffgmcuanszeervg", "datapjckiehdmvfoyrxx", "bcqpfusekij", + "datagcsap", "kvorlfqm", "dataminenkbivpy"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wynbfvvc") + .withValuePath("urkmjufavvlnpbso") + .withParameters(mapOf("nklnmrz", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vrkkfcwxizkstxne") + .withBuiltInOperation("eipxutcbvri") + .withItemsPath("nfa") + .withItemValuePath("tvsayyaeiiv") + .withItemTitlePath("kqtjwrv") + .withParameters(mapOf("joqfxqe", new SwaggerCustomDynamicProperties(), + "xtdqiuspguzljvgj", new SwaggerCustomDynamicProperties(), "jzqjhljsazmjs", + new SwaggerCustomDynamicProperties(), "sfqqhcmecagsbf", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("jygllfkchhgsjuzz") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("mqcycabaamkkhd") + .withNamespace("mkxdujkxpuqz") + .withPrefix("oqywsuarpzhryh") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("jilbuazcco", "datayxb", "vjsknrbxz", "datahwivkd", "tv", "datapi"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qdqbvxqto") + .withUri("wbopvhcbtza") + .withExtensions(mapOf("eoc", "dataxcontickfkith", "ewpmioleaja", "datagvuqzgbjwvrudmp", + "jkscecmbaajdfw", "dataesgyzwph"))) + .withExample("datak") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("f") + .withValuePath("des") + .withParameters(mapOf("rr", "dataqtllbhjjpduibs"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eqrypyurvshhovtu") + .withValuePath("cp") + .withParameters(mapOf("otennd", new SwaggerCustomDynamicProperties().withOperationId("cxybtdzy") + .withValuePath("haoegjzgpljb") + .withParameters(mapOf("zsrazcbybic", new SwaggerCustomDynamicProperties(), "hxh", + new SwaggerCustomDynamicProperties(), "pua", new SwaggerCustomDynamicProperties(), + "asizzfmugykwuyc", new SwaggerCustomDynamicProperties())), + "tpyabensjflwp", new SwaggerCustomDynamicProperties().withOperationId("thdzitjzffph") + .withValuePath("wjqvs") + .withParameters(mapOf("onadez", new SwaggerCustomDynamicProperties(), "z", + new SwaggerCustomDynamicProperties(), "vfybxmmrvnuvqk", + new SwaggerCustomDynamicProperties(), "rsguogkcbr", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vqtmvifgcvsi") + .withBuiltInOperation("lbmti") + .withItemsPath("gosnxajptcdfmzxa") + .withItemValuePath("lhm") + .withItemTitlePath("cnnlsbnucqxhp") + .withParameters(mapOf("qrykkxakruupti", new SwaggerCustomDynamicProperties().withOperationId( + "bvejo") + .withValuePath("oxovlz") + .withParameters(mapOf("eldkqdlqqhn", new SwaggerCustomDynamicProperties())), "udynohocqx", + new SwaggerCustomDynamicProperties().withOperationId("gvpzgy") + .withValuePath("cnpxiema") + .withParameters(mapOf("tjekxsnnb", new SwaggerCustomDynamicProperties(), "ysgkt", + new SwaggerCustomDynamicProperties(), "mocnqbbl", + new SwaggerCustomDynamicProperties(), "tbofzghfuifw", + new SwaggerCustomDynamicProperties())), + "egclmexafjqzy", new SwaggerCustomDynamicProperties().withOperationId("jxug") + .withValuePath("rrfbplvhmhuros") + .withParameters(mapOf("zbdmddghqe", new SwaggerCustomDynamicProperties(), "y", + new SwaggerCustomDynamicProperties(), "orservpvesors", + new SwaggerCustomDynamicProperties())), + "yfyixecmasjnfgng", new SwaggerCustomDynamicProperties().withOperationId("ydyvt") + .withValuePath("virlunsskydi") + .withParameters(mapOf("jx", new SwaggerCustomDynamicProperties(), "ocsvjekejchxzj", + new SwaggerCustomDynamicProperties(), "cwuzs", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xbfckmoal") + .withItemsPath("x") + .withItemValuePath("xtxuzhvojyffwflb") + .withItemTitlePath("cdzuiygtcyzc") + .withItemFullTitlePath("fpubaldjc") + .withItemIsParent("dryvlrlkbhzirmx") + .withSelectableFilter("ujbfomfboz") + .withParameters(mapOf("xefppq", new SwaggerCustomDynamicTreeParameter(), "wdnnjjthpsnxebyc", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ohxu") + .withItemsPath("n") + .withItemValuePath("sebcxno") + .withItemTitlePath("pdyzssjlmykdy") + .withItemFullTitlePath("vgspjlfzhjngwqx") + .withItemIsParent("bcrgyoim") + .withSelectableFilter("szzcctvk") + .withParameters(mapOf("htvagwnnw", new SwaggerCustomDynamicTreeParameter(), "nv", + new SwaggerCustomDynamicTreeParameter())))), + "umqeobrwreu", new SwaggerSchema().withRef("knkxi") + .withType(SwaggerSchemaType.NULL) + .withTitle("rjlqdoqeje") + .withItems(new SwaggerSchema().withRef("lhuhdkubgyw") + .withType(SwaggerSchemaType.NULL) + .withTitle("lpdyehj") + .withItems(new SwaggerSchema().withRef("flvx") + .withType(SwaggerSchemaType.FILE) + .withTitle("yw") + .withItems(new SwaggerSchema().withRef("uhzmolhveolng") + .withType(SwaggerSchemaType.FILE) + .withTitle("wdxqupymlhkl") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("zmqyn", new SwaggerSchema())) + .withAdditionalProperties("datatrnwqgqrbthbfpi") + .withRequired(Arrays.asList("jo", "ogwfvkywz", "qeiaddp")) + .withMaxProperties(1489155242) + .withMinProperties(561021831) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("cnuti") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanzbqvioynctfq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("aaaiaib", new SwaggerSchema(), "vavlyaqtlocnwme", + new SwaggerSchema(), "zvzuzqc", new SwaggerSchema(), "lko", new SwaggerSchema())) + .withAdditionalProperties("databzgy") + .withRequired(Arrays.asList("f")) + .withMaxProperties(1275177527) + .withMinProperties(964798649) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mhnozfby") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("osladagwaakktbj") + .withNamespace("tztkajqhsnse") + .withPrefix("lislxyljzbkd") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("awzzkvfccozvqxsp", "datavtkjctvrp", "ytgcpt", "datatraitrmsukxt", + "kmemfvrcc", "datatxpoegy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fkfvyj") + .withUri("mwrv") + .withExtensions(mapOf("vvpaysqwhzdcyand", "datapjylxtebvsewf"))) + .withExample("datak") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pvdfmoqqc") + .withValuePath("vxuos") + .withParameters(mapOf("pjpjmsbzzjsnyf", "dataf"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("jz") + .withValuePath("kkiub") + .withParameters(mapOf("it", new SwaggerCustomDynamicProperties(), "lrglhxsoang", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("nhogse") + .withBuiltInOperation("enegg") + .withItemsPath("tyzpxlitwkejm") + .withItemValuePath("mudupehskvsdfv") + .withItemTitlePath("ypezammpk") + .withParameters(mapOf("npeukgnmfakeqnit", new SwaggerCustomDynamicProperties(), + "omlcsvkt", new SwaggerCustomDynamicProperties(), "psrowshvf", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("ure", + new SwaggerSchema().withRef("vdyqabjropxfqdm") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("yjyuwqlzw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("h", new SwaggerSchema(), "iri", new SwaggerSchema(), + "amqtrhqdoxdegacd", new SwaggerSchema())) + .withAdditionalProperties("datapk") + .withRequired(Arrays.asList("obp")) + .withMaxProperties(1596517006) + .withMinProperties(647222436) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("q") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datalirqqcls") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "vo", + new SwaggerSchema().withRef("i") + .withType(SwaggerSchemaType.FILE) + .withTitle("lioklsuffp") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("c", new SwaggerSchema())) + .withAdditionalProperties("datafytbltyt") + .withRequired(Arrays.asList("bgcesfddfclm", "wurofofkb", "jzzwweoblb")) + .withMaxProperties(68808694) + .withMinProperties(1182253434) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("cnkfsogvyox") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataepgbbzd") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataddpwmgw") + .withRequired(Arrays.asList("kfjvqglaxsei", "vvvgyphheovejk")) + .withMaxProperties(1383484285) + .withMinProperties(1044463612) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("thrtzpuv") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("grqefnq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ouurmu", new SwaggerSchema(), "embqqiehdhjofy", + new SwaggerSchema(), "wnaxoxl", new SwaggerSchema(), "rx", new SwaggerSchema())) + .withAdditionalProperties("datalqcxut") + .withRequired(Arrays.asList("aglyyhrgmabspmlu", "yju", "kedputocrb")) + .withMaxProperties(1545684337) + .withMinProperties(1524864113) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("gc") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datar") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("mljzksqimybqjvfi") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("aqpvhszopeuku") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("bsskgqjemosq", new SwaggerSchema(), "fsjbpwjwz", + new SwaggerSchema(), "gipdzym", new SwaggerSchema())) + .withAdditionalProperties("datahxfpzc") + .withRequired(Arrays.asList("qhadxjvvlyibweu")) + .withMaxProperties(2080003032) + .withMinProperties(646065303) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("coqxtvytzqlyldj") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataazzs") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("brlbozlt") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("bibtkeiecupmwx") + .withNamespace("okrlnrpeylfiiuld") + .withPrefix("iqlnh") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("xrmeatrtcqyfj", "datanknsgvx", "hqyoyt", "dataifbmojt", + "mbhukdfpknvk", "datacoufk", "dhzjlrkn", "datavozjezchme"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fxmuqeq") + .withUri("qphfvsftsstw") + .withExtensions(mapOf("z", "datacachdtezgfctu", "u", "datawqrzvuxnxauohsh", "hypngo", + "datatdbvmj"))) + .withExample("datadxvrivptbczs") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ukekytk") + .withValuePath("tvmaatvogpyceinh") + .withParameters(mapOf("yplskhwfjud", "databdxs", "ez", "datapbqp", "dyzaciasfzrgu", + "dataggdpftfcbrtsrdpl"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yvsbfsinvabdjul") + .withValuePath("xotudamkiyao") + .withParameters(mapOf("ulzugifgspxl", new SwaggerCustomDynamicProperties(), + "lnocscygimizlu", new SwaggerCustomDynamicProperties(), "jbwmgksrlmsppp", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("z") + .withBuiltInOperation("jtryjskdiylgzzuq") + .withItemsPath("psybqo") + .withItemValuePath("vmxwbohxdhkoe") + .withItemTitlePath("rhgnakajwscmneev") + .withParameters(mapOf("qeumz", new SwaggerCustomDynamicProperties(), "yhmgq", + new SwaggerCustomDynamicProperties(), "eivjqutxr", new SwaggerCustomDynamicProperties(), + "gbzgfhzdzahktxv", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("otbkjwhztpx") + .withItemsPath("twk") + .withItemValuePath("dpay") + .withItemTitlePath("pqiwuzr") + .withItemFullTitlePath("ztjfkgbtqqj") + .withItemIsParent("synn") + .withSelectableFilter("ion") + .withParameters(mapOf("dheos", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("fudmpfhwyp") + .withItemsPath("tjtntc") + .withItemValuePath("pdbbgl") + .withItemTitlePath("cctokfspvj") + .withItemFullTitlePath("spkvrmp") + .withItemIsParent("typtwjw") + .withSelectableFilter("yeohgmcmdjmv") + .withParameters(mapOf("fnug", new SwaggerCustomDynamicTreeParameter(), "lv", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties( + mapOf( + "tfzptrcdz", new SwaggerSchema().withRef("ox") + .withType(SwaggerSchemaType.NULL) + .withTitle("vueprpmofxnwcgz") + .withItems(new SwaggerSchema().withRef("ixt") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("jsehbknnrnk") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("wpcb", new SwaggerSchema(), "ogzehczbniv", new SwaggerSchema())) + .withAdditionalProperties("datahsxvppkjeal") + .withRequired(Arrays.asList("ewhotvbmyzuqfdq", "ktrjtoqszh", "qn", "jndkvzmx")) + .withMaxProperties(237146687) + .withMinProperties(863769617) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("nkqyipgkm") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datadz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("rfzjlflzagvdavab", new SwaggerSchema(), "iefcorzbida", + new SwaggerSchema(), "beznicew", new SwaggerSchema(), "fajw", new SwaggerSchema())) + .withAdditionalProperties("datalciobbpw") + .withRequired(Arrays.asList("zeqxuecuuuexsmn", "eevf", "axfezraqsdd", "odkgxqfkyrxgmz")) + .withMaxProperties(2088426608) + .withMinProperties(143936386) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("sspfegaoksd") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("jfyukl") + .withNamespace("el") + .withPrefix("pyqbwhue") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("rvqrwwbdrwroqk", "datagmhpavsfg", "kyu", "datajnzpqhqqsa", + "vgeytlplslfcved", "datafameaasjqenhekza", "jocrhnxzmfvmw", "datasuowtolkyqf"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tcsraw") + .withUri("yxfshmby") + .withExtensions(mapOf("sodtevzshqyke", "datawnbu", "vqdmhcejstfsm", + "datampshaezcldkckrn"))) + .withExample("datajakgk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("soq") + .withValuePath("xwdjoxwkb") + .withParameters(mapOf("lfhn", "dataobvcnsbioez", "t", "dataz"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "yugtkxncwdy") + .withValuePath("lrlcm") + .withParameters(mapOf("jywwwvnhw", new SwaggerCustomDynamicProperties(), + "krmqevrhhafqf", new SwaggerCustomDynamicProperties(), "dfyziruqvgnjxi", + new SwaggerCustomDynamicProperties(), "kgyjmzbm", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("kyluyug") + .withBuiltInOperation("rdcvoloxtvqc") + .withItemsPath("ryhmmglv") + .withItemValuePath("enkpsvokkya") + .withItemTitlePath("xvcptfgfbhnkxa") + .withParameters(mapOf("afegazhlrdx", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "erwhemvids", new SwaggerSchema().withRef("rtffvpkdxcy") + .withType(SwaggerSchemaType.FILE) + .withTitle("bqvprawvoqatd") + .withItems(new SwaggerSchema().withRef("ldpmecsmxfz") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("m") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("kpgwgssd", new SwaggerSchema())) + .withAdditionalProperties("dataupirnbnlqyvd") + .withRequired(Arrays.asList("kjwd")) + .withMaxProperties(1204047447) + .withMinProperties(1375716385) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("drquxrxh") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("mrrhyjxcqcacz", new SwaggerSchema(), "vwae", new SwaggerSchema())) + .withAdditionalProperties("datatqjqyfyd") + .withRequired(Arrays.asList("ysl", "yfybdsvkll", "zhsh", "kbchcazkgdjthprg")) + .withMaxProperties(567232425) + .withMinProperties(1513409703) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("urmrfyyqj") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("qrsdd") + .withNamespace("qddldao") + .withPrefix("fztqewq") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("zzw", "dataht", "trgu", "dataocygoyineuaxpmez", + "oyxfoafzdypzlx", "datalw", "jzqx", "datamndhgwhlbpju"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("itnwlyhbujysv") + .withUri("yy") + .withExtensions(mapOf("nnr", "datahatmabtpgnqtj", "hciga", "dataew", "qxzxtert", + "datahmdfspkdn"))) + .withExample("datarrwsci") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "ienvtolzjyfkryx") + .withValuePath("haknklthqwppv") + .withParameters(mapOf("vpvdrohulobk", "datamw", "vxjua", "datab", "obmkphvdlorxz", + "datavxznirnygtixkg", "udcltf", "dataqdi"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("il") + .withValuePath("mw") + .withParameters(mapOf("h", new SwaggerCustomDynamicProperties(), "dopjs", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bw") + .withBuiltInOperation("i") + .withItemsPath("mibnm") + .withItemValuePath("idipwt") + .withItemTitlePath("wmzh") + .withParameters(mapOf("loqavst", new SwaggerCustomDynamicProperties(), + "zavkyjjludnmbj", new SwaggerCustomDynamicProperties(), "bngzldvvd", + new SwaggerCustomDynamicProperties(), "optythctoxo", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "usx", new SwaggerSchema().withRef("f") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("gus") + .withItems(new SwaggerSchema().withRef("omeqg") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("spsog") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("jsbaqxaxtuxir", new SwaggerSchema(), "pbiichlygkv", new SwaggerSchema())) + .withAdditionalProperties("dataxwonkrnizdxywab") + .withRequired(Arrays.asList("ni", "aptgvnaqyjukka", "nnewltonopffem")) + .withMaxProperties(1176586209) + .withMinProperties(72816943) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("abh") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("qz", new SwaggerSchema())) + .withAdditionalProperties("dataspa") + .withRequired(Arrays.asList("slqeronz")) + .withMaxProperties(430075388) + .withMinProperties(393194588) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("wd") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("avouymkd") + .withNamespace("qxlv") + .withPrefix("fdkaxgbiwpgop") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("gjmpd", "datamrrmtr", "juzmu", "datarjzwawpewajccs"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ickzovguzprpxhhb") + .withUri("gzxkopqlrzhtocjz") + .withExtensions(mapOf("jwgiitvjcmimbmsw", "dataexuvatzwn", "qr", + "datakbbbjoypplod"))) + .withExample("datapozffsobggv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ax") + .withValuePath("brtvtgolmlplgtla") + .withParameters(mapOf("aobqnjc", "datahxjvoysxaqqjhdfh", "qwssyd", "databozvc", + "ywo", "datawrybi", "yocpkvltjfdzfmnp", "datajnjuvtzijrdlxba"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("c") + .withValuePath("jxnnnoz") + .withParameters(mapOf("vdtuoamqobqeh", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("htisyzfeoctr") + .withBuiltInOperation("wn") + .withItemsPath("ckze") + .withItemValuePath("bvwdxgyypmxq") + .withItemTitlePath("mlnxrca") + .withParameters(mapOf("hskegdkv", new SwaggerCustomDynamicProperties(), + "iilyeshoxfzzj", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datagozwplxzgzumno") + .withRequired(Arrays.asList("xkkbygbgiqkwys", "ybbnhttyizonzsur", "co")) + .withMaxProperties(2145885433) + .withMinProperties(2053256750) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("carciu") + .withType(SwaggerSchemaType.FILE) + .withTitle("pdthjfv") + .withItems(new SwaggerSchema().withRef("sgnspu") + .withType(SwaggerSchemaType.STRING) + .withTitle("f") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fssjgbfbbachxx", new SwaggerSchema(), "zzunfnbphceei", + new SwaggerSchema(), "kbuxlepghcnuqhq", new SwaggerSchema())) + .withAdditionalProperties("datat") + .withRequired(Arrays.asList("fscl", "ga")) + .withMaxProperties(497550116) + .withMinProperties(1084262999) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("tnhdnihu") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawgbzdtorbi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("tsucrxdtejobjz", new SwaggerSchema(), "lwtidcnz", new SwaggerSchema(), + "lgmpupj", new SwaggerSchema(), "ltyl", new SwaggerSchema())) + .withAdditionalProperties("dataudvbgvz") + .withRequired(Arrays.asList("sbkpcutzaziydpo", "nseaimbdqraokd")) + .withMaxProperties(1871424134) + .withMinProperties(149919369) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("alqwzkn") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("svclfjycl") + .withNamespace("ldlfflleirmtx") + .withPrefix("pfildcg") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("tgngwnxjftecg", "datapgcryvidbzdylbvj", "dq", "datarzsqm", "t", + "dataakzbyqha"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("yxuuc") + .withUri("usyrux") + .withExtensions(mapOf("vmgsbpgmncrv", "datahlh", "oromppzsauqmeu", "datapi", + "ugoceqtlyspjym", "dataplfcmpua"))) + .withExample("dataccurn") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("akgixhqjq") + .withValuePath("qwbbxiwtwfgo") + .withParameters(mapOf("ydsyweohlmts", "datalvemnnzugabk", "s", "datavonvbftswcdop"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vdticcaf") + .withValuePath("zwkopxd") + .withParameters(mapOf("woqhgppwxn", new SwaggerCustomDynamicProperties(), "kfzrxxf", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vqzjnnuwwvjzr") + .withBuiltInOperation("ajt") + .withItemsPath("qjkbkjc") + .withItemValuePath("xrj") + .withItemTitlePath("zrieitqmlzuw") + .withParameters(mapOf("zqajxkmpe", new SwaggerCustomDynamicProperties(), "f", + new SwaggerCustomDynamicProperties(), "lgeehbdjgplnlxr", + new SwaggerCustomDynamicProperties(), "eszunb", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("buk") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("z") + .withNamespace("obvveq") + .withPrefix("yt") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("cdsysxnk", "databj", "nkkgdw", "datahvhnlsevzcrr", "msaqhviawgqrwu", + "dataymxsfqeaxdqelu", "gpbcbkcpympd", "datavvzfzn"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("asklkqclnf") + .withUri("rgnoskkhbmjphlyy") + .withExtensions(mapOf("cpckxjnohafwm", "datavyeikbvqzrurgbqa"))) + .withExample("datagjlyxtugpea") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wxfamtxccfegsavb") + .withValuePath("oucvkandh") + .withParameters(mapOf("gdmfvybfmpot", "datamazkmqfw"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("pfigrxxtrcodb") + .withValuePath("ogldmxxb") + .withParameters(mapOf("gxtaelx", new SwaggerCustomDynamicProperties().withOperationId( + "vamsxrwq") + .withValuePath("dflg") + .withParameters(mapOf("lzeqzvdbbof", new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("cyatbxd") + .withBuiltInOperation("vy") + .withItemsPath("kmxv") + .withItemValuePath("shnugfbpeigkf") + .withItemTitlePath("ovriqtuzwbkqcgz") + .withParameters(mapOf("zyjbuwuuusyd", new SwaggerCustomDynamicProperties().withOperationId("jh") + .withValuePath("arptxu") + .withParameters(mapOf("oyyumhzps", new SwaggerCustomDynamicProperties(), "oc", + new SwaggerCustomDynamicProperties(), "acvt", new SwaggerCustomDynamicProperties(), + "yhpbiln", new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("oxpqgqs") + .withItemsPath("clefeombodvdgf") + .withItemValuePath("kqsjymcfvvzceuyu") + .withItemTitlePath("tc") + .withItemFullTitlePath("nbpkfnxrlncmlzvv") + .withItemIsParent("esfhqsacjqz") + .withSelectableFilter("vfwcbawapndm") + .withParameters(mapOf("mkmzvag", new SwaggerCustomDynamicTreeParameter(), "xfblsxyfq", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("d") + .withItemsPath("llefmizdcsrv") + .withItemValuePath("nasgfyxhsx") + .withItemTitlePath("q") + .withItemFullTitlePath("xbpq") + .withItemIsParent("xskehojvmazuflf") + .withSelectableFilter("uufhpdncokqrg") + .withParameters(mapOf("h", new SwaggerCustomDynamicTreeParameter(), "nimjlyhbjfnmmib", + new SwaggerCustomDynamicTreeParameter(), "wcduyrgcay", + new SwaggerCustomDynamicTreeParameter())))), + "cuwrfgpjfv", new SwaggerSchema().withRef("sawha") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("qzmfkiaag") + .withItems( + new SwaggerSchema().withRef("xjkc") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("ubrfk") + .withItems( + new SwaggerSchema().withRef("xnwtzsr") + .withType(SwaggerSchemaType.NULL) + .withTitle("rjvcjskqsf") + .withItems( + new SwaggerSchema().withRef("wapdunhdikatzmtu") + .withType(SwaggerSchemaType.STRING) + .withTitle("itjkbibxlwzlvkc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("aunlodincf", new SwaggerSchema(), "aoboiahk", + new SwaggerSchema(), "psvax", new SwaggerSchema(), "ksaxyeedvpmodkt", + new SwaggerSchema())) + .withAdditionalProperties("datatydvvgkmorbpc") + .withRequired(Arrays.asList("fyvuztnsv", "shkkgygfohrmehh", "clpkr")) + .withMaxProperties(921104558) + .withMinProperties(1641211106) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("iutivr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamrmgftjvii") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("hhfh", new SwaggerSchema(), "nsjxwfogb", new SwaggerSchema(), + "uylyumbweprlnuo", new SwaggerSchema(), "sxhdkhm", new SwaggerSchema())) + .withAdditionalProperties("datax") + .withRequired(Arrays.asList("apesnbyoullyfz", "nxrmxxjv", "batjgzkm")) + .withMaxProperties(130490659) + .withMinProperties(231702639) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("fmdjsiomm") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("ulxrcbdnpfcg") + .withNamespace("ttowqx") + .withPrefix("pbzxpzl") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("zpkfeo", "dataywtcvz", "lqeyisgq", "dataotqu", + "dpfvlsqmmetwtla", "datazk", "nuvhgcgrllyyfsm", "datankjtefbd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xh") + .withUri("hm") + .withExtensions(mapOf("ykg", "datazhuug"))) + .withExample("datakwvbqcawwa") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nyotgnmze") + .withValuePath("reluedcmkryhhee") + .withParameters(mapOf("djklfsdntk", "datahllxwknoo", "lhmkspybnnn", + "dataiymmddslwnlgj", "katupmrslwknrdv", "datapqdnn"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("jerndzzywxqraqx") + .withValuePath("deetnnefputl") + .withParameters(mapOf("uxjmrzsxwasfwqj", new SwaggerCustomDynamicProperties(), + "ybmfqdnppfcfguam", new SwaggerCustomDynamicProperties(), "vamuvkgd", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bblukgctvn") + .withBuiltInOperation("jvsyydjlhdukc") + .withItemsPath("vyeegx") + .withItemValuePath("loj") + .withItemTitlePath("mfjdymeqvnxpfyx") + .withParameters(mapOf("pnonxem", new SwaggerCustomDynamicProperties(), "qpzhna", + new SwaggerCustomDynamicProperties(), "wvgcmcvdjlwwef", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("jdsqephtoshqt", new SwaggerSchema().withRef("pmjcoy") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("kzuhkshxjkckwbq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("mmkwahrooy", new SwaggerSchema(), "hob", new SwaggerSchema())) + .withAdditionalProperties("datayuepaco") + .withRequired(Arrays.asList("hextigukf")) + .withMaxProperties(299455862) + .withMinProperties(1698425117) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mbnpeenlq") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datab") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datarjwgujr") + .withRequired(Arrays.asList("a", "ypyqoizfyasydd", "bwscjwyye")) + .withMaxProperties(1553525013) + .withMinProperties(1440138659) + .withAllOf(Arrays.asList(new SwaggerSchema() + .withRef("eowctshwfrhhas") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("uznwwum") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("cilbwtpwbjlpfwuq", new SwaggerSchema())) + .withAdditionalProperties("datapdgitenyuksl") + .withRequired(Arrays.asList("pnxghamrplanchqo", "mmxlmxejwy")) + .withMaxProperties(217448938) + .withMinProperties(1501533518) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("uekbbypqsmp") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataiuxhjuwn") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("gkjjpcpi") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("xvtajfjato") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("kurdgcpzan", new SwaggerSchema(), "qvengn", new SwaggerSchema(), + "uelrnanbrpkocu", new SwaggerSchema(), "fbageg", new SwaggerSchema())) + .withAdditionalProperties("datajltckiwxggfagi") + .withRequired(Arrays.asList("dboefnhxha", "u", "einvzsodm", "krqdbsgkqy")) + .withMaxProperties(1894069912) + .withMinProperties(2091927878) + .withAllOf( + Arrays.asList( + new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("xhyzzlocjhzppd") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databofprsmivapesb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("wsfvtghqx") + .withType(SwaggerSchemaType.NULL) + .withTitle("mfcleuovelvs") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jtez", new SwaggerSchema(), "jtoudode", new SwaggerSchema(), + "wmv", new SwaggerSchema())) + .withAdditionalProperties("datarjciexuwemtgtg") + .withRequired(Arrays.asList("mm", "gsks", "bsxehaxicjojxol")) + .withMaxProperties(1960586318) + .withMinProperties(916710614) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ptbhm") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databnatlnch") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("tdzzvhbujkah") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("wojdzccq") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("bfb", new SwaggerSchema(), "diicdzfbve", new SwaggerSchema())) + .withAdditionalProperties("datavnhhmfsnqpvjtshl") + .withRequired(Arrays.asList("sksd", "mhwt", "yppwfbwoet", "izrf")) + .withMaxProperties(1046336870) + .withMinProperties(1470988882) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ngaypxsazbxsn") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafstmprvgrandzk") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("lqboomzgmrolhsf") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("vevwxmnbw") + .withNamespace("a") + .withPrefix("gnpyhtuhalpq") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("kqjarlazbtgtzpca", "dataexznpny", "xuupczegqnaidvs", + "datarmzoujfgt", "knpbq", "datavgyoggkztzttj", "aqeizp", "datazkuobclob"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lyugpnn") + .withUri("jmkffeonmnvmu") + .withExtensions(mapOf("liytdegcrun", "dataqywlpx", "irhyvsyuvriemor", "datakilxstek", + "kltrvgioguoxc", "datazffi"))) + .withExample("dataqo") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("mjogxgr") + .withValuePath("yciwbnqinr") + .withParameters(mapOf("jrdi", "datavmr", "cjggcmpncjqbgbno", "dataoxqswsych"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wvf") + .withValuePath("ytzgwjekyqirv") + .withParameters(mapOf("lnvgpppdilbdvx", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lz") + .withBuiltInOperation("apspxwwblscrm") + .withItemsPath("uuzywkgouxnroyh") + .withItemValuePath("esywywnvgy") + .withItemTitlePath("c") + .withParameters(mapOf("zcwuejmxlfzl", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("hrau") + .withItemsPath("ovlx") + .withItemValuePath("vm") + .withItemTitlePath("pniqwxmrgmnkgtlh") + .withItemFullTitlePath("razk") + .withItemIsParent("iy") + .withSelectableFilter("znvzmsv") + .withParameters(mapOf("heqzhehgvmm", new SwaggerCustomDynamicTreeParameter(), + "oyzgnbnypluz", new SwaggerCustomDynamicTreeParameter(), "pkfcdfu", + new SwaggerCustomDynamicTreeParameter(), "ilzvxotno", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("cdvhyefqhxyts") + .withItemsPath("bwcacwaaqakv") + .withItemValuePath("y") + .withItemTitlePath("xra") + .withItemFullTitlePath("lreq") + .withItemIsParent("cmmdtshz") + .withSelectableFilter("xucznb") + .withParameters(mapOf("wrcyrn", new SwaggerCustomDynamicTreeParameter(), "jwkow", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("ulpuexyigxztye", new SwaggerSchema().withRef("kag") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("mnaphrskmpeajzzy") + .withItems(new SwaggerSchema().withRef("amzmzfnt") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("ftxyt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("j", new SwaggerSchema())) + .withAdditionalProperties("datajlijkk") + .withRequired(Arrays.asList("aehjjirvjq", "av", "mdmracfsffdralih", "sscygyzhcvlavyrj")) + .withMaxProperties(225172171) + .withMinProperties(459738183) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vti") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datau") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("utwe", new SwaggerSchema())) + .withAdditionalProperties("datagivkteccxfnatntm") + .withRequired(Arrays.asList("bqpmfhjik", "cnbdq", "tghnmelzvrchm", "ucgrmwyv")) + .withMaxProperties(1515256531) + .withMinProperties(441039637) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("qqgrbrhhvipgti") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("lwhf") + .withNamespace("bweasgypjixd") + .withPrefix("badydwqeuwdvcl") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("ixrgsrw", "datanzi", "osijiq", "dataxqkwargcbgd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wqykmvugflh") + .withUri("oxu") + .withExtensions(mapOf("xh", "datannkvthwtamvmbgy", "vbeqzjdwx", "datamuhkezuucqicocd", + "ytlxugjr", "datautpdwneec"))) + .withExample("datanffaofkvfruxzkfb") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zo") + .withValuePath("tvymdqaymqmyrn") + .withParameters(mapOf("jdgfkr", "databqkfnoxhvo", "uguv", "datasjrvpakxrdeexwe"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ohpzurnzoytkbea") + .withValuePath("fenroz") + .withParameters(mapOf("oxcbpkiwseac", new SwaggerCustomDynamicProperties(), "tax", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("anhsxwh") + .withBuiltInOperation("ztdacrqcwkk") + .withItemsPath("ysyajmm") + .withItemValuePath("updc") + .withItemTitlePath("rufs") + .withParameters(mapOf("uxkdiumgsivxw", new SwaggerCustomDynamicProperties(), "scwbshf", + new SwaggerCustomDynamicProperties(), "hvlms", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "a", + new SwaggerSchema().withRef("d") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("gnndefyh") + .withItems(new SwaggerSchema().withRef("hwlvsvs") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("prqtfk") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("kpmonxdwfcuh", new SwaggerSchema())) + .withAdditionalProperties("dataftfvqukkmvzeneg") + .withRequired(Arrays.asList("rjylw", "qsem")) + .withMaxProperties(1001052303) + .withMinProperties(811148827) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ehztbejrdzwy") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawufifnj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("f", new SwaggerSchema())) + .withAdditionalProperties("datamcyk") + .withRequired(Arrays.asList("smkb", "dnrihp", "axhcbeejnoign", "dlk")) + .withMaxProperties(1298069838) + .withMinProperties(2031973021) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mhkipjardv") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("dxmi") + .withNamespace("lnpbiec") + .withPrefix("nddvjlpbj") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("hypbrzwiypz", "datajvaycxrwknsb", "gv", "datayhkecebt", "wq", + "datatbsusfd", "ff", "dataqcowkendgrc"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qnugtcuyuwgnyjdi") + .withUri("ticwmlf") + .withExtensions(mapOf("jkuf", "dataibfmcoxbktu", "obbaibcfbfy", "datavvdgnmeiom"))) + .withExample("dataaisf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("rkmgifmyzbuhdnhh") + .withValuePath("ts") + .withParameters( + mapOf("qfpzjz", "databdponhblqivcn", "wqesqsqmiekxip", "databpcwtwtrchkcmru"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("h") + .withValuePath("tykkvjjlba") + .withParameters(mapOf("rzyqokbgumuejx", new SwaggerCustomDynamicProperties(), + "pxxizchmbuzgi", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("jkngzfs") + .withBuiltInOperation("aybh") + .withItemsPath("lsbufnhbvcntpoee") + .withItemValuePath("rsljzmzuicsgg") + .withItemTitlePath("znbppmk") + .withParameters(mapOf("lbbnjld", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datafwl") + .withRequired(Arrays.asList("tvkyahfoyfzoidy", "eprevcjukfal", "ceechc", "yvqbeqp")) + .withMaxProperties(663182449) + .withMinProperties(596323744) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("fhicrjri") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("ydrlqllbof") + .withItems(new SwaggerSchema().withRef("ocyb") + .withType(SwaggerSchemaType.STRING) + .withTitle("ikn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("seiqbroqjfeamzku", new SwaggerSchema(), "dgp", new SwaggerSchema())) + .withAdditionalProperties("datago") + .withRequired(Arrays.asList("nvnj", "ldrqqv", "ugusqlx")) + .withMaxProperties(1931118511) + .withMinProperties(1080154458) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("lnvqacbyfis") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datauyypaggpaiheaeyz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("ymipvlxty", new SwaggerSchema(), "ukhjd", new SwaggerSchema(), "pllitx", + new SwaggerSchema())) + .withAdditionalProperties("datagkw") + .withRequired(Arrays.asList("yhq", "ivxcodwkwoytcach", "sizfuewlf", "fiikqcdnzsfiu")) + .withMaxProperties(809125241) + .withMinProperties(772132645) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("crxlyzoahovu") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("jjwnbrm") + .withNamespace("tbrnl") + .withPrefix("iaani") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("pphcstmryc", "datac", "inlpxngzzxqbgqn", "dataanapfaoiz"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ctbxzj") + .withUri("ifpucv") + .withExtensions(mapOf("e", "datazwbsk", "qmbinpxmiwt", "datafz"))) + .withExample("dataifpvrdukcdnzo") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xtwgbawshram") + .withValuePath("ugqcglmadfztof") + .withParameters(mapOf("wayfmcerfxf", "datalauua", "thzw", "dataiqba", "o", "dataipssv"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("cqcjozzjku") + .withValuePath("dqqbt") + .withParameters(mapOf("ocuzxllbpwa", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ettohgpzwxyvtkzb") + .withBuiltInOperation("zxpus") + .withItemsPath("mwnfhm") + .withItemValuePath("suqnk") + .withItemTitlePath("hvlxudheka") + .withParameters(mapOf("rmid", new SwaggerCustomDynamicProperties(), "vhjcgszfb", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("lfoj") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("mveybodhrv") + .withNamespace("duumw") + .withPrefix("umjvegpdxtsaujt") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("lkwk", "datalqoxuptsliiv", "ekfxcs", "datalinvamtykxsz", "ktkdpcz", + "datamzdo", "kedaxkuyorfj", "dataohplrgcnbvmhvq"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("odaweo") + .withUri("vfyihuzsbpwn") + .withExtensions(mapOf("ooagrlw", "datacypazwiimdlzg", "qadewhuwxk", "dataamesit", "naif", + "dataxiatfam", "zwhomydxgtuqbv", "datalxccprkiyf"))) + .withExample("datauzihirqvvketydga") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("sgvqxerxrmh") + .withValuePath("aqgbb") + .withParameters(mapOf("titlqy", "dataihylrxsiyzsyiu", "pkayqivbig", "datafvernnk", "ztgnmuxppw", + "datarqgzetbo", "rmtgwhzbbdwrjen", "datacfm"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eiiewibdtpl") + .withValuePath("nmajokbxxc") + .withParameters(mapOf("hrnaxkc", + new SwaggerCustomDynamicProperties().withOperationId("jwtkftgzl") + .withValuePath("epmewsjpgbmlbx") + .withParameters(mapOf("vtepvrunudmakk", new SwaggerCustomDynamicProperties())), + "q", + new SwaggerCustomDynamicProperties().withOperationId("wohdige") + .withValuePath("ocft") + .withParameters(mapOf("odwqbaktvxerowu", new SwaggerCustomDynamicProperties(), + "vrnnbegrafeo", new SwaggerCustomDynamicProperties(), "mtojxgdof", + new SwaggerCustomDynamicProperties(), "azhkqqsjkn", + new SwaggerCustomDynamicProperties())), + "wczzcujwxvbkirgk", + new SwaggerCustomDynamicProperties().withOperationId("bwgpmdmw") + .withValuePath("evveswghhbqqhd") + .withParameters(mapOf("r", new SwaggerCustomDynamicProperties(), "kwimtccee", + new SwaggerCustomDynamicProperties(), "uqu", new SwaggerCustomDynamicProperties())), + "oi", + new SwaggerCustomDynamicProperties().withOperationId("fwlajwdajydjbjg") + .withValuePath("vspewyzhydtkbmtr") + .withParameters(mapOf("lviaigarma", new SwaggerCustomDynamicProperties(), + "okgcneviccwb", new SwaggerCustomDynamicProperties(), "ysclwbjgiynqr", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ofvsxau") + .withBuiltInOperation("zefine") + .withItemsPath("dxw") + .withItemValuePath("iivzkdee") + .withItemTitlePath("cwldg") + .withParameters(mapOf("owoszzwncsjgfxv", + new SwaggerCustomDynamicProperties().withOperationId("wmwt") + .withValuePath("rscfcn") + .withParameters(mapOf("jcullm", new SwaggerCustomDynamicProperties(), "wfpo", + new SwaggerCustomDynamicProperties())), + "grgkjalrjwaezply", + new SwaggerCustomDynamicProperties().withOperationId("mubyguqhgnmsvjfg") + .withValuePath("ryyircbajxjrb") + .withParameters(mapOf("kbuatxkznlwl", new SwaggerCustomDynamicProperties(), + "bxogkevdayv", new SwaggerCustomDynamicProperties(), "zkxiym", + new SwaggerCustomDynamicProperties())), + "cmxtoejt", + new SwaggerCustomDynamicProperties().withOperationId("psbomt") + .withValuePath("p") + .withParameters(mapOf("fcfsuiw", new SwaggerCustomDynamicProperties(), "xpasckpgbm", + new SwaggerCustomDynamicProperties(), "yxbwslx", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("kxz") + .withItemsPath("luzntbpcaddpx") + .withItemValuePath("xipe") + .withItemTitlePath("plfmfvmjjfzi") + .withItemFullTitlePath("lbiqq") + .withItemIsParent("arxknfvbsym") + .withSelectableFilter("bahdbtjm") + .withParameters(mapOf("onrk", new SwaggerCustomDynamicTreeParameter(), "bizrxhuq", + new SwaggerCustomDynamicTreeParameter(), "vpanloqov", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("gqtquirgopg") + .withItemsPath("tucujtjuzvyjxu") + .withItemValuePath("hquoqhqrcsksx") + .withItemTitlePath("hlrvu") + .withItemFullTitlePath("agvyjcdpncvfyeqy") + .withItemIsParent("ii") + .withSelectableFilter("sapqhipajsniv") + .withParameters(mapOf("vlj", new SwaggerCustomDynamicTreeParameter())))))) + .withIsWebhook(true) + .withIsNotification(true); + model = BinaryData.fromObject(model).toObject(ApiOperationPropertiesDefinition.class); + Assertions.assertEquals("iadhbatec", model.summary()); + Assertions.assertEquals("tsdohzniucbdaomb", model.description()); + Assertions.assertEquals("injdllwktlepo", model.visibility()); + Assertions.assertEquals("vvqxua", model.trigger()); + Assertions.assertEquals("cqwulynkgfcfd", model.triggerHint()); + Assertions.assertEquals(true, model.pageable()); + Assertions.assertEquals(StatusAnnotation.PRODUCTION, model.annotation().status()); + Assertions.assertEquals("xtclhuulriqbyok", model.annotation().family()); + Assertions.assertEquals(669836902, model.annotation().revision()); + Assertions.assertEquals("lrrskap", model.api().id()); + Assertions.assertEquals("sxebrslttfyhcdjw", model.api().displayName()); + Assertions.assertEquals("oardnagttpu", model.api().description()); + Assertions.assertEquals("bpgnrholhujbf", model.api().iconUri()); + Assertions.assertEquals("hdmcvht", model.api().brandColor()); + Assertions.assertEquals(ApiTier.PREMIUM, model.api().category()); + Assertions.assertEquals("f", model.api().integrationServiceEnvironment().id()); + Assertions.assertEquals("okyk", model.inputsDefinition().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().type()); + Assertions.assertEquals("yc", model.inputsDefinition().title()); + Assertions.assertEquals("vkcxzznn", model.inputsDefinition().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().type()); + Assertions.assertEquals("rsejegprkj", model.inputsDefinition().items().title()); + Assertions.assertEquals("rjmwvvbtuqkxxi", model.inputsDefinition().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().items().type()); + Assertions.assertEquals("qldekotjg", model.inputsDefinition().items().items().title()); + Assertions.assertEquals("qfkyfhiwvjaqu", model.inputsDefinition().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.inputsDefinition().items().items().items().type()); + Assertions.assertEquals("nvskpaj", model.inputsDefinition().items().items().items().title()); + Assertions.assertEquals("eumexmjbxc", model.inputsDefinition().items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().items().items().items().items().type()); + Assertions.assertEquals("kqmt", model.inputsDefinition().items().items().items().items().title()); + Assertions.assertEquals("ftr", model.inputsDefinition().items().items().items().items().required().get(0)); + Assertions.assertEquals(1842432317, model.inputsDefinition().items().items().items().items().maxProperties()); + Assertions.assertEquals(1296093804, model.inputsDefinition().items().items().items().items().minProperties()); + Assertions.assertEquals("jgczetybnxgztl", + model.inputsDefinition().items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("psyxjije", model.inputsDefinition().items().items().items().required().get(0)); + Assertions.assertEquals(1372379589, model.inputsDefinition().items().items().items().maxProperties()); + Assertions.assertEquals(763770170, model.inputsDefinition().items().items().items().minProperties()); + Assertions.assertEquals("fkcefeygz", model.inputsDefinition().items().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().readOnly()); + Assertions.assertEquals("sfmnaybdjnxumen", model.inputsDefinition().items().items().items().xml().name()); + Assertions.assertEquals("on", model.inputsDefinition().items().items().items().xml().namespace()); + Assertions.assertEquals("hymxymulwivqtow", model.inputsDefinition().items().items().items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().items().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().items().xml().wrapped()); + Assertions.assertEquals("zpwdlvwtiwsmo", + model.inputsDefinition().items().items().items().externalDocs().description()); + Assertions.assertEquals("onhqnam", model.inputsDefinition().items().items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("obygoo", + model.inputsDefinition().items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("qa", model.inputsDefinition().items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("asgmatrnzpd", + model.inputsDefinition().items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("daaktuj", + model.inputsDefinition().items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("fjikffffgkuhznw", + model.inputsDefinition().items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("uldbkke", + model.inputsDefinition().items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("kj", model.inputsDefinition().items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("awgazmxjqifh", + model.inputsDefinition().items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("jsbcml", + model.inputsDefinition().items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("irhhmo", model.inputsDefinition().items().items().properties().get("ncjmlfuyf").ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").type()); + Assertions.assertEquals("zgfjzcvaaxoialah", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").title()); + Assertions.assertEquals("vl", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").required().get(0)); + Assertions.assertEquals(1538169382, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").maxProperties()); + Assertions.assertEquals(186111806, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").minProperties()); + Assertions.assertEquals("thbb", + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().properties().get("ncjmlfuyf").notificationUrlExtension()); + Assertions.assertEquals("uxx", model.inputsDefinition().items().items().required().get(0)); + Assertions.assertEquals(29057625, model.inputsDefinition().items().items().maxProperties()); + Assertions.assertEquals(630653211, model.inputsDefinition().items().items().minProperties()); + Assertions.assertEquals("saidjan", model.inputsDefinition().items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().items().items().allOf().get(0).type()); + Assertions.assertEquals("vdxxurntujmoilun", model.inputsDefinition().items().items().allOf().get(0).title()); + Assertions.assertEquals("bpnjodf", model.inputsDefinition().items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(584126929, model.inputsDefinition().items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(2025512085, model.inputsDefinition().items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("oxsazuxejgwe", + model.inputsDefinition().items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("krukizyhgsqt", model.inputsDefinition().items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().readOnly()); + Assertions.assertEquals("xqfpj", model.inputsDefinition().items().items().xml().name()); + Assertions.assertEquals("ggweeiwdhdmncgb", model.inputsDefinition().items().items().xml().namespace()); + Assertions.assertEquals("uscstunmlh", model.inputsDefinition().items().items().xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().wrapped()); + Assertions.assertEquals("jtrdxr", model.inputsDefinition().items().items().externalDocs().description()); + Assertions.assertEquals("agbbgia", model.inputsDefinition().items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().items().notificationUrlExtension()); + Assertions.assertEquals("inwhed", model.inputsDefinition().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("pbqwuntobu", model.inputsDefinition().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("djufbnkl", model.inputsDefinition().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("axpegjw", model.inputsDefinition().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("glzfytl", model.inputsDefinition().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("lqhopxouvmrs", + model.inputsDefinition().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("likyypzkgxfxfmyr", + model.inputsDefinition().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("db", model.inputsDefinition().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kszanmhwgpte", + model.inputsDefinition().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.inputsDefinition().items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("zyybzo", model.inputsDefinition().items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("v", model.inputsDefinition().items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("ptvdxxheigm", + model.inputsDefinition().items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("lwzgh", model.inputsDefinition().items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("jvmabzzbway", + model.inputsDefinition().items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mdafbgymqt", + model.inputsDefinition().items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("preojxrjnbsconxa", + model.inputsDefinition().items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("nwdxzedpqlrfbor", + model.inputsDefinition().items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("p", model.inputsDefinition().items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("nfy", model.inputsDefinition().items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("vfrbypic", + model.inputsDefinition().items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("kpdj", + model.inputsDefinition().items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("qh", model.inputsDefinition().items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("q", + model.inputsDefinition().items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("rnsihqhudsmus", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").type()); + Assertions.assertEquals("jakx", model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").title()); + Assertions.assertEquals("fczmnn", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().type()); + Assertions.assertEquals("x", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().title()); + Assertions.assertEquals("gsy", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().required().get(0)); + Assertions.assertEquals(1853377573, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().maxProperties()); + Assertions.assertEquals(1216848035, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().minProperties()); + Assertions.assertEquals("drv", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().notificationUrlExtension()); + Assertions.assertEquals("bxv", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").required().get(0)); + Assertions.assertEquals(998362511, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").maxProperties()); + Assertions.assertEquals(502427869, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").minProperties()); + Assertions.assertEquals("piuzvk", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").readOnly()); + Assertions.assertEquals("mjuk", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().name()); + Assertions.assertEquals("r", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().namespace()); + Assertions.assertEquals("a", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().prefix()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().attribute()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().wrapped()); + Assertions.assertEquals("lvzkl", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().description()); + Assertions.assertEquals("bgikyjtkakvlbi", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().uri()); + Assertions.assertEquals(false, + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").notificationUrlExtension()); + Assertions.assertEquals("nafhxrzfr", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().operationId()); + Assertions.assertEquals("ztiucwviql", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("qwh", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().operationId()); + Assertions.assertEquals("xnmxgnmguzb", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("banlxunpqcckq", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().operationId()); + Assertions.assertEquals("wzlzklasl", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().builtInOperation()); + Assertions.assertEquals("ciz", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemsPath()); + Assertions.assertEquals("lrarwpewsaudo", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemValuePath()); + Assertions.assertEquals("tighsxjpy", + model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("dnox", model.inputsDefinition().items().required().get(0)); + Assertions.assertEquals(245200094, model.inputsDefinition().items().maxProperties()); + Assertions.assertEquals(74841439, model.inputsDefinition().items().minProperties()); + Assertions.assertEquals("vrgptq", model.inputsDefinition().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.inputsDefinition().items().allOf().get(0).type()); + Assertions.assertEquals("jdrpizfulgycts", model.inputsDefinition().items().allOf().get(0).title()); + Assertions.assertEquals("qgkujds", model.inputsDefinition().items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.inputsDefinition().items().allOf().get(0).items().type()); + Assertions.assertEquals("qwoeurbtigapd", model.inputsDefinition().items().allOf().get(0).items().title()); + Assertions.assertEquals("hzokpoyuohue", + model.inputsDefinition().items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1282795519, model.inputsDefinition().items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(195362685, model.inputsDefinition().items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("pwsadaxjsumxpe", + model.inputsDefinition().items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).items().readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("niz", model.inputsDefinition().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(8718366, model.inputsDefinition().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(2112989688, model.inputsDefinition().items().allOf().get(0).minProperties()); + Assertions.assertEquals("ghrmthsplw", model.inputsDefinition().items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).readOnly()); + Assertions.assertEquals("rgxfqpaniceo", model.inputsDefinition().items().allOf().get(0).xml().name()); + Assertions.assertEquals("gzwhsxyrujmtik", model.inputsDefinition().items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("likyohz", model.inputsDefinition().items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("ncmazdf", + model.inputsDefinition().items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("xhyqmr", model.inputsDefinition().items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("lhhfi", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("cfculzj", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("oxinunjlzkdr", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("qsxytqqtcmiw", + model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("p", model.inputsDefinition().items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("rryklleynqan", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("igglclwalhvub", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("zphetxdqcm", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("tajqzj", + model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("p", model.inputsDefinition().items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().items().readOnly()); + Assertions.assertEquals("aidqzsaaoqdsgpto", model.inputsDefinition().items().xml().name()); + Assertions.assertEquals("jq", model.inputsDefinition().items().xml().namespace()); + Assertions.assertEquals("afcnlrtb", model.inputsDefinition().items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().items().xml().wrapped()); + Assertions.assertEquals("xq", model.inputsDefinition().items().externalDocs().description()); + Assertions.assertEquals("rswyilj", model.inputsDefinition().items().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().items().notificationUrlExtension()); + Assertions.assertEquals("ujsqycm", model.inputsDefinition().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("xfabl", model.inputsDefinition().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yjshcyb", model.inputsDefinition().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("upp", model.inputsDefinition().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("cmvouujxdiikmoxr", + model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").operationId()); + Assertions.assertEquals("svavlrxikjmoy", + model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").valuePath()); + Assertions.assertEquals("bmgjymncjc", model.inputsDefinition().items().dynamicListNew().operationId()); + Assertions.assertEquals("airwcqzoofj", model.inputsDefinition().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("jsvepfbhtleberp", model.inputsDefinition().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("jeknfqnw", model.inputsDefinition().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("qxowkdn", model.inputsDefinition().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("krhwieh", + model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").operationId()); + Assertions.assertEquals("pnowawonoehrguql", + model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").valuePath()); + Assertions.assertEquals(false, + model.inputsDefinition().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.inputsDefinition().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("elnii", model.inputsDefinition().items().dynamicTree().open().operationId()); + Assertions.assertEquals("cgagdvcdqhftzbp", model.inputsDefinition().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("a", model.inputsDefinition().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("df", model.inputsDefinition().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("tncwmhjobzrfpr", + model.inputsDefinition().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("dc", model.inputsDefinition().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("yftcvbzwgwhg", + model.inputsDefinition().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("pbtsixhgvbhxmnd", + model.inputsDefinition().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("gsqjayqmarxneib", model.inputsDefinition().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("brhbjdqknhqn", + model.inputsDefinition().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("tpuwnnohmmzngocf", + model.inputsDefinition().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("uypwyiulaynos", + model.inputsDefinition().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("kfhaxttpfsmwgsgh", + model.inputsDefinition().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("cum", model.inputsDefinition().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("igrjdljlkqhvkrbz", model.inputsDefinition().properties().get("olj").ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().properties().get("olj").type()); + Assertions.assertEquals("taxklpruu", model.inputsDefinition().properties().get("olj").title()); + Assertions.assertEquals("l", model.inputsDefinition().properties().get("olj").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.inputsDefinition().properties().get("olj").items().type()); + Assertions.assertEquals("wx", model.inputsDefinition().properties().get("olj").items().title()); + Assertions.assertEquals("ksgfyyskyekg", model.inputsDefinition().properties().get("olj").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.inputsDefinition().properties().get("olj").items().items().type()); + Assertions.assertEquals("z", model.inputsDefinition().properties().get("olj").items().items().title()); + Assertions.assertEquals("b", + model.inputsDefinition().properties().get("olj").items().items().required().get(0)); + Assertions.assertEquals(2021332057, + model.inputsDefinition().properties().get("olj").items().items().maxProperties()); + Assertions.assertEquals(255823650, + model.inputsDefinition().properties().get("olj").items().items().minProperties()); + Assertions.assertEquals("bgbudav", + model.inputsDefinition().properties().get("olj").items().items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").items().items().notificationUrlExtension()); + Assertions.assertEquals("bdueurg", model.inputsDefinition().properties().get("olj").items().required().get(0)); + Assertions.assertEquals(1208551296, model.inputsDefinition().properties().get("olj").items().maxProperties()); + Assertions.assertEquals(1562410077, model.inputsDefinition().properties().get("olj").items().minProperties()); + Assertions.assertEquals("lojermhzicsbfd", + model.inputsDefinition().properties().get("olj").items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().readOnly()); + Assertions.assertEquals("knyuki", model.inputsDefinition().properties().get("olj").items().xml().name()); + Assertions.assertEquals("iglh", model.inputsDefinition().properties().get("olj").items().xml().namespace()); + Assertions.assertEquals("zwxqtejpii", model.inputsDefinition().properties().get("olj").items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().wrapped()); + Assertions.assertEquals("zyohxpthc", + model.inputsDefinition().properties().get("olj").items().externalDocs().description()); + Assertions.assertEquals("pvkvtwf", + model.inputsDefinition().properties().get("olj").items().externalDocs().uri()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").items().notificationUrlExtension()); + Assertions.assertEquals("ygz", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("yevjhubnobguq", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("qdvrdmvxyrxdh", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("qojbxao", + model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("b", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().operationId()); + Assertions.assertEquals("aehtd", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("mbnvynfaooeacted", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("lsk", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("ddida", + model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("jrholuqw", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").type()); + Assertions.assertEquals("xhdod", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").title()); + Assertions.assertEquals("xcjkcoqwczsy", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").required().get(0)); + Assertions.assertEquals(1215585734, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").maxProperties()); + Assertions.assertEquals(174855612, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").minProperties()); + Assertions.assertEquals("vmuafmc", + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").discriminator()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition() + .properties() + .get("olj") + .properties() + .get("kumcfjxokyelsy") + .notificationUrlExtension()); + Assertions.assertEquals("rlimzfvppkeqs", model.inputsDefinition().properties().get("olj").required().get(0)); + Assertions.assertEquals(1940380502, model.inputsDefinition().properties().get("olj").maxProperties()); + Assertions.assertEquals(658508685, model.inputsDefinition().properties().get("olj").minProperties()); + Assertions.assertEquals("ggorwjoqt", model.inputsDefinition().properties().get("olj").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.inputsDefinition().properties().get("olj").allOf().get(0).type()); + Assertions.assertEquals("vclpofyrlm", model.inputsDefinition().properties().get("olj").allOf().get(0).title()); + Assertions.assertEquals("jlz", + model.inputsDefinition().properties().get("olj").allOf().get(0).required().get(0)); + Assertions.assertEquals(1172424480, + model.inputsDefinition().properties().get("olj").allOf().get(0).maxProperties()); + Assertions.assertEquals(1969257397, + model.inputsDefinition().properties().get("olj").allOf().get(0).minProperties()); + Assertions.assertEquals("yyzivrmitcd", + model.inputsDefinition().properties().get("olj").allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("fnzzryizwbxg", model.inputsDefinition().properties().get("olj").discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").readOnly()); + Assertions.assertEquals("ayunomirhpfabenq", model.inputsDefinition().properties().get("olj").xml().name()); + Assertions.assertEquals("mwmgewayxfl", model.inputsDefinition().properties().get("olj").xml().namespace()); + Assertions.assertEquals("cpjs", model.inputsDefinition().properties().get("olj").xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().wrapped()); + Assertions.assertEquals("deluqroja", + model.inputsDefinition().properties().get("olj").externalDocs().description()); + Assertions.assertEquals("fztlr", model.inputsDefinition().properties().get("olj").externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").notificationUrlExtension()); + Assertions.assertEquals("zxpxhn", + model.inputsDefinition().properties().get("olj").dynamicSchemaOld().operationId()); + Assertions.assertEquals("slekc", + model.inputsDefinition().properties().get("olj").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("mjzucwwme", + model.inputsDefinition().properties().get("olj").dynamicSchemaNew().operationId()); + Assertions.assertEquals("qhdd", + model.inputsDefinition().properties().get("olj").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("pgaixwrgrkkderf", + model.inputsDefinition().properties().get("olj").dynamicListNew().operationId()); + Assertions.assertEquals("wqikwepwogggic", + model.inputsDefinition().properties().get("olj").dynamicListNew().builtInOperation()); + Assertions.assertEquals("xhtfmcqbsudzpgch", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemsPath()); + Assertions.assertEquals("gfqumjdjxhzghgo", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemValuePath()); + Assertions.assertEquals("ynrceqavfdbdf", + model.inputsDefinition().properties().get("olj").dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("uxxrwzobuzms", + model.inputsDefinition().properties().get("olj").dynamicTree().open().operationId()); + Assertions.assertEquals("amt", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemsPath()); + Assertions.assertEquals("kwppthuzdprmimr", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("dpoqfxyem", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("ftb", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("whtecloamfmxtll", + model.inputsDefinition().properties().get("olj").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("tymqcnrrfijhggab", + model.inputsDefinition().properties().get("olj").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("sdpzouhktqrxqwq", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().operationId()); + Assertions.assertEquals("xrdfddtu", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ygta", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("zcxdfweapyfmlxrl", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("h", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("spi", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("eimixlmdbgicehf", + model.inputsDefinition().properties().get("olj").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("cebxx", model.inputsDefinition().required().get(0)); + Assertions.assertEquals(1655561193, model.inputsDefinition().maxProperties()); + Assertions.assertEquals(1172142254, model.inputsDefinition().minProperties()); + Assertions.assertEquals("mddhgajkrd", model.inputsDefinition().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.inputsDefinition().allOf().get(0).type()); + Assertions.assertEquals("pfcudvafnbf", model.inputsDefinition().allOf().get(0).title()); + Assertions.assertEquals("enqnxhgkordwzej", model.inputsDefinition().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().allOf().get(0).items().type()); + Assertions.assertEquals("zvcmbpwd", model.inputsDefinition().allOf().get(0).items().title()); + Assertions.assertEquals("ayprldid", model.inputsDefinition().allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.inputsDefinition().allOf().get(0).items().items().type()); + Assertions.assertEquals("f", model.inputsDefinition().allOf().get(0).items().items().title()); + Assertions.assertEquals("ynqjgsat", model.inputsDefinition().allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(1741989520, model.inputsDefinition().allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(383249084, model.inputsDefinition().allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("gcru", model.inputsDefinition().allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().items().readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("ioqemqwtqszzg", model.inputsDefinition().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1879054002, model.inputsDefinition().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1332057721, model.inputsDefinition().allOf().get(0).items().minProperties()); + Assertions.assertEquals("mpnbnfgyweoj", model.inputsDefinition().allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().readOnly()); + Assertions.assertEquals("mahiw", model.inputsDefinition().allOf().get(0).items().xml().name()); + Assertions.assertEquals("yawkch", model.inputsDefinition().allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("pitskshfyftti", model.inputsDefinition().allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("blivw", model.inputsDefinition().allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("sudy", model.inputsDefinition().allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("psapzu", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("wwytbdjzghx", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xz", model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("mkanbc", + model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("haahntofelfhpfi", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("skkzdfivsujybsr", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("zmrgtxdhmfppinmg", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("esmkwtzgf", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("gjhxerxl", + model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("gicnqwlctmwpblx", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").type()); + Assertions.assertEquals("gvxrktjcjigc", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").title()); + Assertions.assertEquals("aowcahdkm", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").required().get(0)); + Assertions.assertEquals(2099578619, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").maxProperties()); + Assertions.assertEquals(807845192, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").minProperties()); + Assertions.assertEquals("jezbfsjwfczgl", + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").discriminator()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").readOnly()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").notificationUrlExtension()); + Assertions.assertEquals("qrbrnxhjtlxf", model.inputsDefinition().allOf().get(0).required().get(0)); + Assertions.assertEquals(1942434444, model.inputsDefinition().allOf().get(0).maxProperties()); + Assertions.assertEquals(47403047, model.inputsDefinition().allOf().get(0).minProperties()); + Assertions.assertEquals("htrxbozp", model.inputsDefinition().allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, model.inputsDefinition().allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("wjzb", model.inputsDefinition().allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("xfqk", model.inputsDefinition().allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(863208191, model.inputsDefinition().allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(1579732142, model.inputsDefinition().allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("zdaiovrb", model.inputsDefinition().allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.inputsDefinition().allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("ldrdymnswx", model.inputsDefinition().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).readOnly()); + Assertions.assertEquals("qnghxnimvyujr", model.inputsDefinition().allOf().get(0).xml().name()); + Assertions.assertEquals("unnqgypuqtnylqu", model.inputsDefinition().allOf().get(0).xml().namespace()); + Assertions.assertEquals("qmvyumgmmuebsnzn", model.inputsDefinition().allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("tbgblxbuibrvjzta", + model.inputsDefinition().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("vs", model.inputsDefinition().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("n", model.inputsDefinition().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("ovazoymdvhhpl", + model.inputsDefinition().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("swzeyxry", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("r", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("lvs", model.inputsDefinition().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("asgtl", model.inputsDefinition().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("qpoilos", model.inputsDefinition().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("emcezevftm", model.inputsDefinition().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("l", model.inputsDefinition().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("pfhru", model.inputsDefinition().allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("syqcjnqswxdowum", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("ukrcdiohcl", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("dnhfknebwedd", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("yzcwy", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mkaqldqabnwvpaq", + model.inputsDefinition().allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("xf", model.inputsDefinition().allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("hwpadhedbfob", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("zvothmkh", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ozvbwfc", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("hbpoelhscmyhrhj", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("zfq", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("kndwp", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("qwojoev", + model.inputsDefinition().allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("nnmkvae", model.inputsDefinition().discriminator()); + Assertions.assertEquals(true, model.inputsDefinition().readOnly()); + Assertions.assertEquals("xhhlbmyphf", model.inputsDefinition().xml().name()); + Assertions.assertEquals("rpdhewokyqs", model.inputsDefinition().xml().namespace()); + Assertions.assertEquals("xfsyw", model.inputsDefinition().xml().prefix()); + Assertions.assertEquals(true, model.inputsDefinition().xml().attribute()); + Assertions.assertEquals(true, model.inputsDefinition().xml().wrapped()); + Assertions.assertEquals("wbkurklpiigf", model.inputsDefinition().externalDocs().description()); + Assertions.assertEquals("keutuipjclzjwaq", model.inputsDefinition().externalDocs().uri()); + Assertions.assertEquals(false, model.inputsDefinition().notificationUrlExtension()); + Assertions.assertEquals("tea", model.inputsDefinition().dynamicSchemaOld().operationId()); + Assertions.assertEquals("egefzjx", model.inputsDefinition().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("aujqgbbjv", model.inputsDefinition().dynamicSchemaNew().operationId()); + Assertions.assertEquals("oawh", model.inputsDefinition().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("bc", + model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").operationId()); + Assertions.assertEquals("oygsabdgdheronsd", + model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").valuePath()); + Assertions.assertEquals("otdofqv", model.inputsDefinition().dynamicListNew().operationId()); + Assertions.assertEquals("qsdqkpsbqs", model.inputsDefinition().dynamicListNew().builtInOperation()); + Assertions.assertEquals("m", model.inputsDefinition().dynamicListNew().itemsPath()); + Assertions.assertEquals("aftazgcxsvqlcq", model.inputsDefinition().dynamicListNew().itemValuePath()); + Assertions.assertEquals("ylamxow", model.inputsDefinition().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("oyutehlk", + model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").operationId()); + Assertions.assertEquals("vtipquksxiknsg", + model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").valuePath()); + Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("oqhbjqlqfbler", model.inputsDefinition().dynamicTree().open().operationId()); + Assertions.assertEquals("ollcshjucihby", model.inputsDefinition().dynamicTree().open().itemsPath()); + Assertions.assertEquals("jvtpnerxvjeaz", model.inputsDefinition().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("helhbimyi", model.inputsDefinition().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("qamcthtpqgfz", model.inputsDefinition().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("sizkdiuvflg", model.inputsDefinition().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("cwjgwa", model.inputsDefinition().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("ofgrutvnp", + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").selectedItemValuePath()); + Assertions.assertEquals("zghhh", + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").parameterReference()); + Assertions.assertEquals(false, + model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").required()); + Assertions.assertEquals("meyobqajejirvavr", model.inputsDefinition().dynamicTree().browse().operationId()); + Assertions.assertEquals("gpogpl", model.inputsDefinition().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("uvlnhxnrnjhinaeg", model.inputsDefinition().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("bx", model.inputsDefinition().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("pqm", model.inputsDefinition().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("oplukfy", model.inputsDefinition().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("fhsovadkrmjxmwq", model.inputsDefinition().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("sjqb", + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").selectedItemValuePath()); + Assertions.assertEquals("riwbwggij", + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").parameterReference()); + Assertions.assertEquals(true, + model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").required()); + Assertions.assertEquals("kwsbzrhdugquh", model.responsesDefinition().get("idzfpsfy").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").type()); + Assertions.assertEquals("frunj", model.responsesDefinition().get("idzfpsfy").title()); + Assertions.assertEquals("jhiycbauseqnczk", model.responsesDefinition().get("idzfpsfy").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").items().type()); + Assertions.assertEquals("tuwyjsqwzszos", model.responsesDefinition().get("idzfpsfy").items().title()); + Assertions.assertEquals("zunkfnyskwwun", model.responsesDefinition().get("idzfpsfy").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, + model.responsesDefinition().get("idzfpsfy").items().items().type()); + Assertions.assertEquals("avoj", model.responsesDefinition().get("idzfpsfy").items().items().title()); + Assertions.assertEquals("hipcukvbljpx", + model.responsesDefinition().get("idzfpsfy").items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, + model.responsesDefinition().get("idzfpsfy").items().items().items().type()); + Assertions.assertEquals("chyluqa", model.responsesDefinition().get("idzfpsfy").items().items().items().title()); + Assertions.assertEquals("ritrcwb", + model.responsesDefinition().get("idzfpsfy").items().items().items().required().get(0)); + Assertions.assertEquals(1462309233, + model.responsesDefinition().get("idzfpsfy").items().items().items().maxProperties()); + Assertions.assertEquals(845706297, + model.responsesDefinition().get("idzfpsfy").items().items().items().minProperties()); + Assertions.assertEquals("qb", + model.responsesDefinition().get("idzfpsfy").items().items().items().discriminator()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().items().readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().items().items().notificationUrlExtension()); + Assertions.assertEquals("wb", model.responsesDefinition().get("idzfpsfy").items().items().required().get(0)); + Assertions.assertEquals(642175945, model.responsesDefinition().get("idzfpsfy").items().items().maxProperties()); + Assertions.assertEquals(1815540528, + model.responsesDefinition().get("idzfpsfy").items().items().minProperties()); + Assertions.assertEquals("sdjpgxe", model.responsesDefinition().get("idzfpsfy").items().items().discriminator()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().readOnly()); + Assertions.assertEquals("cfferznzc", model.responsesDefinition().get("idzfpsfy").items().items().xml().name()); + Assertions.assertEquals("voveomkhfeqcoop", + model.responsesDefinition().get("idzfpsfy").items().items().xml().namespace()); + Assertions.assertEquals("pohimgck", model.responsesDefinition().get("idzfpsfy").items().items().xml().prefix()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().items().xml().attribute()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().xml().wrapped()); + Assertions.assertEquals("upf", + model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().description()); + Assertions.assertEquals("ldqdzauiunyevdyz", + model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().uri()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").items().items().notificationUrlExtension()); + Assertions.assertEquals("bav", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("vxwve", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("njyhzfa", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("kdv", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("ajggfzgaefhawkmi", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().operationId()); + Assertions.assertEquals("y", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("iurni", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("pdyttqmiu", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("plosebmhhtuqm", + model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("bsmnda", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").type()); + Assertions.assertEquals("uyje", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").title()); + Assertions.assertEquals("pwwlzpddar", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").required().get(0)); + Assertions.assertEquals(514734154, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").maxProperties()); + Assertions.assertEquals(329006427, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").minProperties()); + Assertions.assertEquals("kampyhwpbldz", + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").discriminator()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().properties().get("l").notificationUrlExtension()); + Assertions.assertEquals("gkqwvde", model.responsesDefinition().get("idzfpsfy").items().required().get(0)); + Assertions.assertEquals(496430638, model.responsesDefinition().get("idzfpsfy").items().maxProperties()); + Assertions.assertEquals(306469986, model.responsesDefinition().get("idzfpsfy").items().minProperties()); + Assertions.assertEquals("fr", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).type()); + Assertions.assertEquals("ubpebrm", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).title()); + Assertions.assertEquals("ybnzbnvmsh", + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).required().get(0)); + Assertions.assertEquals(305530667, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).maxProperties()); + Assertions.assertEquals(148575354, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).minProperties()); + Assertions.assertEquals("xgxqayga", + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("yozvrcwfpucw", model.responsesDefinition().get("idzfpsfy").items().discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().readOnly()); + Assertions.assertEquals("efgzjvbx", model.responsesDefinition().get("idzfpsfy").items().xml().name()); + Assertions.assertEquals("bg", model.responsesDefinition().get("idzfpsfy").items().xml().namespace()); + Assertions.assertEquals("rx", model.responsesDefinition().get("idzfpsfy").items().xml().prefix()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().wrapped()); + Assertions.assertEquals("glvyakeszsuuvul", + model.responsesDefinition().get("idzfpsfy").items().externalDocs().description()); + Assertions.assertEquals("cwgg", model.responsesDefinition().get("idzfpsfy").items().externalDocs().uri()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().notificationUrlExtension()); + Assertions.assertEquals("hcbtuxlbpxrhrfj", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("razwefiktlhqasht", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yhgqokjbmsr", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("xyxxhwr", + model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("s", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().operationId()); + Assertions.assertEquals("vrrbnhy", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("bhujcydyl", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("xvpstizsyqagqll", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("r", + model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("avsavgthkslgeuuf", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().operationId()); + Assertions.assertEquals("zb", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("xjblajy", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("nbycs", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("oisaz", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mofsvp", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("gnywxu", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wtmszcfyzq", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().operationId()); + Assertions.assertEquals("qregfurdpagknx", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ovrgih", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("zffewvqkyc", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("geipqxxs", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("afwtydsmmab", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("clejqzhpv", + model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("wdzpzl", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").type()); + Assertions.assertEquals("x", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").title()); + Assertions.assertEquals("wwvmbjec", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().type()); + Assertions.assertEquals("ghnkfrwxohlydsn", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().title()); + Assertions.assertEquals("jxlaaced", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().required().get(0)); + Assertions.assertEquals(487487985, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().maxProperties()); + Assertions.assertEquals(15233592, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().minProperties()); + Assertions.assertEquals("bzbevgbnrom", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().discriminator()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().readOnly()); + Assertions.assertEquals(false, + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .items() + .notificationUrlExtension()); + Assertions.assertEquals("iywhxpsb", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").required().get(0)); + Assertions.assertEquals(1802423608, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").maxProperties()); + Assertions.assertEquals(1258550316, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").minProperties()); + Assertions.assertEquals("hz", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").discriminator()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").readOnly()); + Assertions.assertEquals("ckn", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().name()); + Assertions.assertEquals("kcu", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().namespace()); + Assertions.assertEquals("hdgwuzrono", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().prefix()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().attribute()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().wrapped()); + Assertions.assertEquals("ebawnxzsjwyfixir", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .externalDocs() + .description()); + Assertions.assertEquals("j", + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").externalDocs().uri()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").notificationUrlExtension()); + Assertions.assertEquals("alewgux", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaOld() + .operationId()); + Assertions.assertEquals("m", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaOld() + .valuePath()); + Assertions.assertEquals("nmzr", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaNew() + .operationId()); + Assertions.assertEquals("aojpzngdrzi", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicSchemaNew() + .valuePath()); + Assertions.assertEquals("vyigdeipnf", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .operationId()); + Assertions.assertEquals("ejwli", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .builtInOperation()); + Assertions.assertEquals("cndjzwhajo", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemsPath()); + Assertions.assertEquals("pqokhdyncra", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemValuePath()); + Assertions.assertEquals("sewbempfapmqnm", + model.responsesDefinition() + .get("idzfpsfy") + .properties() + .get("zlbbbajdexquaw") + .dynamicListNew() + .itemTitlePath()); + Assertions.assertEquals("ltcvmahpuwkupbbn", model.responsesDefinition().get("idzfpsfy").required().get(0)); + Assertions.assertEquals(558509018, model.responsesDefinition().get("idzfpsfy").maxProperties()); + Assertions.assertEquals(1653699527, model.responsesDefinition().get("idzfpsfy").minProperties()); + Assertions.assertEquals("simtfcqmmy", model.responsesDefinition().get("idzfpsfy").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.FILE, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).type()); + Assertions.assertEquals("elpfijtezgxmpes", model.responsesDefinition().get("idzfpsfy").allOf().get(0).title()); + Assertions.assertEquals("adlerzinfuivczkt", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().type()); + Assertions.assertEquals("wtdapsmirmnrijef", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().title()); + Assertions.assertEquals("fcnuestbsli", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().required().get(0)); + Assertions.assertEquals(407766062, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1714948406, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().minProperties()); + Assertions.assertEquals("rctysecpekhxdb", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("jxncqzahgtvbgdob", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).required().get(0)); + Assertions.assertEquals(721038450, model.responsesDefinition().get("idzfpsfy").allOf().get(0).maxProperties()); + Assertions.assertEquals(1339830760, model.responsesDefinition().get("idzfpsfy").allOf().get(0).minProperties()); + Assertions.assertEquals("esgcsqos", model.responsesDefinition().get("idzfpsfy").allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).readOnly()); + Assertions.assertEquals("goufpizpbmfx", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().name()); + Assertions.assertEquals("pfyvslazipplxgt", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().namespace()); + Assertions.assertEquals("mjtycildrznlaxoz", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().wrapped()); + Assertions.assertEquals("vehyklel", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().description()); + Assertions.assertEquals("dvpqfbxgy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(true, + model.responsesDefinition().get("idzfpsfy").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("dmsfwtwrs", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("vcneqswxhqhgk", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("wnoljdkx", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("ewy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("oenefnoafpcnr", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("yrxowv", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("fcmuajwblxphto", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("rf", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("tnnsvrfajy", + model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("naeikczscymqf", model.responsesDefinition().get("idzfpsfy").discriminator()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").readOnly()); + Assertions.assertEquals("qnyumz", model.responsesDefinition().get("idzfpsfy").xml().name()); + Assertions.assertEquals("dokez", model.responsesDefinition().get("idzfpsfy").xml().namespace()); + Assertions.assertEquals("ezknfzqnzbflbqmh", model.responsesDefinition().get("idzfpsfy").xml().prefix()); + Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").xml().attribute()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").xml().wrapped()); + Assertions.assertEquals("lmsy", model.responsesDefinition().get("idzfpsfy").externalDocs().description()); + Assertions.assertEquals("dcrolrze", model.responsesDefinition().get("idzfpsfy").externalDocs().uri()); + Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").notificationUrlExtension()); + Assertions.assertEquals("ebldpo", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().operationId()); + Assertions.assertEquals("ffjk", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("iyndurdonkgobx", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().operationId()); + Assertions.assertEquals("rdolenrswkn", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("nmzaofro", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").operationId()); + Assertions.assertEquals("qckievyrejyoy", + model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").valuePath()); + Assertions.assertEquals("vev", model.responsesDefinition().get("idzfpsfy").dynamicListNew().operationId()); + Assertions.assertEquals("rphklqlii", + model.responsesDefinition().get("idzfpsfy").dynamicListNew().builtInOperation()); + Assertions.assertEquals("anuwgjnofg", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemsPath()); + Assertions.assertEquals("y", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemValuePath()); + Assertions.assertEquals("sebjuymtevae", + model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("ywhr", + model.responsesDefinition() + .get("idzfpsfy") + .dynamicListNew() + .parameters() + .get("usrjzhdtrsyfezf") + .operationId()); + Assertions.assertEquals("ej", + model.responsesDefinition() + .get("idzfpsfy") + .dynamicListNew() + .parameters() + .get("usrjzhdtrsyfezf") + .valuePath()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, + model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("ejpdcliqwzutiy", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().operationId()); + Assertions.assertEquals("rnhhjtvh", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemsPath()); + Assertions.assertEquals("z", model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("yovqmqcudptoqwr", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("ckjt", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("okmxwawfubknge", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("x", + model.responsesDefinition().get("idzfpsfy").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("fdt", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().operationId()); + Assertions.assertEquals("iaxtyrnuh", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("hepisq", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("mlroiommemsoqgb", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("yeqdob", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("aqcabe", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("kcesrsi", + model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals(true, model.isWebhook()); + Assertions.assertEquals(true, model.isNotification()); + } + + // Use "Map.of" if available + @SuppressWarnings("unchecked") + private static Map mapOf(Object... inputs) { + Map map = new HashMap<>(); + for (int i = 0; i < inputs.length; i += 2) { + String key = (String) inputs[i]; + T value = (T) inputs[i + 1]; + map.put(key, value); + } + return map; + } +} diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ManagedServiceIdentityTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ManagedServiceIdentityTests.java index b70bb7eed797..06644ee36503 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ManagedServiceIdentityTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ManagedServiceIdentityTests.java @@ -16,7 +16,7 @@ public final class ManagedServiceIdentityTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { ManagedServiceIdentity model = BinaryData.fromString( - "{\"type\":\"UserAssigned\",\"tenantId\":\"d7fd8df4-f597-4643-a6b2-2e0dc5243720\",\"principalId\":\"6b6bb67d-ab82-4f43-b572-150683d6625d\",\"userAssignedIdentities\":{\"pjzu\":{\"principalId\":\"luthn\",\"clientId\":\"rnxipei\"}}}") + "{\"type\":\"UserAssigned\",\"tenantId\":\"a02e84d7-8f75-456a-aa6d-84a1e261f8b6\",\"principalId\":\"f736a4d0-3b3a-4565-beaf-449dde352f49\",\"userAssignedIdentities\":{\"pjzu\":{\"principalId\":\"luthn\",\"clientId\":\"rnxipei\"}}}") .toObject(ManagedServiceIdentity.class); Assertions.assertEquals(ManagedServiceIdentityType.USER_ASSIGNED, model.type()); } diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java new file mode 100644 index 000000000000..b7887b42f5e8 --- /dev/null +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java @@ -0,0 +1,7585 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.logic.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicList; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicProperties; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicSchema; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTree; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeCommand; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeParameter; +import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeSettings; +import com.azure.resourcemanager.logic.models.SwaggerExternalDocumentation; +import com.azure.resourcemanager.logic.models.SwaggerSchema; +import com.azure.resourcemanager.logic.models.SwaggerSchemaType; +import com.azure.resourcemanager.logic.models.SwaggerXml; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Map; +import org.junit.jupiter.api.Assertions; + +public final class SwaggerSchemaTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + SwaggerSchema model = BinaryData.fromString( + "{\"ref\":\"qfmxbdjkmn\",\"type\":\"Object\",\"title\":\"nowxhyvdbrdvsv\",\"items\":{\"ref\":\"tycvlkusgiikhrc\",\"type\":\"Number\",\"title\":\"epxshmrdisc\",\"items\":{\"ref\":\"kymktcwmivo\",\"type\":\"Null\",\"title\":\"gngl\",\"items\":{\"ref\":\"fgazagh\",\"type\":\"Array\",\"title\":\"zwxuxorrutuhvem\",\"items\":{\"ref\":\"ssolqy\",\"type\":\"Boolean\",\"title\":\"lxo\",\"items\":{\"ref\":\"kqvrv\",\"type\":\"Boolean\",\"title\":\"cvzfc\",\"items\":{},\"properties\":{\"pjakjdtuodoc\":{}},\"additionalProperties\":\"datau\",\"required\":[\"yxpmqd\",\"qniiontqikdipk\"],\"maxProperties\":1694090280,\"minProperties\":1308930684,\"allOf\":[{}],\"discriminator\":\"rsoihat\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsynssxylsuioado\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"gfuzqqnzkwlx\":{},\"dsxipd\":{},\"lbyitfz\":{},\"wwgze\":{}},\"additionalProperties\":\"datazpiimxacrktjoyg\",\"required\":[\"ixgz\",\"bn\",\"glquarbru\",\"qbeyxwrmu\"],\"maxProperties\":471954679,\"minProperties\":665626685,\"allOf\":[{},{},{},{}],\"discriminator\":\"gjajkvwko\",\"readOnly\":false,\"xml\":{\"name\":\"zllvna\",\"namespace\":\"gvlpgfygenfakyb\",\"prefix\":\"sihzqi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"gbyytsazl\":\"datalxjs\"}},\"externalDocs\":{\"description\":\"lubrukhqbuoyrbdk\",\"uri\":\"dmvvvjmfj\",\"extensions\":{\"io\":\"dataxuvsveamseauuuvh\"}},\"example\":\"datalmufzuuysz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"tyosdpxtsdy\",\"valuePath\":\"gef\",\"parameters\":{\"xaqgfpuhh\":\"datawphwxiavwm\",\"tmlixalphkg\":\"datawrsjumlkjsvk\"}},\"dynamicSchemaNew\":{\"operationId\":\"hecjg\",\"valuePath\":\"djmsngm\",\"parameters\":{\"rlkpismmrmr\":{}}},\"dynamicListNew\":{\"operationId\":\"thizsabcylzzie\",\"builtInOperation\":\"mzen\",\"itemsPath\":\"drue\",\"itemValuePath\":\"exawxo\",\"itemTitlePath\":\"dctjwfebqq\",\"parameters\":{\"tsqaclczfrofy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"dlbbc\":{\"ref\":\"kewqwamptld\",\"type\":\"Object\",\"title\":\"zljhnxfkffngfpi\",\"items\":{},\"properties\":{\"rmvx\":{},\"bktuqnbcjk\":{},\"rqmznwwtkuy\":{}},\"additionalProperties\":\"dataii\",\"required\":[\"liclmoyo\",\"oxdwff\",\"yzqke\",\"curr\"],\"maxProperties\":2057868685,\"minProperties\":1258258593,\"allOf\":[{},{},{},{}],\"discriminator\":\"uqzuscolbqve\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavkdvcgowrd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataamkyrkwsthpiv\",\"required\":[\"fxhvnodqqz\",\"b\",\"yroswnfqd\"],\"maxProperties\":1168453176,\"minProperties\":116276536,\"allOf\":[{\"ref\":\"vlypztuskpncdo\",\"type\":\"Null\",\"title\":\"p\",\"items\":{},\"properties\":{\"bod\":{},\"wazbur\":{}},\"additionalProperties\":\"datau\",\"required\":[\"d\",\"kvunngjo\",\"snzlawowqsnix\",\"wdqzurvukszkm\"],\"maxProperties\":494128235,\"minProperties\":144915434,\"allOf\":[{}],\"discriminator\":\"eghtmqo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datayzecuvw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"nbox\",\"type\":\"Integer\",\"title\":\"mq\",\"items\":{},\"properties\":{\"s\":{},\"smq\":{},\"wowrmhmifhfutjy\":{}},\"additionalProperties\":\"datatmgtgu\",\"required\":[\"moygcax\"],\"maxProperties\":921925520,\"minProperties\":1981414246,\"allOf\":[{},{},{}],\"discriminator\":\"gicxt\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasydksvjfg\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"hcoscoljj\",\"readOnly\":true,\"xml\":{\"name\":\"ooefzsdttbqkaq\",\"namespace\":\"wojvxv\",\"prefix\":\"hrqxrqghotingzi\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"elvyhvvpuqy\":\"datayhpwmdkyfg\"}},\"externalDocs\":{\"description\":\"bbkhc\",\"uri\":\"cfwoolkugzowg\",\"extensions\":{\"aupgblna\":\"dataxf\",\"qjzri\":\"datajnpahzhpqscuyil\"}},\"example\":\"datab\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"gmndwohoeashu\",\"valuePath\":\"vbjimzw\",\"parameters\":{\"eyuoyjmjwqdslqr\":\"datammphvkyezw\"}},\"dynamicSchemaNew\":{\"operationId\":\"zrkrztpyay\",\"valuePath\":\"xlnm\",\"parameters\":{\"symnrtvqmima\":{}}},\"dynamicListNew\":{\"operationId\":\"tpcvpahhp\",\"builtInOperation\":\"yqpvzxxz\",\"itemsPath\":\"wtominrufqqa\",\"itemValuePath\":\"gasfmhbxv\",\"itemTitlePath\":\"kqnatxvuzc\",\"parameters\":{\"irybytcaqpjohlc\":{},\"nrvxyyh\":{},\"sis\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"eqiwduukaamimkj\",\"itemsPath\":\"xysjd\",\"itemValuePath\":\"vksijrjgyind\",\"itemTitlePath\":\"i\",\"itemFullTitlePath\":\"vuyxuu\",\"itemIsParent\":\"ead\",\"selectableFilter\":\"topdtphvjgv\",\"parameters\":{\"kngq\":{},\"iyjxzxbthtnyzpu\":{},\"nrmd\":{},\"koabfcvefbw\":{}}},\"browse\":{\"operationId\":\"gyqshsasmryuyu\",\"itemsPath\":\"bxrgrztkyqgu\",\"itemValuePath\":\"uih\",\"itemTitlePath\":\"bgkyn\",\"itemFullTitlePath\":\"zjndfeemx\",\"itemIsParent\":\"rpfivypm\",\"selectableFilter\":\"zajpcroxppo\",\"parameters\":{\"yhxnpdggll\":{},\"duyufdmzu\":{},\"xvzvwlxd\":{},\"nst\":{}}}}},\"properties\":{\"cttg\":{\"ref\":\"doxklrzatsizny\",\"type\":\"Array\",\"title\":\"dpkihqhnfubev\",\"items\":{\"ref\":\"xcezxevltfebqo\",\"type\":\"Number\",\"title\":\"lqakpstifmftwrph\",\"items\":{},\"properties\":{\"p\":{},\"gfofu\":{},\"dcjqneaqkgttbarg\":{},\"eynqlsnrgaxoyv\":{}},\"additionalProperties\":\"datajpf\",\"required\":[\"s\",\"pvjsduouoqtenq\",\"omuogeqeapaseq\",\"ppypfreuwvzhnd\"],\"maxProperties\":357355458,\"minProperties\":930340533,\"allOf\":[{}],\"discriminator\":\"zttqgtllwy\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datallitpqvpivr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"omebzvtvxxfsfo\":{},\"acgihnalpc\":{}},\"additionalProperties\":\"datadybkb\",\"required\":[\"b\"],\"maxProperties\":1833532340,\"minProperties\":1227881123,\"allOf\":[{}],\"discriminator\":\"ywedbpirbzpauzbb\",\"readOnly\":true,\"xml\":{\"name\":\"zdwpave\",\"namespace\":\"gmigsoebdltni\",\"prefix\":\"imerffhgvcy\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"moljirchhwlzihv\":\"datahggajfeudbo\",\"tgvraxhntoiwfsz\":\"datacquajpoipdjxy\"}},\"externalDocs\":{\"description\":\"kosjwr\",\"uri\":\"tsluqfgksdi\",\"extensions\":{\"iobuwbngeuwh\":\"dataoix\",\"amhbmggnqxne\":\"dataqng\",\"vomdqxnoyzqipapi\":\"dataqzaffzqodokst\",\"cbzvvxd\":\"dataccydbjghunqnttrw\"}},\"example\":\"datahxmwwvxcaicbi\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"fovkmamiy\",\"valuePath\":\"un\",\"parameters\":{\"a\":\"datacyy\"}},\"dynamicSchemaNew\":{\"operationId\":\"ubzqazdlrkvi\",\"valuePath\":\"kifqbxmnnidot\",\"parameters\":{\"mzuhoodttqhpv\":{}}},\"dynamicListNew\":{\"operationId\":\"mvuwj\",\"builtInOperation\":\"lqfpqql\",\"itemsPath\":\"vzlhjgmrodblap\",\"itemValuePath\":\"acz\",\"itemTitlePath\":\"niwfc\",\"parameters\":{\"hxmyib\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"dataxtcxbbjbeyqo\",\"required\":[\"awpjfkrarerdlg\",\"vtpxowgowwdoc\",\"asu\",\"megjkfisz\"],\"maxProperties\":620460265,\"minProperties\":570741825,\"allOf\":[{\"ref\":\"w\",\"type\":\"Object\",\"title\":\"blitxrrsjs\",\"items\":{\"ref\":\"anjsoutrzto\",\"type\":\"Number\",\"title\":\"bnclxhwkzfggsuz\",\"items\":{},\"properties\":{\"ntpzuiwa\":{},\"oabthutctcabc\":{},\"wabzf\":{},\"hszfkpoidfzwegv\":{}},\"additionalProperties\":\"datajuwgw\",\"required\":[\"vufjqvfcfsssm\",\"a\",\"mkr\"],\"maxProperties\":869027254,\"minProperties\":1219794635,\"allOf\":[{},{}],\"discriminator\":\"ui\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacpenobqysbees\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"zsu\":{}},\"additionalProperties\":\"datasautbri\",\"required\":[\"ofenin\"],\"maxProperties\":883470274,\"minProperties\":856472763,\"allOf\":[{},{},{},{}],\"discriminator\":\"xckdlxjpisrdn\",\"readOnly\":true,\"xml\":{\"name\":\"be\",\"namespace\":\"vijnubxfiiytqx\",\"prefix\":\"jsyutez\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"k\":\"datadpor\",\"wssbvqnpw\":\"datavbkutogecyqoy\",\"nblzrmiukot\":\"datawdmuvyakrbqpw\"}},\"externalDocs\":{\"description\":\"jbpn\",\"uri\":\"hfrvsi\",\"extensions\":{\"f\":\"datagnpcjnia\",\"ogdkp\":\"datacgjjioqwu\",\"uqjde\":\"datamwr\"}},\"example\":\"dataxqucnbgibkls\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"uzyvihevbfvxmtsm\",\"valuePath\":\"retsny\",\"parameters\":{\"gaoymyckdpzbr\":\"dataulbyzzcxs\",\"euxixkps\":\"databmljrjyfj\"}},\"dynamicSchemaNew\":{\"operationId\":\"gni\",\"valuePath\":\"oacf\",\"parameters\":{\"jziqcso\":{}}},\"dynamicListNew\":{\"operationId\":\"tkpdcdefq\",\"builtInOperation\":\"rmgm\",\"itemsPath\":\"ddaxaogs\",\"itemValuePath\":\"cmmmbipysehyybo\",\"itemTitlePath\":\"jcvmkkbp\",\"parameters\":{\"wd\":{},\"yhdtiembrwqwvc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"trgpd\",\"type\":\"String\",\"title\":\"xhyfwjfqktuzrl\",\"items\":{\"ref\":\"c\",\"type\":\"Null\",\"title\":\"qfzbvttqjntv\",\"items\":{},\"properties\":{\"bhj\":{}},\"additionalProperties\":\"datagc\",\"required\":[\"yfrhooyvmv\",\"xyeeafd\"],\"maxProperties\":729778880,\"minProperties\":1220018092,\"allOf\":[{},{},{},{}],\"discriminator\":\"zhgbspdxbhjqu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datamzdf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"wnkbjqpz\":{},\"odwh\":{},\"uxsochtuxapewzwq\":{}},\"additionalProperties\":\"dataxmynslcv\",\"required\":[\"vwttts\",\"czroddc\",\"qimodnbjmj\",\"k\"],\"maxProperties\":1889617579,\"minProperties\":726647668,\"allOf\":[{},{}],\"discriminator\":\"tkfjacktav\",\"readOnly\":true,\"xml\":{\"name\":\"djfypla\",\"namespace\":\"v\",\"prefix\":\"cedsoqwexi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jqdfadgywyla\":\"dataikf\",\"ohystdgjtpbtkogf\":\"dataetqj\"}},\"externalDocs\":{\"description\":\"lyzolrvwsgseqj\",\"uri\":\"oaxir\",\"extensions\":{\"vsobamtarirdzdgv\":\"dataswrjyb\"}},\"example\":\"dataflz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ugxpypbmzqsxblm\",\"valuePath\":\"rxkulytivviyq\",\"parameters\":{\"b\":\"dataxxyfo\",\"wxjikfrxvlu\":\"dataod\",\"imqaxtmvmycvjpa\":\"dataedpnk\",\"jngoq\":\"datajdqvvyjehyvn\"}},\"dynamicSchemaNew\":{\"operationId\":\"v\",\"valuePath\":\"g\",\"parameters\":{\"whxunwenbphy\":{}}},\"dynamicListNew\":{\"operationId\":\"zgz\",\"builtInOperation\":\"xdusebkc\",\"itemsPath\":\"txpu\",\"itemValuePath\":\"erma\",\"itemTitlePath\":\"iqrsnmftubqwxv\",\"parameters\":{\"biyzjlgrwjbsycuk\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"sxhvsgzpwqie\",\"type\":\"String\",\"title\":\"ctyqsttampqe\",\"items\":{\"ref\":\"tmubplzoepeqlh\",\"type\":\"String\",\"title\":\"yizeqlctpqn\",\"items\":{},\"properties\":{\"hgyzwfyfdb\":{},\"ooelm\":{},\"kd\":{}},\"additionalProperties\":\"dataqykgjjsmvsi\",\"required\":[\"lm\",\"jwsmnwbmacvemmr\"],\"maxProperties\":390794608,\"minProperties\":857859908,\"allOf\":[{},{},{},{}],\"discriminator\":\"sxplcsinbul\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataynn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qpw\":{},\"idsjqc\":{}},\"additionalProperties\":\"dataz\",\"required\":[\"fdlgpryy\"],\"maxProperties\":362497898,\"minProperties\":1923722992,\"allOf\":[{},{},{}],\"discriminator\":\"yuwa\",\"readOnly\":true,\"xml\":{\"name\":\"vaidzcephn\",\"namespace\":\"u\",\"prefix\":\"y\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"ertj\":\"datarwpekiprjb\",\"cgiwsywpejtvqop\":\"dataairpwj\"}},\"externalDocs\":{\"description\":\"sergiuztqe\",\"uri\":\"ypul\",\"extensions\":{\"ikwcx\":\"datacbcendidhue\",\"kiynbf\":\"dataasgukq\"}},\"example\":\"dataiwmqnwm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"irgyutexnzh\",\"valuePath\":\"cgvjbrybfar\",\"parameters\":{\"yhdpjjhqnzcbjfpx\":\"dataoqcudnwm\",\"qxyxfknjqss\":\"dataygnmjniqw\",\"lkwqisnlpaymket\":\"datanwvravntv\",\"mewwlkryz\":\"datatkt\"}},\"dynamicSchemaNew\":{\"operationId\":\"q\",\"valuePath\":\"htctxxregyk\",\"parameters\":{\"adbzjohd\":{}}},\"dynamicListNew\":{\"operationId\":\"hdxity\",\"builtInOperation\":\"jgrpquafxgjqq\",\"itemsPath\":\"c\",\"itemValuePath\":\"fxdbis\",\"itemTitlePath\":\"umwafa\",\"parameters\":{\"gljopiz\":{},\"qihvbkufqiqddjy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"mkjpajlfp\",\"readOnly\":true,\"xml\":{\"name\":\"lhejcc\",\"namespace\":\"xbnwitaf\",\"prefix\":\"evpt\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"kplqftqcxqmbs\":\"datawvkpar\",\"gul\":\"datadcy\",\"mqoubxlpkdsn\":\"datallfwrmsuxyq\",\"axzyrp\":\"dataqoymsdlraduhg\"}},\"externalDocs\":{\"description\":\"vijr\",\"uri\":\"esk\",\"extensions\":{\"ribmbtmori\":\"databk\",\"qxgwsfr\":\"dataczerqt\"}},\"example\":\"datavzlljydgmdoq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zcy\",\"valuePath\":\"dh\",\"parameters\":{\"rru\":\"dataqeglym\",\"exqcilfi\":\"datasqpiyxkmqm\",\"vzxgbamqrbbsnp\":\"datalgnnyxwdpmcewq\"}},\"dynamicSchemaNew\":{\"operationId\":\"v\",\"valuePath\":\"av\",\"parameters\":{\"axznqqkq\":{\"operationId\":\"yjuwhizcbqjxmh\",\"valuePath\":\"tunpcsk\",\"parameters\":{\"fouwkoltjdauuj\":{},\"ltyhddzeykud\":{},\"zrimyehplmq\":{},\"oduk\":{}}},\"g\":{\"operationId\":\"dglseuqkr\",\"valuePath\":\"yakr\",\"parameters\":{\"nwgokrllbec\":{},\"nnvxouhdcf\":{},\"ptfcjapmfwxmcxhw\":{}}},\"zbrwrfrmhouf\":{\"operationId\":\"ifoyoc\",\"valuePath\":\"adhmqyufpfowwey\",\"parameters\":{\"rtngiqcypmonfcor\":{},\"nhfycigcbmay\":{},\"dtjfrponajzdj\":{}}},\"aqsyt\":{\"operationId\":\"rb\",\"valuePath\":\"ojcksirsnqunn\",\"parameters\":{\"yxdeggnzadqmvpe\":{},\"pnsvkyq\":{},\"rplfqqnwojsrg\":{},\"lxnsvbkh\":{}}}}},\"dynamicListNew\":{\"operationId\":\"mgukyw\",\"builtInOperation\":\"uo\",\"itemsPath\":\"cex\",\"itemValuePath\":\"pit\",\"itemTitlePath\":\"qnbs\",\"parameters\":{\"tforylxaknwkjzv\":{\"operationId\":\"mtcidca\",\"valuePath\":\"nxhcxct\",\"parameters\":{\"oe\":{}}},\"puplug\":{\"operationId\":\"symtupyjt\",\"valuePath\":\"xzwdsnqhyefnakd\",\"parameters\":{\"jksdlulytjxh\":{},\"wtittlnv\":{},\"kv\":{}}},\"jrgfbmpszwkbcstz\":{\"operationId\":\"ynv\",\"valuePath\":\"vctqda\",\"parameters\":{\"sfp\":{},\"pj\":{},\"silb\":{},\"rucqehyrnz\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xdwxrwqtbvws\",\"itemsPath\":\"akxy\",\"itemValuePath\":\"kgjhomywlypghhul\",\"itemTitlePath\":\"yfvgpqwgiqmbrisk\",\"itemFullTitlePath\":\"uihtqfvyqmm\",\"itemIsParent\":\"uguvlieegjnqwh\",\"selectableFilter\":\"o\",\"parameters\":{\"hjs\":{},\"gqcrwaucf\":{},\"otedhjxdlmuhffjj\":{},\"vjyqmpmsk\":{}}},\"browse\":{\"operationId\":\"rhljwqufudpypb\",\"itemsPath\":\"lefxfp\",\"itemValuePath\":\"ajvwfijfd\",\"itemTitlePath\":\"rvsvhmsmrihddnb\",\"itemFullTitlePath\":\"bqntdder\",\"itemIsParent\":\"yiwuzpsvcmzs\",\"selectableFilter\":\"tyyysqnwnl\",\"parameters\":{\"fjdzkfth\":{}}}}},\"properties\":{\"bdhmxbyzfjgr\":{\"ref\":\"hd\",\"type\":\"Number\",\"title\":\"tf\",\"items\":{\"ref\":\"qb\",\"type\":\"Array\",\"title\":\"ulymk\",\"items\":{\"ref\":\"ryhxf\",\"type\":\"String\",\"title\":\"npftkgm\",\"items\":{},\"properties\":{\"biubzg\":{},\"psotbame\":{}},\"additionalProperties\":\"databusnaq\",\"required\":[\"uuhyncppmmwhjer\"],\"maxProperties\":288131133,\"minProperties\":1994994052,\"allOf\":[{}],\"discriminator\":\"bxlepsmckgpxdx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavdkoiihrfcowlase\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"laqhxe\":{},\"fdarvjhwgkynxlw\":{}},\"additionalProperties\":\"datagotdt\",\"required\":[\"tkalhpiybfnk\",\"lzrignqlwogqnb\"],\"maxProperties\":2076981753,\"minProperties\":1175073373,\"allOf\":[{},{},{}],\"discriminator\":\"qcbnkiv\",\"readOnly\":false,\"xml\":{\"name\":\"hmar\",\"namespace\":\"wyfcenkbfxqcap\",\"prefix\":\"eciradmxokbu\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"odyiitreddjt\":\"dataayvcsejdh\"}},\"externalDocs\":{\"description\":\"pybs\",\"uri\":\"kgaxmhaszjietfst\",\"extensions\":{\"wrjtkrei\":\"datadvzcnlk\",\"swmgrbkobmg\":\"dataojh\",\"widteb\":\"dataavzmqpaa\",\"r\":\"dataed\"}},\"example\":\"datazppgij\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"icxepgaxpyde\",\"valuePath\":\"cqdssbmgersdudh\",\"parameters\":{\"sfyzevcknglffno\":\"datamnfgzmxtxfuhxy\",\"syxcdosyhhwpufr\":\"datazfysffrpjf\",\"skxkteoyk\":\"datapreyilq\",\"qogrddimna\":\"datarqt\"}},\"dynamicSchemaNew\":{\"operationId\":\"yrbvmb\",\"valuePath\":\"expnphtqwfp\",\"parameters\":{\"b\":{},\"x\":{}}},\"dynamicListNew\":{\"operationId\":\"api\",\"builtInOperation\":\"jlfugnrzowcgrz\",\"itemsPath\":\"q\",\"itemValuePath\":\"zawqxnhlva\",\"itemTitlePath\":\"gwxd\",\"parameters\":{\"mfjkrzplhal\":{},\"omgzorprr\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"hmeoxxbzagwnomp\":{\"ref\":\"ylgebr\",\"type\":\"Object\",\"title\":\"fuyzvbploazc\",\"items\":{},\"properties\":{\"e\":{},\"mmadkbxuip\":{},\"oaw\":{},\"ugpube\":{}},\"additionalProperties\":\"datawxzmuzgueuygpbh\",\"required\":[\"e\",\"msw\",\"l\",\"gxxzxwrnqwdjvl\"],\"maxProperties\":1425524785,\"minProperties\":903351327,\"allOf\":[{},{},{},{}],\"discriminator\":\"sfxqcmejezjcb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakmxgwwmavllpfjgu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"jgdqjh\":{\"ref\":\"iscnzcufysal\",\"type\":\"Array\",\"title\":\"jexq\",\"items\":{},\"properties\":{\"krid\":{}},\"additionalProperties\":\"datawczjnnmpifjq\",\"required\":[\"nbdup\",\"pllosadjffllr\"],\"maxProperties\":196823599,\"minProperties\":1474036866,\"allOf\":[{}],\"discriminator\":\"kadzuddcccls\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapmnypktgslkok\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataecjgpjnydkkgbv\",\"required\":[\"srgkvgavn\"],\"maxProperties\":988153026,\"minProperties\":1104855733,\"allOf\":[{\"ref\":\"ysujcvhclgp\",\"type\":\"Number\",\"title\":\"yrpwzsmwgebpsk\",\"items\":{},\"properties\":{\"fdvtwuncnfn\":{}},\"additionalProperties\":\"datawjmyubhtmlgj\",\"required\":[\"kymjdwirglqibj\",\"vmkaw\"],\"maxProperties\":337054188,\"minProperties\":1668245698,\"allOf\":[{}],\"discriminator\":\"rrwkcwwitzmxxig\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanayypsx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"mmpvo\",\"readOnly\":true,\"xml\":{\"name\":\"krxu\",\"namespace\":\"d\",\"prefix\":\"ydn\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"o\":\"datapnkqxkrumhaeq\",\"sytidz\":\"datagwjxatwxiyarfhi\"}},\"externalDocs\":{\"description\":\"dprwruexhgd\",\"uri\":\"kplaseyltqx\",\"extensions\":{\"ddveqy\":\"dataopekyzdzvhyo\",\"nylfutgbpw\":\"dataekvzpqrxsifixol\"}},\"example\":\"dataayxtvpi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"wwmjrsmkjalor\",\"valuePath\":\"egiczrvnezlcvnd\",\"parameters\":{\"gkk\":\"dataphf\"}},\"dynamicSchemaNew\":{\"operationId\":\"mjmgswt\",\"valuePath\":\"skuqgneorqtr\",\"parameters\":{\"ikqvaagnzb\":{},\"qqbjcdaucs\":{},\"mzvgj\":{},\"nuwcquepanqdmm\":{}}},\"dynamicListNew\":{\"operationId\":\"p\",\"builtInOperation\":\"blmxblcbwvsqpe\",\"itemsPath\":\"lcbbu\",\"itemValuePath\":\"pcgirsfil\",\"itemTitlePath\":\"syzcnxjvipehx\",\"parameters\":{\"urbxovg\":{},\"ipbnnghsjxwj\":{},\"wgoxen\":{},\"p\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"uzsojblyygftic\",\"itemsPath\":\"drswqm\",\"itemValuePath\":\"uyqtzo\",\"itemTitlePath\":\"otrbnvoe\",\"itemFullTitlePath\":\"t\",\"itemIsParent\":\"qoafdv\",\"selectableFilter\":\"lrsrfrxylmdjpspi\",\"parameters\":{\"cvhqadjcasncgq\":{},\"ixuqvat\":{},\"tkvoivcktjscjkex\":{}}},\"browse\":{\"operationId\":\"yrcjgptxvz\",\"itemsPath\":\"unwmbfjjselblwmf\",\"itemValuePath\":\"pn\",\"itemTitlePath\":\"s\",\"itemFullTitlePath\":\"mfktytri\",\"itemIsParent\":\"leqvefnzvhmiwba\",\"selectableFilter\":\"zxcmsceza\",\"parameters\":{\"ilhvtroxlybddx\":{}}}}},\"fdz\":{\"ref\":\"brbmcrtvxjwpvqre\",\"type\":\"String\",\"title\":\"palqwbrfiovpdl\",\"items\":{\"ref\":\"rfiwerlbcetrvird\",\"type\":\"File\",\"title\":\"wpvnloop\",\"items\":{\"ref\":\"egchtabhacjlf\",\"type\":\"Array\",\"title\":\"lvvwvpf\",\"items\":{},\"properties\":{\"zhmlnfvyhdhf\":{},\"nsd\":{},\"hawbxnlkmazhle\":{},\"yroksay\":{}},\"additionalProperties\":\"datafzzipyqtmdhb\",\"required\":[\"gmwxzlphzujkq\",\"xbejhxopehely\",\"ykhdapxdiibj\"],\"maxProperties\":1213646765,\"minProperties\":438384865,\"allOf\":[{},{},{}],\"discriminator\":\"yhx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datam\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jffajhtvbskgc\":{}},\"additionalProperties\":\"datadl\",\"required\":[\"dtrl\"],\"maxProperties\":72282860,\"minProperties\":787368487,\"allOf\":[{}],\"discriminator\":\"buugchjtpszc\",\"readOnly\":true,\"xml\":{\"name\":\"nypluivrjsel\",\"namespace\":\"zrpespeb\",\"prefix\":\"gzx\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"lqmnwhdho\":\"datalyqauuohskimntxd\"}},\"externalDocs\":{\"description\":\"dumaplp\",\"uri\":\"riettnmi\",\"extensions\":{\"qmlmbyqyeku\":\"datab\"}},\"example\":\"datadxz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ydogr\",\"valuePath\":\"wzecgbxrcsevqjdx\",\"parameters\":{\"aiitn\":\"datawqbvanvgpxn\",\"maebdrxjsmrsea\":\"dataruywrxnk\",\"ue\":\"dataxeovbgrqwfuxn\",\"eket\":\"datayl\"}},\"dynamicSchemaNew\":{\"operationId\":\"ptqhatfg\",\"valuePath\":\"hbxgfhgkdms\",\"parameters\":{\"hbupqovuwhvqihm\":{},\"hqjdcbgcemjti\":{}}},\"dynamicListNew\":{\"operationId\":\"agc\",\"builtInOperation\":\"yqzcra\",\"itemsPath\":\"lzdxcmpdmdsyp\",\"itemValuePath\":\"frhiehxjoupxe\",\"itemTitlePath\":\"becxuvkbao\",\"parameters\":{\"yhgpgjd\":{},\"n\":{},\"kdje\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"mz\":{\"ref\":\"wiztvucyackg\",\"type\":\"Number\",\"title\":\"m\",\"items\":{},\"properties\":{\"ohfksixvwkpcesmu\":{},\"jabpnxohagcojgmy\":{},\"jdgm\":{}},\"additionalProperties\":\"datahr\",\"required\":[\"dipbnjiweyuigy\"],\"maxProperties\":732299581,\"minProperties\":835862018,\"allOf\":[{},{},{}],\"discriminator\":\"kgmwurcx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanypfkvjgovbbnc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"rxzwvcvtjdq\":{\"ref\":\"rubn\",\"type\":\"String\",\"title\":\"pmqffgjsqqqairoo\",\"items\":{},\"properties\":{\"jobdqiuppavqovi\":{},\"pmegnkrvtfb\":{}},\"additionalProperties\":\"datatrwgljfatezdxq\",\"required\":[\"phgimyomje\",\"lgnieeqjdfxxxnn\",\"uxkepga\",\"rijbiterqfu\"],\"maxProperties\":41103148,\"minProperties\":1001068102,\"allOf\":[{},{},{}],\"discriminator\":\"pfqddwwpg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqkv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"gmecwe\":{\"ref\":\"gwxja\",\"type\":\"File\",\"title\":\"p\",\"items\":{},\"properties\":{\"bjzxrpxji\":{},\"aup\":{},\"rvdo\":{}},\"additionalProperties\":\"dataaqng\",\"required\":[\"gcwwuusjjhtcyzn\",\"highnxhgmfrnk\"],\"maxProperties\":297285312,\"minProperties\":639571837,\"allOf\":[{},{},{},{}],\"discriminator\":\"jteqlujmmkn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datatxim\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"yjzijxefyd\":{\"ref\":\"lerpt\",\"type\":\"Null\",\"title\":\"a\",\"items\":{},\"properties\":{\"eeagig\":{},\"pabacpleirjrka\":{},\"mvndubmazlxlbduk\":{},\"d\":{}},\"additionalProperties\":\"dataeyq\",\"required\":[\"pkypbekpardoad\",\"e\"],\"maxProperties\":1478959346,\"minProperties\":427874137,\"allOf\":[{},{},{}],\"discriminator\":\"mgzsytmpfslrxvsq\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataffkzlchrkiwp\",\"required\":[\"hflxnni\",\"rugotfrdlfe\"],\"maxProperties\":799818901,\"minProperties\":1969660399,\"allOf\":[{\"ref\":\"yriyraybi\",\"type\":\"String\",\"title\":\"ijclfdprezqx\",\"items\":{},\"properties\":{\"gyddpfnmbxerzyp\":{},\"ralw\":{},\"cnmrbizxqldmhzb\":{},\"ujdzlgyermje\":{}},\"additionalProperties\":\"datayuhoqpbfjfcbwea\",\"required\":[\"kmkuquv\",\"gvnomlcldoyohuaf\"],\"maxProperties\":652288316,\"minProperties\":392572184,\"allOf\":[{},{}],\"discriminator\":\"sylwsmdo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datambgbhtpomiustkqy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"skvtzb\",\"type\":\"String\",\"title\":\"hpfedx\",\"items\":{},\"properties\":{\"d\":{},\"k\":{}},\"additionalProperties\":\"datahwzmehcdfdxth\",\"required\":[\"t\"],\"maxProperties\":424480753,\"minProperties\":1558891030,\"allOf\":[{},{},{},{}],\"discriminator\":\"jdhzkwvuewei\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawlxdknxctglzbcxd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wb\",\"type\":\"Number\",\"title\":\"xzfvnazc\",\"items\":{},\"properties\":{\"nqiyevjehtseao\":{},\"xsehflfmabpyz\":{},\"cplphfstvurtkce\":{}},\"additionalProperties\":\"datavaxwzbwxx\",\"required\":[\"sxsrrhryrbbe\",\"rnrjzzuimpiybm\"],\"maxProperties\":2140946735,\"minProperties\":2115108520,\"allOf\":[{},{}],\"discriminator\":\"mfb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqorhtqtw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"asichhxqnlmj\",\"type\":\"Null\",\"title\":\"dfibw\",\"items\":{},\"properties\":{\"uhysrmkkzjsnxzl\":{},\"xaayxpdzvgyujkx\":{},\"gejzdbigitra\":{}},\"additionalProperties\":\"datady\",\"required\":[\"rnbpiddvbxqxo\",\"ix\",\"elsrymzvtzyf\",\"tbayh\"],\"maxProperties\":2075304724,\"minProperties\":864757603,\"allOf\":[{},{},{}],\"discriminator\":\"yzlkqyezyzxkr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafuxystltkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"jfw\",\"readOnly\":true,\"xml\":{\"name\":\"oq\",\"namespace\":\"bueiydoqbruxl\",\"prefix\":\"txhednkzjt\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"cmkwcyeljni\":\"datatseixpkrwgzn\",\"yihct\":\"datadgzxbwn\",\"mzozb\":\"datau\"}},\"externalDocs\":{\"description\":\"vughutiql\",\"uri\":\"nfyfy\",\"extensions\":{\"lj\":\"datavzb\",\"magfyinmajj\":\"dataki\",\"uafbddm\":\"dataplgtwfkflcvbzkbe\"}},\"example\":\"dataqynmldhg\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ag\",\"valuePath\":\"uhdqhq\",\"parameters\":{\"sfxzobovsvhbtdgx\":\"datasypo\",\"oubvfx\":\"datallmd\",\"vbsjtfqwlbeqcz\":\"dataswemncjhmvvzeaic\"}},\"dynamicSchemaNew\":{\"operationId\":\"gropuq\",\"valuePath\":\"s\",\"parameters\":{\"ociyi\":{},\"qlyoor\":{},\"ewgglq\":{},\"jyk\":{}}},\"dynamicListNew\":{\"operationId\":\"hxuznbcpiadj\",\"builtInOperation\":\"vxsulcd\",\"itemsPath\":\"ib\",\"itemValuePath\":\"iacghygmtbiv\",\"itemTitlePath\":\"jn\",\"parameters\":{\"fzzmxqyjy\":{},\"rjpy\":{},\"kew\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xif\",\"itemsPath\":\"vhuovfotwv\",\"itemValuePath\":\"htdxd\",\"itemTitlePath\":\"dzdheknmcvmxiu\",\"itemFullTitlePath\":\"ifuahtkkccrusrzs\",\"itemIsParent\":\"qodyafayx\",\"selectableFilter\":\"vt\",\"parameters\":{\"o\":{},\"wslctilbxnny\":{},\"jt\":{},\"dfhpelzavohv\":{}}},\"browse\":{\"operationId\":\"cdrchue\",\"itemsPath\":\"liqcbonqjoek\",\"itemValuePath\":\"cglvobctit\",\"itemTitlePath\":\"rbalvkfdqi\",\"itemFullTitlePath\":\"rqhxfqkqp\",\"itemIsParent\":\"rqlazfjltckbjvd\",\"selectableFilter\":\"yf\",\"parameters\":{\"de\":{}}}}}},\"additionalProperties\":\"dataalkqlvbkz\",\"required\":[\"rnwwoiviniyoizuw\",\"zcri\"],\"maxProperties\":1047091530,\"minProperties\":1479560554,\"allOf\":[{\"ref\":\"albs\",\"type\":\"Array\",\"title\":\"j\",\"items\":{\"ref\":\"eaibqjbizbwxuy\",\"type\":\"Object\",\"title\":\"iwllxtclveqdqtzs\",\"items\":{\"ref\":\"wjxry\",\"type\":\"Object\",\"title\":\"gh\",\"items\":{},\"properties\":{\"dlkkwbdekbvdulmk\":{}},\"additionalProperties\":\"datadnxbssatpialrq\",\"required\":[\"xxccf\",\"fvoz\",\"iyvrexitpz\"],\"maxProperties\":112473964,\"minProperties\":796947635,\"allOf\":[{},{}],\"discriminator\":\"ujywwumbusnaw\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahmsobuahokiclr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"scidkwzn\":{},\"ttlizdoys\":{},\"z\":{}},\"additionalProperties\":\"dataogdjwuybcppdvuo\",\"required\":[\"kbp\"],\"maxProperties\":2059319100,\"minProperties\":664391551,\"allOf\":[{},{},{},{}],\"discriminator\":\"wauylkbd\",\"readOnly\":false,\"xml\":{\"name\":\"frtlukaf\",\"namespace\":\"ylempahyuxxeik\",\"prefix\":\"npw\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"e\":\"datavvysphjkxgfmesx\",\"anlvo\":\"dataqfynvckx\",\"qcuwtpss\":\"datarvzhdn\",\"nolspvxpiegxlzd\":\"dataq\"}},\"externalDocs\":{\"description\":\"ptzkmfvd\",\"uri\":\"cwosmnwsffi\",\"extensions\":{\"zhrhki\":\"datadfrzzxirxxkmozkd\"}},\"example\":\"datapyznjw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"nyjbzzwsesqytkt\",\"valuePath\":\"fgxorhsxcsoax\",\"parameters\":{\"xt\":\"datapk\",\"ihslnbyiow\":\"dataxynkubwk\"}},\"dynamicSchemaNew\":{\"operationId\":\"wjvxycygcvgebfe\",\"valuePath\":\"yan\",\"parameters\":{\"vttkgopdjqnsi\":{},\"ucqteciexscxhzh\":{}}},\"dynamicListNew\":{\"operationId\":\"yp\",\"builtInOperation\":\"w\",\"itemsPath\":\"cfamuikisppygoth\",\"itemValuePath\":\"irhhbogxw\",\"itemTitlePath\":\"pymyerpus\",\"parameters\":{\"outj\":{},\"iw\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"alz\":{\"ref\":\"joy\",\"type\":\"Boolean\",\"title\":\"okd\",\"items\":{},\"properties\":{\"zeowi\":{},\"vje\":{},\"zxkflz\":{},\"wkxxboauvkkco\":{}},\"additionalProperties\":\"datanwhld\",\"required\":[\"wc\"],\"maxProperties\":1626149009,\"minProperties\":1334629660,\"allOf\":[{},{},{}],\"discriminator\":\"tnlcvl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarbzzbhyagwxwcndk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataawkyxownoypqu\",\"required\":[\"iajicrsdgtjxlop\"],\"maxProperties\":471453249,\"minProperties\":65322636,\"allOf\":[{\"ref\":\"rszehijlwrfeab\",\"type\":\"Null\",\"title\":\"hjmg\",\"items\":{},\"properties\":{\"a\":{},\"l\":{}},\"additionalProperties\":\"dataxlrx\",\"required\":[\"mfqmvnhsfjxt\",\"sbjxpuokkdpts\",\"pg\",\"plonal\"],\"maxProperties\":1313462664,\"minProperties\":787059976,\"allOf\":[{},{}],\"discriminator\":\"yasjwnwnjdrnfgt\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanxqvzzi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"jyezlkuiveftugi\",\"type\":\"Boolean\",\"title\":\"fpmbpnrgn\",\"items\":{},\"properties\":{\"ufzaysfzuvuoxzyf\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"bqo\",\"kzueytphnaz\",\"gvfcu\"],\"maxProperties\":778724539,\"minProperties\":1900217981,\"allOf\":[{},{},{}],\"discriminator\":\"bqrlbyh\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqkrzvdj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"qfjwgphhpw\",\"type\":\"String\",\"title\":\"wfqzwysm\",\"items\":{},\"properties\":{\"d\":{},\"jsqepxft\":{}},\"additionalProperties\":\"datafad\",\"required\":[\"ifdrbsrpjs\",\"bibsn\",\"mfooi\"],\"maxProperties\":794493499,\"minProperties\":1574275310,\"allOf\":[{},{},{},{}],\"discriminator\":\"cu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databrewtfuxktsxn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mlpihtep\",\"type\":\"Object\",\"title\":\"brinvfcdsijs\",\"items\":{},\"properties\":{\"ntlxwayxujzoxgak\":{},\"tkr\":{},\"uc\":{},\"zwedm\":{}},\"additionalProperties\":\"dataulxgcemxo\",\"required\":[\"dvqan\"],\"maxProperties\":2035807964,\"minProperties\":809255506,\"allOf\":[{},{},{}],\"discriminator\":\"mgblqyfgzb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagzfgxwfxj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"n\",\"readOnly\":true,\"xml\":{\"name\":\"ghjxhpppnksqi\",\"namespace\":\"megjtoseohoygowd\",\"prefix\":\"zzugdorc\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"plpexhh\":\"datairtasep\"}},\"externalDocs\":{\"description\":\"tl\",\"uri\":\"zbiroxamnv\",\"extensions\":{\"nsihdzxeufj\":\"datajpba\"}},\"example\":\"datatzmmxdmppibv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hofyoqfvmvwplxmu\",\"valuePath\":\"tnneolghgtej\",\"parameters\":{\"cckjrqdtyk\":\"datals\"}},\"dynamicSchemaNew\":{\"operationId\":\"cjuuxq\",\"valuePath\":\"i\",\"parameters\":{\"rwciynjcvew\":{}}},\"dynamicListNew\":{\"operationId\":\"rnaktjopig\",\"builtInOperation\":\"hheqj\",\"itemsPath\":\"hrrxmc\",\"itemValuePath\":\"rqnuahhke\",\"itemTitlePath\":\"brbdujpsh\",\"parameters\":{\"ivrycyulwzjorv\":{},\"gmkkeles\":{},\"jckyocyb\":{},\"lwdmpsdfsla\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"pvqpqumexnpoaeru\",\"itemsPath\":\"fhltwlzlmpiprlc\",\"itemValuePath\":\"ewmnwyhql\",\"itemTitlePath\":\"mkmx\",\"itemFullTitlePath\":\"mkpa\",\"itemIsParent\":\"pwpbnjc\",\"selectableFilter\":\"wtuniumys\",\"parameters\":{\"dllbw\":{},\"mvhbzypmmyrggs\":{},\"ouzo\":{}}},\"browse\":{\"operationId\":\"qlwyqsxeq\",\"itemsPath\":\"t\",\"itemValuePath\":\"czcxouaneuepgq\",\"itemTitlePath\":\"akovslvwpvdm\",\"itemFullTitlePath\":\"c\",\"itemIsParent\":\"ucmiqsdsnu\",\"selectableFilter\":\"g\",\"parameters\":{\"tiuttkasxjkcl\":{},\"qpasrilet\":{}}}}},{\"ref\":\"lbhkij\",\"type\":\"Number\",\"title\":\"q\",\"items\":{\"ref\":\"rqiwxeppuhk\",\"type\":\"Null\",\"title\":\"kzvjyvobevfbmxz\",\"items\":{\"ref\":\"ghs\",\"type\":\"String\",\"title\":\"ajiobybyilhdbb\",\"items\":{},\"properties\":{\"yxhcw\":{},\"btegoachoj\":{},\"tlaqq\":{}},\"additionalProperties\":\"datagiplxrif\",\"required\":[\"kvfkvdbbpoi\"],\"maxProperties\":178164128,\"minProperties\":332647371,\"allOf\":[{},{},{}],\"discriminator\":\"ituufknarsc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datainzosxrs\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"xvezwwqchxowp\":{},\"vuxqactoqqehnqi\":{}},\"additionalProperties\":\"datagnvuolv\",\"required\":[\"nlbkizebbrwl\"],\"maxProperties\":60115677,\"minProperties\":1596919065,\"allOf\":[{}],\"discriminator\":\"qgetzgwyw\",\"readOnly\":false,\"xml\":{\"name\":\"amoa\",\"namespace\":\"qqiyjreh\",\"prefix\":\"chengmxpjkuq\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"gq\":\"dataxsqdzyyalrx\",\"seimuipggt\":\"dataqfwuplfjkbaxv\",\"dziphe\":\"datahxbfhbip\"}},\"externalDocs\":{\"description\":\"fz\",\"uri\":\"cleyam\",\"extensions\":{\"vbtkafcnfitpu\":\"datatjjhqvypqgncgw\",\"baw\":\"datakykdwyjdvyx\",\"goudcl\":\"datagy\",\"disjeovgc\":\"dataidqlynx\"}},\"example\":\"datachgjonrhdib\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"y\",\"valuePath\":\"eouiuvkcnqonjbb\",\"parameters\":{\"jsgbpj\":\"datafllzykzpjjdslpby\",\"vwbd\":\"datanblbkakn\",\"qilsbabqtjch\":\"datanddctkjcqhxdirt\",\"eiyem\":\"datasfwey\"}},\"dynamicSchemaNew\":{\"operationId\":\"szekdqqwc\",\"valuePath\":\"fhrndqymloslqg\",\"parameters\":{\"nqqzqdvgn\":{},\"mtkg\":{},\"yny\":{}}},\"dynamicListNew\":{\"operationId\":\"wphbuzmvjil\",\"builtInOperation\":\"bmfkctpa\",\"itemsPath\":\"hrjwyxduwimwnuvj\",\"itemValuePath\":\"wpfxi\",\"itemTitlePath\":\"fkmnj\",\"parameters\":{\"wmyjdbcknsojtmpd\":{},\"cbpkig\":{},\"vvaitkce\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ilnhkcxuou\":{\"ref\":\"tnppxxeysqenfwug\",\"type\":\"String\",\"title\":\"emunvzmvnbckl\",\"items\":{},\"properties\":{\"uk\":{},\"vfsukpkieal\":{},\"ckpnnenrcez\":{},\"or\":{}},\"additionalProperties\":\"datawkcohjxo\",\"required\":[\"vuamorhkneuuu\",\"rwizznkrarjiijpb\",\"chcwhlhdzdcrlf\"],\"maxProperties\":276713709,\"minProperties\":2112131761,\"allOf\":[{},{},{},{}],\"discriminator\":\"lzcrtmfvjzcv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataebvtkgzj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datazckogcvazoz\",\"required\":[\"yofts\",\"diydwklkuamxho\"],\"maxProperties\":1713065887,\"minProperties\":1874715368,\"allOf\":[{\"ref\":\"iz\",\"type\":\"Object\",\"title\":\"gmkztwzlwellh\",\"items\":{},\"properties\":{\"evrfuzedudktgd\":{},\"watfvjvumim\":{}},\"additionalProperties\":\"dataflhyc\",\"required\":[\"unvrqvxnoazar\",\"vcze\"],\"maxProperties\":603625657,\"minProperties\":1261827497,\"allOf\":[{},{},{},{}],\"discriminator\":\"ksddbdhgvjho\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasuxrsoxtxuu\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"bwvuwbbzcmp\",\"readOnly\":false,\"xml\":{\"name\":\"cl\",\"namespace\":\"mrg\",\"prefix\":\"yfmjckctybh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"mawxrg\":\"datatslmeyoncxje\"}},\"externalDocs\":{\"description\":\"n\",\"uri\":\"hhfhihwwkhi\",\"extensions\":{\"uttyi\":\"dataykxzc\",\"jz\":\"dataps\",\"anzpzmo\":\"datavojwjanzolqq\",\"yowisqfifmit\":\"dataupqlusxkzdnot\"}},\"example\":\"dataypkiqlo\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"eim\",\"valuePath\":\"otynaehl\",\"parameters\":{\"aihescjvzlgcliaj\":\"datam\"}},\"dynamicSchemaNew\":{\"operationId\":\"vihy\",\"valuePath\":\"p\",\"parameters\":{\"exvt\":{}}},\"dynamicListNew\":{\"operationId\":\"symgkirf\",\"builtInOperation\":\"tz\",\"itemsPath\":\"oilipmuufsek\",\"itemValuePath\":\"pufhwpkpejfszw\",\"itemTitlePath\":\"mswb\",\"parameters\":{\"fw\":{},\"cnzfajpt\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"appafjcdcc\",\"itemsPath\":\"ae\",\"itemValuePath\":\"zqwytgggidrxd\",\"itemTitlePath\":\"jchz\",\"itemFullTitlePath\":\"wcpqkpgbssjq\",\"itemIsParent\":\"tcvdzytsd\",\"selectableFilter\":\"bkorpu\",\"parameters\":{\"ppnjzbuvmfsfru\":{},\"nqfnz\":{},\"ypp\":{},\"ul\":{}}},\"browse\":{\"operationId\":\"upprdjfe\",\"itemsPath\":\"ozuzxoya\",\"itemValuePath\":\"hjeuewa\",\"itemTitlePath\":\"xkvruryyqyt\",\"itemFullTitlePath\":\"jhokhijghpvjq\",\"itemIsParent\":\"kikdatbwyarqt\",\"selectableFilter\":\"jblhefq\",\"parameters\":{\"nxtpzdgyilwu\":{},\"klbjlnbxouc\":{},\"ddplgjfhvia\":{}}}}}],\"discriminator\":\"keacmadyoctmda\",\"readOnly\":false,\"xml\":{\"name\":\"t\",\"namespace\":\"es\",\"prefix\":\"toeteufg\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"zoxhoiogpbogpbw\":\"databpefrfugthcd\",\"jpkbrvmzu\":\"datafoxlzr\",\"qjtza\":\"dataqkrq\"}},\"externalDocs\":{\"description\":\"rvgit\",\"uri\":\"jixkepl\",\"extensions\":{\"iyqv\":\"datahnizvvekp\",\"vxmiooqekzxq\":\"datahtyafcvtos\",\"rhkwh\":\"datazsngltlbsnlfplx\"}},\"example\":\"datarhwuujymyjvkoyjg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"qmchlhzngmwem\",\"valuePath\":\"qmkjsvxbagcc\",\"parameters\":{\"cntqoszrwkkxdnxu\":\"dataoqlowe\"}},\"dynamicSchemaNew\":{\"operationId\":\"doitdfcnxrbyv\",\"valuePath\":\"vgztjtzsgenbdq\",\"parameters\":{\"yafszxnzjx\":{\"operationId\":\"jcngjcdyk\",\"valuePath\":\"nfvzbvtxgsnu\",\"parameters\":{\"jcwggji\":{},\"l\":{},\"bmhsfgaxuvae\":{}}}}},\"dynamicListNew\":{\"operationId\":\"fvdlptu\",\"builtInOperation\":\"gpdzlfxbiq\",\"itemsPath\":\"mxynw\",\"itemValuePath\":\"fnoiphwaedpugxjt\",\"itemTitlePath\":\"idjwszxm\",\"parameters\":{\"rqbfimageiqjne\":{\"operationId\":\"yjwadvfqrvtymnc\",\"valuePath\":\"dmjdp\",\"parameters\":{\"pjrbnzbe\":{}}},\"x\":{\"operationId\":\"hxsk\",\"valuePath\":\"srpjmevszbjnqkt\",\"parameters\":{\"jckm\":{},\"b\":{},\"xxdxnhinn\":{},\"akqwtozxltjsf\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"rbtazopfhhtfmhm\",\"itemsPath\":\"nppucfvxqr\",\"itemValuePath\":\"crhzecnvdumi\",\"itemTitlePath\":\"xmrntphy\",\"itemFullTitlePath\":\"eddtkpys\",\"itemIsParent\":\"lpjabz\",\"selectableFilter\":\"buzaxmkuthooaic\",\"parameters\":{\"fugqfcoraj\":{\"selectedItemValuePath\":\"wwvb\",\"value\":\"dataibivhjryppmmtq\",\"parameterReference\":\"i\",\"required\":false}}},\"browse\":{\"operationId\":\"lkffgyfehjs\",\"itemsPath\":\"euvy\",\"itemValuePath\":\"mbz\",\"itemTitlePath\":\"fxfyzqrsu\",\"itemFullTitlePath\":\"lsud\",\"itemIsParent\":\"iycepjkllyeds\",\"selectableFilter\":\"mbvirnxeyu\",\"parameters\":{\"ewtlfsw\":{\"selectedItemValuePath\":\"pyidecff\",\"value\":\"dataizwqzbsqwjypi\",\"parameterReference\":\"zczswhdgl\",\"required\":false},\"woetjrfruc\":{\"selectedItemValuePath\":\"wnffczwzrxvvblbn\",\"value\":\"dataiy\",\"parameterReference\":\"iqdcjgbmcwm\",\"required\":true}}}}},\"properties\":{\"obuwhutvcdtgxsy\":{\"ref\":\"dxbpvbsibzm\",\"type\":\"Number\",\"title\":\"oexpothtpaqmf\",\"items\":{\"ref\":\"shq\",\"type\":\"String\",\"title\":\"kymqmgudvy\",\"items\":{\"ref\":\"uvejlcwdgekkjv\",\"type\":\"Null\",\"title\":\"qh\",\"items\":{\"ref\":\"yir\",\"type\":\"Number\",\"title\":\"doxpvqpblqubfpe\",\"items\":{},\"properties\":{\"ynheamzlqvaj\":{},\"tsvc\":{},\"sythuioixpfgqlw\":{},\"ojwvvqcjrmnverbf\":{}},\"additionalProperties\":\"datahuw\",\"required\":[\"tqeyonmoigawl\",\"jw\",\"rovjvjjuypcn\"],\"maxProperties\":1596254728,\"minProperties\":544101742,\"allOf\":[{},{},{},{}],\"discriminator\":\"jzmfpspaxhfu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasjcpfepylms\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"yzrd\":{},\"fmmwkakyxyksd\":{},\"lrwqm\":{}},\"additionalProperties\":\"datavbhtueynx\",\"required\":[\"nwcekqsbnca\",\"fapzebjeg\",\"wgverbywu\"],\"maxProperties\":1452499326,\"minProperties\":1288400249,\"allOf\":[{},{},{}],\"discriminator\":\"zdwhxputk\",\"readOnly\":false,\"xml\":{\"name\":\"wzvdfeyaevzjqfx\",\"namespace\":\"yjzu\",\"prefix\":\"xb\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"fyevhurklow\":\"datamdypsxkw\",\"lyoix\":\"datadrvzcl\",\"nqizvsih\":\"dataei\"}},\"externalDocs\":{\"description\":\"xjcajhsjuq\",\"uri\":\"zrnubod\",\"extensions\":{\"lgorvum\":\"dataxkianpgugrjxx\"}},\"example\":\"databzslmffcttkprx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"p\",\"valuePath\":\"bebafiqxomevke\",\"parameters\":{\"cxtnbutytoaini\":\"datadv\",\"eylackobkrgry\":\"datanxhzqgbaqv\"}},\"dynamicSchemaNew\":{\"operationId\":\"xwxlhyszhxot\",\"valuePath\":\"yifjufzlg\",\"parameters\":{\"mtghmnuzyy\":{}}},\"dynamicListNew\":{\"operationId\":\"xy\",\"builtInOperation\":\"wde\",\"itemsPath\":\"rycixjg\",\"itemValuePath\":\"mochpwwykfytjkzt\",\"itemTitlePath\":\"kwqvckh\",\"parameters\":{\"dm\":{},\"adcojfuvmj\":{},\"xwazyvib\":{},\"oe\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"b\":{\"ref\":\"dl\",\"type\":\"Object\",\"title\":\"aapzrkhptyhziqe\",\"items\":{},\"properties\":{\"aotavwmrfqt\":{},\"gdfecju\":{},\"cyrwvoohmcw\":{}},\"additionalProperties\":\"dataaczypslf\",\"required\":[\"wonbtgpe\",\"zuzxoeouf\",\"cjwgfhdfomsc\"],\"maxProperties\":521390190,\"minProperties\":689577159,\"allOf\":[{}],\"discriminator\":\"jg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataeqhtngrxf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"xrai\":{\"ref\":\"egez\",\"type\":\"String\",\"title\":\"iisms\",\"items\":{},\"properties\":{\"cmazilq\":{},\"vmiproqpybzykm\":{},\"k\":{}},\"additionalProperties\":\"databqkmtwuaqqqtmp\",\"required\":[\"c\",\"ltwedllp\",\"oebo\",\"hyiohcj\"],\"maxProperties\":1383803264,\"minProperties\":525402712,\"allOf\":[{},{},{}],\"discriminator\":\"szmyxgu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamwzplcrzdwe\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mch\":{\"ref\":\"eddnqmnzchrhcfe\",\"type\":\"Array\",\"title\":\"cuxt\",\"items\":{},\"properties\":{\"ojqoxpw\":{},\"hvfdosq\":{},\"doyqbpzxushmltih\":{},\"cptvkbcykntdzze\":{}},\"additionalProperties\":\"datazpggsyeydctjnei\",\"required\":[\"tlzbwbyvjisp\",\"gkhvpvbzmy\",\"vhxstxsfztlv\",\"dmfshhc\"],\"maxProperties\":1612614119,\"minProperties\":529520,\"allOf\":[{},{},{},{}],\"discriminator\":\"whdy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajdbzfia\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"k\":{\"ref\":\"mcjjxx\",\"type\":\"Object\",\"title\":\"mjurtnolzioh\",\"items\":{},\"properties\":{\"keplfwyk\":{},\"pojenpsf\":{},\"pizefajgbleh\":{}},\"additionalProperties\":\"dataeua\",\"required\":[\"fnzcevfbiekydkj\",\"k\"],\"maxProperties\":427464375,\"minProperties\":1014606687,\"allOf\":[{},{},{}],\"discriminator\":\"yrvdszrizpej\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqtcgswmh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datairjuingnfu\",\"required\":[\"zg\",\"syiwm\"],\"maxProperties\":2023681874,\"minProperties\":1649500805,\"allOf\":[{\"ref\":\"tbwzjbqzqwbhz\",\"type\":\"Null\",\"title\":\"db\",\"items\":{},\"properties\":{\"sbekvprkwp\":{}},\"additionalProperties\":\"dataieqcnvgzshfaf\",\"required\":[\"xaeiue\",\"k\"],\"maxProperties\":1982848049,\"minProperties\":1083554549,\"allOf\":[{},{},{}],\"discriminator\":\"raep\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datarizkabafdlsiz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hbdxs\",\"type\":\"Number\",\"title\":\"uuwuung\",\"items\":{},\"properties\":{\"drcpqu\":{}},\"additionalProperties\":\"datanlgttvonwrpelie\",\"required\":[\"mtkcqix\",\"qxsu\",\"ev\"],\"maxProperties\":1227142218,\"minProperties\":1994262703,\"allOf\":[{},{},{}],\"discriminator\":\"afqaghwqumecqyia\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataodkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"tgzvzcfmwfogj\",\"readOnly\":false,\"xml\":{\"name\":\"p\",\"namespace\":\"joclvfz\",\"prefix\":\"krmptapyqees\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"wrvtflot\":\"dataulfjlmwhvjb\"}},\"externalDocs\":{\"description\":\"viswixlvnwzn\",\"uri\":\"apy\",\"extensions\":{\"fwmajllatbldhc\":\"datalbdtrwkpelyg\",\"slylioguwsh\":\"datahwnithxnainssvrk\"}},\"example\":\"datacpbmyghq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"blwkqztqrnre\",\"valuePath\":\"fmnrweevtun\",\"parameters\":{\"qvg\":\"datalugvsjfps\",\"gxcewz\":\"dataaymfkexhiwmkljh\",\"crcctted\":\"dataoxzkk\"}},\"dynamicSchemaNew\":{\"operationId\":\"bvsjuthsyse\",\"valuePath\":\"lncyq\",\"parameters\":{\"xe\":{}}},\"dynamicListNew\":{\"operationId\":\"zdwerjck\",\"builtInOperation\":\"dl\",\"itemsPath\":\"gtptmnd\",\"itemValuePath\":\"foiavpg\",\"itemTitlePath\":\"tnsiu\",\"parameters\":{\"tjwsdxyzgrrllz\":{},\"xgomhenqnovt\":{},\"kobxvexusjfjuphj\":{},\"ueksvjtgpy\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"qm\",\"itemsPath\":\"jdkvyzilr\",\"itemValuePath\":\"gow\",\"itemTitlePath\":\"xjqru\",\"itemFullTitlePath\":\"mbqyfecnsq\",\"itemIsParent\":\"wfuw\",\"selectableFilter\":\"kc\",\"parameters\":{\"zibhwybwmeb\":{}}},\"browse\":{\"operationId\":\"wcf\",\"itemsPath\":\"x\",\"itemValuePath\":\"rppwksixho\",\"itemTitlePath\":\"vydxjkdsqea\",\"itemFullTitlePath\":\"dqttiqwixsdx\",\"itemIsParent\":\"lw\",\"selectableFilter\":\"ahb\",\"parameters\":{\"gu\":{},\"et\":{},\"bqhyszflzj\":{},\"dciwxlgg\":{}}}}},\"properties\":{\"omsqarbtrkd\":{\"ref\":\"yfklbgshbkd\",\"type\":\"Boolean\",\"title\":\"sqznv\",\"items\":{\"ref\":\"trashnf\",\"type\":\"Object\",\"title\":\"kloeqxccpq\",\"items\":{},\"properties\":{\"ehzipy\":{},\"af\":{},\"uu\":{},\"oqqseoinxkot\":{}},\"additionalProperties\":\"datanlgnwwjikgp\",\"required\":[\"zzkzi\",\"pjnhhiofcnyzqz\"],\"maxProperties\":1301825066,\"minProperties\":1127691950,\"allOf\":[{},{}],\"discriminator\":\"mllegucemagsyljw\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahlajmikqvnrj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"gyrldo\":{},\"lldglzdkxftjre\":{},\"erkvbdvlaz\":{}},\"additionalProperties\":\"dataaujjryztg\",\"required\":[\"rvffjpwszlfyft\",\"aetcplxidiuxzzh\",\"daxvirpuwacfqn\"],\"maxProperties\":1744967867,\"minProperties\":598548239,\"allOf\":[{}],\"discriminator\":\"byzrpqehrdldvx\",\"readOnly\":false,\"xml\":{\"name\":\"npa\",\"namespace\":\"zfy\",\"prefix\":\"gklywdlxmyoqmam\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"xsucforgcufiphn\":\"datazwntnlyrpbmdwi\",\"ybfso\":\"dataoizzzk\"}},\"externalDocs\":{\"description\":\"tqkdzu\",\"uri\":\"ldzkvbebdjsaoggd\",\"extensions\":{\"ooyxc\":\"datakoxlccj\",\"jhqq\":\"datazzogz\",\"aarrrgjnqkuca\":\"databwidsbdftbxruuu\"}},\"example\":\"datanpwgchl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fittheax\",\"valuePath\":\"hflnlutacsslel\",\"parameters\":{\"gqtcxyrslegh\":\"datakqurrtc\",\"yv\":\"datazsmjjsvymozry\",\"quazo\":\"dataxmspjqafsxv\"}},\"dynamicSchemaNew\":{\"operationId\":\"xk\",\"valuePath\":\"utizpv\",\"parameters\":{\"gxsdolodfod\":{},\"khaogewdhln\":{}}},\"dynamicListNew\":{\"operationId\":\"tuoarjir\",\"builtInOperation\":\"cuyqt\",\"itemsPath\":\"rzdjgmgfayvbs\",\"itemValuePath\":\"envpz\",\"itemTitlePath\":\"zpizgaujv\",\"parameters\":{\"fybx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"rmepbmo\":{\"ref\":\"efijpjiudnust\",\"type\":\"Array\",\"title\":\"oh\",\"items\":{\"ref\":\"nhb\",\"type\":\"Number\",\"title\":\"uvrlxzq\",\"items\":{},\"properties\":{\"rhyx\":{},\"wqyousqmern\":{}},\"additionalProperties\":\"dataplgmem\",\"required\":[\"u\",\"m\",\"x\",\"mkchjdxrbbhukx\"],\"maxProperties\":611302361,\"minProperties\":1859267668,\"allOf\":[{},{},{},{}],\"discriminator\":\"pgadesnesgnx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafvs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"znoejqduyqbzjyza\":{}},\"additionalProperties\":\"datapbn\",\"required\":[\"x\",\"opryutxasnigh\",\"xi\",\"hiihg\"],\"maxProperties\":1580913670,\"minProperties\":1964404510,\"allOf\":[{}],\"discriminator\":\"ymip\",\"readOnly\":false,\"xml\":{\"name\":\"t\",\"namespace\":\"gugwhkwypbqnxpoh\",\"prefix\":\"kmbajy\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zutxtidsxrexbarg\":\"datadpzhqec\",\"omowucjznnowp\":\"datamemopypc\",\"wsrmegph\":\"dataxuuv\",\"fkjd\":\"dataj\"}},\"externalDocs\":{\"description\":\"tqjabwtk\",\"uri\":\"ytvqyirupsuyq\",\"extensions\":{\"exzylqhewhcchexc\":\"datanavxzpyap\",\"dwolfmfazxw\":\"datarmyniwggmi\",\"fswohddliik\":\"dataaicdpjtt\",\"gemtnbkevuuky\":\"dataosqpli\"}},\"example\":\"dataksncrzbtlrbzqt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"f\",\"valuePath\":\"ftohdlpcixpx\",\"parameters\":{\"azylaya\":\"datahivhyujqxyfb\",\"gcn\":\"datardnovuduwwjo\"}},\"dynamicSchemaNew\":{\"operationId\":\"ci\",\"valuePath\":\"wwhyejh\",\"parameters\":{\"fcfyzwkmrjfsq\":{},\"cfqa\":{},\"oveqowqodi\":{}}},\"dynamicListNew\":{\"operationId\":\"sxwiicfsbjhha\",\"builtInOperation\":\"dow\",\"itemsPath\":\"qk\",\"itemValuePath\":\"axpbieehpvqf\",\"itemTitlePath\":\"rrjprygjgyovc\",\"parameters\":{\"iismaggktcoyk\":{},\"bkkcxcmjkronxm\":{},\"rhwwdfnc\":{},\"utyszhzlvkmirn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datafpks\",\"required\":[\"yohfrlyynkgnych\"],\"maxProperties\":698428562,\"minProperties\":1604188770,\"allOf\":[{\"ref\":\"hjgli\",\"type\":\"Array\",\"title\":\"dgnuoewfgt\",\"items\":{\"ref\":\"fix\",\"type\":\"Number\",\"title\":\"vexjqdjkonbgegw\",\"items\":{},\"properties\":{\"rppmvnoqtwqci\":{},\"awhkdkvaqspbds\":{}},\"additionalProperties\":\"datatidikxmtmj\",\"required\":[\"rj\",\"grjsqtirhabh\",\"pcvsd\",\"jmbydrg\"],\"maxProperties\":1337384610,\"minProperties\":1805094693,\"allOf\":[{},{},{},{}],\"discriminator\":\"xr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauogmth\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"lkfjgjlwfssg\":{},\"ebqvu\":{}},\"additionalProperties\":\"datamcegyi\",\"required\":[\"uplamdgffvxnisoo\",\"wfdtjpsjwlpcxl\",\"zzcdrgtu\"],\"maxProperties\":1108770912,\"minProperties\":555522956,\"allOf\":[{},{}],\"discriminator\":\"axvhjrpbnrolgel\",\"readOnly\":true,\"xml\":{\"name\":\"jtxuuwdmrq\",\"namespace\":\"lbyjahbzbtl\",\"prefix\":\"cbwmvp\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"uqgjibr\":\"dataelrlazcgwnibn\",\"uhumgw\":\"dataxiaocr\",\"okoxqboz\":\"datapugnvhtgwadu\",\"kqobovqlltql\":\"datazxzwinrg\"}},\"externalDocs\":{\"description\":\"krnrbnjkcoloz\",\"uri\":\"yputawdmdikuf\",\"extensions\":{\"xkzhvfojcvnhpebu\":\"datavkujzofyl\"}},\"example\":\"datawkysgqacbeauv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"mguifqjtoxz\",\"valuePath\":\"ljpzauugdar\",\"parameters\":{\"iismokfdyb\":\"dataitj\",\"bgmjrvrsqrjco\":\"datay\",\"gffpvvqwvvnxoqaa\":\"datarwrylcttvxk\"}},\"dynamicSchemaNew\":{\"operationId\":\"l\",\"valuePath\":\"wwtevfeu\",\"parameters\":{\"tsztxoswvfrym\":{},\"qfksqfcxdleohys\":{},\"gkbaxygwvtkrq\":{},\"yuqdsjjqz\":{}}},\"dynamicListNew\":{\"operationId\":\"jmeipfo\",\"builtInOperation\":\"aqyxkloabcox\",\"itemsPath\":\"avj\",\"itemValuePath\":\"e\",\"itemTitlePath\":\"asv\",\"parameters\":{\"bvolivianklqclft\":{},\"neouxpdnlbp\":{},\"bc\":{},\"ohnroa\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"ur\",\"type\":\"File\",\"title\":\"pxghwfiyu\",\"items\":{\"ref\":\"grzfs\",\"type\":\"Boolean\",\"title\":\"okwnzotjbvhuidlo\",\"items\":{},\"properties\":{\"ylkkqvmmmwelj\":{},\"auegymcmnsmnjitx\":{}},\"additionalProperties\":\"datahlbibwodayi\",\"required\":[\"hkioec\",\"byoxpvbv\",\"chfuxuqpdde\"],\"maxProperties\":2097768949,\"minProperties\":255515962,\"allOf\":[{},{},{},{}],\"discriminator\":\"hdixnzapzi\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazkzvfywspaj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nmhxtmzz\":{},\"autsrvsbknvouy\":{}},\"additionalProperties\":\"dataajjgvusnw\",\"required\":[\"j\",\"wctlsohrtgpvv\",\"btegiw\",\"meyaoy\"],\"maxProperties\":1368647715,\"minProperties\":1045907240,\"allOf\":[{}],\"discriminator\":\"imna\",\"readOnly\":false,\"xml\":{\"name\":\"f\",\"namespace\":\"thiecuflazfotrpk\",\"prefix\":\"amdorgljekhdsfgj\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"vxmysc\":\"databglni\"}},\"externalDocs\":{\"description\":\"voexkonciacdl\",\"uri\":\"hs\",\"extensions\":{\"ftniffajn\":\"dataxkctedh\",\"yjuy\":\"datawby\",\"sigkinykjxq\":\"dataylbbugojdzcluy\"}},\"example\":\"datapeqgedpizjqp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"diverkwmafyxo\",\"valuePath\":\"kvutedetx\",\"parameters\":{\"xahnqjbavdblfef\":\"dataudjdwcwjacdbkce\",\"fwrerbndr\":\"databvitlnnpaf\"}},\"dynamicSchemaNew\":{\"operationId\":\"nstl\",\"valuePath\":\"mdcctemv\",\"parameters\":{\"yitpy\":{}}},\"dynamicListNew\":{\"operationId\":\"ihkswurzaqubr\",\"builtInOperation\":\"vbvjyfd\",\"itemsPath\":\"upjozgryoc\",\"itemValuePath\":\"k\",\"itemTitlePath\":\"ilyznbb\",\"parameters\":{\"xz\":{},\"fo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"swznlbbhtl\",\"type\":\"Object\",\"title\":\"izbe\",\"items\":{\"ref\":\"aghltndsazgnyfh\",\"type\":\"Integer\",\"title\":\"agnbhzteninafyag\",\"items\":{},\"properties\":{\"etzkcol\":{},\"cls\":{},\"qvxzicuruf\":{},\"gpbv\":{}},\"additionalProperties\":\"datakpzdkiyww\",\"required\":[\"xuhzixra\",\"btqejfqghg\"],\"maxProperties\":1512572967,\"minProperties\":334023550,\"allOf\":[{}],\"discriminator\":\"e\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datartiqpjlaka\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qxqjzmosmlh\":{},\"ppfgtnsxdj\":{},\"ztnjpkpmdlttm\":{}},\"additionalProperties\":\"datademliaaiqyxlro\",\"required\":[\"ebsxcn\",\"q\",\"cbtyor\",\"rdamyumr\"],\"maxProperties\":1189139330,\"minProperties\":464729488,\"allOf\":[{},{},{}],\"discriminator\":\"uygjwqmkakg\",\"readOnly\":true,\"xml\":{\"name\":\"ob\",\"namespace\":\"gyheyayktutflhe\",\"prefix\":\"xefs\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"hkhjldwxdq\":\"dataexwgzszjqzmqjhgh\",\"ym\":\"datajhtgncfbjvmdkgvu\"}},\"externalDocs\":{\"description\":\"uhwuoxeuiaizzj\",\"uri\":\"mygzj\",\"extensions\":{\"afdbjx\":\"datalq\",\"gn\":\"datacruleimswxo\"}},\"example\":\"datamjmpgzetuvfp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"eptnqsnpafkspr\",\"valuePath\":\"jwbeeolmo\",\"parameters\":{\"dygaph\":\"dataolwfkbdwzvhtg\"}},\"dynamicSchemaNew\":{\"operationId\":\"ivazfnbzcjmsrorj\",\"valuePath\":\"yxkcvahvb\",\"parameters\":{\"t\":{},\"ivwven\":{},\"icyctak\":{}}},\"dynamicListNew\":{\"operationId\":\"yholsmah\",\"builtInOperation\":\"chvskq\",\"itemsPath\":\"bigozrvlkl\",\"itemValuePath\":\"rlysseo\",\"itemTitlePath\":\"pgs\",\"parameters\":{\"jgmogmcjnq\":{},\"ukbwypcvqfz\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"rizflwlkov\",\"type\":\"Number\",\"title\":\"fcdp\",\"items\":{\"ref\":\"mwpm\",\"type\":\"Boolean\",\"title\":\"jqsxfp\",\"items\":{},\"properties\":{\"vrejkvc\":{},\"m\":{},\"brdwfhhwt\":{}},\"additionalProperties\":\"datagefaycbvgotbjnx\",\"required\":[\"otxn\",\"ovflxluvmsgdi\"],\"maxProperties\":1905664973,\"minProperties\":322956843,\"allOf\":[{},{},{}],\"discriminator\":\"ozdvok\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadikdbqeahgsib\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"znzaxzfhhhgy\":{}},\"additionalProperties\":\"datagnrya\",\"required\":[\"dxauihnbrdh\",\"dwyehqnxuffgjyn\",\"inhvdkqigppdqsqs\"],\"maxProperties\":926941607,\"minProperties\":358866752,\"allOf\":[{}],\"discriminator\":\"uhuruouqyotap\",\"readOnly\":false,\"xml\":{\"name\":\"nqjpcu\",\"namespace\":\"xoymfkumbysgsqz\",\"prefix\":\"rvf\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"vik\":\"datarxrpahp\",\"fq\":\"dataenmiflk\"}},\"externalDocs\":{\"description\":\"lnxhsupilhxtab\",\"uri\":\"lyoomgsejisydh\",\"extensions\":{\"f\":\"dataxnkluq\",\"xuvprbjxewcscuve\":\"dataglftlqakie\"}},\"example\":\"datafarinufzi\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ahym\",\"valuePath\":\"kjtdhmigkw\",\"parameters\":{\"fshdaehxv\":\"dataxgienylsijqyg\",\"slmllbpegcetez\":\"dataifdsafgkysymhu\"}},\"dynamicSchemaNew\":{\"operationId\":\"wszrbttzsqeyr\",\"valuePath\":\"h\",\"parameters\":{\"yxxszpa\":{},\"ecurf\":{}}},\"dynamicListNew\":{\"operationId\":\"shfmgi\",\"builtInOperation\":\"urveekhsmulvmywo\",\"itemsPath\":\"kpuuuxiuwhcyc\",\"itemValuePath\":\"kmufipygtmoycp\",\"itemTitlePath\":\"maosongtbh\",\"parameters\":{\"qvubwwqgiyujnr\":{},\"wjxmwalhlj\":{},\"nsnbpiuvqhod\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"snpbsungnj\",\"readOnly\":false,\"xml\":{\"name\":\"fbjuc\",\"namespace\":\"gzjyrdiiwhmrhz\",\"prefix\":\"vpjydwmaqeytjp\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"qlvlbjzscrjtn\":\"datadcsvzugiurh\",\"pobjufksddxk\":\"datab\",\"lsrguecbthauivg\":\"dataiwxlylxfpvoylf\",\"edqgyrvulz\":\"dataime\"}},\"externalDocs\":{\"description\":\"ckpdpdcnr\",\"uri\":\"skikqdqiybqtl\",\"extensions\":{\"etiznnnadnp\":\"datajj\",\"cccdu\":\"datasbpxlserqgxnh\"}},\"example\":\"datayb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"pmeglolpotclmbk\",\"valuePath\":\"jryt\",\"parameters\":{\"j\":\"datano\"}},\"dynamicSchemaNew\":{\"operationId\":\"nthjqgovviv\",\"valuePath\":\"xytrafettwytavp\",\"parameters\":{\"oujtcp\":{\"operationId\":\"yqluolgs\",\"valuePath\":\"qsapnhhvpb\",\"parameters\":{\"urqviyfksegwezgf\":{}}},\"klqr\":{\"operationId\":\"dzlyogzba\",\"valuePath\":\"ckakikkkajmnvbi\",\"parameters\":{\"krqdycoebg\":{},\"xx\":{}}}}},\"dynamicListNew\":{\"operationId\":\"gsaaday\",\"builtInOperation\":\"eqedft\",\"itemsPath\":\"gm\",\"itemValuePath\":\"kt\",\"itemTitlePath\":\"zyvzixmusiidivbb\",\"parameters\":{\"oukaffzzf\":{\"operationId\":\"liqntnoegxo\",\"valuePath\":\"uc\",\"parameters\":{\"ytwda\":{},\"exisa\":{},\"ygi\":{}}},\"mixjudbiacu\":{\"operationId\":\"vfiypfvwyzjs\",\"valuePath\":\"orvigrxmptu\",\"parameters\":{\"kb\":{},\"qghxdpgihf\":{},\"mlyx\":{}}},\"al\":{\"operationId\":\"ucmfuvu\",\"valuePath\":\"vbujw\",\"parameters\":{\"ijpyyvecruhqymwd\":{},\"thkt\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"xkkoypxwlvthiva\",\"itemsPath\":\"axoswqw\",\"itemValuePath\":\"lrzlgk\",\"itemTitlePath\":\"pd\",\"itemFullTitlePath\":\"erxfe\",\"itemIsParent\":\"mzsekvsuzyowr\",\"selectableFilter\":\"vofrenuvp\",\"parameters\":{\"tnyyeyjatfpbxnre\":{},\"pgqxt\":{}}},\"browse\":{\"operationId\":\"uqtximrxey\",\"itemsPath\":\"ynxbuvyglfyfcs\",\"itemValuePath\":\"jhoxtbsybpefojp\",\"itemTitlePath\":\"xdgqjkfvmrnwg\",\"itemFullTitlePath\":\"j\",\"itemIsParent\":\"feiiri\",\"selectableFilter\":\"jdnknbt\",\"parameters\":{\"depqtzzhkpkonovf\":{}}}}},\"lfs\":{\"ref\":\"hgmmzxpsrlbppjq\",\"type\":\"Null\",\"title\":\"daos\",\"items\":{\"ref\":\"alljsoasxjjklm\",\"type\":\"Array\",\"title\":\"osxfdxr\",\"items\":{\"ref\":\"mbbhluvdce\",\"type\":\"Integer\",\"title\":\"no\",\"items\":{\"ref\":\"reiwdskie\",\"type\":\"Array\",\"title\":\"nal\",\"items\":{},\"properties\":{\"asqolxaodb\":{},\"gxbadborq\":{},\"mihggvyhqwyxb\":{},\"trv\":{}},\"additionalProperties\":\"datanls\",\"required\":[\"ifkdsclqwkddg\",\"pu\"],\"maxProperties\":1281097844,\"minProperties\":1048287687,\"allOf\":[{}],\"discriminator\":\"shaqfueqfniagz\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mt\":{},\"yguuhylzbd\":{}},\"additionalProperties\":\"datatdohjxfqyyu\",\"required\":[\"l\",\"znxhbttkkicxjxu\"],\"maxProperties\":2118215440,\"minProperties\":327803000,\"allOf\":[{},{}],\"discriminator\":\"kqjrbbl\",\"readOnly\":false,\"xml\":{\"name\":\"xpnkxcljnk\",\"namespace\":\"fsquxxqc\",\"prefix\":\"nchvkjwriva\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"kbp\":\"datapsybdgtfozysfjdc\",\"neltnbyvbgrdr\":\"datapqelmszob\"}},\"externalDocs\":{\"description\":\"dudw\",\"uri\":\"dsybiazfvxdkwvc\",\"extensions\":{\"iojusmdodku\":\"datayxbyqqonkre\",\"yykx\":\"dataycntaov\",\"wvswlhjlbkq\":\"datafpkdsldyw\",\"hpn\":\"datags\"}},\"example\":\"dataltjekqzfwlkyr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ubzf\",\"valuePath\":\"yuqecwrtre\",\"parameters\":{\"fpkymqnvvwfaor\":\"datazsnfgmohhcghvsmv\",\"oa\":\"datalboawzplwghfg\",\"tcxqkohupyaj\":\"datamtupr\"}},\"dynamicSchemaNew\":{\"operationId\":\"jparjvsbozfjb\",\"valuePath\":\"yxhjf\",\"parameters\":{\"wmrdlnbklhwrikr\":{},\"ljbhgzffemry\":{}}},\"dynamicListNew\":{\"operationId\":\"obbzcdlc\",\"builtInOperation\":\"umvbhbli\",\"itemsPath\":\"xolzinxxjfixr\",\"itemValuePath\":\"wxcaa\",\"itemTitlePath\":\"lqosgzgsgzlbunmj\",\"parameters\":{\"fiyrywf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ukurkg\":{\"ref\":\"jm\",\"type\":\"File\",\"title\":\"fkiiarl\",\"items\":{},\"properties\":{\"fjdtykhsafrf\":{},\"wuebrvrh\":{}},\"additionalProperties\":\"datakfffvgb\",\"required\":[\"ipy\"],\"maxProperties\":508389668,\"minProperties\":1600191773,\"allOf\":[{},{},{},{}],\"discriminator\":\"vkm\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakyvybljqgirpi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"crnxstowvg\":{\"ref\":\"xqanrk\",\"type\":\"File\",\"title\":\"fsvfbjcnadwrb\",\"items\":{},\"properties\":{\"hppykrlzua\":{},\"s\":{},\"xpolatorjmsab\":{}},\"additionalProperties\":\"datauxlthyxryvwnzh\",\"required\":[\"ddgb\",\"nqvbnybffcvtij\"],\"maxProperties\":44915155,\"minProperties\":941371808,\"allOf\":[{},{},{}],\"discriminator\":\"gvgogczgcm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadgyqenicrznaml\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datafvsqly\",\"required\":[\"aoqkcit\",\"buzvaxl\"],\"maxProperties\":1503217622,\"minProperties\":1397624878,\"allOf\":[{\"ref\":\"tsauvprqzpfpbx\",\"type\":\"File\",\"title\":\"kkoyzsy\",\"items\":{},\"properties\":{\"ldonsekazxewnlpc\":{},\"hczqm\":{},\"xmyfrmfclkyncjya\":{},\"zzcbohbbavode\":{}},\"additionalProperties\":\"datauabqb\",\"required\":[\"bjct\"],\"maxProperties\":706686526,\"minProperties\":997388279,\"allOf\":[{}],\"discriminator\":\"orvpcoxdl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamnp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hbefivozrdzrikw\",\"type\":\"Null\",\"title\":\"vrkxpbjgozoelam\",\"items\":{},\"properties\":{\"ctrwrvnsc\":{},\"acbrywqqeztlf\":{}},\"additionalProperties\":\"datalgxrsn\",\"required\":[\"oo\",\"a\",\"hvsfgywkinkhv\"],\"maxProperties\":335657007,\"minProperties\":639472821,\"allOf\":[{},{},{}],\"discriminator\":\"ninjhdkvkqjjouh\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapcctvcjdrm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"jq\",\"type\":\"String\",\"title\":\"ftzbxfgos\",\"items\":{},\"properties\":{\"lqn\":{}},\"additionalProperties\":\"datasegursbzmixw\",\"required\":[\"nkvtzdvxsgdaajl\",\"gsuqmrkyaovcbds\",\"xhpqlxnb\",\"j\"],\"maxProperties\":495084228,\"minProperties\":1542852014,\"allOf\":[{},{}],\"discriminator\":\"rknyy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqcjfqmyfgwb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"qsvexzyjfw\",\"type\":\"Number\",\"title\":\"qutgxd\",\"items\":{},\"properties\":{\"okcbxr\":{},\"kylqpppp\":{},\"eikktretu\":{},\"sygzj\":{}},\"additionalProperties\":\"dataax\",\"required\":[\"rltanvber\",\"t\"],\"maxProperties\":423639959,\"minProperties\":557311789,\"allOf\":[{},{},{}],\"discriminator\":\"gdo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataglavdtttydjq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"cshbypwmveyr\",\"readOnly\":false,\"xml\":{\"name\":\"moufjuq\",\"namespace\":\"uicvjyjszmle\",\"prefix\":\"xhmrilw\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"qqzikvgwqiwod\":\"datavtaulxxznfx\",\"aexrzxvffqc\":\"dataaslp\",\"t\":\"datatdmhr\"}},\"externalDocs\":{\"description\":\"l\",\"uri\":\"epssoqdibyg\",\"extensions\":{\"lxoksyypft\":\"dataidiwkxikxiq\",\"strbqgatkliopgwp\":\"datadi\"}},\"example\":\"datatccety\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"obb\",\"valuePath\":\"sdpyirtrlzkpje\",\"parameters\":{\"aqclepck\":\"datahhf\",\"ljeh\":\"dataowuthfwphnmll\",\"a\":\"datahxxuofn\"}},\"dynamicSchemaNew\":{\"operationId\":\"z\",\"valuePath\":\"napxhtqwsd\",\"parameters\":{\"ovubfllfk\":{},\"ubziibuabpvdwhvn\":{}}},\"dynamicListNew\":{\"operationId\":\"uzudkqoeouk\",\"builtInOperation\":\"nkgbkzqbomf\",\"itemsPath\":\"yas\",\"itemValuePath\":\"myfhclxwedeta\",\"itemTitlePath\":\"jatvfddqspdutt\",\"parameters\":{\"szqexcqcwb\":{},\"xvc\":{},\"ekqjdru\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"hlfvmwu\",\"itemsPath\":\"rswsvtzotmwxqdfb\",\"itemValuePath\":\"n\",\"itemTitlePath\":\"xlawk\",\"itemFullTitlePath\":\"jhz\",\"itemIsParent\":\"rtmjskbi\",\"selectableFilter\":\"jnadykmvou\",\"parameters\":{\"vsfqu\":{}}},\"browse\":{\"operationId\":\"xqbknoxjhedwh\",\"itemsPath\":\"wbvr\",\"itemValuePath\":\"jbiigxxr\",\"itemTitlePath\":\"puzkwigif\",\"itemFullTitlePath\":\"oys\",\"itemIsParent\":\"lpshxjhanskoo\",\"selectableFilter\":\"cnkgqsqvfyokss\",\"parameters\":{\"jiql\":{},\"jjltuymna\":{},\"qhscaand\":{}}}}},\"properties\":{\"exsrglxljuyv\":{\"ref\":\"cuvcvafls\",\"type\":\"Array\",\"title\":\"djvyclasdprknup\",\"items\":{\"ref\":\"klgsnpvqczpko\",\"type\":\"File\",\"title\":\"th\",\"items\":{},\"properties\":{\"uebt\":{},\"g\":{}},\"additionalProperties\":\"datauimtx\",\"required\":[\"exar\",\"ukoir\",\"ivftl\",\"skinmxanjguadh\"],\"maxProperties\":606762134,\"minProperties\":1200200130,\"allOf\":[{},{}],\"discriminator\":\"aazeqjnouuujlit\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxgjzslhopyqxipb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ocnwnjmiitlamf\":{},\"klkhhjxww\":{},\"zsyetbffrhqz\":{},\"wznwc\":{}},\"additionalProperties\":\"dataapd\",\"required\":[\"l\",\"etfdpurvz\"],\"maxProperties\":594791094,\"minProperties\":1526314586,\"allOf\":[{}],\"discriminator\":\"me\",\"readOnly\":true,\"xml\":{\"name\":\"kvq\",\"namespace\":\"wsvivqk\",\"prefix\":\"g\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"nymbjrsd\":\"datazsveguxaxij\",\"osuzegmcmlzmfe\":\"dataufqxrlzi\",\"gowdavpqyhax\":\"dataidnewrvjgwnmxc\",\"gkwpbnefabgt\":\"dataorzozf\"}},\"externalDocs\":{\"description\":\"op\",\"uri\":\"xcmougddycf\",\"extensions\":{\"sxvzc\":\"dataunamzqvawk\"}},\"example\":\"datafwpjpgq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"mgylmyc\",\"valuePath\":\"horre\",\"parameters\":{\"nqlizlcyhjhrkfp\":\"dataq\",\"bvm\":\"dataiiommisbf\"}},\"dynamicSchemaNew\":{\"operationId\":\"mpohjdvfj\",\"valuePath\":\"wawymahboind\",\"parameters\":{\"qdjkug\":{}}},\"dynamicListNew\":{\"operationId\":\"sqpkmbryh\",\"builtInOperation\":\"h\",\"itemsPath\":\"upbzqww\",\"itemValuePath\":\"qjyiwuveryavb\",\"itemTitlePath\":\"vcogupshoofasky\",\"parameters\":{\"joor\":{},\"uuhbcckbcvtelmd\":{},\"masvghphlbkqu\":{},\"mblnismv\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datapovzespdip\",\"required\":[\"npdjomd\",\"adwosjxywwvilkyh\"],\"maxProperties\":1940734042,\"minProperties\":935302385,\"allOf\":[{\"ref\":\"bjgsjmcybr\",\"type\":\"File\",\"title\":\"n\",\"items\":{\"ref\":\"kghrrxauuhd\",\"type\":\"Integer\",\"title\":\"zyxoy\",\"items\":{},\"properties\":{\"bjw\":{},\"pfryivpe\":{}},\"additionalProperties\":\"datay\",\"required\":[\"xygfpqxsemezkpd\",\"mowftfrqeb\"],\"maxProperties\":463574506,\"minProperties\":1488477855,\"allOf\":[{},{},{},{}],\"discriminator\":\"ekfxmg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanrdsd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"odi\":{},\"ypgapfdwhwbead\":{},\"kuqnkoskflnj\":{},\"y\":{}},\"additionalProperties\":\"datajeevmbhemr\",\"required\":[\"etsspwwex\",\"otbrepe\"],\"maxProperties\":579296778,\"minProperties\":1986055857,\"allOf\":[{},{},{}],\"discriminator\":\"yar\",\"readOnly\":true,\"xml\":{\"name\":\"cscootfsgilwis\",\"namespace\":\"zpzitustrtrf\",\"prefix\":\"gknocshm\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"amctzmwrhccdg\":\"databirbrvzhfjqpxyd\",\"pgkxyrsppbghy\":\"datansjssreojsgkoue\"}},\"externalDocs\":{\"description\":\"goawl\",\"uri\":\"uwsqm\",\"extensions\":{\"o\":\"datagyrz\",\"ursumbci\":\"datatngxvrpkizjnkgd\",\"uyblo\":\"datakbkqpsvoxshxum\",\"samxyjqhwsoj\":\"datarufvmgblbqx\"}},\"example\":\"databbgvmowy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hml\",\"valuePath\":\"nzsckfuzuchotdz\",\"parameters\":{\"ns\":\"dataqhwpuaermaww\",\"uothisxzhi\":\"dataazqcemcotw\",\"zxbupsxqoj\":\"datavdf\",\"zlmwfncwlwov\":\"datagxcgqkhyvtajwkrx\"}},\"dynamicSchemaNew\":{\"operationId\":\"omjbyssprkbzral\",\"valuePath\":\"fncsa\",\"parameters\":{\"cpgz\":{},\"xrgppqa\":{},\"dmjunntqqguhv\":{},\"wrziminetb\":{}}},\"dynamicListNew\":{\"operationId\":\"fuxdtpjcsqkedlcl\",\"builtInOperation\":\"quyfftqomb\",\"itemsPath\":\"gqxa\",\"itemValuePath\":\"duo\",\"itemTitlePath\":\"zhdjbyf\",\"parameters\":{\"ajnhpyylekubiwvj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"qb\",\"type\":\"File\",\"title\":\"jvfisloquttk\",\"items\":{\"ref\":\"gjupjbdqmnk\",\"type\":\"Integer\",\"title\":\"sshupxjttnurkme\",\"items\":{},\"properties\":{\"puwome\":{}},\"additionalProperties\":\"datavvtjwdlduvimgtce\",\"required\":[\"xoxtapafbjvbkj\",\"gzkcpt\",\"vc\"],\"maxProperties\":1851665927,\"minProperties\":941492951,\"allOf\":[{},{},{}],\"discriminator\":\"blskizpr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajxdrgxpuxpzslmf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qzkfgesdz\":{},\"sz\":{},\"hekbmdhchiojsr\":{}},\"additionalProperties\":\"datapityeuvwysbme\",\"required\":[\"bznl\"],\"maxProperties\":135187170,\"minProperties\":1214715057,\"allOf\":[{},{},{},{}],\"discriminator\":\"ywy\",\"readOnly\":true,\"xml\":{\"name\":\"uyqzjfvbnyyjvzls\",\"namespace\":\"zvvsxmy\",\"prefix\":\"sgb\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"bmm\":\"dataaz\",\"gaxwq\":\"dataa\",\"heggtdv\":\"dataparct\"}},\"externalDocs\":{\"description\":\"xxfawhoosrsolhhv\",\"uri\":\"oejbgiqhjpe\",\"extensions\":{\"uirqfksjl\":\"datadifierxxorsd\",\"v\":\"datafgmdoaih\",\"rybw\":\"datasqcivm\",\"gtbynxshca\":\"dataaccvwkynema\"}},\"example\":\"dataxgeqojzvuzxx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hbobuovsvwnpcx\",\"valuePath\":\"mtvparyubny\",\"parameters\":{\"cum\":\"datapzdevotucnzbp\"}},\"dynamicSchemaNew\":{\"operationId\":\"t\",\"valuePath\":\"emzdnvnooklgren\",\"parameters\":{\"gertxic\":{},\"mgsncbbdokp\":{},\"aedbsl\":{},\"nunpxswmcc\":{}}},\"dynamicListNew\":{\"operationId\":\"viaaep\",\"builtInOperation\":\"xbofdc\",\"itemsPath\":\"oacfskzw\",\"itemValuePath\":\"etutqjsojw\",\"itemTitlePath\":\"xtrnakyt\",\"parameters\":{\"agvsljkaarqhp\":{},\"wqhz\":{},\"xgmgvygmty\":{},\"ivbuitee\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"brs\",\"readOnly\":true,\"xml\":{\"name\":\"hz\",\"namespace\":\"udjitlqxpsn\",\"prefix\":\"xhgdns\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"zkhdn\":\"datagaicjkqjz\",\"dfkqlkaipfyvquas\":\"datanmrx\",\"vakqaho\":\"dataywkbiek\",\"voaoavezwclmzm\":\"datagnapkpaiedo\"}},\"externalDocs\":{\"description\":\"lghlrc\",\"uri\":\"qhvhc\",\"extensions\":{\"jtockgqaawyyszwo\":\"dataawifz\",\"fqrfywwzs\":\"dataqljl\"}},\"example\":\"datakhqhvktcztmqdkh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gxemvlyaprjz\",\"valuePath\":\"xxq\",\"parameters\":{\"lpxfauvgtoin\":\"datatzbhm\",\"w\":\"datazsmyvvfapfbm\",\"dspdd\":\"dataknefcoopt\",\"laxuybxjwny\":\"datagupiosibg\"}},\"dynamicSchemaNew\":{\"operationId\":\"yrttnrikssqfiksj\",\"valuePath\":\"ignmtoqtuivipb\",\"parameters\":{\"xbkqmag\":{\"operationId\":\"slp\",\"valuePath\":\"zpqydnokkkg\",\"parameters\":{\"j\":{},\"ftsneftzetjclaq\":{}}},\"foptbiuik\":{\"operationId\":\"suyyw\",\"valuePath\":\"qg\",\"parameters\":{\"uhhvgddfzc\":{},\"yl\":{},\"wlhuf\":{},\"gcpwrtgtdegfh\":{}}},\"qwqcxyiqppacj\":{\"operationId\":\"tjjfecxv\",\"valuePath\":\"jpovjvvxpsnr\",\"parameters\":{\"bmhjmqf\":{}}}}},\"dynamicListNew\":{\"operationId\":\"llacylbtkxeij\",\"builtInOperation\":\"nlaaxtte\",\"itemsPath\":\"ugojvgjezrwbobaw\",\"itemValuePath\":\"tenhnq\",\"itemTitlePath\":\"xghbehh\",\"parameters\":{\"rtkevimrupg\":{\"operationId\":\"qor\",\"valuePath\":\"wlceojlyugzlvgj\",\"parameters\":{\"kkrsyfds\":{}}},\"cgslw\":{\"operationId\":\"jmandrvv\",\"valuePath\":\"klbfvtzdtw\",\"parameters\":{\"lpkocre\":{},\"fmqf\":{},\"flupuvwlfzjrj\":{},\"lacpzgz\":{}}},\"rmzwmtsmeaciyp\":{\"operationId\":\"keytpmlrjnnbmods\",\"valuePath\":\"qtvatujph\",\"parameters\":{\"xvvogwghxo\":{},\"wpiqkkmpfnw\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"cusvidkzbdbvlsn\",\"itemsPath\":\"ymrfomlh\",\"itemValuePath\":\"iktecs\",\"itemTitlePath\":\"cqweydaa\",\"itemFullTitlePath\":\"ttmfcx\",\"itemIsParent\":\"wfsqjxxbs\",\"selectableFilter\":\"qiwl\",\"parameters\":{\"tsyjzdasgk\":{},\"zpr\":{},\"qomuzohnpkof\":{}}},\"browse\":{\"operationId\":\"ddlnzmffyvowlamm\",\"itemsPath\":\"zvwzienijunmgdp\",\"itemValuePath\":\"ivrhjxdn\",\"itemTitlePath\":\"ztf\",\"itemFullTitlePath\":\"uzvbrehdtqggza\",\"itemIsParent\":\"gnrsei\",\"selectableFilter\":\"fpwbybm\",\"parameters\":{\"z\":{},\"golfensibqi\":{},\"bpyjzvye\":{}}}}},\"byruh\":{\"ref\":\"zczvvwrougalyw\",\"type\":\"Array\",\"title\":\"vb\",\"items\":{\"ref\":\"eyxewcsktvkw\",\"type\":\"File\",\"title\":\"fvvxi\",\"items\":{\"ref\":\"jamztvnm\",\"type\":\"Object\",\"title\":\"ypuotmkbofu\",\"items\":{\"ref\":\"ksgou\",\"type\":\"Number\",\"title\":\"tnphnotrgyyjea\",\"items\":{},\"properties\":{\"dunbaets\":{}},\"additionalProperties\":\"datafegbvv\",\"required\":[\"y\",\"zrzubdt\",\"sachmhzpu\"],\"maxProperties\":1765057218,\"minProperties\":331148269,\"allOf\":[{},{}],\"discriminator\":\"zcfiosralbxhdxn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataafbhxoaqfpqf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ogzawfoqdnxu\":{},\"efvnvscyut\":{}},\"additionalProperties\":\"datasyntc\",\"required\":[\"uqaqnlygfvbf\",\"jbozkl\",\"pifvpsmv\",\"sa\"],\"maxProperties\":1996636688,\"minProperties\":1144080324,\"allOf\":[{},{}],\"discriminator\":\"fivxfqmdjzgov\",\"readOnly\":true,\"xml\":{\"name\":\"jkmpa\",\"namespace\":\"eylpofaogvmqzagr\",\"prefix\":\"qhwfskmkdr\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"xlutxcmccc\":\"datadwcxjv\",\"ocnr\":\"datat\",\"uldso\":\"dataypvh\",\"ylkpvaagrdf\":\"databzzbrufk\"}},\"externalDocs\":{\"description\":\"l\",\"uri\":\"sphvosucry\",\"extensions\":{\"of\":\"datahthzfotfrfhrjkah\",\"qxwoppnitrmzvn\":\"datahg\",\"bmobrxhwpgkrnxr\":\"datafkznyait\"}},\"example\":\"datailogcnzfgqibb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xhztufw\",\"valuePath\":\"sfjj\",\"parameters\":{\"buyd\":\"dataus\",\"rbl\":\"datayhknttk\",\"jfjibuwhbpojuj\":\"datahenjstiwdeosbiji\",\"xolau\":\"dataifxtgrxavfjxvi\"}},\"dynamicSchemaNew\":{\"operationId\":\"chphovu\",\"valuePath\":\"sczwcxlncoh\",\"parameters\":{\"vyriawfwwsg\":{},\"kbdozsspfwmf\":{},\"ort\":{},\"xsthj\":{}}},\"dynamicListNew\":{\"operationId\":\"rybuqmkmw\",\"builtInOperation\":\"knvyilhos\",\"itemsPath\":\"dioxgs\",\"itemValuePath\":\"xoyrgvrt\",\"itemTitlePath\":\"tmzglbplqhbrar\",\"parameters\":{\"epsxufyqcqfou\":{},\"ye\":{},\"xgxbgochpxps\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"focgfy\":{\"ref\":\"zrugbdkxlwckuv\",\"type\":\"Null\",\"title\":\"jjt\",\"items\":{},\"properties\":{\"jebtdpsgkeexs\":{},\"zpkvyl\":{},\"tytwtfqpmpyww\":{}},\"additionalProperties\":\"dataukqmjcwdo\",\"required\":[\"quncuqcocchd\"],\"maxProperties\":539215422,\"minProperties\":2013093246,\"allOf\":[{}],\"discriminator\":\"nkqpsquou\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauhdoimojcmhycdx\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qwesqykqfserls\":{\"ref\":\"ornvbhuyolw\",\"type\":\"Number\",\"title\":\"wyvvcywb\",\"items\":{},\"properties\":{\"hrexzvejq\":{},\"yu\":{},\"kloke\":{},\"eowbpiie\":{}},\"additionalProperties\":\"datagchsgotgwerbpob\",\"required\":[\"unicgrxce\"],\"maxProperties\":38433554,\"minProperties\":1166011393,\"allOf\":[{},{}],\"discriminator\":\"lqhznutr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanniarjezj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"pxyofftxzovbhq\":{\"ref\":\"pshhetagwmz\",\"type\":\"Object\",\"title\":\"jgmobkaligoikke\",\"items\":{},\"properties\":{\"svlubdpp\":{},\"wxsxbxdkmixurce\":{}},\"additionalProperties\":\"dataqmjqqau\",\"required\":[\"hmtbu\"],\"maxProperties\":1402404116,\"minProperties\":1268755046,\"allOf\":[{},{},{},{}],\"discriminator\":\"r\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataheayo\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datasslfxej\",\"required\":[\"sgigs\",\"b\",\"xndyjwmglgstrzf\",\"ehdzovkbcbefohny\"],\"maxProperties\":863133918,\"minProperties\":868646401,\"allOf\":[{\"ref\":\"kgfvzvmtjcxi\",\"type\":\"Boolean\",\"title\":\"xdbglceet\",\"items\":{},\"properties\":{\"bugizwy\":{},\"fhfptbdxtvlpj\":{}},\"additionalProperties\":\"datasl\",\"required\":[\"zytxe\",\"qigmqn\",\"ute\"],\"maxProperties\":528349986,\"minProperties\":756985332,\"allOf\":[{},{},{}],\"discriminator\":\"rjwiwou\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayhgrcmcqppledxy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"el\",\"type\":\"Number\",\"title\":\"dzhwpxpscwy\",\"items\":{},\"properties\":{\"fccyavysfmndrdqq\":{},\"k\":{},\"gbmldkcih\":{}},\"additionalProperties\":\"datazk\",\"required\":[\"vhjkwfolpj\",\"epahvoiranx\",\"nzssvnldtqykzmw\",\"oqrej\"],\"maxProperties\":333298746,\"minProperties\":648381059,\"allOf\":[{},{},{},{}],\"discriminator\":\"yozryoxmfrxfxycj\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafuml\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"oki\",\"readOnly\":false,\"xml\":{\"name\":\"nhfkbqlrtffswqd\",\"namespace\":\"lj\",\"prefix\":\"bnhgl\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"gsdxtwqqukg\":\"dataswmucrza\",\"wxsqvxlupccfwqis\":\"datanlvjgskbksltun\",\"lvqtmzociaetctj\":\"datauqyzxzjehd\"}},\"externalDocs\":{\"description\":\"moazsjsuevfvnn\",\"uri\":\"ccvxqbxgq\",\"extensions\":{\"xekibv\":\"datanri\",\"bxldl\":\"dataqldilmxsvzwbktal\"}},\"example\":\"datahmibqgldhtt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lnn\",\"valuePath\":\"vjealxlewlwbx\",\"parameters\":{\"wdqvq\":\"datafdkkvijilfqvodz\",\"qoaop\":\"datald\",\"df\":\"dataqpfwnjdyoxformfe\"}},\"dynamicSchemaNew\":{\"operationId\":\"eszxtesnhxp\",\"valuePath\":\"okdbvtpqttu\",\"parameters\":{\"xbzmpvue\":{},\"jrnnwgrxzcn\":{},\"guezxluimkwbwmg\":{},\"zqlsnycchpcjzt\":{}}},\"dynamicListNew\":{\"operationId\":\"uuyvpcfvinjxc\",\"builtInOperation\":\"netcxgdgqkletlw\",\"itemsPath\":\"tzbphxxvftj\",\"itemValuePath\":\"qg\",\"itemTitlePath\":\"nmok\",\"parameters\":{\"tdnym\":{},\"eeyskbqlcakle\":{},\"jgxdhgezyhph\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"glkqitpbyn\",\"itemsPath\":\"yx\",\"itemValuePath\":\"opocleffgggg\",\"itemTitlePath\":\"sbouhmng\",\"itemFullTitlePath\":\"n\",\"itemIsParent\":\"iusrvswcpsp\",\"selectableFilter\":\"xigpdiouppg\",\"parameters\":{\"mg\":{},\"utnlynplxx\":{},\"bogxkidbcxbgfw\":{},\"cfwlwn\":{}}},\"browse\":{\"operationId\":\"nmop\",\"itemsPath\":\"etdruugimviefbje\",\"itemValuePath\":\"iyjkhjuuep\",\"itemTitlePath\":\"uqwnajb\",\"itemFullTitlePath\":\"xqsvax\",\"itemIsParent\":\"wisdwtugadxupipg\",\"selectableFilter\":\"wiwhtjoxxllh\",\"parameters\":{\"nnwmwwxyawxkd\":{},\"evhyuuih\":{}}}}},\"properties\":{\"q\":{\"ref\":\"mcvu\",\"type\":\"Null\",\"title\":\"bljnizw\",\"items\":{\"ref\":\"crxfi\",\"type\":\"Number\",\"title\":\"xnfarmficqr\",\"items\":{},\"properties\":{\"trulzlrmrtcs\":{},\"pm\":{},\"lcxbaxcgcdfelvap\":{}},\"additionalProperties\":\"databicjzntiblxeygo\",\"required\":[\"roicjtgqdymoanp\"],\"maxProperties\":1381831573,\"minProperties\":751323283,\"allOf\":[{}],\"discriminator\":\"xqbcalgspz\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datalvhohzkcsjd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ypeqmuue\":{},\"xmkrulavxeaymf\":{},\"chwpfunptsry\":{}},\"additionalProperties\":\"dataa\",\"required\":[\"wbxvsytbxcj\",\"baddlmj\",\"ulio\"],\"maxProperties\":583591850,\"minProperties\":1654123874,\"allOf\":[{},{}],\"discriminator\":\"uzeyvalezkyf\",\"readOnly\":false,\"xml\":{\"name\":\"easuw\",\"namespace\":\"q\",\"prefix\":\"tytbycc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jr\":\"dataffwvnj\"}},\"externalDocs\":{\"description\":\"hizwdswikyewv\",\"uri\":\"zwqzwsgui\",\"extensions\":{\"gjrfkqf\":\"dataemeft\",\"kxk\":\"datadrel\"}},\"example\":\"dataluaregj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"isbmvrmenrcq\",\"valuePath\":\"khvpsoduiu\",\"parameters\":{\"yojzvaykfjgakays\":\"datagmonqyntyuqdz\",\"zwm\":\"datakydqy\",\"muot\":\"datawrqzizgg\",\"fyjampvwxlkh\":\"datasea\"}},\"dynamicSchemaNew\":{\"operationId\":\"txipmnqrbyq\",\"valuePath\":\"wxbowcjkargg\",\"parameters\":{\"ewgylolv\":{},\"wlqlugnbudjypli\":{}}},\"dynamicListNew\":{\"operationId\":\"tlansykvlxsycqq\",\"builtInOperation\":\"xooxuaufqoo\",\"itemsPath\":\"xctkveqvpedwmhqc\",\"itemValuePath\":\"ery\",\"itemTitlePath\":\"byqxeyzq\",\"parameters\":{\"sipclxvaovss\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"xtdmutdrrqqajhk\":{\"ref\":\"cqdbmzwlejiiyoon\",\"type\":\"Number\",\"title\":\"rixzdbnt\",\"items\":{\"ref\":\"abndwcfmzmqmg\",\"type\":\"Null\",\"title\":\"xkyboysquygok\",\"items\":{},\"properties\":{\"wcyigrhfevxypq\":{},\"kcojyx\":{},\"hvoowrtcsu\":{},\"otawyiq\":{}},\"additionalProperties\":\"datanxzvjnmpvsblu\",\"required\":[\"hzukrpfbhihd\",\"iiuexyqy\",\"kudmlqpwardp\",\"r\"],\"maxProperties\":1376529074,\"minProperties\":531836875,\"allOf\":[{},{}],\"discriminator\":\"qspzwsxnyoc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datasdrgzmmrzwmibtkc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ovoumndcqoxyx\":{},\"yhmjw\":{},\"nw\":{}},\"additionalProperties\":\"datazgvaeqiygbo\",\"required\":[\"jodidgudar\",\"laj\",\"enfyuuf\"],\"maxProperties\":1686618572,\"minProperties\":729500164,\"allOf\":[{},{},{}],\"discriminator\":\"zwaewpilsuhsghd\",\"readOnly\":true,\"xml\":{\"name\":\"wfnapgagvhsix\",\"namespace\":\"da\",\"prefix\":\"htwhh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ujfnbzamroad\":\"dataojker\",\"alh\":\"datatogbkdctsg\"}},\"externalDocs\":{\"description\":\"eclp\",\"uri\":\"jsqcubyj\",\"extensions\":{\"ecsft\":\"datalliteenah\",\"jh\":\"datasubzfuhjnmdcyrbz\"}},\"example\":\"datavtzdxtwyxpkww\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"evdvkeyqxjchd\",\"valuePath\":\"xeiluexvmlg\",\"parameters\":{\"lbqkguchd\":\"datasqpfxjwt\",\"ddkujvqzcuqc\":\"dataxrjjdjikiqtzub\",\"xlfxsetvdz\":\"datalwnxryyqtjcrpax\"}},\"dynamicSchemaNew\":{\"operationId\":\"dmxfqftywbba\",\"valuePath\":\"hdciuxotbvflgkk\",\"parameters\":{\"hop\":{},\"fobpyeo\":{},\"rtaevq\":{},\"fdhpkiiunyrobcke\":{}}},\"dynamicListNew\":{\"operationId\":\"smrvdt\",\"builtInOperation\":\"rtnqssqynupskit\",\"itemsPath\":\"phame\",\"itemValuePath\":\"zgwjoaue\",\"itemTitlePath\":\"dpn\",\"parameters\":{\"yl\":{},\"cfgqinao\":{},\"xouknzhmzassrsqz\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datatliuw\",\"required\":[\"wqjftyaqds\",\"fnomciw\"],\"maxProperties\":968758533,\"minProperties\":79896674,\"allOf\":[{\"ref\":\"ndsjpui\",\"type\":\"Number\",\"title\":\"pbcgdptfxoff\",\"items\":{\"ref\":\"jxomng\",\"type\":\"Object\",\"title\":\"x\",\"items\":{},\"properties\":{\"rnksvximgnsiycx\":{},\"yzrnngnmfhmwfou\":{}},\"additionalProperties\":\"datadomvdi\",\"required\":[\"qalwlirapqhsidf\",\"sfnoczefgfqxejj\",\"tiqbxzeiudog\"],\"maxProperties\":300743806,\"minProperties\":590382815,\"allOf\":[{},{},{}],\"discriminator\":\"omufazacwzbe\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataexejhwpnj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"u\":{},\"mdzdqtirg\":{},\"ajsrdecbowkhmaff\":{},\"lpdnnsujx\":{}},\"additionalProperties\":\"dataeqljzkhncaeyk\",\"required\":[\"tztnprns\",\"lniahvlzgs\",\"wiubgbltj\"],\"maxProperties\":770295204,\"minProperties\":1749152646,\"allOf\":[{},{}],\"discriminator\":\"yluktzcuxuxaihhe\",\"readOnly\":false,\"xml\":{\"name\":\"iryxrpjrutmxqvve\",\"namespace\":\"f\",\"prefix\":\"apfwusfbrnjvz\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"slwz\":\"datapvu\",\"bupuukp\":\"datatbieuqfgkfift\"}},\"externalDocs\":{\"description\":\"utdu\",\"uri\":\"cfndijzpvck\",\"extensions\":{\"ijssytdpwljtwibw\":\"datatmx\",\"hffcanvrdtdl\":\"datadxymnswxqt\"}},\"example\":\"datamgghutl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"jyogcpwne\",\"valuePath\":\"biuwnxhqeljmfo\",\"parameters\":{\"v\":\"dataik\"}},\"dynamicSchemaNew\":{\"operationId\":\"s\",\"valuePath\":\"hghkf\",\"parameters\":{\"lpbawtpwnk\":{}}},\"dynamicListNew\":{\"operationId\":\"lpl\",\"builtInOperation\":\"ilozfygvsfafcarf\",\"itemsPath\":\"lieqdwocufcshqf\",\"itemValuePath\":\"c\",\"itemTitlePath\":\"fofwqdroqk\",\"parameters\":{\"ilbkzctqbvnt\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"exqoydyislepdbs\",\"type\":\"Integer\",\"title\":\"tspfnumpyytbjb\",\"items\":{\"ref\":\"mtxbi\",\"type\":\"String\",\"title\":\"g\",\"items\":{},\"properties\":{\"vocjk\":{},\"ihnw\":{},\"vtrsgf\":{},\"mtfnbvtx\":{}},\"additionalProperties\":\"datalbm\",\"required\":[\"diahjxcdh\",\"dlxwsfddyqpfyn\",\"owmjsur\",\"lj\"],\"maxProperties\":902100106,\"minProperties\":752978142,\"allOf\":[{},{},{}],\"discriminator\":\"wizqvgadolep\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataaqxfamsptce\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hzy\":{},\"jrxenpkxanlbrcy\":{},\"wrcjta\":{},\"bwxhlqioqh\":{}},\"additionalProperties\":\"datac\",\"required\":[\"zluilzgpghjakzmn\",\"jnqmajslwm\",\"l\"],\"maxProperties\":786431674,\"minProperties\":1117097114,\"allOf\":[{},{},{}],\"discriminator\":\"pgo\",\"readOnly\":true,\"xml\":{\"name\":\"xuykqyo\",\"namespace\":\"p\",\"prefix\":\"yf\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"dumxdrgi\":\"datayqk\",\"ffybo\":\"datasi\"}},\"externalDocs\":{\"description\":\"ovfundk\",\"uri\":\"myxmsbtq\",\"extensions\":{\"wrjuiuzlf\":\"datanugcbjxgjudg\"}},\"example\":\"datazihlzljqcmm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"junqwkjfmtuybdzr\",\"valuePath\":\"ckxennzowguirh\",\"parameters\":{\"yko\":\"datapwyhmkt\"}},\"dynamicSchemaNew\":{\"operationId\":\"koamqfdtbaobjaof\",\"valuePath\":\"vhhrgvkuuikr\",\"parameters\":{\"lrwsjvdxenxjvap\":{},\"qgfvy\":{},\"rfyyknxu\":{}}},\"dynamicListNew\":{\"operationId\":\"mbynlcim\",\"builtInOperation\":\"urocryf\",\"itemsPath\":\"kt\",\"itemValuePath\":\"zuzvbqbroyrw\",\"itemTitlePath\":\"bbfweozkbok\",\"parameters\":{\"upwcslzcavo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"pupbsgfnq\",\"type\":\"File\",\"title\":\"iov\",\"items\":{\"ref\":\"xsgstunsatc\",\"type\":\"Boolean\",\"title\":\"behkb\",\"items\":{},\"properties\":{\"odpz\":{}},\"additionalProperties\":\"datagsazwxdfaaskhas\",\"required\":[\"hzucdljqj\"],\"maxProperties\":905565299,\"minProperties\":852804112,\"allOf\":[{}],\"discriminator\":\"atezltlundkjph\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datas\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hxearlpnajjticly\":{},\"oduxbungmpn\":{}},\"additionalProperties\":\"datatgucdfxglrcj\",\"required\":[\"az\"],\"maxProperties\":741583384,\"minProperties\":674293327,\"allOf\":[{},{},{},{}],\"discriminator\":\"anpoy\",\"readOnly\":true,\"xml\":{\"name\":\"ilnyhz\",\"namespace\":\"ttdcloqpgzd\",\"prefix\":\"nepp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"cbygqcwzyto\":\"datajzqaqe\",\"qyva\":\"datanqcth\",\"gixsjhinpyek\":\"dataazfkykkcqafnv\",\"fbnnhwpnloi\":\"datalllzsqolckwhg\"}},\"externalDocs\":{\"description\":\"dohfvxavhfhlx\",\"uri\":\"wzpba\",\"extensions\":{\"mbcklfpemgfvvnk\":\"datarfaytcygoombn\",\"npnyaterjjuz\":\"datawltozxdzoldwv\",\"gdhdtt\":\"dataregesoozpudalu\"}},\"example\":\"datakeculxvkuxvccpda\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"dityvvgxej\",\"valuePath\":\"oswjwbhtawbc\",\"parameters\":{\"gxkbgljcywyrzx\":\"dataneuzueikadhu\",\"hlxxkviyjru\":\"datap\",\"kqqxpnjqtzdahvet\":\"datayejyavxgmogcnw\",\"utkwwtymbcc\":\"datanlceggyqlvnhm\"}},\"dynamicSchemaNew\":{\"operationId\":\"yfsgikgcbj\",\"valuePath\":\"fbpfdsatrzqmt\",\"parameters\":{\"tdazebifktnxugi\":{},\"rbwyey\":{},\"nbubya\":{}}},\"dynamicListNew\":{\"operationId\":\"wbuuhlwbgvzux\",\"builtInOperation\":\"mfpdzuoqpzwfvnoy\",\"itemsPath\":\"fjylhvp\",\"itemValuePath\":\"zr\",\"itemTitlePath\":\"jtswemot\",\"parameters\":{\"jyavkyjvctq\":{},\"qcz\":{},\"wpa\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"vc\",\"type\":\"Null\",\"title\":\"lt\",\"items\":{\"ref\":\"dsng\",\"type\":\"Integer\",\"title\":\"m\",\"items\":{},\"properties\":{\"nsfrunkcgdnhacex\":{},\"b\":{},\"mrrjooepfbas\":{}},\"additionalProperties\":\"datafxansgn\",\"required\":[\"nlpklrjdkypmkvil\",\"n\",\"atjbldgi\"],\"maxProperties\":214566849,\"minProperties\":628221066,\"allOf\":[{}],\"discriminator\":\"akuzezwnqhcpk\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"prourtmccd\":{}},\"additionalProperties\":\"datato\",\"required\":[\"uxvjutckfhmdcv\"],\"maxProperties\":651714546,\"minProperties\":216634714,\"allOf\":[{}],\"discriminator\":\"jpbmzcxl\",\"readOnly\":true,\"xml\":{\"name\":\"wkk\",\"namespace\":\"hmdtjczpfoispch\",\"prefix\":\"vmvsbgyq\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pkrncjrq\":\"dataggtsovozy\"}},\"externalDocs\":{\"description\":\"ubobqqnwhcmvdow\",\"uri\":\"cyhfubzixqxxgra\",\"extensions\":{\"xfrfhjef\":\"datatz\"}},\"example\":\"datatbrnrilljucodrb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"smdkvfi\",\"valuePath\":\"ecij\",\"parameters\":{\"kelwzmj\":\"datankvpafoexlc\",\"oxv\":\"dataigqyllcckg\",\"cjjfxqtv\":\"databfyjmen\"}},\"dynamicSchemaNew\":{\"operationId\":\"vq\",\"valuePath\":\"gaweixnobl\",\"parameters\":{\"hdaczixf\":{},\"uw\":{}}},\"dynamicListNew\":{\"operationId\":\"vitpcsmaxzdxu\",\"builtInOperation\":\"miuxy\",\"itemsPath\":\"uazajtbnekh\",\"itemValuePath\":\"bfbuqeqkuozar\",\"itemTitlePath\":\"pp\",\"parameters\":{\"yjbkvbc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"jdrct\",\"readOnly\":false,\"xml\":{\"name\":\"woghbpzxkjqecj\",\"namespace\":\"romeawthycbigpi\",\"prefix\":\"pxhzjnparsulmuwl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"talo\":\"dataxxqgoavzycxpza\",\"r\":\"datamftmxwtwzs\",\"qhfvouyqzhoik\":\"datarf\",\"oogozerccz\":\"datamhohxabmxoow\"}},\"externalDocs\":{\"description\":\"nkgk\",\"uri\":\"jeqqjqa\",\"extensions\":{\"lvazkqkycg\":\"dataajlogvfnwqz\",\"ycdvdgemymydd\":\"datajgwehjybboqyx\"}},\"example\":\"datat\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lmglyseyvagakfq\",\"valuePath\":\"exlltmekkaei\",\"parameters\":{\"vsrtqltawjkra\":\"datardns\"}},\"dynamicSchemaNew\":{\"operationId\":\"lpy\",\"valuePath\":\"bln\",\"parameters\":{\"jolbaeghaksscism\":{\"operationId\":\"ubx\",\"valuePath\":\"ra\",\"parameters\":{\"rwaltv\":{},\"ylwjopqtegk\":{}}},\"gcj\":{\"operationId\":\"neklfi\",\"valuePath\":\"ysfclxtf\",\"parameters\":{\"wqzbiukzmfy\":{},\"vyzaofaiwlnfvexi\":{},\"uqafolseyxp\":{},\"kmlnjluay\":{}}},\"nxlkcwjwejssksgx\":{\"operationId\":\"fafpyglnfwjs\",\"valuePath\":\"vexblucpmqwkfgm\",\"parameters\":{\"ekst\":{},\"qzhdwr\":{},\"ajfers\":{}}}}},\"dynamicListNew\":{\"operationId\":\"epqcybnhwsxpzk\",\"builtInOperation\":\"tgmdygwwq\",\"itemsPath\":\"biuntpt\",\"itemValuePath\":\"wjxlycelf\",\"itemTitlePath\":\"gywrauuru\",\"parameters\":{\"cxoam\":{\"operationId\":\"ycnk\",\"valuePath\":\"miecfmqc\",\"parameters\":{\"c\":{},\"b\":{}}},\"trvlguysb\":{\"operationId\":\"fuh\",\"valuePath\":\"d\",\"parameters\":{\"wectz\":{},\"j\":{},\"vcbtqcmpn\":{},\"yvujhej\":{}}},\"uxamxikhrxikgly\":{\"operationId\":\"gnbqhm\",\"valuePath\":\"yzxko\",\"parameters\":{\"cjshtcfnbffd\":{},\"xlyhxpdqo\":{},\"huboqozx\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"boggw\",\"itemsPath\":\"htnywgtsodnxeir\",\"itemValuePath\":\"wjimcfrhtzgduvoa\",\"itemTitlePath\":\"ocalptfpbzyqb\",\"itemFullTitlePath\":\"xcyramvzuaxtbrq\",\"itemIsParent\":\"urxlp\",\"selectableFilter\":\"xslzqlgx\",\"parameters\":{\"rurtnwbjjysupckh\":{},\"bm\":{},\"emohlshm\":{}}},\"browse\":{\"operationId\":\"o\",\"itemsPath\":\"tbsayvmwaej\",\"itemValuePath\":\"kqcm\",\"itemTitlePath\":\"cf\",\"itemFullTitlePath\":\"xyrtqegabsfjrj\",\"itemIsParent\":\"q\",\"selectableFilter\":\"gorvgdibepg\",\"parameters\":{\"ijoehhqwwsg\":{},\"z\":{},\"wooetwjssyaz\":{},\"mbuxqtokckxfkftq\":{}}}}}},\"additionalProperties\":\"datawucmqfurbtbogxly\",\"required\":[\"vxjgu\",\"tsfi\",\"w\"],\"maxProperties\":1963914522,\"minProperties\":596081358,\"allOf\":[{\"ref\":\"ix\",\"type\":\"String\",\"title\":\"r\",\"items\":{\"ref\":\"xi\",\"type\":\"Integer\",\"title\":\"ljjawsaskullvt\",\"items\":{\"ref\":\"jivh\",\"type\":\"Integer\",\"title\":\"zqrpfhzxkjyg\",\"items\":{\"ref\":\"dgwdha\",\"type\":\"Number\",\"title\":\"zb\",\"items\":{},\"properties\":{\"xc\":{},\"xqdexnkpv\":{}},\"additionalProperties\":\"datamzykp\",\"required\":[\"iumuzt\",\"cjtfm\"],\"maxProperties\":1189964126,\"minProperties\":1486832633,\"allOf\":[{}],\"discriminator\":\"tozrveehmvrv\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataysefdhchk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"lvbomhf\":{},\"sjzlckt\":{},\"bgxteehy\":{}},\"additionalProperties\":\"datagnl\",\"required\":[\"tle\"],\"maxProperties\":1832476148,\"minProperties\":1101438328,\"allOf\":[{},{},{}],\"discriminator\":\"krcohhuwzun\",\"readOnly\":false,\"xml\":{\"name\":\"yhwebhobdocfva\",\"namespace\":\"mdmbylyndtqujfz\",\"prefix\":\"azujohwwtlerh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"htvnqcmrrgmlwgo\":\"datajushs\",\"dlcnwbi\":\"datahscs\"}},\"externalDocs\":{\"description\":\"cngeffrgh\",\"uri\":\"mrowhrrguv\",\"extensions\":{\"omdfcphgimijz\":\"datagucwawlmsikl\"}},\"example\":\"databsxjv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"elfyqfbg\",\"valuePath\":\"lpdwckmnpzubzqds\",\"parameters\":{\"bsh\":\"datajrgngc\",\"fswzsyigxsyxhy\":\"datazzlcfemnryxnk\"}},\"dynamicSchemaNew\":{\"operationId\":\"abape\",\"valuePath\":\"yzfd\",\"parameters\":{\"pcdia\":{}}},\"dynamicListNew\":{\"operationId\":\"pcutg\",\"builtInOperation\":\"rs\",\"itemsPath\":\"qgllnhgisiw\",\"itemValuePath\":\"kaeqrnglgit\",\"itemTitlePath\":\"efwdkpadktsyy\",\"parameters\":{\"jrfqtfkkiup\":{},\"dajqpdvvzbejx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"i\":{\"ref\":\"wdyzse\",\"type\":\"Integer\",\"title\":\"tqhnsoijucprkqyw\",\"items\":{},\"properties\":{\"ayo\":{}},\"additionalProperties\":\"dataetzcxlisvqfb\",\"required\":[\"zx\"],\"maxProperties\":1040495745,\"minProperties\":2125422474,\"allOf\":[{}],\"discriminator\":\"o\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datalocdxvh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datatrddyriwa\",\"required\":[\"dgmqscijlfulxg\",\"zasv\"],\"maxProperties\":1136519436,\"minProperties\":1182255656,\"allOf\":[{\"ref\":\"pvplmyzebvghh\",\"type\":\"Number\",\"title\":\"hbvbexrbynnl\",\"items\":{},\"properties\":{\"dklwzzsicb\":{},\"osacr\":{},\"pscfkefeltxe\":{}},\"additionalProperties\":\"datamimgjuvjvtgece\",\"required\":[\"nled\"],\"maxProperties\":864257917,\"minProperties\":1081240469,\"allOf\":[{},{},{}],\"discriminator\":\"ctdnnqokqeuzs\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataywijnlpeczqb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hfcwycmwvphrwu\",\"type\":\"Number\",\"title\":\"vylisqlekchjdh\",\"items\":{},\"properties\":{\"ifwqtcow\":{},\"xiwpptvbudbnujv\":{},\"llyjelnhmuzhxk\":{},\"fzxkqsleokbam\":{}},\"additionalProperties\":\"datanwgccgblepam\",\"required\":[\"axdaoja\",\"lqoxwqlnxvnmrl\"],\"maxProperties\":1062459448,\"minProperties\":2094699334,\"allOf\":[{},{},{}],\"discriminator\":\"fecwnufldzjc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapohfejgpefvbox\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"htujaqpkup\",\"type\":\"Boolean\",\"title\":\"jeypdk\",\"items\":{},\"properties\":{\"zsyn\":{}},\"additionalProperties\":\"datarqirnihgothy\",\"required\":[\"gesovsvjxnsorsol\",\"rhlyhgii\",\"nfax\"],\"maxProperties\":347252597,\"minProperties\":1374089056,\"allOf\":[{},{},{}],\"discriminator\":\"ilo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataywtauskish\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dmezaunbwcqtigav\",\"type\":\"Null\",\"title\":\"r\",\"items\":{},\"properties\":{\"ploaepplrd\":{},\"cazujvhuuzbsxhi\":{},\"ncuelaa\":{}},\"additionalProperties\":\"datacnxrtlnzd\",\"required\":[\"feavz\",\"pmmzisljxph\",\"ynimc\"],\"maxProperties\":200218706,\"minProperties\":1341722668,\"allOf\":[{}],\"discriminator\":\"jreo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataoozxkdzmtkmnyufd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"pkyetmtk\",\"readOnly\":true,\"xml\":{\"name\":\"isdvyfl\",\"namespace\":\"qgxljsbtos\",\"prefix\":\"cv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zlfhhwdajfth\":\"datalxocz\",\"nufqh\":\"dataswuomjd\"}},\"externalDocs\":{\"description\":\"io\",\"uri\":\"hxxbneiobubtpyem\",\"extensions\":{\"yzrdqpk\":\"datak\",\"myhjgmfyernckg\":\"datafuvhoiqqzb\",\"kafiokeolzizfbun\":\"datawiq\",\"muwl\":\"datamxhfttmj\"}},\"example\":\"datajwkpznsfbi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pvdlxyyotclcu\",\"valuePath\":\"llnwmgqcf\",\"parameters\":{\"spwhfhdguuvga\":\"dataequoxmpg\",\"dfytqzxemqnw\":\"datavz\",\"etjggrmeufhkoer\":\"datawr\",\"aentaqjvddeiqvrj\":\"datarjmicha\"}},\"dynamicSchemaNew\":{\"operationId\":\"xydiuv\",\"valuePath\":\"pwk\",\"parameters\":{\"yrrybdyqivks\":{},\"uh\":{}}},\"dynamicListNew\":{\"operationId\":\"hdkqdjwthwcpi\",\"builtInOperation\":\"asnafdjinw\",\"itemsPath\":\"rnjgs\",\"itemValuePath\":\"zbdhr\",\"itemTitlePath\":\"panhygcahijb\",\"parameters\":{\"xsvjzbggsnan\":{},\"jtyhe\":{},\"zxzazofronsxj\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"ow\",\"itemsPath\":\"be\",\"itemValuePath\":\"hxikrgokyngarwz\",\"itemTitlePath\":\"zjxgassmna\",\"itemFullTitlePath\":\"polueylqysgmiix\",\"itemIsParent\":\"ekcwec\",\"selectableFilter\":\"tkdginm\",\"parameters\":{\"pefq\":{}}},\"browse\":{\"operationId\":\"eyowrwvbqvbcqgq\",\"itemsPath\":\"opqgiqfax\",\"itemValuePath\":\"jpyzcgugslpvyktf\",\"itemTitlePath\":\"faabibv\",\"itemFullTitlePath\":\"ocdkpvvkq\",\"itemIsParent\":\"hdxnzjza\",\"selectableFilter\":\"hiztfmibw\",\"parameters\":{\"ydajck\":{},\"wtbfxxsfjn\":{},\"ascjighmkdsv\":{}}}}},\"properties\":{\"wgen\":{\"ref\":\"tiyx\",\"type\":\"Number\",\"title\":\"izoybtehky\",\"items\":{\"ref\":\"mmyznwrcfqwkqu\",\"type\":\"Object\",\"title\":\"vqohwiwhrq\",\"items\":{},\"properties\":{\"ssosndnypxnsjjjc\":{},\"dsvgdbfniqxbc\":{},\"jhpmajg\":{},\"zpdioddtjylimz\":{}},\"additionalProperties\":\"datawjhmtcacwmabeh\",\"required\":[\"skzw\",\"ghzvhzrxcaesoxo\",\"vlwwpvjrnjwv\"],\"maxProperties\":1399085420,\"minProperties\":1898444454,\"allOf\":[{},{}],\"discriminator\":\"f\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarhqozjwmwkdehjl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"edp\":{},\"wzzzimgbxjgx\":{}},\"additionalProperties\":\"dataajrubcvucvebdf\",\"required\":[\"nfeealph\"],\"maxProperties\":1915459293,\"minProperties\":588288736,\"allOf\":[{},{},{},{}],\"discriminator\":\"wdrvkb\",\"readOnly\":false,\"xml\":{\"name\":\"vkhfzldzz\",\"namespace\":\"rzhjqengopdvnz\",\"prefix\":\"liodajxvs\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"awh\":\"dataufbwr\",\"uee\":\"datazhs\"}},\"externalDocs\":{\"description\":\"nkles\",\"uri\":\"dvakqajiantcyrd\",\"extensions\":{\"vjhzxtv\":\"dataukdmskt\",\"w\":\"datatoyfbsgrzw\",\"qebtrps\":\"dataud\"}},\"example\":\"datawtlocseybvtgcozn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"krnkuuot\",\"valuePath\":\"myb\",\"parameters\":{\"j\":\"datarkxkmtuynugpt\",\"tqqshb\":\"dataisvfh\"}},\"dynamicSchemaNew\":{\"operationId\":\"huhujkzj\",\"valuePath\":\"zgphipteoqldnh\",\"parameters\":{\"xgeccckkd\":{},\"z\":{}}},\"dynamicListNew\":{\"operationId\":\"nim\",\"builtInOperation\":\"pxdzmpjfbd\",\"itemsPath\":\"awhb\",\"itemValuePath\":\"xnmyxzhiocqoydqy\",\"itemTitlePath\":\"fn\",\"parameters\":{\"bwdsaqwywayjin\":{},\"skt\":{},\"rnknnql\":{},\"ygyeyxmuwgn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"zyjkw\":{\"ref\":\"oswcxlgzquqx\",\"type\":\"Object\",\"title\":\"qpifzavct\",\"items\":{\"ref\":\"pp\",\"type\":\"Object\",\"title\":\"rzrsqcugvnpg\",\"items\":{},\"properties\":{\"nuhmsrnpsoagho\":{},\"q\":{},\"wpdxpdlsoajqxyp\":{}},\"additionalProperties\":\"datastopyybwl\",\"required\":[\"pikgqjdoglecj\",\"gyivsiirx\",\"xppqpsin\"],\"maxProperties\":1487964913,\"minProperties\":572196432,\"allOf\":[{},{},{}],\"discriminator\":\"bw\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahdu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mihgksqwzuosyyx\":{},\"rdxzudfarzayr\":{},\"yrowgi\":{},\"pdpudqiw\":{}},\"additionalProperties\":\"dataxbovpoeuufwsmd\",\"required\":[\"rb\"],\"maxProperties\":756105714,\"minProperties\":1511026721,\"allOf\":[{}],\"discriminator\":\"isxspnmfyd\",\"readOnly\":true,\"xml\":{\"name\":\"no\",\"namespace\":\"bdvjlqfzlbpeh\",\"prefix\":\"pgllrh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ezm\":\"datazy\",\"xzgjysmtsktous\":\"datajqpdchdsxvkmgp\",\"izfwdmaenwhqafz\":\"databwddpjsokosugr\"}},\"externalDocs\":{\"description\":\"onjqnienctwb\",\"uri\":\"hfmognnwx\",\"extensions\":{\"yyrfpnbyxyg\":\"datalrqamf\",\"dzs\":\"databvidps\",\"ufdctgsdx\":\"dataxhvzgl\",\"kennnyyvvlgsadpv\":\"dataxkddxoatlprs\"}},\"example\":\"datajtfplgxcjrctb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fjamgnpeosusiy\",\"valuePath\":\"ofljab\",\"parameters\":{\"saknhmizcfkcl\":\"dataalipbuqkdieuop\",\"ygzkdbmjzobc\":\"datamoonnriah\",\"kptteojxhwg\":\"datavbbuuipel\",\"vkjdhsl\":\"dataahxgrpwjgk\"}},\"dynamicSchemaNew\":{\"operationId\":\"mwwtzx\",\"valuePath\":\"wqiwgjwrhu\",\"parameters\":{\"aaxigafa\":{},\"tt\":{},\"oggzdoblpd\":{}}},\"dynamicListNew\":{\"operationId\":\"vgbhbopla\",\"builtInOperation\":\"fbvro\",\"itemsPath\":\"uexqweyslwlppoh\",\"itemValuePath\":\"fgalexy\",\"itemTitlePath\":\"gkadtwd\",\"parameters\":{\"jxtfvxcjd\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datan\",\"required\":[\"uvmokih\",\"clp\"],\"maxProperties\":100287595,\"minProperties\":1788366223,\"allOf\":[{\"ref\":\"kqrqnkpt\",\"type\":\"Array\",\"title\":\"oyzgaevrygggcc\",\"items\":{\"ref\":\"hoplqtzgtpsbym\",\"type\":\"Boolean\",\"title\":\"o\",\"items\":{},\"properties\":{\"qyygf\":{}},\"additionalProperties\":\"datararolc\",\"required\":[\"bynlbwcnnfpfg\",\"tdif\",\"yfjslehgeeyg\"],\"maxProperties\":1043909832,\"minProperties\":71579806,\"allOf\":[{},{},{},{}],\"discriminator\":\"iigrtvqv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxxuuqcmunhfarbg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"howw\":{},\"r\":{}},\"additionalProperties\":\"datawlxh\",\"required\":[\"vqxgejytqnz\",\"cbhayhctjvl\",\"f\"],\"maxProperties\":1544229051,\"minProperties\":318372183,\"allOf\":[{},{},{},{}],\"discriminator\":\"vyt\",\"readOnly\":false,\"xml\":{\"name\":\"wbaiaqqfu\",\"namespace\":\"muclxgc\",\"prefix\":\"usuyqcvy\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jzrv\":\"datahervvlibrolqxloe\"}},\"externalDocs\":{\"description\":\"syqbfgwujw\",\"uri\":\"thvue\",\"extensions\":{\"jnsp\":\"dataznv\",\"mavfzjwdww\":\"datafqoygutqtjwivv\",\"mshlpqxjx\":\"dataxxehndcpiwcgc\"}},\"example\":\"datawjfxopz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pu\",\"valuePath\":\"gaiv\",\"parameters\":{\"fbflyzcqomlyb\":\"datajjfmzv\"}},\"dynamicSchemaNew\":{\"operationId\":\"o\",\"valuePath\":\"vtvbfpu\",\"parameters\":{\"bt\":{},\"hum\":{}}},\"dynamicListNew\":{\"operationId\":\"wckapoetdfzj\",\"builtInOperation\":\"efcl\",\"itemsPath\":\"anawipdqozvvlq\",\"itemValuePath\":\"pvhwmtd\",\"itemTitlePath\":\"rjvqvuvipsnfeago\",\"parameters\":{\"sascnt\":{},\"wijxkxlto\":{},\"dwiffagfeq\":{},\"mbpgcbltthsuzx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"zsrknscobhh\",\"type\":\"File\",\"title\":\"vpokvhobygffuzh\",\"items\":{\"ref\":\"rfffagoovfwz\",\"type\":\"Boolean\",\"title\":\"vrfjgbxupvhgo\",\"items\":{},\"properties\":{\"uj\":{},\"arowrm\":{}},\"additionalProperties\":\"dataziubkyvcgkoufwk\",\"required\":[\"yt\",\"xrw\",\"jbyaavfm\"],\"maxProperties\":1938484490,\"minProperties\":1924483469,\"allOf\":[{}],\"discriminator\":\"xznmakxyhuetztor\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasszhsewjqgzlo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ljq\":{},\"yxiaakgdkan\":{},\"hvwgc\":{},\"gpbd\":{}},\"additionalProperties\":\"datawgoomap\",\"required\":[\"n\"],\"maxProperties\":931162604,\"minProperties\":1839612991,\"allOf\":[{},{}],\"discriminator\":\"vectooxjztt\",\"readOnly\":true,\"xml\":{\"name\":\"xvsrvkzvxlez\",\"namespace\":\"dybxehjkqogtnfla\",\"prefix\":\"pghfvkqijmyqo\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"yoh\":\"datarrzrrgd\",\"vlwhtfscoups\":\"datamru\"}},\"externalDocs\":{\"description\":\"wb\",\"uri\":\"hawkwc\",\"extensions\":{\"ecvkw\":\"dataqexd\"}},\"example\":\"datajotfunsduejxvr\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"qedofuobx\",\"valuePath\":\"ai\",\"parameters\":{\"ib\":\"datahlpf\",\"gzy\":\"datalmihvzdaycmen\",\"lvgqlexwqwbbell\":\"datal\"}},\"dynamicSchemaNew\":{\"operationId\":\"otpc\",\"valuePath\":\"dfmflwfxdkpw\",\"parameters\":{\"yg\":{}}},\"dynamicListNew\":{\"operationId\":\"gchtwxifudlrx\",\"builtInOperation\":\"uftpv\",\"itemsPath\":\"qzitcuvmlltasufq\",\"itemValuePath\":\"pzeszvegawbm\",\"itemTitlePath\":\"gmbirvvv\",\"parameters\":{\"xisa\":{},\"ktuxwzvlh\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"gwuv\",\"type\":\"Integer\",\"title\":\"oqvcjkryn\",\"items\":{\"ref\":\"d\",\"type\":\"File\",\"title\":\"hrygw\",\"items\":{},\"properties\":{\"ioxjw\":{}},\"additionalProperties\":\"datarfotllfzcvhf\",\"required\":[\"cffsbzz\",\"tfxq\"],\"maxProperties\":174498541,\"minProperties\":218889551,\"allOf\":[{},{}],\"discriminator\":\"ct\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapzvqzml\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qudexnicq\":{}},\"additionalProperties\":\"datafqttfqgdoowgqooi\",\"required\":[\"svsnedhkj\",\"wfvetwf\",\"eqvflrr\"],\"maxProperties\":1833153574,\"minProperties\":1099065385,\"allOf\":[{}],\"discriminator\":\"dcwqal\",\"readOnly\":true,\"xml\":{\"name\":\"tpjiscisolk\",\"namespace\":\"pvlsljutawg\",\"prefix\":\"nodrfcl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"xduxhopyavcbmz\":\"datavpeaeyjl\"}},\"externalDocs\":{\"description\":\"vfarqxjoazy\",\"uri\":\"um\",\"extensions\":{\"hxeoqmaqhik\":\"dataaxzrycvacspzjysy\",\"uvosbba\":\"dataei\",\"xqhqgip\":\"datarbqooxvprq\"}},\"example\":\"datatnkngjnhxufo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ijdtpedvhfpfse\",\"valuePath\":\"ywcre\",\"parameters\":{\"qwnmfjktd\":\"datahqqozhesb\",\"lkztaluuupcdao\":\"datad\",\"tu\":\"datatzvajwvxhefm\"}},\"dynamicSchemaNew\":{\"operationId\":\"lmazgpqo\",\"valuePath\":\"psoeocvywtyehln\",\"parameters\":{\"eplyosadxs\":{},\"wdxoxjlvvvzpjjv\":{}}},\"dynamicListNew\":{\"operationId\":\"t\",\"builtInOperation\":\"veogeldnmbckb\",\"itemsPath\":\"bobkxiujaagfe\",\"itemValuePath\":\"uuxqwmzmsi\",\"itemTitlePath\":\"egm\",\"parameters\":{\"brhaqjptkrsjspzi\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"szcau\",\"type\":\"Object\",\"title\":\"yjas\",\"items\":{\"ref\":\"bfttptsdeequova\",\"type\":\"Object\",\"title\":\"wacsfbmbtcef\",\"items\":{},\"properties\":{\"gyumoamq\":{}},\"additionalProperties\":\"dataluslxytiobjle\",\"required\":[\"blob\",\"nfpdilhzgjjeo\",\"ctbgo\"],\"maxProperties\":1599146853,\"minProperties\":390161698,\"allOf\":[{},{}],\"discriminator\":\"bqlbnu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakkzexhbpyoqfbjp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nhwwyhxz\":{},\"thxzrvjfsmfkdh\":{}},\"additionalProperties\":\"datafrmhoo\",\"required\":[\"dgfexakct\"],\"maxProperties\":1273456396,\"minProperties\":2091131884,\"allOf\":[{}],\"discriminator\":\"couuqxmdievkmrs\",\"readOnly\":true,\"xml\":{\"name\":\"hehei\",\"namespace\":\"qqmd\",\"prefix\":\"wxfmrm\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"afcxdldh\":\"datapmthfvsz\",\"urhsmg\":\"datakdeviwpzhfxvlc\",\"rmws\":\"datahbtuujcuavctx\"}},\"externalDocs\":{\"description\":\"myycnnwajxv\",\"uri\":\"idlwmewrgu\",\"extensions\":{\"gnnvmguzq\":\"datagpkunvygu\",\"msnmfjbefszfrxf\":\"dataxwwme\",\"ypxcqmdeecd\":\"dataw\",\"zyhp\":\"datayjs\"}},\"example\":\"dataykgrtwhmad\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jkqtfyuy\",\"valuePath\":\"bshc\",\"parameters\":{\"rhcgbzrlfsewusqu\":\"dataeaitzgewwqwibt\",\"inx\":\"datakrrppmwozw\",\"rkujceeczhsdpf\":\"datartecfvzslttkp\",\"rytgsocqkdclb\":\"dataabmahuwxodddqzew\"}},\"dynamicSchemaNew\":{\"operationId\":\"aoxsgmpdcbhe\",\"valuePath\":\"utuaysxhfupvq\",\"parameters\":{\"lafiaywm\":{},\"ipuyefhhdrmg\":{}}},\"dynamicListNew\":{\"operationId\":\"gyxkgqwmpghxpcxq\",\"builtInOperation\":\"nkxhc\",\"itemsPath\":\"hxsbxllf\",\"itemValuePath\":\"douuyzpaqjahj\",\"itemTitlePath\":\"edtmzhofhk\",\"parameters\":{\"tacguki\":{},\"rdqrfassiii\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"hscayyxgcgbvie\",\"readOnly\":true,\"xml\":{\"name\":\"ukznxdivqopxuno\",\"namespace\":\"tkmknacnfzcytbhd\",\"prefix\":\"agw\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"vqg\":\"datafeyexbgdfyoszwi\",\"nvdabaodiytxq\":\"dataeacqjgedxpbpjwz\"}},\"externalDocs\":{\"description\":\"ehhtltwvij\",\"uri\":\"fqyqvh\",\"extensions\":{\"xqfghlos\":\"datayvhrenozl\",\"esa\":\"dataopmkpcmtsban\"}},\"example\":\"datauewrljmlodst\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"qeogwbsyniwxhcy\",\"valuePath\":\"gqmdbazggrgaostt\",\"parameters\":{\"ydsdmacydqacgyvw\":\"datapoyanir\"}},\"dynamicSchemaNew\":{\"operationId\":\"gul\",\"valuePath\":\"jkasxpp\",\"parameters\":{\"hokkcjjnqx\":{\"operationId\":\"abdufhvsoxnpuap\",\"valuePath\":\"uwekiqlscmtcljo\",\"parameters\":{\"twxvcf\":{}}}}},\"dynamicListNew\":{\"operationId\":\"ayajdf\",\"builtInOperation\":\"xjm\",\"itemsPath\":\"gfbzbxeqzvokfr\",\"itemValuePath\":\"af\",\"itemTitlePath\":\"gjucmuax\",\"parameters\":{\"dgfnaoehk\":{\"operationId\":\"uefsrxqs\",\"valuePath\":\"bbwejr\",\"parameters\":{\"geqpa\":{},\"llfscosfmeot\":{},\"neteehndfpflf\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"wxdgcfcf\",\"itemsPath\":\"yrjwxhslrbwwkbyw\",\"itemValuePath\":\"hsodofsxjik\",\"itemTitlePath\":\"squhu\",\"itemFullTitlePath\":\"qwoggwcxdm\",\"itemIsParent\":\"uwldfahkyft\",\"selectableFilter\":\"kbgsgopyckmncru\",\"parameters\":{\"djmda\":{},\"qkgixfnrneyav\":{},\"dovpwrqcfzokplz\":{}}},\"browse\":{\"operationId\":\"zbwfjumulh\",\"itemsPath\":\"dgnchahldnrpt\",\"itemValuePath\":\"capbkfvowzbk\",\"itemTitlePath\":\"qpzdpu\",\"itemFullTitlePath\":\"wjmohqzzkplqmca\",\"itemIsParent\":\"eiauveeng\",\"selectableFilter\":\"gfpqwwugfw\",\"parameters\":{\"cewbqaibkyeysf\":{},\"ehdydyybz\":{},\"lylhd\":{},\"cjq\":{}}}}},{\"ref\":\"cie\",\"type\":\"String\",\"title\":\"ixf\",\"items\":{\"ref\":\"vecjhbttmhneqd\",\"type\":\"Boolean\",\"title\":\"yxx\",\"items\":{\"ref\":\"bqlakkn\",\"type\":\"Integer\",\"title\":\"e\",\"items\":{\"ref\":\"ljsfcryqrrsjqt\",\"type\":\"Object\",\"title\":\"dm\",\"items\":{},\"properties\":{\"lhyzezcivkzrvy\":{}},\"additionalProperties\":\"datalqgyu\",\"required\":[\"elyjduzapnopoto\",\"prrqcaglytxj\",\"bdpczmzu\"],\"maxProperties\":1128513603,\"minProperties\":1223930197,\"allOf\":[{}],\"discriminator\":\"ecleaqaviqs\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"bsotknhfxpveru\":{},\"ckrzwraqaptqy\":{},\"nlyuyopwwnqoub\":{},\"b\":{}},\"additionalProperties\":\"datavf\",\"required\":[\"flcxeosyl\"],\"maxProperties\":591255698,\"minProperties\":1644992395,\"allOf\":[{},{},{},{}],\"discriminator\":\"bqrfwnpwvpnbg\",\"readOnly\":false,\"xml\":{\"name\":\"kzeaiaycauvlfsc\",\"namespace\":\"qpzqivfgemvuicxw\",\"prefix\":\"rydl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"cdum\":\"datafljjatjmndb\",\"skvzvkddaeiep\":\"dataqhatckomdyfj\",\"sxym\":\"datajrmk\"}},\"externalDocs\":{\"description\":\"duawokrhhjyahrmu\",\"uri\":\"sdyruosidtxm\",\"extensions\":{\"gzkq\":\"datajim\",\"nfbms\":\"datapldrnbjhd\"}},\"example\":\"datatzufk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ddrtngdc\",\"valuePath\":\"jzgzaeuu\",\"parameters\":{\"lqe\":\"dataheq\",\"fhpyuegdynydd\":\"dataaskrgoo\"}},\"dynamicSchemaNew\":{\"operationId\":\"izlzxht\",\"valuePath\":\"glgmf\",\"parameters\":{\"olaflsjwaw\":{},\"kqmznkcwiokuyk\":{},\"vxmobnehbb\":{},\"htcoelx\":{}}},\"dynamicListNew\":{\"operationId\":\"pxumgnjmsku\",\"builtInOperation\":\"uogj\",\"itemsPath\":\"wandefmebpal\",\"itemValuePath\":\"yptgwmrz\",\"itemTitlePath\":\"cfdsvmptnrz\",\"parameters\":{\"cncdazwtlgora\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"sjkqfabju\":{\"ref\":\"ufvggv\",\"type\":\"Boolean\",\"title\":\"zfy\",\"items\":{},\"properties\":{\"lb\":{}},\"additionalProperties\":\"datahjdkqfjzgyzjtmak\",\"required\":[\"ty\",\"kihbf\",\"xybtowjz\",\"opzaen\"],\"maxProperties\":2113477079,\"minProperties\":1925812871,\"allOf\":[{},{}],\"discriminator\":\"uwunvwvao\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazzvqzhtmeuiptu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"t\":{\"ref\":\"ts\",\"type\":\"Integer\",\"title\":\"ciokdrjdey\",\"items\":{},\"properties\":{\"nbadkzpqctupl\":{},\"kjexqnrnzlalug\":{}},\"additionalProperties\":\"dataftrbxo\",\"required\":[\"ovarfqverx\",\"lquq\",\"epgvj\"],\"maxProperties\":119360590,\"minProperties\":612745950,\"allOf\":[{}],\"discriminator\":\"baummddwqiucpjpr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mzpwkcagfqgzqgmj\":{\"ref\":\"ylvrofhhitjhh\",\"type\":\"Number\",\"title\":\"r\",\"items\":{},\"properties\":{\"llmbllsh\":{},\"fdrimoopfr\":{}},\"additionalProperties\":\"datajjrhxornuoqpob\",\"required\":[\"sdxkwmqe\"],\"maxProperties\":2051502694,\"minProperties\":1239886501,\"allOf\":[{},{}],\"discriminator\":\"xjolseoixqpn\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataakroxk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datardpvblonlhtgexwj\",\"required\":[\"uzqavimxnhy\",\"wogtv\",\"rbgdart\"],\"maxProperties\":1299564567,\"minProperties\":2026214759,\"allOf\":[{\"ref\":\"dclkmg\",\"type\":\"Array\",\"title\":\"fyxaiafelmxekfvy\",\"items\":{},\"properties\":{\"duoayapzz\":{},\"xkuusba\":{}},\"additionalProperties\":\"dataassqeybdnzeyakg\",\"required\":[\"hfqmxzkicxt\"],\"maxProperties\":1620974941,\"minProperties\":927853956,\"allOf\":[{},{}],\"discriminator\":\"taarboxaluoa\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajnpef\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"ahlqmcboxgpmmz\",\"type\":\"Integer\",\"title\":\"llxcmahzylspzc\",\"items\":{},\"properties\":{\"nlbtriaecvagudrh\":{},\"dgyh\":{},\"rasxeomjqqhbkxi\":{}},\"additionalProperties\":\"dataiafbhzdj\",\"required\":[\"rzijggbpdp\"],\"maxProperties\":1484795221,\"minProperties\":114139905,\"allOf\":[{},{},{}],\"discriminator\":\"zaliicrut\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"qzwnoghqdlj\",\"readOnly\":true,\"xml\":{\"name\":\"pvvnbuknvkut\",\"namespace\":\"zxuuqbuvpbeswgkr\",\"prefix\":\"zpufkcamzc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"eymmcbiktetzvqt\":\"datapegcgdndpbs\",\"yimyg\":\"dataesvcs\",\"nbzqweohml\":\"datawduzp\"}},\"externalDocs\":{\"description\":\"xadmauanxzr\",\"uri\":\"mhaerhxdsh\",\"extensions\":{\"q\":\"datakhjjbwelicrxb\",\"kddxljjzdbzk\":\"dataoguypmselwszqve\"}},\"example\":\"datagw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hcs\",\"valuePath\":\"iygpqxq\",\"parameters\":{\"ypjkjirvj\":\"datafdv\",\"vjlhnimuae\":\"datagsa\",\"lzofuzthszjyanh\":\"datakympwquu\"}},\"dynamicSchemaNew\":{\"operationId\":\"qeftgunropdpu\",\"valuePath\":\"sdtqzxjbxolmehq\",\"parameters\":{\"hgib\":{}}},\"dynamicListNew\":{\"operationId\":\"ojupenoupc\",\"builtInOperation\":\"xcwrsz\",\"itemsPath\":\"desisdkcuh\",\"itemValuePath\":\"sk\",\"itemTitlePath\":\"yueeeu\",\"parameters\":{\"nbymrgelgoduexxf\":{},\"dfrzenvkq\":{},\"vtqpwq\":{},\"vqtnozwphkaqra\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"ohbzbbjxkamitgvq\",\"itemsPath\":\"dvdbyelrteunkwyp\",\"itemValuePath\":\"qfm\",\"itemTitlePath\":\"gtdfqlfd\",\"itemFullTitlePath\":\"ylzdbrwjlw\",\"itemIsParent\":\"hfrxwiqjsfgkwrcb\",\"selectableFilter\":\"yprabp\",\"parameters\":{\"czoi\":{},\"abjb\":{},\"y\":{},\"ddijfkkt\":{}}},\"browse\":{\"operationId\":\"s\",\"itemsPath\":\"pl\",\"itemValuePath\":\"erxydsompncea\",\"itemTitlePath\":\"jtmpaczkjkfak\",\"itemFullTitlePath\":\"wtpesfa\",\"itemIsParent\":\"j\",\"selectableFilter\":\"ceuwm\",\"parameters\":{\"lvpyhhgq\":{},\"szjui\":{},\"zhvejqjekolnylp\":{},\"kjpakaouy\":{}}}}},\"properties\":{\"twmxe\":{\"ref\":\"xaicheycak\",\"type\":\"File\",\"title\":\"yd\",\"items\":{\"ref\":\"yha\",\"type\":\"Boolean\",\"title\":\"a\",\"items\":{},\"properties\":{\"uqe\":{},\"cnhs\":{}},\"additionalProperties\":\"datafbk\",\"required\":[\"eeqofwbekpeerwss\",\"zmrpdjrylfpdu\"],\"maxProperties\":1261148090,\"minProperties\":1546292608,\"allOf\":[{},{}],\"discriminator\":\"iehxbanf\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqssngeviy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"psyhdapynp\":{},\"gyafttbetzy\":{},\"tgp\":{}},\"additionalProperties\":\"dataczfpoybjk\",\"required\":[\"ajkyrhucbfkaqlp\",\"zpteron\",\"qaktao\",\"mgefobcqvzm\"],\"maxProperties\":302626916,\"minProperties\":556091208,\"allOf\":[{}],\"discriminator\":\"cmosqvojgolmkklz\",\"readOnly\":false,\"xml\":{\"name\":\"nclntaoidjhoykg\",\"namespace\":\"vrnfikire\",\"prefix\":\"vjfizafdgjhnuv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jd\":\"dataxajcsipfwlyei\",\"rjjmvrzfppo\":\"datajmqtei\"}},\"externalDocs\":{\"description\":\"xdgzhnpxbuwauytq\",\"uri\":\"gaxloafws\",\"extensions\":{\"kwmdipnddql\":\"dataqr\",\"v\":\"datajrhctb\"}},\"example\":\"datadamoyvqfjpkez\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"yczmepcacgvl\",\"valuePath\":\"jjbyryrktuvdest\",\"parameters\":{\"xhcrffj\":\"datalnhbqtvyh\"}},\"dynamicSchemaNew\":{\"operationId\":\"upcuizvxjsv\",\"valuePath\":\"l\",\"parameters\":{\"tdscqk\":{}}},\"dynamicListNew\":{\"operationId\":\"floqzmvem\",\"builtInOperation\":\"yddfqfnftrrhh\",\"itemsPath\":\"awizhanvcfx\",\"itemValuePath\":\"kdnfgctxultxhqqv\",\"itemTitlePath\":\"dyya\",\"parameters\":{\"nepubsdinfa\":{},\"ytmqvsdyqy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"yusfkcwfpoa\":{\"ref\":\"cxmyxtpbapoj\",\"type\":\"Number\",\"title\":\"antlpsp\",\"items\":{\"ref\":\"f\",\"type\":\"File\",\"title\":\"pkvvrhoqyvqdvnru\",\"items\":{},\"properties\":{\"xhskhkqlvocrdd\":{}},\"additionalProperties\":\"datahegcolh\",\"required\":[\"klq\",\"unqwcrkkabyx\",\"y\",\"nipywgjg\"],\"maxProperties\":2043055355,\"minProperties\":1077872054,\"allOf\":[{},{},{},{}],\"discriminator\":\"gejypok\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwskckcwymfy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ebwarljplkp\":{},\"mxcdreqaqvspsy\":{}},\"additionalProperties\":\"dataarwtkrbscw\",\"required\":[\"vwmcrhyoestplmy\",\"n\",\"vyjzferhxg\"],\"maxProperties\":502443359,\"minProperties\":1529874765,\"allOf\":[{}],\"discriminator\":\"pqxujxbd\",\"readOnly\":false,\"xml\":{\"name\":\"mljcisxbwsftyt\",\"namespace\":\"mufdynhqlzanta\",\"prefix\":\"ykx\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"adwiqnsmpfeyjvl\":\"datam\",\"ryoleqikcorkem\":\"dataqsy\",\"htbtuvwz\":\"databobx\"}},\"externalDocs\":{\"description\":\"g\",\"uri\":\"eagxikzvnghtknrw\",\"extensions\":{\"nrapxwt\":\"datasnmyuvfml\",\"f\":\"datapxoelfobehr\"}},\"example\":\"dataojjcziytfwkvir\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gnqa\",\"valuePath\":\"k\",\"parameters\":{\"dzvuhw\":\"dataybh\"}},\"dynamicSchemaNew\":{\"operationId\":\"azjv\",\"valuePath\":\"iezdnezxtq\",\"parameters\":{\"rm\":{},\"utzttroymivkkuz\":{},\"vcegyztzhcf\":{}}},\"dynamicListNew\":{\"operationId\":\"xezzumklroogfl\",\"builtInOperation\":\"ospxblyokjwsszye\",\"itemsPath\":\"oukdhnf\",\"itemValuePath\":\"dggjihnzvoehgw\",\"itemTitlePath\":\"gcnkghgczjx\",\"parameters\":{\"igdwpg\":{},\"hqhvnex\":{},\"wxqwcx\":{},\"qlymmhzvn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"t\":{\"ref\":\"gkzgzxqwvvfkqb\",\"type\":\"Array\",\"title\":\"ygdvllbbdfulvhp\",\"items\":{\"ref\":\"xygrniqnxpsebazb\",\"type\":\"Object\",\"title\":\"roq\",\"items\":{},\"properties\":{\"zrrapimtuojq\":{},\"g\":{}},\"additionalProperties\":\"datamyywhfdkjykvez\",\"required\":[\"tzd\"],\"maxProperties\":133654558,\"minProperties\":853590142,\"allOf\":[{},{},{}],\"discriminator\":\"pl\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajrnveqleozqqwia\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"fhysatoplqcujsrl\":{}},\"additionalProperties\":\"datauqkprfqoc\",\"required\":[\"oqfwbsbkobbdssjh\"],\"maxProperties\":1670869035,\"minProperties\":783556700,\"allOf\":[{},{},{},{}],\"discriminator\":\"brxmr\",\"readOnly\":false,\"xml\":{\"name\":\"ulswajbhespfgm\",\"namespace\":\"iski\",\"prefix\":\"slyipjzgmxq\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ooyyfysn\":\"dataoypo\"}},\"externalDocs\":{\"description\":\"nlfu\",\"uri\":\"hono\",\"extensions\":{\"xel\":\"dataeu\",\"m\":\"datamx\",\"fwpu\":\"dataziycnsjswedkfof\",\"olvedzrjkrpor\":\"datawpcutzlvx\"}},\"example\":\"dataddwgozrdglkmgc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"dfoidyhcwcgvyu\",\"valuePath\":\"exenywwkdxq\",\"parameters\":{\"ifwknl\":\"datasxpaapmthdqv\",\"mq\":\"datatvxrtocadt\"}},\"dynamicSchemaNew\":{\"operationId\":\"ecjixcy\",\"valuePath\":\"kiitrdbtr\",\"parameters\":{\"uuessuuzfrwmct\":{},\"ngj\":{},\"c\":{}}},\"dynamicListNew\":{\"operationId\":\"bkrtpu\",\"builtInOperation\":\"yeyqsiniejjb\",\"itemsPath\":\"v\",\"itemValuePath\":\"kwrvtlbb\",\"itemTitlePath\":\"bdtmrijt\",\"parameters\":{\"hvbpvizuuluilgm\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"vcvnmgqlshglympe\":{\"ref\":\"mjxgqsbjc\",\"type\":\"Null\",\"title\":\"uvbzcqgtzx\",\"items\":{\"ref\":\"mrtdznvjgovy\",\"type\":\"Boolean\",\"title\":\"swlepttabrk\",\"items\":{},\"properties\":{\"xkeuyxgp\":{},\"rvvmrdlckpznove\":{},\"bwpai\":{},\"ikzysdharswh\":{}},\"additionalProperties\":\"datarpdxnrdvtvtyqlt\",\"required\":[\"dfplk\"],\"maxProperties\":1951351434,\"minProperties\":2015261361,\"allOf\":[{}],\"discriminator\":\"ba\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataltsnqjcmkpxb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qmyowddhtwaxob\":{},\"zatqocvrdj\":{}},\"additionalProperties\":\"datasclwpst\",\"required\":[\"jdnhocy\",\"ymvnlaehitxo\",\"bfomo\"],\"maxProperties\":1168843813,\"minProperties\":843530899,\"allOf\":[{},{},{},{}],\"discriminator\":\"bvbqxtktkeuapomo\",\"readOnly\":false,\"xml\":{\"name\":\"hptraljcqpu\",\"namespace\":\"athiydmkyvsxcd\",\"prefix\":\"ghajpddgfoz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"mwptdrrruy\":\"dataoesozcuhunmfz\"}},\"externalDocs\":{\"description\":\"iumuxnabivg\",\"uri\":\"kxhmxz\",\"extensions\":{\"atv\":\"dataoiut\",\"mvoykekm\":\"databiojncgjo\",\"qpwhp\":\"datapseass\"}},\"example\":\"datadosfgbvsozjf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jci\",\"valuePath\":\"lbpuemqetmo\",\"parameters\":{\"oyl\":\"datahhed\",\"sghbdvsorvhbygwt\":\"datacrldwcc\"}},\"dynamicSchemaNew\":{\"operationId\":\"lzzkbxwncggamxb\",\"valuePath\":\"izydaiolnkkg\",\"parameters\":{\"xvq\":{}}},\"dynamicListNew\":{\"operationId\":\"wmo\",\"builtInOperation\":\"xylt\",\"itemsPath\":\"qjfoujeiagnyeefj\",\"itemValuePath\":\"ayrwyffut\",\"itemTitlePath\":\"xrpxdhzwdy\",\"parameters\":{\"hvxhwexwhos\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datazvcfh\",\"required\":[\"ropxeezlqwbgl\",\"twz\",\"tkhyrwdsnpuo\",\"orfpizyb\"],\"maxProperties\":1044233367,\"minProperties\":1440544202,\"allOf\":[{\"ref\":\"zghwcywrbm\",\"type\":\"Integer\",\"title\":\"kkffwf\",\"items\":{\"ref\":\"e\",\"type\":\"Boolean\",\"title\":\"sqyjsw\",\"items\":{},\"properties\":{\"fcoayu\":{},\"wntghjmmjmmj\":{},\"xhyfj\":{}},\"additionalProperties\":\"dataemnidbay\",\"required\":[\"rsb\",\"niocyo\",\"p\"],\"maxProperties\":255189296,\"minProperties\":1153805309,\"allOf\":[{},{},{}],\"discriminator\":\"waffsjqn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagojzcargsxmawlv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jwggpcdugwddobpc\":{},\"jwexed\":{},\"m\":{},\"cgqifhy\":{}},\"additionalProperties\":\"dataugwkqnmhfmll\",\"required\":[\"hthxcrweeqkdmpfm\",\"rc\",\"lsnjftnfdcjtveib\"],\"maxProperties\":568505147,\"minProperties\":1687145216,\"allOf\":[{},{}],\"discriminator\":\"xysutsofdh\",\"readOnly\":true,\"xml\":{\"name\":\"strms\",\"namespace\":\"dgrzkeuplorn\",\"prefix\":\"ssmaaxz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"htbjyycacoelv\":\"dataiscbz\"}},\"externalDocs\":{\"description\":\"tm\",\"uri\":\"alqqrymjwwo\",\"extensions\":{\"dubwmalthc\":\"dataefellhdsgo\",\"l\":\"datavuvwdp\",\"nbmfml\":\"datahnaghglaxj\",\"vlrsfmtrmod\":\"dataqatswvtddpicwnb\"}},\"example\":\"dataxerkaiikb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pqrke\",\"valuePath\":\"juaezkbr\",\"parameters\":{\"dwoyqvcyqjjx\":\"dataulhtqvtpkodijc\",\"yuhoxulevp\":\"dataijbf\",\"jmpnvgkxs\":\"databirhgjmphyacd\",\"stqbxpyfawkjei\":\"datahljtkuyvytfuq\"}},\"dynamicSchemaNew\":{\"operationId\":\"hzvscnd\",\"valuePath\":\"lscokafaqqipv\",\"parameters\":{\"zsss\":{},\"ncghgi\":{},\"qkotxodbxzhadm\":{}}},\"dynamicListNew\":{\"operationId\":\"nootcyyupa\",\"builtInOperation\":\"oodhnzkmjoy\",\"itemsPath\":\"ogwj\",\"itemValuePath\":\"snryk\",\"itemTitlePath\":\"xa\",\"parameters\":{\"sjewxphn\":{},\"weyzvrixcvese\":{},\"ltlhcjgjuopvkrm\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"dmbxfy\",\"type\":\"Object\",\"title\":\"qvhfyvkxgo\",\"items\":{\"ref\":\"eiucuxwnojvc\",\"type\":\"Null\",\"title\":\"bnfvygt\",\"items\":{},\"properties\":{\"jalpsycvckszn\":{},\"gguucpytsxnuj\":{},\"ffthbziieoxlbc\":{},\"ccraua\":{}},\"additionalProperties\":\"dataevjr\",\"required\":[\"dxqgsteeks\",\"ksvvyvoib\",\"vuqwljmzpyu\"],\"maxProperties\":154633215,\"minProperties\":1070173279,\"allOf\":[{},{}],\"discriminator\":\"tctnqdcgobkceb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamtjsklkw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"fxldqtma\":{},\"dejnemrfq\":{}},\"additionalProperties\":\"datacdpwlezbfgullq\",\"required\":[\"jyxcmqc\",\"gksrorxejf\",\"arphltlf\",\"ray\"],\"maxProperties\":806429098,\"minProperties\":1431227363,\"allOf\":[{},{}],\"discriminator\":\"hbaogfwbk\",\"readOnly\":true,\"xml\":{\"name\":\"egysq\",\"namespace\":\"lbzi\",\"prefix\":\"datvndvwwej\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"e\":\"dataoqwmhcpujygntx\",\"socfxlrzjjffl\":\"databssqthcywyoqxp\",\"ljf\":\"datazm\",\"ygnepj\":\"dataulwlze\"}},\"externalDocs\":{\"description\":\"qdrphiyxjqran\",\"uri\":\"tlachpfzs\",\"extensions\":{\"pbrwv\":\"dataa\",\"oigzwedfteratv\":\"dataovvyhsorcavkfh\",\"wrmujizdmh\":\"datakg\"}},\"example\":\"datafjdiwzgwmumuc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"scva\",\"valuePath\":\"xgelnjgftqkgavgo\",\"parameters\":{\"krastbkskk\":\"dataxpay\",\"dfmplgdxdt\":\"dataiebmwy\"}},\"dynamicSchemaNew\":{\"operationId\":\"dbwwqt\",\"valuePath\":\"fofrfvhbbno\",\"parameters\":{\"krlkdouk\":{},\"scmdsjgowshlgua\":{},\"eqlh\":{}}},\"dynamicListNew\":{\"operationId\":\"yfacexp\",\"builtInOperation\":\"qykicesqpvmoxil\",\"itemsPath\":\"kqiqsriubem\",\"itemValuePath\":\"uygmrenrbn\",\"itemTitlePath\":\"afmophtky\",\"parameters\":{\"ayngmow\":{},\"cnvfgqxqhy\":{},\"uapd\":{},\"slroqxrvycj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"gyxmpmsacbamtoqs\",\"type\":\"Object\",\"title\":\"yxdigkggzm\",\"items\":{\"ref\":\"hqeosxdsx\",\"type\":\"Array\",\"title\":\"iottdawgkaohhtt\",\"items\":{},\"properties\":{\"pidzjjjfcyskpn\":{},\"kxoicbxsmfvltbo\":{},\"qhvtpmvppvgrigj\":{}},\"additionalProperties\":\"datarlgkoqbzrclar\",\"required\":[\"mfku\",\"ybemoramshqvkuq\",\"zvzqhvzjdsn\"],\"maxProperties\":1261131211,\"minProperties\":62007038,\"allOf\":[{},{},{}],\"discriminator\":\"goz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataugjalmzpfyl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"dxcizropzgjle\":{},\"cf\":{},\"bhqkvbins\":{}},\"additionalProperties\":\"dataw\",\"required\":[\"goupdqeflvd\",\"aqcqlexobeekzyeb\",\"atwbbfjd\"],\"maxProperties\":841237042,\"minProperties\":241544995,\"allOf\":[{},{}],\"discriminator\":\"cahhfuydg\",\"readOnly\":true,\"xml\":{\"name\":\"v\",\"namespace\":\"yuspz\",\"prefix\":\"vibp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zivfoyqv\":\"dataefepwkhruzzwgbb\",\"quvvsc\":\"datalhsxeasxs\",\"k\":\"datapkmohd\",\"uzvmorsyirf\":\"datarqyib\"}},\"externalDocs\":{\"description\":\"zuboigorwpbbjz\",\"uri\":\"aqoilgkznnzpvjw\",\"extensions\":{\"yper\":\"dataviceqyrajdvvsaat\",\"azztvotf\":\"dataazcchvwwc\",\"fgxx\":\"datahayfx\",\"wqoszcmfmyn\":\"datafzlig\"}},\"example\":\"dataigjcnkadm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"knewpnpun\",\"valuePath\":\"jbnhbxvvufq\",\"parameters\":{\"srcqdthmlqa\":\"datauosajq\",\"akc\":\"datadlcukdmrvr\",\"tqgabbx\":\"datalsnprda\",\"pkxbwobovexsnm\":\"dataxacgm\"}},\"dynamicSchemaNew\":{\"operationId\":\"bmujlsztpygq\",\"valuePath\":\"dlxsn\",\"parameters\":{\"cimksfejz\":{}}},\"dynamicListNew\":{\"operationId\":\"lbzmngxzpdnbjo\",\"builtInOperation\":\"ddvtnbtv\",\"itemsPath\":\"kjfkaoe\",\"itemValuePath\":\"myizdglzzaufi\",\"itemTitlePath\":\"vyxyrykn\",\"parameters\":{\"jgpyvjg\":{},\"jyj\":{},\"hwbbhwr\":{},\"c\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"rvpamfpi\",\"type\":\"Array\",\"title\":\"bfkmfbruuh\",\"items\":{\"ref\":\"ge\",\"type\":\"Array\",\"title\":\"bjf\",\"items\":{},\"properties\":{\"rqu\":{},\"lnhxr\":{}},\"additionalProperties\":\"datashicvrmwbg\",\"required\":[\"l\"],\"maxProperties\":1170979422,\"minProperties\":820446074,\"allOf\":[{}],\"discriminator\":\"srfshkjg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavtxibrooogijiqwx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rbvruhdjziv\":{}},\"additionalProperties\":\"dataxi\",\"required\":[\"nqmbfptzix\",\"ksxxbdtjvv\"],\"maxProperties\":368832321,\"minProperties\":2116316686,\"allOf\":[{},{},{},{}],\"discriminator\":\"lmq\",\"readOnly\":false,\"xml\":{\"name\":\"nwij\",\"namespace\":\"yxtxerxttobosjx\",\"prefix\":\"ytten\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"spjqhiv\":\"datayycvtyablyim\",\"eoutqo\":\"datablqvwhjgtbh\"}},\"externalDocs\":{\"description\":\"tqibqbougcwzgdfd\",\"uri\":\"xoutkgezulnnt\",\"extensions\":{\"oeoywy\":\"datarejxjhlxoljb\",\"rx\":\"datahhavwhrivvzrccy\"}},\"example\":\"dataypwudeearbbxan\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ju\",\"valuePath\":\"idzh\",\"parameters\":{\"pcenirjhd\":\"datapqcg\",\"btlharjbakp\":\"dataxup\"}},\"dynamicSchemaNew\":{\"operationId\":\"ugcngdulvd\",\"valuePath\":\"hguvaimkoyrpps\",\"parameters\":{\"duwkbozl\":{},\"rhnghvlvdjxbjq\":{},\"abitevvowiypy\":{},\"jz\":{}}},\"dynamicListNew\":{\"operationId\":\"dfyvgcftaqydcr\",\"builtInOperation\":\"hmneykxewemtazmr\",\"itemsPath\":\"zpxoqegerxmlfnu\",\"itemValuePath\":\"myr\",\"itemTitlePath\":\"tdkpoxzwgrsnit\",\"parameters\":{\"aehjhwklfjzqqgy\":{},\"anwej\":{},\"n\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"swytkwt\",\"readOnly\":false,\"xml\":{\"name\":\"ksormfhru\",\"namespace\":\"xmnrdf\",\"prefix\":\"bhrvonea\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"tasaurxtoxlxoj\":\"dataypbdf\"}},\"externalDocs\":{\"description\":\"tsyrxynnfsknycis\",\"uri\":\"cpxftyhfcduqsdur\",\"extensions\":{\"ztpnrysxxajr\":\"dataawryctzslf\",\"ddvnobesowbtnfq\":\"datacighl\"}},\"example\":\"datacaxjp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ucmeuuuajiot\",\"valuePath\":\"xofqjninrskq\",\"parameters\":{\"ygwpwqux\":\"datatiuveazuciwbi\",\"voolkmf\":\"dataqgslspihuxgvvio\"}},\"dynamicSchemaNew\":{\"operationId\":\"fbbrndaquxvufr\",\"valuePath\":\"aehssosowav\",\"parameters\":{\"tzgk\":{\"operationId\":\"eyeblkgupgnstq\",\"valuePath\":\"xfmhioart\",\"parameters\":{\"ufktqgtjffctre\":{}}},\"mftkqzafjycfb\":{\"operationId\":\"fztrvonbtnnwamk\",\"valuePath\":\"yskm\",\"parameters\":{\"sbzn\":{},\"ng\":{},\"rwotlpsswosl\":{}}},\"bhclb\":{\"operationId\":\"zbaboeegalecqy\",\"valuePath\":\"yzilocn\",\"parameters\":{\"nhiaqegjvhyvn\":{}}},\"whsfhecpstfe\":{\"operationId\":\"soqzzyrovvnacxmj\",\"valuePath\":\"clhcqcjngwmb\",\"parameters\":{\"sidasovlrjggvyd\":{},\"jebbacscirztsapx\":{},\"bk\":{}}}}},\"dynamicListNew\":{\"operationId\":\"lyqmlg\",\"builtInOperation\":\"hcnybhvzltbgw\",\"itemsPath\":\"epjmkruzogs\",\"itemValuePath\":\"oqjbnfaxcdcmqe\",\"itemTitlePath\":\"sirotj\",\"parameters\":{\"hdlwlehhqxy\":{\"operationId\":\"gobs\",\"valuePath\":\"tc\",\"parameters\":{\"yuvhl\":{},\"mjpzgjnqif\":{},\"znfdboumpks\":{},\"kdjpfsmdg\":{}}},\"uimvz\":{\"operationId\":\"bkwvrrptbls\",\"valuePath\":\"akzgryfxwwqbey\",\"parameters\":{\"njmj\":{},\"es\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"malvzxucnpaesr\",\"itemsPath\":\"refifbislj\",\"itemValuePath\":\"qqjmfrmqe\",\"itemTitlePath\":\"cbrmmweeuyohjhpx\",\"itemFullTitlePath\":\"giurmli\",\"itemIsParent\":\"adqeqfxzcxvpog\",\"selectableFilter\":\"kditkwokefde\",\"parameters\":{\"ycwsyqxfowfnsy\":{},\"eytrwy\":{},\"jhmgvmeemjazql\":{}}},\"browse\":{\"operationId\":\"kxtgshadnhol\",\"itemsPath\":\"yxmspudsqwvzu\",\"itemValuePath\":\"qvupjxsrnq\",\"itemTitlePath\":\"fjwo\",\"itemFullTitlePath\":\"zifrmoftilhoyemh\",\"itemIsParent\":\"epgdd\",\"selectableFilter\":\"cdtkv\",\"parameters\":{\"fcqmfvzub\":{},\"hsxtryyrvwmmuo\":{},\"turdhnnmhrizwm\":{},\"ts\":{}}}}}],\"discriminator\":\"qztnbvueizua\",\"readOnly\":false,\"xml\":{\"name\":\"kbvwxyumqoqwv\",\"namespace\":\"yiyeigngrzve\",\"prefix\":\"mxlnhq\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"pccovzkwh\":\"datadmpvp\",\"fujdapcmga\":\"datatfjvfct\",\"atexkwcolnae\":\"datagbnktgotddyd\",\"d\":\"datawsdyvahn\"}},\"externalDocs\":{\"description\":\"mvnzhdsaqme\",\"uri\":\"tkojrruhzvve\",\"extensions\":{\"cczkggbmzdnyrmo\":\"datalehsnlmdosiyzf\",\"umckcbsakoucss\":\"datamaekc\",\"grqzwypwhfybflrp\":\"datawdqilzogi\"}},\"example\":\"datagqqxe\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"sqv\",\"valuePath\":\"sedeqr\",\"parameters\":{\"vbtpvwx\":\"datakxxnqrqd\"}},\"dynamicSchemaNew\":{\"operationId\":\"vicvpagwohk\",\"valuePath\":\"mzssemlozjyov\",\"parameters\":{\"sxidazslwhuyik\":{\"operationId\":\"hbgkgjpie\",\"valuePath\":\"hflgpsal\",\"parameters\":{\"gfwebiwxm\":{\"operationId\":\"mwzpfbiqjrz\",\"valuePath\":\"xizorqliblyb\",\"parameters\":{\"zknkffzdy\":{},\"znidstofd\":{},\"dlmfw\":{},\"b\":{}}}}},\"gvhgyeoikxjpuwg\":{\"operationId\":\"cilinbuokp\",\"valuePath\":\"er\",\"parameters\":{\"woigofumbpmzed\":{\"operationId\":\"l\",\"valuePath\":\"swhqrdvqva\",\"parameters\":{\"u\":{}}},\"xugd\":{\"operationId\":\"jgklmyomavbota\",\"valuePath\":\"ixi\",\"parameters\":{\"yinf\":{},\"wtqvjnoem\":{},\"wutbyaeyyiw\":{},\"aowpdm\":{}}},\"h\":{\"operationId\":\"mwcxvcronrid\",\"valuePath\":\"oyznjddshazlom\",\"parameters\":{\"ipuot\":{},\"iqzqmpgvyydjww\":{},\"rhjh\":{},\"wcfftszswvyi\":{}}}}}}},\"dynamicListNew\":{\"operationId\":\"aqfnbxuwawmbus\",\"builtInOperation\":\"gtsqzkzwo\",\"itemsPath\":\"hhv\",\"itemValuePath\":\"o\",\"itemTitlePath\":\"djhfxb\",\"parameters\":{\"o\":{\"operationId\":\"xusylgpznbklhw\",\"valuePath\":\"yuv\",\"parameters\":{\"hvygxckit\":{\"operationId\":\"rfziubeflvktjbmc\",\"valuePath\":\"l\",\"parameters\":{\"dawgzhbwhjvon\":{}}}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"jcjvdajxebm\",\"itemsPath\":\"yrctfaabkukraqnd\",\"itemValuePath\":\"wdicntqsrhac\",\"itemTitlePath\":\"bpdh\",\"itemFullTitlePath\":\"wf\",\"itemIsParent\":\"iyxqrcuyff\",\"selectableFilter\":\"yovljtrmlxr\",\"parameters\":{\"hhckt\":{\"selectedItemValuePath\":\"gnxmbwdkziwwbq\",\"value\":\"datajithxlpvpk\",\"parameterReference\":\"eiw\",\"required\":true},\"kieyqp\":{\"selectedItemValuePath\":\"mtbprtkvuxwue\",\"value\":\"datacugwkuhqbwgmznv\",\"parameterReference\":\"cn\",\"required\":true},\"q\":{\"selectedItemValuePath\":\"wzzx\",\"value\":\"dataxzcj\",\"parameterReference\":\"sqcw\",\"required\":true},\"xi\":{\"selectedItemValuePath\":\"eoofoxfchunewkss\",\"value\":\"datanhhlh\",\"parameterReference\":\"jcfyv\",\"required\":false}}},\"browse\":{\"operationId\":\"onzifdfswkgw\",\"itemsPath\":\"ghdn\",\"itemValuePath\":\"ydhqkariatxhpx\",\"itemTitlePath\":\"rajoghgxgzbzsa\",\"itemFullTitlePath\":\"amcwet\",\"itemIsParent\":\"sgcwadv\",\"selectableFilter\":\"bageltffqalmcqt\",\"parameters\":{\"lahoz\":{\"selectedItemValuePath\":\"wtcwbgmxwpynslc\",\"value\":\"datavmizx\",\"parameterReference\":\"hhqwwtarxtdgpm\",\"required\":true}}}}}") + .toObject(SwaggerSchema.class); + Assertions.assertEquals("qfmxbdjkmn", model.ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.type()); + Assertions.assertEquals("nowxhyvdbrdvsv", model.title()); + Assertions.assertEquals("tycvlkusgiikhrc", model.items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().type()); + Assertions.assertEquals("epxshmrdisc", model.items().title()); + Assertions.assertEquals("kymktcwmivo", model.items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().type()); + Assertions.assertEquals("gngl", model.items().items().title()); + Assertions.assertEquals("fgazagh", model.items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().items().type()); + Assertions.assertEquals("zwxuxorrutuhvem", model.items().items().items().title()); + Assertions.assertEquals("ssolqy", model.items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().type()); + Assertions.assertEquals("lxo", model.items().items().items().items().title()); + Assertions.assertEquals("kqvrv", model.items().items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().items().type()); + Assertions.assertEquals("cvzfc", model.items().items().items().items().items().title()); + Assertions.assertEquals("yxpmqd", model.items().items().items().items().items().required().get(0)); + Assertions.assertEquals(1694090280, model.items().items().items().items().items().maxProperties()); + Assertions.assertEquals(1308930684, model.items().items().items().items().items().minProperties()); + Assertions.assertEquals("rsoihat", model.items().items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.items().items().items().items().items().readOnly()); + Assertions.assertEquals(true, model.items().items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("ixgz", model.items().items().items().items().required().get(0)); + Assertions.assertEquals(471954679, model.items().items().items().items().maxProperties()); + Assertions.assertEquals(665626685, model.items().items().items().items().minProperties()); + Assertions.assertEquals("gjajkvwko", model.items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.items().items().items().items().readOnly()); + Assertions.assertEquals("zllvna", model.items().items().items().items().xml().name()); + Assertions.assertEquals("gvlpgfygenfakyb", model.items().items().items().items().xml().namespace()); + Assertions.assertEquals("sihzqi", model.items().items().items().items().xml().prefix()); + Assertions.assertEquals(true, model.items().items().items().items().xml().attribute()); + Assertions.assertEquals(false, model.items().items().items().items().xml().wrapped()); + Assertions.assertEquals("lubrukhqbuoyrbdk", model.items().items().items().items().externalDocs().description()); + Assertions.assertEquals("dmvvvjmfj", model.items().items().items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("tyosdpxtsdy", model.items().items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("gef", model.items().items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("hecjg", model.items().items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("djmsngm", model.items().items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("thizsabcylzzie", model.items().items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("mzen", model.items().items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("drue", model.items().items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("exawxo", model.items().items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("dctjwfebqq", model.items().items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("kewqwamptld", model.items().items().items().properties().get("dlbbc").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.items().items().items().properties().get("dlbbc").type()); + Assertions.assertEquals("zljhnxfkffngfpi", model.items().items().items().properties().get("dlbbc").title()); + Assertions.assertEquals("liclmoyo", model.items().items().items().properties().get("dlbbc").required().get(0)); + Assertions.assertEquals(2057868685, model.items().items().items().properties().get("dlbbc").maxProperties()); + Assertions.assertEquals(1258258593, model.items().items().items().properties().get("dlbbc").minProperties()); + Assertions.assertEquals("uqzuscolbqve", + model.items().items().items().properties().get("dlbbc").discriminator()); + Assertions.assertEquals(false, model.items().items().items().properties().get("dlbbc").readOnly()); + Assertions.assertEquals(false, + model.items().items().items().properties().get("dlbbc").notificationUrlExtension()); + Assertions.assertEquals("fxhvnodqqz", model.items().items().items().required().get(0)); + Assertions.assertEquals(1168453176, model.items().items().items().maxProperties()); + Assertions.assertEquals(116276536, model.items().items().items().minProperties()); + Assertions.assertEquals("vlypztuskpncdo", model.items().items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().items().allOf().get(0).type()); + Assertions.assertEquals("p", model.items().items().items().allOf().get(0).title()); + Assertions.assertEquals("d", model.items().items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(494128235, model.items().items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(144915434, model.items().items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("eghtmqo", model.items().items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.items().items().items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, model.items().items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("hcoscoljj", model.items().items().items().discriminator()); + Assertions.assertEquals(true, model.items().items().items().readOnly()); + Assertions.assertEquals("ooefzsdttbqkaq", model.items().items().items().xml().name()); + Assertions.assertEquals("wojvxv", model.items().items().items().xml().namespace()); + Assertions.assertEquals("hrqxrqghotingzi", model.items().items().items().xml().prefix()); + Assertions.assertEquals(true, model.items().items().items().xml().attribute()); + Assertions.assertEquals(true, model.items().items().items().xml().wrapped()); + Assertions.assertEquals("bbkhc", model.items().items().items().externalDocs().description()); + Assertions.assertEquals("cfwoolkugzowg", model.items().items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.items().items().items().notificationUrlExtension()); + Assertions.assertEquals("gmndwohoeashu", model.items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("vbjimzw", model.items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("zrkrztpyay", model.items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("xlnm", model.items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tpcvpahhp", model.items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("yqpvzxxz", model.items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("wtominrufqqa", model.items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("gasfmhbxv", model.items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kqnatxvuzc", model.items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, model.items().items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("eqiwduukaamimkj", model.items().items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("xysjd", model.items().items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("vksijrjgyind", model.items().items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("i", model.items().items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("vuyxuu", model.items().items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("ead", model.items().items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("topdtphvjgv", model.items().items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("gyqshsasmryuyu", model.items().items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("bxrgrztkyqgu", model.items().items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("uih", model.items().items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("bgkyn", model.items().items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("zjndfeemx", model.items().items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("rpfivypm", model.items().items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("zajpcroxppo", model.items().items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("doxklrzatsizny", model.items().items().properties().get("cttg").ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().properties().get("cttg").type()); + Assertions.assertEquals("dpkihqhnfubev", model.items().items().properties().get("cttg").title()); + Assertions.assertEquals("xcezxevltfebqo", model.items().items().properties().get("cttg").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.items().items().properties().get("cttg").items().type()); + Assertions.assertEquals("lqakpstifmftwrph", model.items().items().properties().get("cttg").items().title()); + Assertions.assertEquals("s", model.items().items().properties().get("cttg").items().required().get(0)); + Assertions.assertEquals(357355458, model.items().items().properties().get("cttg").items().maxProperties()); + Assertions.assertEquals(930340533, model.items().items().properties().get("cttg").items().minProperties()); + Assertions.assertEquals("zttqgtllwy", model.items().items().properties().get("cttg").items().discriminator()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").items().readOnly()); + Assertions.assertEquals(true, + model.items().items().properties().get("cttg").items().notificationUrlExtension()); + Assertions.assertEquals("b", model.items().items().properties().get("cttg").required().get(0)); + Assertions.assertEquals(1833532340, model.items().items().properties().get("cttg").maxProperties()); + Assertions.assertEquals(1227881123, model.items().items().properties().get("cttg").minProperties()); + Assertions.assertEquals("ywedbpirbzpauzbb", model.items().items().properties().get("cttg").discriminator()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").readOnly()); + Assertions.assertEquals("zdwpave", model.items().items().properties().get("cttg").xml().name()); + Assertions.assertEquals("gmigsoebdltni", model.items().items().properties().get("cttg").xml().namespace()); + Assertions.assertEquals("imerffhgvcy", model.items().items().properties().get("cttg").xml().prefix()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().attribute()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().wrapped()); + Assertions.assertEquals("kosjwr", model.items().items().properties().get("cttg").externalDocs().description()); + Assertions.assertEquals("tsluqfgksdi", model.items().items().properties().get("cttg").externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").notificationUrlExtension()); + Assertions.assertEquals("fovkmamiy", + model.items().items().properties().get("cttg").dynamicSchemaOld().operationId()); + Assertions.assertEquals("un", model.items().items().properties().get("cttg").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("ubzqazdlrkvi", + model.items().items().properties().get("cttg").dynamicSchemaNew().operationId()); + Assertions.assertEquals("kifqbxmnnidot", + model.items().items().properties().get("cttg").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("mvuwj", model.items().items().properties().get("cttg").dynamicListNew().operationId()); + Assertions.assertEquals("lqfpqql", + model.items().items().properties().get("cttg").dynamicListNew().builtInOperation()); + Assertions.assertEquals("vzlhjgmrodblap", + model.items().items().properties().get("cttg").dynamicListNew().itemsPath()); + Assertions.assertEquals("acz", model.items().items().properties().get("cttg").dynamicListNew().itemValuePath()); + Assertions.assertEquals("niwfc", + model.items().items().properties().get("cttg").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("awpjfkrarerdlg", model.items().items().required().get(0)); + Assertions.assertEquals(620460265, model.items().items().maxProperties()); + Assertions.assertEquals(570741825, model.items().items().minProperties()); + Assertions.assertEquals("w", model.items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().items().allOf().get(0).type()); + Assertions.assertEquals("blitxrrsjs", model.items().items().allOf().get(0).title()); + Assertions.assertEquals("anjsoutrzto", model.items().items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().items().allOf().get(0).items().type()); + Assertions.assertEquals("bnclxhwkzfggsuz", model.items().items().allOf().get(0).items().title()); + Assertions.assertEquals("vufjqvfcfsssm", model.items().items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(869027254, model.items().items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1219794635, model.items().items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("ui", model.items().items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("ofenin", model.items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(883470274, model.items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(856472763, model.items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("xckdlxjpisrdn", model.items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).readOnly()); + Assertions.assertEquals("be", model.items().items().allOf().get(0).xml().name()); + Assertions.assertEquals("vijnubxfiiytqx", model.items().items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("jsyutez", model.items().items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("jbpn", model.items().items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("hfrvsi", model.items().items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("uzyvihevbfvxmtsm", + model.items().items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("retsny", model.items().items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("gni", model.items().items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("oacf", model.items().items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tkpdcdefq", model.items().items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("rmgm", model.items().items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("ddaxaogs", model.items().items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("cmmmbipysehyybo", + model.items().items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("jcvmkkbp", model.items().items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("mkjpajlfp", model.items().items().discriminator()); + Assertions.assertEquals(true, model.items().items().readOnly()); + Assertions.assertEquals("lhejcc", model.items().items().xml().name()); + Assertions.assertEquals("xbnwitaf", model.items().items().xml().namespace()); + Assertions.assertEquals("evpt", model.items().items().xml().prefix()); + Assertions.assertEquals(false, model.items().items().xml().attribute()); + Assertions.assertEquals(false, model.items().items().xml().wrapped()); + Assertions.assertEquals("vijr", model.items().items().externalDocs().description()); + Assertions.assertEquals("esk", model.items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().notificationUrlExtension()); + Assertions.assertEquals("zcy", model.items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("dh", model.items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("v", model.items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("av", model.items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yjuwhizcbqjxmh", + model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").operationId()); + Assertions.assertEquals("tunpcsk", + model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").valuePath()); + Assertions.assertEquals("mgukyw", model.items().items().dynamicListNew().operationId()); + Assertions.assertEquals("uo", model.items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("cex", model.items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("pit", model.items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("qnbs", model.items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("mtcidca", + model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").operationId()); + Assertions.assertEquals("nxhcxct", + model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").valuePath()); + Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("xdwxrwqtbvws", model.items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("akxy", model.items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("kgjhomywlypghhul", model.items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("yfvgpqwgiqmbrisk", model.items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("uihtqfvyqmm", model.items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("uguvlieegjnqwh", model.items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("o", model.items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("rhljwqufudpypb", model.items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("lefxfp", model.items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ajvwfijfd", model.items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("rvsvhmsmrihddnb", model.items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("bqntdder", model.items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("yiwuzpsvcmzs", model.items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("tyyysqnwnl", model.items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("hd", model.items().properties().get("bdhmxbyzfjgr").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().properties().get("bdhmxbyzfjgr").type()); + Assertions.assertEquals("tf", model.items().properties().get("bdhmxbyzfjgr").title()); + Assertions.assertEquals("qb", model.items().properties().get("bdhmxbyzfjgr").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().properties().get("bdhmxbyzfjgr").items().type()); + Assertions.assertEquals("ulymk", model.items().properties().get("bdhmxbyzfjgr").items().title()); + Assertions.assertEquals("ryhxf", model.items().properties().get("bdhmxbyzfjgr").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.items().properties().get("bdhmxbyzfjgr").items().items().type()); + Assertions.assertEquals("npftkgm", model.items().properties().get("bdhmxbyzfjgr").items().items().title()); + Assertions.assertEquals("uuhyncppmmwhjer", + model.items().properties().get("bdhmxbyzfjgr").items().items().required().get(0)); + Assertions.assertEquals(288131133, + model.items().properties().get("bdhmxbyzfjgr").items().items().maxProperties()); + Assertions.assertEquals(1994994052, + model.items().properties().get("bdhmxbyzfjgr").items().items().minProperties()); + Assertions.assertEquals("bxlepsmckgpxdx", + model.items().properties().get("bdhmxbyzfjgr").items().items().discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().items().readOnly()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").items().items().notificationUrlExtension()); + Assertions.assertEquals("tkalhpiybfnk", + model.items().properties().get("bdhmxbyzfjgr").items().required().get(0)); + Assertions.assertEquals(2076981753, model.items().properties().get("bdhmxbyzfjgr").items().maxProperties()); + Assertions.assertEquals(1175073373, model.items().properties().get("bdhmxbyzfjgr").items().minProperties()); + Assertions.assertEquals("qcbnkiv", model.items().properties().get("bdhmxbyzfjgr").items().discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().readOnly()); + Assertions.assertEquals("hmar", model.items().properties().get("bdhmxbyzfjgr").items().xml().name()); + Assertions.assertEquals("wyfcenkbfxqcap", + model.items().properties().get("bdhmxbyzfjgr").items().xml().namespace()); + Assertions.assertEquals("eciradmxokbu", model.items().properties().get("bdhmxbyzfjgr").items().xml().prefix()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().xml().attribute()); + Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").items().xml().wrapped()); + Assertions.assertEquals("pybs", + model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().description()); + Assertions.assertEquals("kgaxmhaszjietfst", + model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().uri()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").items().notificationUrlExtension()); + Assertions.assertEquals("icxepgaxpyde", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("cqdssbmgersdudh", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yrbvmb", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("expnphtqwfp", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("api", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().operationId()); + Assertions.assertEquals("jlfugnrzowcgrz", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("q", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("zawqxnhlva", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("gwxd", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("ylgebr", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").type()); + Assertions.assertEquals("fuyzvbploazc", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").title()); + Assertions.assertEquals("e", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").required().get(0)); + Assertions.assertEquals(1425524785, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").maxProperties()); + Assertions.assertEquals(903351327, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").minProperties()); + Assertions.assertEquals("sfxqcmejezjcb", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").discriminator()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").readOnly()); + Assertions.assertEquals(false, + model.items() + .properties() + .get("bdhmxbyzfjgr") + .properties() + .get("hmeoxxbzagwnomp") + .notificationUrlExtension()); + Assertions.assertEquals("srgkvgavn", model.items().properties().get("bdhmxbyzfjgr").required().get(0)); + Assertions.assertEquals(988153026, model.items().properties().get("bdhmxbyzfjgr").maxProperties()); + Assertions.assertEquals(1104855733, model.items().properties().get("bdhmxbyzfjgr").minProperties()); + Assertions.assertEquals("ysujcvhclgp", model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).type()); + Assertions.assertEquals("yrpwzsmwgebpsk", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).title()); + Assertions.assertEquals("kymjdwirglqibj", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).required().get(0)); + Assertions.assertEquals(337054188, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).maxProperties()); + Assertions.assertEquals(1668245698, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).minProperties()); + Assertions.assertEquals("rrwkcwwitzmxxig", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("mmpvo", model.items().properties().get("bdhmxbyzfjgr").discriminator()); + Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").readOnly()); + Assertions.assertEquals("krxu", model.items().properties().get("bdhmxbyzfjgr").xml().name()); + Assertions.assertEquals("d", model.items().properties().get("bdhmxbyzfjgr").xml().namespace()); + Assertions.assertEquals("ydn", model.items().properties().get("bdhmxbyzfjgr").xml().prefix()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().attribute()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().wrapped()); + Assertions.assertEquals("dprwruexhgd", + model.items().properties().get("bdhmxbyzfjgr").externalDocs().description()); + Assertions.assertEquals("kplaseyltqx", model.items().properties().get("bdhmxbyzfjgr").externalDocs().uri()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").notificationUrlExtension()); + Assertions.assertEquals("wwmjrsmkjalor", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().operationId()); + Assertions.assertEquals("egiczrvnezlcvnd", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("mjmgswt", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().operationId()); + Assertions.assertEquals("skuqgneorqtr", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("p", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().operationId()); + Assertions.assertEquals("blmxblcbwvsqpe", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().builtInOperation()); + Assertions.assertEquals("lcbbu", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemsPath()); + Assertions.assertEquals("pcgirsfil", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemValuePath()); + Assertions.assertEquals("syzcnxjvipehx", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("uzsojblyygftic", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().operationId()); + Assertions.assertEquals("drswqm", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemsPath()); + Assertions.assertEquals("uyqtzo", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("otrbnvoe", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("t", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("qoafdv", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("lrsrfrxylmdjpspi", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("yrcjgptxvz", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().operationId()); + Assertions.assertEquals("unwmbfjjselblwmf", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("pn", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("s", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("mfktytri", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("leqvefnzvhmiwba", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("zxcmsceza", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("rnwwoiviniyoizuw", model.items().required().get(0)); + Assertions.assertEquals(1047091530, model.items().maxProperties()); + Assertions.assertEquals(1479560554, model.items().minProperties()); + Assertions.assertEquals("albs", model.items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().allOf().get(0).type()); + Assertions.assertEquals("j", model.items().allOf().get(0).title()); + Assertions.assertEquals("eaibqjbizbwxuy", model.items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().type()); + Assertions.assertEquals("iwllxtclveqdqtzs", model.items().allOf().get(0).items().title()); + Assertions.assertEquals("wjxry", model.items().allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().items().type()); + Assertions.assertEquals("gh", model.items().allOf().get(0).items().items().title()); + Assertions.assertEquals("xxccf", model.items().allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(112473964, model.items().allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(796947635, model.items().allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("ujywwumbusnaw", model.items().allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().items().readOnly()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("kbp", model.items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(2059319100, model.items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(664391551, model.items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("wauylkbd", model.items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().readOnly()); + Assertions.assertEquals("frtlukaf", model.items().allOf().get(0).items().xml().name()); + Assertions.assertEquals("ylempahyuxxeik", model.items().allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("npw", model.items().allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("ptzkmfvd", model.items().allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("cwosmnwsffi", model.items().allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("nyjbzzwsesqytkt", + model.items().allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("fgxorhsxcsoax", model.items().allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("wjvxycygcvgebfe", + model.items().allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yan", model.items().allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yp", model.items().allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("w", model.items().allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("cfamuikisppygoth", model.items().allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("irhhbogxw", model.items().allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("pymyerpus", model.items().allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("joy", model.items().allOf().get(0).properties().get("alz").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().allOf().get(0).properties().get("alz").type()); + Assertions.assertEquals("okd", model.items().allOf().get(0).properties().get("alz").title()); + Assertions.assertEquals("wc", model.items().allOf().get(0).properties().get("alz").required().get(0)); + Assertions.assertEquals(1626149009, model.items().allOf().get(0).properties().get("alz").maxProperties()); + Assertions.assertEquals(1334629660, model.items().allOf().get(0).properties().get("alz").minProperties()); + Assertions.assertEquals("tnlcvl", model.items().allOf().get(0).properties().get("alz").discriminator()); + Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").readOnly()); + Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").notificationUrlExtension()); + Assertions.assertEquals("iajicrsdgtjxlop", model.items().allOf().get(0).required().get(0)); + Assertions.assertEquals(471453249, model.items().allOf().get(0).maxProperties()); + Assertions.assertEquals(65322636, model.items().allOf().get(0).minProperties()); + Assertions.assertEquals("rszehijlwrfeab", model.items().allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("hjmg", model.items().allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("mfqmvnhsfjxt", model.items().allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(1313462664, model.items().allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(787059976, model.items().allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("yasjwnwnjdrnfgt", model.items().allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals(false, model.items().allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("n", model.items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).readOnly()); + Assertions.assertEquals("ghjxhpppnksqi", model.items().allOf().get(0).xml().name()); + Assertions.assertEquals("megjtoseohoygowd", model.items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("zzugdorc", model.items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("tl", model.items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("zbiroxamnv", model.items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("hofyoqfvmvwplxmu", model.items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("tnneolghgtej", model.items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("cjuuxq", model.items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("i", model.items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("rnaktjopig", model.items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("hheqj", model.items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("hrrxmc", model.items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("rqnuahhke", model.items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("brbdujpsh", model.items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, model.items().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("pvqpqumexnpoaeru", model.items().allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("fhltwlzlmpiprlc", model.items().allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("ewmnwyhql", model.items().allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("mkmx", model.items().allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("mkpa", model.items().allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("pwpbnjc", model.items().allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("wtuniumys", model.items().allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("qlwyqsxeq", model.items().allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("t", model.items().allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("czcxouaneuepgq", model.items().allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("akovslvwpvdm", model.items().allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("c", model.items().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("ucmiqsdsnu", model.items().allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("g", model.items().allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("keacmadyoctmda", model.items().discriminator()); + Assertions.assertEquals(false, model.items().readOnly()); + Assertions.assertEquals("t", model.items().xml().name()); + Assertions.assertEquals("es", model.items().xml().namespace()); + Assertions.assertEquals("toeteufg", model.items().xml().prefix()); + Assertions.assertEquals(true, model.items().xml().attribute()); + Assertions.assertEquals(true, model.items().xml().wrapped()); + Assertions.assertEquals("rvgit", model.items().externalDocs().description()); + Assertions.assertEquals("jixkepl", model.items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().notificationUrlExtension()); + Assertions.assertEquals("qmchlhzngmwem", model.items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("qmkjsvxbagcc", model.items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("doitdfcnxrbyv", model.items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("vgztjtzsgenbdq", model.items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("jcngjcdyk", + model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").operationId()); + Assertions.assertEquals("nfvzbvtxgsnu", + model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").valuePath()); + Assertions.assertEquals("fvdlptu", model.items().dynamicListNew().operationId()); + Assertions.assertEquals("gpdzlfxbiq", model.items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("mxynw", model.items().dynamicListNew().itemsPath()); + Assertions.assertEquals("fnoiphwaedpugxjt", model.items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("idjwszxm", model.items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("yjwadvfqrvtymnc", + model.items().dynamicListNew().parameters().get("rqbfimageiqjne").operationId()); + Assertions.assertEquals("dmjdp", model.items().dynamicListNew().parameters().get("rqbfimageiqjne").valuePath()); + Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("rbtazopfhhtfmhm", model.items().dynamicTree().open().operationId()); + Assertions.assertEquals("nppucfvxqr", model.items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("crhzecnvdumi", model.items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("xmrntphy", model.items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("eddtkpys", model.items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("lpjabz", model.items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("buzaxmkuthooaic", model.items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wwvb", + model.items().dynamicTree().open().parameters().get("fugqfcoraj").selectedItemValuePath()); + Assertions.assertEquals("i", + model.items().dynamicTree().open().parameters().get("fugqfcoraj").parameterReference()); + Assertions.assertEquals(false, model.items().dynamicTree().open().parameters().get("fugqfcoraj").required()); + Assertions.assertEquals("lkffgyfehjs", model.items().dynamicTree().browse().operationId()); + Assertions.assertEquals("euvy", model.items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("mbz", model.items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("fxfyzqrsu", model.items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("lsud", model.items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("iycepjkllyeds", model.items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("mbvirnxeyu", model.items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("pyidecff", + model.items().dynamicTree().browse().parameters().get("ewtlfsw").selectedItemValuePath()); + Assertions.assertEquals("zczswhdgl", + model.items().dynamicTree().browse().parameters().get("ewtlfsw").parameterReference()); + Assertions.assertEquals(false, model.items().dynamicTree().browse().parameters().get("ewtlfsw").required()); + Assertions.assertEquals("dxbpvbsibzm", model.properties().get("obuwhutvcdtgxsy").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.properties().get("obuwhutvcdtgxsy").type()); + Assertions.assertEquals("oexpothtpaqmf", model.properties().get("obuwhutvcdtgxsy").title()); + Assertions.assertEquals("shq", model.properties().get("obuwhutvcdtgxsy").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.properties().get("obuwhutvcdtgxsy").items().type()); + Assertions.assertEquals("kymqmgudvy", model.properties().get("obuwhutvcdtgxsy").items().title()); + Assertions.assertEquals("uvejlcwdgekkjv", model.properties().get("obuwhutvcdtgxsy").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, + model.properties().get("obuwhutvcdtgxsy").items().items().type()); + Assertions.assertEquals("qh", model.properties().get("obuwhutvcdtgxsy").items().items().title()); + Assertions.assertEquals("yir", model.properties().get("obuwhutvcdtgxsy").items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.properties().get("obuwhutvcdtgxsy").items().items().items().type()); + Assertions.assertEquals("doxpvqpblqubfpe", + model.properties().get("obuwhutvcdtgxsy").items().items().items().title()); + Assertions.assertEquals("tqeyonmoigawl", + model.properties().get("obuwhutvcdtgxsy").items().items().items().required().get(0)); + Assertions.assertEquals(1596254728, + model.properties().get("obuwhutvcdtgxsy").items().items().items().maxProperties()); + Assertions.assertEquals(544101742, + model.properties().get("obuwhutvcdtgxsy").items().items().items().minProperties()); + Assertions.assertEquals("jzmfpspaxhfu", + model.properties().get("obuwhutvcdtgxsy").items().items().items().discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().items().items().readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().items().items().notificationUrlExtension()); + Assertions.assertEquals("nwcekqsbnca", + model.properties().get("obuwhutvcdtgxsy").items().items().required().get(0)); + Assertions.assertEquals(1452499326, model.properties().get("obuwhutvcdtgxsy").items().items().maxProperties()); + Assertions.assertEquals(1288400249, model.properties().get("obuwhutvcdtgxsy").items().items().minProperties()); + Assertions.assertEquals("zdwhxputk", model.properties().get("obuwhutvcdtgxsy").items().items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().readOnly()); + Assertions.assertEquals("wzvdfeyaevzjqfx", + model.properties().get("obuwhutvcdtgxsy").items().items().xml().name()); + Assertions.assertEquals("yjzu", model.properties().get("obuwhutvcdtgxsy").items().items().xml().namespace()); + Assertions.assertEquals("xb", model.properties().get("obuwhutvcdtgxsy").items().items().xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().attribute()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().wrapped()); + Assertions.assertEquals("xjcajhsjuq", + model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().description()); + Assertions.assertEquals("zrnubod", + model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().uri()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").items().items().notificationUrlExtension()); + Assertions.assertEquals("p", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("bebafiqxomevke", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xwxlhyszhxot", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yifjufzlg", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("xy", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().operationId()); + Assertions.assertEquals("wde", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("rycixjg", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("mochpwwykfytjkzt", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kwqvckh", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("dl", model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").type()); + Assertions.assertEquals("aapzrkhptyhziqe", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").title()); + Assertions.assertEquals("wonbtgpe", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").required().get(0)); + Assertions.assertEquals(521390190, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").maxProperties()); + Assertions.assertEquals(689577159, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").minProperties()); + Assertions.assertEquals("jg", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").discriminator()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").notificationUrlExtension()); + Assertions.assertEquals("zg", model.properties().get("obuwhutvcdtgxsy").items().required().get(0)); + Assertions.assertEquals(2023681874, model.properties().get("obuwhutvcdtgxsy").items().maxProperties()); + Assertions.assertEquals(1649500805, model.properties().get("obuwhutvcdtgxsy").items().minProperties()); + Assertions.assertEquals("tbwzjbqzqwbhz", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).type()); + Assertions.assertEquals("db", model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).title()); + Assertions.assertEquals("xaeiue", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).required().get(0)); + Assertions.assertEquals(1982848049, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).maxProperties()); + Assertions.assertEquals(1083554549, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).minProperties()); + Assertions.assertEquals("raep", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("tgzvzcfmwfogj", model.properties().get("obuwhutvcdtgxsy").items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().readOnly()); + Assertions.assertEquals("p", model.properties().get("obuwhutvcdtgxsy").items().xml().name()); + Assertions.assertEquals("joclvfz", model.properties().get("obuwhutvcdtgxsy").items().xml().namespace()); + Assertions.assertEquals("krmptapyqees", model.properties().get("obuwhutvcdtgxsy").items().xml().prefix()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().attribute()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().wrapped()); + Assertions.assertEquals("viswixlvnwzn", + model.properties().get("obuwhutvcdtgxsy").items().externalDocs().description()); + Assertions.assertEquals("apy", model.properties().get("obuwhutvcdtgxsy").items().externalDocs().uri()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().notificationUrlExtension()); + Assertions.assertEquals("blwkqztqrnre", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("fmnrweevtun", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("bvsjuthsyse", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("lncyq", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("zdwerjck", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().operationId()); + Assertions.assertEquals("dl", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("gtptmnd", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("foiavpg", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("tnsiu", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("qm", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().operationId()); + Assertions.assertEquals("jdkvyzilr", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("gow", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("xjqru", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("mbqyfecnsq", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("wfuw", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("kc", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wcf", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().operationId()); + Assertions.assertEquals("x", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("rppwksixho", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("vydxjkdsqea", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("dqttiqwixsdx", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("lw", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("ahb", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("yfklbgshbkd", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").type()); + Assertions.assertEquals("sqznv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").title()); + Assertions.assertEquals("trashnf", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().type()); + Assertions.assertEquals("kloeqxccpq", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().title()); + Assertions.assertEquals("zzkzi", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().required().get(0)); + Assertions.assertEquals(1301825066, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().maxProperties()); + Assertions.assertEquals(1127691950, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().minProperties()); + Assertions.assertEquals("mllegucemagsyljw", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().discriminator()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().readOnly()); + Assertions.assertEquals(false, + model.properties() + .get("obuwhutvcdtgxsy") + .properties() + .get("omsqarbtrkd") + .items() + .notificationUrlExtension()); + Assertions.assertEquals("rvffjpwszlfyft", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").required().get(0)); + Assertions.assertEquals(1744967867, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").maxProperties()); + Assertions.assertEquals(598548239, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").minProperties()); + Assertions.assertEquals("byzrpqehrdldvx", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").discriminator()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").readOnly()); + Assertions.assertEquals("npa", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().name()); + Assertions.assertEquals("zfy", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().namespace()); + Assertions.assertEquals("gklywdlxmyoqmam", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().prefix()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().attribute()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().wrapped()); + Assertions.assertEquals("tqkdzu", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().description()); + Assertions.assertEquals("ldzkvbebdjsaoggd", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().uri()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").notificationUrlExtension()); + Assertions.assertEquals("fittheax", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().operationId()); + Assertions.assertEquals("hflnlutacsslel", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xk", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().operationId()); + Assertions.assertEquals("utizpv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tuoarjir", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().operationId()); + Assertions.assertEquals("cuyqt", + model.properties() + .get("obuwhutvcdtgxsy") + .properties() + .get("omsqarbtrkd") + .dynamicListNew() + .builtInOperation()); + Assertions.assertEquals("rzdjgmgfayvbs", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemsPath()); + Assertions.assertEquals("envpz", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemValuePath()); + Assertions.assertEquals("zpizgaujv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("yohfrlyynkgnych", model.properties().get("obuwhutvcdtgxsy").required().get(0)); + Assertions.assertEquals(698428562, model.properties().get("obuwhutvcdtgxsy").maxProperties()); + Assertions.assertEquals(1604188770, model.properties().get("obuwhutvcdtgxsy").minProperties()); + Assertions.assertEquals("hjgli", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).type()); + Assertions.assertEquals("dgnuoewfgt", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).title()); + Assertions.assertEquals("fix", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().type()); + Assertions.assertEquals("vexjqdjkonbgegw", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().title()); + Assertions.assertEquals("rj", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1337384610, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1805094693, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().minProperties()); + Assertions.assertEquals("xr", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().readOnly()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("uplamdgffvxnisoo", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).required().get(0)); + Assertions.assertEquals(1108770912, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).maxProperties()); + Assertions.assertEquals(555522956, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).minProperties()); + Assertions.assertEquals("axvhjrpbnrolgel", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).readOnly()); + Assertions.assertEquals("jtxuuwdmrq", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().name()); + Assertions.assertEquals("lbyjahbzbtl", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().namespace()); + Assertions.assertEquals("cbwmvp", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().wrapped()); + Assertions.assertEquals("krnrbnjkcoloz", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().description()); + Assertions.assertEquals("yputawdmdikuf", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("mguifqjtoxz", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("ljpzauugdar", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("l", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("wwtevfeu", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("jmeipfo", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("aqyxkloabcox", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("avj", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("e", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("asv", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("snpbsungnj", model.properties().get("obuwhutvcdtgxsy").discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").readOnly()); + Assertions.assertEquals("fbjuc", model.properties().get("obuwhutvcdtgxsy").xml().name()); + Assertions.assertEquals("gzjyrdiiwhmrhz", model.properties().get("obuwhutvcdtgxsy").xml().namespace()); + Assertions.assertEquals("vpjydwmaqeytjp", model.properties().get("obuwhutvcdtgxsy").xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").xml().attribute()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").xml().wrapped()); + Assertions.assertEquals("ckpdpdcnr", model.properties().get("obuwhutvcdtgxsy").externalDocs().description()); + Assertions.assertEquals("skikqdqiybqtl", model.properties().get("obuwhutvcdtgxsy").externalDocs().uri()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").notificationUrlExtension()); + Assertions.assertEquals("pmeglolpotclmbk", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().operationId()); + Assertions.assertEquals("jryt", model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("nthjqgovviv", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().operationId()); + Assertions.assertEquals("xytrafettwytavp", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yqluolgs", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").operationId()); + Assertions.assertEquals("qsapnhhvpb", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").valuePath()); + Assertions.assertEquals("gsaaday", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().operationId()); + Assertions.assertEquals("eqedft", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().builtInOperation()); + Assertions.assertEquals("gm", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemsPath()); + Assertions.assertEquals("kt", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemValuePath()); + Assertions.assertEquals("zyvzixmusiidivbb", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("liqntnoegxo", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").operationId()); + Assertions.assertEquals("uc", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").valuePath()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("xkkoypxwlvthiva", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().operationId()); + Assertions.assertEquals("axoswqw", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemsPath()); + Assertions.assertEquals("lrzlgk", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("pd", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("erxfe", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mzsekvsuzyowr", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("vofrenuvp", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("uqtximrxey", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().operationId()); + Assertions.assertEquals("ynxbuvyglfyfcs", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("jhoxtbsybpefojp", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("xdgqjkfvmrnwg", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("j", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("feiiri", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("jdnknbt", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("vxjgu", model.required().get(0)); + Assertions.assertEquals(1963914522, model.maxProperties()); + Assertions.assertEquals(596081358, model.minProperties()); + Assertions.assertEquals("ix", model.allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.allOf().get(0).type()); + Assertions.assertEquals("r", model.allOf().get(0).title()); + Assertions.assertEquals("xi", model.allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().type()); + Assertions.assertEquals("ljjawsaskullvt", model.allOf().get(0).items().title()); + Assertions.assertEquals("jivh", model.allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().items().type()); + Assertions.assertEquals("zqrpfhzxkjyg", model.allOf().get(0).items().items().title()); + Assertions.assertEquals("dgwdha", model.allOf().get(0).items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().items().items().type()); + Assertions.assertEquals("zb", model.allOf().get(0).items().items().items().title()); + Assertions.assertEquals("iumuzt", model.allOf().get(0).items().items().items().required().get(0)); + Assertions.assertEquals(1189964126, model.allOf().get(0).items().items().items().maxProperties()); + Assertions.assertEquals(1486832633, model.allOf().get(0).items().items().items().minProperties()); + Assertions.assertEquals("tozrveehmvrv", model.allOf().get(0).items().items().items().discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().items().readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().items().notificationUrlExtension()); + Assertions.assertEquals("tle", model.allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(1832476148, model.allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(1101438328, model.allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("krcohhuwzun", model.allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().readOnly()); + Assertions.assertEquals("yhwebhobdocfva", model.allOf().get(0).items().items().xml().name()); + Assertions.assertEquals("mdmbylyndtqujfz", model.allOf().get(0).items().items().xml().namespace()); + Assertions.assertEquals("azujohwwtlerh", model.allOf().get(0).items().items().xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().xml().wrapped()); + Assertions.assertEquals("cngeffrgh", model.allOf().get(0).items().items().externalDocs().description()); + Assertions.assertEquals("mrowhrrguv", model.allOf().get(0).items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("elfyqfbg", model.allOf().get(0).items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("lpdwckmnpzubzqds", + model.allOf().get(0).items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("abape", model.allOf().get(0).items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yzfd", model.allOf().get(0).items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("pcutg", model.allOf().get(0).items().items().dynamicListNew().operationId()); + Assertions.assertEquals("rs", model.allOf().get(0).items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("qgllnhgisiw", model.allOf().get(0).items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("kaeqrnglgit", model.allOf().get(0).items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("efwdkpadktsyy", model.allOf().get(0).items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("wdyzse", model.allOf().get(0).items().properties().get("i").ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().properties().get("i").type()); + Assertions.assertEquals("tqhnsoijucprkqyw", model.allOf().get(0).items().properties().get("i").title()); + Assertions.assertEquals("zx", model.allOf().get(0).items().properties().get("i").required().get(0)); + Assertions.assertEquals(1040495745, model.allOf().get(0).items().properties().get("i").maxProperties()); + Assertions.assertEquals(2125422474, model.allOf().get(0).items().properties().get("i").minProperties()); + Assertions.assertEquals("o", model.allOf().get(0).items().properties().get("i").discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").notificationUrlExtension()); + Assertions.assertEquals("dgmqscijlfulxg", model.allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1136519436, model.allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1182255656, model.allOf().get(0).items().minProperties()); + Assertions.assertEquals("pvplmyzebvghh", model.allOf().get(0).items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().allOf().get(0).type()); + Assertions.assertEquals("hbvbexrbynnl", model.allOf().get(0).items().allOf().get(0).title()); + Assertions.assertEquals("nled", model.allOf().get(0).items().allOf().get(0).required().get(0)); + Assertions.assertEquals(864257917, model.allOf().get(0).items().allOf().get(0).maxProperties()); + Assertions.assertEquals(1081240469, model.allOf().get(0).items().allOf().get(0).minProperties()); + Assertions.assertEquals("ctdnnqokqeuzs", model.allOf().get(0).items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("pkyetmtk", model.allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().readOnly()); + Assertions.assertEquals("isdvyfl", model.allOf().get(0).items().xml().name()); + Assertions.assertEquals("qgxljsbtos", model.allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("cv", model.allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("io", model.allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("hxxbneiobubtpyem", model.allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("pvdlxyyotclcu", model.allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("llnwmgqcf", model.allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xydiuv", model.allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("pwk", model.allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("hdkqdjwthwcpi", model.allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("asnafdjinw", model.allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("rnjgs", model.allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("zbdhr", model.allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("panhygcahijb", model.allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("ow", model.allOf().get(0).items().dynamicTree().open().operationId()); + Assertions.assertEquals("be", model.allOf().get(0).items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("hxikrgokyngarwz", model.allOf().get(0).items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("zjxgassmna", model.allOf().get(0).items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("polueylqysgmiix", + model.allOf().get(0).items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("ekcwec", model.allOf().get(0).items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("tkdginm", model.allOf().get(0).items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("eyowrwvbqvbcqgq", model.allOf().get(0).items().dynamicTree().browse().operationId()); + Assertions.assertEquals("opqgiqfax", model.allOf().get(0).items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("jpyzcgugslpvyktf", + model.allOf().get(0).items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("faabibv", model.allOf().get(0).items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("ocdkpvvkq", model.allOf().get(0).items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("hdxnzjza", model.allOf().get(0).items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("hiztfmibw", model.allOf().get(0).items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("tiyx", model.allOf().get(0).properties().get("wgen").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).properties().get("wgen").type()); + Assertions.assertEquals("izoybtehky", model.allOf().get(0).properties().get("wgen").title()); + Assertions.assertEquals("mmyznwrcfqwkqu", model.allOf().get(0).properties().get("wgen").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.allOf().get(0).properties().get("wgen").items().type()); + Assertions.assertEquals("vqohwiwhrq", model.allOf().get(0).properties().get("wgen").items().title()); + Assertions.assertEquals("skzw", model.allOf().get(0).properties().get("wgen").items().required().get(0)); + Assertions.assertEquals(1399085420, model.allOf().get(0).properties().get("wgen").items().maxProperties()); + Assertions.assertEquals(1898444454, model.allOf().get(0).properties().get("wgen").items().minProperties()); + Assertions.assertEquals("f", model.allOf().get(0).properties().get("wgen").items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").items().readOnly()); + Assertions.assertEquals(false, + model.allOf().get(0).properties().get("wgen").items().notificationUrlExtension()); + Assertions.assertEquals("nfeealph", model.allOf().get(0).properties().get("wgen").required().get(0)); + Assertions.assertEquals(1915459293, model.allOf().get(0).properties().get("wgen").maxProperties()); + Assertions.assertEquals(588288736, model.allOf().get(0).properties().get("wgen").minProperties()); + Assertions.assertEquals("wdrvkb", model.allOf().get(0).properties().get("wgen").discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").readOnly()); + Assertions.assertEquals("vkhfzldzz", model.allOf().get(0).properties().get("wgen").xml().name()); + Assertions.assertEquals("rzhjqengopdvnz", model.allOf().get(0).properties().get("wgen").xml().namespace()); + Assertions.assertEquals("liodajxvs", model.allOf().get(0).properties().get("wgen").xml().prefix()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().wrapped()); + Assertions.assertEquals("nkles", model.allOf().get(0).properties().get("wgen").externalDocs().description()); + Assertions.assertEquals("dvakqajiantcyrd", model.allOf().get(0).properties().get("wgen").externalDocs().uri()); + Assertions.assertEquals(true, model.allOf().get(0).properties().get("wgen").notificationUrlExtension()); + Assertions.assertEquals("krnkuuot", + model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().operationId()); + Assertions.assertEquals("myb", model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("huhujkzj", + model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().operationId()); + Assertions.assertEquals("zgphipteoqldnh", + model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("nim", model.allOf().get(0).properties().get("wgen").dynamicListNew().operationId()); + Assertions.assertEquals("pxdzmpjfbd", + model.allOf().get(0).properties().get("wgen").dynamicListNew().builtInOperation()); + Assertions.assertEquals("awhb", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemsPath()); + Assertions.assertEquals("xnmyxzhiocqoydqy", + model.allOf().get(0).properties().get("wgen").dynamicListNew().itemValuePath()); + Assertions.assertEquals("fn", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("uvmokih", model.allOf().get(0).required().get(0)); + Assertions.assertEquals(100287595, model.allOf().get(0).maxProperties()); + Assertions.assertEquals(1788366223, model.allOf().get(0).minProperties()); + Assertions.assertEquals("kqrqnkpt", model.allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("oyzgaevrygggcc", model.allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("hoplqtzgtpsbym", model.allOf().get(0).allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.allOf().get(0).allOf().get(0).items().type()); + Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).items().title()); + Assertions.assertEquals("bynlbwcnnfpfg", model.allOf().get(0).allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1043909832, model.allOf().get(0).allOf().get(0).items().maxProperties()); + Assertions.assertEquals(71579806, model.allOf().get(0).allOf().get(0).items().minProperties()); + Assertions.assertEquals("iigrtvqv", model.allOf().get(0).allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("vqxgejytqnz", model.allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(1544229051, model.allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(318372183, model.allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("vyt", model.allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals("wbaiaqqfu", model.allOf().get(0).allOf().get(0).xml().name()); + Assertions.assertEquals("muclxgc", model.allOf().get(0).allOf().get(0).xml().namespace()); + Assertions.assertEquals("usuyqcvy", model.allOf().get(0).allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().wrapped()); + Assertions.assertEquals("syqbfgwujw", model.allOf().get(0).allOf().get(0).externalDocs().description()); + Assertions.assertEquals("thvue", model.allOf().get(0).allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("pu", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("gaiv", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("vtvbfpu", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("wckapoetdfzj", model.allOf().get(0).allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("efcl", model.allOf().get(0).allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("anawipdqozvvlq", model.allOf().get(0).allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("pvhwmtd", model.allOf().get(0).allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("rjvqvuvipsnfeago", + model.allOf().get(0).allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("hscayyxgcgbvie", model.allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).readOnly()); + Assertions.assertEquals("ukznxdivqopxuno", model.allOf().get(0).xml().name()); + Assertions.assertEquals("tkmknacnfzcytbhd", model.allOf().get(0).xml().namespace()); + Assertions.assertEquals("agw", model.allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.allOf().get(0).xml().wrapped()); + Assertions.assertEquals("ehhtltwvij", model.allOf().get(0).externalDocs().description()); + Assertions.assertEquals("fqyqvh", model.allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("qeogwbsyniwxhcy", model.allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("gqmdbazggrgaostt", model.allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("gul", model.allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("jkasxpp", model.allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("abdufhvsoxnpuap", + model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").operationId()); + Assertions.assertEquals("uwekiqlscmtcljo", + model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").valuePath()); + Assertions.assertEquals("ayajdf", model.allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("xjm", model.allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("gfbzbxeqzvokfr", model.allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("af", model.allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("gjucmuax", model.allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("uefsrxqs", + model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").operationId()); + Assertions.assertEquals("bbwejr", + model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").valuePath()); + Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("wxdgcfcf", model.allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("yrjwxhslrbwwkbyw", model.allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("hsodofsxjik", model.allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("squhu", model.allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("qwoggwcxdm", model.allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("uwldfahkyft", model.allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("kbgsgopyckmncru", model.allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("zbwfjumulh", model.allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("dgnchahldnrpt", model.allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("capbkfvowzbk", model.allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("qpzdpu", model.allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("wjmohqzzkplqmca", model.allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("eiauveeng", model.allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("gfpqwwugfw", model.allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("qztnbvueizua", model.discriminator()); + Assertions.assertEquals(false, model.readOnly()); + Assertions.assertEquals("kbvwxyumqoqwv", model.xml().name()); + Assertions.assertEquals("yiyeigngrzve", model.xml().namespace()); + Assertions.assertEquals("mxlnhq", model.xml().prefix()); + Assertions.assertEquals(false, model.xml().attribute()); + Assertions.assertEquals(true, model.xml().wrapped()); + Assertions.assertEquals("mvnzhdsaqme", model.externalDocs().description()); + Assertions.assertEquals("tkojrruhzvve", model.externalDocs().uri()); + Assertions.assertEquals(true, model.notificationUrlExtension()); + Assertions.assertEquals("sqv", model.dynamicSchemaOld().operationId()); + Assertions.assertEquals("sedeqr", model.dynamicSchemaOld().valuePath()); + Assertions.assertEquals("vicvpagwohk", model.dynamicSchemaNew().operationId()); + Assertions.assertEquals("mzssemlozjyov", model.dynamicSchemaNew().valuePath()); + Assertions.assertEquals("hbgkgjpie", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").operationId()); + Assertions.assertEquals("hflgpsal", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").valuePath()); + Assertions.assertEquals("mwzpfbiqjrz", + model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").operationId()); + Assertions.assertEquals("xizorqliblyb", + model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").valuePath()); + Assertions.assertEquals("aqfnbxuwawmbus", model.dynamicListNew().operationId()); + Assertions.assertEquals("gtsqzkzwo", model.dynamicListNew().builtInOperation()); + Assertions.assertEquals("hhv", model.dynamicListNew().itemsPath()); + Assertions.assertEquals("o", model.dynamicListNew().itemValuePath()); + Assertions.assertEquals("djhfxb", model.dynamicListNew().itemTitlePath()); + Assertions.assertEquals("xusylgpznbklhw", model.dynamicListNew().parameters().get("o").operationId()); + Assertions.assertEquals("yuv", model.dynamicListNew().parameters().get("o").valuePath()); + Assertions.assertEquals("rfziubeflvktjbmc", + model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").operationId()); + Assertions.assertEquals("l", + model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").valuePath()); + Assertions.assertEquals(true, model.dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("jcjvdajxebm", model.dynamicTree().open().operationId()); + Assertions.assertEquals("yrctfaabkukraqnd", model.dynamicTree().open().itemsPath()); + Assertions.assertEquals("wdicntqsrhac", model.dynamicTree().open().itemValuePath()); + Assertions.assertEquals("bpdh", model.dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("wf", model.dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("iyxqrcuyff", model.dynamicTree().open().itemIsParent()); + Assertions.assertEquals("yovljtrmlxr", model.dynamicTree().open().selectableFilter()); + Assertions.assertEquals("gnxmbwdkziwwbq", + model.dynamicTree().open().parameters().get("hhckt").selectedItemValuePath()); + Assertions.assertEquals("eiw", model.dynamicTree().open().parameters().get("hhckt").parameterReference()); + Assertions.assertEquals(true, model.dynamicTree().open().parameters().get("hhckt").required()); + Assertions.assertEquals("onzifdfswkgw", model.dynamicTree().browse().operationId()); + Assertions.assertEquals("ghdn", model.dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ydhqkariatxhpx", model.dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("rajoghgxgzbzsa", model.dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("amcwet", model.dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("sgcwadv", model.dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("bageltffqalmcqt", model.dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("wtcwbgmxwpynslc", + model.dynamicTree().browse().parameters().get("lahoz").selectedItemValuePath()); + Assertions.assertEquals("hhqwwtarxtdgpm", + model.dynamicTree().browse().parameters().get("lahoz").parameterReference()); + Assertions.assertEquals(true, model.dynamicTree().browse().parameters().get("lahoz").required()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + SwaggerSchema model = new SwaggerSchema().withRef("qfmxbdjkmn") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("nowxhyvdbrdvsv") + .withItems(new SwaggerSchema().withRef("tycvlkusgiikhrc") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("epxshmrdisc") + .withItems(new SwaggerSchema().withRef("kymktcwmivo") + .withType(SwaggerSchemaType.NULL) + .withTitle("gngl") + .withItems(new SwaggerSchema().withRef("fgazagh") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("zwxuxorrutuhvem") + .withItems(new SwaggerSchema().withRef("ssolqy") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("lxo") + .withItems(new SwaggerSchema().withRef("kqvrv") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("cvzfc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("pjakjdtuodoc", new SwaggerSchema())) + .withAdditionalProperties("datau") + .withRequired(Arrays.asList("yxpmqd", "qniiontqikdipk")) + .withMaxProperties(1694090280) + .withMinProperties(1308930684) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("rsoihat") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavsynssxylsuioado") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("gfuzqqnzkwlx", new SwaggerSchema(), "dsxipd", new SwaggerSchema(), + "lbyitfz", new SwaggerSchema(), "wwgze", new SwaggerSchema())) + .withAdditionalProperties("datazpiimxacrktjoyg") + .withRequired(Arrays.asList("ixgz", "bn", "glquarbru", "qbeyxwrmu")) + .withMaxProperties(471954679) + .withMinProperties(665626685) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("gjajkvwko") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("zllvna") + .withNamespace("gvlpgfygenfakyb") + .withPrefix("sihzqi") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("gbyytsazl", "datalxjs"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lubrukhqbuoyrbdk") + .withUri("dmvvvjmfj") + .withExtensions(mapOf("io", "dataxuvsveamseauuuvh"))) + .withExample("datalmufzuuysz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("tyosdpxtsdy") + .withValuePath("gef") + .withParameters( + mapOf("xaqgfpuhh", "datawphwxiavwm", "tmlixalphkg", "datawrsjumlkjsvk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("hecjg") + .withValuePath("djmsngm") + .withParameters(mapOf("rlkpismmrmr", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("thizsabcylzzie") + .withBuiltInOperation("mzen") + .withItemsPath("drue") + .withItemValuePath("exawxo") + .withItemTitlePath("dctjwfebqq") + .withParameters(mapOf("tsqaclczfrofy", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("dlbbc", + new SwaggerSchema().withRef("kewqwamptld") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("zljhnxfkffngfpi") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rmvx", new SwaggerSchema(), "bktuqnbcjk", new SwaggerSchema(), + "rqmznwwtkuy", new SwaggerSchema())) + .withAdditionalProperties("dataii") + .withRequired(Arrays.asList("liclmoyo", "oxdwff", "yzqke", "curr")) + .withMaxProperties(2057868685) + .withMinProperties(1258258593) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("uqzuscolbqve") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavkdvcgowrd") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataamkyrkwsthpiv") + .withRequired(Arrays.asList("fxhvnodqqz", "b", "yroswnfqd")) + .withMaxProperties(1168453176) + .withMinProperties(116276536) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("vlypztuskpncdo") + .withType(SwaggerSchemaType.NULL) + .withTitle("p") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("bod", new SwaggerSchema(), "wazbur", new SwaggerSchema())) + .withAdditionalProperties("datau") + .withRequired(Arrays.asList("d", "kvunngjo", "snzlawowqsnix", "wdqzurvukszkm")) + .withMaxProperties(494128235) + .withMinProperties(144915434) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("eghtmqo") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datayzecuvw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("nbox") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("mq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("s", new SwaggerSchema(), "smq", new SwaggerSchema(), + "wowrmhmifhfutjy", new SwaggerSchema())) + .withAdditionalProperties("datatmgtgu") + .withRequired(Arrays.asList("moygcax")) + .withMaxProperties(921925520) + .withMinProperties(1981414246) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("gicxt") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datasydksvjfg") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("hcoscoljj") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ooefzsdttbqkaq") + .withNamespace("wojvxv") + .withPrefix("hrqxrqghotingzi") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("elvyhvvpuqy", "datayhpwmdkyfg"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bbkhc") + .withUri("cfwoolkugzowg") + .withExtensions(mapOf("aupgblna", "dataxf", "qjzri", "datajnpahzhpqscuyil"))) + .withExample("datab") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gmndwohoeashu") + .withValuePath("vbjimzw") + .withParameters(mapOf("eyuoyjmjwqdslqr", "datammphvkyezw"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zrkrztpyay") + .withValuePath("xlnm") + .withParameters(mapOf("symnrtvqmima", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tpcvpahhp") + .withBuiltInOperation("yqpvzxxz") + .withItemsPath("wtominrufqqa") + .withItemValuePath("gasfmhbxv") + .withItemTitlePath("kqnatxvuzc") + .withParameters(mapOf("irybytcaqpjohlc", new SwaggerCustomDynamicProperties(), "nrvxyyh", + new SwaggerCustomDynamicProperties(), "sis", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("eqiwduukaamimkj") + .withItemsPath("xysjd") + .withItemValuePath("vksijrjgyind") + .withItemTitlePath("i") + .withItemFullTitlePath("vuyxuu") + .withItemIsParent("ead") + .withSelectableFilter("topdtphvjgv") + .withParameters(mapOf("kngq", new SwaggerCustomDynamicTreeParameter(), + "iyjxzxbthtnyzpu", new SwaggerCustomDynamicTreeParameter(), "nrmd", + new SwaggerCustomDynamicTreeParameter(), "koabfcvefbw", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("gyqshsasmryuyu") + .withItemsPath("bxrgrztkyqgu") + .withItemValuePath("uih") + .withItemTitlePath("bgkyn") + .withItemFullTitlePath("zjndfeemx") + .withItemIsParent("rpfivypm") + .withSelectableFilter("zajpcroxppo") + .withParameters(mapOf("yhxnpdggll", new SwaggerCustomDynamicTreeParameter(), + "duyufdmzu", new SwaggerCustomDynamicTreeParameter(), "xvzvwlxd", + new SwaggerCustomDynamicTreeParameter(), "nst", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("cttg", new SwaggerSchema().withRef("doxklrzatsizny") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("dpkihqhnfubev") + .withItems(new SwaggerSchema().withRef("xcezxevltfebqo") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("lqakpstifmftwrph") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("p", new SwaggerSchema(), "gfofu", new SwaggerSchema(), + "dcjqneaqkgttbarg", new SwaggerSchema(), "eynqlsnrgaxoyv", new SwaggerSchema())) + .withAdditionalProperties("datajpf") + .withRequired(Arrays.asList("s", "pvjsduouoqtenq", "omuogeqeapaseq", "ppypfreuwvzhnd")) + .withMaxProperties(357355458) + .withMinProperties(930340533) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("zttqgtllwy") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datallitpqvpivr") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("omebzvtvxxfsfo", new SwaggerSchema(), "acgihnalpc", new SwaggerSchema())) + .withAdditionalProperties("datadybkb") + .withRequired(Arrays.asList("b")) + .withMaxProperties(1833532340) + .withMinProperties(1227881123) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ywedbpirbzpauzbb") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("zdwpave") + .withNamespace("gmigsoebdltni") + .withPrefix("imerffhgvcy") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("moljirchhwlzihv", "datahggajfeudbo", "tgvraxhntoiwfsz", + "datacquajpoipdjxy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("kosjwr") + .withUri("tsluqfgksdi") + .withExtensions(mapOf("iobuwbngeuwh", "dataoix", "amhbmggnqxne", "dataqng", + "vomdqxnoyzqipapi", "dataqzaffzqodokst", "cbzvvxd", "dataccydbjghunqnttrw"))) + .withExample("datahxmwwvxcaicbi") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fovkmamiy") + .withValuePath("un") + .withParameters(mapOf("a", "datacyy"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ubzqazdlrkvi") + .withValuePath("kifqbxmnnidot") + .withParameters(mapOf("mzuhoodttqhpv", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mvuwj") + .withBuiltInOperation("lqfpqql") + .withItemsPath("vzlhjgmrodblap") + .withItemValuePath("acz") + .withItemTitlePath("niwfc") + .withParameters(mapOf("hxmyib", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("dataxtcxbbjbeyqo") + .withRequired(Arrays.asList("awpjfkrarerdlg", "vtpxowgowwdoc", "asu", "megjkfisz")) + .withMaxProperties(620460265) + .withMinProperties(570741825) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("w") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("blitxrrsjs") + .withItems( + new SwaggerSchema().withRef("anjsoutrzto") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("bnclxhwkzfggsuz") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ntpzuiwa", new SwaggerSchema(), "oabthutctcabc", + new SwaggerSchema(), "wabzf", new SwaggerSchema(), "hszfkpoidfzwegv", + new SwaggerSchema())) + .withAdditionalProperties("datajuwgw") + .withRequired(Arrays.asList("vufjqvfcfsssm", "a", "mkr")) + .withMaxProperties(869027254) + .withMinProperties(1219794635) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ui") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datacpenobqysbees") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("zsu", new SwaggerSchema())) + .withAdditionalProperties("datasautbri") + .withRequired(Arrays.asList("ofenin")) + .withMaxProperties(883470274) + .withMinProperties(856472763) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xckdlxjpisrdn") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("be") + .withNamespace("vijnubxfiiytqx") + .withPrefix("jsyutez") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("k", "datadpor", "wssbvqnpw", "datavbkutogecyqoy", + "nblzrmiukot", "datawdmuvyakrbqpw"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("jbpn") + .withUri("hfrvsi") + .withExtensions(mapOf("f", "datagnpcjnia", "ogdkp", "datacgjjioqwu", + "uqjde", "datamwr"))) + .withExample("dataxqucnbgibkls") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld( + new SwaggerCustomDynamicSchema().withOperationId("uzyvihevbfvxmtsm") + .withValuePath("retsny") + .withParameters( + mapOf("gaoymyckdpzbr", "dataulbyzzcxs", "euxixkps", "databmljrjyfj"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gni") + .withValuePath("oacf") + .withParameters(mapOf("jziqcso", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList() + .withOperationId("tkpdcdefq") + .withBuiltInOperation("rmgm") + .withItemsPath("ddaxaogs") + .withItemValuePath("cmmmbipysehyybo") + .withItemTitlePath("jcvmkkbp") + .withParameters(mapOf("wd", new SwaggerCustomDynamicProperties(), + "yhdtiembrwqwvc", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("trgpd") + .withType(SwaggerSchemaType.STRING) + .withTitle("xhyfwjfqktuzrl") + .withItems(new SwaggerSchema().withRef("c") + .withType(SwaggerSchemaType.NULL) + .withTitle("qfzbvttqjntv") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("bhj", new SwaggerSchema())) + .withAdditionalProperties("datagc") + .withRequired(Arrays.asList("yfrhooyvmv", "xyeeafd")) + .withMaxProperties(729778880) + .withMinProperties(1220018092) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("zhgbspdxbhjqu") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamzdf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("wnkbjqpz", new SwaggerSchema(), "odwh", new SwaggerSchema(), + "uxsochtuxapewzwq", new SwaggerSchema())) + .withAdditionalProperties("dataxmynslcv") + .withRequired(Arrays.asList("vwttts", "czroddc", "qimodnbjmj", "k")) + .withMaxProperties(1889617579) + .withMinProperties(726647668) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("tkfjacktav") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("djfypla") + .withNamespace("v") + .withPrefix("cedsoqwexi") + .withAttribute(true) + .withWrapped(false) + .withExtensions( + mapOf("jqdfadgywyla", "dataikf", "ohystdgjtpbtkogf", "dataetqj"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("lyzolrvwsgseqj") + .withUri("oaxir") + .withExtensions(mapOf("vsobamtarirdzdgv", "dataswrjyb"))) + .withExample("dataflz") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld( + new SwaggerCustomDynamicSchema().withOperationId("ugxpypbmzqsxblm") + .withValuePath("rxkulytivviyq") + .withParameters(mapOf("b", "dataxxyfo", "wxjikfrxvlu", "dataod", + "imqaxtmvmycvjpa", "dataedpnk", "jngoq", "datajdqvvyjehyvn"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("v") + .withValuePath("g") + .withParameters(mapOf("whxunwenbphy", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("zgz") + .withBuiltInOperation("xdusebkc") + .withItemsPath("txpu") + .withItemValuePath("erma") + .withItemTitlePath("iqrsnmftubqwxv") + .withParameters( + mapOf("biyzjlgrwjbsycuk", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("sxhvsgzpwqie") + .withType(SwaggerSchemaType.STRING) + .withTitle("ctyqsttampqe") + .withItems(new SwaggerSchema().withRef("tmubplzoepeqlh") + .withType(SwaggerSchemaType.STRING) + .withTitle("yizeqlctpqn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hgyzwfyfdb", new SwaggerSchema(), "ooelm", + new SwaggerSchema(), "kd", new SwaggerSchema())) + .withAdditionalProperties("dataqykgjjsmvsi") + .withRequired(Arrays.asList("lm", "jwsmnwbmacvemmr")) + .withMaxProperties(390794608) + .withMinProperties(857859908) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("sxplcsinbul") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataynn") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("qpw", new SwaggerSchema(), "idsjqc", new SwaggerSchema())) + .withAdditionalProperties("dataz") + .withRequired(Arrays.asList("fdlgpryy")) + .withMaxProperties(362497898) + .withMinProperties(1923722992) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yuwa") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("vaidzcephn") + .withNamespace("u") + .withPrefix("y") + .withAttribute(false) + .withWrapped(false) + .withExtensions( + mapOf("ertj", "datarwpekiprjb", "cgiwsywpejtvqop", "dataairpwj"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("sergiuztqe") + .withUri("ypul") + .withExtensions(mapOf("ikwcx", "datacbcendidhue", "kiynbf", "dataasgukq"))) + .withExample("dataiwmqnwm") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld( + new SwaggerCustomDynamicSchema().withOperationId("irgyutexnzh") + .withValuePath("cgvjbrybfar") + .withParameters(mapOf("yhdpjjhqnzcbjfpx", "dataoqcudnwm", "qxyxfknjqss", + "dataygnmjniqw", "lkwqisnlpaymket", "datanwvravntv", "mewwlkryz", + "datatkt"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("q") + .withValuePath("htctxxregyk") + .withParameters(mapOf("adbzjohd", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hdxity") + .withBuiltInOperation("jgrpquafxgjqq") + .withItemsPath("c") + .withItemValuePath("fxdbis") + .withItemTitlePath("umwafa") + .withParameters(mapOf("gljopiz", new SwaggerCustomDynamicProperties(), + "qihvbkufqiqddjy", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("mkjpajlfp") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("lhejcc") + .withNamespace("xbnwitaf") + .withPrefix("evpt") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("kplqftqcxqmbs", "datawvkpar", "gul", "datadcy", "mqoubxlpkdsn", + "datallfwrmsuxyq", "axzyrp", "dataqoymsdlraduhg"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vijr") + .withUri("esk") + .withExtensions(mapOf("ribmbtmori", "databk", "qxgwsfr", "dataczerqt"))) + .withExample("datavzlljydgmdoq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zcy") + .withValuePath("dh") + .withParameters(mapOf("rru", "dataqeglym", "exqcilfi", "datasqpiyxkmqm", "vzxgbamqrbbsnp", + "datalgnnyxwdpmcewq"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("v") + .withValuePath("av") + .withParameters(mapOf("axznqqkq", new SwaggerCustomDynamicProperties().withOperationId( + "yjuwhizcbqjxmh") + .withValuePath("tunpcsk") + .withParameters(mapOf("fouwkoltjdauuj", new SwaggerCustomDynamicProperties(), + "ltyhddzeykud", new SwaggerCustomDynamicProperties(), "zrimyehplmq", + new SwaggerCustomDynamicProperties(), "oduk", new SwaggerCustomDynamicProperties())), + "g", new SwaggerCustomDynamicProperties().withOperationId("dglseuqkr") + .withValuePath("yakr") + .withParameters(mapOf("nwgokrllbec", new SwaggerCustomDynamicProperties(), "nnvxouhdcf", + new SwaggerCustomDynamicProperties(), "ptfcjapmfwxmcxhw", + new SwaggerCustomDynamicProperties())), + "zbrwrfrmhouf", new SwaggerCustomDynamicProperties().withOperationId("ifoyoc") + .withValuePath("adhmqyufpfowwey") + .withParameters(mapOf("rtngiqcypmonfcor", new SwaggerCustomDynamicProperties(), + "nhfycigcbmay", new SwaggerCustomDynamicProperties(), "dtjfrponajzdj", + new SwaggerCustomDynamicProperties())), + "aqsyt", new SwaggerCustomDynamicProperties().withOperationId("rb") + .withValuePath("ojcksirsnqunn") + .withParameters(mapOf("yxdeggnzadqmvpe", new SwaggerCustomDynamicProperties(), + "pnsvkyq", new SwaggerCustomDynamicProperties(), "rplfqqnwojsrg", + new SwaggerCustomDynamicProperties(), "lxnsvbkh", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mgukyw") + .withBuiltInOperation("uo") + .withItemsPath("cex") + .withItemValuePath("pit") + .withItemTitlePath("qnbs") + .withParameters(mapOf("tforylxaknwkjzv", new SwaggerCustomDynamicProperties().withOperationId( + "mtcidca") + .withValuePath("nxhcxct") + .withParameters(mapOf("oe", new SwaggerCustomDynamicProperties())), "puplug", + new SwaggerCustomDynamicProperties().withOperationId("symtupyjt") + .withValuePath("xzwdsnqhyefnakd") + .withParameters(mapOf("jksdlulytjxh", new SwaggerCustomDynamicProperties(), "wtittlnv", + new SwaggerCustomDynamicProperties(), "kv", new SwaggerCustomDynamicProperties())), + "jrgfbmpszwkbcstz", new SwaggerCustomDynamicProperties().withOperationId("ynv") + .withValuePath("vctqda") + .withParameters(mapOf("sfp", new SwaggerCustomDynamicProperties(), "pj", + new SwaggerCustomDynamicProperties(), "silb", new SwaggerCustomDynamicProperties(), + "rucqehyrnz", new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xdwxrwqtbvws") + .withItemsPath("akxy") + .withItemValuePath("kgjhomywlypghhul") + .withItemTitlePath("yfvgpqwgiqmbrisk") + .withItemFullTitlePath("uihtqfvyqmm") + .withItemIsParent("uguvlieegjnqwh") + .withSelectableFilter("o") + .withParameters(mapOf("hjs", new SwaggerCustomDynamicTreeParameter(), "gqcrwaucf", + new SwaggerCustomDynamicTreeParameter(), "otedhjxdlmuhffjj", + new SwaggerCustomDynamicTreeParameter(), "vjyqmpmsk", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("rhljwqufudpypb") + .withItemsPath("lefxfp") + .withItemValuePath("ajvwfijfd") + .withItemTitlePath("rvsvhmsmrihddnb") + .withItemFullTitlePath("bqntdder") + .withItemIsParent("yiwuzpsvcmzs") + .withSelectableFilter("tyyysqnwnl") + .withParameters(mapOf("fjdzkfth", new SwaggerCustomDynamicTreeParameter()))))) + .withProperties( + mapOf( + "bdhmxbyzfjgr", new SwaggerSchema().withRef("hd") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("tf") + .withItems(new SwaggerSchema().withRef("qb") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("ulymk") + .withItems(new SwaggerSchema().withRef("ryhxf") + .withType(SwaggerSchemaType.STRING) + .withTitle("npftkgm") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("biubzg", new SwaggerSchema(), "psotbame", new SwaggerSchema())) + .withAdditionalProperties("databusnaq") + .withRequired(Arrays.asList("uuhyncppmmwhjer")) + .withMaxProperties(288131133) + .withMinProperties(1994994052) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("bxlepsmckgpxdx") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavdkoiihrfcowlase") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("laqhxe", new SwaggerSchema(), "fdarvjhwgkynxlw", new SwaggerSchema())) + .withAdditionalProperties("datagotdt") + .withRequired(Arrays.asList("tkalhpiybfnk", "lzrignqlwogqnb")) + .withMaxProperties(2076981753) + .withMinProperties(1175073373) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("qcbnkiv") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("hmar") + .withNamespace("wyfcenkbfxqcap") + .withPrefix("eciradmxokbu") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("odyiitreddjt", "dataayvcsejdh"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("pybs") + .withUri("kgaxmhaszjietfst") + .withExtensions(mapOf("wrjtkrei", "datadvzcnlk", "swmgrbkobmg", "dataojh", "widteb", + "dataavzmqpaa", "r", "dataed"))) + .withExample("datazppgij") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("icxepgaxpyde") + .withValuePath("cqdssbmgersdudh") + .withParameters(mapOf("sfyzevcknglffno", "datamnfgzmxtxfuhxy", "syxcdosyhhwpufr", + "datazfysffrpjf", "skxkteoyk", "datapreyilq", "qogrddimna", "datarqt"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yrbvmb") + .withValuePath("expnphtqwfp") + .withParameters(mapOf("b", new SwaggerCustomDynamicProperties(), "x", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("api") + .withBuiltInOperation("jlfugnrzowcgrz") + .withItemsPath("q") + .withItemValuePath("zawqxnhlva") + .withItemTitlePath("gwxd") + .withParameters(mapOf("mfjkrzplhal", new SwaggerCustomDynamicProperties(), + "omgzorprr", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("hmeoxxbzagwnomp", + new SwaggerSchema().withRef("ylgebr") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("fuyzvbploazc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("e", new SwaggerSchema(), "mmadkbxuip", new SwaggerSchema(), + "oaw", new SwaggerSchema(), "ugpube", new SwaggerSchema())) + .withAdditionalProperties("datawxzmuzgueuygpbh") + .withRequired(Arrays.asList("e", "msw", "l", "gxxzxwrnqwdjvl")) + .withMaxProperties(1425524785) + .withMinProperties(903351327) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("sfxqcmejezjcb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakmxgwwmavllpfjgu") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "jgdqjh", + new SwaggerSchema().withRef("iscnzcufysal") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("jexq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("krid", new SwaggerSchema())) + .withAdditionalProperties("datawczjnnmpifjq") + .withRequired(Arrays.asList("nbdup", "pllosadjffllr")) + .withMaxProperties(196823599) + .withMinProperties(1474036866) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("kadzuddcccls") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapmnypktgslkok") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataecjgpjnydkkgbv") + .withRequired(Arrays.asList("srgkvgavn")) + .withMaxProperties(988153026) + .withMinProperties(1104855733) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("ysujcvhclgp") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("yrpwzsmwgebpsk") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fdvtwuncnfn", new SwaggerSchema())) + .withAdditionalProperties("datawjmyubhtmlgj") + .withRequired(Arrays.asList("kymjdwirglqibj", "vmkaw")) + .withMaxProperties(337054188) + .withMinProperties(1668245698) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("rrwkcwwitzmxxig") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanayypsx") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("mmpvo") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("krxu") + .withNamespace("d") + .withPrefix("ydn") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("o", "datapnkqxkrumhaeq", "sytidz", "datagwjxatwxiyarfhi"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dprwruexhgd") + .withUri("kplaseyltqx") + .withExtensions(mapOf("ddveqy", "dataopekyzdzvhyo", "nylfutgbpw", + "dataekvzpqrxsifixol"))) + .withExample("dataayxtvpi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wwmjrsmkjalor") + .withValuePath("egiczrvnezlcvnd") + .withParameters(mapOf("gkk", "dataphf"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mjmgswt") + .withValuePath("skuqgneorqtr") + .withParameters(mapOf("ikqvaagnzb", new SwaggerCustomDynamicProperties(), "qqbjcdaucs", + new SwaggerCustomDynamicProperties(), "mzvgj", new SwaggerCustomDynamicProperties(), + "nuwcquepanqdmm", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("p") + .withBuiltInOperation("blmxblcbwvsqpe") + .withItemsPath("lcbbu") + .withItemValuePath("pcgirsfil") + .withItemTitlePath("syzcnxjvipehx") + .withParameters(mapOf("urbxovg", new SwaggerCustomDynamicProperties(), "ipbnnghsjxwj", + new SwaggerCustomDynamicProperties(), "wgoxen", + new SwaggerCustomDynamicProperties(), "p", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("uzsojblyygftic") + .withItemsPath("drswqm") + .withItemValuePath("uyqtzo") + .withItemTitlePath("otrbnvoe") + .withItemFullTitlePath("t") + .withItemIsParent("qoafdv") + .withSelectableFilter("lrsrfrxylmdjpspi") + .withParameters(mapOf("cvhqadjcasncgq", new SwaggerCustomDynamicTreeParameter(), + "ixuqvat", new SwaggerCustomDynamicTreeParameter(), "tkvoivcktjscjkex", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId( + "yrcjgptxvz") + .withItemsPath("unwmbfjjselblwmf") + .withItemValuePath("pn") + .withItemTitlePath("s") + .withItemFullTitlePath("mfktytri") + .withItemIsParent("leqvefnzvhmiwba") + .withSelectableFilter("zxcmsceza") + .withParameters(mapOf("ilhvtroxlybddx", new SwaggerCustomDynamicTreeParameter())))), + "fdz", new SwaggerSchema().withRef("brbmcrtvxjwpvqre") + .withType(SwaggerSchemaType.STRING) + .withTitle("palqwbrfiovpdl") + .withItems( + new SwaggerSchema().withRef("rfiwerlbcetrvird") + .withType(SwaggerSchemaType.FILE) + .withTitle("wpvnloop") + .withItems( + new SwaggerSchema().withRef("egchtabhacjlf") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("lvvwvpf") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("zhmlnfvyhdhf", new SwaggerSchema(), "nsd", + new SwaggerSchema(), "hawbxnlkmazhle", new SwaggerSchema(), "yroksay", + new SwaggerSchema())) + .withAdditionalProperties("datafzzipyqtmdhb") + .withRequired( + Arrays.asList("gmwxzlphzujkq", "xbejhxopehely", "ykhdapxdiibj")) + .withMaxProperties(1213646765) + .withMinProperties(438384865) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("yhx") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datam") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("jffajhtvbskgc", new SwaggerSchema())) + .withAdditionalProperties("datadl") + .withRequired(Arrays.asList("dtrl")) + .withMaxProperties(72282860) + .withMinProperties(787368487) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("buugchjtpszc") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("nypluivrjsel") + .withNamespace("zrpespeb") + .withPrefix("gzx") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("lqmnwhdho", "datalyqauuohskimntxd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dumaplp") + .withUri("riettnmi") + .withExtensions(mapOf("qmlmbyqyeku", "datab"))) + .withExample("datadxz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ydogr") + .withValuePath("wzecgbxrcsevqjdx") + .withParameters(mapOf("aiitn", "datawqbvanvgpxn", "maebdrxjsmrsea", + "dataruywrxnk", "ue", "dataxeovbgrqwfuxn", "eket", "datayl"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("ptqhatfg") + .withValuePath("hbxgfhgkdms") + .withParameters(mapOf("hbupqovuwhvqihm", new SwaggerCustomDynamicProperties(), + "hqjdcbgcemjti", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("agc") + .withBuiltInOperation("yqzcra") + .withItemsPath("lzdxcmpdmdsyp") + .withItemValuePath("frhiehxjoupxe") + .withItemTitlePath("becxuvkbao") + .withParameters(mapOf("yhgpgjd", new SwaggerCustomDynamicProperties(), "n", + new SwaggerCustomDynamicProperties(), "kdje", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("mz", new SwaggerSchema() + .withRef("wiztvucyackg") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("m") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ohfksixvwkpcesmu", new SwaggerSchema(), "jabpnxohagcojgmy", + new SwaggerSchema(), "jdgm", new SwaggerSchema())) + .withAdditionalProperties("datahr") + .withRequired(Arrays.asList("dipbnjiweyuigy")) + .withMaxProperties(732299581) + .withMinProperties(835862018) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("kgmwurcx") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanypfkvjgovbbnc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), "rxzwvcvtjdq", + new SwaggerSchema().withRef("rubn") + .withType(SwaggerSchemaType.STRING) + .withTitle("pmqffgjsqqqairoo") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jobdqiuppavqovi", new SwaggerSchema(), "pmegnkrvtfb", + new SwaggerSchema())) + .withAdditionalProperties("datatrwgljfatezdxq") + .withRequired( + Arrays.asList("phgimyomje", "lgnieeqjdfxxxnn", "uxkepga", "rijbiterqfu")) + .withMaxProperties(41103148) + .withMinProperties(1001068102) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("pfqddwwpg") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqkv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "gmecwe", + new SwaggerSchema().withRef("gwxja") + .withType(SwaggerSchemaType.FILE) + .withTitle("p") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("bjzxrpxji", new SwaggerSchema(), "aup", new SwaggerSchema(), + "rvdo", new SwaggerSchema())) + .withAdditionalProperties("dataaqng") + .withRequired(Arrays.asList("gcwwuusjjhtcyzn", "highnxhgmfrnk")) + .withMaxProperties(297285312) + .withMinProperties(639571837) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("jteqlujmmkn") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datatxim") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "yjzijxefyd", + new SwaggerSchema().withRef("lerpt") + .withType(SwaggerSchemaType.NULL) + .withTitle("a") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("eeagig", new SwaggerSchema(), "pabacpleirjrka", new SwaggerSchema(), + "mvndubmazlxlbduk", new SwaggerSchema(), "d", new SwaggerSchema())) + .withAdditionalProperties("dataeyq") + .withRequired(Arrays.asList("pkypbekpardoad", "e")) + .withMaxProperties(1478959346) + .withMinProperties(427874137) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mgzsytmpfslrxvsq") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataffkzlchrkiwp") + .withRequired(Arrays.asList("hflxnni", "rugotfrdlfe")) + .withMaxProperties(799818901) + .withMinProperties(1969660399) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("yriyraybi") + .withType(SwaggerSchemaType.STRING) + .withTitle("ijclfdprezqx") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("gyddpfnmbxerzyp", new SwaggerSchema(), "ralw", + new SwaggerSchema(), "cnmrbizxqldmhzb", new SwaggerSchema(), "ujdzlgyermje", + new SwaggerSchema())) + .withAdditionalProperties("datayuhoqpbfjfcbwea") + .withRequired(Arrays.asList("kmkuquv", "gvnomlcldoyohuaf")) + .withMaxProperties(652288316) + .withMinProperties(392572184) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("sylwsmdo") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datambgbhtpomiustkqy") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("skvtzb") + .withType(SwaggerSchemaType.STRING) + .withTitle("hpfedx") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("d", new SwaggerSchema(), "k", new SwaggerSchema())) + .withAdditionalProperties("datahwzmehcdfdxth") + .withRequired(Arrays.asList("t")) + .withMaxProperties(424480753) + .withMinProperties(1558891030) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("jdhzkwvuewei") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datawlxdknxctglzbcxd") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("wb") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("xzfvnazc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nqiyevjehtseao", new SwaggerSchema(), "xsehflfmabpyz", + new SwaggerSchema(), "cplphfstvurtkce", new SwaggerSchema())) + .withAdditionalProperties("datavaxwzbwxx") + .withRequired(Arrays.asList("sxsrrhryrbbe", "rnrjzzuimpiybm")) + .withMaxProperties(2140946735) + .withMinProperties(2115108520) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mfb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqorhtqtw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("asichhxqnlmj") + .withType(SwaggerSchemaType.NULL) + .withTitle("dfibw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("uhysrmkkzjsnxzl", new SwaggerSchema(), "xaayxpdzvgyujkx", + new SwaggerSchema(), "gejzdbigitra", new SwaggerSchema())) + .withAdditionalProperties("datady") + .withRequired(Arrays.asList("rnbpiddvbxqxo", "ix", "elsrymzvtzyf", "tbayh")) + .withMaxProperties(2075304724) + .withMinProperties(864757603) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yzlkqyezyzxkr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafuxystltkq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("jfw") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("oq") + .withNamespace("bueiydoqbruxl") + .withPrefix("txhednkzjt") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("cmkwcyeljni", "datatseixpkrwgzn", "yihct", "datadgzxbwn", + "mzozb", "datau"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vughutiql") + .withUri("nfyfy") + .withExtensions(mapOf("lj", "datavzb", "magfyinmajj", "dataki", "uafbddm", + "dataplgtwfkflcvbzkbe"))) + .withExample("dataqynmldhg") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ag") + .withValuePath("uhdqhq") + .withParameters(mapOf("sfxzobovsvhbtdgx", "datasypo", "oubvfx", "datallmd", + "vbsjtfqwlbeqcz", "dataswemncjhmvvzeaic"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gropuq") + .withValuePath("s") + .withParameters(mapOf("ociyi", new SwaggerCustomDynamicProperties(), "qlyoor", + new SwaggerCustomDynamicProperties(), "ewgglq", + new SwaggerCustomDynamicProperties(), "jyk", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hxuznbcpiadj") + .withBuiltInOperation("vxsulcd") + .withItemsPath("ib") + .withItemValuePath("iacghygmtbiv") + .withItemTitlePath("jn") + .withParameters(mapOf("fzzmxqyjy", new SwaggerCustomDynamicProperties(), "rjpy", + new SwaggerCustomDynamicProperties(), "kew", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xif") + .withItemsPath("vhuovfotwv") + .withItemValuePath("htdxd") + .withItemTitlePath("dzdheknmcvmxiu") + .withItemFullTitlePath("ifuahtkkccrusrzs") + .withItemIsParent("qodyafayx") + .withSelectableFilter("vt") + .withParameters(mapOf("o", new SwaggerCustomDynamicTreeParameter(), "wslctilbxnny", + new SwaggerCustomDynamicTreeParameter(), "jt", + new SwaggerCustomDynamicTreeParameter(), "dfhpelzavohv", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("cdrchue") + .withItemsPath("liqcbonqjoek") + .withItemValuePath("cglvobctit") + .withItemTitlePath("rbalvkfdqi") + .withItemFullTitlePath("rqhxfqkqp") + .withItemIsParent("rqlazfjltckbjvd") + .withSelectableFilter("yf") + .withParameters(mapOf("de", new SwaggerCustomDynamicTreeParameter())))))) + .withAdditionalProperties("dataalkqlvbkz") + .withRequired(Arrays.asList("rnwwoiviniyoizuw", "zcri")) + .withMaxProperties(1047091530) + .withMinProperties(1479560554) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("albs") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("j") + .withItems(new SwaggerSchema().withRef("eaibqjbizbwxuy") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("iwllxtclveqdqtzs") + .withItems(new SwaggerSchema().withRef("wjxry") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("gh") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dlkkwbdekbvdulmk", new SwaggerSchema())) + .withAdditionalProperties("datadnxbssatpialrq") + .withRequired(Arrays.asList("xxccf", "fvoz", "iyvrexitpz")) + .withMaxProperties(112473964) + .withMinProperties(796947635) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ujywwumbusnaw") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahmsobuahokiclr") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("scidkwzn", new SwaggerSchema(), "ttlizdoys", new SwaggerSchema(), + "z", new SwaggerSchema())) + .withAdditionalProperties("dataogdjwuybcppdvuo") + .withRequired(Arrays.asList("kbp")) + .withMaxProperties(2059319100) + .withMinProperties(664391551) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("wauylkbd") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("frtlukaf") + .withNamespace("ylempahyuxxeik") + .withPrefix("npw") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("e", "datavvysphjkxgfmesx", "anlvo", "dataqfynvckx", "qcuwtpss", + "datarvzhdn", "nolspvxpiegxlzd", "dataq"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ptzkmfvd") + .withUri("cwosmnwsffi") + .withExtensions(mapOf("zhrhki", "datadfrzzxirxxkmozkd"))) + .withExample("datapyznjw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nyjbzzwsesqytkt") + .withValuePath("fgxorhsxcsoax") + .withParameters(mapOf("xt", "datapk", "ihslnbyiow", "dataxynkubwk"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("wjvxycygcvgebfe") + .withValuePath("yan") + .withParameters(mapOf("vttkgopdjqnsi", new SwaggerCustomDynamicProperties(), + "ucqteciexscxhzh", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yp") + .withBuiltInOperation("w") + .withItemsPath("cfamuikisppygoth") + .withItemValuePath("irhhbogxw") + .withItemTitlePath("pymyerpus") + .withParameters(mapOf("outj", new SwaggerCustomDynamicProperties(), "iw", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("alz", new SwaggerSchema().withRef("joy") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("okd") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("zeowi", new SwaggerSchema(), "vje", new SwaggerSchema(), "zxkflz", + new SwaggerSchema(), "wkxxboauvkkco", new SwaggerSchema())) + .withAdditionalProperties("datanwhld") + .withRequired(Arrays.asList("wc")) + .withMaxProperties(1626149009) + .withMinProperties(1334629660) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("tnlcvl") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datarbzzbhyagwxwcndk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("dataawkyxownoypqu") + .withRequired(Arrays.asList("iajicrsdgtjxlop")) + .withMaxProperties(471453249) + .withMinProperties(65322636) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("rszehijlwrfeab") + .withType(SwaggerSchemaType.NULL) + .withTitle("hjmg") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("a", new SwaggerSchema(), "l", new SwaggerSchema())) + .withAdditionalProperties("dataxlrx") + .withRequired(Arrays.asList("mfqmvnhsfjxt", "sbjxpuokkdpts", "pg", "plonal")) + .withMaxProperties(1313462664) + .withMinProperties(787059976) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yasjwnwnjdrnfgt") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanxqvzzi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("jyezlkuiveftugi") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("fpmbpnrgn") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ufzaysfzuvuoxzyf", new SwaggerSchema())) + .withAdditionalProperties("dataj") + .withRequired(Arrays.asList("bqo", "kzueytphnaz", "gvfcu")) + .withMaxProperties(778724539) + .withMinProperties(1900217981) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bqrlbyh") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqkrzvdj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("qfjwgphhpw") + .withType(SwaggerSchemaType.STRING) + .withTitle("wfqzwysm") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("d", new SwaggerSchema(), "jsqepxft", new SwaggerSchema())) + .withAdditionalProperties("datafad") + .withRequired(Arrays.asList("ifdrbsrpjs", "bibsn", "mfooi")) + .withMaxProperties(794493499) + .withMinProperties(1574275310) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("cu") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("databrewtfuxktsxn") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("mlpihtep") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("brinvfcdsijs") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ntlxwayxujzoxgak", new SwaggerSchema(), "tkr", + new SwaggerSchema(), "uc", new SwaggerSchema(), "zwedm", new SwaggerSchema())) + .withAdditionalProperties("dataulxgcemxo") + .withRequired(Arrays.asList("dvqan")) + .withMaxProperties(2035807964) + .withMinProperties(809255506) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mgblqyfgzb") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datagzfgxwfxj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("n") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ghjxhpppnksqi") + .withNamespace("megjtoseohoygowd") + .withPrefix("zzugdorc") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("plpexhh", "datairtasep"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tl") + .withUri("zbiroxamnv") + .withExtensions(mapOf("nsihdzxeufj", "datajpba"))) + .withExample("datatzmmxdmppibv") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hofyoqfvmvwplxmu") + .withValuePath("tnneolghgtej") + .withParameters(mapOf("cckjrqdtyk", "datals"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("cjuuxq") + .withValuePath("i") + .withParameters(mapOf("rwciynjcvew", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rnaktjopig") + .withBuiltInOperation("hheqj") + .withItemsPath("hrrxmc") + .withItemValuePath("rqnuahhke") + .withItemTitlePath("brbdujpsh") + .withParameters(mapOf("ivrycyulwzjorv", new SwaggerCustomDynamicProperties(), "gmkkeles", + new SwaggerCustomDynamicProperties(), "jckyocyb", new SwaggerCustomDynamicProperties(), + "lwdmpsdfsla", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("pvqpqumexnpoaeru") + .withItemsPath("fhltwlzlmpiprlc") + .withItemValuePath("ewmnwyhql") + .withItemTitlePath("mkmx") + .withItemFullTitlePath("mkpa") + .withItemIsParent("pwpbnjc") + .withSelectableFilter("wtuniumys") + .withParameters(mapOf("dllbw", new SwaggerCustomDynamicTreeParameter(), + "mvhbzypmmyrggs", new SwaggerCustomDynamicTreeParameter(), "ouzo", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("qlwyqsxeq") + .withItemsPath("t") + .withItemValuePath("czcxouaneuepgq") + .withItemTitlePath("akovslvwpvdm") + .withItemFullTitlePath("c") + .withItemIsParent("ucmiqsdsnu") + .withSelectableFilter("g") + .withParameters(mapOf("tiuttkasxjkcl", new SwaggerCustomDynamicTreeParameter(), + "qpasrilet", new SwaggerCustomDynamicTreeParameter())))), + new SwaggerSchema().withRef("lbhkij") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("q") + .withItems(new SwaggerSchema().withRef("rqiwxeppuhk") + .withType(SwaggerSchemaType.NULL) + .withTitle("kzvjyvobevfbmxz") + .withItems(new SwaggerSchema().withRef("ghs") + .withType(SwaggerSchemaType.STRING) + .withTitle("ajiobybyilhdbb") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("yxhcw", new SwaggerSchema(), "btegoachoj", new SwaggerSchema(), + "tlaqq", new SwaggerSchema())) + .withAdditionalProperties("datagiplxrif") + .withRequired(Arrays.asList("kvfkvdbbpoi")) + .withMaxProperties(178164128) + .withMinProperties(332647371) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ituufknarsc") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datainzosxrs") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("xvezwwqchxowp", new SwaggerSchema(), "vuxqactoqqehnqi", new SwaggerSchema())) + .withAdditionalProperties("datagnvuolv") + .withRequired(Arrays.asList("nlbkizebbrwl")) + .withMaxProperties(60115677) + .withMinProperties(1596919065) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("qgetzgwyw") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("amoa") + .withNamespace("qqiyjreh") + .withPrefix("chengmxpjkuq") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("gq", "dataxsqdzyyalrx", "seimuipggt", "dataqfwuplfjkbaxv", + "dziphe", "datahxbfhbip"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fz") + .withUri("cleyam") + .withExtensions(mapOf("vbtkafcnfitpu", "datatjjhqvypqgncgw", "baw", "datakykdwyjdvyx", + "goudcl", "datagy", "disjeovgc", "dataidqlynx"))) + .withExample("datachgjonrhdib") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("y") + .withValuePath("eouiuvkcnqonjbb") + .withParameters(mapOf("jsgbpj", "datafllzykzpjjdslpby", "vwbd", "datanblbkakn", + "qilsbabqtjch", "datanddctkjcqhxdirt", "eiyem", "datasfwey"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("szekdqqwc") + .withValuePath("fhrndqymloslqg") + .withParameters(mapOf("nqqzqdvgn", new SwaggerCustomDynamicProperties(), "mtkg", + new SwaggerCustomDynamicProperties(), "yny", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wphbuzmvjil") + .withBuiltInOperation("bmfkctpa") + .withItemsPath("hrjwyxduwimwnuvj") + .withItemValuePath("wpfxi") + .withItemTitlePath("fkmnj") + .withParameters(mapOf("wmyjdbcknsojtmpd", new SwaggerCustomDynamicProperties(), + "cbpkig", new SwaggerCustomDynamicProperties(), "vvaitkce", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("ilnhkcxuou", new SwaggerSchema().withRef("tnppxxeysqenfwug") + .withType(SwaggerSchemaType.STRING) + .withTitle("emunvzmvnbckl") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("uk", new SwaggerSchema(), "vfsukpkieal", new SwaggerSchema(), + "ckpnnenrcez", new SwaggerSchema(), "or", new SwaggerSchema())) + .withAdditionalProperties("datawkcohjxo") + .withRequired(Arrays.asList("vuamorhkneuuu", "rwizznkrarjiijpb", "chcwhlhdzdcrlf")) + .withMaxProperties(276713709) + .withMinProperties(2112131761) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("lzcrtmfvjzcv") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataebvtkgzj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datazckogcvazoz") + .withRequired(Arrays.asList("yofts", "diydwklkuamxho")) + .withMaxProperties(1713065887) + .withMinProperties(1874715368) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("iz") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("gmkztwzlwellh") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("evrfuzedudktgd", new SwaggerSchema(), "watfvjvumim", new SwaggerSchema())) + .withAdditionalProperties("dataflhyc") + .withRequired(Arrays.asList("unvrqvxnoazar", "vcze")) + .withMaxProperties(603625657) + .withMinProperties(1261827497) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ksddbdhgvjho") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datasuxrsoxtxuu") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("bwvuwbbzcmp") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("cl") + .withNamespace("mrg") + .withPrefix("yfmjckctybh") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("mawxrg", "datatslmeyoncxje"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("n") + .withUri("hhfhihwwkhi") + .withExtensions(mapOf("uttyi", "dataykxzc", "jz", "dataps", "anzpzmo", "datavojwjanzolqq", + "yowisqfifmit", "dataupqlusxkzdnot"))) + .withExample("dataypkiqlo") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("eim") + .withValuePath("otynaehl") + .withParameters(mapOf("aihescjvzlgcliaj", "datam"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vihy") + .withValuePath("p") + .withParameters(mapOf("exvt", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("symgkirf") + .withBuiltInOperation("tz") + .withItemsPath("oilipmuufsek") + .withItemValuePath("pufhwpkpejfszw") + .withItemTitlePath("mswb") + .withParameters(mapOf("fw", new SwaggerCustomDynamicProperties(), "cnzfajpt", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("appafjcdcc") + .withItemsPath("ae") + .withItemValuePath("zqwytgggidrxd") + .withItemTitlePath("jchz") + .withItemFullTitlePath("wcpqkpgbssjq") + .withItemIsParent("tcvdzytsd") + .withSelectableFilter("bkorpu") + .withParameters(mapOf("ppnjzbuvmfsfru", new SwaggerCustomDynamicTreeParameter(), + "nqfnz", new SwaggerCustomDynamicTreeParameter(), "ypp", + new SwaggerCustomDynamicTreeParameter(), "ul", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("upprdjfe") + .withItemsPath("ozuzxoya") + .withItemValuePath("hjeuewa") + .withItemTitlePath("xkvruryyqyt") + .withItemFullTitlePath("jhokhijghpvjq") + .withItemIsParent("kikdatbwyarqt") + .withSelectableFilter("jblhefq") + .withParameters(mapOf("nxtpzdgyilwu", new SwaggerCustomDynamicTreeParameter(), + "klbjlnbxouc", new SwaggerCustomDynamicTreeParameter(), "ddplgjfhvia", + new SwaggerCustomDynamicTreeParameter())))))) + .withDiscriminator("keacmadyoctmda") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("t") + .withNamespace("es") + .withPrefix("toeteufg") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("zoxhoiogpbogpbw", "databpefrfugthcd", "jpkbrvmzu", "datafoxlzr", "qjtza", + "dataqkrq"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rvgit") + .withUri("jixkepl") + .withExtensions(mapOf("iyqv", "datahnizvvekp", "vxmiooqekzxq", "datahtyafcvtos", "rhkwh", + "datazsngltlbsnlfplx"))) + .withExample("datarhwuujymyjvkoyjg") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("qmchlhzngmwem") + .withValuePath("qmkjsvxbagcc") + .withParameters(mapOf("cntqoszrwkkxdnxu", "dataoqlowe"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("doitdfcnxrbyv") + .withValuePath("vgztjtzsgenbdq") + .withParameters(mapOf("yafszxnzjx", new SwaggerCustomDynamicProperties().withOperationId( + "jcngjcdyk") + .withValuePath("nfvzbvtxgsnu") + .withParameters(mapOf("jcwggji", new SwaggerCustomDynamicProperties(), "l", + new SwaggerCustomDynamicProperties(), "bmhsfgaxuvae", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("fvdlptu") + .withBuiltInOperation("gpdzlfxbiq") + .withItemsPath("mxynw") + .withItemValuePath("fnoiphwaedpugxjt") + .withItemTitlePath("idjwszxm") + .withParameters(mapOf("rqbfimageiqjne", new SwaggerCustomDynamicProperties().withOperationId( + "yjwadvfqrvtymnc") + .withValuePath("dmjdp") + .withParameters(mapOf("pjrbnzbe", new SwaggerCustomDynamicProperties())), "x", + new SwaggerCustomDynamicProperties().withOperationId("hxsk") + .withValuePath("srpjmevszbjnqkt") + .withParameters(mapOf("jckm", new SwaggerCustomDynamicProperties(), "b", + new SwaggerCustomDynamicProperties(), "xxdxnhinn", new SwaggerCustomDynamicProperties(), + "akqwtozxltjsf", new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("rbtazopfhhtfmhm") + .withItemsPath("nppucfvxqr") + .withItemValuePath("crhzecnvdumi") + .withItemTitlePath("xmrntphy") + .withItemFullTitlePath("eddtkpys") + .withItemIsParent("lpjabz") + .withSelectableFilter("buzaxmkuthooaic") + .withParameters(mapOf("fugqfcoraj", new SwaggerCustomDynamicTreeParameter() + .withSelectedItemValuePath("wwvb") + .withValue("dataibivhjryppmmtq") + .withParameterReference("i") + .withRequired(false)))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("lkffgyfehjs") + .withItemsPath("euvy") + .withItemValuePath("mbz") + .withItemTitlePath("fxfyzqrsu") + .withItemFullTitlePath("lsud") + .withItemIsParent("iycepjkllyeds") + .withSelectableFilter("mbvirnxeyu") + .withParameters(mapOf("ewtlfsw", new SwaggerCustomDynamicTreeParameter() + .withSelectedItemValuePath("pyidecff") + .withValue("dataizwqzbsqwjypi") + .withParameterReference("zczswhdgl") + .withRequired(false), "woetjrfruc", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wnffczwzrxvvblbn") + .withValue("dataiy") + .withParameterReference("iqdcjgbmcwm") + .withRequired(true)))))) + .withProperties(mapOf( + "obuwhutvcdtgxsy", new SwaggerSchema().withRef("dxbpvbsibzm") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("oexpothtpaqmf") + .withItems(new SwaggerSchema().withRef("shq") + .withType(SwaggerSchemaType.STRING) + .withTitle("kymqmgudvy") + .withItems(new SwaggerSchema().withRef("uvejlcwdgekkjv") + .withType(SwaggerSchemaType.NULL) + .withTitle("qh") + .withItems(new SwaggerSchema().withRef("yir") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("doxpvqpblqubfpe") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ynheamzlqvaj", new SwaggerSchema(), "tsvc", new SwaggerSchema(), + "sythuioixpfgqlw", new SwaggerSchema(), "ojwvvqcjrmnverbf", new SwaggerSchema())) + .withAdditionalProperties("datahuw") + .withRequired(Arrays.asList("tqeyonmoigawl", "jw", "rovjvjjuypcn")) + .withMaxProperties(1596254728) + .withMinProperties(544101742) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("jzmfpspaxhfu") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datasjcpfepylms") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("yzrd", new SwaggerSchema(), "fmmwkakyxyksd", new SwaggerSchema(), + "lrwqm", new SwaggerSchema())) + .withAdditionalProperties("datavbhtueynx") + .withRequired(Arrays.asList("nwcekqsbnca", "fapzebjeg", "wgverbywu")) + .withMaxProperties(1452499326) + .withMinProperties(1288400249) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("zdwhxputk") + .withReadOnly(false) + .withXml( + new SwaggerXml().withName("wzvdfeyaevzjqfx") + .withNamespace("yjzu") + .withPrefix("xb") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("fyevhurklow", "datamdypsxkw", "lyoix", "datadrvzcl", + "nqizvsih", "dataei"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xjcajhsjuq") + .withUri("zrnubod") + .withExtensions(mapOf("lgorvum", "dataxkianpgugrjxx"))) + .withExample("databzslmffcttkprx") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("p") + .withValuePath("bebafiqxomevke") + .withParameters(mapOf("cxtnbutytoaini", "datadv", "eylackobkrgry", "datanxhzqgbaqv"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xwxlhyszhxot") + .withValuePath("yifjufzlg") + .withParameters(mapOf("mtghmnuzyy", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xy") + .withBuiltInOperation("wde") + .withItemsPath("rycixjg") + .withItemValuePath("mochpwwykfytjkzt") + .withItemTitlePath("kwqvckh") + .withParameters(mapOf("dm", new SwaggerCustomDynamicProperties(), "adcojfuvmj", + new SwaggerCustomDynamicProperties(), "xwazyvib", + new SwaggerCustomDynamicProperties(), "oe", new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("b", + new SwaggerSchema().withRef("dl") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("aapzrkhptyhziqe") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("aotavwmrfqt", new SwaggerSchema(), "gdfecju", + new SwaggerSchema(), "cyrwvoohmcw", new SwaggerSchema())) + .withAdditionalProperties("dataaczypslf") + .withRequired(Arrays.asList("wonbtgpe", "zuzxoeouf", "cjwgfhdfomsc")) + .withMaxProperties(521390190) + .withMinProperties(689577159) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("jg") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataeqhtngrxf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "xrai", + new SwaggerSchema().withRef("egez") + .withType(SwaggerSchemaType.STRING) + .withTitle("iisms") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("cmazilq", new SwaggerSchema(), "vmiproqpybzykm", + new SwaggerSchema(), "k", new SwaggerSchema())) + .withAdditionalProperties("databqkmtwuaqqqtmp") + .withRequired(Arrays.asList("c", "ltwedllp", "oebo", "hyiohcj")) + .withMaxProperties(1383803264) + .withMinProperties(525402712) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("szmyxgu") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamwzplcrzdwe") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "mch", + new SwaggerSchema().withRef("eddnqmnzchrhcfe") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("cuxt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ojqoxpw", new SwaggerSchema(), "hvfdosq", new SwaggerSchema(), + "doyqbpzxushmltih", new SwaggerSchema(), "cptvkbcykntdzze", new SwaggerSchema())) + .withAdditionalProperties("datazpggsyeydctjnei") + .withRequired(Arrays.asList("tlzbwbyvjisp", "gkhvpvbzmy", "vhxstxsfztlv", "dmfshhc")) + .withMaxProperties(1612614119) + .withMinProperties(529520) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("whdy") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajdbzfia") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "k", + new SwaggerSchema().withRef("mcjjxx") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("mjurtnolzioh") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("keplfwyk", new SwaggerSchema(), "pojenpsf", new SwaggerSchema(), + "pizefajgbleh", new SwaggerSchema())) + .withAdditionalProperties("dataeua") + .withRequired(Arrays.asList("fnzcevfbiekydkj", "k")) + .withMaxProperties(427464375) + .withMinProperties(1014606687) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yrvdszrizpej") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqtcgswmh") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datairjuingnfu") + .withRequired(Arrays.asList("zg", "syiwm")) + .withMaxProperties(2023681874) + .withMinProperties(1649500805) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("tbwzjbqzqwbhz") + .withType(SwaggerSchemaType.NULL) + .withTitle("db") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("sbekvprkwp", new SwaggerSchema())) + .withAdditionalProperties("dataieqcnvgzshfaf") + .withRequired(Arrays.asList("xaeiue", "k")) + .withMaxProperties(1982848049) + .withMinProperties(1083554549) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("raep") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datarizkabafdlsiz") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("hbdxs") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("uuwuung") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("drcpqu", new SwaggerSchema())) + .withAdditionalProperties("datanlgttvonwrpelie") + .withRequired(Arrays.asList("mtkcqix", "qxsu", "ev")) + .withMaxProperties(1227142218) + .withMinProperties(1994262703) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("afqaghwqumecqyia") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataodkq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("tgzvzcfmwfogj") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("p") + .withNamespace("joclvfz") + .withPrefix("krmptapyqees") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("wrvtflot", "dataulfjlmwhvjb"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("viswixlvnwzn") + .withUri("apy") + .withExtensions(mapOf("fwmajllatbldhc", "datalbdtrwkpelyg", "slylioguwsh", + "datahwnithxnainssvrk"))) + .withExample("datacpbmyghq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("blwkqztqrnre") + .withValuePath("fmnrweevtun") + .withParameters(mapOf("qvg", "datalugvsjfps", "gxcewz", "dataaymfkexhiwmkljh", "crcctted", + "dataoxzkk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("bvsjuthsyse") + .withValuePath("lncyq") + .withParameters(mapOf("xe", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("zdwerjck") + .withBuiltInOperation("dl") + .withItemsPath("gtptmnd") + .withItemValuePath("foiavpg") + .withItemTitlePath("tnsiu") + .withParameters(mapOf("tjwsdxyzgrrllz", new SwaggerCustomDynamicProperties(), + "xgomhenqnovt", new SwaggerCustomDynamicProperties(), "kobxvexusjfjuphj", + new SwaggerCustomDynamicProperties(), "ueksvjtgpy", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("qm") + .withItemsPath("jdkvyzilr") + .withItemValuePath("gow") + .withItemTitlePath("xjqru") + .withItemFullTitlePath("mbqyfecnsq") + .withItemIsParent("wfuw") + .withSelectableFilter("kc") + .withParameters(mapOf("zibhwybwmeb", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("wcf") + .withItemsPath("x") + .withItemValuePath("rppwksixho") + .withItemTitlePath("vydxjkdsqea") + .withItemFullTitlePath("dqttiqwixsdx") + .withItemIsParent("lw") + .withSelectableFilter("ahb") + .withParameters(mapOf("gu", new SwaggerCustomDynamicTreeParameter(), "et", + new SwaggerCustomDynamicTreeParameter(), "bqhyszflzj", + new SwaggerCustomDynamicTreeParameter(), "dciwxlgg", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf( + "omsqarbtrkd", new SwaggerSchema().withRef("yfklbgshbkd") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("sqznv") + .withItems(new SwaggerSchema().withRef("trashnf") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("kloeqxccpq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ehzipy", new SwaggerSchema(), "af", new SwaggerSchema(), "uu", + new SwaggerSchema(), "oqqseoinxkot", new SwaggerSchema())) + .withAdditionalProperties("datanlgnwwjikgp") + .withRequired(Arrays.asList("zzkzi", "pjnhhiofcnyzqz")) + .withMaxProperties(1301825066) + .withMinProperties(1127691950) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("mllegucemagsyljw") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahlajmikqvnrj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("gyrldo", new SwaggerSchema(), "lldglzdkxftjre", new SwaggerSchema(), + "erkvbdvlaz", new SwaggerSchema())) + .withAdditionalProperties("dataaujjryztg") + .withRequired(Arrays.asList("rvffjpwszlfyft", "aetcplxidiuxzzh", "daxvirpuwacfqn")) + .withMaxProperties(1744967867) + .withMinProperties(598548239) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("byzrpqehrdldvx") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("npa") + .withNamespace("zfy") + .withPrefix("gklywdlxmyoqmam") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("xsucforgcufiphn", "datazwntnlyrpbmdwi", "ybfso", "dataoizzzk"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tqkdzu") + .withUri("ldzkvbebdjsaoggd") + .withExtensions(mapOf("ooyxc", "datakoxlccj", "jhqq", "datazzogz", "aarrrgjnqkuca", + "databwidsbdftbxruuu"))) + .withExample("datanpwgchl") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fittheax") + .withValuePath("hflnlutacsslel") + .withParameters(mapOf("gqtcxyrslegh", "datakqurrtc", "yv", "datazsmjjsvymozry", "quazo", + "dataxmspjqafsxv"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xk") + .withValuePath("utizpv") + .withParameters(mapOf("gxsdolodfod", new SwaggerCustomDynamicProperties(), + "khaogewdhln", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tuoarjir") + .withBuiltInOperation("cuyqt") + .withItemsPath("rzdjgmgfayvbs") + .withItemValuePath("envpz") + .withItemTitlePath("zpizgaujv") + .withParameters(mapOf("fybx", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "rmepbmo", new SwaggerSchema().withRef("efijpjiudnust") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("oh") + .withItems(new SwaggerSchema().withRef("nhb") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("uvrlxzq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rhyx", new SwaggerSchema(), "wqyousqmern", new SwaggerSchema())) + .withAdditionalProperties("dataplgmem") + .withRequired(Arrays.asList("u", "m", "x", "mkchjdxrbbhukx")) + .withMaxProperties(611302361) + .withMinProperties(1859267668) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("pgadesnesgnx") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafvs") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("znoejqduyqbzjyza", new SwaggerSchema())) + .withAdditionalProperties("datapbn") + .withRequired(Arrays.asList("x", "opryutxasnigh", "xi", "hiihg")) + .withMaxProperties(1580913670) + .withMinProperties(1964404510) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ymip") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("t") + .withNamespace("gugwhkwypbqnxpoh") + .withPrefix("kmbajy") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("zutxtidsxrexbarg", "datadpzhqec", "omowucjznnowp", + "datamemopypc", "wsrmegph", "dataxuuv", "fkjd", "dataj"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tqjabwtk") + .withUri("ytvqyirupsuyq") + .withExtensions(mapOf("exzylqhewhcchexc", "datanavxzpyap", "dwolfmfazxw", + "datarmyniwggmi", "fswohddliik", "dataaicdpjtt", "gemtnbkevuuky", "dataosqpli"))) + .withExample("dataksncrzbtlrbzqt") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("f") + .withValuePath("ftohdlpcixpx") + .withParameters(mapOf("azylaya", "datahivhyujqxyfb", "gcn", "datardnovuduwwjo"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ci") + .withValuePath("wwhyejh") + .withParameters(mapOf("fcfyzwkmrjfsq", new SwaggerCustomDynamicProperties(), "cfqa", + new SwaggerCustomDynamicProperties(), "oveqowqodi", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("sxwiicfsbjhha") + .withBuiltInOperation("dow") + .withItemsPath("qk") + .withItemValuePath("axpbieehpvqf") + .withItemTitlePath("rrjprygjgyovc") + .withParameters(mapOf("iismaggktcoyk", new SwaggerCustomDynamicProperties(), + "bkkcxcmjkronxm", new SwaggerCustomDynamicProperties(), "rhwwdfnc", + new SwaggerCustomDynamicProperties(), "utyszhzlvkmirn", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datafpks") + .withRequired(Arrays.asList("yohfrlyynkgnych")) + .withMaxProperties(698428562) + .withMinProperties(1604188770) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("hjgli") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("dgnuoewfgt") + .withItems(new SwaggerSchema().withRef("fix") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("vexjqdjkonbgegw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rppmvnoqtwqci", new SwaggerSchema(), "awhkdkvaqspbds", + new SwaggerSchema())) + .withAdditionalProperties("datatidikxmtmj") + .withRequired(Arrays.asList("rj", "grjsqtirhabh", "pcvsd", "jmbydrg")) + .withMaxProperties(1337384610) + .withMinProperties(1805094693) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xr") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datauogmth") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("lkfjgjlwfssg", new SwaggerSchema(), "ebqvu", + new SwaggerSchema())) + .withAdditionalProperties("datamcegyi") + .withRequired(Arrays.asList("uplamdgffvxnisoo", "wfdtjpsjwlpcxl", "zzcdrgtu")) + .withMaxProperties(1108770912) + .withMinProperties(555522956) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("axvhjrpbnrolgel") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("jtxuuwdmrq") + .withNamespace("lbyjahbzbtl") + .withPrefix("cbwmvp") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("uqgjibr", "dataelrlazcgwnibn", "uhumgw", "dataxiaocr", + "okoxqboz", "datapugnvhtgwadu", "kqobovqlltql", "datazxzwinrg"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription( + "krnrbnjkcoloz") + .withUri("yputawdmdikuf") + .withExtensions(mapOf("xkzhvfojcvnhpebu", "datavkujzofyl"))) + .withExample("datawkysgqacbeauv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "mguifqjtoxz") + .withValuePath("ljpzauugdar") + .withParameters(mapOf("iismokfdyb", "dataitj", "bgmjrvrsqrjco", "datay", + "gffpvvqwvvnxoqaa", "datarwrylcttvxk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("l") + .withValuePath("wwtevfeu") + .withParameters(mapOf("tsztxoswvfrym", new SwaggerCustomDynamicProperties(), + "qfksqfcxdleohys", new SwaggerCustomDynamicProperties(), "gkbaxygwvtkrq", + new SwaggerCustomDynamicProperties(), "yuqdsjjqz", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("jmeipfo") + .withBuiltInOperation("aqyxkloabcox") + .withItemsPath("avj") + .withItemValuePath("e") + .withItemTitlePath("asv") + .withParameters(mapOf("bvolivianklqclft", new SwaggerCustomDynamicProperties(), + "neouxpdnlbp", new SwaggerCustomDynamicProperties(), "bc", + new SwaggerCustomDynamicProperties(), "ohnroa", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("ur") + .withType(SwaggerSchemaType.FILE) + .withTitle("pxghwfiyu") + .withItems(new SwaggerSchema().withRef("grzfs") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("okwnzotjbvhuidlo") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ylkkqvmmmwelj", new SwaggerSchema(), "auegymcmnsmnjitx", + new SwaggerSchema())) + .withAdditionalProperties("datahlbibwodayi") + .withRequired(Arrays.asList("hkioec", "byoxpvbv", "chfuxuqpdde")) + .withMaxProperties(2097768949) + .withMinProperties(255515962) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("hdixnzapzi") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datazkzvfywspaj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("nmhxtmzz", new SwaggerSchema(), "autsrvsbknvouy", + new SwaggerSchema())) + .withAdditionalProperties("dataajjgvusnw") + .withRequired(Arrays.asList("j", "wctlsohrtgpvv", "btegiw", "meyaoy")) + .withMaxProperties(1368647715) + .withMinProperties(1045907240) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("imna") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("f") + .withNamespace("thiecuflazfotrpk") + .withPrefix("amdorgljekhdsfgj") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("vxmysc", "databglni"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription( + "voexkonciacdl") + .withUri("hs") + .withExtensions(mapOf("ftniffajn", "dataxkctedh", "yjuy", "datawby", + "sigkinykjxq", "dataylbbugojdzcluy"))) + .withExample("datapeqgedpizjqp") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "diverkwmafyxo") + .withValuePath("kvutedetx") + .withParameters(mapOf("xahnqjbavdblfef", "dataudjdwcwjacdbkce", "fwrerbndr", + "databvitlnnpaf"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nstl") + .withValuePath("mdcctemv") + .withParameters(mapOf("yitpy", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ihkswurzaqubr") + .withBuiltInOperation("vbvjyfd") + .withItemsPath("upjozgryoc") + .withItemValuePath("k") + .withItemTitlePath("ilyznbb") + .withParameters(mapOf("xz", new SwaggerCustomDynamicProperties(), "fo", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("swznlbbhtl") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("izbe") + .withItems(new SwaggerSchema().withRef("aghltndsazgnyfh") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("agnbhzteninafyag") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("etzkcol", new SwaggerSchema(), "cls", + new SwaggerSchema(), "qvxzicuruf", new SwaggerSchema(), "gpbv", + new SwaggerSchema())) + .withAdditionalProperties("datakpzdkiyww") + .withRequired(Arrays.asList("xuhzixra", "btqejfqghg")) + .withMaxProperties(1512572967) + .withMinProperties(334023550) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("e") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datartiqpjlaka") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("qxqjzmosmlh", new SwaggerSchema(), "ppfgtnsxdj", + new SwaggerSchema(), "ztnjpkpmdlttm", new SwaggerSchema())) + .withAdditionalProperties("datademliaaiqyxlro") + .withRequired(Arrays.asList("ebsxcn", "q", "cbtyor", "rdamyumr")) + .withMaxProperties(1189139330) + .withMinProperties(464729488) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("uygjwqmkakg") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ob") + .withNamespace("gyheyayktutflhe") + .withPrefix("xefs") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("hkhjldwxdq", "dataexwgzszjqzmqjhgh", "ym", + "datajhtgncfbjvmdkgvu"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription( + "uhwuoxeuiaizzj") + .withUri("mygzj") + .withExtensions(mapOf("afdbjx", "datalq", "gn", "datacruleimswxo"))) + .withExample("datamjmpgzetuvfp") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "eptnqsnpafkspr") + .withValuePath("jwbeeolmo") + .withParameters(mapOf("dygaph", "dataolwfkbdwzvhtg"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "ivazfnbzcjmsrorj") + .withValuePath("yxkcvahvb") + .withParameters(mapOf("t", new SwaggerCustomDynamicProperties(), "ivwven", + new SwaggerCustomDynamicProperties(), "icyctak", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yholsmah") + .withBuiltInOperation("chvskq") + .withItemsPath("bigozrvlkl") + .withItemValuePath("rlysseo") + .withItemTitlePath("pgs") + .withParameters(mapOf("jgmogmcjnq", new SwaggerCustomDynamicProperties(), + "ukbwypcvqfz", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("rizflwlkov") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("fcdp") + .withItems(new SwaggerSchema().withRef("mwpm") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("jqsxfp") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("vrejkvc", new SwaggerSchema(), "m", new SwaggerSchema(), + "brdwfhhwt", new SwaggerSchema())) + .withAdditionalProperties("datagefaycbvgotbjnx") + .withRequired(Arrays.asList("otxn", "ovflxluvmsgdi")) + .withMaxProperties(1905664973) + .withMinProperties(322956843) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ozdvok") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datadikdbqeahgsib") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("znzaxzfhhhgy", new SwaggerSchema())) + .withAdditionalProperties("datagnrya") + .withRequired(Arrays.asList("dxauihnbrdh", "dwyehqnxuffgjyn", "inhvdkqigppdqsqs")) + .withMaxProperties(926941607) + .withMinProperties(358866752) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("uhuruouqyotap") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("nqjpcu") + .withNamespace("xoymfkumbysgsqz") + .withPrefix("rvf") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("vik", "datarxrpahp", "fq", "dataenmiflk"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription( + "lnxhsupilhxtab") + .withUri("lyoomgsejisydh") + .withExtensions(mapOf("f", "dataxnkluq", "xuvprbjxewcscuve", "dataglftlqakie"))) + .withExample("datafarinufzi") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ahym") + .withValuePath("kjtdhmigkw") + .withParameters(mapOf("fshdaehxv", "dataxgienylsijqyg", "slmllbpegcetez", + "dataifdsafgkysymhu"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "wszrbttzsqeyr") + .withValuePath("h") + .withParameters(mapOf("yxxszpa", new SwaggerCustomDynamicProperties(), "ecurf", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("shfmgi") + .withBuiltInOperation("urveekhsmulvmywo") + .withItemsPath("kpuuuxiuwhcyc") + .withItemValuePath("kmufipygtmoycp") + .withItemTitlePath("maosongtbh") + .withParameters(mapOf("qvubwwqgiyujnr", new SwaggerCustomDynamicProperties(), + "wjxmwalhlj", new SwaggerCustomDynamicProperties(), "nsnbpiuvqhod", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("snpbsungnj") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("fbjuc") + .withNamespace("gzjyrdiiwhmrhz") + .withPrefix("vpjydwmaqeytjp") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("qlvlbjzscrjtn", "datadcsvzugiurh", "pobjufksddxk", "datab", + "lsrguecbthauivg", "dataiwxlylxfpvoylf", "edqgyrvulz", "dataime"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ckpdpdcnr") + .withUri("skikqdqiybqtl") + .withExtensions(mapOf("etiznnnadnp", "datajj", "cccdu", "datasbpxlserqgxnh"))) + .withExample("datayb") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pmeglolpotclmbk") + .withValuePath("jryt") + .withParameters(mapOf("j", "datano"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nthjqgovviv") + .withValuePath("xytrafettwytavp") + .withParameters(mapOf("oujtcp", new SwaggerCustomDynamicProperties().withOperationId("yqluolgs") + .withValuePath("qsapnhhvpb") + .withParameters(mapOf("urqviyfksegwezgf", new SwaggerCustomDynamicProperties())), "klqr", + new SwaggerCustomDynamicProperties().withOperationId("dzlyogzba") + .withValuePath("ckakikkkajmnvbi") + .withParameters(mapOf("krqdycoebg", new SwaggerCustomDynamicProperties(), "xx", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("gsaaday") + .withBuiltInOperation("eqedft") + .withItemsPath("gm") + .withItemValuePath("kt") + .withItemTitlePath("zyvzixmusiidivbb") + .withParameters(mapOf("oukaffzzf", new SwaggerCustomDynamicProperties().withOperationId( + "liqntnoegxo") + .withValuePath("uc") + .withParameters(mapOf("ytwda", new SwaggerCustomDynamicProperties(), "exisa", + new SwaggerCustomDynamicProperties(), "ygi", new SwaggerCustomDynamicProperties())), + "mixjudbiacu", new SwaggerCustomDynamicProperties().withOperationId("vfiypfvwyzjs") + .withValuePath("orvigrxmptu") + .withParameters(mapOf("kb", new SwaggerCustomDynamicProperties(), "qghxdpgihf", + new SwaggerCustomDynamicProperties(), "mlyx", + new SwaggerCustomDynamicProperties())), + "al", new SwaggerCustomDynamicProperties().withOperationId("ucmfuvu") + .withValuePath("vbujw") + .withParameters(mapOf("ijpyyvecruhqymwd", new SwaggerCustomDynamicProperties(), "thkt", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xkkoypxwlvthiva") + .withItemsPath("axoswqw") + .withItemValuePath("lrzlgk") + .withItemTitlePath("pd") + .withItemFullTitlePath("erxfe") + .withItemIsParent("mzsekvsuzyowr") + .withSelectableFilter("vofrenuvp") + .withParameters(mapOf("tnyyeyjatfpbxnre", new SwaggerCustomDynamicTreeParameter(), "pgqxt", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("uqtximrxey") + .withItemsPath("ynxbuvyglfyfcs") + .withItemValuePath("jhoxtbsybpefojp") + .withItemTitlePath("xdgqjkfvmrnwg") + .withItemFullTitlePath("j") + .withItemIsParent("feiiri") + .withSelectableFilter("jdnknbt") + .withParameters(mapOf("depqtzzhkpkonovf", new SwaggerCustomDynamicTreeParameter())))), + "lfs", new SwaggerSchema().withRef("hgmmzxpsrlbppjq") + .withType(SwaggerSchemaType.NULL) + .withTitle("daos") + .withItems( + new SwaggerSchema().withRef("alljsoasxjjklm") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("osxfdxr") + .withItems( + new SwaggerSchema().withRef("mbbhluvdce") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("no") + .withItems( + new SwaggerSchema().withRef("reiwdskie") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("nal") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("asqolxaodb", new SwaggerSchema(), "gxbadborq", + new SwaggerSchema(), "mihggvyhqwyxb", new SwaggerSchema(), "trv", + new SwaggerSchema())) + .withAdditionalProperties("datanls") + .withRequired(Arrays.asList("ifkdsclqwkddg", "pu")) + .withMaxProperties(1281097844) + .withMinProperties(1048287687) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("shaqfueqfniagz") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("mt", new SwaggerSchema(), "yguuhylzbd", new SwaggerSchema())) + .withAdditionalProperties("datatdohjxfqyyu") + .withRequired(Arrays.asList("l", "znxhbttkkicxjxu")) + .withMaxProperties(2118215440) + .withMinProperties(327803000) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("kqjrbbl") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("xpnkxcljnk") + .withNamespace("fsquxxqc") + .withPrefix("nchvkjwriva") + .withAttribute(true) + .withWrapped(true) + .withExtensions( + mapOf("kbp", "datapsybdgtfozysfjdc", "neltnbyvbgrdr", "datapqelmszob"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dudw") + .withUri("dsybiazfvxdkwvc") + .withExtensions(mapOf("iojusmdodku", "datayxbyqqonkre", "yykx", "dataycntaov", + "wvswlhjlbkq", "datafpkdsldyw", "hpn", "datags"))) + .withExample("dataltjekqzfwlkyr") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ubzf") + .withValuePath("yuqecwrtre") + .withParameters(mapOf("fpkymqnvvwfaor", "datazsnfgmohhcghvsmv", "oa", + "datalboawzplwghfg", "tcxqkohupyaj", "datamtupr"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("jparjvsbozfjb") + .withValuePath("yxhjf") + .withParameters(mapOf("wmrdlnbklhwrikr", new SwaggerCustomDynamicProperties(), + "ljbhgzffemry", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("obbzcdlc") + .withBuiltInOperation("umvbhbli") + .withItemsPath("xolzinxxjfixr") + .withItemValuePath("wxcaa") + .withItemTitlePath("lqosgzgsgzlbunmj") + .withParameters(mapOf("fiyrywf", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("ukurkg", new SwaggerSchema().withRef("jm") + .withType(SwaggerSchemaType.FILE) + .withTitle("fkiiarl") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("fjdtykhsafrf", new SwaggerSchema(), "wuebrvrh", new SwaggerSchema())) + .withAdditionalProperties("datakfffvgb") + .withRequired(Arrays.asList("ipy")) + .withMaxProperties(508389668) + .withMinProperties(1600191773) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("vkm") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakyvybljqgirpi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), "crnxstowvg", + new SwaggerSchema().withRef("xqanrk") + .withType(SwaggerSchemaType.FILE) + .withTitle("fsvfbjcnadwrb") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hppykrlzua", new SwaggerSchema(), "s", new SwaggerSchema(), + "xpolatorjmsab", new SwaggerSchema())) + .withAdditionalProperties("datauxlthyxryvwnzh") + .withRequired(Arrays.asList("ddgb", "nqvbnybffcvtij")) + .withMaxProperties(44915155) + .withMinProperties(941371808) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("gvgogczgcm") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datadgyqenicrznaml") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datafvsqly") + .withRequired(Arrays.asList("aoqkcit", "buzvaxl")) + .withMaxProperties(1503217622) + .withMinProperties(1397624878) + .withAllOf(Arrays.asList(new SwaggerSchema().withRef("tsauvprqzpfpbx") + .withType(SwaggerSchemaType.FILE) + .withTitle("kkoyzsy") + .withItems(new SwaggerSchema()) + .withProperties(mapOf( + "ldonsekazxewnlpc", new SwaggerSchema(), "hczqm", new SwaggerSchema(), + "xmyfrmfclkyncjya", new SwaggerSchema(), "zzcbohbbavode", new SwaggerSchema())) + .withAdditionalProperties("datauabqb") + .withRequired(Arrays.asList("bjct")) + .withMaxProperties(706686526) + .withMinProperties(997388279) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("orvpcoxdl") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamnp") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("hbefivozrdzrikw") + .withType(SwaggerSchemaType.NULL) + .withTitle("vrkxpbjgozoelam") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("ctrwrvnsc", new SwaggerSchema(), "acbrywqqeztlf", new SwaggerSchema())) + .withAdditionalProperties("datalgxrsn") + .withRequired(Arrays.asList("oo", "a", "hvsfgywkinkhv")) + .withMaxProperties(335657007) + .withMinProperties(639472821) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ninjhdkvkqjjouh") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapcctvcjdrm") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("jq") + .withType(SwaggerSchemaType.STRING) + .withTitle("ftzbxfgos") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("lqn", new SwaggerSchema())) + .withAdditionalProperties("datasegursbzmixw") + .withRequired(Arrays.asList("nkvtzdvxsgdaajl", "gsuqmrkyaovcbds", "xhpqlxnb", "j")) + .withMaxProperties(495084228) + .withMinProperties(1542852014) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("rknyy") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqcjfqmyfgwb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("qsvexzyjfw") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("qutgxd") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("okcbxr", new SwaggerSchema(), "kylqpppp", new SwaggerSchema(), + "eikktretu", new SwaggerSchema(), "sygzj", new SwaggerSchema())) + .withAdditionalProperties("dataax") + .withRequired(Arrays.asList("rltanvber", "t")) + .withMaxProperties(423639959) + .withMinProperties(557311789) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("gdo") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataglavdtttydjq") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("cshbypwmveyr") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("moufjuq") + .withNamespace("uicvjyjszmle") + .withPrefix("xhmrilw") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("qqzikvgwqiwod", "datavtaulxxznfx", "aexrzxvffqc", "dataaslp", + "t", "datatdmhr"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("l") + .withUri("epssoqdibyg") + .withExtensions(mapOf("lxoksyypft", "dataidiwkxikxiq", "strbqgatkliopgwp", "datadi"))) + .withExample("datatccety") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("obb") + .withValuePath("sdpyirtrlzkpje") + .withParameters(mapOf("aqclepck", "datahhf", "ljeh", "dataowuthfwphnmll", "a", + "datahxxuofn"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("z") + .withValuePath("napxhtqwsd") + .withParameters(mapOf("ovubfllfk", new SwaggerCustomDynamicProperties(), + "ubziibuabpvdwhvn", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uzudkqoeouk") + .withBuiltInOperation("nkgbkzqbomf") + .withItemsPath("yas") + .withItemValuePath("myfhclxwedeta") + .withItemTitlePath("jatvfddqspdutt") + .withParameters(mapOf("szqexcqcwb", new SwaggerCustomDynamicProperties(), "xvc", + new SwaggerCustomDynamicProperties(), "ekqjdru", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("hlfvmwu") + .withItemsPath("rswsvtzotmwxqdfb") + .withItemValuePath("n") + .withItemTitlePath("xlawk") + .withItemFullTitlePath("jhz") + .withItemIsParent("rtmjskbi") + .withSelectableFilter("jnadykmvou") + .withParameters(mapOf("vsfqu", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("xqbknoxjhedwh") + .withItemsPath("wbvr") + .withItemValuePath("jbiigxxr") + .withItemTitlePath("puzkwigif") + .withItemFullTitlePath("oys") + .withItemIsParent("lpshxjhanskoo") + .withSelectableFilter("cnkgqsqvfyokss") + .withParameters(mapOf("jiql", new SwaggerCustomDynamicTreeParameter(), "jjltuymna", + new SwaggerCustomDynamicTreeParameter(), "qhscaand", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("exsrglxljuyv", new SwaggerSchema().withRef("cuvcvafls") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("djvyclasdprknup") + .withItems(new SwaggerSchema().withRef("klgsnpvqczpko") + .withType(SwaggerSchemaType.FILE) + .withTitle("th") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("uebt", new SwaggerSchema(), "g", new SwaggerSchema())) + .withAdditionalProperties("datauimtx") + .withRequired(Arrays.asList("exar", "ukoir", "ivftl", "skinmxanjguadh")) + .withMaxProperties(606762134) + .withMinProperties(1200200130) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("aazeqjnouuujlit") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataxgjzslhopyqxipb") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("ocnwnjmiitlamf", new SwaggerSchema(), "klkhhjxww", new SwaggerSchema(), + "zsyetbffrhqz", new SwaggerSchema(), "wznwc", new SwaggerSchema())) + .withAdditionalProperties("dataapd") + .withRequired(Arrays.asList("l", "etfdpurvz")) + .withMaxProperties(594791094) + .withMinProperties(1526314586) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("me") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("kvq") + .withNamespace("wsvivqk") + .withPrefix("g") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("nymbjrsd", "datazsveguxaxij", "osuzegmcmlzmfe", "dataufqxrlzi", + "gowdavpqyhax", "dataidnewrvjgwnmxc", "gkwpbnefabgt", "dataorzozf"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("op") + .withUri("xcmougddycf") + .withExtensions(mapOf("sxvzc", "dataunamzqvawk"))) + .withExample("datafwpjpgq") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("mgylmyc") + .withValuePath("horre") + .withParameters(mapOf("nqlizlcyhjhrkfp", "dataq", "bvm", "dataiiommisbf"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mpohjdvfj") + .withValuePath("wawymahboind") + .withParameters(mapOf("qdjkug", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("sqpkmbryh") + .withBuiltInOperation("h") + .withItemsPath("upbzqww") + .withItemValuePath("qjyiwuveryavb") + .withItemTitlePath("vcogupshoofasky") + .withParameters(mapOf("joor", new SwaggerCustomDynamicProperties(), "uuhbcckbcvtelmd", + new SwaggerCustomDynamicProperties(), "masvghphlbkqu", + new SwaggerCustomDynamicProperties(), "mblnismv", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datapovzespdip") + .withRequired(Arrays.asList("npdjomd", "adwosjxywwvilkyh")) + .withMaxProperties(1940734042) + .withMinProperties(935302385) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("bjgsjmcybr") + .withType(SwaggerSchemaType.FILE) + .withTitle("n") + .withItems(new SwaggerSchema().withRef("kghrrxauuhd") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("zyxoy") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("bjw", new SwaggerSchema(), "pfryivpe", new SwaggerSchema())) + .withAdditionalProperties("datay") + .withRequired(Arrays.asList("xygfpqxsemezkpd", "mowftfrqeb")) + .withMaxProperties(463574506) + .withMinProperties(1488477855) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ekfxmg") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanrdsd") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("odi", new SwaggerSchema(), "ypgapfdwhwbead", new SwaggerSchema(), + "kuqnkoskflnj", new SwaggerSchema(), "y", new SwaggerSchema())) + .withAdditionalProperties("datajeevmbhemr") + .withRequired(Arrays.asList("etsspwwex", "otbrepe")) + .withMaxProperties(579296778) + .withMinProperties(1986055857) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yar") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("cscootfsgilwis") + .withNamespace("zpzitustrtrf") + .withPrefix("gknocshm") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("amctzmwrhccdg", "databirbrvzhfjqpxyd", "pgkxyrsppbghy", + "datansjssreojsgkoue"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("goawl") + .withUri("uwsqm") + .withExtensions(mapOf("o", "datagyrz", "ursumbci", "datatngxvrpkizjnkgd", "uyblo", + "datakbkqpsvoxshxum", "samxyjqhwsoj", "datarufvmgblbqx"))) + .withExample("databbgvmowy") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hml") + .withValuePath("nzsckfuzuchotdz") + .withParameters(mapOf("ns", "dataqhwpuaermaww", "uothisxzhi", "dataazqcemcotw", + "zxbupsxqoj", "datavdf", "zlmwfncwlwov", "datagxcgqkhyvtajwkrx"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "omjbyssprkbzral") + .withValuePath("fncsa") + .withParameters(mapOf("cpgz", new SwaggerCustomDynamicProperties(), "xrgppqa", + new SwaggerCustomDynamicProperties(), "dmjunntqqguhv", + new SwaggerCustomDynamicProperties(), "wrziminetb", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("fuxdtpjcsqkedlcl") + .withBuiltInOperation("quyfftqomb") + .withItemsPath("gqxa") + .withItemValuePath("duo") + .withItemTitlePath("zhdjbyf") + .withParameters(mapOf("ajnhpyylekubiwvj", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("qb") + .withType(SwaggerSchemaType.FILE) + .withTitle("jvfisloquttk") + .withItems(new SwaggerSchema().withRef("gjupjbdqmnk") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("sshupxjttnurkme") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("puwome", new SwaggerSchema())) + .withAdditionalProperties("datavvtjwdlduvimgtce") + .withRequired(Arrays.asList("xoxtapafbjvbkj", "gzkcpt", "vc")) + .withMaxProperties(1851665927) + .withMinProperties(941492951) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("blskizpr") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajxdrgxpuxpzslmf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("qzkfgesdz", new SwaggerSchema(), "sz", new SwaggerSchema(), + "hekbmdhchiojsr", new SwaggerSchema())) + .withAdditionalProperties("datapityeuvwysbme") + .withRequired(Arrays.asList("bznl")) + .withMaxProperties(135187170) + .withMinProperties(1214715057) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ywy") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("uyqzjfvbnyyjvzls") + .withNamespace("zvvsxmy") + .withPrefix("sgb") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("bmm", "dataaz", "gaxwq", "dataa", "heggtdv", "dataparct"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xxfawhoosrsolhhv") + .withUri("oejbgiqhjpe") + .withExtensions(mapOf("uirqfksjl", "datadifierxxorsd", "v", "datafgmdoaih", "rybw", + "datasqcivm", "gtbynxshca", "dataaccvwkynema"))) + .withExample("dataxgeqojzvuzxx") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hbobuovsvwnpcx") + .withValuePath("mtvparyubny") + .withParameters(mapOf("cum", "datapzdevotucnzbp"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("t") + .withValuePath("emzdnvnooklgren") + .withParameters(mapOf("gertxic", new SwaggerCustomDynamicProperties(), "mgsncbbdokp", + new SwaggerCustomDynamicProperties(), "aedbsl", + new SwaggerCustomDynamicProperties(), "nunpxswmcc", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("viaaep") + .withBuiltInOperation("xbofdc") + .withItemsPath("oacfskzw") + .withItemValuePath("etutqjsojw") + .withItemTitlePath("xtrnakyt") + .withParameters(mapOf("agvsljkaarqhp", new SwaggerCustomDynamicProperties(), "wqhz", + new SwaggerCustomDynamicProperties(), "xgmgvygmty", + new SwaggerCustomDynamicProperties(), "ivbuitee", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("brs") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("hz") + .withNamespace("udjitlqxpsn") + .withPrefix("xhgdns") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("zkhdn", "datagaicjkqjz", "dfkqlkaipfyvquas", "datanmrx", "vakqaho", + "dataywkbiek", "voaoavezwclmzm", "datagnapkpaiedo"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lghlrc") + .withUri("qhvhc") + .withExtensions(mapOf("jtockgqaawyyszwo", "dataawifz", "fqrfywwzs", "dataqljl"))) + .withExample("datakhqhvktcztmqdkh") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gxemvlyaprjz") + .withValuePath("xxq") + .withParameters(mapOf("lpxfauvgtoin", "datatzbhm", "w", "datazsmyvvfapfbm", "dspdd", + "dataknefcoopt", "laxuybxjwny", "datagupiosibg"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yrttnrikssqfiksj") + .withValuePath("ignmtoqtuivipb") + .withParameters(mapOf("xbkqmag", new SwaggerCustomDynamicProperties().withOperationId("slp") + .withValuePath("zpqydnokkkg") + .withParameters(mapOf("j", new SwaggerCustomDynamicProperties(), "ftsneftzetjclaq", + new SwaggerCustomDynamicProperties())), + "foptbiuik", new SwaggerCustomDynamicProperties().withOperationId("suyyw") + .withValuePath("qg") + .withParameters(mapOf("uhhvgddfzc", new SwaggerCustomDynamicProperties(), "yl", + new SwaggerCustomDynamicProperties(), "wlhuf", new SwaggerCustomDynamicProperties(), + "gcpwrtgtdegfh", new SwaggerCustomDynamicProperties())), + "qwqcxyiqppacj", new SwaggerCustomDynamicProperties().withOperationId("tjjfecxv") + .withValuePath("jpovjvvxpsnr") + .withParameters(mapOf("bmhjmqf", new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("llacylbtkxeij") + .withBuiltInOperation("nlaaxtte") + .withItemsPath("ugojvgjezrwbobaw") + .withItemValuePath("tenhnq") + .withItemTitlePath("xghbehh") + .withParameters(mapOf("rtkevimrupg", new SwaggerCustomDynamicProperties().withOperationId("qor") + .withValuePath("wlceojlyugzlvgj") + .withParameters(mapOf("kkrsyfds", new SwaggerCustomDynamicProperties())), "cgslw", + new SwaggerCustomDynamicProperties().withOperationId("jmandrvv") + .withValuePath("klbfvtzdtw") + .withParameters(mapOf("lpkocre", new SwaggerCustomDynamicProperties(), "fmqf", + new SwaggerCustomDynamicProperties(), "flupuvwlfzjrj", + new SwaggerCustomDynamicProperties(), "lacpzgz", + new SwaggerCustomDynamicProperties())), + "rmzwmtsmeaciyp", new SwaggerCustomDynamicProperties().withOperationId("keytpmlrjnnbmods") + .withValuePath("qtvatujph") + .withParameters(mapOf("xvvogwghxo", new SwaggerCustomDynamicProperties(), "wpiqkkmpfnw", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("cusvidkzbdbvlsn") + .withItemsPath("ymrfomlh") + .withItemValuePath("iktecs") + .withItemTitlePath("cqweydaa") + .withItemFullTitlePath("ttmfcx") + .withItemIsParent("wfsqjxxbs") + .withSelectableFilter("qiwl") + .withParameters(mapOf("tsyjzdasgk", new SwaggerCustomDynamicTreeParameter(), "zpr", + new SwaggerCustomDynamicTreeParameter(), "qomuzohnpkof", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ddlnzmffyvowlamm") + .withItemsPath("zvwzienijunmgdp") + .withItemValuePath("ivrhjxdn") + .withItemTitlePath("ztf") + .withItemFullTitlePath("uzvbrehdtqggza") + .withItemIsParent("gnrsei") + .withSelectableFilter("fpwbybm") + .withParameters(mapOf("z", new SwaggerCustomDynamicTreeParameter(), "golfensibqi", + new SwaggerCustomDynamicTreeParameter(), "bpyjzvye", + new SwaggerCustomDynamicTreeParameter())))), + "byruh", new SwaggerSchema().withRef("zczvvwrougalyw") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("vb") + .withItems(new SwaggerSchema().withRef("eyxewcsktvkw") + .withType(SwaggerSchemaType.FILE) + .withTitle("fvvxi") + .withItems(new SwaggerSchema().withRef("jamztvnm") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("ypuotmkbofu") + .withItems(new SwaggerSchema().withRef("ksgou") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("tnphnotrgyyjea") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dunbaets", new SwaggerSchema())) + .withAdditionalProperties("datafegbvv") + .withRequired(Arrays.asList("y", "zrzubdt", "sachmhzpu")) + .withMaxProperties(1765057218) + .withMinProperties(331148269) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("zcfiosralbxhdxn") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataafbhxoaqfpqf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("ogzawfoqdnxu", new SwaggerSchema(), "efvnvscyut", new SwaggerSchema())) + .withAdditionalProperties("datasyntc") + .withRequired(Arrays.asList("uqaqnlygfvbf", "jbozkl", "pifvpsmv", "sa")) + .withMaxProperties(1996636688) + .withMinProperties(1144080324) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("fivxfqmdjzgov") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("jkmpa") + .withNamespace("eylpofaogvmqzagr") + .withPrefix("qhwfskmkdr") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("xlutxcmccc", "datadwcxjv", "ocnr", "datat", "uldso", "dataypvh", + "ylkpvaagrdf", "databzzbrufk"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("l") + .withUri("sphvosucry") + .withExtensions(mapOf("of", "datahthzfotfrfhrjkah", "qxwoppnitrmzvn", "datahg", + "bmobrxhwpgkrnxr", "datafkznyait"))) + .withExample("datailogcnzfgqibb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xhztufw") + .withValuePath("sfjj") + .withParameters(mapOf("buyd", "dataus", "rbl", "datayhknttk", "jfjibuwhbpojuj", + "datahenjstiwdeosbiji", "xolau", "dataifxtgrxavfjxvi"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("chphovu") + .withValuePath("sczwcxlncoh") + .withParameters(mapOf("vyriawfwwsg", new SwaggerCustomDynamicProperties(), + "kbdozsspfwmf", new SwaggerCustomDynamicProperties(), "ort", + new SwaggerCustomDynamicProperties(), "xsthj", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rybuqmkmw") + .withBuiltInOperation("knvyilhos") + .withItemsPath("dioxgs") + .withItemValuePath("xoyrgvrt") + .withItemTitlePath("tmzglbplqhbrar") + .withParameters(mapOf("epsxufyqcqfou", new SwaggerCustomDynamicProperties(), "ye", + new SwaggerCustomDynamicProperties(), "xgxbgochpxps", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree( + new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("focgfy", + new SwaggerSchema().withRef("zrugbdkxlwckuv") + .withType(SwaggerSchemaType.NULL) + .withTitle("jjt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jebtdpsgkeexs", new SwaggerSchema(), "zpkvyl", + new SwaggerSchema(), "tytwtfqpmpyww", new SwaggerSchema())) + .withAdditionalProperties("dataukqmjcwdo") + .withRequired(Arrays.asList("quncuqcocchd")) + .withMaxProperties(539215422) + .withMinProperties(2013093246) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("nkqpsquou") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datauhdoimojcmhycdx") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "qwesqykqfserls", + new SwaggerSchema().withRef("ornvbhuyolw") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("wyvvcywb") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("hrexzvejq", new SwaggerSchema(), "yu", new SwaggerSchema(), + "kloke", new SwaggerSchema(), "eowbpiie", new SwaggerSchema())) + .withAdditionalProperties("datagchsgotgwerbpob") + .withRequired(Arrays.asList("unicgrxce")) + .withMaxProperties(38433554) + .withMinProperties(1166011393) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("lqhznutr") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datanniarjezj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "pxyofftxzovbhq", + new SwaggerSchema().withRef("pshhetagwmz") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("jgmobkaligoikke") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("svlubdpp", new SwaggerSchema(), "wxsxbxdkmixurce", new SwaggerSchema())) + .withAdditionalProperties("dataqmjqqau") + .withRequired(Arrays.asList("hmtbu")) + .withMaxProperties(1402404116) + .withMinProperties(1268755046) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("r") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataheayo") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datasslfxej") + .withRequired(Arrays.asList("sgigs", "b", "xndyjwmglgstrzf", "ehdzovkbcbefohny")) + .withMaxProperties(863133918) + .withMinProperties(868646401) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("kgfvzvmtjcxi") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("xdbglceet") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("bugizwy", new SwaggerSchema(), "fhfptbdxtvlpj", new SwaggerSchema())) + .withAdditionalProperties("datasl") + .withRequired(Arrays.asList("zytxe", "qigmqn", "ute")) + .withMaxProperties(528349986) + .withMinProperties(756985332) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("rjwiwou") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datayhgrcmcqppledxy") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("el") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("dzhwpxpscwy") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fccyavysfmndrdqq", new SwaggerSchema(), "k", new SwaggerSchema(), + "gbmldkcih", new SwaggerSchema())) + .withAdditionalProperties("datazk") + .withRequired(Arrays.asList("vhjkwfolpj", "epahvoiranx", "nzssvnldtqykzmw", "oqrej")) + .withMaxProperties(333298746) + .withMinProperties(648381059) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("yozryoxmfrxfxycj") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datafuml") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("oki") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("nhfkbqlrtffswqd") + .withNamespace("lj") + .withPrefix("bnhgl") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("gsdxtwqqukg", "dataswmucrza", "wxsqvxlupccfwqis", + "datanlvjgskbksltun", "lvqtmzociaetctj", "datauqyzxzjehd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("moazsjsuevfvnn") + .withUri("ccvxqbxgq") + .withExtensions(mapOf("xekibv", "datanri", "bxldl", "dataqldilmxsvzwbktal"))) + .withExample("datahmibqgldhtt") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lnn") + .withValuePath("vjealxlewlwbx") + .withParameters(mapOf("wdqvq", "datafdkkvijilfqvodz", "qoaop", "datald", "df", + "dataqpfwnjdyoxformfe"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eszxtesnhxp") + .withValuePath("okdbvtpqttu") + .withParameters(mapOf("xbzmpvue", new SwaggerCustomDynamicProperties(), "jrnnwgrxzcn", + new SwaggerCustomDynamicProperties(), "guezxluimkwbwmg", + new SwaggerCustomDynamicProperties(), "zqlsnycchpcjzt", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uuyvpcfvinjxc") + .withBuiltInOperation("netcxgdgqkletlw") + .withItemsPath("tzbphxxvftj") + .withItemValuePath("qg") + .withItemTitlePath("nmok") + .withParameters(mapOf("tdnym", new SwaggerCustomDynamicProperties(), "eeyskbqlcakle", + new SwaggerCustomDynamicProperties(), "jgxdhgezyhph", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("glkqitpbyn") + .withItemsPath("yx") + .withItemValuePath("opocleffgggg") + .withItemTitlePath("sbouhmng") + .withItemFullTitlePath("n") + .withItemIsParent("iusrvswcpsp") + .withSelectableFilter("xigpdiouppg") + .withParameters(mapOf("mg", new SwaggerCustomDynamicTreeParameter(), "utnlynplxx", + new SwaggerCustomDynamicTreeParameter(), "bogxkidbcxbgfw", + new SwaggerCustomDynamicTreeParameter(), "cfwlwn", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("nmop") + .withItemsPath("etdruugimviefbje") + .withItemValuePath("iyjkhjuuep") + .withItemTitlePath("uqwnajb") + .withItemFullTitlePath("xqsvax") + .withItemIsParent("wisdwtugadxupipg") + .withSelectableFilter("wiwhtjoxxllh") + .withParameters(mapOf("nnwmwwxyawxkd", new SwaggerCustomDynamicTreeParameter(), + "evhyuuih", new SwaggerCustomDynamicTreeParameter()))))) + .withProperties( + mapOf( + "q", new SwaggerSchema().withRef("mcvu") + .withType(SwaggerSchemaType.NULL) + .withTitle("bljnizw") + .withItems(new SwaggerSchema().withRef("crxfi") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("xnfarmficqr") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("trulzlrmrtcs", new SwaggerSchema(), "pm", + new SwaggerSchema(), "lcxbaxcgcdfelvap", new SwaggerSchema())) + .withAdditionalProperties("databicjzntiblxeygo") + .withRequired(Arrays.asList("roicjtgqdymoanp")) + .withMaxProperties(1381831573) + .withMinProperties(751323283) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("xqbcalgspz") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datalvhohzkcsjd") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("ypeqmuue", new SwaggerSchema(), "xmkrulavxeaymf", + new SwaggerSchema(), "chwpfunptsry", new SwaggerSchema())) + .withAdditionalProperties("dataa") + .withRequired(Arrays.asList("wbxvsytbxcj", "baddlmj", "ulio")) + .withMaxProperties(583591850) + .withMinProperties(1654123874) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("uzeyvalezkyf") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("easuw") + .withNamespace("q") + .withPrefix("tytbycc") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("jr", "dataffwvnj"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("hizwdswikyewv") + .withUri("zwqzwsgui") + .withExtensions(mapOf("gjrfkqf", "dataemeft", "kxk", "datadrel"))) + .withExample("dataluaregj") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("isbmvrmenrcq") + .withValuePath("khvpsoduiu") + .withParameters(mapOf("yojzvaykfjgakays", "datagmonqyntyuqdz", "zwm", "datakydqy", + "muot", "datawrqzizgg", "fyjampvwxlkh", "datasea"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("txipmnqrbyq") + .withValuePath("wxbowcjkargg") + .withParameters( + mapOf( + "ewgylolv", new SwaggerCustomDynamicProperties(), "wlqlugnbudjypli", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tlansykvlxsycqq") + .withBuiltInOperation("xooxuaufqoo") + .withItemsPath("xctkveqvpedwmhqc") + .withItemValuePath("ery") + .withItemTitlePath("byqxeyzq") + .withParameters(mapOf("sipclxvaovss", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "xtdmutdrrqqajhk", new SwaggerSchema().withRef("cqdbmzwlejiiyoon") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("rixzdbnt") + .withItems(new SwaggerSchema().withRef("abndwcfmzmqmg") + .withType(SwaggerSchemaType.NULL) + .withTitle("xkyboysquygok") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("wcyigrhfevxypq", new SwaggerSchema(), "kcojyx", new SwaggerSchema(), + "hvoowrtcsu", new SwaggerSchema(), "otawyiq", new SwaggerSchema())) + .withAdditionalProperties("datanxzvjnmpvsblu") + .withRequired(Arrays.asList("hzukrpfbhihd", "iiuexyqy", "kudmlqpwardp", "r")) + .withMaxProperties(1376529074) + .withMinProperties(531836875) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("qspzwsxnyoc") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datasdrgzmmrzwmibtkc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("ovoumndcqoxyx", new SwaggerSchema(), "yhmjw", + new SwaggerSchema(), "nw", new SwaggerSchema())) + .withAdditionalProperties("datazgvaeqiygbo") + .withRequired(Arrays.asList("jodidgudar", "laj", "enfyuuf")) + .withMaxProperties(1686618572) + .withMinProperties(729500164) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("zwaewpilsuhsghd") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("wfnapgagvhsix") + .withNamespace("da") + .withPrefix("htwhh") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("ujfnbzamroad", "dataojker", "alh", "datatogbkdctsg"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("eclp") + .withUri("jsqcubyj") + .withExtensions(mapOf("ecsft", "datalliteenah", "jh", "datasubzfuhjnmdcyrbz"))) + .withExample("datavtzdxtwyxpkww") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("evdvkeyqxjchd") + .withValuePath("xeiluexvmlg") + .withParameters(mapOf("lbqkguchd", "datasqpfxjwt", "ddkujvqzcuqc", + "dataxrjjdjikiqtzub", "xlfxsetvdz", "datalwnxryyqtjcrpax"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "dmxfqftywbba") + .withValuePath("hdciuxotbvflgkk") + .withParameters(mapOf("hop", new SwaggerCustomDynamicProperties(), "fobpyeo", + new SwaggerCustomDynamicProperties(), "rtaevq", + new SwaggerCustomDynamicProperties(), "fdhpkiiunyrobcke", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("smrvdt") + .withBuiltInOperation("rtnqssqynupskit") + .withItemsPath("phame") + .withItemValuePath("zgwjoaue") + .withItemTitlePath("dpn") + .withParameters(mapOf("yl", new SwaggerCustomDynamicProperties(), "cfgqinao", + new SwaggerCustomDynamicProperties(), "xouknzhmzassrsqz", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datatliuw") + .withRequired(Arrays.asList("wqjftyaqds", "fnomciw")) + .withMaxProperties(968758533) + .withMinProperties(79896674) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("ndsjpui") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("pbcgdptfxoff") + .withItems(new SwaggerSchema().withRef("jxomng") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("x") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rnksvximgnsiycx", new SwaggerSchema(), "yzrnngnmfhmwfou", + new SwaggerSchema())) + .withAdditionalProperties("datadomvdi") + .withRequired(Arrays.asList("qalwlirapqhsidf", "sfnoczefgfqxejj", "tiqbxzeiudog")) + .withMaxProperties(300743806) + .withMinProperties(590382815) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("omufazacwzbe") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataexejhwpnj") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("u", new SwaggerSchema(), "mdzdqtirg", new SwaggerSchema(), + "ajsrdecbowkhmaff", new SwaggerSchema(), "lpdnnsujx", new SwaggerSchema())) + .withAdditionalProperties("dataeqljzkhncaeyk") + .withRequired(Arrays.asList("tztnprns", "lniahvlzgs", "wiubgbltj")) + .withMaxProperties(770295204) + .withMinProperties(1749152646) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("yluktzcuxuxaihhe") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("iryxrpjrutmxqvve") + .withNamespace("f") + .withPrefix("apfwusfbrnjvz") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("slwz", "datapvu", "bupuukp", "datatbieuqfgkfift"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("utdu") + .withUri("cfndijzpvck") + .withExtensions(mapOf("ijssytdpwljtwibw", "datatmx", "hffcanvrdtdl", "datadxymnswxqt"))) + .withExample("datamgghutl") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jyogcpwne") + .withValuePath("biuwnxhqeljmfo") + .withParameters(mapOf("v", "dataik"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("s") + .withValuePath("hghkf") + .withParameters(mapOf("lpbawtpwnk", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lpl") + .withBuiltInOperation("ilozfygvsfafcarf") + .withItemsPath("lieqdwocufcshqf") + .withItemValuePath("c") + .withItemTitlePath("fofwqdroqk") + .withParameters(mapOf("ilbkzctqbvnt", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("exqoydyislepdbs") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("tspfnumpyytbjb") + .withItems(new SwaggerSchema().withRef("mtxbi") + .withType(SwaggerSchemaType.STRING) + .withTitle("g") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("vocjk", new SwaggerSchema(), "ihnw", new SwaggerSchema(), + "vtrsgf", new SwaggerSchema(), "mtfnbvtx", new SwaggerSchema())) + .withAdditionalProperties("datalbm") + .withRequired(Arrays.asList("diahjxcdh", "dlxwsfddyqpfyn", "owmjsur", "lj")) + .withMaxProperties(902100106) + .withMinProperties(752978142) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("wizqvgadolep") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataaqxfamsptce") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("hzy", new SwaggerSchema(), "jrxenpkxanlbrcy", new SwaggerSchema(), + "wrcjta", new SwaggerSchema(), "bwxhlqioqh", new SwaggerSchema())) + .withAdditionalProperties("datac") + .withRequired(Arrays.asList("zluilzgpghjakzmn", "jnqmajslwm", "l")) + .withMaxProperties(786431674) + .withMinProperties(1117097114) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("pgo") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("xuykqyo") + .withNamespace("p") + .withPrefix("yf") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("dumxdrgi", "datayqk", "ffybo", "datasi"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ovfundk") + .withUri("myxmsbtq") + .withExtensions(mapOf("wrjuiuzlf", "datanugcbjxgjudg"))) + .withExample("datazihlzljqcmm") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("junqwkjfmtuybdzr") + .withValuePath("ckxennzowguirh") + .withParameters(mapOf("yko", "datapwyhmkt"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "koamqfdtbaobjaof") + .withValuePath("vhhrgvkuuikr") + .withParameters(mapOf("lrwsjvdxenxjvap", new SwaggerCustomDynamicProperties(), "qgfvy", + new SwaggerCustomDynamicProperties(), "rfyyknxu", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mbynlcim") + .withBuiltInOperation("urocryf") + .withItemsPath("kt") + .withItemValuePath("zuzvbqbroyrw") + .withItemTitlePath("bbfweozkbok") + .withParameters(mapOf("upwcslzcavo", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("pupbsgfnq") + .withType(SwaggerSchemaType.FILE) + .withTitle("iov") + .withItems(new SwaggerSchema().withRef("xsgstunsatc") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("behkb") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("odpz", new SwaggerSchema())) + .withAdditionalProperties("datagsazwxdfaaskhas") + .withRequired(Arrays.asList("hzucdljqj")) + .withMaxProperties(905565299) + .withMinProperties(852804112) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("atezltlundkjph") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datas") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("hxearlpnajjticly", new SwaggerSchema(), "oduxbungmpn", new SwaggerSchema())) + .withAdditionalProperties("datatgucdfxglrcj") + .withRequired(Arrays.asList("az")) + .withMaxProperties(741583384) + .withMinProperties(674293327) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("anpoy") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ilnyhz") + .withNamespace("ttdcloqpgzd") + .withPrefix("nepp") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("cbygqcwzyto", "datajzqaqe", "qyva", "datanqcth", "gixsjhinpyek", + "dataazfkykkcqafnv", "fbnnhwpnloi", "datalllzsqolckwhg"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dohfvxavhfhlx") + .withUri("wzpba") + .withExtensions(mapOf("mbcklfpemgfvvnk", "datarfaytcygoombn", "npnyaterjjuz", + "datawltozxdzoldwv", "gdhdtt", "dataregesoozpudalu"))) + .withExample("datakeculxvkuxvccpda") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("dityvvgxej") + .withValuePath("oswjwbhtawbc") + .withParameters(mapOf("gxkbgljcywyrzx", "dataneuzueikadhu", "hlxxkviyjru", "datap", + "kqqxpnjqtzdahvet", "datayejyavxgmogcnw", "utkwwtymbcc", "datanlceggyqlvnhm"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yfsgikgcbj") + .withValuePath("fbpfdsatrzqmt") + .withParameters(mapOf("tdazebifktnxugi", new SwaggerCustomDynamicProperties(), "rbwyey", + new SwaggerCustomDynamicProperties(), "nbubya", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wbuuhlwbgvzux") + .withBuiltInOperation("mfpdzuoqpzwfvnoy") + .withItemsPath("fjylhvp") + .withItemValuePath("zr") + .withItemTitlePath("jtswemot") + .withParameters(mapOf("jyavkyjvctq", new SwaggerCustomDynamicProperties(), "qcz", + new SwaggerCustomDynamicProperties(), "wpa", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("vc") + .withType(SwaggerSchemaType.NULL) + .withTitle("lt") + .withItems(new SwaggerSchema().withRef("dsng") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("m") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nsfrunkcgdnhacex", new SwaggerSchema(), "b", new SwaggerSchema(), + "mrrjooepfbas", new SwaggerSchema())) + .withAdditionalProperties("datafxansgn") + .withRequired(Arrays.asList("nlpklrjdkypmkvil", "n", "atjbldgi")) + .withMaxProperties(214566849) + .withMinProperties(628221066) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("akuzezwnqhcpk") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datadt") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("prourtmccd", new SwaggerSchema())) + .withAdditionalProperties("datato") + .withRequired(Arrays.asList("uxvjutckfhmdcv")) + .withMaxProperties(651714546) + .withMinProperties(216634714) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("jpbmzcxl") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("wkk") + .withNamespace("hmdtjczpfoispch") + .withPrefix("vmvsbgyq") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("pkrncjrq", "dataggtsovozy"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ubobqqnwhcmvdow") + .withUri("cyhfubzixqxxgra") + .withExtensions(mapOf("xfrfhjef", "datatz"))) + .withExample("datatbrnrilljucodrb") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("smdkvfi") + .withValuePath("ecij") + .withParameters(mapOf("kelwzmj", "datankvpafoexlc", "oxv", "dataigqyllcckg", "cjjfxqtv", + "databfyjmen"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vq") + .withValuePath("gaweixnobl") + .withParameters(mapOf("hdaczixf", new SwaggerCustomDynamicProperties(), "uw", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vitpcsmaxzdxu") + .withBuiltInOperation("miuxy") + .withItemsPath("uazajtbnekh") + .withItemValuePath("bfbuqeqkuozar") + .withItemTitlePath("pp") + .withParameters(mapOf("yjbkvbc", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("jdrct") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("woghbpzxkjqecj") + .withNamespace("romeawthycbigpi") + .withPrefix("pxhzjnparsulmuwl") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("talo", "dataxxqgoavzycxpza", "r", "datamftmxwtwzs", "qhfvouyqzhoik", + "datarf", "oogozerccz", "datamhohxabmxoow"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nkgk") + .withUri("jeqqjqa") + .withExtensions(mapOf("lvazkqkycg", "dataajlogvfnwqz", "ycdvdgemymydd", "datajgwehjybboqyx"))) + .withExample("datat") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lmglyseyvagakfq") + .withValuePath("exlltmekkaei") + .withParameters(mapOf("vsrtqltawjkra", "datardns"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("lpy") + .withValuePath("bln") + .withParameters(mapOf("jolbaeghaksscism", new SwaggerCustomDynamicProperties().withOperationId( + "ubx") + .withValuePath("ra") + .withParameters(mapOf("rwaltv", new SwaggerCustomDynamicProperties(), "ylwjopqtegk", + new SwaggerCustomDynamicProperties())), + "gcj", new SwaggerCustomDynamicProperties().withOperationId("neklfi") + .withValuePath("ysfclxtf") + .withParameters(mapOf("wqzbiukzmfy", new SwaggerCustomDynamicProperties(), + "vyzaofaiwlnfvexi", new SwaggerCustomDynamicProperties(), "uqafolseyxp", + new SwaggerCustomDynamicProperties(), "kmlnjluay", + new SwaggerCustomDynamicProperties())), + "nxlkcwjwejssksgx", new SwaggerCustomDynamicProperties().withOperationId("fafpyglnfwjs") + .withValuePath("vexblucpmqwkfgm") + .withParameters(mapOf("ekst", new SwaggerCustomDynamicProperties(), "qzhdwr", + new SwaggerCustomDynamicProperties(), "ajfers", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("epqcybnhwsxpzk") + .withBuiltInOperation("tgmdygwwq") + .withItemsPath("biuntpt") + .withItemValuePath("wjxlycelf") + .withItemTitlePath("gywrauuru") + .withParameters(mapOf("cxoam", new SwaggerCustomDynamicProperties().withOperationId("ycnk") + .withValuePath("miecfmqc") + .withParameters(mapOf("c", new SwaggerCustomDynamicProperties(), "b", + new SwaggerCustomDynamicProperties())), + "trvlguysb", new SwaggerCustomDynamicProperties().withOperationId("fuh") + .withValuePath("d") + .withParameters(mapOf("wectz", new SwaggerCustomDynamicProperties(), "j", + new SwaggerCustomDynamicProperties(), "vcbtqcmpn", + new SwaggerCustomDynamicProperties(), "yvujhej", + new SwaggerCustomDynamicProperties())), + "uxamxikhrxikgly", new SwaggerCustomDynamicProperties().withOperationId("gnbqhm") + .withValuePath("yzxko") + .withParameters(mapOf("cjshtcfnbffd", new SwaggerCustomDynamicProperties(), "xlyhxpdqo", + new SwaggerCustomDynamicProperties(), "huboqozx", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() + .withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("boggw") + .withItemsPath("htnywgtsodnxeir") + .withItemValuePath("wjimcfrhtzgduvoa") + .withItemTitlePath("ocalptfpbzyqb") + .withItemFullTitlePath("xcyramvzuaxtbrq") + .withItemIsParent("urxlp") + .withSelectableFilter("xslzqlgx") + .withParameters(mapOf("rurtnwbjjysupckh", new SwaggerCustomDynamicTreeParameter(), "bm", + new SwaggerCustomDynamicTreeParameter(), "emohlshm", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("o") + .withItemsPath("tbsayvmwaej") + .withItemValuePath("kqcm") + .withItemTitlePath("cf") + .withItemFullTitlePath("xyrtqegabsfjrj") + .withItemIsParent("q") + .withSelectableFilter("gorvgdibepg") + .withParameters(mapOf("ijoehhqwwsg", new SwaggerCustomDynamicTreeParameter(), "z", + new SwaggerCustomDynamicTreeParameter(), "wooetwjssyaz", + new SwaggerCustomDynamicTreeParameter(), "mbuxqtokckxfkftq", + new SwaggerCustomDynamicTreeParameter())))))) + .withAdditionalProperties("datawucmqfurbtbogxly") + .withRequired(Arrays.asList("vxjgu", "tsfi", "w")) + .withMaxProperties(1963914522) + .withMinProperties(596081358) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("ix") + .withType(SwaggerSchemaType.STRING) + .withTitle("r") + .withItems(new SwaggerSchema().withRef("xi") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("ljjawsaskullvt") + .withItems(new SwaggerSchema().withRef("jivh") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("zqrpfhzxkjyg") + .withItems(new SwaggerSchema().withRef("dgwdha") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("zb") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("xc", new SwaggerSchema(), "xqdexnkpv", new SwaggerSchema())) + .withAdditionalProperties("datamzykp") + .withRequired(Arrays.asList("iumuzt", "cjtfm")) + .withMaxProperties(1189964126) + .withMinProperties(1486832633) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("tozrveehmvrv") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataysefdhchk") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("lvbomhf", new SwaggerSchema(), "sjzlckt", + new SwaggerSchema(), "bgxteehy", new SwaggerSchema())) + .withAdditionalProperties("datagnl") + .withRequired(Arrays.asList("tle")) + .withMaxProperties(1832476148) + .withMinProperties(1101438328) + .withAllOf( + Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("krcohhuwzun") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("yhwebhobdocfva") + .withNamespace("mdmbylyndtqujfz") + .withPrefix("azujohwwtlerh") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("htvnqcmrrgmlwgo", "datajushs", "dlcnwbi", "datahscs"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("cngeffrgh") + .withUri("mrowhrrguv") + .withExtensions(mapOf("omdfcphgimijz", "datagucwawlmsikl"))) + .withExample("databsxjv") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("elfyqfbg") + .withValuePath("lpdwckmnpzubzqds") + .withParameters( + mapOf("bsh", "datajrgngc", "fswzsyigxsyxhy", "datazzlcfemnryxnk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("abape") + .withValuePath("yzfd") + .withParameters(mapOf("pcdia", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pcutg") + .withBuiltInOperation("rs") + .withItemsPath("qgllnhgisiw") + .withItemValuePath("kaeqrnglgit") + .withItemTitlePath("efwdkpadktsyy") + .withParameters(mapOf("jrfqtfkkiup", new SwaggerCustomDynamicProperties(), + "dajqpdvvzbejx", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf( + "i", + new SwaggerSchema() + .withRef("wdyzse") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("tqhnsoijucprkqyw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ayo", new SwaggerSchema())) + .withAdditionalProperties("dataetzcxlisvqfb") + .withRequired(Arrays.asList("zx")) + .withMaxProperties(1040495745) + .withMinProperties(2125422474) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("o") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datalocdxvh") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datatrddyriwa") + .withRequired(Arrays.asList("dgmqscijlfulxg", "zasv")) + .withMaxProperties(1136519436) + .withMinProperties(1182255656) + .withAllOf( + Arrays.asList( + new SwaggerSchema().withRef("pvplmyzebvghh") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("hbvbexrbynnl") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("dklwzzsicb", new SwaggerSchema(), "osacr", + new SwaggerSchema(), "pscfkefeltxe", new SwaggerSchema())) + .withAdditionalProperties("datamimgjuvjvtgece") + .withRequired(Arrays.asList("nled")) + .withMaxProperties(864257917) + .withMinProperties(1081240469) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ctdnnqokqeuzs") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataywijnlpeczqb") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("hfcwycmwvphrwu") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("vylisqlekchjdh") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ifwqtcow", new SwaggerSchema(), "xiwpptvbudbnujv", + new SwaggerSchema(), "llyjelnhmuzhxk", new SwaggerSchema(), + "fzxkqsleokbam", new SwaggerSchema())) + .withAdditionalProperties("datanwgccgblepam") + .withRequired(Arrays.asList("axdaoja", "lqoxwqlnxvnmrl")) + .withMaxProperties(1062459448) + .withMinProperties(2094699334) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("fecwnufldzjc") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapohfejgpefvbox") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("htujaqpkup") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("jeypdk") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("zsyn", new SwaggerSchema())) + .withAdditionalProperties("datarqirnihgothy") + .withRequired(Arrays.asList("gesovsvjxnsorsol", "rhlyhgii", "nfax")) + .withMaxProperties(347252597) + .withMinProperties(1374089056) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("ilo") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataywtauskish") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("dmezaunbwcqtigav") + .withType(SwaggerSchemaType.NULL) + .withTitle("r") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ploaepplrd", new SwaggerSchema(), "cazujvhuuzbsxhi", + new SwaggerSchema(), "ncuelaa", new SwaggerSchema())) + .withAdditionalProperties("datacnxrtlnzd") + .withRequired(Arrays.asList("feavz", "pmmzisljxph", "ynimc")) + .withMaxProperties(200218706) + .withMinProperties(1341722668) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("jreo") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataoozxkdzmtkmnyufd") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("pkyetmtk") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("isdvyfl") + .withNamespace("qgxljsbtos") + .withPrefix("cv") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("zlfhhwdajfth", "datalxocz", "nufqh", "dataswuomjd"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("io") + .withUri("hxxbneiobubtpyem") + .withExtensions(mapOf("yzrdqpk", "datak", "myhjgmfyernckg", "datafuvhoiqqzb", + "kafiokeolzizfbun", "datawiq", "muwl", "datamxhfttmj"))) + .withExample("datajwkpznsfbi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pvdlxyyotclcu") + .withValuePath("llnwmgqcf") + .withParameters(mapOf("spwhfhdguuvga", "dataequoxmpg", "dfytqzxemqnw", "datavz", + "etjggrmeufhkoer", "datawr", "aentaqjvddeiqvrj", "datarjmicha"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xydiuv") + .withValuePath("pwk") + .withParameters(mapOf("yrrybdyqivks", new SwaggerCustomDynamicProperties(), "uh", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hdkqdjwthwcpi") + .withBuiltInOperation("asnafdjinw") + .withItemsPath("rnjgs") + .withItemValuePath("zbdhr") + .withItemTitlePath("panhygcahijb") + .withParameters(mapOf("xsvjzbggsnan", new SwaggerCustomDynamicProperties(), "jtyhe", + new SwaggerCustomDynamicProperties(), "zxzazofronsxj", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ow") + .withItemsPath("be") + .withItemValuePath("hxikrgokyngarwz") + .withItemTitlePath("zjxgassmna") + .withItemFullTitlePath("polueylqysgmiix") + .withItemIsParent("ekcwec") + .withSelectableFilter("tkdginm") + .withParameters(mapOf("pefq", new SwaggerCustomDynamicTreeParameter()))) + .withBrowse( + new SwaggerCustomDynamicTreeCommand().withOperationId("eyowrwvbqvbcqgq") + .withItemsPath("opqgiqfax") + .withItemValuePath("jpyzcgugslpvyktf") + .withItemTitlePath("faabibv") + .withItemFullTitlePath("ocdkpvvkq") + .withItemIsParent("hdxnzjza") + .withSelectableFilter("hiztfmibw") + .withParameters(mapOf( + "ydajck", new SwaggerCustomDynamicTreeParameter(), "wtbfxxsfjn", + new SwaggerCustomDynamicTreeParameter(), "ascjighmkdsv", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf( + "wgen", new SwaggerSchema().withRef("tiyx") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("izoybtehky") + .withItems(new SwaggerSchema().withRef("mmyznwrcfqwkqu") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("vqohwiwhrq") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ssosndnypxnsjjjc", new SwaggerSchema(), "dsvgdbfniqxbc", + new SwaggerSchema(), "jhpmajg", new SwaggerSchema(), "zpdioddtjylimz", + new SwaggerSchema())) + .withAdditionalProperties("datawjhmtcacwmabeh") + .withRequired(Arrays.asList("skzw", "ghzvhzrxcaesoxo", "vlwwpvjrnjwv")) + .withMaxProperties(1399085420) + .withMinProperties(1898444454) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("f") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datarhqozjwmwkdehjl") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("edp", new SwaggerSchema(), "wzzzimgbxjgx", new SwaggerSchema())) + .withAdditionalProperties("dataajrubcvucvebdf") + .withRequired(Arrays.asList("nfeealph")) + .withMaxProperties(1915459293) + .withMinProperties(588288736) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("wdrvkb") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("vkhfzldzz") + .withNamespace("rzhjqengopdvnz") + .withPrefix("liodajxvs") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("awh", "dataufbwr", "uee", "datazhs"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nkles") + .withUri("dvakqajiantcyrd") + .withExtensions(mapOf("vjhzxtv", "dataukdmskt", "w", "datatoyfbsgrzw", + "qebtrps", "dataud"))) + .withExample("datawtlocseybvtgcozn") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("krnkuuot") + .withValuePath("myb") + .withParameters(mapOf("j", "datarkxkmtuynugpt", "tqqshb", "dataisvfh"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("huhujkzj") + .withValuePath("zgphipteoqldnh") + .withParameters(mapOf("xgeccckkd", new SwaggerCustomDynamicProperties(), + "z", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList() + .withOperationId("nim") + .withBuiltInOperation("pxdzmpjfbd") + .withItemsPath("awhb") + .withItemValuePath("xnmyxzhiocqoydqy") + .withItemTitlePath("fn") + .withParameters(mapOf( + "bwdsaqwywayjin", new SwaggerCustomDynamicProperties(), "skt", + new SwaggerCustomDynamicProperties(), "rnknnql", + new SwaggerCustomDynamicProperties(), "ygyeyxmuwgn", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "zyjkw", new SwaggerSchema().withRef("oswcxlgzquqx") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("qpifzavct") + .withItems(new SwaggerSchema().withRef("pp") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("rzrsqcugvnpg") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nuhmsrnpsoagho", new SwaggerSchema(), "q", + new SwaggerSchema(), "wpdxpdlsoajqxyp", new SwaggerSchema())) + .withAdditionalProperties("datastopyybwl") + .withRequired(Arrays.asList("pikgqjdoglecj", "gyivsiirx", "xppqpsin")) + .withMaxProperties(1487964913) + .withMinProperties(572196432) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("bw") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datahdu") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("mihgksqwzuosyyx", new SwaggerSchema(), "rdxzudfarzayr", + new SwaggerSchema(), "yrowgi", new SwaggerSchema(), "pdpudqiw", + new SwaggerSchema())) + .withAdditionalProperties("dataxbovpoeuufwsmd") + .withRequired(Arrays.asList("rb")) + .withMaxProperties(756105714) + .withMinProperties(1511026721) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("isxspnmfyd") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("no") + .withNamespace("bdvjlqfzlbpeh") + .withPrefix("pgllrh") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("ezm", "datazy", "xzgjysmtsktous", "datajqpdchdsxvkmgp", + "izfwdmaenwhqafz", "databwddpjsokosugr"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("onjqnienctwb") + .withUri("hfmognnwx") + .withExtensions(mapOf("yyrfpnbyxyg", "datalrqamf", "dzs", "databvidps", + "ufdctgsdx", "dataxhvzgl", "kennnyyvvlgsadpv", "dataxkddxoatlprs"))) + .withExample("datajtfplgxcjrctb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "fjamgnpeosusiy") + .withValuePath("ofljab") + .withParameters(mapOf("saknhmizcfkcl", "dataalipbuqkdieuop", "ygzkdbmjzobc", + "datamoonnriah", "kptteojxhwg", "datavbbuuipel", "vkjdhsl", + "dataahxgrpwjgk"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mwwtzx") + .withValuePath("wqiwgjwrhu") + .withParameters(mapOf("aaxigafa", new SwaggerCustomDynamicProperties(), "tt", + new SwaggerCustomDynamicProperties(), "oggzdoblpd", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vgbhbopla") + .withBuiltInOperation("fbvro") + .withItemsPath("uexqweyslwlppoh") + .withItemValuePath("fgalexy") + .withItemTitlePath("gkadtwd") + .withParameters(mapOf("jxtfvxcjd", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datan") + .withRequired(Arrays.asList("uvmokih", "clp")) + .withMaxProperties(100287595) + .withMinProperties(1788366223) + .withAllOf( + Arrays.asList( + new SwaggerSchema().withRef("kqrqnkpt") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("oyzgaevrygggcc") + .withItems(new SwaggerSchema().withRef("hoplqtzgtpsbym") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("o") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("qyygf", new SwaggerSchema())) + .withAdditionalProperties("datararolc") + .withRequired(Arrays.asList("bynlbwcnnfpfg", "tdif", "yfjslehgeeyg")) + .withMaxProperties(1043909832) + .withMinProperties(71579806) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("iigrtvqv") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataxxuuqcmunhfarbg") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("howw", new SwaggerSchema(), "r", new SwaggerSchema())) + .withAdditionalProperties("datawlxh") + .withRequired(Arrays.asList("vqxgejytqnz", "cbhayhctjvl", "f")) + .withMaxProperties(1544229051) + .withMinProperties(318372183) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vyt") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("wbaiaqqfu") + .withNamespace("muclxgc") + .withPrefix("usuyqcvy") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("jzrv", "datahervvlibrolqxloe"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("syqbfgwujw") + .withUri("thvue") + .withExtensions(mapOf("jnsp", "dataznv", "mavfzjwdww", + "datafqoygutqtjwivv", "mshlpqxjx", "dataxxehndcpiwcgc"))) + .withExample("datawjfxopz") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pu") + .withValuePath("gaiv") + .withParameters(mapOf("fbflyzcqomlyb", "datajjfmzv"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("o") + .withValuePath("vtvbfpu") + .withParameters(mapOf("bt", new SwaggerCustomDynamicProperties(), "hum", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList() + .withOperationId("wckapoetdfzj") + .withBuiltInOperation("efcl") + .withItemsPath("anawipdqozvvlq") + .withItemValuePath("pvhwmtd") + .withItemTitlePath("rjvqvuvipsnfeago") + .withParameters(mapOf( + "sascnt", new SwaggerCustomDynamicProperties(), "wijxkxlto", + new SwaggerCustomDynamicProperties(), "dwiffagfeq", + new SwaggerCustomDynamicProperties(), "mbpgcbltthsuzx", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("zsrknscobhh") + .withType(SwaggerSchemaType.FILE) + .withTitle("vpokvhobygffuzh") + .withItems(new SwaggerSchema().withRef("rfffagoovfwz") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("vrfjgbxupvhgo") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("uj", new SwaggerSchema(), "arowrm", new SwaggerSchema())) + .withAdditionalProperties("dataziubkyvcgkoufwk") + .withRequired(Arrays.asList("yt", "xrw", "jbyaavfm")) + .withMaxProperties(1938484490) + .withMinProperties(1924483469) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("xznmakxyhuetztor") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datasszhsewjqgzlo") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("ljq", new SwaggerSchema(), "yxiaakgdkan", new SwaggerSchema(), + "hvwgc", new SwaggerSchema(), "gpbd", new SwaggerSchema())) + .withAdditionalProperties("datawgoomap") + .withRequired(Arrays.asList("n")) + .withMaxProperties(931162604) + .withMinProperties(1839612991) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("vectooxjztt") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("xvsrvkzvxlez") + .withNamespace("dybxehjkqogtnfla") + .withPrefix("pghfvkqijmyqo") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("yoh", "datarrzrrgd", "vlwhtfscoups", "datamru"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wb") + .withUri("hawkwc") + .withExtensions(mapOf("ecvkw", "dataqexd"))) + .withExample("datajotfunsduejxvr") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() + .withOperationId("qedofuobx") + .withValuePath("ai") + .withParameters(mapOf("ib", "datahlpf", "gzy", "datalmihvzdaycmen", + "lvgqlexwqwbbell", "datal"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("otpc") + .withValuePath("dfmflwfxdkpw") + .withParameters(mapOf("yg", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList() + .withOperationId("gchtwxifudlrx") + .withBuiltInOperation("uftpv") + .withItemsPath("qzitcuvmlltasufq") + .withItemValuePath("pzeszvegawbm") + .withItemTitlePath("gmbirvvv") + .withParameters(mapOf("xisa", new SwaggerCustomDynamicProperties(), + "ktuxwzvlh", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("gwuv") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("oqvcjkryn") + .withItems(new SwaggerSchema().withRef("d") + .withType(SwaggerSchemaType.FILE) + .withTitle("hrygw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("ioxjw", new SwaggerSchema())) + .withAdditionalProperties("datarfotllfzcvhf") + .withRequired(Arrays.asList("cffsbzz", "tfxq")) + .withMaxProperties(174498541) + .withMinProperties(218889551) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("ct") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapzvqzml") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("qudexnicq", new SwaggerSchema())) + .withAdditionalProperties("datafqttfqgdoowgqooi") + .withRequired(Arrays.asList("svsnedhkj", "wfvetwf", "eqvflrr")) + .withMaxProperties(1833153574) + .withMinProperties(1099065385) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("dcwqal") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("tpjiscisolk") + .withNamespace("pvlsljutawg") + .withPrefix("nodrfcl") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("xduxhopyavcbmz", "datavpeaeyjl"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("vfarqxjoazy") + .withUri("um") + .withExtensions(mapOf("hxeoqmaqhik", "dataaxzrycvacspzjysy", "uvosbba", + "dataei", "xqhqgip", "datarbqooxvprq"))) + .withExample("datatnkngjnhxufo") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() + .withOperationId("ijdtpedvhfpfse") + .withValuePath("ywcre") + .withParameters(mapOf("qwnmfjktd", "datahqqozhesb", "lkztaluuupcdao", + "datad", "tu", "datatzvajwvxhefm"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("lmazgpqo") + .withValuePath("psoeocvywtyehln") + .withParameters(mapOf("eplyosadxs", new SwaggerCustomDynamicProperties(), + "wdxoxjlvvvzpjjv", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("t") + .withBuiltInOperation("veogeldnmbckb") + .withItemsPath("bobkxiujaagfe") + .withItemValuePath("uuxqwmzmsi") + .withItemTitlePath("egm") + .withParameters(mapOf("brhaqjptkrsjspzi", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("szcau") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("yjas") + .withItems(new SwaggerSchema().withRef("bfttptsdeequova") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("wacsfbmbtcef") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("gyumoamq", new SwaggerSchema())) + .withAdditionalProperties("dataluslxytiobjle") + .withRequired(Arrays.asList("blob", "nfpdilhzgjjeo", "ctbgo")) + .withMaxProperties(1599146853) + .withMinProperties(390161698) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bqlbnu") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datakkzexhbpyoqfbjp") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("nhwwyhxz", new SwaggerSchema(), "thxzrvjfsmfkdh", + new SwaggerSchema())) + .withAdditionalProperties("datafrmhoo") + .withRequired(Arrays.asList("dgfexakct")) + .withMaxProperties(1273456396) + .withMinProperties(2091131884) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("couuqxmdievkmrs") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("hehei") + .withNamespace("qqmd") + .withPrefix("wxfmrm") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("afcxdldh", "datapmthfvsz", "urhsmg", + "datakdeviwpzhfxvlc", "rmws", "datahbtuujcuavctx"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("myycnnwajxv") + .withUri("idlwmewrgu") + .withExtensions(mapOf("gnnvmguzq", "datagpkunvygu", "msnmfjbefszfrxf", + "dataxwwme", "ypxcqmdeecd", "dataw", "zyhp", "datayjs"))) + .withExample("dataykgrtwhmad") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() + .withOperationId("jkqtfyuy") + .withValuePath("bshc") + .withParameters(mapOf("rhcgbzrlfsewusqu", "dataeaitzgewwqwibt", "inx", + "datakrrppmwozw", "rkujceeczhsdpf", "datartecfvzslttkp", + "rytgsocqkdclb", "dataabmahuwxodddqzew"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("aoxsgmpdcbhe") + .withValuePath("utuaysxhfupvq") + .withParameters(mapOf("lafiaywm", new SwaggerCustomDynamicProperties(), + "ipuyefhhdrmg", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList() + .withOperationId("gyxkgqwmpghxpcxq") + .withBuiltInOperation("nkxhc") + .withItemsPath("hxsbxllf") + .withItemValuePath("douuyzpaqjahj") + .withItemTitlePath("edtmzhofhk") + .withParameters(mapOf("tacguki", new SwaggerCustomDynamicProperties(), + "rdqrfassiii", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("hscayyxgcgbvie") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("ukznxdivqopxuno") + .withNamespace("tkmknacnfzcytbhd") + .withPrefix("agw") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("vqg", "datafeyexbgdfyoszwi", "nvdabaodiytxq", + "dataeacqjgedxpbpjwz"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ehhtltwvij") + .withUri("fqyqvh") + .withExtensions(mapOf("xqfghlos", "datayvhrenozl", "esa", "dataopmkpcmtsban"))) + .withExample("datauewrljmlodst") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("qeogwbsyniwxhcy") + .withValuePath("gqmdbazggrgaostt") + .withParameters(mapOf("ydsdmacydqacgyvw", "datapoyanir"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gul") + .withValuePath("jkasxpp") + .withParameters(mapOf("hokkcjjnqx", new SwaggerCustomDynamicProperties() + .withOperationId("abdufhvsoxnpuap") + .withValuePath("uwekiqlscmtcljo") + .withParameters(mapOf("twxvcf", new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ayajdf") + .withBuiltInOperation("xjm") + .withItemsPath("gfbzbxeqzvokfr") + .withItemValuePath("af") + .withItemTitlePath("gjucmuax") + .withParameters(mapOf("dgfnaoehk", new SwaggerCustomDynamicProperties().withOperationId( + "uefsrxqs") + .withValuePath("bbwejr") + .withParameters(mapOf("geqpa", new SwaggerCustomDynamicProperties(), "llfscosfmeot", + new SwaggerCustomDynamicProperties(), "neteehndfpflf", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) + .withCanSelectLeafNodes(true)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("wxdgcfcf") + .withItemsPath("yrjwxhslrbwwkbyw") + .withItemValuePath("hsodofsxjik") + .withItemTitlePath("squhu") + .withItemFullTitlePath("qwoggwcxdm") + .withItemIsParent("uwldfahkyft") + .withSelectableFilter("kbgsgopyckmncru") + .withParameters(mapOf("djmda", new SwaggerCustomDynamicTreeParameter(), + "qkgixfnrneyav", new SwaggerCustomDynamicTreeParameter(), "dovpwrqcfzokplz", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("zbwfjumulh") + .withItemsPath("dgnchahldnrpt") + .withItemValuePath("capbkfvowzbk") + .withItemTitlePath("qpzdpu") + .withItemFullTitlePath("wjmohqzzkplqmca") + .withItemIsParent("eiauveeng") + .withSelectableFilter("gfpqwwugfw") + .withParameters(mapOf( + "cewbqaibkyeysf", new SwaggerCustomDynamicTreeParameter(), "ehdydyybz", + new SwaggerCustomDynamicTreeParameter(), "lylhd", + new SwaggerCustomDynamicTreeParameter(), "cjq", + new SwaggerCustomDynamicTreeParameter())))), + new SwaggerSchema().withRef("cie") + .withType(SwaggerSchemaType.STRING) + .withTitle("ixf") + .withItems(new SwaggerSchema().withRef("vecjhbttmhneqd") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("yxx") + .withItems(new SwaggerSchema().withRef("bqlakkn") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("e") + .withItems(new SwaggerSchema().withRef("ljsfcryqrrsjqt") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("dm") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("lhyzezcivkzrvy", new SwaggerSchema())) + .withAdditionalProperties("datalqgyu") + .withRequired(Arrays.asList("elyjduzapnopoto", "prrqcaglytxj", "bdpczmzu")) + .withMaxProperties(1128513603) + .withMinProperties(1223930197) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ecleaqaviqs") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datarc") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("bsotknhfxpveru", new SwaggerSchema(), "ckrzwraqaptqy", + new SwaggerSchema(), "nlyuyopwwnqoub", new SwaggerSchema(), "b", + new SwaggerSchema())) + .withAdditionalProperties("datavf") + .withRequired(Arrays.asList("flcxeosyl")) + .withMaxProperties(591255698) + .withMinProperties(1644992395) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bqrfwnpwvpnbg") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("kzeaiaycauvlfsc") + .withNamespace("qpzqivfgemvuicxw") + .withPrefix("rydl") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("cdum", "datafljjatjmndb", "skvzvkddaeiep", + "dataqhatckomdyfj", "sxym", "datajrmk"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("duawokrhhjyahrmu") + .withUri("sdyruosidtxm") + .withExtensions(mapOf("gzkq", "datajim", "nfbms", "datapldrnbjhd"))) + .withExample("datatzufk") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ddrtngdc") + .withValuePath("jzgzaeuu") + .withParameters(mapOf("lqe", "dataheq", "fhpyuegdynydd", "dataaskrgoo"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("izlzxht") + .withValuePath("glgmf") + .withParameters(mapOf("olaflsjwaw", new SwaggerCustomDynamicProperties(), + "kqmznkcwiokuyk", new SwaggerCustomDynamicProperties(), "vxmobnehbb", + new SwaggerCustomDynamicProperties(), "htcoelx", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pxumgnjmsku") + .withBuiltInOperation("uogj") + .withItemsPath("wandefmebpal") + .withItemValuePath("yptgwmrz") + .withItemTitlePath("cfdsvmptnrz") + .withParameters(mapOf("cncdazwtlgora", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand()))) + .withProperties(mapOf("sjkqfabju", + new SwaggerSchema().withRef("ufvggv") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("zfy") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("lb", new SwaggerSchema())) + .withAdditionalProperties("datahjdkqfjzgyzjtmak") + .withRequired(Arrays.asList("ty", "kihbf", "xybtowjz", "opzaen")) + .withMaxProperties(2113477079) + .withMinProperties(1925812871) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("uwunvwvao") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datazzvqzhtmeuiptu") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "t", + new SwaggerSchema().withRef("ts") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("ciokdrjdey") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nbadkzpqctupl", new SwaggerSchema(), "kjexqnrnzlalug", + new SwaggerSchema())) + .withAdditionalProperties("dataftrbxo") + .withRequired(Arrays.asList("ovarfqverx", "lquq", "epgvj")) + .withMaxProperties(119360590) + .withMinProperties(612745950) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("baummddwqiucpjpr") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + "mzpwkcagfqgzqgmj", + new SwaggerSchema().withRef("ylvrofhhitjhh") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("r") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("llmbllsh", new SwaggerSchema(), "fdrimoopfr", new SwaggerSchema())) + .withAdditionalProperties("datajjrhxornuoqpob") + .withRequired(Arrays.asList("sdxkwmqe")) + .withMaxProperties(2051502694) + .withMinProperties(1239886501) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xjolseoixqpn") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataakroxk") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withAdditionalProperties("datardpvblonlhtgexwj") + .withRequired(Arrays.asList("uzqavimxnhy", "wogtv", "rbgdart")) + .withMaxProperties(1299564567) + .withMinProperties(2026214759) + .withAllOf( + Arrays + .asList( + new SwaggerSchema().withRef("dclkmg") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("fyxaiafelmxekfvy") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("duoayapzz", new SwaggerSchema(), "xkuusba", + new SwaggerSchema())) + .withAdditionalProperties("dataassqeybdnzeyakg") + .withRequired(Arrays.asList("hfqmxzkicxt")) + .withMaxProperties(1620974941) + .withMinProperties(927853956) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("taarboxaluoa") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajnpef") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()), + new SwaggerSchema().withRef("ahlqmcboxgpmmz") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("llxcmahzylspzc") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("nlbtriaecvagudrh", new SwaggerSchema(), "dgyh", + new SwaggerSchema(), "rasxeomjqqhbkxi", new SwaggerSchema())) + .withAdditionalProperties("dataiafbhzdj") + .withRequired(Arrays.asList("rzijggbpdp")) + .withMaxProperties(1484795221) + .withMinProperties(114139905) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("zaliicrut") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataxi") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree()))) + .withDiscriminator("qzwnoghqdlj") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("pvvnbuknvkut") + .withNamespace("zxuuqbuvpbeswgkr") + .withPrefix("zpufkcamzc") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("eymmcbiktetzvqt", "datapegcgdndpbs", "yimyg", "dataesvcs", + "nbzqweohml", "datawduzp"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xadmauanxzr") + .withUri("mhaerhxdsh") + .withExtensions( + mapOf("q", "datakhjjbwelicrxb", "kddxljjzdbzk", "dataoguypmselwszqve"))) + .withExample("datagw") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hcs") + .withValuePath("iygpqxq") + .withParameters(mapOf("ypjkjirvj", "datafdv", "vjlhnimuae", "datagsa", + "lzofuzthszjyanh", "datakympwquu"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("qeftgunropdpu") + .withValuePath("sdtqzxjbxolmehq") + .withParameters(mapOf("hgib", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ojupenoupc") + .withBuiltInOperation("xcwrsz") + .withItemsPath("desisdkcuh") + .withItemValuePath("sk") + .withItemTitlePath("yueeeu") + .withParameters(mapOf("nbymrgelgoduexxf", new SwaggerCustomDynamicProperties(), + "dfrzenvkq", new SwaggerCustomDynamicProperties(), "vtqpwq", + new SwaggerCustomDynamicProperties(), "vqtnozwphkaqra", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ohbzbbjxkamitgvq") + .withItemsPath("dvdbyelrteunkwyp") + .withItemValuePath("qfm") + .withItemTitlePath("gtdfqlfd") + .withItemFullTitlePath("ylzdbrwjlw") + .withItemIsParent("hfrxwiqjsfgkwrcb") + .withSelectableFilter("yprabp") + .withParameters(mapOf("czoi", new SwaggerCustomDynamicTreeParameter(), "abjb", + new SwaggerCustomDynamicTreeParameter(), "y", + new SwaggerCustomDynamicTreeParameter(), "ddijfkkt", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand() + .withOperationId("s") + .withItemsPath("pl") + .withItemValuePath("erxydsompncea") + .withItemTitlePath("jtmpaczkjkfak") + .withItemFullTitlePath("wtpesfa") + .withItemIsParent("j") + .withSelectableFilter("ceuwm") + .withParameters(mapOf("lvpyhhgq", new SwaggerCustomDynamicTreeParameter(), + "szjui", new SwaggerCustomDynamicTreeParameter(), "zhvejqjekolnylp", + new SwaggerCustomDynamicTreeParameter(), "kjpakaouy", + new SwaggerCustomDynamicTreeParameter()))))) + .withProperties(mapOf("twmxe", new SwaggerSchema().withRef("xaicheycak") + .withType(SwaggerSchemaType.FILE) + .withTitle("yd") + .withItems(new SwaggerSchema().withRef("yha") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("a") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("uqe", new SwaggerSchema(), "cnhs", new SwaggerSchema())) + .withAdditionalProperties("datafbk") + .withRequired(Arrays.asList("eeqofwbekpeerwss", "zmrpdjrylfpdu")) + .withMaxProperties(1261148090) + .withMinProperties(1546292608) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("iehxbanf") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataqssngeviy") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("psyhdapynp", new SwaggerSchema(), "gyafttbetzy", + new SwaggerSchema(), "tgp", new SwaggerSchema())) + .withAdditionalProperties("dataczfpoybjk") + .withRequired(Arrays.asList("ajkyrhucbfkaqlp", "zpteron", "qaktao", "mgefobcqvzm")) + .withMaxProperties(302626916) + .withMinProperties(556091208) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("cmosqvojgolmkklz") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("nclntaoidjhoykg") + .withNamespace("vrnfikire") + .withPrefix("vjfizafdgjhnuv") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("jd", "dataxajcsipfwlyei", "rjjmvrzfppo", "datajmqtei"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xdgzhnpxbuwauytq") + .withUri("gaxloafws") + .withExtensions(mapOf("kwmdipnddql", "dataqr", "v", "datajrhctb"))) + .withExample("datadamoyvqfjpkez") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("yczmepcacgvl") + .withValuePath("jjbyryrktuvdest") + .withParameters(mapOf("xhcrffj", "datalnhbqtvyh"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("upcuizvxjsv") + .withValuePath("l") + .withParameters(mapOf("tdscqk", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("floqzmvem") + .withBuiltInOperation("yddfqfnftrrhh") + .withItemsPath("awizhanvcfx") + .withItemValuePath("kdnfgctxultxhqqv") + .withItemTitlePath("dyya") + .withParameters(mapOf("nepubsdinfa", new SwaggerCustomDynamicProperties(), + "ytmqvsdyqy", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "yusfkcwfpoa", + new SwaggerSchema().withRef("cxmyxtpbapoj") + .withType(SwaggerSchemaType.NUMBER) + .withTitle("antlpsp") + .withItems(new SwaggerSchema().withRef("f") + .withType(SwaggerSchemaType.FILE) + .withTitle("pkvvrhoqyvqdvnru") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xhskhkqlvocrdd", new SwaggerSchema())) + .withAdditionalProperties("datahegcolh") + .withRequired(Arrays.asList("klq", "unqwcrkkabyx", "y", "nipywgjg")) + .withMaxProperties(2043055355) + .withMinProperties(1077872054) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("gejypok") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datapwskckcwymfy") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("ebwarljplkp", new SwaggerSchema(), "mxcdreqaqvspsy", + new SwaggerSchema())) + .withAdditionalProperties("dataarwtkrbscw") + .withRequired(Arrays.asList("vwmcrhyoestplmy", "n", "vyjzferhxg")) + .withMaxProperties(502443359) + .withMinProperties(1529874765) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("pqxujxbd") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("mljcisxbwsftyt") + .withNamespace("mufdynhqlzanta") + .withPrefix("ykx") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("adwiqnsmpfeyjvl", "datam", "ryoleqikcorkem", "dataqsy", + "htbtuvwz", "databobx"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("g") + .withUri("eagxikzvnghtknrw") + .withExtensions(mapOf("nrapxwt", "datasnmyuvfml", "f", "datapxoelfobehr"))) + .withExample("dataojjcziytfwkvir") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gnqa") + .withValuePath("k") + .withParameters(mapOf("dzvuhw", "dataybh"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("azjv") + .withValuePath("iezdnezxtq") + .withParameters(mapOf("rm", new SwaggerCustomDynamicProperties(), + "utzttroymivkkuz", new SwaggerCustomDynamicProperties(), "vcegyztzhcf", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xezzumklroogfl") + .withBuiltInOperation("ospxblyokjwsszye") + .withItemsPath("oukdhnf") + .withItemValuePath("dggjihnzvoehgw") + .withItemTitlePath("gcnkghgczjx") + .withParameters(mapOf("igdwpg", new SwaggerCustomDynamicProperties(), "hqhvnex", + new SwaggerCustomDynamicProperties(), "wxqwcx", + new SwaggerCustomDynamicProperties(), "qlymmhzvn", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "t", + new SwaggerSchema().withRef("gkzgzxqwvvfkqb") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("ygdvllbbdfulvhp") + .withItems(new SwaggerSchema().withRef("xygrniqnxpsebazb") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("roq") + .withItems(new SwaggerSchema()) + .withProperties( + mapOf("zrrapimtuojq", new SwaggerSchema(), "g", new SwaggerSchema())) + .withAdditionalProperties("datamyywhfdkjykvez") + .withRequired(Arrays.asList("tzd")) + .withMaxProperties(133654558) + .withMinProperties(853590142) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("pl") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datajrnveqleozqqwia") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("fhysatoplqcujsrl", new SwaggerSchema())) + .withAdditionalProperties("datauqkprfqoc") + .withRequired(Arrays.asList("oqfwbsbkobbdssjh")) + .withMaxProperties(1670869035) + .withMinProperties(783556700) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("brxmr") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("ulswajbhespfgm") + .withNamespace("iski") + .withPrefix("slyipjzgmxq") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("ooyyfysn", "dataoypo"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nlfu") + .withUri("hono") + .withExtensions(mapOf("xel", "dataeu", "m", "datamx", "fwpu", + "dataziycnsjswedkfof", "olvedzrjkrpor", "datawpcutzlvx"))) + .withExample("dataddwgozrdglkmgc") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( + "dfoidyhcwcgvyu") + .withValuePath("exenywwkdxq") + .withParameters(mapOf("ifwknl", "datasxpaapmthdqv", "mq", "datatvxrtocadt"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("ecjixcy") + .withValuePath("kiitrdbtr") + .withParameters( + mapOf("uuessuuzfrwmct", new SwaggerCustomDynamicProperties(), "ngj", + new SwaggerCustomDynamicProperties(), "c", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bkrtpu") + .withBuiltInOperation("yeyqsiniejjb") + .withItemsPath("v") + .withItemValuePath("kwrvtlbb") + .withItemTitlePath("bdtmrijt") + .withParameters(mapOf("hvbpvizuuluilgm", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + "vcvnmgqlshglympe", + new SwaggerSchema().withRef("mjxgqsbjc") + .withType(SwaggerSchemaType.NULL) + .withTitle("uvbzcqgtzx") + .withItems(new SwaggerSchema().withRef("mrtdznvjgovy") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("swlepttabrk") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("xkeuyxgp", new SwaggerSchema(), "rvvmrdlckpznove", + new SwaggerSchema(), "bwpai", new SwaggerSchema(), "ikzysdharswh", + new SwaggerSchema())) + .withAdditionalProperties("datarpdxnrdvtvtyqlt") + .withRequired(Arrays.asList("dfplk")) + .withMaxProperties(1951351434) + .withMinProperties(2015261361) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("ba") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataltsnqjcmkpxb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("qmyowddhtwaxob", new SwaggerSchema(), "zatqocvrdj", new SwaggerSchema())) + .withAdditionalProperties("datasclwpst") + .withRequired(Arrays.asList("jdnhocy", "ymvnlaehitxo", "bfomo")) + .withMaxProperties(1168843813) + .withMinProperties(843530899) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("bvbqxtktkeuapomo") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("hptraljcqpu") + .withNamespace("athiydmkyvsxcd") + .withPrefix("ghajpddgfoz") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("mwptdrrruy", "dataoesozcuhunmfz"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("iumuxnabivg") + .withUri("kxhmxz") + .withExtensions(mapOf("atv", "dataoiut", "mvoykekm", "databiojncgjo", "qpwhp", + "datapseass"))) + .withExample("datadosfgbvsozjf") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jci") + .withValuePath("lbpuemqetmo") + .withParameters(mapOf("oyl", "datahhed", "sghbdvsorvhbygwt", "datacrldwcc"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("lzzkbxwncggamxb") + .withValuePath("izydaiolnkkg") + .withParameters(mapOf("xvq", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wmo") + .withBuiltInOperation("xylt") + .withItemsPath("qjfoujeiagnyeefj") + .withItemValuePath("ayrwyffut") + .withItemTitlePath("xrpxdhzwdy") + .withParameters(mapOf("hvxhwexwhos", new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withAdditionalProperties("datazvcfh") + .withRequired(Arrays.asList("ropxeezlqwbgl", "twz", "tkhyrwdsnpuo", "orfpizyb")) + .withMaxProperties(1044233367) + .withMinProperties(1440544202) + .withAllOf(Arrays.asList( + new SwaggerSchema().withRef("zghwcywrbm") + .withType(SwaggerSchemaType.INTEGER) + .withTitle("kkffwf") + .withItems(new SwaggerSchema().withRef("e") + .withType(SwaggerSchemaType.BOOLEAN) + .withTitle("sqyjsw") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("fcoayu", new SwaggerSchema(), "wntghjmmjmmj", + new SwaggerSchema(), "xhyfj", new SwaggerSchema())) + .withAdditionalProperties("dataemnidbay") + .withRequired(Arrays.asList("rsb", "niocyo", "p")) + .withMaxProperties(255189296) + .withMinProperties(1153805309) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("waffsjqn") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datagojzcargsxmawlv") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("jwggpcdugwddobpc", new SwaggerSchema(), "jwexed", + new SwaggerSchema(), "m", new SwaggerSchema(), "cgqifhy", new SwaggerSchema())) + .withAdditionalProperties("dataugwkqnmhfmll") + .withRequired(Arrays.asList("hthxcrweeqkdmpfm", "rc", "lsnjftnfdcjtveib")) + .withMaxProperties(568505147) + .withMinProperties(1687145216) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("xysutsofdh") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("strms") + .withNamespace("dgrzkeuplorn") + .withPrefix("ssmaaxz") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("htbjyycacoelv", "dataiscbz"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tm") + .withUri("alqqrymjwwo") + .withExtensions(mapOf("dubwmalthc", "dataefellhdsgo", "l", "datavuvwdp", + "nbmfml", "datahnaghglaxj", "vlrsfmtrmod", "dataqatswvtddpicwnb"))) + .withExample("dataxerkaiikb") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pqrke") + .withValuePath("juaezkbr") + .withParameters(mapOf("dwoyqvcyqjjx", "dataulhtqvtpkodijc", "yuhoxulevp", + "dataijbf", "jmpnvgkxs", "databirhgjmphyacd", "stqbxpyfawkjei", + "datahljtkuyvytfuq"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( + "hzvscnd") + .withValuePath("lscokafaqqipv") + .withParameters(mapOf("zsss", new SwaggerCustomDynamicProperties(), "ncghgi", + new SwaggerCustomDynamicProperties(), "qkotxodbxzhadm", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("nootcyyupa") + .withBuiltInOperation("oodhnzkmjoy") + .withItemsPath("ogwj") + .withItemValuePath("snryk") + .withItemTitlePath("xa") + .withParameters(mapOf("sjewxphn", new SwaggerCustomDynamicProperties(), + "weyzvrixcvese", new SwaggerCustomDynamicProperties(), "ltlhcjgjuopvkrm", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( + new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("dmbxfy") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("qvhfyvkxgo") + .withItems(new SwaggerSchema().withRef("eiucuxwnojvc") + .withType(SwaggerSchemaType.NULL) + .withTitle("bnfvygt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("jalpsycvckszn", new SwaggerSchema(), "gguucpytsxnuj", + new SwaggerSchema(), "ffthbziieoxlbc", new SwaggerSchema(), "ccraua", + new SwaggerSchema())) + .withAdditionalProperties("dataevjr") + .withRequired(Arrays.asList("dxqgsteeks", "ksvvyvoib", "vuqwljmzpyu")) + .withMaxProperties(154633215) + .withMinProperties(1070173279) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("tctnqdcgobkceb") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datamtjsklkw") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties( + mapOf("fxldqtma", new SwaggerSchema(), "dejnemrfq", new SwaggerSchema())) + .withAdditionalProperties("datacdpwlezbfgullq") + .withRequired(Arrays.asList("jyxcmqc", "gksrorxejf", "arphltlf", "ray")) + .withMaxProperties(806429098) + .withMinProperties(1431227363) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("hbaogfwbk") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("egysq") + .withNamespace("lbzi") + .withPrefix("datvndvwwej") + .withAttribute(true) + .withWrapped(true) + .withExtensions(mapOf("e", "dataoqwmhcpujygntx", "socfxlrzjjffl", + "databssqthcywyoqxp", "ljf", "datazm", "ygnepj", "dataulwlze"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("qdrphiyxjqran") + .withUri("tlachpfzs") + .withExtensions(mapOf("pbrwv", "dataa", "oigzwedfteratv", + "dataovvyhsorcavkfh", "wrmujizdmh", "datakg"))) + .withExample("datafjdiwzgwmumuc") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("scva") + .withValuePath("xgelnjgftqkgavgo") + .withParameters(mapOf("krastbkskk", "dataxpay", "dfmplgdxdt", "dataiebmwy"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("dbwwqt") + .withValuePath("fofrfvhbbno") + .withParameters(mapOf("krlkdouk", new SwaggerCustomDynamicProperties(), + "scmdsjgowshlgua", new SwaggerCustomDynamicProperties(), "eqlh", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yfacexp") + .withBuiltInOperation("qykicesqpvmoxil") + .withItemsPath("kqiqsriubem") + .withItemValuePath("uygmrenrbn") + .withItemTitlePath("afmophtky") + .withParameters(mapOf("ayngmow", new SwaggerCustomDynamicProperties(), + "cnvfgqxqhy", new SwaggerCustomDynamicProperties(), "uapd", + new SwaggerCustomDynamicProperties(), "slroqxrvycj", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("gyxmpmsacbamtoqs") + .withType(SwaggerSchemaType.OBJECT) + .withTitle("yxdigkggzm") + .withItems(new SwaggerSchema().withRef("hqeosxdsx") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("iottdawgkaohhtt") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("pidzjjjfcyskpn", new SwaggerSchema(), "kxoicbxsmfvltbo", + new SwaggerSchema(), "qhvtpmvppvgrigj", new SwaggerSchema())) + .withAdditionalProperties("datarlgkoqbzrclar") + .withRequired(Arrays.asList("mfku", "ybemoramshqvkuq", "zvzqhvzjdsn")) + .withMaxProperties(1261131211) + .withMinProperties(62007038) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema())) + .withDiscriminator("goz") + .withReadOnly(false) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("dataugjalmzpfyl") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("dxcizropzgjle", new SwaggerSchema(), "cf", + new SwaggerSchema(), "bhqkvbins", new SwaggerSchema())) + .withAdditionalProperties("dataw") + .withRequired(Arrays.asList("goupdqeflvd", "aqcqlexobeekzyeb", "atwbbfjd")) + .withMaxProperties(841237042) + .withMinProperties(241544995) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("cahhfuydg") + .withReadOnly(true) + .withXml(new SwaggerXml().withName("v") + .withNamespace("yuspz") + .withPrefix("vibp") + .withAttribute(true) + .withWrapped(false) + .withExtensions(mapOf("zivfoyqv", "dataefepwkhruzzwgbb", "quvvsc", + "datalhsxeasxs", "k", "datapkmohd", "uzvmorsyirf", "datarqyib"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("zuboigorwpbbjz") + .withUri("aqoilgkznnzpvjw") + .withExtensions(mapOf("yper", "dataviceqyrajdvvsaat", "azztvotf", + "dataazcchvwwc", "fgxx", "datahayfx", "wqoszcmfmyn", "datafzlig"))) + .withExample("dataigjcnkadm") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("knewpnpun") + .withValuePath("jbnhbxvvufq") + .withParameters(mapOf("srcqdthmlqa", "datauosajq", "akc", "datadlcukdmrvr", + "tqgabbx", "datalsnprda", "pkxbwobovexsnm", "dataxacgm"))) + .withDynamicSchemaNew( + new SwaggerCustomDynamicProperties().withOperationId("bmujlsztpygq") + .withValuePath("dlxsn") + .withParameters(mapOf("cimksfejz", new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lbzmngxzpdnbjo") + .withBuiltInOperation("ddvtnbtv") + .withItemsPath("kjfkaoe") + .withItemValuePath("myizdglzzaufi") + .withItemTitlePath("vyxyrykn") + .withParameters(mapOf("jgpyvjg", new SwaggerCustomDynamicProperties(), "jyj", + new SwaggerCustomDynamicProperties(), "hwbbhwr", + new SwaggerCustomDynamicProperties(), "c", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())), + new SwaggerSchema().withRef("rvpamfpi") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("bfkmfbruuh") + .withItems(new SwaggerSchema().withRef("ge") + .withType(SwaggerSchemaType.ARRAY) + .withTitle("bjf") + .withItems(new SwaggerSchema()) + .withProperties(mapOf("rqu", new SwaggerSchema(), "lnhxr", new SwaggerSchema())) + .withAdditionalProperties("datashicvrmwbg") + .withRequired(Arrays.asList("l")) + .withMaxProperties(1170979422) + .withMinProperties(820446074) + .withAllOf(Arrays.asList(new SwaggerSchema())) + .withDiscriminator("srfshkjg") + .withReadOnly(true) + .withXml(new SwaggerXml()) + .withExternalDocs(new SwaggerExternalDocumentation()) + .withExample("datavtxibrooogijiqwx") + .withNotificationUrlExtension(false) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) + .withDynamicListNew(new SwaggerCustomDynamicList()) + .withDynamicTree(new SwaggerCustomDynamicTree())) + .withProperties(mapOf("rbvruhdjziv", new SwaggerSchema())) + .withAdditionalProperties("dataxi") + .withRequired(Arrays.asList("nqmbfptzix", "ksxxbdtjvv")) + .withMaxProperties(368832321) + .withMinProperties(2116316686) + .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), + new SwaggerSchema(), new SwaggerSchema())) + .withDiscriminator("lmq") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("nwij") + .withNamespace("yxtxerxttobosjx") + .withPrefix("ytten") + .withAttribute(true) + .withWrapped(false) + .withExtensions( + mapOf("spjqhiv", "datayycvtyablyim", "eoutqo", "datablqvwhjgtbh"))) + .withExternalDocs( + new SwaggerExternalDocumentation().withDescription("tqibqbougcwzgdfd") + .withUri("xoutkgezulnnt") + .withExtensions( + mapOf("oeoywy", "datarejxjhlxoljb", "rx", "datahhavwhrivvzrccy"))) + .withExample("dataypwudeearbbxan") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ju") + .withValuePath("idzh") + .withParameters(mapOf("pcenirjhd", "datapqcg", "btlharjbakp", "dataxup"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() + .withOperationId("ugcngdulvd") + .withValuePath("hguvaimkoyrpps") + .withParameters(mapOf("duwkbozl", new SwaggerCustomDynamicProperties(), + "rhnghvlvdjxbjq", new SwaggerCustomDynamicProperties(), "abitevvowiypy", + new SwaggerCustomDynamicProperties(), "jz", + new SwaggerCustomDynamicProperties()))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("dfyvgcftaqydcr") + .withBuiltInOperation("hmneykxewemtazmr") + .withItemsPath("zpxoqegerxmlfnu") + .withItemValuePath("myr") + .withItemTitlePath("tdkpoxzwgrsnit") + .withParameters(mapOf("aehjhwklfjzqqgy", new SwaggerCustomDynamicProperties(), + "anwej", new SwaggerCustomDynamicProperties(), "n", + new SwaggerCustomDynamicProperties()))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings()) + .withOpen(new SwaggerCustomDynamicTreeCommand()) + .withBrowse(new SwaggerCustomDynamicTreeCommand())))) + .withDiscriminator("swytkwt") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("ksormfhru") + .withNamespace("xmnrdf") + .withPrefix("bhrvonea") + .withAttribute(false) + .withWrapped(false) + .withExtensions(mapOf("tasaurxtoxlxoj", "dataypbdf"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tsyrxynnfsknycis") + .withUri("cpxftyhfcduqsdur") + .withExtensions( + mapOf("ztpnrysxxajr", "dataawryctzslf", "ddvnobesowbtnfq", "datacighl"))) + .withExample("datacaxjp") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ucmeuuuajiot") + .withValuePath("xofqjninrskq") + .withParameters( + mapOf("ygwpwqux", "datatiuveazuciwbi", "voolkmf", "dataqgslspihuxgvvio"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("fbbrndaquxvufr") + .withValuePath("aehssosowav") + .withParameters(mapOf("tzgk", + new SwaggerCustomDynamicProperties().withOperationId("eyeblkgupgnstq") + .withValuePath("xfmhioart") + .withParameters(mapOf("ufktqgtjffctre", new SwaggerCustomDynamicProperties())), + "mftkqzafjycfb", + new SwaggerCustomDynamicProperties().withOperationId("fztrvonbtnnwamk") + .withValuePath("yskm") + .withParameters(mapOf("sbzn", new SwaggerCustomDynamicProperties(), "ng", + new SwaggerCustomDynamicProperties(), "rwotlpsswosl", + new SwaggerCustomDynamicProperties())), + "bhclb", + new SwaggerCustomDynamicProperties().withOperationId("zbaboeegalecqy") + .withValuePath("yzilocn") + .withParameters(mapOf("nhiaqegjvhyvn", new SwaggerCustomDynamicProperties())), + "whsfhecpstfe", + new SwaggerCustomDynamicProperties().withOperationId("soqzzyrovvnacxmj") + .withValuePath("clhcqcjngwmb") + .withParameters(mapOf("sidasovlrjggvyd", new SwaggerCustomDynamicProperties(), + "jebbacscirztsapx", new SwaggerCustomDynamicProperties(), "bk", + new SwaggerCustomDynamicProperties()))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lyqmlg") + .withBuiltInOperation("hcnybhvzltbgw") + .withItemsPath("epjmkruzogs") + .withItemValuePath("oqjbnfaxcdcmqe") + .withItemTitlePath("sirotj") + .withParameters(mapOf("hdlwlehhqxy", + new SwaggerCustomDynamicProperties().withOperationId("gobs") + .withValuePath("tc") + .withParameters(mapOf("yuvhl", new SwaggerCustomDynamicProperties(), + "mjpzgjnqif", new SwaggerCustomDynamicProperties(), "znfdboumpks", + new SwaggerCustomDynamicProperties(), "kdjpfsmdg", + new SwaggerCustomDynamicProperties())), + "uimvz", + new SwaggerCustomDynamicProperties().withOperationId("bkwvrrptbls") + .withValuePath("akzgryfxwwqbey") + .withParameters(mapOf("njmj", new SwaggerCustomDynamicProperties(), "es", + new SwaggerCustomDynamicProperties()))))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) + .withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("malvzxucnpaesr") + .withItemsPath("refifbislj") + .withItemValuePath("qqjmfrmqe") + .withItemTitlePath("cbrmmweeuyohjhpx") + .withItemFullTitlePath("giurmli") + .withItemIsParent("adqeqfxzcxvpog") + .withSelectableFilter("kditkwokefde") + .withParameters(mapOf("ycwsyqxfowfnsy", new SwaggerCustomDynamicTreeParameter(), + "eytrwy", new SwaggerCustomDynamicTreeParameter(), "jhmgvmeemjazql", + new SwaggerCustomDynamicTreeParameter()))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("kxtgshadnhol") + .withItemsPath("yxmspudsqwvzu") + .withItemValuePath("qvupjxsrnq") + .withItemTitlePath("fjwo") + .withItemFullTitlePath("zifrmoftilhoyemh") + .withItemIsParent("epgdd") + .withSelectableFilter("cdtkv") + .withParameters(mapOf("fcqmfvzub", new SwaggerCustomDynamicTreeParameter(), + "hsxtryyrvwmmuo", new SwaggerCustomDynamicTreeParameter(), "turdhnnmhrizwm", + new SwaggerCustomDynamicTreeParameter(), "ts", + new SwaggerCustomDynamicTreeParameter())))))) + .withDiscriminator("qztnbvueizua") + .withReadOnly(false) + .withXml(new SwaggerXml().withName("kbvwxyumqoqwv") + .withNamespace("yiyeigngrzve") + .withPrefix("mxlnhq") + .withAttribute(false) + .withWrapped(true) + .withExtensions(mapOf("pccovzkwh", "datadmpvp", "fujdapcmga", "datatfjvfct", "atexkwcolnae", + "datagbnktgotddyd", "d", "datawsdyvahn"))) + .withExternalDocs(new SwaggerExternalDocumentation().withDescription("mvnzhdsaqme") + .withUri("tkojrruhzvve") + .withExtensions(mapOf("cczkggbmzdnyrmo", "datalehsnlmdosiyzf", "umckcbsakoucss", "datamaekc", + "grqzwypwhfybflrp", "datawdqilzogi"))) + .withExample("datagqqxe") + .withNotificationUrlExtension(true) + .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("sqv") + .withValuePath("sedeqr") + .withParameters(mapOf("vbtpvwx", "datakxxnqrqd"))) + .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vicvpagwohk") + .withValuePath("mzssemlozjyov") + .withParameters(mapOf("sxidazslwhuyik", + new SwaggerCustomDynamicProperties() + .withOperationId("hbgkgjpie") + .withValuePath("hflgpsal") + .withParameters(mapOf( + "gfwebiwxm", + new SwaggerCustomDynamicProperties() + .withOperationId("mwzpfbiqjrz") + .withValuePath("xizorqliblyb") + .withParameters(mapOf("zknkffzdy", new SwaggerCustomDynamicProperties(), "znidstofd", + new SwaggerCustomDynamicProperties(), "dlmfw", new SwaggerCustomDynamicProperties(), + "b", new SwaggerCustomDynamicProperties())))), + "gvhgyeoikxjpuwg", + new SwaggerCustomDynamicProperties().withOperationId("cilinbuokp") + .withValuePath("er") + .withParameters(mapOf("woigofumbpmzed", + new SwaggerCustomDynamicProperties().withOperationId("l") + .withValuePath("swhqrdvqva") + .withParameters(mapOf("u", new SwaggerCustomDynamicProperties())), + "xugd", + new SwaggerCustomDynamicProperties().withOperationId("jgklmyomavbota") + .withValuePath("ixi") + .withParameters(mapOf("yinf", new SwaggerCustomDynamicProperties(), "wtqvjnoem", + new SwaggerCustomDynamicProperties(), "wutbyaeyyiw", + new SwaggerCustomDynamicProperties(), "aowpdm", + new SwaggerCustomDynamicProperties())), + "h", + new SwaggerCustomDynamicProperties().withOperationId("mwcxvcronrid") + .withValuePath("oyznjddshazlom") + .withParameters(mapOf("ipuot", new SwaggerCustomDynamicProperties(), "iqzqmpgvyydjww", + new SwaggerCustomDynamicProperties(), "rhjh", new SwaggerCustomDynamicProperties(), + "wcfftszswvyi", new SwaggerCustomDynamicProperties()))))))) + .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("aqfnbxuwawmbus") + .withBuiltInOperation("gtsqzkzwo") + .withItemsPath("hhv") + .withItemValuePath("o") + .withItemTitlePath("djhfxb") + .withParameters(mapOf("o", + new SwaggerCustomDynamicProperties().withOperationId("xusylgpznbklhw") + .withValuePath("yuv") + .withParameters(mapOf("hvygxckit", + new SwaggerCustomDynamicProperties().withOperationId("rfziubeflvktjbmc") + .withValuePath("l") + .withParameters(mapOf("dawgzhbwhjvon", new SwaggerCustomDynamicProperties()))))))) + .withDynamicTree(new SwaggerCustomDynamicTree() + .withSettings( + new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true).withCanSelectLeafNodes(false)) + .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("jcjvdajxebm") + .withItemsPath("yrctfaabkukraqnd") + .withItemValuePath("wdicntqsrhac") + .withItemTitlePath("bpdh") + .withItemFullTitlePath("wf") + .withItemIsParent("iyxqrcuyff") + .withSelectableFilter("yovljtrmlxr") + .withParameters(mapOf("hhckt", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("gnxmbwdkziwwbq") + .withValue("datajithxlpvpk") + .withParameterReference("eiw") + .withRequired(true), + "kieyqp", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("mtbprtkvuxwue") + .withValue("datacugwkuhqbwgmznv") + .withParameterReference("cn") + .withRequired(true), + "q", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wzzx") + .withValue("dataxzcj") + .withParameterReference("sqcw") + .withRequired(true), + "xi", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("eoofoxfchunewkss") + .withValue("datanhhlh") + .withParameterReference("jcfyv") + .withRequired(false)))) + .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("onzifdfswkgw") + .withItemsPath("ghdn") + .withItemValuePath("ydhqkariatxhpx") + .withItemTitlePath("rajoghgxgzbzsa") + .withItemFullTitlePath("amcwet") + .withItemIsParent("sgcwadv") + .withSelectableFilter("bageltffqalmcqt") + .withParameters(mapOf("lahoz", + new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wtcwbgmxwpynslc") + .withValue("datavmizx") + .withParameterReference("hhqwwtarxtdgpm") + .withRequired(true))))); + model = BinaryData.fromObject(model).toObject(SwaggerSchema.class); + Assertions.assertEquals("qfmxbdjkmn", model.ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.type()); + Assertions.assertEquals("nowxhyvdbrdvsv", model.title()); + Assertions.assertEquals("tycvlkusgiikhrc", model.items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().type()); + Assertions.assertEquals("epxshmrdisc", model.items().title()); + Assertions.assertEquals("kymktcwmivo", model.items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().type()); + Assertions.assertEquals("gngl", model.items().items().title()); + Assertions.assertEquals("fgazagh", model.items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().items().type()); + Assertions.assertEquals("zwxuxorrutuhvem", model.items().items().items().title()); + Assertions.assertEquals("ssolqy", model.items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().type()); + Assertions.assertEquals("lxo", model.items().items().items().items().title()); + Assertions.assertEquals("kqvrv", model.items().items().items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().items().type()); + Assertions.assertEquals("cvzfc", model.items().items().items().items().items().title()); + Assertions.assertEquals("yxpmqd", model.items().items().items().items().items().required().get(0)); + Assertions.assertEquals(1694090280, model.items().items().items().items().items().maxProperties()); + Assertions.assertEquals(1308930684, model.items().items().items().items().items().minProperties()); + Assertions.assertEquals("rsoihat", model.items().items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.items().items().items().items().items().readOnly()); + Assertions.assertEquals(true, model.items().items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("ixgz", model.items().items().items().items().required().get(0)); + Assertions.assertEquals(471954679, model.items().items().items().items().maxProperties()); + Assertions.assertEquals(665626685, model.items().items().items().items().minProperties()); + Assertions.assertEquals("gjajkvwko", model.items().items().items().items().discriminator()); + Assertions.assertEquals(false, model.items().items().items().items().readOnly()); + Assertions.assertEquals("zllvna", model.items().items().items().items().xml().name()); + Assertions.assertEquals("gvlpgfygenfakyb", model.items().items().items().items().xml().namespace()); + Assertions.assertEquals("sihzqi", model.items().items().items().items().xml().prefix()); + Assertions.assertEquals(true, model.items().items().items().items().xml().attribute()); + Assertions.assertEquals(false, model.items().items().items().items().xml().wrapped()); + Assertions.assertEquals("lubrukhqbuoyrbdk", model.items().items().items().items().externalDocs().description()); + Assertions.assertEquals("dmvvvjmfj", model.items().items().items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().items().items().notificationUrlExtension()); + Assertions.assertEquals("tyosdpxtsdy", model.items().items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("gef", model.items().items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("hecjg", model.items().items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("djmsngm", model.items().items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("thizsabcylzzie", model.items().items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("mzen", model.items().items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("drue", model.items().items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("exawxo", model.items().items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("dctjwfebqq", model.items().items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("kewqwamptld", model.items().items().items().properties().get("dlbbc").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.items().items().items().properties().get("dlbbc").type()); + Assertions.assertEquals("zljhnxfkffngfpi", model.items().items().items().properties().get("dlbbc").title()); + Assertions.assertEquals("liclmoyo", model.items().items().items().properties().get("dlbbc").required().get(0)); + Assertions.assertEquals(2057868685, model.items().items().items().properties().get("dlbbc").maxProperties()); + Assertions.assertEquals(1258258593, model.items().items().items().properties().get("dlbbc").minProperties()); + Assertions.assertEquals("uqzuscolbqve", + model.items().items().items().properties().get("dlbbc").discriminator()); + Assertions.assertEquals(false, model.items().items().items().properties().get("dlbbc").readOnly()); + Assertions.assertEquals(false, + model.items().items().items().properties().get("dlbbc").notificationUrlExtension()); + Assertions.assertEquals("fxhvnodqqz", model.items().items().items().required().get(0)); + Assertions.assertEquals(1168453176, model.items().items().items().maxProperties()); + Assertions.assertEquals(116276536, model.items().items().items().minProperties()); + Assertions.assertEquals("vlypztuskpncdo", model.items().items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().items().allOf().get(0).type()); + Assertions.assertEquals("p", model.items().items().items().allOf().get(0).title()); + Assertions.assertEquals("d", model.items().items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(494128235, model.items().items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(144915434, model.items().items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("eghtmqo", model.items().items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.items().items().items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, model.items().items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("hcoscoljj", model.items().items().items().discriminator()); + Assertions.assertEquals(true, model.items().items().items().readOnly()); + Assertions.assertEquals("ooefzsdttbqkaq", model.items().items().items().xml().name()); + Assertions.assertEquals("wojvxv", model.items().items().items().xml().namespace()); + Assertions.assertEquals("hrqxrqghotingzi", model.items().items().items().xml().prefix()); + Assertions.assertEquals(true, model.items().items().items().xml().attribute()); + Assertions.assertEquals(true, model.items().items().items().xml().wrapped()); + Assertions.assertEquals("bbkhc", model.items().items().items().externalDocs().description()); + Assertions.assertEquals("cfwoolkugzowg", model.items().items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.items().items().items().notificationUrlExtension()); + Assertions.assertEquals("gmndwohoeashu", model.items().items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("vbjimzw", model.items().items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("zrkrztpyay", model.items().items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("xlnm", model.items().items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tpcvpahhp", model.items().items().items().dynamicListNew().operationId()); + Assertions.assertEquals("yqpvzxxz", model.items().items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("wtominrufqqa", model.items().items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("gasfmhbxv", model.items().items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kqnatxvuzc", model.items().items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, model.items().items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("eqiwduukaamimkj", model.items().items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("xysjd", model.items().items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("vksijrjgyind", model.items().items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("i", model.items().items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("vuyxuu", model.items().items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("ead", model.items().items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("topdtphvjgv", model.items().items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("gyqshsasmryuyu", model.items().items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("bxrgrztkyqgu", model.items().items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("uih", model.items().items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("bgkyn", model.items().items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("zjndfeemx", model.items().items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("rpfivypm", model.items().items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("zajpcroxppo", model.items().items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("doxklrzatsizny", model.items().items().properties().get("cttg").ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().properties().get("cttg").type()); + Assertions.assertEquals("dpkihqhnfubev", model.items().items().properties().get("cttg").title()); + Assertions.assertEquals("xcezxevltfebqo", model.items().items().properties().get("cttg").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.items().items().properties().get("cttg").items().type()); + Assertions.assertEquals("lqakpstifmftwrph", model.items().items().properties().get("cttg").items().title()); + Assertions.assertEquals("s", model.items().items().properties().get("cttg").items().required().get(0)); + Assertions.assertEquals(357355458, model.items().items().properties().get("cttg").items().maxProperties()); + Assertions.assertEquals(930340533, model.items().items().properties().get("cttg").items().minProperties()); + Assertions.assertEquals("zttqgtllwy", model.items().items().properties().get("cttg").items().discriminator()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").items().readOnly()); + Assertions.assertEquals(true, + model.items().items().properties().get("cttg").items().notificationUrlExtension()); + Assertions.assertEquals("b", model.items().items().properties().get("cttg").required().get(0)); + Assertions.assertEquals(1833532340, model.items().items().properties().get("cttg").maxProperties()); + Assertions.assertEquals(1227881123, model.items().items().properties().get("cttg").minProperties()); + Assertions.assertEquals("ywedbpirbzpauzbb", model.items().items().properties().get("cttg").discriminator()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").readOnly()); + Assertions.assertEquals("zdwpave", model.items().items().properties().get("cttg").xml().name()); + Assertions.assertEquals("gmigsoebdltni", model.items().items().properties().get("cttg").xml().namespace()); + Assertions.assertEquals("imerffhgvcy", model.items().items().properties().get("cttg").xml().prefix()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().attribute()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().wrapped()); + Assertions.assertEquals("kosjwr", model.items().items().properties().get("cttg").externalDocs().description()); + Assertions.assertEquals("tsluqfgksdi", model.items().items().properties().get("cttg").externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().properties().get("cttg").notificationUrlExtension()); + Assertions.assertEquals("fovkmamiy", + model.items().items().properties().get("cttg").dynamicSchemaOld().operationId()); + Assertions.assertEquals("un", model.items().items().properties().get("cttg").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("ubzqazdlrkvi", + model.items().items().properties().get("cttg").dynamicSchemaNew().operationId()); + Assertions.assertEquals("kifqbxmnnidot", + model.items().items().properties().get("cttg").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("mvuwj", model.items().items().properties().get("cttg").dynamicListNew().operationId()); + Assertions.assertEquals("lqfpqql", + model.items().items().properties().get("cttg").dynamicListNew().builtInOperation()); + Assertions.assertEquals("vzlhjgmrodblap", + model.items().items().properties().get("cttg").dynamicListNew().itemsPath()); + Assertions.assertEquals("acz", model.items().items().properties().get("cttg").dynamicListNew().itemValuePath()); + Assertions.assertEquals("niwfc", + model.items().items().properties().get("cttg").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("awpjfkrarerdlg", model.items().items().required().get(0)); + Assertions.assertEquals(620460265, model.items().items().maxProperties()); + Assertions.assertEquals(570741825, model.items().items().minProperties()); + Assertions.assertEquals("w", model.items().items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().items().allOf().get(0).type()); + Assertions.assertEquals("blitxrrsjs", model.items().items().allOf().get(0).title()); + Assertions.assertEquals("anjsoutrzto", model.items().items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().items().allOf().get(0).items().type()); + Assertions.assertEquals("bnclxhwkzfggsuz", model.items().items().allOf().get(0).items().title()); + Assertions.assertEquals("vufjqvfcfsssm", model.items().items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(869027254, model.items().items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1219794635, model.items().items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("ui", model.items().items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("ofenin", model.items().items().allOf().get(0).required().get(0)); + Assertions.assertEquals(883470274, model.items().items().allOf().get(0).maxProperties()); + Assertions.assertEquals(856472763, model.items().items().allOf().get(0).minProperties()); + Assertions.assertEquals("xckdlxjpisrdn", model.items().items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).readOnly()); + Assertions.assertEquals("be", model.items().items().allOf().get(0).xml().name()); + Assertions.assertEquals("vijnubxfiiytqx", model.items().items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("jsyutez", model.items().items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("jbpn", model.items().items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("hfrvsi", model.items().items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.items().items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("uzyvihevbfvxmtsm", + model.items().items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("retsny", model.items().items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("gni", model.items().items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("oacf", model.items().items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tkpdcdefq", model.items().items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("rmgm", model.items().items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("ddaxaogs", model.items().items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("cmmmbipysehyybo", + model.items().items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("jcvmkkbp", model.items().items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("mkjpajlfp", model.items().items().discriminator()); + Assertions.assertEquals(true, model.items().items().readOnly()); + Assertions.assertEquals("lhejcc", model.items().items().xml().name()); + Assertions.assertEquals("xbnwitaf", model.items().items().xml().namespace()); + Assertions.assertEquals("evpt", model.items().items().xml().prefix()); + Assertions.assertEquals(false, model.items().items().xml().attribute()); + Assertions.assertEquals(false, model.items().items().xml().wrapped()); + Assertions.assertEquals("vijr", model.items().items().externalDocs().description()); + Assertions.assertEquals("esk", model.items().items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().items().notificationUrlExtension()); + Assertions.assertEquals("zcy", model.items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("dh", model.items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("v", model.items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("av", model.items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yjuwhizcbqjxmh", + model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").operationId()); + Assertions.assertEquals("tunpcsk", + model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").valuePath()); + Assertions.assertEquals("mgukyw", model.items().items().dynamicListNew().operationId()); + Assertions.assertEquals("uo", model.items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("cex", model.items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("pit", model.items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("qnbs", model.items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("mtcidca", + model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").operationId()); + Assertions.assertEquals("nxhcxct", + model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").valuePath()); + Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("xdwxrwqtbvws", model.items().items().dynamicTree().open().operationId()); + Assertions.assertEquals("akxy", model.items().items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("kgjhomywlypghhul", model.items().items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("yfvgpqwgiqmbrisk", model.items().items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("uihtqfvyqmm", model.items().items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("uguvlieegjnqwh", model.items().items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("o", model.items().items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("rhljwqufudpypb", model.items().items().dynamicTree().browse().operationId()); + Assertions.assertEquals("lefxfp", model.items().items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ajvwfijfd", model.items().items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("rvsvhmsmrihddnb", model.items().items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("bqntdder", model.items().items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("yiwuzpsvcmzs", model.items().items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("tyyysqnwnl", model.items().items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("hd", model.items().properties().get("bdhmxbyzfjgr").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().properties().get("bdhmxbyzfjgr").type()); + Assertions.assertEquals("tf", model.items().properties().get("bdhmxbyzfjgr").title()); + Assertions.assertEquals("qb", model.items().properties().get("bdhmxbyzfjgr").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().properties().get("bdhmxbyzfjgr").items().type()); + Assertions.assertEquals("ulymk", model.items().properties().get("bdhmxbyzfjgr").items().title()); + Assertions.assertEquals("ryhxf", model.items().properties().get("bdhmxbyzfjgr").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, + model.items().properties().get("bdhmxbyzfjgr").items().items().type()); + Assertions.assertEquals("npftkgm", model.items().properties().get("bdhmxbyzfjgr").items().items().title()); + Assertions.assertEquals("uuhyncppmmwhjer", + model.items().properties().get("bdhmxbyzfjgr").items().items().required().get(0)); + Assertions.assertEquals(288131133, + model.items().properties().get("bdhmxbyzfjgr").items().items().maxProperties()); + Assertions.assertEquals(1994994052, + model.items().properties().get("bdhmxbyzfjgr").items().items().minProperties()); + Assertions.assertEquals("bxlepsmckgpxdx", + model.items().properties().get("bdhmxbyzfjgr").items().items().discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().items().readOnly()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").items().items().notificationUrlExtension()); + Assertions.assertEquals("tkalhpiybfnk", + model.items().properties().get("bdhmxbyzfjgr").items().required().get(0)); + Assertions.assertEquals(2076981753, model.items().properties().get("bdhmxbyzfjgr").items().maxProperties()); + Assertions.assertEquals(1175073373, model.items().properties().get("bdhmxbyzfjgr").items().minProperties()); + Assertions.assertEquals("qcbnkiv", model.items().properties().get("bdhmxbyzfjgr").items().discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().readOnly()); + Assertions.assertEquals("hmar", model.items().properties().get("bdhmxbyzfjgr").items().xml().name()); + Assertions.assertEquals("wyfcenkbfxqcap", + model.items().properties().get("bdhmxbyzfjgr").items().xml().namespace()); + Assertions.assertEquals("eciradmxokbu", model.items().properties().get("bdhmxbyzfjgr").items().xml().prefix()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().xml().attribute()); + Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").items().xml().wrapped()); + Assertions.assertEquals("pybs", + model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().description()); + Assertions.assertEquals("kgaxmhaszjietfst", + model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().uri()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").items().notificationUrlExtension()); + Assertions.assertEquals("icxepgaxpyde", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("cqdssbmgersdudh", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("yrbvmb", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("expnphtqwfp", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("api", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().operationId()); + Assertions.assertEquals("jlfugnrzowcgrz", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("q", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("zawqxnhlva", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("gwxd", + model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("ylgebr", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").type()); + Assertions.assertEquals("fuyzvbploazc", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").title()); + Assertions.assertEquals("e", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").required().get(0)); + Assertions.assertEquals(1425524785, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").maxProperties()); + Assertions.assertEquals(903351327, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").minProperties()); + Assertions.assertEquals("sfxqcmejezjcb", + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").discriminator()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").readOnly()); + Assertions.assertEquals(false, + model.items() + .properties() + .get("bdhmxbyzfjgr") + .properties() + .get("hmeoxxbzagwnomp") + .notificationUrlExtension()); + Assertions.assertEquals("srgkvgavn", model.items().properties().get("bdhmxbyzfjgr").required().get(0)); + Assertions.assertEquals(988153026, model.items().properties().get("bdhmxbyzfjgr").maxProperties()); + Assertions.assertEquals(1104855733, model.items().properties().get("bdhmxbyzfjgr").minProperties()); + Assertions.assertEquals("ysujcvhclgp", model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).type()); + Assertions.assertEquals("yrpwzsmwgebpsk", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).title()); + Assertions.assertEquals("kymjdwirglqibj", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).required().get(0)); + Assertions.assertEquals(337054188, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).maxProperties()); + Assertions.assertEquals(1668245698, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).minProperties()); + Assertions.assertEquals("rrwkcwwitzmxxig", + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).readOnly()); + Assertions.assertEquals(false, + model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("mmpvo", model.items().properties().get("bdhmxbyzfjgr").discriminator()); + Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").readOnly()); + Assertions.assertEquals("krxu", model.items().properties().get("bdhmxbyzfjgr").xml().name()); + Assertions.assertEquals("d", model.items().properties().get("bdhmxbyzfjgr").xml().namespace()); + Assertions.assertEquals("ydn", model.items().properties().get("bdhmxbyzfjgr").xml().prefix()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().attribute()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().wrapped()); + Assertions.assertEquals("dprwruexhgd", + model.items().properties().get("bdhmxbyzfjgr").externalDocs().description()); + Assertions.assertEquals("kplaseyltqx", model.items().properties().get("bdhmxbyzfjgr").externalDocs().uri()); + Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").notificationUrlExtension()); + Assertions.assertEquals("wwmjrsmkjalor", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().operationId()); + Assertions.assertEquals("egiczrvnezlcvnd", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("mjmgswt", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().operationId()); + Assertions.assertEquals("skuqgneorqtr", + model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("p", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().operationId()); + Assertions.assertEquals("blmxblcbwvsqpe", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().builtInOperation()); + Assertions.assertEquals("lcbbu", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemsPath()); + Assertions.assertEquals("pcgirsfil", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemValuePath()); + Assertions.assertEquals("syzcnxjvipehx", + model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("uzsojblyygftic", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().operationId()); + Assertions.assertEquals("drswqm", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemsPath()); + Assertions.assertEquals("uyqtzo", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("otrbnvoe", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("t", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("qoafdv", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("lrsrfrxylmdjpspi", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("yrcjgptxvz", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().operationId()); + Assertions.assertEquals("unwmbfjjselblwmf", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("pn", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("s", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("mfktytri", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("leqvefnzvhmiwba", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("zxcmsceza", + model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("rnwwoiviniyoizuw", model.items().required().get(0)); + Assertions.assertEquals(1047091530, model.items().maxProperties()); + Assertions.assertEquals(1479560554, model.items().minProperties()); + Assertions.assertEquals("albs", model.items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().allOf().get(0).type()); + Assertions.assertEquals("j", model.items().allOf().get(0).title()); + Assertions.assertEquals("eaibqjbizbwxuy", model.items().allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().type()); + Assertions.assertEquals("iwllxtclveqdqtzs", model.items().allOf().get(0).items().title()); + Assertions.assertEquals("wjxry", model.items().allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().items().type()); + Assertions.assertEquals("gh", model.items().allOf().get(0).items().items().title()); + Assertions.assertEquals("xxccf", model.items().allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(112473964, model.items().allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(796947635, model.items().allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("ujywwumbusnaw", model.items().allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().items().readOnly()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("kbp", model.items().allOf().get(0).items().required().get(0)); + Assertions.assertEquals(2059319100, model.items().allOf().get(0).items().maxProperties()); + Assertions.assertEquals(664391551, model.items().allOf().get(0).items().minProperties()); + Assertions.assertEquals("wauylkbd", model.items().allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().readOnly()); + Assertions.assertEquals("frtlukaf", model.items().allOf().get(0).items().xml().name()); + Assertions.assertEquals("ylempahyuxxeik", model.items().allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("npw", model.items().allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(true, model.items().allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("ptzkmfvd", model.items().allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("cwosmnwsffi", model.items().allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(false, model.items().allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("nyjbzzwsesqytkt", + model.items().allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("fgxorhsxcsoax", model.items().allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("wjvxycygcvgebfe", + model.items().allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yan", model.items().allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yp", model.items().allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("w", model.items().allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("cfamuikisppygoth", model.items().allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("irhhbogxw", model.items().allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("pymyerpus", model.items().allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("joy", model.items().allOf().get(0).properties().get("alz").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().allOf().get(0).properties().get("alz").type()); + Assertions.assertEquals("okd", model.items().allOf().get(0).properties().get("alz").title()); + Assertions.assertEquals("wc", model.items().allOf().get(0).properties().get("alz").required().get(0)); + Assertions.assertEquals(1626149009, model.items().allOf().get(0).properties().get("alz").maxProperties()); + Assertions.assertEquals(1334629660, model.items().allOf().get(0).properties().get("alz").minProperties()); + Assertions.assertEquals("tnlcvl", model.items().allOf().get(0).properties().get("alz").discriminator()); + Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").readOnly()); + Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").notificationUrlExtension()); + Assertions.assertEquals("iajicrsdgtjxlop", model.items().allOf().get(0).required().get(0)); + Assertions.assertEquals(471453249, model.items().allOf().get(0).maxProperties()); + Assertions.assertEquals(65322636, model.items().allOf().get(0).minProperties()); + Assertions.assertEquals("rszehijlwrfeab", model.items().allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("hjmg", model.items().allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("mfqmvnhsfjxt", model.items().allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(1313462664, model.items().allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(787059976, model.items().allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("yasjwnwnjdrnfgt", model.items().allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals(false, model.items().allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("n", model.items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.items().allOf().get(0).readOnly()); + Assertions.assertEquals("ghjxhpppnksqi", model.items().allOf().get(0).xml().name()); + Assertions.assertEquals("megjtoseohoygowd", model.items().allOf().get(0).xml().namespace()); + Assertions.assertEquals("zzugdorc", model.items().allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.items().allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.items().allOf().get(0).xml().wrapped()); + Assertions.assertEquals("tl", model.items().allOf().get(0).externalDocs().description()); + Assertions.assertEquals("zbiroxamnv", model.items().allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("hofyoqfvmvwplxmu", model.items().allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("tnneolghgtej", model.items().allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("cjuuxq", model.items().allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("i", model.items().allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("rnaktjopig", model.items().allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("hheqj", model.items().allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("hrrxmc", model.items().allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("rqnuahhke", model.items().allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("brbdujpsh", model.items().allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, model.items().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("pvqpqumexnpoaeru", model.items().allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("fhltwlzlmpiprlc", model.items().allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("ewmnwyhql", model.items().allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("mkmx", model.items().allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("mkpa", model.items().allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("pwpbnjc", model.items().allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("wtuniumys", model.items().allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("qlwyqsxeq", model.items().allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("t", model.items().allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("czcxouaneuepgq", model.items().allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("akovslvwpvdm", model.items().allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("c", model.items().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("ucmiqsdsnu", model.items().allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("g", model.items().allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("keacmadyoctmda", model.items().discriminator()); + Assertions.assertEquals(false, model.items().readOnly()); + Assertions.assertEquals("t", model.items().xml().name()); + Assertions.assertEquals("es", model.items().xml().namespace()); + Assertions.assertEquals("toeteufg", model.items().xml().prefix()); + Assertions.assertEquals(true, model.items().xml().attribute()); + Assertions.assertEquals(true, model.items().xml().wrapped()); + Assertions.assertEquals("rvgit", model.items().externalDocs().description()); + Assertions.assertEquals("jixkepl", model.items().externalDocs().uri()); + Assertions.assertEquals(true, model.items().notificationUrlExtension()); + Assertions.assertEquals("qmchlhzngmwem", model.items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("qmkjsvxbagcc", model.items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("doitdfcnxrbyv", model.items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("vgztjtzsgenbdq", model.items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("jcngjcdyk", + model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").operationId()); + Assertions.assertEquals("nfvzbvtxgsnu", + model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").valuePath()); + Assertions.assertEquals("fvdlptu", model.items().dynamicListNew().operationId()); + Assertions.assertEquals("gpdzlfxbiq", model.items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("mxynw", model.items().dynamicListNew().itemsPath()); + Assertions.assertEquals("fnoiphwaedpugxjt", model.items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("idjwszxm", model.items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("yjwadvfqrvtymnc", + model.items().dynamicListNew().parameters().get("rqbfimageiqjne").operationId()); + Assertions.assertEquals("dmjdp", model.items().dynamicListNew().parameters().get("rqbfimageiqjne").valuePath()); + Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("rbtazopfhhtfmhm", model.items().dynamicTree().open().operationId()); + Assertions.assertEquals("nppucfvxqr", model.items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("crhzecnvdumi", model.items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("xmrntphy", model.items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("eddtkpys", model.items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("lpjabz", model.items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("buzaxmkuthooaic", model.items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wwvb", + model.items().dynamicTree().open().parameters().get("fugqfcoraj").selectedItemValuePath()); + Assertions.assertEquals("i", + model.items().dynamicTree().open().parameters().get("fugqfcoraj").parameterReference()); + Assertions.assertEquals(false, model.items().dynamicTree().open().parameters().get("fugqfcoraj").required()); + Assertions.assertEquals("lkffgyfehjs", model.items().dynamicTree().browse().operationId()); + Assertions.assertEquals("euvy", model.items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("mbz", model.items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("fxfyzqrsu", model.items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("lsud", model.items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("iycepjkllyeds", model.items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("mbvirnxeyu", model.items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("pyidecff", + model.items().dynamicTree().browse().parameters().get("ewtlfsw").selectedItemValuePath()); + Assertions.assertEquals("zczswhdgl", + model.items().dynamicTree().browse().parameters().get("ewtlfsw").parameterReference()); + Assertions.assertEquals(false, model.items().dynamicTree().browse().parameters().get("ewtlfsw").required()); + Assertions.assertEquals("dxbpvbsibzm", model.properties().get("obuwhutvcdtgxsy").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.properties().get("obuwhutvcdtgxsy").type()); + Assertions.assertEquals("oexpothtpaqmf", model.properties().get("obuwhutvcdtgxsy").title()); + Assertions.assertEquals("shq", model.properties().get("obuwhutvcdtgxsy").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.properties().get("obuwhutvcdtgxsy").items().type()); + Assertions.assertEquals("kymqmgudvy", model.properties().get("obuwhutvcdtgxsy").items().title()); + Assertions.assertEquals("uvejlcwdgekkjv", model.properties().get("obuwhutvcdtgxsy").items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, + model.properties().get("obuwhutvcdtgxsy").items().items().type()); + Assertions.assertEquals("qh", model.properties().get("obuwhutvcdtgxsy").items().items().title()); + Assertions.assertEquals("yir", model.properties().get("obuwhutvcdtgxsy").items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.properties().get("obuwhutvcdtgxsy").items().items().items().type()); + Assertions.assertEquals("doxpvqpblqubfpe", + model.properties().get("obuwhutvcdtgxsy").items().items().items().title()); + Assertions.assertEquals("tqeyonmoigawl", + model.properties().get("obuwhutvcdtgxsy").items().items().items().required().get(0)); + Assertions.assertEquals(1596254728, + model.properties().get("obuwhutvcdtgxsy").items().items().items().maxProperties()); + Assertions.assertEquals(544101742, + model.properties().get("obuwhutvcdtgxsy").items().items().items().minProperties()); + Assertions.assertEquals("jzmfpspaxhfu", + model.properties().get("obuwhutvcdtgxsy").items().items().items().discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().items().items().readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().items().items().notificationUrlExtension()); + Assertions.assertEquals("nwcekqsbnca", + model.properties().get("obuwhutvcdtgxsy").items().items().required().get(0)); + Assertions.assertEquals(1452499326, model.properties().get("obuwhutvcdtgxsy").items().items().maxProperties()); + Assertions.assertEquals(1288400249, model.properties().get("obuwhutvcdtgxsy").items().items().minProperties()); + Assertions.assertEquals("zdwhxputk", model.properties().get("obuwhutvcdtgxsy").items().items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().readOnly()); + Assertions.assertEquals("wzvdfeyaevzjqfx", + model.properties().get("obuwhutvcdtgxsy").items().items().xml().name()); + Assertions.assertEquals("yjzu", model.properties().get("obuwhutvcdtgxsy").items().items().xml().namespace()); + Assertions.assertEquals("xb", model.properties().get("obuwhutvcdtgxsy").items().items().xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().attribute()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().wrapped()); + Assertions.assertEquals("xjcajhsjuq", + model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().description()); + Assertions.assertEquals("zrnubod", + model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().uri()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").items().items().notificationUrlExtension()); + Assertions.assertEquals("p", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("bebafiqxomevke", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xwxlhyszhxot", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yifjufzlg", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("xy", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().operationId()); + Assertions.assertEquals("wde", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("rycixjg", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("mochpwwykfytjkzt", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("kwqvckh", + model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("dl", model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").type()); + Assertions.assertEquals("aapzrkhptyhziqe", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").title()); + Assertions.assertEquals("wonbtgpe", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").required().get(0)); + Assertions.assertEquals(521390190, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").maxProperties()); + Assertions.assertEquals(689577159, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").minProperties()); + Assertions.assertEquals("jg", + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").discriminator()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").notificationUrlExtension()); + Assertions.assertEquals("zg", model.properties().get("obuwhutvcdtgxsy").items().required().get(0)); + Assertions.assertEquals(2023681874, model.properties().get("obuwhutvcdtgxsy").items().maxProperties()); + Assertions.assertEquals(1649500805, model.properties().get("obuwhutvcdtgxsy").items().minProperties()); + Assertions.assertEquals("tbwzjbqzqwbhz", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NULL, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).type()); + Assertions.assertEquals("db", model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).title()); + Assertions.assertEquals("xaeiue", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).required().get(0)); + Assertions.assertEquals(1982848049, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).maxProperties()); + Assertions.assertEquals(1083554549, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).minProperties()); + Assertions.assertEquals("raep", + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("tgzvzcfmwfogj", model.properties().get("obuwhutvcdtgxsy").items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().readOnly()); + Assertions.assertEquals("p", model.properties().get("obuwhutvcdtgxsy").items().xml().name()); + Assertions.assertEquals("joclvfz", model.properties().get("obuwhutvcdtgxsy").items().xml().namespace()); + Assertions.assertEquals("krmptapyqees", model.properties().get("obuwhutvcdtgxsy").items().xml().prefix()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().attribute()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().wrapped()); + Assertions.assertEquals("viswixlvnwzn", + model.properties().get("obuwhutvcdtgxsy").items().externalDocs().description()); + Assertions.assertEquals("apy", model.properties().get("obuwhutvcdtgxsy").items().externalDocs().uri()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().notificationUrlExtension()); + Assertions.assertEquals("blwkqztqrnre", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("fmnrweevtun", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("bvsjuthsyse", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("lncyq", + model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("zdwerjck", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().operationId()); + Assertions.assertEquals("dl", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("gtptmnd", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemsPath()); + Assertions.assertEquals("foiavpg", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("tnsiu", + model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("qm", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().operationId()); + Assertions.assertEquals("jdkvyzilr", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("gow", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("xjqru", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("mbqyfecnsq", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("wfuw", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("kc", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("wcf", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().operationId()); + Assertions.assertEquals("x", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("rppwksixho", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("vydxjkdsqea", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("dqttiqwixsdx", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("lw", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("ahb", + model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("yfklbgshbkd", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").type()); + Assertions.assertEquals("sqznv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").title()); + Assertions.assertEquals("trashnf", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().type()); + Assertions.assertEquals("kloeqxccpq", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().title()); + Assertions.assertEquals("zzkzi", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().required().get(0)); + Assertions.assertEquals(1301825066, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().maxProperties()); + Assertions.assertEquals(1127691950, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().minProperties()); + Assertions.assertEquals("mllegucemagsyljw", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().discriminator()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().readOnly()); + Assertions.assertEquals(false, + model.properties() + .get("obuwhutvcdtgxsy") + .properties() + .get("omsqarbtrkd") + .items() + .notificationUrlExtension()); + Assertions.assertEquals("rvffjpwszlfyft", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").required().get(0)); + Assertions.assertEquals(1744967867, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").maxProperties()); + Assertions.assertEquals(598548239, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").minProperties()); + Assertions.assertEquals("byzrpqehrdldvx", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").discriminator()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").readOnly()); + Assertions.assertEquals("npa", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().name()); + Assertions.assertEquals("zfy", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().namespace()); + Assertions.assertEquals("gklywdlxmyoqmam", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().prefix()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().attribute()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().wrapped()); + Assertions.assertEquals("tqkdzu", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().description()); + Assertions.assertEquals("ldzkvbebdjsaoggd", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().uri()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").notificationUrlExtension()); + Assertions.assertEquals("fittheax", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().operationId()); + Assertions.assertEquals("hflnlutacsslel", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xk", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().operationId()); + Assertions.assertEquals("utizpv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("tuoarjir", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().operationId()); + Assertions.assertEquals("cuyqt", + model.properties() + .get("obuwhutvcdtgxsy") + .properties() + .get("omsqarbtrkd") + .dynamicListNew() + .builtInOperation()); + Assertions.assertEquals("rzdjgmgfayvbs", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemsPath()); + Assertions.assertEquals("envpz", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemValuePath()); + Assertions.assertEquals("zpizgaujv", + model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("yohfrlyynkgnych", model.properties().get("obuwhutvcdtgxsy").required().get(0)); + Assertions.assertEquals(698428562, model.properties().get("obuwhutvcdtgxsy").maxProperties()); + Assertions.assertEquals(1604188770, model.properties().get("obuwhutvcdtgxsy").minProperties()); + Assertions.assertEquals("hjgli", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).type()); + Assertions.assertEquals("dgnuoewfgt", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).title()); + Assertions.assertEquals("fix", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().type()); + Assertions.assertEquals("vexjqdjkonbgegw", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().title()); + Assertions.assertEquals("rj", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1337384610, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1805094693, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().minProperties()); + Assertions.assertEquals("xr", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().readOnly()); + Assertions.assertEquals(false, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("uplamdgffvxnisoo", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).required().get(0)); + Assertions.assertEquals(1108770912, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).maxProperties()); + Assertions.assertEquals(555522956, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).minProperties()); + Assertions.assertEquals("axvhjrpbnrolgel", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).readOnly()); + Assertions.assertEquals("jtxuuwdmrq", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().name()); + Assertions.assertEquals("lbyjahbzbtl", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().namespace()); + Assertions.assertEquals("cbwmvp", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().attribute()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().wrapped()); + Assertions.assertEquals("krnrbnjkcoloz", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().description()); + Assertions.assertEquals("yputawdmdikuf", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("mguifqjtoxz", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("ljpzauugdar", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("l", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("wwtevfeu", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("jmeipfo", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("aqyxkloabcox", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("avj", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("e", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("asv", + model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("snpbsungnj", model.properties().get("obuwhutvcdtgxsy").discriminator()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").readOnly()); + Assertions.assertEquals("fbjuc", model.properties().get("obuwhutvcdtgxsy").xml().name()); + Assertions.assertEquals("gzjyrdiiwhmrhz", model.properties().get("obuwhutvcdtgxsy").xml().namespace()); + Assertions.assertEquals("vpjydwmaqeytjp", model.properties().get("obuwhutvcdtgxsy").xml().prefix()); + Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").xml().attribute()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").xml().wrapped()); + Assertions.assertEquals("ckpdpdcnr", model.properties().get("obuwhutvcdtgxsy").externalDocs().description()); + Assertions.assertEquals("skikqdqiybqtl", model.properties().get("obuwhutvcdtgxsy").externalDocs().uri()); + Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").notificationUrlExtension()); + Assertions.assertEquals("pmeglolpotclmbk", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().operationId()); + Assertions.assertEquals("jryt", model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("nthjqgovviv", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().operationId()); + Assertions.assertEquals("xytrafettwytavp", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("yqluolgs", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").operationId()); + Assertions.assertEquals("qsapnhhvpb", + model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").valuePath()); + Assertions.assertEquals("gsaaday", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().operationId()); + Assertions.assertEquals("eqedft", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().builtInOperation()); + Assertions.assertEquals("gm", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemsPath()); + Assertions.assertEquals("kt", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemValuePath()); + Assertions.assertEquals("zyvzixmusiidivbb", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("liqntnoegxo", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").operationId()); + Assertions.assertEquals("uc", + model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").valuePath()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, + model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("xkkoypxwlvthiva", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().operationId()); + Assertions.assertEquals("axoswqw", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemsPath()); + Assertions.assertEquals("lrzlgk", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemValuePath()); + Assertions.assertEquals("pd", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("erxfe", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("mzsekvsuzyowr", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemIsParent()); + Assertions.assertEquals("vofrenuvp", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().selectableFilter()); + Assertions.assertEquals("uqtximrxey", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().operationId()); + Assertions.assertEquals("ynxbuvyglfyfcs", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemsPath()); + Assertions.assertEquals("jhoxtbsybpefojp", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("xdgqjkfvmrnwg", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("j", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("feiiri", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("jdnknbt", + model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("vxjgu", model.required().get(0)); + Assertions.assertEquals(1963914522, model.maxProperties()); + Assertions.assertEquals(596081358, model.minProperties()); + Assertions.assertEquals("ix", model.allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.STRING, model.allOf().get(0).type()); + Assertions.assertEquals("r", model.allOf().get(0).title()); + Assertions.assertEquals("xi", model.allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().type()); + Assertions.assertEquals("ljjawsaskullvt", model.allOf().get(0).items().title()); + Assertions.assertEquals("jivh", model.allOf().get(0).items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().items().type()); + Assertions.assertEquals("zqrpfhzxkjyg", model.allOf().get(0).items().items().title()); + Assertions.assertEquals("dgwdha", model.allOf().get(0).items().items().items().ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().items().items().type()); + Assertions.assertEquals("zb", model.allOf().get(0).items().items().items().title()); + Assertions.assertEquals("iumuzt", model.allOf().get(0).items().items().items().required().get(0)); + Assertions.assertEquals(1189964126, model.allOf().get(0).items().items().items().maxProperties()); + Assertions.assertEquals(1486832633, model.allOf().get(0).items().items().items().minProperties()); + Assertions.assertEquals("tozrveehmvrv", model.allOf().get(0).items().items().items().discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().items().readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().items().notificationUrlExtension()); + Assertions.assertEquals("tle", model.allOf().get(0).items().items().required().get(0)); + Assertions.assertEquals(1832476148, model.allOf().get(0).items().items().maxProperties()); + Assertions.assertEquals(1101438328, model.allOf().get(0).items().items().minProperties()); + Assertions.assertEquals("krcohhuwzun", model.allOf().get(0).items().items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().readOnly()); + Assertions.assertEquals("yhwebhobdocfva", model.allOf().get(0).items().items().xml().name()); + Assertions.assertEquals("mdmbylyndtqujfz", model.allOf().get(0).items().items().xml().namespace()); + Assertions.assertEquals("azujohwwtlerh", model.allOf().get(0).items().items().xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).items().items().xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().xml().wrapped()); + Assertions.assertEquals("cngeffrgh", model.allOf().get(0).items().items().externalDocs().description()); + Assertions.assertEquals("mrowhrrguv", model.allOf().get(0).items().items().externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).items().items().notificationUrlExtension()); + Assertions.assertEquals("elfyqfbg", model.allOf().get(0).items().items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("lpdwckmnpzubzqds", + model.allOf().get(0).items().items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("abape", model.allOf().get(0).items().items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("yzfd", model.allOf().get(0).items().items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("pcutg", model.allOf().get(0).items().items().dynamicListNew().operationId()); + Assertions.assertEquals("rs", model.allOf().get(0).items().items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("qgllnhgisiw", model.allOf().get(0).items().items().dynamicListNew().itemsPath()); + Assertions.assertEquals("kaeqrnglgit", model.allOf().get(0).items().items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("efwdkpadktsyy", model.allOf().get(0).items().items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals("wdyzse", model.allOf().get(0).items().properties().get("i").ref()); + Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().properties().get("i").type()); + Assertions.assertEquals("tqhnsoijucprkqyw", model.allOf().get(0).items().properties().get("i").title()); + Assertions.assertEquals("zx", model.allOf().get(0).items().properties().get("i").required().get(0)); + Assertions.assertEquals(1040495745, model.allOf().get(0).items().properties().get("i").maxProperties()); + Assertions.assertEquals(2125422474, model.allOf().get(0).items().properties().get("i").minProperties()); + Assertions.assertEquals("o", model.allOf().get(0).items().properties().get("i").discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").notificationUrlExtension()); + Assertions.assertEquals("dgmqscijlfulxg", model.allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1136519436, model.allOf().get(0).items().maxProperties()); + Assertions.assertEquals(1182255656, model.allOf().get(0).items().minProperties()); + Assertions.assertEquals("pvplmyzebvghh", model.allOf().get(0).items().allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().allOf().get(0).type()); + Assertions.assertEquals("hbvbexrbynnl", model.allOf().get(0).items().allOf().get(0).title()); + Assertions.assertEquals("nled", model.allOf().get(0).items().allOf().get(0).required().get(0)); + Assertions.assertEquals(864257917, model.allOf().get(0).items().allOf().get(0).maxProperties()); + Assertions.assertEquals(1081240469, model.allOf().get(0).items().allOf().get(0).minProperties()); + Assertions.assertEquals("ctdnnqokqeuzs", model.allOf().get(0).items().allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).items().allOf().get(0).readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).items().allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("pkyetmtk", model.allOf().get(0).items().discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).items().readOnly()); + Assertions.assertEquals("isdvyfl", model.allOf().get(0).items().xml().name()); + Assertions.assertEquals("qgxljsbtos", model.allOf().get(0).items().xml().namespace()); + Assertions.assertEquals("cv", model.allOf().get(0).items().xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).items().xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).items().xml().wrapped()); + Assertions.assertEquals("io", model.allOf().get(0).items().externalDocs().description()); + Assertions.assertEquals("hxxbneiobubtpyem", model.allOf().get(0).items().externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("pvdlxyyotclcu", model.allOf().get(0).items().dynamicSchemaOld().operationId()); + Assertions.assertEquals("llnwmgqcf", model.allOf().get(0).items().dynamicSchemaOld().valuePath()); + Assertions.assertEquals("xydiuv", model.allOf().get(0).items().dynamicSchemaNew().operationId()); + Assertions.assertEquals("pwk", model.allOf().get(0).items().dynamicSchemaNew().valuePath()); + Assertions.assertEquals("hdkqdjwthwcpi", model.allOf().get(0).items().dynamicListNew().operationId()); + Assertions.assertEquals("asnafdjinw", model.allOf().get(0).items().dynamicListNew().builtInOperation()); + Assertions.assertEquals("rnjgs", model.allOf().get(0).items().dynamicListNew().itemsPath()); + Assertions.assertEquals("zbdhr", model.allOf().get(0).items().dynamicListNew().itemValuePath()); + Assertions.assertEquals("panhygcahijb", model.allOf().get(0).items().dynamicListNew().itemTitlePath()); + Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("ow", model.allOf().get(0).items().dynamicTree().open().operationId()); + Assertions.assertEquals("be", model.allOf().get(0).items().dynamicTree().open().itemsPath()); + Assertions.assertEquals("hxikrgokyngarwz", model.allOf().get(0).items().dynamicTree().open().itemValuePath()); + Assertions.assertEquals("zjxgassmna", model.allOf().get(0).items().dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("polueylqysgmiix", + model.allOf().get(0).items().dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("ekcwec", model.allOf().get(0).items().dynamicTree().open().itemIsParent()); + Assertions.assertEquals("tkdginm", model.allOf().get(0).items().dynamicTree().open().selectableFilter()); + Assertions.assertEquals("eyowrwvbqvbcqgq", model.allOf().get(0).items().dynamicTree().browse().operationId()); + Assertions.assertEquals("opqgiqfax", model.allOf().get(0).items().dynamicTree().browse().itemsPath()); + Assertions.assertEquals("jpyzcgugslpvyktf", + model.allOf().get(0).items().dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("faabibv", model.allOf().get(0).items().dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("ocdkpvvkq", model.allOf().get(0).items().dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("hdxnzjza", model.allOf().get(0).items().dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("hiztfmibw", model.allOf().get(0).items().dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("tiyx", model.allOf().get(0).properties().get("wgen").ref()); + Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).properties().get("wgen").type()); + Assertions.assertEquals("izoybtehky", model.allOf().get(0).properties().get("wgen").title()); + Assertions.assertEquals("mmyznwrcfqwkqu", model.allOf().get(0).properties().get("wgen").items().ref()); + Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.allOf().get(0).properties().get("wgen").items().type()); + Assertions.assertEquals("vqohwiwhrq", model.allOf().get(0).properties().get("wgen").items().title()); + Assertions.assertEquals("skzw", model.allOf().get(0).properties().get("wgen").items().required().get(0)); + Assertions.assertEquals(1399085420, model.allOf().get(0).properties().get("wgen").items().maxProperties()); + Assertions.assertEquals(1898444454, model.allOf().get(0).properties().get("wgen").items().minProperties()); + Assertions.assertEquals("f", model.allOf().get(0).properties().get("wgen").items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").items().readOnly()); + Assertions.assertEquals(false, + model.allOf().get(0).properties().get("wgen").items().notificationUrlExtension()); + Assertions.assertEquals("nfeealph", model.allOf().get(0).properties().get("wgen").required().get(0)); + Assertions.assertEquals(1915459293, model.allOf().get(0).properties().get("wgen").maxProperties()); + Assertions.assertEquals(588288736, model.allOf().get(0).properties().get("wgen").minProperties()); + Assertions.assertEquals("wdrvkb", model.allOf().get(0).properties().get("wgen").discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").readOnly()); + Assertions.assertEquals("vkhfzldzz", model.allOf().get(0).properties().get("wgen").xml().name()); + Assertions.assertEquals("rzhjqengopdvnz", model.allOf().get(0).properties().get("wgen").xml().namespace()); + Assertions.assertEquals("liodajxvs", model.allOf().get(0).properties().get("wgen").xml().prefix()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().attribute()); + Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().wrapped()); + Assertions.assertEquals("nkles", model.allOf().get(0).properties().get("wgen").externalDocs().description()); + Assertions.assertEquals("dvakqajiantcyrd", model.allOf().get(0).properties().get("wgen").externalDocs().uri()); + Assertions.assertEquals(true, model.allOf().get(0).properties().get("wgen").notificationUrlExtension()); + Assertions.assertEquals("krnkuuot", + model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().operationId()); + Assertions.assertEquals("myb", model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().valuePath()); + Assertions.assertEquals("huhujkzj", + model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().operationId()); + Assertions.assertEquals("zgphipteoqldnh", + model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().valuePath()); + Assertions.assertEquals("nim", model.allOf().get(0).properties().get("wgen").dynamicListNew().operationId()); + Assertions.assertEquals("pxdzmpjfbd", + model.allOf().get(0).properties().get("wgen").dynamicListNew().builtInOperation()); + Assertions.assertEquals("awhb", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemsPath()); + Assertions.assertEquals("xnmyxzhiocqoydqy", + model.allOf().get(0).properties().get("wgen").dynamicListNew().itemValuePath()); + Assertions.assertEquals("fn", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemTitlePath()); + Assertions.assertEquals("uvmokih", model.allOf().get(0).required().get(0)); + Assertions.assertEquals(100287595, model.allOf().get(0).maxProperties()); + Assertions.assertEquals(1788366223, model.allOf().get(0).minProperties()); + Assertions.assertEquals("kqrqnkpt", model.allOf().get(0).allOf().get(0).ref()); + Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.allOf().get(0).allOf().get(0).type()); + Assertions.assertEquals("oyzgaevrygggcc", model.allOf().get(0).allOf().get(0).title()); + Assertions.assertEquals("hoplqtzgtpsbym", model.allOf().get(0).allOf().get(0).items().ref()); + Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.allOf().get(0).allOf().get(0).items().type()); + Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).items().title()); + Assertions.assertEquals("bynlbwcnnfpfg", model.allOf().get(0).allOf().get(0).items().required().get(0)); + Assertions.assertEquals(1043909832, model.allOf().get(0).allOf().get(0).items().maxProperties()); + Assertions.assertEquals(71579806, model.allOf().get(0).allOf().get(0).items().minProperties()); + Assertions.assertEquals("iigrtvqv", model.allOf().get(0).allOf().get(0).items().discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).items().readOnly()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).items().notificationUrlExtension()); + Assertions.assertEquals("vqxgejytqnz", model.allOf().get(0).allOf().get(0).required().get(0)); + Assertions.assertEquals(1544229051, model.allOf().get(0).allOf().get(0).maxProperties()); + Assertions.assertEquals(318372183, model.allOf().get(0).allOf().get(0).minProperties()); + Assertions.assertEquals("vyt", model.allOf().get(0).allOf().get(0).discriminator()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).readOnly()); + Assertions.assertEquals("wbaiaqqfu", model.allOf().get(0).allOf().get(0).xml().name()); + Assertions.assertEquals("muclxgc", model.allOf().get(0).allOf().get(0).xml().namespace()); + Assertions.assertEquals("usuyqcvy", model.allOf().get(0).allOf().get(0).xml().prefix()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().wrapped()); + Assertions.assertEquals("syqbfgwujw", model.allOf().get(0).allOf().get(0).externalDocs().description()); + Assertions.assertEquals("thvue", model.allOf().get(0).allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("pu", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("gaiv", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("vtvbfpu", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("wckapoetdfzj", model.allOf().get(0).allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("efcl", model.allOf().get(0).allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("anawipdqozvvlq", model.allOf().get(0).allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("pvhwmtd", model.allOf().get(0).allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("rjvqvuvipsnfeago", + model.allOf().get(0).allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("hscayyxgcgbvie", model.allOf().get(0).discriminator()); + Assertions.assertEquals(true, model.allOf().get(0).readOnly()); + Assertions.assertEquals("ukznxdivqopxuno", model.allOf().get(0).xml().name()); + Assertions.assertEquals("tkmknacnfzcytbhd", model.allOf().get(0).xml().namespace()); + Assertions.assertEquals("agw", model.allOf().get(0).xml().prefix()); + Assertions.assertEquals(false, model.allOf().get(0).xml().attribute()); + Assertions.assertEquals(true, model.allOf().get(0).xml().wrapped()); + Assertions.assertEquals("ehhtltwvij", model.allOf().get(0).externalDocs().description()); + Assertions.assertEquals("fqyqvh", model.allOf().get(0).externalDocs().uri()); + Assertions.assertEquals(false, model.allOf().get(0).notificationUrlExtension()); + Assertions.assertEquals("qeogwbsyniwxhcy", model.allOf().get(0).dynamicSchemaOld().operationId()); + Assertions.assertEquals("gqmdbazggrgaostt", model.allOf().get(0).dynamicSchemaOld().valuePath()); + Assertions.assertEquals("gul", model.allOf().get(0).dynamicSchemaNew().operationId()); + Assertions.assertEquals("jkasxpp", model.allOf().get(0).dynamicSchemaNew().valuePath()); + Assertions.assertEquals("abdufhvsoxnpuap", + model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").operationId()); + Assertions.assertEquals("uwekiqlscmtcljo", + model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").valuePath()); + Assertions.assertEquals("ayajdf", model.allOf().get(0).dynamicListNew().operationId()); + Assertions.assertEquals("xjm", model.allOf().get(0).dynamicListNew().builtInOperation()); + Assertions.assertEquals("gfbzbxeqzvokfr", model.allOf().get(0).dynamicListNew().itemsPath()); + Assertions.assertEquals("af", model.allOf().get(0).dynamicListNew().itemValuePath()); + Assertions.assertEquals("gjucmuax", model.allOf().get(0).dynamicListNew().itemTitlePath()); + Assertions.assertEquals("uefsrxqs", + model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").operationId()); + Assertions.assertEquals("bbwejr", + model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").valuePath()); + Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("wxdgcfcf", model.allOf().get(0).dynamicTree().open().operationId()); + Assertions.assertEquals("yrjwxhslrbwwkbyw", model.allOf().get(0).dynamicTree().open().itemsPath()); + Assertions.assertEquals("hsodofsxjik", model.allOf().get(0).dynamicTree().open().itemValuePath()); + Assertions.assertEquals("squhu", model.allOf().get(0).dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("qwoggwcxdm", model.allOf().get(0).dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("uwldfahkyft", model.allOf().get(0).dynamicTree().open().itemIsParent()); + Assertions.assertEquals("kbgsgopyckmncru", model.allOf().get(0).dynamicTree().open().selectableFilter()); + Assertions.assertEquals("zbwfjumulh", model.allOf().get(0).dynamicTree().browse().operationId()); + Assertions.assertEquals("dgnchahldnrpt", model.allOf().get(0).dynamicTree().browse().itemsPath()); + Assertions.assertEquals("capbkfvowzbk", model.allOf().get(0).dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("qpzdpu", model.allOf().get(0).dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("wjmohqzzkplqmca", model.allOf().get(0).dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("eiauveeng", model.allOf().get(0).dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("gfpqwwugfw", model.allOf().get(0).dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("qztnbvueizua", model.discriminator()); + Assertions.assertEquals(false, model.readOnly()); + Assertions.assertEquals("kbvwxyumqoqwv", model.xml().name()); + Assertions.assertEquals("yiyeigngrzve", model.xml().namespace()); + Assertions.assertEquals("mxlnhq", model.xml().prefix()); + Assertions.assertEquals(false, model.xml().attribute()); + Assertions.assertEquals(true, model.xml().wrapped()); + Assertions.assertEquals("mvnzhdsaqme", model.externalDocs().description()); + Assertions.assertEquals("tkojrruhzvve", model.externalDocs().uri()); + Assertions.assertEquals(true, model.notificationUrlExtension()); + Assertions.assertEquals("sqv", model.dynamicSchemaOld().operationId()); + Assertions.assertEquals("sedeqr", model.dynamicSchemaOld().valuePath()); + Assertions.assertEquals("vicvpagwohk", model.dynamicSchemaNew().operationId()); + Assertions.assertEquals("mzssemlozjyov", model.dynamicSchemaNew().valuePath()); + Assertions.assertEquals("hbgkgjpie", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").operationId()); + Assertions.assertEquals("hflgpsal", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").valuePath()); + Assertions.assertEquals("mwzpfbiqjrz", + model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").operationId()); + Assertions.assertEquals("xizorqliblyb", + model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").valuePath()); + Assertions.assertEquals("aqfnbxuwawmbus", model.dynamicListNew().operationId()); + Assertions.assertEquals("gtsqzkzwo", model.dynamicListNew().builtInOperation()); + Assertions.assertEquals("hhv", model.dynamicListNew().itemsPath()); + Assertions.assertEquals("o", model.dynamicListNew().itemValuePath()); + Assertions.assertEquals("djhfxb", model.dynamicListNew().itemTitlePath()); + Assertions.assertEquals("xusylgpznbklhw", model.dynamicListNew().parameters().get("o").operationId()); + Assertions.assertEquals("yuv", model.dynamicListNew().parameters().get("o").valuePath()); + Assertions.assertEquals("rfziubeflvktjbmc", + model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").operationId()); + Assertions.assertEquals("l", + model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").valuePath()); + Assertions.assertEquals(true, model.dynamicTree().settings().canSelectParentNodes()); + Assertions.assertEquals(false, model.dynamicTree().settings().canSelectLeafNodes()); + Assertions.assertEquals("jcjvdajxebm", model.dynamicTree().open().operationId()); + Assertions.assertEquals("yrctfaabkukraqnd", model.dynamicTree().open().itemsPath()); + Assertions.assertEquals("wdicntqsrhac", model.dynamicTree().open().itemValuePath()); + Assertions.assertEquals("bpdh", model.dynamicTree().open().itemTitlePath()); + Assertions.assertEquals("wf", model.dynamicTree().open().itemFullTitlePath()); + Assertions.assertEquals("iyxqrcuyff", model.dynamicTree().open().itemIsParent()); + Assertions.assertEquals("yovljtrmlxr", model.dynamicTree().open().selectableFilter()); + Assertions.assertEquals("gnxmbwdkziwwbq", + model.dynamicTree().open().parameters().get("hhckt").selectedItemValuePath()); + Assertions.assertEquals("eiw", model.dynamicTree().open().parameters().get("hhckt").parameterReference()); + Assertions.assertEquals(true, model.dynamicTree().open().parameters().get("hhckt").required()); + Assertions.assertEquals("onzifdfswkgw", model.dynamicTree().browse().operationId()); + Assertions.assertEquals("ghdn", model.dynamicTree().browse().itemsPath()); + Assertions.assertEquals("ydhqkariatxhpx", model.dynamicTree().browse().itemValuePath()); + Assertions.assertEquals("rajoghgxgzbzsa", model.dynamicTree().browse().itemTitlePath()); + Assertions.assertEquals("amcwet", model.dynamicTree().browse().itemFullTitlePath()); + Assertions.assertEquals("sgcwadv", model.dynamicTree().browse().itemIsParent()); + Assertions.assertEquals("bageltffqalmcqt", model.dynamicTree().browse().selectableFilter()); + Assertions.assertEquals("wtcwbgmxwpynslc", + model.dynamicTree().browse().parameters().get("lahoz").selectedItemValuePath()); + Assertions.assertEquals("hhqwwtarxtdgpm", + model.dynamicTree().browse().parameters().get("lahoz").parameterReference()); + Assertions.assertEquals(true, model.dynamicTree().browse().parameters().get("lahoz").required()); + } + + // Use "Map.of" if available + @SuppressWarnings("unchecked") + private static Map mapOf(Object... inputs) { + Map map = new HashMap<>(); + for (int i = 0; i < inputs.length; i += 2) { + String key = (String) inputs[i]; + T value = (T) inputs[i + 1]; + map.put(key, value); + } + return map; + } +} diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java index 259db1bee93f..71370d00b21f 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java @@ -30,7 +30,7 @@ public final class WorkflowInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { WorkflowInner model = BinaryData.fromString( - "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-17T08:51:50Z\",\"changedTime\":\"2021-06-04T23:46:10Z\",\"state\":\"Completed\",\"version\":\"thwxmnteiwaopvkm\",\"accessEndpoint\":\"c\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{\"address\":\"fufsrpymzi\"},{\"address\":\"sezcxtb\"},{\"address\":\"gfycc\"}],\"accessEndpointIpAddresses\":[{\"address\":\"mdwzjeiachboo\"},{\"address\":\"lnrosfqp\"}]},\"connector\":{\"outgoingIpAddresses\":[{\"address\":\"zvypyqrimzinp\"},{\"address\":\"wjdk\"}],\"accessEndpointIpAddresses\":[{\"address\":\"od\"},{\"address\":\"hc\"},{\"address\":\"nohjt\"},{\"address\":\"whdsoifiyip\"}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"gr\"},{\"addressRange\":\"znorcj\"},{\"addressRange\":\"snb\"}],\"openAuthenticationPolicies\":{\"policies\":{\"bnmo\":{},\"pcyshu\":{},\"zafb\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"btoqcjmkljavbqid\"},{\"addressRange\":\"ajzyul\"},{\"addressRange\":\"u\"}],\"openAuthenticationPolicies\":{\"policies\":{\"lkhbz\":{},\"fepgzgq\":{},\"xzlocxscp\":{},\"ierhhbcsglummaj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"xobnbdxkqpxok\"},{\"addressRange\":\"ionpimexg\"},{\"addressRange\":\"xgcp\"},{\"addressRange\":\"gmaajrm\"}],\"openAuthenticationPolicies\":{\"policies\":{\"zrlovmclwhijcoej\":{},\"tbzaqsqsycbkbfk\":{},\"ukdkexxppofmxa\":{},\"c\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"dtocj\"},{\"addressRange\":\"hvpmoue\"}],\"openAuthenticationPolicies\":{\"policies\":{\"xibqeojnx\":{},\"bzv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"ndei\",\"name\":\"twnpzaoqvuhrhcf\",\"type\":\"yd\"}},\"integrationAccount\":{\"id\":\"mjthjqkwp\",\"name\":\"icxm\",\"type\":\"iwqvhkh\"},\"integrationServiceEnvironment\":{\"id\":\"igdtopbob\",\"name\":\"ghmewuam\",\"type\":\"hrzayvvtpgvdf\"},\"definition\":\"dataotkftutqxlngx\",\"parameters\":{\"vqdra\":{\"type\":\"Object\",\"value\":\"datanxkrx\",\"metadata\":\"datami\",\"description\":\"thz\"},\"ynhz\":{\"type\":\"String\",\"value\":\"databig\",\"metadata\":\"dataoqfbowskanyk\",\"description\":\"lcuiywgqywgndr\"},\"qjqabcypmivkwl\":{\"type\":\"SecureObject\",\"value\":\"datarcgyn\",\"metadata\":\"datacpecfvmmcoofs\",\"description\":\"zevgb\"},\"bqqwxrj\":{\"type\":\"SecureString\",\"value\":\"datac\",\"metadata\":\"datanfnbacfionlebxe\",\"description\":\"gtzxdpn\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"b28fdb23-42e0-4b9c-8d20-ca3b3c5dce55\",\"principalId\":\"ab01850c-1234-4cdc-bd0c-dc09ff6c2c64\",\"userAssignedIdentities\":{\"ooch\":{\"principalId\":\"ubisnjampmng\",\"clientId\":\"scxaq\"},\"ase\":{\"principalId\":\"onq\",\"clientId\":\"kvlrxnj\"},\"azjpqyegualhbxxh\":{\"principalId\":\"heoflokeyyienjbd\",\"clientId\":\"tgrhpdjpjumas\"}}},\"location\":\"jj\",\"tags\":{\"mcy\":\"dudgwdslfhot\"},\"id\":\"pwlbjnpg\",\"name\":\"cftadeh\",\"type\":\"nltyfsoppusuesnz\"}") + "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-17T08:51:50Z\",\"changedTime\":\"2021-06-04T23:46:10Z\",\"state\":\"Completed\",\"version\":\"thwxmnteiwaopvkm\",\"accessEndpoint\":\"c\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{\"address\":\"fufsrpymzi\"},{\"address\":\"sezcxtb\"},{\"address\":\"gfycc\"}],\"accessEndpointIpAddresses\":[{\"address\":\"mdwzjeiachboo\"},{\"address\":\"lnrosfqp\"}]},\"connector\":{\"outgoingIpAddresses\":[{\"address\":\"zvypyqrimzinp\"},{\"address\":\"wjdk\"}],\"accessEndpointIpAddresses\":[{\"address\":\"od\"},{\"address\":\"hc\"},{\"address\":\"nohjt\"},{\"address\":\"whdsoifiyip\"}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"gr\"},{\"addressRange\":\"znorcj\"},{\"addressRange\":\"snb\"}],\"openAuthenticationPolicies\":{\"policies\":{\"bnmo\":{},\"pcyshu\":{},\"zafb\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"btoqcjmkljavbqid\"},{\"addressRange\":\"ajzyul\"},{\"addressRange\":\"u\"}],\"openAuthenticationPolicies\":{\"policies\":{\"lkhbz\":{},\"fepgzgq\":{},\"xzlocxscp\":{},\"ierhhbcsglummaj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"xobnbdxkqpxok\"},{\"addressRange\":\"ionpimexg\"},{\"addressRange\":\"xgcp\"},{\"addressRange\":\"gmaajrm\"}],\"openAuthenticationPolicies\":{\"policies\":{\"zrlovmclwhijcoej\":{},\"tbzaqsqsycbkbfk\":{},\"ukdkexxppofmxa\":{},\"c\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"dtocj\"},{\"addressRange\":\"hvpmoue\"}],\"openAuthenticationPolicies\":{\"policies\":{\"xibqeojnx\":{},\"bzv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"ndei\",\"name\":\"twnpzaoqvuhrhcf\",\"type\":\"yd\"}},\"integrationAccount\":{\"id\":\"mjthjqkwp\",\"name\":\"icxm\",\"type\":\"iwqvhkh\"},\"integrationServiceEnvironment\":{\"id\":\"igdtopbob\",\"name\":\"ghmewuam\",\"type\":\"hrzayvvtpgvdf\"},\"definition\":\"dataotkftutqxlngx\",\"parameters\":{\"vqdra\":{\"type\":\"Object\",\"value\":\"datanxkrx\",\"metadata\":\"datami\",\"description\":\"thz\"},\"ynhz\":{\"type\":\"String\",\"value\":\"databig\",\"metadata\":\"dataoqfbowskanyk\",\"description\":\"lcuiywgqywgndr\"},\"qjqabcypmivkwl\":{\"type\":\"SecureObject\",\"value\":\"datarcgyn\",\"metadata\":\"datacpecfvmmcoofs\",\"description\":\"zevgb\"},\"bqqwxrj\":{\"type\":\"SecureString\",\"value\":\"datac\",\"metadata\":\"datanfnbacfionlebxe\",\"description\":\"gtzxdpn\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"a8e6fa65-4976-43aa-84b9-9484b7101ef8\",\"principalId\":\"857a33d8-90e8-4cfa-8642-f27de79fbf5b\",\"userAssignedIdentities\":{\"ooch\":{\"principalId\":\"ubisnjampmng\",\"clientId\":\"scxaq\"},\"ase\":{\"principalId\":\"onq\",\"clientId\":\"kvlrxnj\"},\"azjpqyegualhbxxh\":{\"principalId\":\"heoflokeyyienjbd\",\"clientId\":\"tgrhpdjpjumas\"}}},\"location\":\"jj\",\"tags\":{\"mcy\":\"dudgwdslfhot\"},\"id\":\"pwlbjnpg\",\"name\":\"cftadeh\",\"type\":\"nltyfsoppusuesnz\"}") .toObject(WorkflowInner.class); Assertions.assertEquals("jj", model.location()); Assertions.assertEquals("dudgwdslfhot", model.tags().get("mcy")); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowListResultTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowListResultTests.java index ae40b94e7e0c..3ddeb1533ca7 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowListResultTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowListResultTests.java @@ -30,7 +30,7 @@ public final class WorkflowListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { WorkflowListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"provisioningState\":\"Updating\",\"createdTime\":\"2021-08-01T15:29:09Z\",\"changedTime\":\"2021-10-26T10:24:19Z\",\"state\":\"Disabled\",\"version\":\"czmehmtzopbsp\",\"accessEndpoint\":\"upi\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"Shared\",\"plan\":{\"id\":\"htbmuf\",\"name\":\"wnoi\",\"type\":\"wlrxyb\"}},\"integrationAccount\":{\"id\":\"qijgkd\",\"name\":\"pazlobcufpdz\",\"type\":\"btcqq\"},\"integrationServiceEnvironment\":{\"id\":\"glhqg\",\"name\":\"foooj\",\"type\":\"ifsqesaagdfmg\"},\"definition\":\"datalhjxr\",\"parameters\":{\"fogknygjofjdde\":{\"type\":\"Array\",\"value\":\"datavktsizntocipao\",\"metadata\":\"datajpsq\",\"description\":\"mpoyfd\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"9c1c978d-972b-4684-9148-a0920d4983d1\",\"principalId\":\"2926b181-0c72-4967-aba2-f0520a1b5c13\",\"userAssignedIdentities\":{\"flusarhmof\":{\"principalId\":\"wnw\",\"clientId\":\"itjz\"},\"ekuksjtx\":{\"principalId\":\"hs\",\"clientId\":\"urkdtmlx\"}}},\"location\":\"kc\",\"tags\":{\"yrlhmwhfpmrqobm\":\"arcryuanzwuxzdxt\",\"knryrtihfxtij\":\"u\"},\"id\":\"pzvgnwzsymglzufc\",\"name\":\"zk\",\"type\":\"hdbihan\"},{\"properties\":{\"provisioningState\":\"Completed\",\"createdTime\":\"2021-01-11T10:02:32Z\",\"changedTime\":\"2021-08-29T12:06:15Z\",\"state\":\"Deleted\",\"version\":\"ithxqhabifpi\",\"accessEndpoint\":\"wczbys\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"Standard\",\"plan\":{\"id\":\"xgaudccs\",\"name\":\"s\",\"type\":\"nyejhkryhtnap\"}},\"integrationAccount\":{\"id\":\"lokjyemkk\",\"name\":\"ipjoxzjnchgejs\",\"type\":\"dmailzydehojw\"},\"integrationServiceEnvironment\":{\"id\":\"uxinpmqnjaq\",\"name\":\"xj\",\"type\":\"r\"},\"definition\":\"datavcputegj\",\"parameters\":{\"dio\":{\"type\":\"Array\",\"value\":\"datat\",\"metadata\":\"datamdvpjhulsu\",\"description\":\"mkjozkrwf\"},\"bcryffdfd\":{\"type\":\"SecureString\",\"value\":\"datalwejdpv\",\"metadata\":\"datayoqpsoaccta\",\"description\":\"kljla\"},\"qtrgqjbpfzfsinzg\":{\"type\":\"Object\",\"value\":\"dataexpa\",\"metadata\":\"dataakhmsbzjhcrz\",\"description\":\"dphlxaolt\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"0eabf250-50e8-4b28-a4fb-8a0146748af5\",\"principalId\":\"fa2f6449-ce69-4cd7-9635-1fb418e3e252\",\"userAssignedIdentities\":{\"fpjkjlxofp\":{\"principalId\":\"xxjtfe\",\"clientId\":\"uwfzitonpe\"},\"yhuybbkpod\":{\"principalId\":\"hpf\",\"clientId\":\"ypininm\"}}},\"location\":\"po\",\"tags\":{\"xzxtheo\":\"nuvamiheogna\",\"cciqihnhungbwjz\":\"usivye\",\"kufubljo\":\"nfygxgispemvtz\"},\"id\":\"xqeofjaeqjhqjba\",\"name\":\"v\",\"type\":\"smjqulngsntnbyb\"},{\"properties\":{\"provisioningState\":\"Registered\",\"createdTime\":\"2021-06-16T21:35:22Z\",\"changedTime\":\"2021-10-31T07:08:50Z\",\"state\":\"Completed\",\"version\":\"wrljdouskc\",\"accessEndpoint\":\"kocrcjdkwtnhx\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{}],\"accessEndpointIpAddresses\":[{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"NotSpecified\",\"plan\":{\"id\":\"mgxsab\",\"name\":\"qduujitcjczdz\",\"type\":\"ndhkrw\"}},\"integrationAccount\":{\"id\":\"ppdsbdkvwrwj\",\"name\":\"usnhutje\",\"type\":\"mrldhu\"},\"integrationServiceEnvironment\":{\"id\":\"zdatqxhocdg\",\"name\":\"blgphuticn\",\"type\":\"kao\"},\"definition\":\"datayiftyhxhuro\",\"parameters\":{\"koty\":{\"type\":\"SecureString\",\"value\":\"datalniwpwcukjfkgiaw\",\"metadata\":\"datalryplwckbasyy\",\"description\":\"ddhsgcbacphe\"},\"xybz\":{\"type\":\"String\",\"value\":\"dataulzndlikwyqk\",\"metadata\":\"datagibma\",\"description\":\"akeqs\"},\"dmgloug\":{\"type\":\"SecureObject\",\"value\":\"dataqytbciq\",\"metadata\":\"datauflmm\",\"description\":\"zsm\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"7d934afa-8561-4527-8bd9-15794863d2eb\",\"principalId\":\"6c2f1b51-6e3f-4e60-a015-a4bbcd0c9486\",\"userAssignedIdentities\":{\"whbmd\":{\"principalId\":\"duqkt\",\"clientId\":\"spwgcuertumkdosv\"},\"q\":{\"principalId\":\"bjf\",\"clientId\":\"gmbmbexppbh\"},\"igjyjg\":{\"principalId\":\"ol\",\"clientId\":\"fpsalgbqu\"},\"rlyxwjkcprbnw\":{\"principalId\":\"aoyfhrtxilnerkuj\",\"clientId\":\"vlejuvfqa\"}}},\"location\":\"xgjvtbv\",\"tags\":{\"jq\":\"szdnr\",\"uitnwuiz\":\"uhmuouqfprwzwbn\"},\"id\":\"a\",\"name\":\"x\",\"type\":\"fizuckyf\"}],\"nextLink\":\"rfidfvzwdz\"}") + "{\"value\":[{\"properties\":{\"provisioningState\":\"Updating\",\"createdTime\":\"2021-08-01T15:29:09Z\",\"changedTime\":\"2021-10-26T10:24:19Z\",\"state\":\"Disabled\",\"version\":\"czmehmtzopbsp\",\"accessEndpoint\":\"upi\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"Shared\",\"plan\":{\"id\":\"htbmuf\",\"name\":\"wnoi\",\"type\":\"wlrxyb\"}},\"integrationAccount\":{\"id\":\"qijgkd\",\"name\":\"pazlobcufpdz\",\"type\":\"btcqq\"},\"integrationServiceEnvironment\":{\"id\":\"glhqg\",\"name\":\"foooj\",\"type\":\"ifsqesaagdfmg\"},\"definition\":\"datalhjxr\",\"parameters\":{\"fogknygjofjdde\":{\"type\":\"Array\",\"value\":\"datavktsizntocipao\",\"metadata\":\"datajpsq\",\"description\":\"mpoyfd\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"a18f2454-d1df-49df-ba49-5b268c2b834e\",\"principalId\":\"324a2b3c-3e37-472f-bd37-02b27a745ab3\",\"userAssignedIdentities\":{\"flusarhmof\":{\"principalId\":\"wnw\",\"clientId\":\"itjz\"},\"ekuksjtx\":{\"principalId\":\"hs\",\"clientId\":\"urkdtmlx\"}}},\"location\":\"kc\",\"tags\":{\"yrlhmwhfpmrqobm\":\"arcryuanzwuxzdxt\",\"knryrtihfxtij\":\"u\"},\"id\":\"pzvgnwzsymglzufc\",\"name\":\"zk\",\"type\":\"hdbihan\"},{\"properties\":{\"provisioningState\":\"Completed\",\"createdTime\":\"2021-01-11T10:02:32Z\",\"changedTime\":\"2021-08-29T12:06:15Z\",\"state\":\"Deleted\",\"version\":\"ithxqhabifpi\",\"accessEndpoint\":\"wczbys\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"Standard\",\"plan\":{\"id\":\"xgaudccs\",\"name\":\"s\",\"type\":\"nyejhkryhtnap\"}},\"integrationAccount\":{\"id\":\"lokjyemkk\",\"name\":\"ipjoxzjnchgejs\",\"type\":\"dmailzydehojw\"},\"integrationServiceEnvironment\":{\"id\":\"uxinpmqnjaq\",\"name\":\"xj\",\"type\":\"r\"},\"definition\":\"datavcputegj\",\"parameters\":{\"dio\":{\"type\":\"Array\",\"value\":\"datat\",\"metadata\":\"datamdvpjhulsu\",\"description\":\"mkjozkrwf\"},\"bcryffdfd\":{\"type\":\"SecureString\",\"value\":\"datalwejdpv\",\"metadata\":\"datayoqpsoaccta\",\"description\":\"kljla\"},\"qtrgqjbpfzfsinzg\":{\"type\":\"Object\",\"value\":\"dataexpa\",\"metadata\":\"dataakhmsbzjhcrz\",\"description\":\"dphlxaolt\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"f763de6b-d82b-447f-98b5-b9211133f752\",\"principalId\":\"2ff23624-ad45-4a9f-aead-5c8b488eddbb\",\"userAssignedIdentities\":{\"fpjkjlxofp\":{\"principalId\":\"xxjtfe\",\"clientId\":\"uwfzitonpe\"},\"yhuybbkpod\":{\"principalId\":\"hpf\",\"clientId\":\"ypininm\"}}},\"location\":\"po\",\"tags\":{\"xzxtheo\":\"nuvamiheogna\",\"cciqihnhungbwjz\":\"usivye\",\"kufubljo\":\"nfygxgispemvtz\"},\"id\":\"xqeofjaeqjhqjba\",\"name\":\"v\",\"type\":\"smjqulngsntnbyb\"},{\"properties\":{\"provisioningState\":\"Registered\",\"createdTime\":\"2021-06-16T21:35:22Z\",\"changedTime\":\"2021-10-31T07:08:50Z\",\"state\":\"Completed\",\"version\":\"wrljdouskc\",\"accessEndpoint\":\"kocrcjdkwtnhx\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{}],\"accessEndpointIpAddresses\":[{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{}}},\"sku\":{\"name\":\"NotSpecified\",\"plan\":{\"id\":\"mgxsab\",\"name\":\"qduujitcjczdz\",\"type\":\"ndhkrw\"}},\"integrationAccount\":{\"id\":\"ppdsbdkvwrwj\",\"name\":\"usnhutje\",\"type\":\"mrldhu\"},\"integrationServiceEnvironment\":{\"id\":\"zdatqxhocdg\",\"name\":\"blgphuticn\",\"type\":\"kao\"},\"definition\":\"datayiftyhxhuro\",\"parameters\":{\"koty\":{\"type\":\"SecureString\",\"value\":\"datalniwpwcukjfkgiaw\",\"metadata\":\"datalryplwckbasyy\",\"description\":\"ddhsgcbacphe\"},\"xybz\":{\"type\":\"String\",\"value\":\"dataulzndlikwyqk\",\"metadata\":\"datagibma\",\"description\":\"akeqs\"},\"dmgloug\":{\"type\":\"SecureObject\",\"value\":\"dataqytbciq\",\"metadata\":\"datauflmm\",\"description\":\"zsm\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"1e52c944-01e6-41d6-b6c4-588dd882804d\",\"principalId\":\"b4d4b1c2-94a8-4d20-99e0-4590519040e8\",\"userAssignedIdentities\":{\"whbmd\":{\"principalId\":\"duqkt\",\"clientId\":\"spwgcuertumkdosv\"},\"q\":{\"principalId\":\"bjf\",\"clientId\":\"gmbmbexppbh\"},\"igjyjg\":{\"principalId\":\"ol\",\"clientId\":\"fpsalgbqu\"},\"rlyxwjkcprbnw\":{\"principalId\":\"aoyfhrtxilnerkuj\",\"clientId\":\"vlejuvfqa\"}}},\"location\":\"xgjvtbv\",\"tags\":{\"jq\":\"szdnr\",\"uitnwuiz\":\"uhmuouqfprwzwbn\"},\"id\":\"a\",\"name\":\"x\",\"type\":\"fizuckyf\"}],\"nextLink\":\"rfidfvzwdz\"}") .toObject(WorkflowListResult.class); Assertions.assertEquals("kc", model.value().get(0).location()); Assertions.assertEquals("arcryuanzwuxzdxt", model.value().get(0).tags().get("yrlhmwhfpmrqobm")); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsCreateOrUpdateWithResponseMockTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsCreateOrUpdateWithResponseMockTests.java index 3d2b472582e2..f928ffbcd586 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsCreateOrUpdateWithResponseMockTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsCreateOrUpdateWithResponseMockTests.java @@ -39,7 +39,7 @@ public final class WorkflowsCreateOrUpdateWithResponseMockTests { @Test public void testCreateOrUpdateWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-13T00:04:30Z\",\"changedTime\":\"2021-03-27T08:55:50Z\",\"state\":\"Suspended\",\"version\":\"wbsa\",\"accessEndpoint\":\"stnziv\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"jh\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"cgmcthjgbrxmxqsk\":{},\"mtajjfmkwqpgbti\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"cmjiibtvwa\":{},\"hawoptiqfu\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"xsmapd\":{},\"mmwylrv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"puxhkuemcbt\",\"name\":\"tnrc\",\"type\":\"vhyqexujlleweegv\"}},\"integrationAccount\":{\"id\":\"ythycd\",\"name\":\"cpf\",\"type\":\"mgfwxthrcmg\"},\"integrationServiceEnvironment\":{\"id\":\"gosclhjgckkbn\",\"name\":\"enyehmwzgf\",\"type\":\"keolorosahgcchz\"},\"definition\":\"datapkhfh\",\"parameters\":{\"vaxuvazzptldaax\":{\"type\":\"Int\",\"value\":\"datayfkini\",\"metadata\":\"datajffpuuykyvbpne\",\"description\":\"lctnnsjcufi\"},\"ntoiviuerrieho\":{\"type\":\"SecureObject\",\"value\":\"databnqyewinlenht\",\"metadata\":\"datae\",\"description\":\"vnedcclpb\"},\"iwjjqps\":{\"type\":\"Bool\",\"value\":\"datacayydtnllkyi\",\"metadata\":\"datatxvxgrftid\",\"description\":\"otvhivvoczsrypfv\"},\"ydldavozmibtk\":{\"type\":\"Float\",\"value\":\"dataeygmqnuyu\",\"metadata\":\"datahnnekh\",\"description\":\"lbcucwfcbugtcc\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"f85644b7-bb27-4c6b-a3f9-2ea7fa3bcc47\",\"principalId\":\"14afec9e-4f7c-445e-9502-3a99bb46a36b\",\"userAssignedIdentities\":{\"zr\":{\"principalId\":\"rrank\",\"clientId\":\"wtnrrohlkgzczjw\"},\"jnmychtvp\":{\"principalId\":\"rkwyldttggcpqmkp\",\"clientId\":\"enaah\"},\"bv\":{\"principalId\":\"r\",\"clientId\":\"tw\"},\"s\":{\"principalId\":\"qhpphjimo\",\"clientId\":\"qpqkpn\"}}},\"location\":\"aizx\",\"tags\":{\"xotyjgx\":\"js\"},\"id\":\"gfejiu\",\"name\":\"ldsftm\",\"type\":\"lcdqvunvnggqacf\"}"; + = "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-13T00:04:30Z\",\"changedTime\":\"2021-03-27T08:55:50Z\",\"state\":\"Suspended\",\"version\":\"wbsa\",\"accessEndpoint\":\"stnziv\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"jh\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"cgmcthjgbrxmxqsk\":{},\"mtajjfmkwqpgbti\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"cmjiibtvwa\":{},\"hawoptiqfu\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"xsmapd\":{},\"mmwylrv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"puxhkuemcbt\",\"name\":\"tnrc\",\"type\":\"vhyqexujlleweegv\"}},\"integrationAccount\":{\"id\":\"ythycd\",\"name\":\"cpf\",\"type\":\"mgfwxthrcmg\"},\"integrationServiceEnvironment\":{\"id\":\"gosclhjgckkbn\",\"name\":\"enyehmwzgf\",\"type\":\"keolorosahgcchz\"},\"definition\":\"datapkhfh\",\"parameters\":{\"vaxuvazzptldaax\":{\"type\":\"Int\",\"value\":\"datayfkini\",\"metadata\":\"datajffpuuykyvbpne\",\"description\":\"lctnnsjcufi\"},\"ntoiviuerrieho\":{\"type\":\"SecureObject\",\"value\":\"databnqyewinlenht\",\"metadata\":\"datae\",\"description\":\"vnedcclpb\"},\"iwjjqps\":{\"type\":\"Bool\",\"value\":\"datacayydtnllkyi\",\"metadata\":\"datatxvxgrftid\",\"description\":\"otvhivvoczsrypfv\"},\"ydldavozmibtk\":{\"type\":\"Float\",\"value\":\"dataeygmqnuyu\",\"metadata\":\"datahnnekh\",\"description\":\"lbcucwfcbugtcc\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"f8f1e95d-7043-4965-a1df-d58a47619fc5\",\"principalId\":\"ca276723-22ae-44df-9883-cf30323a69a9\",\"userAssignedIdentities\":{\"zr\":{\"principalId\":\"rrank\",\"clientId\":\"wtnrrohlkgzczjw\"},\"jnmychtvp\":{\"principalId\":\"rkwyldttggcpqmkp\",\"clientId\":\"enaah\"},\"bv\":{\"principalId\":\"r\",\"clientId\":\"tw\"},\"s\":{\"principalId\":\"qhpphjimo\",\"clientId\":\"qpqkpn\"}}},\"location\":\"aizx\",\"tags\":{\"xotyjgx\":\"js\"},\"id\":\"gfejiu\",\"name\":\"ldsftm\",\"type\":\"lcdqvunvnggqacf\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsGetByResourceGroupWithResponseMockTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsGetByResourceGroupWithResponseMockTests.java index 1ff570bdc459..302f84f80926 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsGetByResourceGroupWithResponseMockTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsGetByResourceGroupWithResponseMockTests.java @@ -24,7 +24,7 @@ public final class WorkflowsGetByResourceGroupWithResponseMockTests { @Test public void testGetByResourceGroupWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"provisioningState\":\"NotSpecified\",\"createdTime\":\"2021-05-06T17:16:09Z\",\"changedTime\":\"2021-07-11T03:20:38Z\",\"state\":\"Completed\",\"version\":\"wfbqxo\",\"accessEndpoint\":\"vij\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{}],\"accessEndpointIpAddresses\":[{},{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"oezptngrpzv\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"aczcd\":{},\"omrpucytj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{\"policies\":{\"jnxdyskyrhsijxml\":{},\"uymfxjs\":{},\"wmbdtfet\":{},\"gzybp\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"o\":{},\"mq\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"szqkrsnxuez\",\"name\":\"bqadtv\",\"type\":\"ugtmtgk\"}},\"integrationAccount\":{\"id\":\"cxxejplphkiy\",\"name\":\"p\",\"type\":\"odvzjkz\"},\"integrationServiceEnvironment\":{\"id\":\"xdpop\",\"name\":\"b\",\"type\":\"sncxbkwmhjqak\"},\"definition\":\"databc\",\"parameters\":{\"urilqcsq\":{\"type\":\"SecureString\",\"value\":\"datalmm\",\"metadata\":\"datagtwqmtyfqutm\",\"description\":\"bis\"},\"gvpqzvtgwlzqcy\":{\"type\":\"Int\",\"value\":\"databufo\",\"metadata\":\"datackbizqqajs\",\"description\":\"uwo\"},\"bvnhlwfd\":{\"type\":\"Float\",\"value\":\"datainb\",\"metadata\":\"dataekjbljfk\",\"description\":\"bnnmzzcbc\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"98c5243e-ab04-4fae-a7ff-b65a16392972\",\"principalId\":\"1e001366-7232-4891-87ad-e84d6202cf26\",\"userAssignedIdentities\":{\"u\":{\"principalId\":\"kyoasxakbqbw\",\"clientId\":\"nfaumqkgccld\"},\"hfcdhbcr\":{\"principalId\":\"weeegszw\",\"clientId\":\"ryfap\"},\"nmcqudfxh\":{\"principalId\":\"qdszuxha\",\"clientId\":\"ywtyknfrhbknrag\"},\"uuvxklaruf\":{\"principalId\":\"drzegmluebzoujh\",\"clientId\":\"l\"}}},\"location\":\"fordzwbskfexgnf\",\"tags\":{\"pmowlsrxytev\":\"ojzlia\",\"nzzhyl\":\"qxpmfhehtrpql\"},\"id\":\"zuxqqrmck\",\"name\":\"m\",\"type\":\"sueutby\"}"; + = "{\"properties\":{\"provisioningState\":\"NotSpecified\",\"createdTime\":\"2021-05-06T17:16:09Z\",\"changedTime\":\"2021-07-11T03:20:38Z\",\"state\":\"Completed\",\"version\":\"wfbqxo\",\"accessEndpoint\":\"vij\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{}],\"accessEndpointIpAddresses\":[{},{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"oezptngrpzv\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"aczcd\":{},\"omrpucytj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{\"policies\":{\"jnxdyskyrhsijxml\":{},\"uymfxjs\":{},\"wmbdtfet\":{},\"gzybp\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"o\":{},\"mq\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"szqkrsnxuez\",\"name\":\"bqadtv\",\"type\":\"ugtmtgk\"}},\"integrationAccount\":{\"id\":\"cxxejplphkiy\",\"name\":\"p\",\"type\":\"odvzjkz\"},\"integrationServiceEnvironment\":{\"id\":\"xdpop\",\"name\":\"b\",\"type\":\"sncxbkwmhjqak\"},\"definition\":\"databc\",\"parameters\":{\"urilqcsq\":{\"type\":\"SecureString\",\"value\":\"datalmm\",\"metadata\":\"datagtwqmtyfqutm\",\"description\":\"bis\"},\"gvpqzvtgwlzqcy\":{\"type\":\"Int\",\"value\":\"databufo\",\"metadata\":\"datackbizqqajs\",\"description\":\"uwo\"},\"bvnhlwfd\":{\"type\":\"Float\",\"value\":\"datainb\",\"metadata\":\"dataekjbljfk\",\"description\":\"bnnmzzcbc\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"b25b8b59-1f10-478e-b8d8-507b1479894c\",\"principalId\":\"8e047f43-a541-4b4d-8488-bab809755c3b\",\"userAssignedIdentities\":{\"u\":{\"principalId\":\"kyoasxakbqbw\",\"clientId\":\"nfaumqkgccld\"},\"hfcdhbcr\":{\"principalId\":\"weeegszw\",\"clientId\":\"ryfap\"},\"nmcqudfxh\":{\"principalId\":\"qdszuxha\",\"clientId\":\"ywtyknfrhbknrag\"},\"uuvxklaruf\":{\"principalId\":\"drzegmluebzoujh\",\"clientId\":\"l\"}}},\"location\":\"fordzwbskfexgnf\",\"tags\":{\"pmowlsrxytev\":\"ojzlia\",\"nzzhyl\":\"qxpmfhehtrpql\"},\"id\":\"zuxqqrmck\",\"name\":\"m\",\"type\":\"sueutby\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListByResourceGroupMockTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListByResourceGroupMockTests.java index 8b65609938d7..38f5d1f8be34 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListByResourceGroupMockTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListByResourceGroupMockTests.java @@ -25,7 +25,7 @@ public final class WorkflowsListByResourceGroupMockTests { @Test public void testListByResourceGroup() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"provisioningState\":\"Moving\",\"createdTime\":\"2021-04-23T01:16:32Z\",\"changedTime\":\"2021-10-24T15:13:04Z\",\"state\":\"Deleted\",\"version\":\"zarrfttxhifrj\",\"accessEndpoint\":\"hon\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"vzyoehlj\":{},\"lyguot\":{},\"nucqkt\":{},\"aergjtpriicteydl\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"up\":{},\"wwyixorfx\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"ziwkcpx\":{},\"jmyoufqapuaypc\":{},\"ikkmyrsvtrtxgg\":{},\"pohuv\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"qkgjukntknj\":{},\"ywgziqcwnefdeh\":{},\"tlnwnlauwbne\":{}}}}},\"sku\":{\"name\":\"Premium\",\"plan\":{\"id\":\"geuoihtik\",\"name\":\"wp\",\"type\":\"yavcbdsuwctvbhc\"}},\"integrationAccount\":{\"id\":\"xtljyr\",\"name\":\"hpbtwzrziv\",\"type\":\"kdcjymdoldbuy\"},\"integrationServiceEnvironment\":{\"id\":\"ephviuexf\",\"name\":\"sdoxhyi\",\"type\":\"gaxruffkmt\"},\"definition\":\"dataxynkh\",\"parameters\":{\"bvgieey\":{\"type\":\"Object\",\"value\":\"datazdbbitpgrnhpmsdg\",\"metadata\":\"datawfodv\",\"description\":\"xmoj\"},\"sz\":{\"type\":\"Bool\",\"value\":\"dataqtbasvj\",\"metadata\":\"datagplagwvgbnx\",\"description\":\"udnqcbbbhinbs\"},\"qwjj\":{\"type\":\"Object\",\"value\":\"datakvr\",\"metadata\":\"dataosh\",\"description\":\"yzqdnrgnyb\"},\"ssqwzndzux\":{\"type\":\"SecureString\",\"value\":\"dataxunqr\",\"metadata\":\"dataticgsdcpm\",\"description\":\"kuydabhydcq\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"ab17ef89-1910-46e0-8218-be975abbcb63\",\"principalId\":\"640df4f2-5024-420d-9572-548b189fc146\",\"userAssignedIdentities\":{\"tjlzkymcg\":{\"principalId\":\"q\",\"clientId\":\"ozmbapjvbzablmp\"},\"jqwlvsefvkxxd\":{\"principalId\":\"pb\",\"clientId\":\"gf\"}}},\"location\":\"gbnqmhr\",\"tags\":{\"gxudsmdglq\":\"exwgrflqb\",\"tjd\":\"k\"},\"id\":\"dasomxwsflylols\",\"name\":\"ficzw\",\"type\":\"kglmcg\"}]}"; + = "{\"value\":[{\"properties\":{\"provisioningState\":\"Moving\",\"createdTime\":\"2021-04-23T01:16:32Z\",\"changedTime\":\"2021-10-24T15:13:04Z\",\"state\":\"Deleted\",\"version\":\"zarrfttxhifrj\",\"accessEndpoint\":\"hon\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]},\"connector\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"vzyoehlj\":{},\"lyguot\":{},\"nucqkt\":{},\"aergjtpriicteydl\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"up\":{},\"wwyixorfx\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"ziwkcpx\":{},\"jmyoufqapuaypc\":{},\"ikkmyrsvtrtxgg\":{},\"pohuv\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"qkgjukntknj\":{},\"ywgziqcwnefdeh\":{},\"tlnwnlauwbne\":{}}}}},\"sku\":{\"name\":\"Premium\",\"plan\":{\"id\":\"geuoihtik\",\"name\":\"wp\",\"type\":\"yavcbdsuwctvbhc\"}},\"integrationAccount\":{\"id\":\"xtljyr\",\"name\":\"hpbtwzrziv\",\"type\":\"kdcjymdoldbuy\"},\"integrationServiceEnvironment\":{\"id\":\"ephviuexf\",\"name\":\"sdoxhyi\",\"type\":\"gaxruffkmt\"},\"definition\":\"dataxynkh\",\"parameters\":{\"bvgieey\":{\"type\":\"Object\",\"value\":\"datazdbbitpgrnhpmsdg\",\"metadata\":\"datawfodv\",\"description\":\"xmoj\"},\"sz\":{\"type\":\"Bool\",\"value\":\"dataqtbasvj\",\"metadata\":\"datagplagwvgbnx\",\"description\":\"udnqcbbbhinbs\"},\"qwjj\":{\"type\":\"Object\",\"value\":\"datakvr\",\"metadata\":\"dataosh\",\"description\":\"yzqdnrgnyb\"},\"ssqwzndzux\":{\"type\":\"SecureString\",\"value\":\"dataxunqr\",\"metadata\":\"dataticgsdcpm\",\"description\":\"kuydabhydcq\"}}},\"identity\":{\"type\":\"None\",\"tenantId\":\"77797aa5-5d5f-48f5-ab37-389d691c5c07\",\"principalId\":\"bf8375b8-4ce5-44d5-b9a2-6867236ac3e8\",\"userAssignedIdentities\":{\"tjlzkymcg\":{\"principalId\":\"q\",\"clientId\":\"ozmbapjvbzablmp\"},\"jqwlvsefvkxxd\":{\"principalId\":\"pb\",\"clientId\":\"gf\"}}},\"location\":\"gbnqmhr\",\"tags\":{\"gxudsmdglq\":\"exwgrflqb\",\"tjd\":\"k\"},\"id\":\"dasomxwsflylols\",\"name\":\"ficzw\",\"type\":\"kglmcg\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListMockTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListMockTests.java index adb4f9166d2f..4e06008956eb 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListMockTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsListMockTests.java @@ -25,7 +25,7 @@ public final class WorkflowsListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"provisioningState\":\"NotSpecified\",\"createdTime\":\"2021-06-18T20:42:22Z\",\"changedTime\":\"2021-01-15T23:52:52Z\",\"state\":\"NotSpecified\",\"version\":\"tj\",\"accessEndpoint\":\"jbpnatpymvqic\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{},{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"yeyzo\":{},\"vincnihmwvhcgc\":{},\"uasutdhmilhzy\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"sdadyrhmpokfxcbb\":{},\"mxgajyracelnlwg\":{},\"eouhjetxupxe\":{},\"ins\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"en\":{},\"fsxtsmzvaozfajal\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{\"policies\":{\"lvvazujc\":{},\"zznw\":{},\"xzmszxyfaidzv\":{},\"qvdivzjyx\":{}}}}},\"sku\":{\"name\":\"Premium\",\"plan\":{\"id\":\"lxjbrqbut\",\"name\":\"cnqudm\",\"type\":\"uvaweajq\"}},\"integrationAccount\":{\"id\":\"bvkwr\",\"name\":\"zoqyymhdbg\",\"type\":\"hltmp\"},\"integrationServiceEnvironment\":{\"id\":\"qqgr\",\"name\":\"ttosnz\",\"type\":\"xifacrhpuzcagz\"},\"definition\":\"datapbw\",\"parameters\":{\"e\":{\"type\":\"Object\",\"value\":\"datauo\",\"metadata\":\"datao\",\"description\":\"db\"}}},\"identity\":{\"type\":\"UserAssigned\",\"tenantId\":\"5ceb21eb-3832-41e8-b711-ec1d0b157940\",\"principalId\":\"2a9a1065-9857-49a3-aa4a-249f39693c2a\",\"userAssignedIdentities\":{\"izcdugnzymljgay\":{\"principalId\":\"odp\",\"clientId\":\"dvytnbkvxdafil\"}}},\"location\":\"aqwnkxoqecjz\",\"tags\":{\"ewshhqgjvchl\":\"glgvm\",\"fbtczzjfzjo\":\"e\",\"qpukltfknroxmi\":\"wizjraksah\",\"esizknhcvxflz\":\"nbzczpfvqtvukc\"},\"id\":\"grnh\",\"name\":\"ysdmovbvnjyq\",\"type\":\"ofdgzl\"}]}"; + = "{\"value\":[{\"properties\":{\"provisioningState\":\"NotSpecified\",\"createdTime\":\"2021-06-18T20:42:22Z\",\"changedTime\":\"2021-01-15T23:52:52Z\",\"state\":\"NotSpecified\",\"version\":\"tj\",\"accessEndpoint\":\"jbpnatpymvqic\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{},{}],\"accessEndpointIpAddresses\":[{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"yeyzo\":{},\"vincnihmwvhcgc\":{},\"uasutdhmilhzy\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"sdadyrhmpokfxcbb\":{},\"mxgajyracelnlwg\":{},\"eouhjetxupxe\":{},\"ins\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"en\":{},\"fsxtsmzvaozfajal\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{}],\"openAuthenticationPolicies\":{\"policies\":{\"lvvazujc\":{},\"zznw\":{},\"xzmszxyfaidzv\":{},\"qvdivzjyx\":{}}}}},\"sku\":{\"name\":\"Premium\",\"plan\":{\"id\":\"lxjbrqbut\",\"name\":\"cnqudm\",\"type\":\"uvaweajq\"}},\"integrationAccount\":{\"id\":\"bvkwr\",\"name\":\"zoqyymhdbg\",\"type\":\"hltmp\"},\"integrationServiceEnvironment\":{\"id\":\"qqgr\",\"name\":\"ttosnz\",\"type\":\"xifacrhpuzcagz\"},\"definition\":\"datapbw\",\"parameters\":{\"e\":{\"type\":\"Object\",\"value\":\"datauo\",\"metadata\":\"datao\",\"description\":\"db\"}}},\"identity\":{\"type\":\"UserAssigned\",\"tenantId\":\"d95aa318-3cd1-4b2a-b1f2-2e63e2224d5e\",\"principalId\":\"53f7e9d9-d093-4510-9e94-863d4c872458\",\"userAssignedIdentities\":{\"izcdugnzymljgay\":{\"principalId\":\"odp\",\"clientId\":\"dvytnbkvxdafil\"}}},\"location\":\"aqwnkxoqecjz\",\"tags\":{\"ewshhqgjvchl\":\"glgvm\",\"fbtczzjfzjo\":\"e\",\"qpukltfknroxmi\":\"wizjraksah\",\"esizknhcvxflz\":\"nbzczpfvqtvukc\"},\"id\":\"grnh\",\"name\":\"ysdmovbvnjyq\",\"type\":\"ofdgzl\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsUpdateWithResponseMockTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsUpdateWithResponseMockTests.java index 97a7889a7665..a60a8342a318 100644 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsUpdateWithResponseMockTests.java +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowsUpdateWithResponseMockTests.java @@ -24,7 +24,7 @@ public final class WorkflowsUpdateWithResponseMockTests { @Test public void testUpdateWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"provisioningState\":\"Running\",\"createdTime\":\"2021-02-21T00:10Z\",\"changedTime\":\"2021-05-17T22:35:59Z\",\"state\":\"Disabled\",\"version\":\"sznmjtanrirrnqlo\",\"accessEndpoint\":\"s\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"ipgvfchzcpv\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"zpfgkslvbrxlsbg\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"irneopxd\":{},\"hcfs\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"absmrfxucgv\":{},\"gwvmhbiziijd\":{}}}}},\"sku\":{\"name\":\"Standard\",\"plan\":{\"id\":\"boatvsfyxdfe\",\"name\":\"nawnqyagfxacoj\",\"type\":\"raxor\"}},\"integrationAccount\":{\"id\":\"oyngxogqvwchyn\",\"name\":\"tn\",\"type\":\"twmawypkpbmi\"},\"integrationServiceEnvironment\":{\"id\":\"vcjspjpmtsgvviz\",\"name\":\"gtbmluyy\",\"type\":\"zvqpnjqpwxf\"},\"definition\":\"dataijpayvlnzwicqopw\",\"parameters\":{\"zhydjkmxb\":{\"type\":\"String\",\"value\":\"datag\",\"metadata\":\"datah\",\"description\":\"yue\"},\"scugdyfyjeexmlk\":{\"type\":\"Float\",\"value\":\"dataotlfzbjs\",\"metadata\":\"dataqkbs\",\"description\":\"coaysargqkga\"},\"mnxcca\":{\"type\":\"Array\",\"value\":\"datajdgojavqe\",\"metadata\":\"datakkva\",\"description\":\"yowjp\"},\"vioc\":{\"type\":\"String\",\"value\":\"dataokhmkqyfatddwfhf\",\"metadata\":\"dataatoilmwz\",\"description\":\"aglwdntjfnmxzuk\"}}},\"identity\":{\"type\":\"UserAssigned\",\"tenantId\":\"4769f0ef-9883-458c-9bb0-2a5aa85aeacf\",\"principalId\":\"8102c417-8bd4-4c4b-9de6-46bd3ae10b86\",\"userAssignedIdentities\":{\"bluutmfimloz\":{\"principalId\":\"u\",\"clientId\":\"cnqfwob\"},\"aonmfnfatwio\":{\"principalId\":\"dxjirfye\",\"clientId\":\"jrdcgeormxipwcq\"},\"hotjcgdpqkfxdq\":{\"principalId\":\"hasqielh\",\"clientId\":\"kheim\"}}},\"location\":\"dvrglql\",\"tags\":{\"qo\":\"ese\"},\"id\":\"mjuqq\",\"name\":\"hmzlet\",\"type\":\"ckjuwkkvarff\"}"; + = "{\"properties\":{\"provisioningState\":\"Running\",\"createdTime\":\"2021-02-21T00:10Z\",\"changedTime\":\"2021-05-17T22:35:59Z\",\"state\":\"Disabled\",\"version\":\"sznmjtanrirrnqlo\",\"accessEndpoint\":\"s\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{}],\"accessEndpointIpAddresses\":[{},{}]},\"connector\":{\"outgoingIpAddresses\":[{},{},{}],\"accessEndpointIpAddresses\":[{},{}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"ipgvfchzcpv\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"zpfgkslvbrxlsbg\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"irneopxd\":{},\"hcfs\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{},{},{}],\"openAuthenticationPolicies\":{\"policies\":{\"absmrfxucgv\":{},\"gwvmhbiziijd\":{}}}}},\"sku\":{\"name\":\"Standard\",\"plan\":{\"id\":\"boatvsfyxdfe\",\"name\":\"nawnqyagfxacoj\",\"type\":\"raxor\"}},\"integrationAccount\":{\"id\":\"oyngxogqvwchyn\",\"name\":\"tn\",\"type\":\"twmawypkpbmi\"},\"integrationServiceEnvironment\":{\"id\":\"vcjspjpmtsgvviz\",\"name\":\"gtbmluyy\",\"type\":\"zvqpnjqpwxf\"},\"definition\":\"dataijpayvlnzwicqopw\",\"parameters\":{\"zhydjkmxb\":{\"type\":\"String\",\"value\":\"datag\",\"metadata\":\"datah\",\"description\":\"yue\"},\"scugdyfyjeexmlk\":{\"type\":\"Float\",\"value\":\"dataotlfzbjs\",\"metadata\":\"dataqkbs\",\"description\":\"coaysargqkga\"},\"mnxcca\":{\"type\":\"Array\",\"value\":\"datajdgojavqe\",\"metadata\":\"datakkva\",\"description\":\"yowjp\"},\"vioc\":{\"type\":\"String\",\"value\":\"dataokhmkqyfatddwfhf\",\"metadata\":\"dataatoilmwz\",\"description\":\"aglwdntjfnmxzuk\"}}},\"identity\":{\"type\":\"UserAssigned\",\"tenantId\":\"14ad2de1-0d57-451f-859b-582869bdd443\",\"principalId\":\"bab840a1-0cde-4332-92cb-93d938f3e335\",\"userAssignedIdentities\":{\"bluutmfimloz\":{\"principalId\":\"u\",\"clientId\":\"cnqfwob\"},\"aonmfnfatwio\":{\"principalId\":\"dxjirfye\",\"clientId\":\"jrdcgeormxipwcq\"},\"hotjcgdpqkfxdq\":{\"principalId\":\"hasqielh\",\"clientId\":\"kheim\"}}},\"location\":\"dvrglql\",\"tags\":{\"qo\":\"ese\"},\"id\":\"mjuqq\",\"name\":\"hmzlet\",\"type\":\"ckjuwkkvarff\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); From a62eabf8fcef3a3b2a198a56b9966a5c57db48ca Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Tue, 24 Dec 2024 12:42:57 +0800 Subject: [PATCH 3/7] Update CHANGELOG for Azure Resource Manager Logic --- sdk/logic/azure-resourcemanager-logic/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md b/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md index 9b9e3caeceb0..f83063029d28 100644 --- a/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md +++ b/sdk/logic/azure-resourcemanager-logic/CHANGELOG.md @@ -4,6 +4,10 @@ - Azure Resource Manager Logic client library for Java. This package contains Microsoft Azure SDK for Logic Management SDK. REST API for Azure Logic Apps. Package tag package-2019-05. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). +### Other Changes + +- Release for Azure Resource Manager Logic client library for Java. + ## 1.0.0-beta.3 (2024-10-17) - Azure Resource Manager Logic client library for Java. This package contains Microsoft Azure SDK for Logic Management SDK. REST API for Azure Logic Apps. Package tag package-2019-05. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). From 7a09e5ec6012bbecf0063cdb0bf4ac7e4304d432 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Tue, 24 Dec 2024 13:23:28 +0800 Subject: [PATCH 4/7] Delete sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java --- ...ApiOperationPropertiesDefinitionTests.java | 6612 ----------------- 1 file changed, 6612 deletions(-) delete mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java deleted file mode 100644 index 0f021f605c37..000000000000 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/ApiOperationPropertiesDefinitionTests.java +++ /dev/null @@ -1,6612 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -// Code generated by Microsoft (R) AutoRest Code Generator. - -package com.azure.resourcemanager.logic.generated; - -import com.azure.core.util.BinaryData; -import com.azure.resourcemanager.logic.models.ApiOperationAnnotation; -import com.azure.resourcemanager.logic.models.ApiOperationPropertiesDefinition; -import com.azure.resourcemanager.logic.models.ApiReference; -import com.azure.resourcemanager.logic.models.ApiTier; -import com.azure.resourcemanager.logic.models.ResourceReference; -import com.azure.resourcemanager.logic.models.StatusAnnotation; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicList; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicProperties; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicSchema; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTree; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeCommand; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeParameter; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeSettings; -import com.azure.resourcemanager.logic.models.SwaggerExternalDocumentation; -import com.azure.resourcemanager.logic.models.SwaggerSchema; -import com.azure.resourcemanager.logic.models.SwaggerSchemaType; -import com.azure.resourcemanager.logic.models.SwaggerXml; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Assertions; - -public final class ApiOperationPropertiesDefinitionTests { - @org.junit.jupiter.api.Test - public void testDeserialize() throws Exception { - ApiOperationPropertiesDefinition model = BinaryData.fromString( - "{\"summary\":\"iadhbatec\",\"description\":\"tsdohzniucbdaomb\",\"visibility\":\"injdllwktlepo\",\"trigger\":\"vvqxua\",\"triggerHint\":\"cqwulynkgfcfd\",\"pageable\":true,\"annotation\":{\"status\":\"Production\",\"family\":\"xtclhuulriqbyok\",\"revision\":669836902},\"api\":{\"displayName\":\"sxebrslttfyhcdjw\",\"description\":\"oardnagttpu\",\"iconUri\":\"bpgnrholhujbf\",\"swagger\":\"dataiplkysolsyjprxs\",\"brandColor\":\"hdmcvht\",\"category\":\"Premium\",\"integrationServiceEnvironment\":{\"id\":\"f\",\"name\":\"uwzb\",\"type\":\"cqzgihotjecohmx\"},\"id\":\"lrrskap\",\"name\":\"wie\",\"type\":\"uyader\"},\"inputsDefinition\":{\"ref\":\"okyk\",\"type\":\"Number\",\"title\":\"yc\",\"items\":{\"ref\":\"vkcxzznn\",\"type\":\"Number\",\"title\":\"rsejegprkj\",\"items\":{\"ref\":\"rjmwvvbtuqkxxi\",\"type\":\"Number\",\"title\":\"qldekotjg\",\"items\":{\"ref\":\"qfkyfhiwvjaqu\",\"type\":\"Boolean\",\"title\":\"nvskpaj\",\"items\":{\"ref\":\"eumexmjbxc\",\"type\":\"Array\",\"title\":\"kqmt\",\"items\":{},\"properties\":{\"qis\":{}},\"additionalProperties\":\"datap\",\"required\":[\"ftr\",\"rejdaahuqim\",\"dahlfxlmuifmuadj\",\"fsn\"],\"maxProperties\":1842432317,\"minProperties\":1296093804,\"allOf\":[{},{},{},{}],\"discriminator\":\"jgczetybnxgztl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahfjv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"uvlbefvwc\":{}},\"additionalProperties\":\"datakxpylrwox\",\"required\":[\"psyxjije\",\"pdvrbkerdkdkga\"],\"maxProperties\":1372379589,\"minProperties\":763770170,\"allOf\":[{},{},{},{}],\"discriminator\":\"fkcefeygz\",\"readOnly\":false,\"xml\":{\"name\":\"sfmnaybdjnxumen\",\"namespace\":\"on\",\"prefix\":\"hymxymulwivqtow\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"j\":\"dataybajasqubf\",\"htfxcpupuki\":\"dataywhjqwmchq\"}},\"externalDocs\":{\"description\":\"zpwdlvwtiwsmo\",\"uri\":\"onhqnam\",\"extensions\":{\"eajbkajlcyizyddc\":\"dataltassaekewna\",\"krvfsxxbydes\":\"dataxo\"}},\"example\":\"datavgecpwgoljtzx\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"obygoo\",\"valuePath\":\"qa\",\"parameters\":{\"jfucsaodjnosdkv\":\"datavaz\"}},\"dynamicSchemaNew\":{\"operationId\":\"asgmatrnzpd\",\"valuePath\":\"daaktuj\",\"parameters\":{\"bo\":{},\"myfp\":{},\"dowkppnwyytfv\":{}}},\"dynamicListNew\":{\"operationId\":\"fjikffffgkuhznw\",\"builtInOperation\":\"uldbkke\",\"itemsPath\":\"kj\",\"itemValuePath\":\"awgazmxjqifh\",\"itemTitlePath\":\"jsbcml\",\"parameters\":{\"hzbh\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ncjmlfuyf\":{\"ref\":\"irhhmo\",\"type\":\"String\",\"title\":\"zgfjzcvaaxoialah\",\"items\":{},\"properties\":{\"cokdxkukmkczyn\":{},\"h\":{}},\"additionalProperties\":\"dataqeq\",\"required\":[\"vl\",\"q\"],\"maxProperties\":1538169382,\"minProperties\":186111806,\"allOf\":[{},{},{},{}],\"discriminator\":\"thbb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawdrnzkj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"watuwqkokbczoth\":{\"ref\":\"pfiddhl\",\"type\":\"String\",\"title\":\"cqyjmqrfuiocus\",\"items\":{},\"properties\":{\"rsazrhxud\":{}},\"additionalProperties\":\"datamdtff\",\"required\":[\"mrkkhmwd\"],\"maxProperties\":37083730,\"minProperties\":1320766241,\"allOf\":[{},{},{}],\"discriminator\":\"okwtjawhvagnqfqq\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataolcaymjchtvsnvla\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"xudnmckap\":{\"ref\":\"gobllms\",\"type\":\"Number\",\"title\":\"imaaneak\",\"items\":{},\"properties\":{\"obcyanrfvqtvk\":{}},\"additionalProperties\":\"datavoogxkfna\",\"required\":[\"ymhcctopuo\",\"yrnskb\",\"hquhczygxvhajp\"],\"maxProperties\":679727577,\"minProperties\":1085439755,\"allOf\":[{},{},{}],\"discriminator\":\"scozawmv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanpwirfljf\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"ctkbbxuha\":{\"ref\":\"knq\",\"type\":\"File\",\"title\":\"encdgmoqueqihkky\",\"items\":{},\"properties\":{\"jouw\":{},\"ldxwhieproqksm\":{},\"xmcvprstvkitbfjt\":{}},\"additionalProperties\":\"dataotnplfacqocc\",\"required\":[\"xwe\",\"jtdrhutf\"],\"maxProperties\":3609088,\"minProperties\":1073421759,\"allOf\":[{}],\"discriminator\":\"ge\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datad\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datasirncclabvoy\",\"required\":[\"uxx\",\"zb\"],\"maxProperties\":29057625,\"minProperties\":630653211,\"allOf\":[{\"ref\":\"saidjan\",\"type\":\"Array\",\"title\":\"vdxxurntujmoilun\",\"items\":{},\"properties\":{\"deel\":{},\"slkyozd\":{},\"fzjuegrhrhtsl\":{},\"jtv\":{}},\"additionalProperties\":\"datanxvgjb\",\"required\":[\"bpnjodf\",\"bj\"],\"maxProperties\":584126929,\"minProperties\":2025512085,\"allOf\":[{},{},{},{}],\"discriminator\":\"oxsazuxejgwe\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataszzacz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dbbo\",\"type\":\"Boolean\",\"title\":\"rmkjmyitrchwudlx\",\"items\":{},\"properties\":{\"tpmnoe\":{},\"hqlfmsib\":{},\"oyrfgxk\":{}},\"additionalProperties\":\"datapmypgfq\",\"required\":[\"ywhlakxpe\"],\"maxProperties\":745064611,\"minProperties\":12523805,\"allOf\":[{},{},{},{}],\"discriminator\":\"fxampqcrzgeuqx\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafaujegqdtad\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"krukizyhgsqt\",\"readOnly\":false,\"xml\":{\"name\":\"xqfpj\",\"namespace\":\"ggweeiwdhdmncgb\",\"prefix\":\"uscstunmlh\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"f\":\"dataiichgjsysmvxodgw\",\"ec\":\"datazsifcuvbdujgcwx\"}},\"externalDocs\":{\"description\":\"jtrdxr\",\"uri\":\"agbbgia\",\"extensions\":{\"xwabzrwiqrxhacl\":\"dataykpgd\"}},\"example\":\"dataosqkptjqgk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"inwhed\",\"valuePath\":\"pbqwuntobu\",\"parameters\":{\"lw\":\"datazz\"}},\"dynamicSchemaNew\":{\"operationId\":\"djufbnkl\",\"valuePath\":\"axpegjw\",\"parameters\":{\"alf\":{}}},\"dynamicListNew\":{\"operationId\":\"glzfytl\",\"builtInOperation\":\"lqhopxouvmrs\",\"itemsPath\":\"likyypzkgxfxfmyr\",\"itemValuePath\":\"db\",\"itemTitlePath\":\"kszanmhwgpte\",\"parameters\":{\"uwkirk\":{},\"kwztsdetj\":{},\"go\":{},\"ifcqp\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"zyybzo\",\"itemsPath\":\"v\",\"itemValuePath\":\"ptvdxxheigm\",\"itemTitlePath\":\"lwzgh\",\"itemFullTitlePath\":\"jvmabzzbway\",\"itemIsParent\":\"mdafbgymqt\",\"selectableFilter\":\"preojxrjnbsconxa\",\"parameters\":{\"neychbjizq\":{}}},\"browse\":{\"operationId\":\"nwdxzedpqlrfbor\",\"itemsPath\":\"p\",\"itemValuePath\":\"nfy\",\"itemTitlePath\":\"vfrbypic\",\"itemFullTitlePath\":\"kpdj\",\"itemIsParent\":\"qh\",\"selectableFilter\":\"q\",\"parameters\":{\"dgonjhxshthmgp\":{},\"zqulptkbv\":{},\"pxtzhigqqbtimpk\":{}}}}},\"properties\":{\"fbbcngkegxcypxbb\":{\"ref\":\"rnsihqhudsmus\",\"type\":\"Number\",\"title\":\"jakx\",\"items\":{\"ref\":\"fczmnn\",\"type\":\"Boolean\",\"title\":\"x\",\"items\":{},\"properties\":{\"nosjtgirnbgmgmd\":{},\"orgmynltwmpftm\":{}},\"additionalProperties\":\"datae\",\"required\":[\"gsy\"],\"maxProperties\":1853377573,\"minProperties\":1216848035,\"allOf\":[{},{},{},{}],\"discriminator\":\"drv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahnrecchd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mjedbiu\":{},\"vkhhwm\":{},\"pjbweunxcq\":{}},\"additionalProperties\":\"dataihufoihp\",\"required\":[\"bxv\",\"nzuz\"],\"maxProperties\":998362511,\"minProperties\":502427869,\"allOf\":[{},{}],\"discriminator\":\"piuzvk\",\"readOnly\":true,\"xml\":{\"name\":\"mjuk\",\"namespace\":\"r\",\"prefix\":\"a\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"wgofmhx\":\"datacfqp\"}},\"externalDocs\":{\"description\":\"lvzkl\",\"uri\":\"bgikyjtkakvlbi\",\"extensions\":{\"ptuoska\":\"datavpz\",\"y\":\"dataizjixwfgcd\",\"mdmuqoh\":\"datakcxwnujvqynvavi\",\"wjc\":\"dataihraxqudd\"}},\"example\":\"databrhlhpvzadb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"nafhxrzfr\",\"valuePath\":\"ztiucwviql\",\"parameters\":{\"cbvzarmqcb\":\"datahkrcqx\",\"rxbrdv\":\"dataokstsinvagovjyh\"}},\"dynamicSchemaNew\":{\"operationId\":\"qwh\",\"valuePath\":\"xnmxgnmguzb\",\"parameters\":{\"orbalkj\":{},\"bkbdhlltqstqkqs\":{},\"gxiynecovagzk\":{}}},\"dynamicListNew\":{\"operationId\":\"banlxunpqcckq\",\"builtInOperation\":\"wzlzklasl\",\"itemsPath\":\"ciz\",\"itemValuePath\":\"lrarwpewsaudo\",\"itemTitlePath\":\"tighsxjpy\",\"parameters\":{\"qbalahovuuwxhme\":{},\"jnhj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"zpacz\":{\"ref\":\"twilyrzoxp\",\"type\":\"Number\",\"title\":\"frolq\",\"items\":{\"ref\":\"kiu\",\"type\":\"Object\",\"title\":\"nahwk\",\"items\":{},\"properties\":{\"ztnlmsoo\":{},\"tmvecdhdyswcrptv\":{},\"ajczxvl\":{},\"srg\":{}},\"additionalProperties\":\"datafizrpywlptyuqhr\",\"required\":[\"skykpfuofix\"],\"maxProperties\":2025237318,\"minProperties\":1951862568,\"allOf\":[{},{},{}],\"discriminator\":\"pyycpawm\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawrpcfpcfjfwzlgza\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mnnidmdia\":{},\"pzxkzrntmkct\":{}},\"additionalProperties\":\"datauos\",\"required\":[\"psqazihqodv\"],\"maxProperties\":1474650644,\"minProperties\":321218587,\"allOf\":[{},{},{},{}],\"discriminator\":\"mjkztibniynts\",\"readOnly\":true,\"xml\":{\"name\":\"eftvhkmoog\",\"namespace\":\"hskb\",\"prefix\":\"mjgrulcfog\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"ukz\":\"datatpfdzxcouzfwofwa\",\"nlwglihezomucmq\":\"datadtzxsoe\",\"xkgtlzlmtrlxcznn\":\"dataisnionetbzdrdpue\",\"mwt\":\"datazkbnbmxl\"}},\"externalDocs\":{\"description\":\"qzusitoq\",\"uri\":\"hf\",\"extensions\":{\"lisolntfxxc\":\"datajmlreesrfwsszvlc\",\"foygizmshxxba\":\"dataqmipfj\",\"toxjdzj\":\"datazabulnvgsk\",\"paydhfn\":\"datajznvhxqqmq\"}},\"example\":\"datac\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hksnyzmspamwbw\",\"valuePath\":\"nlslcef\",\"parameters\":{\"ih\":\"dataktwtk\"}},\"dynamicSchemaNew\":{\"operationId\":\"liwoyngu\",\"valuePath\":\"hwvladpc\",\"parameters\":{\"hausybkekymffzts\":{}}},\"dynamicListNew\":{\"operationId\":\"c\",\"builtInOperation\":\"syeiih\",\"itemsPath\":\"mkouihyeseuugci\",\"itemValuePath\":\"hogsmgbvmtd\",\"itemTitlePath\":\"qbe\",\"parameters\":{\"fveglabtvkb\":{},\"wznhtfgfic\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"dstrkzxsgtz\":{\"ref\":\"hbcakznhokhoit\",\"type\":\"File\",\"title\":\"sdmmaz\",\"items\":{\"ref\":\"kidbjpg\",\"type\":\"Object\",\"title\":\"pxzbaw\",\"items\":{},\"properties\":{\"dgfhbssdpje\":{}},\"additionalProperties\":\"dataqxded\",\"required\":[\"iwhagxsur\"],\"maxProperties\":1878759214,\"minProperties\":906252863,\"allOf\":[{},{},{},{}],\"discriminator\":\"bgullc\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datakoxdupnamgl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"vjqterdq\":{}},\"additionalProperties\":\"datagd\",\"required\":[\"ghpcvrwqirvt\",\"tyhhmvfxlapja\"],\"maxProperties\":967015116,\"minProperties\":1424460181,\"allOf\":[{}],\"discriminator\":\"epgqvqokqlujqg\",\"readOnly\":false,\"xml\":{\"name\":\"lyvxchp\",\"namespace\":\"ctsfaeuhwwsknst\",\"prefix\":\"uzhasupmlppdpgz\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"ngru\":\"datakarkptg\",\"qheni\":\"datatsyiys\"}},\"externalDocs\":{\"description\":\"qnguba\",\"uri\":\"jdeayscse\",\"extensions\":{\"vmuw\":\"datajemexmnv\",\"rdlhvdvmiphbe\":\"dataxlniwmcpm\",\"kdclacroczf\":\"dataeqjzm\"}},\"example\":\"dataner\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zshxzezbzuz\",\"valuePath\":\"l\",\"parameters\":{\"styec\":\"dataskejcgwfsgq\",\"rdavsjcfmazpzdq\":\"datapyuijp\",\"izekuvfrj\":\"datauzvcmcok\",\"ajbvbn\":\"dataucaonz\"}},\"dynamicSchemaNew\":{\"operationId\":\"emdidac\",\"valuePath\":\"idgzwdydamis\",\"parameters\":{\"tdivykpxkqejtp\":{},\"fojiunrlsh\":{},\"uknsykdtoi\":{}}},\"dynamicListNew\":{\"operationId\":\"ncdrcoanvxuldx\",\"builtInOperation\":\"c\",\"itemsPath\":\"nlb\",\"itemValuePath\":\"xl\",\"itemTitlePath\":\"ibaqzi\",\"parameters\":{\"pzweghlwwbo\":{},\"vgfklqiyndveqe\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datavlrdsmovpi\",\"required\":[\"dnox\",\"xn\",\"qaqotnn\"],\"maxProperties\":245200094,\"minProperties\":74841439,\"allOf\":[{\"ref\":\"vrgptq\",\"type\":\"String\",\"title\":\"jdrpizfulgycts\",\"items\":{\"ref\":\"qgkujds\",\"type\":\"Integer\",\"title\":\"qwoeurbtigapd\",\"items\":{},\"properties\":{\"keejdpdfht\":{},\"mmkfq\":{}},\"additionalProperties\":\"dataiqulwwtrjmeq\",\"required\":[\"hzokpoyuohue\",\"snaajph\"],\"maxProperties\":1282795519,\"minProperties\":195362685,\"allOf\":[{},{}],\"discriminator\":\"pwsadaxjsumxpe\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajrmfqzwqd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"m\":{},\"wxf\":{},\"zkvemy\":{},\"dpczaqpqifd\":{}},\"additionalProperties\":\"dataptrwtxzuisamo\",\"required\":[\"niz\"],\"maxProperties\":8718366,\"minProperties\":2112989688,\"allOf\":[{},{},{},{}],\"discriminator\":\"ghrmthsplw\",\"readOnly\":true,\"xml\":{\"name\":\"rgxfqpaniceo\",\"namespace\":\"gzwhsxyrujmtik\",\"prefix\":\"likyohz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"xhrptyodlh\":\"datakvycqqqdseipnquw\",\"bjop\":\"datafktltdds\",\"zkqxsalu\":\"dataouhbq\",\"wqhdgsjsa\":\"datayigfcvcew\"}},\"externalDocs\":{\"description\":\"ncmazdf\",\"uri\":\"xhyqmr\",\"extensions\":{\"bwtdr\":\"dataarnpvgrsz\"}},\"example\":\"datagz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lhhfi\",\"valuePath\":\"cfculzj\",\"parameters\":{\"ldqpzf\":\"datapfywv\"}},\"dynamicSchemaNew\":{\"operationId\":\"oxinunjlzkdr\",\"valuePath\":\"qsxytqqtcmiw\",\"parameters\":{\"svnmeylajamcajy\":{}}},\"dynamicListNew\":{\"operationId\":\"p\",\"builtInOperation\":\"rryklleynqan\",\"itemsPath\":\"igglclwalhvub\",\"itemValuePath\":\"zphetxdqcm\",\"itemTitlePath\":\"tajqzj\",\"parameters\":{\"ecxbibiwksdegyxs\":{},\"fpzvoikvntwczf\":{},\"wushlcxpbl\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"p\",\"readOnly\":true,\"xml\":{\"name\":\"aidqzsaaoqdsgpto\",\"namespace\":\"jq\",\"prefix\":\"afcnlrtb\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"jolb\":\"datao\",\"ktwieope\":\"dataa\"}},\"externalDocs\":{\"description\":\"xq\",\"uri\":\"rswyilj\",\"extensions\":{\"do\":\"datakgxyxyauxre\"}},\"example\":\"datacnlt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ujsqycm\",\"valuePath\":\"xfabl\",\"parameters\":{\"cgnwplrrbphcts\":\"datawbmwhrialiwr\",\"pbfs\":\"databibticuhqvum\",\"xmzrmtmvwitu\":\"dataeqbbewfcuqfpy\"}},\"dynamicSchemaNew\":{\"operationId\":\"yjshcyb\",\"valuePath\":\"upp\",\"parameters\":{\"saebwfwhxorpwal\":{\"operationId\":\"cmvouujxdiikmoxr\",\"valuePath\":\"svavlrxikjmoy\",\"parameters\":{\"npipcwybszfncn\":{},\"atpf\":{}}},\"lokfpmijpdvzv\":{\"operationId\":\"wugexojfccyl\",\"valuePath\":\"rh\",\"parameters\":{\"azjpwexcdrzpro\":{},\"zzxezmnrkj\":{},\"pjeuxsp\":{}}},\"nntrvrkps\":{\"operationId\":\"hwb\",\"valuePath\":\"ufvcgnrgl\",\"parameters\":{\"wyambhba\":{},\"ebzx\":{},\"k\":{},\"qutibhl\":{}}},\"xch\":{\"operationId\":\"d\",\"valuePath\":\"vzm\",\"parameters\":{\"nysvlpyeuukppd\":{},\"xqbolxvhhyqqegat\":{},\"grznmginmtsd\":{}}}}},\"dynamicListNew\":{\"operationId\":\"bmgjymncjc\",\"builtInOperation\":\"airwcqzoofj\",\"itemsPath\":\"jsvepfbhtleberp\",\"itemValuePath\":\"jeknfqnw\",\"itemTitlePath\":\"qxowkdn\",\"parameters\":{\"rmxkbcjwwdxom\":{\"operationId\":\"krhwieh\",\"valuePath\":\"pnowawonoehrguql\",\"parameters\":{\"afbjzmpy\":{},\"guyfazbkocbygvt\":{}}},\"gabdxfkuzbwjeco\":{\"operationId\":\"wppk\",\"valuePath\":\"ooz\",\"parameters\":{\"acagae\":{},\"aoiqclmgdt\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"elnii\",\"itemsPath\":\"cgagdvcdqhftzbp\",\"itemValuePath\":\"a\",\"itemTitlePath\":\"df\",\"itemFullTitlePath\":\"tncwmhjobzrfpr\",\"itemIsParent\":\"dc\",\"selectableFilter\":\"yftcvbzwgwhg\",\"parameters\":{\"o\":{},\"uoorssatfybipufd\":{},\"xuqbdqnasttuxvz\":{},\"q\":{}}},\"browse\":{\"operationId\":\"pbtsixhgvbhxmnd\",\"itemsPath\":\"gsqjayqmarxneib\",\"itemValuePath\":\"brhbjdqknhqn\",\"itemTitlePath\":\"tpuwnnohmmzngocf\",\"itemFullTitlePath\":\"uypwyiulaynos\",\"itemIsParent\":\"kfhaxttpfsmwgsgh\",\"selectableFilter\":\"cum\",\"parameters\":{\"auqmllfeoth\":{}}}}},\"properties\":{\"olj\":{\"ref\":\"igrjdljlkqhvkrbz\",\"type\":\"Integer\",\"title\":\"taxklpruu\",\"items\":{\"ref\":\"l\",\"type\":\"Integer\",\"title\":\"wx\",\"items\":{\"ref\":\"ksgfyyskyekg\",\"type\":\"Object\",\"title\":\"z\",\"items\":{},\"properties\":{\"kwrt\":{},\"letyvesz\":{}},\"additionalProperties\":\"datalhpdhwynctaczcnj\",\"required\":[\"b\",\"nvjxitzovnk\",\"tiklsm\",\"ihqlcoqks\"],\"maxProperties\":2021332057,\"minProperties\":255823650,\"allOf\":[{},{},{}],\"discriminator\":\"bgbudav\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacqcdhthojv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"awrdt\":{},\"agzlgpyai\":{}},\"additionalProperties\":\"datahzqjjtsmuydqfttk\",\"required\":[\"bdueurg\"],\"maxProperties\":1208551296,\"minProperties\":1562410077,\"allOf\":[{},{},{}],\"discriminator\":\"lojermhzicsbfd\",\"readOnly\":true,\"xml\":{\"name\":\"knyuki\",\"namespace\":\"iglh\",\"prefix\":\"zwxqtejpii\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"k\":\"dataagjjn\",\"f\":\"dataylhyyx\",\"q\":\"dataklvqzrwtrdgscn\",\"gnwxl\":\"dataon\"}},\"externalDocs\":{\"description\":\"zyohxpthc\",\"uri\":\"pvkvtwf\",\"extensions\":{\"cdyarnggcjfwblqh\":\"dataobpbokhmm\",\"s\":\"datakasmcolmugpyva\"}},\"example\":\"datal\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ygz\",\"valuePath\":\"yevjhubnobguq\",\"parameters\":{\"viqcpszp\":\"datasqkpdmioyjpnm\"}},\"dynamicSchemaNew\":{\"operationId\":\"qdvrdmvxyrxdh\",\"valuePath\":\"qojbxao\",\"parameters\":{\"bzxmbtplefoio\":{},\"idoxznvgvdtmuuv\":{},\"awsxmrszbknimxlp\":{},\"erxrzutylcurza\":{}}},\"dynamicListNew\":{\"operationId\":\"b\",\"builtInOperation\":\"aehtd\",\"itemsPath\":\"mbnvynfaooeacted\",\"itemValuePath\":\"lsk\",\"itemTitlePath\":\"ddida\",\"parameters\":{\"lrqmtlp\":{},\"yxroiduyqypffmno\":{},\"ic\":{},\"udyhbrj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"kumcfjxokyelsy\":{\"ref\":\"jrholuqw\",\"type\":\"Boolean\",\"title\":\"xhdod\",\"items\":{},\"properties\":{\"blvtb\":{},\"mvsbyidaelqpve\":{},\"mkwjfbotl\":{},\"ggdusxu\":{}},\"additionalProperties\":\"datau\",\"required\":[\"xcjkcoqwczsy\",\"qrizfwihvaan\",\"qtnhjrfd\",\"fdvbbaexxjfwtg\"],\"maxProperties\":1215585734,\"minProperties\":174855612,\"allOf\":[{},{},{}],\"discriminator\":\"vmuafmc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataepsvpltidajj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qxridt\":{\"ref\":\"vfnkwmygjjekrk\",\"type\":\"Boolean\",\"title\":\"ugjqyckgtxkrdt\",\"items\":{},\"properties\":{\"cjdk\":{}},\"additionalProperties\":\"datatcsubmzoo\",\"required\":[\"obc\"],\"maxProperties\":1362444897,\"minProperties\":344376979,\"allOf\":[{},{},{}],\"discriminator\":\"yslb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datankkw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"vwfnqqwypvn\":{\"ref\":\"saqjmkgx\",\"type\":\"Number\",\"title\":\"euu\",\"items\":{},\"properties\":{\"pziiz\":{},\"vjykofveze\":{},\"k\":{}},\"additionalProperties\":\"dataqt\",\"required\":[\"epj\",\"zkca\",\"fwzcntogffjwaj\"],\"maxProperties\":400224638,\"minProperties\":1549136284,\"allOf\":[{},{},{},{}],\"discriminator\":\"kifmxawo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahrkmjqncfv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"ygbadu\":{\"ref\":\"wbgodtggrssg\",\"type\":\"String\",\"title\":\"ai\",\"items\":{},\"properties\":{\"ymvecvztscbg\":{},\"usaictd\":{},\"cnk\":{}},\"additionalProperties\":\"dataohnrddclzeqoz\",\"required\":[\"lbz\",\"ixbnj\",\"qvzyuexozonyn\",\"ameudpabcreu\"],\"maxProperties\":1262444091,\"minProperties\":1525616441,\"allOf\":[{},{}],\"discriminator\":\"vcva\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxzv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datacovsdqhzrtd\",\"required\":[\"rlimzfvppkeqs\",\"fjmclngygnhrkomb\"],\"maxProperties\":1940380502,\"minProperties\":658508685,\"allOf\":[{\"ref\":\"ggorwjoqt\",\"type\":\"Object\",\"title\":\"vclpofyrlm\",\"items\":{},\"properties\":{\"skwxj\":{},\"vhxccbmkakmkoo\":{},\"bputmgvmuyakml\":{},\"ktfowzkroyrdur\":{}},\"additionalProperties\":\"datalzqjimejtgzjxx\",\"required\":[\"jlz\"],\"maxProperties\":1172424480,\"minProperties\":1969257397,\"allOf\":[{},{}],\"discriminator\":\"yyzivrmitcd\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahrktjleifibfiplh\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"owly\",\"type\":\"Boolean\",\"title\":\"udsqcmhnx\",\"items\":{},\"properties\":{\"wodmachbkvnr\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"goqple\",\"mumk\"],\"maxProperties\":826544062,\"minProperties\":567728951,\"allOf\":[{}],\"discriminator\":\"rwnhkgqggoxsst\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafrrynjcwmhl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"kemjpequlrlz\",\"type\":\"Array\",\"title\":\"jtfbclakkucddwnh\",\"items\":{},\"properties\":{\"toucgj\":{},\"irjwayhicqqwwvgw\":{}},\"additionalProperties\":\"datalvlize\",\"required\":[\"iabvnsrgek\",\"yqxadyfhbmw\",\"hojqttbspvkhg\"],\"maxProperties\":2086760208,\"minProperties\":817344731,\"allOf\":[{},{},{},{}],\"discriminator\":\"stujrzxrknsfdrl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataiitt\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"daxurfqazc\",\"type\":\"Array\",\"title\":\"vxdzciggbnvtxofw\",\"items\":{},\"properties\":{\"xwhoeamoeobd\":{},\"eysf\":{},\"nimtwuuhaueg\":{}},\"additionalProperties\":\"datawmnfeubtzjyrkwfu\",\"required\":[\"hrrk\",\"umnqdurhzzfopu\"],\"maxProperties\":1606958085,\"minProperties\":1881267273,\"allOf\":[{},{},{}],\"discriminator\":\"ujopwnibittoztjd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamwcaddtgctxegtv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"fnzzryizwbxg\",\"readOnly\":true,\"xml\":{\"name\":\"ayunomirhpfabenq\",\"namespace\":\"mwmgewayxfl\",\"prefix\":\"cpjs\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"sqsnxf\":\"datau\",\"bzyvbsua\":\"dataxufeapd\",\"bkzhmhjd\":\"dataulpodkaxpf\"}},\"externalDocs\":{\"description\":\"deluqroja\",\"uri\":\"fztlr\",\"extensions\":{\"zqxlcwe\":\"datarkgzkyhudbkuw\",\"qufqizj\":\"datakfecjvxf\"}},\"example\":\"datapwooajeyyj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"zxpxhn\",\"valuePath\":\"slekc\",\"parameters\":{\"ztldsvczdjiah\":\"datazkjtyqpdwadeg\"}},\"dynamicSchemaNew\":{\"operationId\":\"mjzucwwme\",\"valuePath\":\"qhdd\",\"parameters\":{\"qx\":{},\"yookyfozkbnzxby\":{}}},\"dynamicListNew\":{\"operationId\":\"pgaixwrgrkkderf\",\"builtInOperation\":\"wqikwepwogggic\",\"itemsPath\":\"xhtfmcqbsudzpgch\",\"itemValuePath\":\"gfqumjdjxhzghgo\",\"itemTitlePath\":\"ynrceqavfdbdf\",\"parameters\":{\"jdnaju\":{},\"pjyyqmkwlhvc\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"uxxrwzobuzms\",\"itemsPath\":\"amt\",\"itemValuePath\":\"kwppthuzdprmimr\",\"itemTitlePath\":\"dpoqfxyem\",\"itemFullTitlePath\":\"ftb\",\"itemIsParent\":\"whtecloamfmxtll\",\"selectableFilter\":\"tymqcnrrfijhggab\",\"parameters\":{\"amklilirwdv\":{}}},\"browse\":{\"operationId\":\"sdpzouhktqrxqwq\",\"itemsPath\":\"xrdfddtu\",\"itemValuePath\":\"ygta\",\"itemTitlePath\":\"zcxdfweapyfmlxrl\",\"itemFullTitlePath\":\"h\",\"itemIsParent\":\"spi\",\"selectableFilter\":\"eimixlmdbgicehf\",\"parameters\":{\"drjuqbp\":{},\"tokljmtznpaxw\":{},\"qtyyqiprcltungb\":{}}}}},\"mgsdaluyckhefrbh\":{\"ref\":\"miigzb\",\"type\":\"Number\",\"title\":\"gkdskswtiiq\",\"items\":{\"ref\":\"ikclsm\",\"type\":\"Boolean\",\"title\":\"swoykdn\",\"items\":{\"ref\":\"axwmgzru\",\"type\":\"Boolean\",\"title\":\"wnyn\",\"items\":{},\"properties\":{\"q\":{},\"cbgvsbt\":{}},\"additionalProperties\":\"datartoxadhxuvjhxm\",\"required\":[\"s\",\"jcm\"],\"maxProperties\":349818575,\"minProperties\":84038525,\"allOf\":[{},{},{}],\"discriminator\":\"vnpvvd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datayqipslzmvcdsvm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"obvfiybx\":{},\"ich\":{},\"ybfzdqekivycp\":{},\"cv\":{}},\"additionalProperties\":\"datazulrqt\",\"required\":[\"re\",\"pzl\",\"ryfmxmdu\",\"zf\"],\"maxProperties\":493502164,\"minProperties\":474777755,\"allOf\":[{},{},{},{}],\"discriminator\":\"ccgndjgdprig\",\"readOnly\":true,\"xml\":{\"name\":\"qfcbuul\",\"namespace\":\"uflqjfshtuj\",\"prefix\":\"ohigimwdcsk\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ecuyr\":\"dataixnmbz\",\"etv\":\"datawimbzayspzvr\",\"dvatlzmgschn\":\"dataphmdzxplgtp\"}},\"externalDocs\":{\"description\":\"bkkz\",\"uri\":\"lzdmnfmfwsxafo\",\"extensions\":{\"zwdehkkmvhz\":\"dataorimmo\",\"rtgelg\":\"dataovanyrva\",\"qoq\":\"dataewikfyaqandmym\",\"fbpbvzopaxmfmvsm\":\"dataumov\"}},\"example\":\"dataoxfaxdtn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"atroiaue\",\"valuePath\":\"gmocpcjycboelrgt\",\"parameters\":{\"dpk\":\"dataldsiuorinikc\",\"yczyayubtgm\":\"datariwmmtmqrxrzqv\",\"gpx\":\"dataxiqahr\"}},\"dynamicSchemaNew\":{\"operationId\":\"plnupoyryef\",\"valuePath\":\"wovy\",\"parameters\":{\"lnomfpb\":{},\"ceeg\":{},\"yieztkutnjil\":{}}},\"dynamicListNew\":{\"operationId\":\"krehyhtmj\",\"builtInOperation\":\"uif\",\"itemsPath\":\"lxfary\",\"itemValuePath\":\"jlgdez\",\"itemTitlePath\":\"qwahoy\",\"parameters\":{\"xqvj\":{},\"eiwtczkdd\":{},\"vovbooqbmdqrx\":{},\"glaetscflwtjd\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"oaeoc\":{\"ref\":\"y\",\"type\":\"Boolean\",\"title\":\"dtzcqi\",\"items\":{},\"properties\":{\"dgcozzomeh\":{}},\"additionalProperties\":\"dataantolamlbijuxkq\",\"required\":[\"z\",\"pvwdtgckzdqiq\",\"lrat\"],\"maxProperties\":494579797,\"minProperties\":61388571,\"allOf\":[{},{},{},{}],\"discriminator\":\"xsuykznhrfg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datary\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datajtfeyvkbdgddkr\",\"required\":[\"cxbeuuqutkzwtjww\",\"uzy\",\"ijcxfno\"],\"maxProperties\":407285666,\"minProperties\":1495024661,\"allOf\":[{\"ref\":\"hqkkkbjuc\",\"type\":\"String\",\"title\":\"uqbhpowcnxtpzdly\",\"items\":{},\"properties\":{\"toakatprytgrhz\":{},\"qfdpf\":{},\"wrp\":{}},\"additionalProperties\":\"datacshtkutzcttbqgdi\",\"required\":[\"mmtzjgc\"],\"maxProperties\":1534454423,\"minProperties\":1777744095,\"allOf\":[{},{}],\"discriminator\":\"jirmuydgfttm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataagfuoftnxod\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"ygmgsevm\",\"readOnly\":true,\"xml\":{\"name\":\"lrstgfczlj\",\"namespace\":\"cidt\",\"prefix\":\"amyyznmrgcdogcv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"szp\":\"datauwhttnzqsaqmeb\",\"z\":\"datausdekpd\"}},\"externalDocs\":{\"description\":\"gpgvokyejidbdq\",\"uri\":\"qunycwztlvvw\",\"extensions\":{\"trepw\":\"datarkky\",\"dofuckclb\":\"datawfkcauxuvavcpf\"}},\"example\":\"dataluevsolzwilfng\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ebuuxjx\",\"valuePath\":\"xfjwp\",\"parameters\":{\"xljbkhxsd\":\"datatpmbmxbmbrwgz\",\"xydgtokvqbvwg\":\"datalaumydmhweqjf\"}},\"dynamicSchemaNew\":{\"operationId\":\"zpvxak\",\"valuePath\":\"hpsesrf\",\"parameters\":{\"qiy\":{},\"vxcgdhyhgoqgs\":{},\"yqyxyjrcbqpbis\":{}}},\"dynamicListNew\":{\"operationId\":\"q\",\"builtInOperation\":\"xtdahneao\",\"itemsPath\":\"t\",\"itemValuePath\":\"ztivfwjl\",\"itemTitlePath\":\"zekfsrmauklajv\",\"parameters\":{\"czh\":{},\"pejovt\":{},\"wxn\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"aaoeehpm\",\"itemsPath\":\"nvjeateaxxc\",\"itemValuePath\":\"oxdjxldnaryy\",\"itemTitlePath\":\"zkdolrndwdbvxvza\",\"itemFullTitlePath\":\"doyqx\",\"itemIsParent\":\"nkfthmcxqqxmyz\",\"selectableFilter\":\"a\",\"parameters\":{\"pohrvm\":{}}},\"browse\":{\"operationId\":\"razadivznllaslks\",\"itemsPath\":\"jqjpv\",\"itemValuePath\":\"ihxjtgzgtai\",\"itemTitlePath\":\"b\",\"itemFullTitlePath\":\"roigbsfsgsaenwld\",\"itemIsParent\":\"hljqlxsp\",\"selectableFilter\":\"jc\",\"parameters\":{\"ldsxebuhsxrz\":{}}}}},\"yuafixlxic\":{\"ref\":\"uerbgpxebjl\",\"type\":\"Null\",\"title\":\"ytujra\",\"items\":{\"ref\":\"pryj\",\"type\":\"Boolean\",\"title\":\"sewouxlymsv\",\"items\":{\"ref\":\"ju\",\"type\":\"String\",\"title\":\"oseh\",\"items\":{},\"properties\":{\"mpctwjwdsdlzmk\":{},\"erxxxoteehkhowgo\":{}},\"additionalProperties\":\"datavhxowpcbapnpxra\",\"required\":[\"bmps\",\"fey\",\"qlocvvujexaygl\",\"rkgjnmzpaslavxjf\"],\"maxProperties\":10286473,\"minProperties\":875885958,\"allOf\":[{},{},{},{}],\"discriminator\":\"dzlvssqywj\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahydv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"llxgjscizwgsori\":{},\"bijeiydy\":{}},\"additionalProperties\":\"dataynhbokayrg\",\"required\":[\"ri\"],\"maxProperties\":1851708827,\"minProperties\":330917413,\"allOf\":[{}],\"discriminator\":\"norwaigsio\",\"readOnly\":false,\"xml\":{\"name\":\"vjanx\",\"namespace\":\"fffhtjnwos\",\"prefix\":\"fjxtvlxxzqfc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"mbjiqeg\":\"dataeezwyh\",\"pyvdkgdets\":\"dataxdbsohcw\",\"ensmuffiwjbct\":\"datawcanzbjekwuyckyv\",\"scsl\":\"databpzujqjtotdxp\"}},\"externalDocs\":{\"description\":\"usiecktybhjuxid\",\"uri\":\"xomi\",\"extensions\":{\"d\":\"dataxj\",\"qrslaate\":\"datagxwjwil\"}},\"example\":\"datawuj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gqwlxrhg\",\"valuePath\":\"hvtqqykbkk\",\"parameters\":{\"ofnqhlbs\":\"datazejogmkorvvmvm\",\"yalhtgm\":\"dataosnqliwkmzojfe\"}},\"dynamicSchemaNew\":{\"operationId\":\"zgbjbhrpgi\",\"valuePath\":\"ttcucrcm\",\"parameters\":{\"xp\":{},\"jiwifhbksldttoh\":{}}},\"dynamicListNew\":{\"operationId\":\"naihtgsiqikvllr\",\"builtInOperation\":\"p\",\"itemsPath\":\"lxkoi\",\"itemValuePath\":\"trawrqkza\",\"itemTitlePath\":\"unmpaklwzl\",\"parameters\":{\"prnejzltkaszf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"tag\":{\"ref\":\"xapgrcqebmvrdjom\",\"type\":\"Null\",\"title\":\"bvvdlsflxkqesd\",\"items\":{},\"properties\":{\"bgzancoinmphymcq\":{},\"dklt\":{}},\"additionalProperties\":\"datahqnufbxwei\",\"required\":[\"toj\",\"vfnybydh\",\"ihaouwudhua\",\"rhjkehw\"],\"maxProperties\":1750285749,\"minProperties\":1944663401,\"allOf\":[{},{},{}],\"discriminator\":\"c\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataobrugejcvj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataajdyoljeqyxqfmz\",\"required\":[\"zhravrcj\",\"jymgqbgcxhn\",\"xgzxlermkmer\",\"hskirhnp\"],\"maxProperties\":309779242,\"minProperties\":264142664,\"allOf\":[{\"ref\":\"kdljqnvtsdydshkp\",\"type\":\"Null\",\"title\":\"loowwzizznyufp\",\"items\":{},\"properties\":{\"ifgufyjfdkqiyv\":{}},\"additionalProperties\":\"datajokgwesymzqh\",\"required\":[\"fzlpe\"],\"maxProperties\":403924911,\"minProperties\":1283452327,\"allOf\":[{},{},{}],\"discriminator\":\"aujqbbgsimwejlwb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databdwbcp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dtnaczkf\",\"type\":\"Array\",\"title\":\"gawphns\",\"items\":{},\"properties\":{\"wgtqcume\":{},\"saaqgoq\":{},\"diuycsbskowkrbhz\":{},\"rb\":{}},\"additionalProperties\":\"datatmqowiuasfgqg\",\"required\":[\"hfaimqvdruozkg\",\"fpeoehgfmq\",\"sk\"],\"maxProperties\":1917313884,\"minProperties\":1256408702,\"allOf\":[{},{}],\"discriminator\":\"plhpevasynt\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datalbqrvvbqvknmpecq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"ubnsnstlpwq\",\"type\":\"Object\",\"title\":\"jkht\",\"items\":{},\"properties\":{\"yo\":{},\"weuiyx\":{}},\"additionalProperties\":\"datakzts\",\"required\":[\"b\",\"vy\"],\"maxProperties\":104163747,\"minProperties\":409887559,\"allOf\":[{},{},{},{}],\"discriminator\":\"ytkztadopgf\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"igqkzjuqwqa\",\"type\":\"Number\",\"title\":\"x\",\"items\":{},\"properties\":{\"yoipnfdb\":{},\"soscien\":{},\"zfvbennmfkbpj\":{}},\"additionalProperties\":\"datatekwwnthropm\",\"required\":[\"syiurzt\"],\"maxProperties\":1006598837,\"minProperties\":519801743,\"allOf\":[{},{},{},{}],\"discriminator\":\"cqkoqyouerg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxkpyehhfdyldh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"iyuq\",\"readOnly\":true,\"xml\":{\"name\":\"eunokakz\",\"namespace\":\"pjlwyxe\",\"prefix\":\"nmxrfomckewvmyi\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"gnuywezygva\":\"datatpdyzoutxfptof\"}},\"externalDocs\":{\"description\":\"aqwvkgjpytpmpvdn\",\"uri\":\"e\",\"extensions\":{\"axzs\":\"datafbortbnukk\"}},\"example\":\"dataxxyjisskobqoclfl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hxessmvrk\",\"valuePath\":\"sqeq\",\"parameters\":{\"ses\":\"dataxm\",\"ib\":\"datarujbjpppktlp\"}},\"dynamicSchemaNew\":{\"operationId\":\"hieatnejr\",\"valuePath\":\"inzqplgtkiho\",\"parameters\":{\"zsrzfffjilzfbpnt\":{},\"gkensckhbmcarmo\":{}}},\"dynamicListNew\":{\"operationId\":\"xkwyk\",\"builtInOperation\":\"dndx\",\"itemsPath\":\"kh\",\"itemValuePath\":\"gapvdgtfpeerscdx\",\"itemTitlePath\":\"rnjr\",\"parameters\":{\"mb\":{},\"acnrgfdtncmspsan\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"qmlfv\",\"itemsPath\":\"qcs\",\"itemValuePath\":\"qjmxpt\",\"itemTitlePath\":\"ipuugkwdrqmr\",\"itemFullTitlePath\":\"huuonjkkxukg\",\"itemIsParent\":\"hvvpx\",\"selectableFilter\":\"egcjojlleuid\",\"parameters\":{\"onvhgnhtmepl\":{},\"bpjbapm\":{},\"mmmkvavucgjiuaiq\":{},\"mnuf\":{}}},\"browse\":{\"operationId\":\"chxwwuzdmh\",\"itemsPath\":\"lvivj\",\"itemValuePath\":\"mlitqdsj\",\"itemTitlePath\":\"dvisco\",\"itemFullTitlePath\":\"xbriifefn\",\"itemIsParent\":\"lvrqo\",\"selectableFilter\":\"wsieeailwdq\",\"parameters\":{\"ydeo\":{},\"mfxlkdlgwgnamkuu\":{},\"i\":{}}}}},\"ka\":{\"ref\":\"pthdcfmf\",\"type\":\"Integer\",\"title\":\"sfodropalvng\",\"items\":{\"ref\":\"us\",\"type\":\"Integer\",\"title\":\"rn\",\"items\":{\"ref\":\"mdrcjlvkrkegtyc\",\"type\":\"Null\",\"title\":\"iyxlzmiydde\",\"items\":{},\"properties\":{\"vab\":{},\"hvsexduetbapf\":{},\"zewxtrlqbpxy\":{},\"zkjp\":{}},\"additionalProperties\":\"datagzxvbczw\",\"required\":[\"gbth\",\"sritjbuiggru\"],\"maxProperties\":678554008,\"minProperties\":1056020483,\"allOf\":[{},{},{},{}],\"discriminator\":\"jthoivsdwsngkr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavakmhzbhwahfbw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ynuqqkotauratnic\":{},\"pfzsclefyrl\":{},\"tndqlmf\":{},\"ggnbbuypwovvvsfl\":{}},\"additionalProperties\":\"datavnoqayrehju\",\"required\":[\"apxrlzhpzihacenq\",\"zlxnqzubf\"],\"maxProperties\":223461111,\"minProperties\":514850447,\"allOf\":[{}],\"discriminator\":\"fwmjcwtewfhxwy\",\"readOnly\":false,\"xml\":{\"name\":\"hzlrynjpchamkae\",\"namespace\":\"rajubowuywevt\",\"prefix\":\"ieikmwlaoklfnis\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"yuvtz\":\"datatredscnnstjc\",\"wtzqzcloyhy\":\"dataxzhclec\",\"wbyorjplbchych\":\"datapgidhzgyresgzsdt\",\"fbqvumkxqj\":\"datakvy\"}},\"externalDocs\":{\"description\":\"epmaxfnzlpqmp\",\"uri\":\"xef\",\"extensions\":{\"ooifqdywjflob\":\"datablmrtuxyprhfca\",\"ecorkfro\":\"dataahqmom\",\"zbjesylslur\":\"datagbmxldjmz\",\"gdz\":\"dataqfygpny\"}},\"example\":\"datasc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ouprs\",\"valuePath\":\"qzssl\",\"parameters\":{\"hgyqvpbfj\":\"datawfnivrxpfduio\",\"urbormvh\":\"dataoqzucfzluczdq\",\"jywzcqyg\":\"datazielbprnq\",\"ngqiw\":\"datamnwsvh\"}},\"dynamicSchemaNew\":{\"operationId\":\"tobdrrpnre\",\"valuePath\":\"unsbfjhhlw\",\"parameters\":{\"vegeattb\":{},\"kgtzqnwqsttewu\":{},\"cysje\":{},\"fjxflpditfno\":{}}},\"dynamicListNew\":{\"operationId\":\"yuxlvrhprrv\",\"builtInOperation\":\"onleqflvtl\",\"itemsPath\":\"bs\",\"itemValuePath\":\"huy\",\"itemTitlePath\":\"n\",\"parameters\":{\"tlnrj\":{},\"sz\":{},\"buziciqppoqvgp\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"arlcjiwgsxfaiocw\":{\"ref\":\"jnoxuoxtfnr\",\"type\":\"File\",\"title\":\"epgckn\",\"items\":{},\"properties\":{\"vsnvbtqdxfmj\":{},\"mjnhjlu\":{}},\"additionalProperties\":\"datalbsu\",\"required\":[\"dxckdl\"],\"maxProperties\":196786435,\"minProperties\":321625058,\"allOf\":[{},{}],\"discriminator\":\"bosjjfd\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafyaytvsly\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"jqyvzesipi\":{\"ref\":\"ujjgnfgrzxbarc\",\"type\":\"Boolean\",\"title\":\"fzqsymjwenjcytes\",\"items\":{},\"properties\":{\"r\":{},\"fodqhuauzmzi\":{},\"rtrfzh\":{},\"ezvhj\":{}},\"additionalProperties\":\"dataxdyyrud\",\"required\":[\"swtvd\",\"xbqssgfenffdxbvw\",\"qjchivd\",\"ija\"],\"maxProperties\":671307906,\"minProperties\":923220411,\"allOf\":[{},{},{},{}],\"discriminator\":\"rdlmzjotprrmu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazlxiwyopgarpfctw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"tc\":{\"ref\":\"njqyow\",\"type\":\"Array\",\"title\":\"ndazabu\",\"items\":{},\"properties\":{\"ewkaupwhl\":{}},\"additionalProperties\":\"datackremgjlmsvdorsi\",\"required\":[\"hyrkqakofajfr\"],\"maxProperties\":1832808046,\"minProperties\":4902859,\"allOf\":[{}],\"discriminator\":\"nwt\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataixbcejopylblfspr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datafx\",\"required\":[\"tzfslxizhqikmgo\",\"liqemcdiiisklbo\"],\"maxProperties\":301539102,\"minProperties\":445516048,\"allOf\":[{\"ref\":\"trkfkgenjqnnpjwk\",\"type\":\"String\",\"title\":\"xigfoujjc\",\"items\":{},\"properties\":{\"mrlhnzkwops\":{},\"nyinxuprrxyxw\":{},\"ezbfqployuek\":{},\"cpvuft\":{}},\"additionalProperties\":\"datavjmnsv\",\"required\":[\"jktvolef\",\"jisepkdbxotfbj\"],\"maxProperties\":1912292720,\"minProperties\":1575969053,\"allOf\":[{},{},{},{}],\"discriminator\":\"nnmxynlsuqbwzstr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datatrgjjkt\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mmculwkq\",\"type\":\"Integer\",\"title\":\"ook\",\"items\":{},\"properties\":{\"sgaojbtqpqsdoctp\":{},\"pujzfl\":{},\"cdsgxceluji\":{}},\"additionalProperties\":\"datalluunxh\",\"required\":[\"fxzf\",\"u\",\"eupcknecexkgrv\"],\"maxProperties\":1961478226,\"minProperties\":45308346,\"allOf\":[{}],\"discriminator\":\"sytqpdzfyxcnwawo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajqfbifop\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"az\",\"readOnly\":true,\"xml\":{\"name\":\"mbwotfcuu\",\"namespace\":\"tjigpgayiawohf\",\"prefix\":\"nnzm\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"aidzrpvsgloi\":\"dataen\",\"gpijpk\":\"datavslvivqsuvwten\",\"juf\":\"datacyoaqxukui\"}},\"externalDocs\":{\"description\":\"iooanduewfhv\",\"uri\":\"jhxzubfjzabbwzgv\",\"extensions\":{\"saigavkmvyxzer\":\"dataixcdckixs\"}},\"example\":\"datarkpzjbyetjxryop\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"whlbecgihzbpem\",\"valuePath\":\"rab\",\"parameters\":{\"ppskpeswyh\":\"datawwxywpjhspboxhi\",\"c\":\"datamifjuajxww\"}},\"dynamicSchemaNew\":{\"operationId\":\"eglyu\",\"valuePath\":\"cmlae\",\"parameters\":{\"bqufpnezsjzayml\":{},\"rorh\":{},\"ogzmsimehtcuuwdh\":{}}},\"dynamicListNew\":{\"operationId\":\"hyhnimxtns\",\"builtInOperation\":\"isnomwnwnghoj\",\"itemsPath\":\"keyymicjixxfs\",\"itemValuePath\":\"crtnuguefxxi\",\"itemTitlePath\":\"ebdvey\",\"parameters\":{\"krhlolmc\":{},\"wepf\":{},\"sv\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"petlrn\",\"itemsPath\":\"etawevx\",\"itemValuePath\":\"uek\",\"itemTitlePath\":\"l\",\"itemFullTitlePath\":\"vdovbrb\",\"itemIsParent\":\"rlprda\",\"selectableFilter\":\"cd\",\"parameters\":{\"nygdjccxwbpwyyk\":{},\"i\":{}}},\"browse\":{\"operationId\":\"lrzndas\",\"itemsPath\":\"id\",\"itemValuePath\":\"q\",\"itemTitlePath\":\"ytgkiql\",\"itemFullTitlePath\":\"hqtwv\",\"itemIsParent\":\"zekdzdzffzj\",\"selectableFilter\":\"tsmpchgg\",\"parameters\":{\"lgf\":{},\"atig\":{},\"gfrrkdknczgoryw\":{},\"vojtvmdevdlhqv\":{}}}}}},\"additionalProperties\":\"datapyhssrlvkpkpkoc\",\"required\":[\"cebxx\",\"pyicy\",\"sp\",\"slhwyy\"],\"maxProperties\":1655561193,\"minProperties\":1172142254,\"allOf\":[{\"ref\":\"mddhgajkrd\",\"type\":\"Array\",\"title\":\"pfcudvafnbf\",\"items\":{\"ref\":\"enqnxhgkordwzej\",\"type\":\"Integer\",\"title\":\"zvcmbpwd\",\"items\":{\"ref\":\"ayprldid\",\"type\":\"String\",\"title\":\"f\",\"items\":{},\"properties\":{\"ldzchubagwn\":{},\"zuvigvl\":{},\"hfrbzakpjt\":{},\"q\":{}},\"additionalProperties\":\"dataqpojpsucmximc\",\"required\":[\"ynqjgsat\"],\"maxProperties\":1741989520,\"minProperties\":383249084,\"allOf\":[{}],\"discriminator\":\"gcru\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datap\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jolpyoklkvuz\":{},\"advhmli\":{},\"oi\":{}},\"additionalProperties\":\"datawxxbht\",\"required\":[\"ioqemqwtqszzg\",\"ksikawanvmwdv\"],\"maxProperties\":1879054002,\"minProperties\":1332057721,\"allOf\":[{}],\"discriminator\":\"mpnbnfgyweoj\",\"readOnly\":true,\"xml\":{\"name\":\"mahiw\",\"namespace\":\"yawkch\",\"prefix\":\"pitskshfyftti\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"cj\":\"datajunfdgbg\"}},\"externalDocs\":{\"description\":\"blivw\",\"uri\":\"sudy\",\"extensions\":{\"xzduvxdmxexat\":\"databhdosmbngkql\",\"ddmiploisjkzso\":\"datadmnrsenxoirx\"}},\"example\":\"datanntwg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"psapzu\",\"valuePath\":\"wwytbdjzghx\",\"parameters\":{\"wntotcxmmqmt\":\"datagfmxpqkjnpyr\",\"onbexft\":\"datajkyjrexw\",\"qtlfoz\":\"datadaubheeggzgr\",\"cant\":\"dataumrtgjqg\"}},\"dynamicSchemaNew\":{\"operationId\":\"xz\",\"valuePath\":\"mkanbc\",\"parameters\":{\"ofmex\":{},\"te\":{},\"as\":{},\"manydscdkxwdpw\":{}}},\"dynamicListNew\":{\"operationId\":\"haahntofelfhpfi\",\"builtInOperation\":\"skkzdfivsujybsr\",\"itemsPath\":\"zmrgtxdhmfppinmg\",\"itemValuePath\":\"esmkwtzgf\",\"itemTitlePath\":\"gjhxerxl\",\"parameters\":{\"dbtqhvmmni\":{},\"qyho\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"jgclxaxwcffasps\":{\"ref\":\"gicnqwlctmwpblx\",\"type\":\"Array\",\"title\":\"gvxrktjcjigc\",\"items\":{},\"properties\":{\"anbqxa\":{},\"evchefp\":{},\"eedyybruholaem\":{}},\"additionalProperties\":\"datagimmrimaabsqqlo\",\"required\":[\"aowcahdkm\"],\"maxProperties\":2099578619,\"minProperties\":807845192,\"allOf\":[{}],\"discriminator\":\"jezbfsjwfczgl\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databsvbwyot\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"sfgnyscaccpt\":{\"ref\":\"k\",\"type\":\"Null\",\"title\":\"ghdoaqipmnxclf\",\"items\":{},\"properties\":{\"rnmuvwvpuofddtbf\":{}},\"additionalProperties\":\"datakjcnginxdvmaoyq\",\"required\":[\"gyxzmxynofxl\"],\"maxProperties\":1021167019,\"minProperties\":334314684,\"allOf\":[{},{},{},{}],\"discriminator\":\"nzujsji\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacjhmmofbnivdqtk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"yw\":{\"ref\":\"et\",\"type\":\"Array\",\"title\":\"xic\",\"items\":{},\"properties\":{\"jwyuveox\":{},\"pzzwahdrdvhaztk\":{},\"bivzfgxmbry\":{}},\"additionalProperties\":\"datawibios\",\"required\":[\"ykqfdqwdrtx\",\"fdaglmrcokzzert\"],\"maxProperties\":940206128,\"minProperties\":691539654,\"allOf\":[{},{},{}],\"discriminator\":\"whuby\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datak\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"zdxms\":{\"ref\":\"qowsdlkhczygpmg\",\"type\":\"Integer\",\"title\":\"lojhhyl\",\"items\":{},\"properties\":{\"fiyymotuzb\":{},\"bwjmtftcveln\":{}},\"additionalProperties\":\"dataupkqns\",\"required\":[\"qp\",\"bj\"],\"maxProperties\":616351558,\"minProperties\":1944183033,\"allOf\":[{},{},{},{}],\"discriminator\":\"fxrttxbms\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databqcamalec\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"databkdnnyufxuzms\",\"required\":[\"qrbrnxhjtlxf\",\"kjkxaravww\"],\"maxProperties\":1942434444,\"minProperties\":47403047,\"allOf\":[{\"ref\":\"htrxbozp\",\"type\":\"File\",\"title\":\"wjzb\",\"items\":{},\"properties\":{\"rnwv\":{},\"svoqiza\":{},\"wsdsorg\":{}},\"additionalProperties\":\"datajxsawooau\",\"required\":[\"xfqk\",\"wzrdqyoybm\"],\"maxProperties\":863208191,\"minProperties\":1579732142,\"allOf\":[{},{}],\"discriminator\":\"zdaiovrb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakvyyz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"yp\",\"type\":\"Boolean\",\"title\":\"velffohuriw\",\"items\":{},\"properties\":{\"rwpsshrmnkcclp\":{}},\"additionalProperties\":\"datauogkscxjfsgm\",\"required\":[\"oebnxsqcowscuyfq\",\"amfbqh\",\"u\"],\"maxProperties\":1334550565,\"minProperties\":672815842,\"allOf\":[{}],\"discriminator\":\"xqpwnikxkcajgrbr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataocqsazm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hxxrqicf\",\"type\":\"Array\",\"title\":\"jd\",\"items\":{},\"properties\":{\"pyeyoafinmp\":{},\"qup\":{},\"kjr\":{},\"fwkyluobdxw\":{}},\"additionalProperties\":\"datadcclcvqsr\",\"required\":[\"ylcvwbzmfx\"],\"maxProperties\":1430968690,\"minProperties\":1861991428,\"allOf\":[{},{},{},{}],\"discriminator\":\"piywqnp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagcnyxbyxmkhm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"lfstyygjqpulm\",\"type\":\"String\",\"title\":\"hmqmiwxzf\",\"items\":{},\"properties\":{\"cqfgu\":{},\"jnbxwbmwdukin\":{},\"lxhgdekekzou\":{},\"vewwpzrdwcgldo\":{}},\"additionalProperties\":\"datacandxfhhh\",\"required\":[\"tdqtdnnckkplj\"],\"maxProperties\":2116382645,\"minProperties\":1065048575,\"allOf\":[{}],\"discriminator\":\"xccyijjimhijzr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsduydw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"ldrdymnswx\",\"readOnly\":true,\"xml\":{\"name\":\"qnghxnimvyujr\",\"namespace\":\"unnqgypuqtnylqu\",\"prefix\":\"qmvyumgmmuebsnzn\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"qcazisvbrq\":\"datajxcyos\",\"gh\":\"datacyjpgawepkwonrz\"}},\"externalDocs\":{\"description\":\"tbgblxbuibrvjzta\",\"uri\":\"vs\",\"extensions\":{\"mfjew\":\"dataihvfjcqrttjfuq\",\"dostwygufmwe\":\"dataeqba\",\"kwdtlcj\":\"datavxgwz\",\"cqzvzrbvgwxhlxr\":\"datap\"}},\"example\":\"datav\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"n\",\"valuePath\":\"ovazoymdvhhpl\",\"parameters\":{\"atveqm\":\"datawd\"}},\"dynamicSchemaNew\":{\"operationId\":\"swzeyxry\",\"valuePath\":\"r\",\"parameters\":{\"w\":{}}},\"dynamicListNew\":{\"operationId\":\"lvs\",\"builtInOperation\":\"asgtl\",\"itemsPath\":\"qpoilos\",\"itemValuePath\":\"emcezevftm\",\"itemTitlePath\":\"l\",\"parameters\":{\"jy\":{},\"hztmsm\":{},\"wtpcflcezswwvw\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"pfhru\",\"itemsPath\":\"syqcjnqswxdowum\",\"itemValuePath\":\"ukrcdiohcl\",\"itemTitlePath\":\"dnhfknebwedd\",\"itemFullTitlePath\":\"yzcwy\",\"itemIsParent\":\"mkaqldqabnwvpaq\",\"selectableFilter\":\"xf\",\"parameters\":{\"gcfddofxnfb\":{},\"jyyrqaedw\":{},\"vocytjgoeayokrw\":{}}},\"browse\":{\"operationId\":\"hwpadhedbfob\",\"itemsPath\":\"zvothmkh\",\"itemValuePath\":\"ozvbwfc\",\"itemTitlePath\":\"hbpoelhscmyhrhj\",\"itemFullTitlePath\":\"zfq\",\"itemIsParent\":\"kndwp\",\"selectableFilter\":\"qwojoev\",\"parameters\":{\"fytdxmly\":{},\"zlyvapbkrbuog\":{},\"tdlt\":{}}}}},{\"ref\":\"u\",\"type\":\"Number\",\"title\":\"ijvaylze\",\"items\":{\"ref\":\"psftqkrvmhvbvvc\",\"type\":\"String\",\"title\":\"suspnhmzy\",\"items\":{\"ref\":\"etevrntfknwacy\",\"type\":\"Integer\",\"title\":\"tctkhfhfs\",\"items\":{},\"properties\":{\"sxrmhn\":{},\"izhvp\":{},\"hqqwcubl\":{}},\"additionalProperties\":\"datahk\",\"required\":[\"bzgottaksadzighm\",\"tbtdvu\"],\"maxProperties\":1986880154,\"minProperties\":1925598031,\"allOf\":[{},{},{},{}],\"discriminator\":\"eurdeewlsuxp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajyjiznior\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mcreihu\":{},\"trnighm\":{}},\"additionalProperties\":\"datauwqxungrobgw\",\"required\":[\"xjwdylwxmvzjow\",\"ugeerclbltbhpwac\"],\"maxProperties\":482126604,\"minProperties\":2056200345,\"allOf\":[{},{},{}],\"discriminator\":\"vwryvd\",\"readOnly\":true,\"xml\":{\"name\":\"kgpruccwmecbtxsy\",\"namespace\":\"texegw\",\"prefix\":\"qjywi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"kajwj\":\"datancindilo\",\"anhz\":\"datariarsbcl\",\"zkz\":\"dataknjxizbaxdy\",\"jmlxppdnd\":\"dataxfexwacy\"}},\"externalDocs\":{\"description\":\"evuiiuiibfkcjytq\",\"uri\":\"izeq\",\"extensions\":{\"oazyf\":\"datapvnopmotdsfhoxql\",\"bqk\":\"datakmvldzmxojzsvmai\",\"geecbpergwlckih\":\"datahyejt\"}},\"example\":\"datamyqsokk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"jwdizcrjixiujz\",\"valuePath\":\"sexgkrswksykkbxk\",\"parameters\":{\"lmnwzoknvuqddlgg\":\"datab\"}},\"dynamicSchemaNew\":{\"operationId\":\"olgzubakdlkv\",\"valuePath\":\"cmfnsffet\",\"parameters\":{\"ixwewzlscgsmep\":{}}},\"dynamicListNew\":{\"operationId\":\"xgvohdbthhxmoe\",\"builtInOperation\":\"udeepf\",\"itemsPath\":\"annvwx\",\"itemValuePath\":\"p\",\"itemTitlePath\":\"ubohxvzg\",\"parameters\":{\"vrhhogalgx\":{},\"wfmzvztau\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"wkyeahhhutpu\":{\"ref\":\"cssanybzzghv\",\"type\":\"Number\",\"title\":\"myjsvcdhly\",\"items\":{},\"properties\":{\"okj\":{},\"nzxezriwgo\":{}},\"additionalProperties\":\"dataapcqksaaapxjh\",\"required\":[\"ibenwsdfpvda\",\"hl\"],\"maxProperties\":1021845458,\"minProperties\":1456105852,\"allOf\":[{},{},{}],\"discriminator\":\"vzp\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataaqgomlbmfggeok\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datarfcqufmcihp\",\"required\":[\"wrerj\",\"xptch\"],\"maxProperties\":1641123661,\"minProperties\":763179593,\"allOf\":[{\"ref\":\"imlgbbfjmdg\",\"type\":\"Array\",\"title\":\"hmpmhef\",\"items\":{},\"properties\":{\"hqeofytls\":{},\"lowmcm\":{}},\"additionalProperties\":\"dataixuanccqvjfdgfq\",\"required\":[\"u\",\"pjhcfaaradciovmu\",\"zgugrblw\"],\"maxProperties\":415368250,\"minProperties\":1323145696,\"allOf\":[{},{},{}],\"discriminator\":\"ebaotbptgcsma\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafmd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wzmnobfewwpsibxo\",\"type\":\"File\",\"title\":\"qjrkbln\",\"items\":{},\"properties\":{\"wgycvtqnzjc\":{},\"qqzhem\":{},\"tbwn\":{},\"lbadp\":{}},\"additionalProperties\":\"datajdleajvmvvlooubs\",\"required\":[\"pjeopskgoc\",\"omlupfaz\"],\"maxProperties\":1559583465,\"minProperties\":95619921,\"allOf\":[{},{},{},{}],\"discriminator\":\"lgdwzrgdqyx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datacavqcwyzoqzkmqcw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"epbntqq\",\"type\":\"Integer\",\"title\":\"gsqxilefej\",\"items\":{},\"properties\":{\"znequq\":{},\"nttwk\":{},\"hajksbsyogjmqjhg\":{}},\"additionalProperties\":\"datadijnmcvjbs\",\"required\":[\"riqxzixtdlx\",\"mvcdkucpxpyaf\",\"wrgorogeuvmkrs\",\"nr\"],\"maxProperties\":767552806,\"minProperties\":1941440472,\"allOf\":[{}],\"discriminator\":\"frsnqpljp\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataikelpmwgr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"osgjzscuez\",\"readOnly\":true,\"xml\":{\"name\":\"fwgq\",\"namespace\":\"ewcffrxgg\",\"prefix\":\"khzpr\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"psjnpck\":\"dataerrusyzaiv\",\"lvvmnbkxja\":\"datalujyduonbdawsao\"}},\"externalDocs\":{\"description\":\"bdddw\",\"uri\":\"qxa\",\"extensions\":{\"yqjvzvc\":\"dataqk\",\"vzflbrous\":\"datardspzesfkqqxu\",\"dwuko\":\"dataxa\",\"ubcmun\":\"datagoojjfuk\"}},\"example\":\"databtzvxxv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fkrfnkcni\",\"valuePath\":\"swxmfurqm\",\"parameters\":{\"qsvnkxm\":\"datawpntumotah\"}},\"dynamicSchemaNew\":{\"operationId\":\"u\",\"valuePath\":\"drlhxgc\",\"parameters\":{\"rhkv\":{},\"zzmiemqyft\":{},\"pqoswgfqv\":{}}},\"dynamicListNew\":{\"operationId\":\"hpak\",\"builtInOperation\":\"yhls\",\"itemsPath\":\"nfbmeqagkncjm\",\"itemValuePath\":\"nyevztnjawrhule\",\"itemTitlePath\":\"qmbwppxi\",\"parameters\":{\"kitzm\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"l\",\"itemsPath\":\"lxsgcemegdz\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"u\",\"itemFullTitlePath\":\"f\",\"itemIsParent\":\"zufldifnivlutg\",\"selectableFilter\":\"aacxauhvc\",\"parameters\":{\"hklsqx\":{},\"oiyygkts\":{}}},\"browse\":{\"operationId\":\"xxoxwfzbkv\",\"itemsPath\":\"nxfx\",\"itemValuePath\":\"sowbeb\",\"itemTitlePath\":\"bw\",\"itemFullTitlePath\":\"lvuwmsumust\",\"itemIsParent\":\"tgrafja\",\"selectableFilter\":\"kyxmmj\",\"parameters\":{\"ogtder\":{}}}}}],\"discriminator\":\"nnmkvae\",\"readOnly\":true,\"xml\":{\"name\":\"xhhlbmyphf\",\"namespace\":\"rpdhewokyqs\",\"prefix\":\"xfsyw\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"zdmvdd\":\"datadjfyxbvkv\",\"wnjdvvlrh\":\"datawcrugyozzz\",\"kkvxu\":\"datac\",\"ozf\":\"datadqzbvbpsuvqhx\"}},\"externalDocs\":{\"description\":\"wbkurklpiigf\",\"uri\":\"keutuipjclzjwaq\",\"extensions\":{\"zzevtzqwczochwb\":\"dataydewuwxyll\",\"uynf\":\"datak\",\"lhr\":\"datakyvnhiysdhork\"}},\"example\":\"datakiwlwkfflaqwmwq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"tea\",\"valuePath\":\"egefzjx\",\"parameters\":{\"bth\":\"dataqbgys\",\"dqtcbjdbtqyhkx\":\"datavxw\"}},\"dynamicSchemaNew\":{\"operationId\":\"aujqgbbjv\",\"valuePath\":\"oawh\",\"parameters\":{\"pvsffavdhpiwrm\":{\"operationId\":\"bc\",\"valuePath\":\"oygsabdgdheronsd\",\"parameters\":{\"kzvzuatqhgzuyxtr\":{},\"fdbqskgqjbvitp\":{}}},\"l\":{\"operationId\":\"k\",\"valuePath\":\"wbyfdwfbw\",\"parameters\":{\"dqtmggcpdrmeg\":{},\"jrzctwymz\":{},\"kwqkkgeseiph\":{}}},\"j\":{\"operationId\":\"pqscoobkjlcax\",\"valuePath\":\"comjiqiincev\",\"parameters\":{\"devpximziizmeq\":{},\"duvtvod\":{},\"xxpqhmlqibtblmcv\":{}}}}},\"dynamicListNew\":{\"operationId\":\"otdofqv\",\"builtInOperation\":\"qsdqkpsbqs\",\"itemsPath\":\"m\",\"itemValuePath\":\"aftazgcxsvqlcq\",\"itemTitlePath\":\"ylamxow\",\"parameters\":{\"eetxtpwcv\":{\"operationId\":\"oyutehlk\",\"valuePath\":\"vtipquksxiknsg\",\"parameters\":{\"nswhpcek\":{},\"gvm\":{},\"nnbbxngdfkke\":{}}},\"if\":{\"operationId\":\"fwsunjzijaciwmm\",\"valuePath\":\"tqdonbzzs\",\"parameters\":{\"yviiws\":{},\"anzhwsy\":{}}},\"locfmvsw\":{\"operationId\":\"qqhbtfloilmkfbe\",\"valuePath\":\"ipjpn\",\"parameters\":{\"vuoikdlp\":{},\"xntugfwim\":{},\"nry\":{}}},\"dyblpe\":{\"operationId\":\"jeleifqhdxt\",\"valuePath\":\"ulkrybpaev\",\"parameters\":{\"yjecrqkwakkch\":{},\"foulborcxuibsdq\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"oqhbjqlqfbler\",\"itemsPath\":\"ollcshjucihby\",\"itemValuePath\":\"jvtpnerxvjeaz\",\"itemTitlePath\":\"helhbimyi\",\"itemFullTitlePath\":\"qamcthtpqgfz\",\"itemIsParent\":\"sizkdiuvflg\",\"selectableFilter\":\"cwjgwa\",\"parameters\":{\"njdtujqzvhnj\":{\"selectedItemValuePath\":\"ofgrutvnp\",\"value\":\"dataxzivxp\",\"parameterReference\":\"zghhh\",\"required\":false},\"yopoa\":{\"selectedItemValuePath\":\"mxnhtm\",\"value\":\"datatqlfxolrwvtl\",\"parameterReference\":\"yfjswequf\",\"required\":true},\"ewjskreeedddrftf\":{\"selectedItemValuePath\":\"wwgw\",\"value\":\"datab\",\"parameterReference\":\"bvufrkwjiemimdtn\",\"required\":false},\"g\":{\"selectedItemValuePath\":\"ulpclhsiige\",\"value\":\"datawbrnqyxfedqnetdq\",\"parameterReference\":\"nxoqgv\",\"required\":false}}},\"browse\":{\"operationId\":\"meyobqajejirvavr\",\"itemsPath\":\"gpogpl\",\"itemValuePath\":\"uvlnhxnrnjhinaeg\",\"itemTitlePath\":\"bx\",\"itemFullTitlePath\":\"pqm\",\"itemIsParent\":\"oplukfy\",\"selectableFilter\":\"fhsovadkrmjxmwq\",\"parameters\":{\"zjn\":{\"selectedItemValuePath\":\"sjqb\",\"value\":\"dataqmxv\",\"parameterReference\":\"riwbwggij\",\"required\":true}}}}},\"responsesDefinition\":{\"idzfpsfy\":{\"ref\":\"kwsbzrhdugquh\",\"type\":\"Object\",\"title\":\"frunj\",\"items\":{\"ref\":\"jhiycbauseqnczk\",\"type\":\"Object\",\"title\":\"tuwyjsqwzszos\",\"items\":{\"ref\":\"zunkfnyskwwun\",\"type\":\"Integer\",\"title\":\"avoj\",\"items\":{\"ref\":\"hipcukvbljpx\",\"type\":\"File\",\"title\":\"chyluqa\",\"items\":{},\"properties\":{\"fjjfxtizt\":{},\"dst\":{}},\"additionalProperties\":\"datahhsaa\",\"required\":[\"ritrcwb\",\"aesyyefm\"],\"maxProperties\":1462309233,\"minProperties\":845706297,\"allOf\":[{}],\"discriminator\":\"qb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datarmtistyikjhor\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nycntr\":{},\"xxwtdmbqjtsuh\":{},\"htoxtdyqav\":{},\"x\":{}},\"additionalProperties\":\"datamzxsyaksinpaa\",\"required\":[\"wb\",\"hvwt\",\"pbgchcgsfzhb\"],\"maxProperties\":642175945,\"minProperties\":1815540528,\"allOf\":[{},{}],\"discriminator\":\"sdjpgxe\",\"readOnly\":true,\"xml\":{\"name\":\"cfferznzc\",\"namespace\":\"voveomkhfeqcoop\",\"prefix\":\"pohimgck\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"mxooqohgpncdm\":\"dataznbznxsuloutnp\"}},\"externalDocs\":{\"description\":\"upf\",\"uri\":\"ldqdzauiunyevdyz\",\"extensions\":{\"kcgsfcmvh\":\"datatcikswhcamwuynf\",\"atvyrkljqkqws\":\"datadrp\",\"bypnkteiidlbov\":\"datajtvjkowggxawwd\",\"cnerekyjul\":\"databclprgeganihk\"}},\"example\":\"datawwnqhqlqgpw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"bav\",\"valuePath\":\"vxwve\",\"parameters\":{\"csmwevguy\":\"datalr\",\"rj\":\"datalnxe\",\"owwe\":\"datafzcde\",\"sfqbirtybcelfjn\":\"datahyfkdilbwqlqa\"}},\"dynamicSchemaNew\":{\"operationId\":\"njyhzfa\",\"valuePath\":\"kdv\",\"parameters\":{\"umo\":{},\"pegqxsorch\":{},\"zrqoxzyhlbeqvh\":{},\"kbmpw\":{}}},\"dynamicListNew\":{\"operationId\":\"ajggfzgaefhawkmi\",\"builtInOperation\":\"y\",\"itemsPath\":\"iurni\",\"itemValuePath\":\"pdyttqmiu\",\"itemTitlePath\":\"plosebmhhtuqm\",\"parameters\":{\"noflqobfix\":{},\"gxebihexhnk\":{},\"ng\":{},\"qcdol\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"l\":{\"ref\":\"bsmnda\",\"type\":\"Object\",\"title\":\"uyje\",\"items\":{},\"properties\":{\"hpplz\":{},\"cfzxjziu\":{},\"crln\":{},\"wnuwkkfzzetl\":{}},\"additionalProperties\":\"datadyxzlvwywjvr\",\"required\":[\"pwwlzpddar\",\"bcdwhslx\",\"bajadknm\"],\"maxProperties\":514734154,\"minProperties\":329006427,\"allOf\":[{},{},{}],\"discriminator\":\"kampyhwpbldz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataycmwhuzymh\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"cprfcsjvjnko\":{\"ref\":\"mnbzkopai\",\"type\":\"Number\",\"title\":\"pudkhqux\",\"items\":{},\"properties\":{\"fpgvedrobujnjgyb\":{},\"xmqxigidullnjgc\":{},\"skgrhnyt\":{},\"lgsazuqzn\":{}},\"additionalProperties\":\"dataxhkyqzjsdkpv\",\"required\":[\"zwpf\",\"xsfybntmveho\",\"flyuvbgtz\"],\"maxProperties\":2117980175,\"minProperties\":1372020177,\"allOf\":[{},{},{},{}],\"discriminator\":\"ybnai\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavbzeogeat\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mjsqsvzvm\":{\"ref\":\"nzs\",\"type\":\"Object\",\"title\":\"aaugic\",\"items\":{},\"properties\":{\"mvwrmjxyvuodnx\":{},\"zbassqfyy\":{},\"wppeygk\":{},\"zbloasybxhqvovd\":{}},\"additionalProperties\":\"datah\",\"required\":[\"vsqjs\",\"vjnq\"],\"maxProperties\":2050252101,\"minProperties\":1061158396,\"allOf\":[{},{},{},{}],\"discriminator\":\"kceincnrec\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsfgdr\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"hcdvfoizorb\":{\"ref\":\"cwghndaevhgsulw\",\"type\":\"Integer\",\"title\":\"ufigvfjjuzki\",\"items\":{},\"properties\":{\"wuhyzekypy\":{},\"vljlbzdlby\":{}},\"additionalProperties\":\"dataaxhpz\",\"required\":[\"v\"],\"maxProperties\":623951562,\"minProperties\":895306390,\"allOf\":[{},{}],\"discriminator\":\"gesfhshagpahn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayvynpmggqgage\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataejzs\",\"required\":[\"gkqwvde\",\"p\"],\"maxProperties\":496430638,\"minProperties\":306469986,\"allOf\":[{\"ref\":\"fr\",\"type\":\"String\",\"title\":\"ubpebrm\",\"items\":{},\"properties\":{\"p\":{},\"htbttpkimskhnkkh\":{},\"ykrsm\":{}},\"additionalProperties\":\"datacmelycpgokut\",\"required\":[\"ybnzbnvmsh\",\"uzzlapyixlvzcgul\",\"ebxiauqsuptessj\",\"wjt\"],\"maxProperties\":305530667,\"minProperties\":148575354,\"allOf\":[{},{},{}],\"discriminator\":\"xgxqayga\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawpvlcjbvyezjwjkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"yozvrcwfpucw\",\"readOnly\":false,\"xml\":{\"name\":\"efgzjvbx\",\"namespace\":\"bg\",\"prefix\":\"rx\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"fex\":\"datavkdlhuduklbjoafm\",\"ancsqoac\":\"datalvoepknarse\",\"gsapleqfgkxen\":\"datauq\"}},\"externalDocs\":{\"description\":\"glvyakeszsuuvul\",\"uri\":\"cwgg\",\"extensions\":{\"phirl\":\"datavlqgfbrvecicao\",\"pkwzzzkueruwcj\":\"databipiunn\",\"ox\":\"datamipvwkaujttwy\"}},\"example\":\"datawofxxdplrel\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hcbtuxlbpxrhrfj\",\"valuePath\":\"razwefiktlhqasht\",\"parameters\":{\"secigzzdwj\":\"datajixy\",\"mcsaugbr\":\"dataacfvvtdpcbpzf\",\"te\":\"datafiwltkfysu\",\"whcv\":\"datahkl\"}},\"dynamicSchemaNew\":{\"operationId\":\"yhgqokjbmsr\",\"valuePath\":\"xyxxhwr\",\"parameters\":{\"maqsyilpz\":{},\"brwnrzozs\":{},\"agysokl\":{}}},\"dynamicListNew\":{\"operationId\":\"s\",\"builtInOperation\":\"vrrbnhy\",\"itemsPath\":\"bhujcydyl\",\"itemValuePath\":\"xvpstizsyqagqll\",\"itemTitlePath\":\"r\",\"parameters\":{\"dylkyhtr\":{},\"qwfyybptmjjr\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"avsavgthkslgeuuf\",\"itemsPath\":\"zb\",\"itemValuePath\":\"xjblajy\",\"itemTitlePath\":\"nbycs\",\"itemFullTitlePath\":\"oisaz\",\"itemIsParent\":\"mofsvp\",\"selectableFilter\":\"gnywxu\",\"parameters\":{\"fj\":{}}},\"browse\":{\"operationId\":\"wtmszcfyzq\",\"itemsPath\":\"qregfurdpagknx\",\"itemValuePath\":\"ovrgih\",\"itemTitlePath\":\"zffewvqkyc\",\"itemFullTitlePath\":\"geipqxxs\",\"itemIsParent\":\"afwtydsmmab\",\"selectableFilter\":\"clejqzhpv\",\"parameters\":{\"badjze\":{},\"llgfy\":{},\"gtqscjpvqerq\":{}}}}},\"properties\":{\"zlbbbajdexquaw\":{\"ref\":\"wdzpzl\",\"type\":\"Boolean\",\"title\":\"x\",\"items\":{\"ref\":\"wwvmbjec\",\"type\":\"Object\",\"title\":\"ghnkfrwxohlydsn\",\"items\":{},\"properties\":{\"hiypbfhmihi\":{},\"tqozewbrsrjzgkbr\":{},\"uxboufqnnqbjxgj\":{}},\"additionalProperties\":\"datarerukbuudrizw\",\"required\":[\"jxlaaced\"],\"maxProperties\":487487985,\"minProperties\":15233592,\"allOf\":[{}],\"discriminator\":\"bzbevgbnrom\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwtmzyj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"n\":{}},\"additionalProperties\":\"datagwiij\",\"required\":[\"iywhxpsb\",\"pialezay\",\"puz\",\"degefxlieggoto\"],\"maxProperties\":1802423608,\"minProperties\":1258550316,\"allOf\":[{}],\"discriminator\":\"hz\",\"readOnly\":false,\"xml\":{\"name\":\"ckn\",\"namespace\":\"kcu\",\"prefix\":\"hdgwuzrono\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"d\":\"datanwysodcikgxkkzzf\"}},\"externalDocs\":{\"description\":\"ebawnxzsjwyfixir\",\"uri\":\"j\",\"extensions\":{\"nf\":\"datawulpjkakrxif\"}},\"example\":\"datarxsqtz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"alewgux\",\"valuePath\":\"m\",\"parameters\":{\"gfgbmcvmhidyliu\":\"databvskcitlynkwfsaa\",\"nacgdnx\":\"datajk\"}},\"dynamicSchemaNew\":{\"operationId\":\"nmzr\",\"valuePath\":\"aojpzngdrzi\",\"parameters\":{\"wsadsqyu\":{},\"dkhwqdmohhe\":{},\"yuunx\":{}}},\"dynamicListNew\":{\"operationId\":\"vyigdeipnf\",\"builtInOperation\":\"ejwli\",\"itemsPath\":\"cndjzwhajo\",\"itemValuePath\":\"pqokhdyncra\",\"itemTitlePath\":\"sewbempfapmqnm\",\"parameters\":{\"ksy\":{},\"ihiclmsln\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"mra\":{\"ref\":\"izbf\",\"type\":\"Null\",\"title\":\"izwhpn\",\"items\":{\"ref\":\"jvvyxtvvxnakzix\",\"type\":\"Number\",\"title\":\"bfmlngfwhrmvlakn\",\"items\":{},\"properties\":{\"xnrz\":{}},\"additionalProperties\":\"datax\",\"required\":[\"hsmfndcbsyhludzj\"],\"maxProperties\":888449244,\"minProperties\":935785230,\"allOf\":[{},{}],\"discriminator\":\"prjfdvtdurmdta\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataffhvqii\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"kuyikmxh\":{}},\"additionalProperties\":\"datasxjbjkewrigl\",\"required\":[\"refeclflxcjf\",\"zwncvdefxonz\",\"pcjptnnt\"],\"maxProperties\":749689263,\"minProperties\":607004003,\"allOf\":[{},{},{}],\"discriminator\":\"vn\",\"readOnly\":true,\"xml\":{\"name\":\"pgsjbioagwviqehm\",\"namespace\":\"vaolidxdfsfvkjc\",\"prefix\":\"brsvxphtjnhp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"dtdtft\":\"datayzhimm\",\"rgyzcslazp\":\"dataizuzjd\",\"teagbgac\":\"datakqoyimxpggk\",\"lpbybkisb\":\"dataqpjuytvude\"}},\"externalDocs\":{\"description\":\"mxg\",\"uri\":\"wdjraurfshznurtt\",\"extensions\":{\"becxsto\":\"dataaaxxdcdjmdkqtxfr\",\"ehxuihwes\":\"dataa\"}},\"example\":\"datajaqgblkkn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"evspsaney\",\"valuePath\":\"erpiobnhrfbrj\",\"parameters\":{\"raq\":\"datawqd\",\"pqcaigazwfwlrfd\":\"datail\"}},\"dynamicSchemaNew\":{\"operationId\":\"zseodtqfdrslzymq\",\"valuePath\":\"erwycuhytjwgetfi\",\"parameters\":{\"eqjxzizebjrahg\":{}}},\"dynamicListNew\":{\"operationId\":\"ubwggxzsshxliqm\",\"builtInOperation\":\"kwhfmdoiiyobqzwj\",\"itemsPath\":\"wrsofxcacrm\",\"itemValuePath\":\"fmrsuydldpr\",\"itemTitlePath\":\"sxfkzrztirjvqxvw\",\"parameters\":{\"cxoerjwbuocqfl\":{},\"nlrlqxbctatezy\":{},\"zdbcqqnlsjxcsc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datajido\",\"required\":[\"ltcvmahpuwkupbbn\",\"i\",\"lh\",\"zhrcqdfwbif\"],\"maxProperties\":558509018,\"minProperties\":1653699527,\"allOf\":[{\"ref\":\"simtfcqmmy\",\"type\":\"File\",\"title\":\"elpfijtezgxmpes\",\"items\":{\"ref\":\"adlerzinfuivczkt\",\"type\":\"Array\",\"title\":\"wtdapsmirmnrijef\",\"items\":{},\"properties\":{\"xcevdspth\":{},\"ffmwt\":{},\"lgmkokqoi\":{}},\"additionalProperties\":\"dataiefwlnm\",\"required\":[\"fcnuestbsli\",\"jdnccote\",\"ikjiytehhxt\",\"xqdwbymuq\"],\"maxProperties\":407766062,\"minProperties\":1714948406,\"allOf\":[{},{}],\"discriminator\":\"rctysecpekhxdb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavimmwc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rtsvxupqtzckjbcb\":{},\"gnr\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"jxncqzahgtvbgdob\",\"morzolxosg\",\"htrxueqbmxqfgv\"],\"maxProperties\":721038450,\"minProperties\":1339830760,\"allOf\":[{},{},{}],\"discriminator\":\"esgcsqos\",\"readOnly\":false,\"xml\":{\"name\":\"goufpizpbmfx\",\"namespace\":\"pfyvslazipplxgt\",\"prefix\":\"mjtycildrznlaxoz\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"yjnqzbrqcakmfckv\":\"dataugfzizyxd\",\"oitwhmucjiuh\":\"datayjucamnsb\"}},\"externalDocs\":{\"description\":\"vehyklel\",\"uri\":\"dvpqfbxgy\",\"extensions\":{\"ef\":\"datausdmtxq\"}},\"example\":\"dataheywvfopkyllrey\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"dmsfwtwrs\",\"valuePath\":\"vcneqswxhqhgk\",\"parameters\":{\"ncpmyh\":\"datazvulqevv\",\"fbcyjrtalqeebud\":\"dataxgdmvghcmixmlwkf\",\"sgoihlqwbyw\":\"datayimooaezkto\",\"bfb\":\"dataazbaeeekfztvn\"}},\"dynamicSchemaNew\":{\"operationId\":\"wnoljdkx\",\"valuePath\":\"ewy\",\"parameters\":{\"clz\":{},\"krdp\":{},\"yytbpkrpkhq\":{}}},\"dynamicListNew\":{\"operationId\":\"oenefnoafpcnr\",\"builtInOperation\":\"yrxowv\",\"itemsPath\":\"fcmuajwblxphto\",\"itemValuePath\":\"rf\",\"itemTitlePath\":\"tnnsvrfajy\",\"parameters\":{\"tib\":{},\"fgzqzhl\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"ehbgcgyohrcmeqlj\",\"type\":\"File\",\"title\":\"hycxon\",\"items\":{\"ref\":\"dxagmdfjwcngkwx\",\"type\":\"String\",\"title\":\"uvohufzdtsrp\",\"items\":{},\"properties\":{\"zacrzhnsbylgmgbh\":{},\"qczouanbfulvcxgl\":{},\"oqwb\":{}},\"additionalProperties\":\"datailqbzbwbgwzhb\",\"required\":[\"jeyodpiovnlhrwya\"],\"maxProperties\":2115060507,\"minProperties\":1995324529,\"allOf\":[{},{},{},{}],\"discriminator\":\"xsvdeatjiobnirg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanwtgntimznup\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"dsqvhedaakghc\":{},\"zmmmjyvdhdgdi\":{}},\"additionalProperties\":\"datalgstmfetq\",\"required\":[\"jmolzcaqfkakh\",\"krvtyycvy\"],\"maxProperties\":1243974359,\"minProperties\":1163777509,\"allOf\":[{},{}],\"discriminator\":\"fu\",\"readOnly\":true,\"xml\":{\"name\":\"xkczbdypbbimhjb\",\"namespace\":\"voortcl\",\"prefix\":\"bjcyuzly\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"afnwqh\":\"dataylkvck\",\"lmgjzrycwpbgum\":\"datawvcnviulb\",\"smg\":\"datahmxpucknsastl\",\"vjmxokxxamq\":\"datamicttrvl\"}},\"externalDocs\":{\"description\":\"rzvlcivqxdemkl\",\"uri\":\"xwwwlojkbgnf\",\"extensions\":{\"haevlah\":\"datajvfsu\"}},\"example\":\"datazywywuah\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"wcnnaax\",\"valuePath\":\"fdajrfgim\",\"parameters\":{\"ussuq\":\"datagewdqbxexfyzn\"}},\"dynamicSchemaNew\":{\"operationId\":\"wsfxay\",\"valuePath\":\"byeywpmohnrtli\",\"parameters\":{\"ydztkqrfbgynzfw\":{},\"zdteqjmyqxuhg\":{},\"axnyprijyoxxjxbs\":{}}},\"dynamicListNew\":{\"operationId\":\"rlcck\",\"builtInOperation\":\"fpjmspau\",\"itemsPath\":\"qom\",\"itemValuePath\":\"alknuyapvibzic\",\"itemTitlePath\":\"ichca\",\"parameters\":{\"hjxnrkbnvfccklz\":{},\"znfgvlx\":{},\"xmnctigpksywi\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"kdprtqj\",\"type\":\"Number\",\"title\":\"fefuhbdwb\",\"items\":{\"ref\":\"bgmlamoa\",\"type\":\"Number\",\"title\":\"tnpkvbpblt\",\"items\":{},\"properties\":{\"xheeocnqo\":{},\"bvepvlryszfhd\":{},\"yfhxohzbzhhav\":{}},\"additionalProperties\":\"datauxnvkdslcof\",\"required\":[\"fuehouisaklhjf\",\"dxqfussubzssp\",\"jvailfauyvxpqw\"],\"maxProperties\":1969326421,\"minProperties\":1101501683,\"allOf\":[{}],\"discriminator\":\"trthldwvoglffjd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamhbtofcvxkylhcn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"kygbptmsgkwedwlx\":{}},\"additionalProperties\":\"datahgbgbhudh\",\"required\":[\"imvrr\",\"fibpkwmamrlfi\"],\"maxProperties\":1704693062,\"minProperties\":320684606,\"allOf\":[{}],\"discriminator\":\"hupngyhylqyafew\",\"readOnly\":false,\"xml\":{\"name\":\"wuuyt\",\"namespace\":\"xrqxrtzea\",\"prefix\":\"vf\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"cwwynepktvmw\":\"datavpjxsdhweignybff\",\"nikouox\":\"datavconysebjijfhp\",\"kkyporsyn\":\"dataalokb\"}},\"externalDocs\":{\"description\":\"nbydlgfaph\",\"uri\":\"ubwt\",\"extensions\":{\"jfqreeo\":\"datanrt\"}},\"example\":\"dataq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lihsdbfbmdi\",\"valuePath\":\"xzhpjgqzmiaoawea\",\"parameters\":{\"hruetcnxriqzzd\":\"dataaub\",\"sqdrrjsurn\":\"datak\"}},\"dynamicSchemaNew\":{\"operationId\":\"bwxrxmyokohlsfj\",\"valuePath\":\"uqjpzh\",\"parameters\":{\"uvkqxqkvadmj\":{}}},\"dynamicListNew\":{\"operationId\":\"udjmaaj\",\"builtInOperation\":\"ebhsermclyqw\",\"itemsPath\":\"hyqkaaptbssvkbcb\",\"itemValuePath\":\"wyblocc\",\"itemTitlePath\":\"plxzbnsshvqnpszb\",\"parameters\":{\"butcdzj\":{},\"jtvp\":{},\"yxdyuxur\":{},\"rltqmmij\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"naeikczscymqf\",\"readOnly\":false,\"xml\":{\"name\":\"qnyumz\",\"namespace\":\"dokez\",\"prefix\":\"ezknfzqnzbflbqmh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"ea\":\"dataedhagqbbse\"}},\"externalDocs\":{\"description\":\"lmsy\",\"uri\":\"dcrolrze\",\"extensions\":{\"ivt\":\"datamphzkymunw\",\"wdalisd\":\"datauszbdjrdfeuj\",\"dz\":\"dataqngca\",\"p\":\"datanloou\"}},\"example\":\"datamdahyclx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ebldpo\",\"valuePath\":\"ffjk\",\"parameters\":{\"evimxmaxcj\":\"datah\",\"wdsoqtbfkvuozbzc\":\"datapitygv\",\"urlcydjhtkjs\":\"datanqekwankl\"}},\"dynamicSchemaNew\":{\"operationId\":\"iyndurdonkgobx\",\"valuePath\":\"rdolenrswkn\",\"parameters\":{\"nmsg\":{\"operationId\":\"nmzaofro\",\"valuePath\":\"qckievyrejyoy\",\"parameters\":{\"ftusdwmnrt\":{},\"vbuc\":{},\"nrovome\":{},\"xwsicvwqzocsfshe\":{}}},\"d\":{\"operationId\":\"wdibu\",\"valuePath\":\"nr\",\"parameters\":{\"vwrhryibr\":{},\"knuubxcwojt\":{},\"p\":{}}},\"jqdjlgkuirxxeuwi\":{\"operationId\":\"py\",\"valuePath\":\"vffifujgtdo\",\"parameters\":{\"mwefcbyb\":{},\"chrtczwjcu\":{},\"yznvy\":{}}},\"asfeooq\":{\"operationId\":\"rcvnfg\",\"valuePath\":\"viwxohktxagfuj\",\"parameters\":{\"jnyexbvxgxqq\":{}}}}},\"dynamicListNew\":{\"operationId\":\"vev\",\"builtInOperation\":\"rphklqlii\",\"itemsPath\":\"anuwgjnofg\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"sebjuymtevae\",\"parameters\":{\"usrjzhdtrsyfezf\":{\"operationId\":\"ywhr\",\"valuePath\":\"ej\",\"parameters\":{\"dogzougxbxxgj\":{},\"gcphivfhrmte\":{},\"fdvdoeary\":{}}},\"kfavhkhpsp\":{\"operationId\":\"yljdzyyrwnmwt\",\"valuePath\":\"ljknnkynkstdtfwh\",\"parameters\":{\"hfxa\":{},\"jyihjcwwvaos\":{}}},\"sujtgg\":{\"operationId\":\"eifdyfa\",\"valuePath\":\"xnguwn\",\"parameters\":{\"uzlai\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"ejpdcliqwzutiy\",\"itemsPath\":\"rnhhjtvh\",\"itemValuePath\":\"z\",\"itemTitlePath\":\"yovqmqcudptoqwr\",\"itemFullTitlePath\":\"ckjt\",\"itemIsParent\":\"okmxwawfubknge\",\"selectableFilter\":\"x\",\"parameters\":{\"wynjmoozm\":{},\"uktdrsjtmnkxjouw\":{}}},\"browse\":{\"operationId\":\"fdt\",\"itemsPath\":\"iaxtyrnuh\",\"itemValuePath\":\"hepisq\",\"itemTitlePath\":\"mlroiommemsoqgb\",\"itemFullTitlePath\":\"yeqdob\",\"itemIsParent\":\"aqcabe\",\"selectableFilter\":\"kcesrsi\",\"parameters\":{\"lpjcxbjgfmyqyyfr\":{}}}}},\"nyldjdkjvd\":{\"ref\":\"idfhmlxrqkeknum\",\"type\":\"Object\",\"title\":\"zvptriysj\",\"items\":{\"ref\":\"r\",\"type\":\"Object\",\"title\":\"qpsrcekd\",\"items\":{\"ref\":\"ydw\",\"type\":\"String\",\"title\":\"w\",\"items\":{\"ref\":\"vbwa\",\"type\":\"Boolean\",\"title\":\"rjbjngoarsr\",\"items\":{},\"properties\":{\"emzcyniapypimrx\":{}},\"additionalProperties\":\"dataqwipzesstuin\",\"required\":[\"mlfupj\"],\"maxProperties\":218156021,\"minProperties\":1165591254,\"allOf\":[{}],\"discriminator\":\"yxjg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datardaktnytk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"vfqjckmpwyvlh\":{},\"hhcikh\":{},\"ebgjg\":{}},\"additionalProperties\":\"datasacagiflrcyg\",\"required\":[\"hzwtoidhbxitrapw\",\"hlutjs\",\"zelsr\",\"emvupmeak\"],\"maxProperties\":756270096,\"minProperties\":1387243013,\"allOf\":[{},{},{}],\"discriminator\":\"de\",\"readOnly\":false,\"xml\":{\"name\":\"aipu\",\"namespace\":\"ofkegbvbbdledffl\",\"prefix\":\"sluazz\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pup\":\"datapxzee\",\"dczmrjgobekx\":\"datascboxra\"}},\"externalDocs\":{\"description\":\"owsecaf\",\"uri\":\"zzbsk\",\"extensions\":{\"bmseesacuicnvq\":\"datajsb\",\"lh\":\"dataqsuivmrfaptndrmm\"}},\"example\":\"datamxrqkekcdaviieb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"avqymcwt\",\"valuePath\":\"uceplbrzgkuorwp\",\"parameters\":{\"ayynoyj\":\"datatweobptscruykkie\"}},\"dynamicSchemaNew\":{\"operationId\":\"smsbnlyoifg\",\"valuePath\":\"zjqthykcvo\",\"parameters\":{\"wfzotkxx\":{},\"wwooxgbsdzcg\":{},\"vypjhubdmgobxe\":{}}},\"dynamicListNew\":{\"operationId\":\"cqgzwvxwiuaoi\",\"builtInOperation\":\"jklqrljdcukyla\",\"itemsPath\":\"jiqoq\",\"itemValuePath\":\"qhgphg\",\"itemTitlePath\":\"wudgcyqruv\",\"parameters\":{\"yddnqivah\":{},\"cqwnjz\":{},\"bp\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"wsldigwouppvyd\":{\"ref\":\"oedkspw\",\"type\":\"Null\",\"title\":\"ybqeigxuyx\",\"items\":{},\"properties\":{\"u\":{},\"khznfffnhcgna\":{}},\"additionalProperties\":\"datarmrfqderkrgsdco\",\"required\":[\"gqlwyqznbby\",\"poszfutgpby\",\"bnbcmoiqgtzpvqew\",\"lwzhxzuxerx\"],\"maxProperties\":516731329,\"minProperties\":1729236754,\"allOf\":[{},{},{}],\"discriminator\":\"qvvdkfpfjdajdqx\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datardjidc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"kikkqyvurhwishy\":{\"ref\":\"svclr\",\"type\":\"String\",\"title\":\"rppww\",\"items\":{},\"properties\":{\"dmtfxxepzpxzxlc\":{},\"zfxaitiqmcjbsmk\":{}},\"additionalProperties\":\"datapqnip\",\"required\":[\"hkcomeobw\"],\"maxProperties\":1974379636,\"minProperties\":357510479,\"allOf\":[{},{},{}],\"discriminator\":\"lbfxlmxoz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauomtxj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qu\":{\"ref\":\"rzcqfevnkyakckte\",\"type\":\"Number\",\"title\":\"sddjkkdedesua\",\"items\":{},\"properties\":{\"cnxcxgx\":{},\"mtcq\":{}},\"additionalProperties\":\"datay\",\"required\":[\"ixypavifjcz\",\"ohvpsuw\",\"chmxczbyfkoc\",\"mzdctsnlwscrngt\"],\"maxProperties\":1905366204,\"minProperties\":2103257895,\"allOf\":[{},{},{},{}],\"discriminator\":\"plksdksutacucti\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databvjh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataphngr\",\"required\":[\"xoweorocr\",\"icgym\",\"gbq\"],\"maxProperties\":1354532098,\"minProperties\":782687994,\"allOf\":[{\"ref\":\"ijvwmrgcnzhrp\",\"type\":\"Boolean\",\"title\":\"mbzquu\",\"items\":{},\"properties\":{\"hbtqyzy\":{},\"g\":{},\"mbky\":{},\"vxjdqosxzmdz\":{}},\"additionalProperties\":\"databqfufke\",\"required\":[\"ki\",\"xh\",\"evmnk\",\"ghvsryjokv\"],\"maxProperties\":978129225,\"minProperties\":1322797687,\"allOf\":[{},{},{}],\"discriminator\":\"xsv\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databpzgfgqpu\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"bbfpxxa\",\"type\":\"String\",\"title\":\"ukgsn\",\"items\":{},\"properties\":{\"xj\":{}},\"additionalProperties\":\"datamaxcebnb\",\"required\":[\"kemqqerwqx\",\"jpvemdfkht\",\"uo\"],\"maxProperties\":1810756619,\"minProperties\":956918246,\"allOf\":[{},{},{}],\"discriminator\":\"e\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datae\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"bmnhtwofx\",\"type\":\"Boolean\",\"title\":\"vyqnslbqrmlq\",\"items\":{},\"properties\":{\"hj\":{},\"qqrugwespscvs\":{},\"spt\":{}},\"additionalProperties\":\"datawozfvza\",\"required\":[\"cv\",\"gx\",\"vwio\",\"hcmcgm\"],\"maxProperties\":1709318260,\"minProperties\":1663244703,\"allOf\":[{}],\"discriminator\":\"yiarzn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapdlmajpuyxoafrmz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"msiehedmmvoneeyr\",\"readOnly\":false,\"xml\":{\"name\":\"tzayqw\",\"namespace\":\"igeblsp\",\"prefix\":\"d\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jq\":\"dataeozbj\",\"ltssjdywbnklge\":\"dataizdnuehx\"}},\"externalDocs\":{\"description\":\"ctsawvxcimpthjrm\",\"uri\":\"zms\",\"extensions\":{\"fuysjhv\":\"datankn\",\"bwmrotgey\":\"datarllfswarm\",\"nxiajuvj\":\"datayqnipehfwwcb\"}},\"example\":\"datafjisosfzlnraxnf\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xfh\",\"valuePath\":\"ixgofqdqwsj\",\"parameters\":{\"ntlydprpensbmzj\":\"datauvrqpbxdoicqp\",\"hbfexmizz\":\"dataitukoy\",\"hduwdvolxtqmr\":\"dataxwjoqfzwand\",\"s\":\"datac\"}},\"dynamicSchemaNew\":{\"operationId\":\"bkiumjf\",\"valuePath\":\"xedrmr\",\"parameters\":{\"vchvvoy\":{},\"o\":{}}},\"dynamicListNew\":{\"operationId\":\"tnwzruzs\",\"builtInOperation\":\"wxcsmx\",\"itemsPath\":\"cappn\",\"itemValuePath\":\"ebspciryomhkdw\",\"itemTitlePath\":\"ed\",\"parameters\":{\"kmzkw\":{},\"jjsqwhaefefv\":{},\"kxdbnm\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"obuesdyvfx\",\"itemsPath\":\"pfdfu\",\"itemValuePath\":\"tw\",\"itemTitlePath\":\"pse\",\"itemFullTitlePath\":\"vytabvbbk\",\"itemIsParent\":\"ewgs\",\"selectableFilter\":\"utbuvedwu\",\"parameters\":{\"menxcqsxwc\":{},\"ykc\":{}}},\"browse\":{\"operationId\":\"ekkbnj\",\"itemsPath\":\"vmptedeue\",\"itemValuePath\":\"hshnfiygpg\",\"itemTitlePath\":\"kh\",\"itemFullTitlePath\":\"ng\",\"itemIsParent\":\"ql\",\"selectableFilter\":\"h\",\"parameters\":{\"rdlpxiwwg\":{},\"cpvfpnrzikvoxloe\":{}}}}},\"properties\":{\"gqrqkkvfy\":{\"ref\":\"ivxdifbwblijhp\",\"type\":\"Array\",\"title\":\"goyxont\",\"items\":{\"ref\":\"qrxrosuqrrldxfu\",\"type\":\"Object\",\"title\":\"wxatktwjrppi\",\"items\":{},\"properties\":{\"qvelrm\":{},\"cizh\":{},\"ksbojklwj\":{},\"zwyncwksm\":{}},\"additionalProperties\":\"dataey\",\"required\":[\"bfnflytf\"],\"maxProperties\":697357665,\"minProperties\":716310521,\"allOf\":[{}],\"discriminator\":\"mi\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwsnliyznghuqzg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rgavtfyzs\":{},\"dfmzukryx\":{}},\"additionalProperties\":\"datajvapeakfdmcedli\",\"required\":[\"kyoddoqkanqtrkic\"],\"maxProperties\":12923758,\"minProperties\":429685593,\"allOf\":[{},{}],\"discriminator\":\"ndkrww\",\"readOnly\":true,\"xml\":{\"name\":\"ifqeqfsr\",\"namespace\":\"ckitlwgebylp\",\"prefix\":\"el\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"brdsypotnpkb\":\"datailnijhw\",\"btwgn\":\"datazpkodngvnqdjg\",\"vbqy\":\"datadxuczl\"}},\"externalDocs\":{\"description\":\"rirpi\",\"uri\":\"vcqoq\",\"extensions\":{\"cpkkjlamyvwprj\":\"dataucqsdgbxcwtvmij\",\"nnlb\":\"dataaih\",\"lzayjwdun\":\"dataxjppcbqetfzfppv\",\"wiuujxsujk\":\"datahmprkla\"}},\"example\":\"datagxeegxbnjnczepd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"bfmdquy\",\"valuePath\":\"escjxnav\",\"parameters\":{\"efkzlxvco\":\"dataqbkxdtbfkihainz\",\"zuysajvvq\":\"datacgoeozlibcbnu\",\"qjqjcajgofytkhhk\":\"datahonyonelivgtibt\"}},\"dynamicSchemaNew\":{\"operationId\":\"vkxeojtd\",\"valuePath\":\"lglhelwruklfq\",\"parameters\":{\"px\":{}}},\"dynamicListNew\":{\"operationId\":\"ypbztga\",\"builtInOperation\":\"jnskvct\",\"itemsPath\":\"zimbwttmhl\",\"itemValuePath\":\"ycyxrnwukfa\",\"itemTitlePath\":\"pdwzjggkwdep\",\"parameters\":{\"iayfiqiidxco\":{},\"jvudyhgtrttcuayi\":{},\"ylnkmmxzifbqg\":{},\"exo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datauobpwainpgobothx\",\"required\":[\"hpnyjtuqgzyvex\",\"ch\"],\"maxProperties\":39740347,\"minProperties\":956801148,\"allOf\":[{\"ref\":\"uwh\",\"type\":\"Null\",\"title\":\"fiozttcbi\",\"items\":{\"ref\":\"gkudsozodwjc\",\"type\":\"Integer\",\"title\":\"xryqycymzr\",\"items\":{},\"properties\":{\"dwzauzfdhe\":{},\"dnyciwzk\":{}},\"additionalProperties\":\"dataykqadfges\",\"required\":[\"habb\"],\"maxProperties\":911490521,\"minProperties\":2128780473,\"allOf\":[{},{}],\"discriminator\":\"sbg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavqmxqsxofxqnki\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"oiobh\":{},\"ebruptlsrvqz\":{},\"aqsos\":{},\"njlvgrghnh\":{}},\"additionalProperties\":\"dataxrqhj\",\"required\":[\"pesw\",\"nhqkgebzqz\"],\"maxProperties\":46454336,\"minProperties\":524837030,\"allOf\":[{},{}],\"discriminator\":\"j\",\"readOnly\":false,\"xml\":{\"name\":\"naosxsxoxvimd\",\"namespace\":\"tqhdbitqsb\",\"prefix\":\"jsgomrih\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"fk\":\"databvqxgfy\"}},\"externalDocs\":{\"description\":\"dpbceh\",\"uri\":\"dp\",\"extensions\":{\"npytporrvkxtf\":\"databo\",\"zjighd\":\"datatanetinqxdhnpjn\",\"wvwetqffuxvfh\":\"datamltpmr\"}},\"example\":\"datahngqqxjbsotocl\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jydeatwxpxbxedh\",\"valuePath\":\"boceksramqch\",\"parameters\":{\"vhauimnntfkqp\":\"datafnlvvkswurxdq\",\"dqkzstzpzecdl\":\"dataqcnbnwivlqcwyzh\",\"tuwcimtcaumv\":\"dataeirta\",\"nlofwuzebfq\":\"dataudzpsjqrmlujmt\"}},\"dynamicSchemaNew\":{\"operationId\":\"jbhzyenf\",\"valuePath\":\"etxeudw\",\"parameters\":{\"lckdoxocjcdevzp\":{},\"reortwwyj\":{},\"gvrlhfxmrh\":{},\"nnhbcjywkdywks\":{}}},\"dynamicListNew\":{\"operationId\":\"uafanefictp\",\"builtInOperation\":\"l\",\"itemsPath\":\"ssjbzv\",\"itemValuePath\":\"zw\",\"itemTitlePath\":\"zuh\",\"parameters\":{\"iac\":{},\"hfjdccjnyuvbtcu\":{},\"jcgjtjkntomnl\":{},\"thcdbszsbzr\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"d\",\"type\":\"Array\",\"title\":\"rmbd\",\"items\":{\"ref\":\"xavejo\",\"type\":\"Array\",\"title\":\"kryzgavpl\",\"items\":{},\"properties\":{\"fiekkiskyyy\":{},\"ek\":{},\"fffyshdawjlmlcuf\":{}},\"additionalProperties\":\"datajiutfofhoajj\",\"required\":[\"yqyjnufzvl\",\"quyhbceev\"],\"maxProperties\":173874936,\"minProperties\":488496226,\"allOf\":[{}],\"discriminator\":\"qtvuxeujmdssijua\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapkcpws\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"tl\":{},\"cltjhbcycgqa\":{}},\"additionalProperties\":\"datasihxvtac\",\"required\":[\"opxpryxnsbubwhz\",\"qgugwl\",\"xahtqmmkdhwqc\",\"webagmfpkephu\"],\"maxProperties\":526065785,\"minProperties\":200109004,\"allOf\":[{}],\"discriminator\":\"keer\",\"readOnly\":false,\"xml\":{\"name\":\"xpjpyillgnu\",\"namespace\":\"zfpffbuqxknvmcgm\",\"prefix\":\"zyojfch\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ojuxil\":\"datazoksgqhb\",\"fldfljwt\":\"datazblkc\",\"tsflotumbm\":\"datab\"}},\"externalDocs\":{\"description\":\"tshfgmuxuqiag\",\"uri\":\"oikuqirhsk\",\"extensions\":{\"zibrlr\":\"dataowkgvnlfueyx\",\"cfebpiucenbvrll\":\"datau\",\"dzwilsxryi\":\"datadfkn\"}},\"example\":\"datazlwrduxntpfxxgj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"wfctqveyfbkq\",\"valuePath\":\"lzxem\",\"parameters\":{\"ffgmcuanszeervg\":\"datapjckiehdmvfoyrxx\",\"bcqpfusekij\":\"datagcsap\",\"kvorlfqm\":\"dataminenkbivpy\"}},\"dynamicSchemaNew\":{\"operationId\":\"wynbfvvc\",\"valuePath\":\"urkmjufavvlnpbso\",\"parameters\":{\"nklnmrz\":{}}},\"dynamicListNew\":{\"operationId\":\"vrkkfcwxizkstxne\",\"builtInOperation\":\"eipxutcbvri\",\"itemsPath\":\"nfa\",\"itemValuePath\":\"tvsayyaeiiv\",\"itemTitlePath\":\"kqtjwrv\",\"parameters\":{\"joqfxqe\":{},\"xtdqiuspguzljvgj\":{},\"jzqjhljsazmjs\":{},\"sfqqhcmecagsbf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"jygllfkchhgsjuzz\",\"readOnly\":false,\"xml\":{\"name\":\"mqcycabaamkkhd\",\"namespace\":\"mkxdujkxpuqz\",\"prefix\":\"oqywsuarpzhryh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jilbuazcco\":\"datayxb\",\"vjsknrbxz\":\"datahwivkd\",\"tv\":\"datapi\"}},\"externalDocs\":{\"description\":\"qdqbvxqto\",\"uri\":\"wbopvhcbtza\",\"extensions\":{\"eoc\":\"dataxcontickfkith\",\"ewpmioleaja\":\"datagvuqzgbjwvrudmp\",\"jkscecmbaajdfw\":\"dataesgyzwph\"}},\"example\":\"datak\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"f\",\"valuePath\":\"des\",\"parameters\":{\"rr\":\"dataqtllbhjjpduibs\"}},\"dynamicSchemaNew\":{\"operationId\":\"eqrypyurvshhovtu\",\"valuePath\":\"cp\",\"parameters\":{\"otennd\":{\"operationId\":\"cxybtdzy\",\"valuePath\":\"haoegjzgpljb\",\"parameters\":{\"zsrazcbybic\":{},\"hxh\":{},\"pua\":{},\"asizzfmugykwuyc\":{}}},\"tpyabensjflwp\":{\"operationId\":\"thdzitjzffph\",\"valuePath\":\"wjqvs\",\"parameters\":{\"onadez\":{},\"z\":{},\"vfybxmmrvnuvqk\":{},\"rsguogkcbr\":{}}}}},\"dynamicListNew\":{\"operationId\":\"vqtmvifgcvsi\",\"builtInOperation\":\"lbmti\",\"itemsPath\":\"gosnxajptcdfmzxa\",\"itemValuePath\":\"lhm\",\"itemTitlePath\":\"cnnlsbnucqxhp\",\"parameters\":{\"qrykkxakruupti\":{\"operationId\":\"bvejo\",\"valuePath\":\"oxovlz\",\"parameters\":{\"eldkqdlqqhn\":{}}},\"udynohocqx\":{\"operationId\":\"gvpzgy\",\"valuePath\":\"cnpxiema\",\"parameters\":{\"tjekxsnnb\":{},\"ysgkt\":{},\"mocnqbbl\":{},\"tbofzghfuifw\":{}}},\"egclmexafjqzy\":{\"operationId\":\"jxug\",\"valuePath\":\"rrfbplvhmhuros\",\"parameters\":{\"zbdmddghqe\":{},\"y\":{},\"orservpvesors\":{}}},\"yfyixecmasjnfgng\":{\"operationId\":\"ydyvt\",\"valuePath\":\"virlunsskydi\",\"parameters\":{\"jx\":{},\"ocsvjekejchxzj\":{},\"cwuzs\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xbfckmoal\",\"itemsPath\":\"x\",\"itemValuePath\":\"xtxuzhvojyffwflb\",\"itemTitlePath\":\"cdzuiygtcyzc\",\"itemFullTitlePath\":\"fpubaldjc\",\"itemIsParent\":\"dryvlrlkbhzirmx\",\"selectableFilter\":\"ujbfomfboz\",\"parameters\":{\"xefppq\":{},\"wdnnjjthpsnxebyc\":{}}},\"browse\":{\"operationId\":\"ohxu\",\"itemsPath\":\"n\",\"itemValuePath\":\"sebcxno\",\"itemTitlePath\":\"pdyzssjlmykdy\",\"itemFullTitlePath\":\"vgspjlfzhjngwqx\",\"itemIsParent\":\"bcrgyoim\",\"selectableFilter\":\"szzcctvk\",\"parameters\":{\"htvagwnnw\":{},\"nv\":{}}}}},\"umqeobrwreu\":{\"ref\":\"knkxi\",\"type\":\"Null\",\"title\":\"rjlqdoqeje\",\"items\":{\"ref\":\"lhuhdkubgyw\",\"type\":\"Null\",\"title\":\"lpdyehj\",\"items\":{\"ref\":\"flvx\",\"type\":\"File\",\"title\":\"yw\",\"items\":{\"ref\":\"uhzmolhveolng\",\"type\":\"File\",\"title\":\"wdxqupymlhkl\",\"items\":{},\"properties\":{\"zmqyn\":{}},\"additionalProperties\":\"datatrnwqgqrbthbfpi\",\"required\":[\"jo\",\"ogwfvkywz\",\"qeiaddp\"],\"maxProperties\":1489155242,\"minProperties\":561021831,\"allOf\":[{},{},{}],\"discriminator\":\"cnuti\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanzbqvioynctfq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"aaaiaib\":{},\"vavlyaqtlocnwme\":{},\"zvzuzqc\":{},\"lko\":{}},\"additionalProperties\":\"databzgy\",\"required\":[\"f\"],\"maxProperties\":1275177527,\"minProperties\":964798649,\"allOf\":[{},{},{}],\"discriminator\":\"mhnozfby\",\"readOnly\":true,\"xml\":{\"name\":\"osladagwaakktbj\",\"namespace\":\"tztkajqhsnse\",\"prefix\":\"lislxyljzbkd\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"awzzkvfccozvqxsp\":\"datavtkjctvrp\",\"ytgcpt\":\"datatraitrmsukxt\",\"kmemfvrcc\":\"datatxpoegy\"}},\"externalDocs\":{\"description\":\"fkfvyj\",\"uri\":\"mwrv\",\"extensions\":{\"vvpaysqwhzdcyand\":\"datapjylxtebvsewf\"}},\"example\":\"datak\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"pvdfmoqqc\",\"valuePath\":\"vxuos\",\"parameters\":{\"pjpjmsbzzjsnyf\":\"dataf\"}},\"dynamicSchemaNew\":{\"operationId\":\"jz\",\"valuePath\":\"kkiub\",\"parameters\":{\"it\":{},\"lrglhxsoang\":{}}},\"dynamicListNew\":{\"operationId\":\"nhogse\",\"builtInOperation\":\"enegg\",\"itemsPath\":\"tyzpxlitwkejm\",\"itemValuePath\":\"mudupehskvsdfv\",\"itemTitlePath\":\"ypezammpk\",\"parameters\":{\"npeukgnmfakeqnit\":{},\"omlcsvkt\":{},\"psrowshvf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ure\":{\"ref\":\"vdyqabjropxfqdm\",\"type\":\"Integer\",\"title\":\"yjyuwqlzw\",\"items\":{},\"properties\":{\"h\":{},\"iri\":{},\"amqtrhqdoxdegacd\":{}},\"additionalProperties\":\"datapk\",\"required\":[\"obp\"],\"maxProperties\":1596517006,\"minProperties\":647222436,\"allOf\":[{}],\"discriminator\":\"q\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datalirqqcls\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"vo\":{\"ref\":\"i\",\"type\":\"File\",\"title\":\"lioklsuffp\",\"items\":{},\"properties\":{\"c\":{}},\"additionalProperties\":\"datafytbltyt\",\"required\":[\"bgcesfddfclm\",\"wurofofkb\",\"jzzwweoblb\"],\"maxProperties\":68808694,\"minProperties\":1182253434,\"allOf\":[{}],\"discriminator\":\"cnkfsogvyox\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataepgbbzd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataddpwmgw\",\"required\":[\"kfjvqglaxsei\",\"vvvgyphheovejk\"],\"maxProperties\":1383484285,\"minProperties\":1044463612,\"allOf\":[{\"ref\":\"thrtzpuv\",\"type\":\"Object\",\"title\":\"grqefnq\",\"items\":{},\"properties\":{\"ouurmu\":{},\"embqqiehdhjofy\":{},\"wnaxoxl\":{},\"rx\":{}},\"additionalProperties\":\"datalqcxut\",\"required\":[\"aglyyhrgmabspmlu\",\"yju\",\"kedputocrb\"],\"maxProperties\":1545684337,\"minProperties\":1524864113,\"allOf\":[{},{},{},{}],\"discriminator\":\"gc\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datar\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mljzksqimybqjvfi\",\"type\":\"Integer\",\"title\":\"aqpvhszopeuku\",\"items\":{},\"properties\":{\"bsskgqjemosq\":{},\"fsjbpwjwz\":{},\"gipdzym\":{}},\"additionalProperties\":\"datahxfpzc\",\"required\":[\"qhadxjvvlyibweu\"],\"maxProperties\":2080003032,\"minProperties\":646065303,\"allOf\":[{},{},{},{}],\"discriminator\":\"coqxtvytzqlyldj\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataazzs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"brlbozlt\",\"readOnly\":false,\"xml\":{\"name\":\"bibtkeiecupmwx\",\"namespace\":\"okrlnrpeylfiiuld\",\"prefix\":\"iqlnh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"xrmeatrtcqyfj\":\"datanknsgvx\",\"hqyoyt\":\"dataifbmojt\",\"mbhukdfpknvk\":\"datacoufk\",\"dhzjlrkn\":\"datavozjezchme\"}},\"externalDocs\":{\"description\":\"fxmuqeq\",\"uri\":\"qphfvsftsstw\",\"extensions\":{\"z\":\"datacachdtezgfctu\",\"u\":\"datawqrzvuxnxauohsh\",\"hypngo\":\"datatdbvmj\"}},\"example\":\"datadxvrivptbczs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ukekytk\",\"valuePath\":\"tvmaatvogpyceinh\",\"parameters\":{\"yplskhwfjud\":\"databdxs\",\"ez\":\"datapbqp\",\"dyzaciasfzrgu\":\"dataggdpftfcbrtsrdpl\"}},\"dynamicSchemaNew\":{\"operationId\":\"yvsbfsinvabdjul\",\"valuePath\":\"xotudamkiyao\",\"parameters\":{\"ulzugifgspxl\":{},\"lnocscygimizlu\":{},\"jbwmgksrlmsppp\":{}}},\"dynamicListNew\":{\"operationId\":\"z\",\"builtInOperation\":\"jtryjskdiylgzzuq\",\"itemsPath\":\"psybqo\",\"itemValuePath\":\"vmxwbohxdhkoe\",\"itemTitlePath\":\"rhgnakajwscmneev\",\"parameters\":{\"qeumz\":{},\"yhmgq\":{},\"eivjqutxr\":{},\"gbzgfhzdzahktxv\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"otbkjwhztpx\",\"itemsPath\":\"twk\",\"itemValuePath\":\"dpay\",\"itemTitlePath\":\"pqiwuzr\",\"itemFullTitlePath\":\"ztjfkgbtqqj\",\"itemIsParent\":\"synn\",\"selectableFilter\":\"ion\",\"parameters\":{\"dheos\":{}}},\"browse\":{\"operationId\":\"fudmpfhwyp\",\"itemsPath\":\"tjtntc\",\"itemValuePath\":\"pdbbgl\",\"itemTitlePath\":\"cctokfspvj\",\"itemFullTitlePath\":\"spkvrmp\",\"itemIsParent\":\"typtwjw\",\"selectableFilter\":\"yeohgmcmdjmv\",\"parameters\":{\"fnug\":{},\"lv\":{}}}}},\"properties\":{\"tfzptrcdz\":{\"ref\":\"ox\",\"type\":\"Null\",\"title\":\"vueprpmofxnwcgz\",\"items\":{\"ref\":\"ixt\",\"type\":\"Boolean\",\"title\":\"jsehbknnrnk\",\"items\":{},\"properties\":{\"wpcb\":{},\"ogzehczbniv\":{}},\"additionalProperties\":\"datahsxvppkjeal\",\"required\":[\"ewhotvbmyzuqfdq\",\"ktrjtoqszh\",\"qn\",\"jndkvzmx\"],\"maxProperties\":237146687,\"minProperties\":863769617,\"allOf\":[{},{},{},{}],\"discriminator\":\"nkqyipgkm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rfzjlflzagvdavab\":{},\"iefcorzbida\":{},\"beznicew\":{},\"fajw\":{}},\"additionalProperties\":\"datalciobbpw\",\"required\":[\"zeqxuecuuuexsmn\",\"eevf\",\"axfezraqsdd\",\"odkgxqfkyrxgmz\"],\"maxProperties\":2088426608,\"minProperties\":143936386,\"allOf\":[{}],\"discriminator\":\"sspfegaoksd\",\"readOnly\":false,\"xml\":{\"name\":\"jfyukl\",\"namespace\":\"el\",\"prefix\":\"pyqbwhue\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"rvqrwwbdrwroqk\":\"datagmhpavsfg\",\"kyu\":\"datajnzpqhqqsa\",\"vgeytlplslfcved\":\"datafameaasjqenhekza\",\"jocrhnxzmfvmw\":\"datasuowtolkyqf\"}},\"externalDocs\":{\"description\":\"tcsraw\",\"uri\":\"yxfshmby\",\"extensions\":{\"sodtevzshqyke\":\"datawnbu\",\"vqdmhcejstfsm\":\"datampshaezcldkckrn\"}},\"example\":\"datajakgk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"soq\",\"valuePath\":\"xwdjoxwkb\",\"parameters\":{\"lfhn\":\"dataobvcnsbioez\",\"t\":\"dataz\"}},\"dynamicSchemaNew\":{\"operationId\":\"yugtkxncwdy\",\"valuePath\":\"lrlcm\",\"parameters\":{\"jywwwvnhw\":{},\"krmqevrhhafqf\":{},\"dfyziruqvgnjxi\":{},\"kgyjmzbm\":{}}},\"dynamicListNew\":{\"operationId\":\"kyluyug\",\"builtInOperation\":\"rdcvoloxtvqc\",\"itemsPath\":\"ryhmmglv\",\"itemValuePath\":\"enkpsvokkya\",\"itemTitlePath\":\"xvcptfgfbhnkxa\",\"parameters\":{\"afegazhlrdx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"erwhemvids\":{\"ref\":\"rtffvpkdxcy\",\"type\":\"File\",\"title\":\"bqvprawvoqatd\",\"items\":{\"ref\":\"ldpmecsmxfz\",\"type\":\"Integer\",\"title\":\"m\",\"items\":{},\"properties\":{\"kpgwgssd\":{}},\"additionalProperties\":\"dataupirnbnlqyvd\",\"required\":[\"kjwd\"],\"maxProperties\":1204047447,\"minProperties\":1375716385,\"allOf\":[{}],\"discriminator\":\"drquxrxh\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mrrhyjxcqcacz\":{},\"vwae\":{}},\"additionalProperties\":\"datatqjqyfyd\",\"required\":[\"ysl\",\"yfybdsvkll\",\"zhsh\",\"kbchcazkgdjthprg\"],\"maxProperties\":567232425,\"minProperties\":1513409703,\"allOf\":[{},{},{},{}],\"discriminator\":\"urmrfyyqj\",\"readOnly\":true,\"xml\":{\"name\":\"qrsdd\",\"namespace\":\"qddldao\",\"prefix\":\"fztqewq\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zzw\":\"dataht\",\"trgu\":\"dataocygoyineuaxpmez\",\"oyxfoafzdypzlx\":\"datalw\",\"jzqx\":\"datamndhgwhlbpju\"}},\"externalDocs\":{\"description\":\"itnwlyhbujysv\",\"uri\":\"yy\",\"extensions\":{\"nnr\":\"datahatmabtpgnqtj\",\"hciga\":\"dataew\",\"qxzxtert\":\"datahmdfspkdn\"}},\"example\":\"datarrwsci\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ienvtolzjyfkryx\",\"valuePath\":\"haknklthqwppv\",\"parameters\":{\"vpvdrohulobk\":\"datamw\",\"vxjua\":\"datab\",\"obmkphvdlorxz\":\"datavxznirnygtixkg\",\"udcltf\":\"dataqdi\"}},\"dynamicSchemaNew\":{\"operationId\":\"il\",\"valuePath\":\"mw\",\"parameters\":{\"h\":{},\"dopjs\":{}}},\"dynamicListNew\":{\"operationId\":\"bw\",\"builtInOperation\":\"i\",\"itemsPath\":\"mibnm\",\"itemValuePath\":\"idipwt\",\"itemTitlePath\":\"wmzh\",\"parameters\":{\"loqavst\":{},\"zavkyjjludnmbj\":{},\"bngzldvvd\":{},\"optythctoxo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"usx\":{\"ref\":\"f\",\"type\":\"Integer\",\"title\":\"gus\",\"items\":{\"ref\":\"omeqg\",\"type\":\"Number\",\"title\":\"spsog\",\"items\":{},\"properties\":{\"jsbaqxaxtuxir\":{},\"pbiichlygkv\":{}},\"additionalProperties\":\"dataxwonkrnizdxywab\",\"required\":[\"ni\",\"aptgvnaqyjukka\",\"nnewltonopffem\"],\"maxProperties\":1176586209,\"minProperties\":72816943,\"allOf\":[{},{}],\"discriminator\":\"abh\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qz\":{}},\"additionalProperties\":\"dataspa\",\"required\":[\"slqeronz\"],\"maxProperties\":430075388,\"minProperties\":393194588,\"allOf\":[{},{},{},{}],\"discriminator\":\"wd\",\"readOnly\":true,\"xml\":{\"name\":\"avouymkd\",\"namespace\":\"qxlv\",\"prefix\":\"fdkaxgbiwpgop\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"gjmpd\":\"datamrrmtr\",\"juzmu\":\"datarjzwawpewajccs\"}},\"externalDocs\":{\"description\":\"ickzovguzprpxhhb\",\"uri\":\"gzxkopqlrzhtocjz\",\"extensions\":{\"jwgiitvjcmimbmsw\":\"dataexuvatzwn\",\"qr\":\"datakbbbjoypplod\"}},\"example\":\"datapozffsobggv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ax\",\"valuePath\":\"brtvtgolmlplgtla\",\"parameters\":{\"aobqnjc\":\"datahxjvoysxaqqjhdfh\",\"qwssyd\":\"databozvc\",\"ywo\":\"datawrybi\",\"yocpkvltjfdzfmnp\":\"datajnjuvtzijrdlxba\"}},\"dynamicSchemaNew\":{\"operationId\":\"c\",\"valuePath\":\"jxnnnoz\",\"parameters\":{\"vdtuoamqobqeh\":{}}},\"dynamicListNew\":{\"operationId\":\"htisyzfeoctr\",\"builtInOperation\":\"wn\",\"itemsPath\":\"ckze\",\"itemValuePath\":\"bvwdxgyypmxq\",\"itemTitlePath\":\"mlnxrca\",\"parameters\":{\"hskegdkv\":{},\"iilyeshoxfzzj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datagozwplxzgzumno\",\"required\":[\"xkkbygbgiqkwys\",\"ybbnhttyizonzsur\",\"co\"],\"maxProperties\":2145885433,\"minProperties\":2053256750,\"allOf\":[{\"ref\":\"carciu\",\"type\":\"File\",\"title\":\"pdthjfv\",\"items\":{\"ref\":\"sgnspu\",\"type\":\"String\",\"title\":\"f\",\"items\":{},\"properties\":{\"fssjgbfbbachxx\":{},\"zzunfnbphceei\":{},\"kbuxlepghcnuqhq\":{}},\"additionalProperties\":\"datat\",\"required\":[\"fscl\",\"ga\"],\"maxProperties\":497550116,\"minProperties\":1084262999,\"allOf\":[{},{},{}],\"discriminator\":\"tnhdnihu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datawgbzdtorbi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"tsucrxdtejobjz\":{},\"lwtidcnz\":{},\"lgmpupj\":{},\"ltyl\":{}},\"additionalProperties\":\"dataudvbgvz\",\"required\":[\"sbkpcutzaziydpo\",\"nseaimbdqraokd\"],\"maxProperties\":1871424134,\"minProperties\":149919369,\"allOf\":[{}],\"discriminator\":\"alqwzkn\",\"readOnly\":false,\"xml\":{\"name\":\"svclfjycl\",\"namespace\":\"ldlfflleirmtx\",\"prefix\":\"pfildcg\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"tgngwnxjftecg\":\"datapgcryvidbzdylbvj\",\"dq\":\"datarzsqm\",\"t\":\"dataakzbyqha\"}},\"externalDocs\":{\"description\":\"yxuuc\",\"uri\":\"usyrux\",\"extensions\":{\"vmgsbpgmncrv\":\"datahlh\",\"oromppzsauqmeu\":\"datapi\",\"ugoceqtlyspjym\":\"dataplfcmpua\"}},\"example\":\"dataccurn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"akgixhqjq\",\"valuePath\":\"qwbbxiwtwfgo\",\"parameters\":{\"ydsyweohlmts\":\"datalvemnnzugabk\",\"s\":\"datavonvbftswcdop\"}},\"dynamicSchemaNew\":{\"operationId\":\"vdticcaf\",\"valuePath\":\"zwkopxd\",\"parameters\":{\"woqhgppwxn\":{},\"kfzrxxf\":{}}},\"dynamicListNew\":{\"operationId\":\"vqzjnnuwwvjzr\",\"builtInOperation\":\"ajt\",\"itemsPath\":\"qjkbkjc\",\"itemValuePath\":\"xrj\",\"itemTitlePath\":\"zrieitqmlzuw\",\"parameters\":{\"zqajxkmpe\":{},\"f\":{},\"lgeehbdjgplnlxr\":{},\"eszunb\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"buk\",\"readOnly\":false,\"xml\":{\"name\":\"z\",\"namespace\":\"obvveq\",\"prefix\":\"yt\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"cdsysxnk\":\"databj\",\"nkkgdw\":\"datahvhnlsevzcrr\",\"msaqhviawgqrwu\":\"dataymxsfqeaxdqelu\",\"gpbcbkcpympd\":\"datavvzfzn\"}},\"externalDocs\":{\"description\":\"asklkqclnf\",\"uri\":\"rgnoskkhbmjphlyy\",\"extensions\":{\"cpckxjnohafwm\":\"datavyeikbvqzrurgbqa\"}},\"example\":\"datagjlyxtugpea\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"wxfamtxccfegsavb\",\"valuePath\":\"oucvkandh\",\"parameters\":{\"gdmfvybfmpot\":\"datamazkmqfw\"}},\"dynamicSchemaNew\":{\"operationId\":\"pfigrxxtrcodb\",\"valuePath\":\"ogldmxxb\",\"parameters\":{\"gxtaelx\":{\"operationId\":\"vamsxrwq\",\"valuePath\":\"dflg\",\"parameters\":{\"lzeqzvdbbof\":{}}}}},\"dynamicListNew\":{\"operationId\":\"cyatbxd\",\"builtInOperation\":\"vy\",\"itemsPath\":\"kmxv\",\"itemValuePath\":\"shnugfbpeigkf\",\"itemTitlePath\":\"ovriqtuzwbkqcgz\",\"parameters\":{\"zyjbuwuuusyd\":{\"operationId\":\"jh\",\"valuePath\":\"arptxu\",\"parameters\":{\"oyyumhzps\":{},\"oc\":{},\"acvt\":{},\"yhpbiln\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"oxpqgqs\",\"itemsPath\":\"clefeombodvdgf\",\"itemValuePath\":\"kqsjymcfvvzceuyu\",\"itemTitlePath\":\"tc\",\"itemFullTitlePath\":\"nbpkfnxrlncmlzvv\",\"itemIsParent\":\"esfhqsacjqz\",\"selectableFilter\":\"vfwcbawapndm\",\"parameters\":{\"mkmzvag\":{},\"xfblsxyfq\":{}}},\"browse\":{\"operationId\":\"d\",\"itemsPath\":\"llefmizdcsrv\",\"itemValuePath\":\"nasgfyxhsx\",\"itemTitlePath\":\"q\",\"itemFullTitlePath\":\"xbpq\",\"itemIsParent\":\"xskehojvmazuflf\",\"selectableFilter\":\"uufhpdncokqrg\",\"parameters\":{\"h\":{},\"nimjlyhbjfnmmib\":{},\"wcduyrgcay\":{}}}}},\"cuwrfgpjfv\":{\"ref\":\"sawha\",\"type\":\"Number\",\"title\":\"qzmfkiaag\",\"items\":{\"ref\":\"xjkc\",\"type\":\"Integer\",\"title\":\"ubrfk\",\"items\":{\"ref\":\"xnwtzsr\",\"type\":\"Null\",\"title\":\"rjvcjskqsf\",\"items\":{\"ref\":\"wapdunhdikatzmtu\",\"type\":\"String\",\"title\":\"itjkbibxlwzlvkc\",\"items\":{},\"properties\":{\"aunlodincf\":{},\"aoboiahk\":{},\"psvax\":{},\"ksaxyeedvpmodkt\":{}},\"additionalProperties\":\"datatydvvgkmorbpc\",\"required\":[\"fyvuztnsv\",\"shkkgygfohrmehh\",\"clpkr\"],\"maxProperties\":921104558,\"minProperties\":1641211106,\"allOf\":[{},{},{},{}],\"discriminator\":\"iutivr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamrmgftjvii\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hhfh\":{},\"nsjxwfogb\":{},\"uylyumbweprlnuo\":{},\"sxhdkhm\":{}},\"additionalProperties\":\"datax\",\"required\":[\"apesnbyoullyfz\",\"nxrmxxjv\",\"batjgzkm\"],\"maxProperties\":130490659,\"minProperties\":231702639,\"allOf\":[{},{}],\"discriminator\":\"fmdjsiomm\",\"readOnly\":false,\"xml\":{\"name\":\"ulxrcbdnpfcg\",\"namespace\":\"ttowqx\",\"prefix\":\"pbzxpzl\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zpkfeo\":\"dataywtcvz\",\"lqeyisgq\":\"dataotqu\",\"dpfvlsqmmetwtla\":\"datazk\",\"nuvhgcgrllyyfsm\":\"datankjtefbd\"}},\"externalDocs\":{\"description\":\"xh\",\"uri\":\"hm\",\"extensions\":{\"ykg\":\"datazhuug\"}},\"example\":\"datakwvbqcawwa\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"nyotgnmze\",\"valuePath\":\"reluedcmkryhhee\",\"parameters\":{\"djklfsdntk\":\"datahllxwknoo\",\"lhmkspybnnn\":\"dataiymmddslwnlgj\",\"katupmrslwknrdv\":\"datapqdnn\"}},\"dynamicSchemaNew\":{\"operationId\":\"jerndzzywxqraqx\",\"valuePath\":\"deetnnefputl\",\"parameters\":{\"uxjmrzsxwasfwqj\":{},\"ybmfqdnppfcfguam\":{},\"vamuvkgd\":{}}},\"dynamicListNew\":{\"operationId\":\"bblukgctvn\",\"builtInOperation\":\"jvsyydjlhdukc\",\"itemsPath\":\"vyeegx\",\"itemValuePath\":\"loj\",\"itemTitlePath\":\"mfjdymeqvnxpfyx\",\"parameters\":{\"pnonxem\":{},\"qpzhna\":{},\"wvgcmcvdjlwwef\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"jdsqephtoshqt\":{\"ref\":\"pmjcoy\",\"type\":\"Integer\",\"title\":\"kzuhkshxjkckwbq\",\"items\":{},\"properties\":{\"mmkwahrooy\":{},\"hob\":{}},\"additionalProperties\":\"datayuepaco\",\"required\":[\"hextigukf\"],\"maxProperties\":299455862,\"minProperties\":1698425117,\"allOf\":[{},{},{}],\"discriminator\":\"mbnpeenlq\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datab\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datarjwgujr\",\"required\":[\"a\",\"ypyqoizfyasydd\",\"bwscjwyye\"],\"maxProperties\":1553525013,\"minProperties\":1440138659,\"allOf\":[{\"ref\":\"eowctshwfrhhas\",\"type\":\"Integer\",\"title\":\"uznwwum\",\"items\":{},\"properties\":{\"cilbwtpwbjlpfwuq\":{}},\"additionalProperties\":\"datapdgitenyuksl\",\"required\":[\"pnxghamrplanchqo\",\"mmxlmxejwy\"],\"maxProperties\":217448938,\"minProperties\":1501533518,\"allOf\":[{},{}],\"discriminator\":\"uekbbypqsmp\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataiuxhjuwn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"gkjjpcpi\",\"type\":\"Integer\",\"title\":\"xvtajfjato\",\"items\":{},\"properties\":{\"kurdgcpzan\":{},\"qvengn\":{},\"uelrnanbrpkocu\":{},\"fbageg\":{}},\"additionalProperties\":\"datajltckiwxggfagi\",\"required\":[\"dboefnhxha\",\"u\",\"einvzsodm\",\"krqdbsgkqy\"],\"maxProperties\":1894069912,\"minProperties\":2091927878,\"allOf\":[{},{},{},{}],\"discriminator\":\"xhyzzlocjhzppd\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"databofprsmivapesb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wsfvtghqx\",\"type\":\"Null\",\"title\":\"mfcleuovelvs\",\"items\":{},\"properties\":{\"jtez\":{},\"jtoudode\":{},\"wmv\":{}},\"additionalProperties\":\"datarjciexuwemtgtg\",\"required\":[\"mm\",\"gsks\",\"bsxehaxicjojxol\"],\"maxProperties\":1960586318,\"minProperties\":916710614,\"allOf\":[{},{},{}],\"discriminator\":\"ptbhm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databnatlnch\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"tdzzvhbujkah\",\"type\":\"Array\",\"title\":\"wojdzccq\",\"items\":{},\"properties\":{\"bfb\":{},\"diicdzfbve\":{}},\"additionalProperties\":\"datavnhhmfsnqpvjtshl\",\"required\":[\"sksd\",\"mhwt\",\"yppwfbwoet\",\"izrf\"],\"maxProperties\":1046336870,\"minProperties\":1470988882,\"allOf\":[{}],\"discriminator\":\"ngaypxsazbxsn\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafstmprvgrandzk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"lqboomzgmrolhsf\",\"readOnly\":false,\"xml\":{\"name\":\"vevwxmnbw\",\"namespace\":\"a\",\"prefix\":\"gnpyhtuhalpq\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"kqjarlazbtgtzpca\":\"dataexznpny\",\"xuupczegqnaidvs\":\"datarmzoujfgt\",\"knpbq\":\"datavgyoggkztzttj\",\"aqeizp\":\"datazkuobclob\"}},\"externalDocs\":{\"description\":\"lyugpnn\",\"uri\":\"jmkffeonmnvmu\",\"extensions\":{\"liytdegcrun\":\"dataqywlpx\",\"irhyvsyuvriemor\":\"datakilxstek\",\"kltrvgioguoxc\":\"datazffi\"}},\"example\":\"dataqo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"mjogxgr\",\"valuePath\":\"yciwbnqinr\",\"parameters\":{\"jrdi\":\"datavmr\",\"cjggcmpncjqbgbno\":\"dataoxqswsych\"}},\"dynamicSchemaNew\":{\"operationId\":\"wvf\",\"valuePath\":\"ytzgwjekyqirv\",\"parameters\":{\"lnvgpppdilbdvx\":{}}},\"dynamicListNew\":{\"operationId\":\"lz\",\"builtInOperation\":\"apspxwwblscrm\",\"itemsPath\":\"uuzywkgouxnroyh\",\"itemValuePath\":\"esywywnvgy\",\"itemTitlePath\":\"c\",\"parameters\":{\"zcwuejmxlfzl\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"hrau\",\"itemsPath\":\"ovlx\",\"itemValuePath\":\"vm\",\"itemTitlePath\":\"pniqwxmrgmnkgtlh\",\"itemFullTitlePath\":\"razk\",\"itemIsParent\":\"iy\",\"selectableFilter\":\"znvzmsv\",\"parameters\":{\"heqzhehgvmm\":{},\"oyzgnbnypluz\":{},\"pkfcdfu\":{},\"ilzvxotno\":{}}},\"browse\":{\"operationId\":\"cdvhyefqhxyts\",\"itemsPath\":\"bwcacwaaqakv\",\"itemValuePath\":\"y\",\"itemTitlePath\":\"xra\",\"itemFullTitlePath\":\"lreq\",\"itemIsParent\":\"cmmdtshz\",\"selectableFilter\":\"xucznb\",\"parameters\":{\"wrcyrn\":{},\"jwkow\":{}}}}},\"properties\":{\"ulpuexyigxztye\":{\"ref\":\"kag\",\"type\":\"Array\",\"title\":\"mnaphrskmpeajzzy\",\"items\":{\"ref\":\"amzmzfnt\",\"type\":\"Number\",\"title\":\"ftxyt\",\"items\":{},\"properties\":{\"j\":{}},\"additionalProperties\":\"datajlijkk\",\"required\":[\"aehjjirvjq\",\"av\",\"mdmracfsffdralih\",\"sscygyzhcvlavyrj\"],\"maxProperties\":225172171,\"minProperties\":459738183,\"allOf\":[{},{}],\"discriminator\":\"vti\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datau\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"utwe\":{}},\"additionalProperties\":\"datagivkteccxfnatntm\",\"required\":[\"bqpmfhjik\",\"cnbdq\",\"tghnmelzvrchm\",\"ucgrmwyv\"],\"maxProperties\":1515256531,\"minProperties\":441039637,\"allOf\":[{},{},{}],\"discriminator\":\"qqgrbrhhvipgti\",\"readOnly\":false,\"xml\":{\"name\":\"lwhf\",\"namespace\":\"bweasgypjixd\",\"prefix\":\"badydwqeuwdvcl\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"ixrgsrw\":\"datanzi\",\"osijiq\":\"dataxqkwargcbgd\"}},\"externalDocs\":{\"description\":\"wqykmvugflh\",\"uri\":\"oxu\",\"extensions\":{\"xh\":\"datannkvthwtamvmbgy\",\"vbeqzjdwx\":\"datamuhkezuucqicocd\",\"ytlxugjr\":\"datautpdwneec\"}},\"example\":\"datanffaofkvfruxzkfb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zo\",\"valuePath\":\"tvymdqaymqmyrn\",\"parameters\":{\"jdgfkr\":\"databqkfnoxhvo\",\"uguv\":\"datasjrvpakxrdeexwe\"}},\"dynamicSchemaNew\":{\"operationId\":\"ohpzurnzoytkbea\",\"valuePath\":\"fenroz\",\"parameters\":{\"oxcbpkiwseac\":{},\"tax\":{}}},\"dynamicListNew\":{\"operationId\":\"anhsxwh\",\"builtInOperation\":\"ztdacrqcwkk\",\"itemsPath\":\"ysyajmm\",\"itemValuePath\":\"updc\",\"itemTitlePath\":\"rufs\",\"parameters\":{\"uxkdiumgsivxw\":{},\"scwbshf\":{},\"hvlms\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"a\":{\"ref\":\"d\",\"type\":\"Integer\",\"title\":\"gnndefyh\",\"items\":{\"ref\":\"hwlvsvs\",\"type\":\"Object\",\"title\":\"prqtfk\",\"items\":{},\"properties\":{\"kpmonxdwfcuh\":{}},\"additionalProperties\":\"dataftfvqukkmvzeneg\",\"required\":[\"rjylw\",\"qsem\"],\"maxProperties\":1001052303,\"minProperties\":811148827,\"allOf\":[{},{},{},{}],\"discriminator\":\"ehztbejrdzwy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawufifnj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"f\":{}},\"additionalProperties\":\"datamcyk\",\"required\":[\"smkb\",\"dnrihp\",\"axhcbeejnoign\",\"dlk\"],\"maxProperties\":1298069838,\"minProperties\":2031973021,\"allOf\":[{},{}],\"discriminator\":\"mhkipjardv\",\"readOnly\":false,\"xml\":{\"name\":\"dxmi\",\"namespace\":\"lnpbiec\",\"prefix\":\"nddvjlpbj\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"hypbrzwiypz\":\"datajvaycxrwknsb\",\"gv\":\"datayhkecebt\",\"wq\":\"datatbsusfd\",\"ff\":\"dataqcowkendgrc\"}},\"externalDocs\":{\"description\":\"qnugtcuyuwgnyjdi\",\"uri\":\"ticwmlf\",\"extensions\":{\"jkuf\":\"dataibfmcoxbktu\",\"obbaibcfbfy\":\"datavvdgnmeiom\"}},\"example\":\"dataaisf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"rkmgifmyzbuhdnhh\",\"valuePath\":\"ts\",\"parameters\":{\"qfpzjz\":\"databdponhblqivcn\",\"wqesqsqmiekxip\":\"databpcwtwtrchkcmru\"}},\"dynamicSchemaNew\":{\"operationId\":\"h\",\"valuePath\":\"tykkvjjlba\",\"parameters\":{\"rzyqokbgumuejx\":{},\"pxxizchmbuzgi\":{}}},\"dynamicListNew\":{\"operationId\":\"jkngzfs\",\"builtInOperation\":\"aybh\",\"itemsPath\":\"lsbufnhbvcntpoee\",\"itemValuePath\":\"rsljzmzuicsgg\",\"itemTitlePath\":\"znbppmk\",\"parameters\":{\"lbbnjld\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datafwl\",\"required\":[\"tvkyahfoyfzoidy\",\"eprevcjukfal\",\"ceechc\",\"yvqbeqp\"],\"maxProperties\":663182449,\"minProperties\":596323744,\"allOf\":[{\"ref\":\"fhicrjri\",\"type\":\"Array\",\"title\":\"ydrlqllbof\",\"items\":{\"ref\":\"ocyb\",\"type\":\"String\",\"title\":\"ikn\",\"items\":{},\"properties\":{\"seiqbroqjfeamzku\":{},\"dgp\":{}},\"additionalProperties\":\"datago\",\"required\":[\"nvnj\",\"ldrqqv\",\"ugusqlx\"],\"maxProperties\":1931118511,\"minProperties\":1080154458,\"allOf\":[{},{},{},{}],\"discriminator\":\"lnvqacbyfis\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datauyypaggpaiheaeyz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ymipvlxty\":{},\"ukhjd\":{},\"pllitx\":{}},\"additionalProperties\":\"datagkw\",\"required\":[\"yhq\",\"ivxcodwkwoytcach\",\"sizfuewlf\",\"fiikqcdnzsfiu\"],\"maxProperties\":809125241,\"minProperties\":772132645,\"allOf\":[{},{}],\"discriminator\":\"crxlyzoahovu\",\"readOnly\":false,\"xml\":{\"name\":\"jjwnbrm\",\"namespace\":\"tbrnl\",\"prefix\":\"iaani\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pphcstmryc\":\"datac\",\"inlpxngzzxqbgqn\":\"dataanapfaoiz\"}},\"externalDocs\":{\"description\":\"ctbxzj\",\"uri\":\"ifpucv\",\"extensions\":{\"e\":\"datazwbsk\",\"qmbinpxmiwt\":\"datafz\"}},\"example\":\"dataifpvrdukcdnzo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xtwgbawshram\",\"valuePath\":\"ugqcglmadfztof\",\"parameters\":{\"wayfmcerfxf\":\"datalauua\",\"thzw\":\"dataiqba\",\"o\":\"dataipssv\"}},\"dynamicSchemaNew\":{\"operationId\":\"cqcjozzjku\",\"valuePath\":\"dqqbt\",\"parameters\":{\"ocuzxllbpwa\":{}}},\"dynamicListNew\":{\"operationId\":\"ettohgpzwxyvtkzb\",\"builtInOperation\":\"zxpus\",\"itemsPath\":\"mwnfhm\",\"itemValuePath\":\"suqnk\",\"itemTitlePath\":\"hvlxudheka\",\"parameters\":{\"rmid\":{},\"vhjcgszfb\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"lfoj\",\"readOnly\":true,\"xml\":{\"name\":\"mveybodhrv\",\"namespace\":\"duumw\",\"prefix\":\"umjvegpdxtsaujt\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"lkwk\":\"datalqoxuptsliiv\",\"ekfxcs\":\"datalinvamtykxsz\",\"ktkdpcz\":\"datamzdo\",\"kedaxkuyorfj\":\"dataohplrgcnbvmhvq\"}},\"externalDocs\":{\"description\":\"odaweo\",\"uri\":\"vfyihuzsbpwn\",\"extensions\":{\"ooagrlw\":\"datacypazwiimdlzg\",\"qadewhuwxk\":\"dataamesit\",\"naif\":\"dataxiatfam\",\"zwhomydxgtuqbv\":\"datalxccprkiyf\"}},\"example\":\"datauzihirqvvketydga\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"sgvqxerxrmh\",\"valuePath\":\"aqgbb\",\"parameters\":{\"titlqy\":\"dataihylrxsiyzsyiu\",\"pkayqivbig\":\"datafvernnk\",\"ztgnmuxppw\":\"datarqgzetbo\",\"rmtgwhzbbdwrjen\":\"datacfm\"}},\"dynamicSchemaNew\":{\"operationId\":\"eiiewibdtpl\",\"valuePath\":\"nmajokbxxc\",\"parameters\":{\"hrnaxkc\":{\"operationId\":\"jwtkftgzl\",\"valuePath\":\"epmewsjpgbmlbx\",\"parameters\":{\"vtepvrunudmakk\":{}}},\"q\":{\"operationId\":\"wohdige\",\"valuePath\":\"ocft\",\"parameters\":{\"odwqbaktvxerowu\":{},\"vrnnbegrafeo\":{},\"mtojxgdof\":{},\"azhkqqsjkn\":{}}},\"wczzcujwxvbkirgk\":{\"operationId\":\"bwgpmdmw\",\"valuePath\":\"evveswghhbqqhd\",\"parameters\":{\"r\":{},\"kwimtccee\":{},\"uqu\":{}}},\"oi\":{\"operationId\":\"fwlajwdajydjbjg\",\"valuePath\":\"vspewyzhydtkbmtr\",\"parameters\":{\"lviaigarma\":{},\"okgcneviccwb\":{},\"ysclwbjgiynqr\":{}}}}},\"dynamicListNew\":{\"operationId\":\"ofvsxau\",\"builtInOperation\":\"zefine\",\"itemsPath\":\"dxw\",\"itemValuePath\":\"iivzkdee\",\"itemTitlePath\":\"cwldg\",\"parameters\":{\"owoszzwncsjgfxv\":{\"operationId\":\"wmwt\",\"valuePath\":\"rscfcn\",\"parameters\":{\"jcullm\":{},\"wfpo\":{}}},\"grgkjalrjwaezply\":{\"operationId\":\"mubyguqhgnmsvjfg\",\"valuePath\":\"ryyircbajxjrb\",\"parameters\":{\"kbuatxkznlwl\":{},\"bxogkevdayv\":{},\"zkxiym\":{}}},\"cmxtoejt\":{\"operationId\":\"psbomt\",\"valuePath\":\"p\",\"parameters\":{\"fcfsuiw\":{},\"xpasckpgbm\":{},\"yxbwslx\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"kxz\",\"itemsPath\":\"luzntbpcaddpx\",\"itemValuePath\":\"xipe\",\"itemTitlePath\":\"plfmfvmjjfzi\",\"itemFullTitlePath\":\"lbiqq\",\"itemIsParent\":\"arxknfvbsym\",\"selectableFilter\":\"bahdbtjm\",\"parameters\":{\"onrk\":{},\"bizrxhuq\":{},\"vpanloqov\":{}}},\"browse\":{\"operationId\":\"gqtquirgopg\",\"itemsPath\":\"tucujtjuzvyjxu\",\"itemValuePath\":\"hquoqhqrcsksx\",\"itemTitlePath\":\"hlrvu\",\"itemFullTitlePath\":\"agvyjcdpncvfyeqy\",\"itemIsParent\":\"ii\",\"selectableFilter\":\"sapqhipajsniv\",\"parameters\":{\"vlj\":{}}}}}},\"isWebhook\":true,\"isNotification\":true}") - .toObject(ApiOperationPropertiesDefinition.class); - Assertions.assertEquals("iadhbatec", model.summary()); - Assertions.assertEquals("tsdohzniucbdaomb", model.description()); - Assertions.assertEquals("injdllwktlepo", model.visibility()); - Assertions.assertEquals("vvqxua", model.trigger()); - Assertions.assertEquals("cqwulynkgfcfd", model.triggerHint()); - Assertions.assertEquals(true, model.pageable()); - Assertions.assertEquals(StatusAnnotation.PRODUCTION, model.annotation().status()); - Assertions.assertEquals("xtclhuulriqbyok", model.annotation().family()); - Assertions.assertEquals(669836902, model.annotation().revision()); - Assertions.assertEquals("lrrskap", model.api().id()); - Assertions.assertEquals("sxebrslttfyhcdjw", model.api().displayName()); - Assertions.assertEquals("oardnagttpu", model.api().description()); - Assertions.assertEquals("bpgnrholhujbf", model.api().iconUri()); - Assertions.assertEquals("hdmcvht", model.api().brandColor()); - Assertions.assertEquals(ApiTier.PREMIUM, model.api().category()); - Assertions.assertEquals("f", model.api().integrationServiceEnvironment().id()); - Assertions.assertEquals("okyk", model.inputsDefinition().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().type()); - Assertions.assertEquals("yc", model.inputsDefinition().title()); - Assertions.assertEquals("vkcxzznn", model.inputsDefinition().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().type()); - Assertions.assertEquals("rsejegprkj", model.inputsDefinition().items().title()); - Assertions.assertEquals("rjmwvvbtuqkxxi", model.inputsDefinition().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().items().type()); - Assertions.assertEquals("qldekotjg", model.inputsDefinition().items().items().title()); - Assertions.assertEquals("qfkyfhiwvjaqu", model.inputsDefinition().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.inputsDefinition().items().items().items().type()); - Assertions.assertEquals("nvskpaj", model.inputsDefinition().items().items().items().title()); - Assertions.assertEquals("eumexmjbxc", model.inputsDefinition().items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().items().items().items().items().type()); - Assertions.assertEquals("kqmt", model.inputsDefinition().items().items().items().items().title()); - Assertions.assertEquals("ftr", model.inputsDefinition().items().items().items().items().required().get(0)); - Assertions.assertEquals(1842432317, model.inputsDefinition().items().items().items().items().maxProperties()); - Assertions.assertEquals(1296093804, model.inputsDefinition().items().items().items().items().minProperties()); - Assertions.assertEquals("jgczetybnxgztl", - model.inputsDefinition().items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("psyxjije", model.inputsDefinition().items().items().items().required().get(0)); - Assertions.assertEquals(1372379589, model.inputsDefinition().items().items().items().maxProperties()); - Assertions.assertEquals(763770170, model.inputsDefinition().items().items().items().minProperties()); - Assertions.assertEquals("fkcefeygz", model.inputsDefinition().items().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().readOnly()); - Assertions.assertEquals("sfmnaybdjnxumen", model.inputsDefinition().items().items().items().xml().name()); - Assertions.assertEquals("on", model.inputsDefinition().items().items().items().xml().namespace()); - Assertions.assertEquals("hymxymulwivqtow", model.inputsDefinition().items().items().items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().items().xml().wrapped()); - Assertions.assertEquals("zpwdlvwtiwsmo", - model.inputsDefinition().items().items().items().externalDocs().description()); - Assertions.assertEquals("onhqnam", model.inputsDefinition().items().items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("obygoo", - model.inputsDefinition().items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("qa", model.inputsDefinition().items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("asgmatrnzpd", - model.inputsDefinition().items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("daaktuj", - model.inputsDefinition().items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("fjikffffgkuhznw", - model.inputsDefinition().items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("uldbkke", - model.inputsDefinition().items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("kj", model.inputsDefinition().items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("awgazmxjqifh", - model.inputsDefinition().items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("jsbcml", - model.inputsDefinition().items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("irhhmo", model.inputsDefinition().items().items().properties().get("ncjmlfuyf").ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").type()); - Assertions.assertEquals("zgfjzcvaaxoialah", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").title()); - Assertions.assertEquals("vl", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").required().get(0)); - Assertions.assertEquals(1538169382, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").maxProperties()); - Assertions.assertEquals(186111806, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").minProperties()); - Assertions.assertEquals("thbb", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").notificationUrlExtension()); - Assertions.assertEquals("uxx", model.inputsDefinition().items().items().required().get(0)); - Assertions.assertEquals(29057625, model.inputsDefinition().items().items().maxProperties()); - Assertions.assertEquals(630653211, model.inputsDefinition().items().items().minProperties()); - Assertions.assertEquals("saidjan", model.inputsDefinition().items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().items().items().allOf().get(0).type()); - Assertions.assertEquals("vdxxurntujmoilun", model.inputsDefinition().items().items().allOf().get(0).title()); - Assertions.assertEquals("bpnjodf", model.inputsDefinition().items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(584126929, model.inputsDefinition().items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(2025512085, model.inputsDefinition().items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("oxsazuxejgwe", - model.inputsDefinition().items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("krukizyhgsqt", model.inputsDefinition().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().readOnly()); - Assertions.assertEquals("xqfpj", model.inputsDefinition().items().items().xml().name()); - Assertions.assertEquals("ggweeiwdhdmncgb", model.inputsDefinition().items().items().xml().namespace()); - Assertions.assertEquals("uscstunmlh", model.inputsDefinition().items().items().xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().wrapped()); - Assertions.assertEquals("jtrdxr", model.inputsDefinition().items().items().externalDocs().description()); - Assertions.assertEquals("agbbgia", model.inputsDefinition().items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().notificationUrlExtension()); - Assertions.assertEquals("inwhed", model.inputsDefinition().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("pbqwuntobu", model.inputsDefinition().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("djufbnkl", model.inputsDefinition().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("axpegjw", model.inputsDefinition().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("glzfytl", model.inputsDefinition().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("lqhopxouvmrs", - model.inputsDefinition().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("likyypzkgxfxfmyr", - model.inputsDefinition().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("db", model.inputsDefinition().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kszanmhwgpte", - model.inputsDefinition().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("zyybzo", model.inputsDefinition().items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("v", model.inputsDefinition().items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("ptvdxxheigm", - model.inputsDefinition().items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("lwzgh", model.inputsDefinition().items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("jvmabzzbway", - model.inputsDefinition().items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mdafbgymqt", - model.inputsDefinition().items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("preojxrjnbsconxa", - model.inputsDefinition().items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("nwdxzedpqlrfbor", - model.inputsDefinition().items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("p", model.inputsDefinition().items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("nfy", model.inputsDefinition().items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("vfrbypic", - model.inputsDefinition().items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("kpdj", - model.inputsDefinition().items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("qh", model.inputsDefinition().items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("q", - model.inputsDefinition().items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("rnsihqhudsmus", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").type()); - Assertions.assertEquals("jakx", model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").title()); - Assertions.assertEquals("fczmnn", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().type()); - Assertions.assertEquals("x", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().title()); - Assertions.assertEquals("gsy", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().required().get(0)); - Assertions.assertEquals(1853377573, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().maxProperties()); - Assertions.assertEquals(1216848035, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().minProperties()); - Assertions.assertEquals("drv", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().notificationUrlExtension()); - Assertions.assertEquals("bxv", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").required().get(0)); - Assertions.assertEquals(998362511, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").maxProperties()); - Assertions.assertEquals(502427869, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").minProperties()); - Assertions.assertEquals("piuzvk", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").readOnly()); - Assertions.assertEquals("mjuk", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().name()); - Assertions.assertEquals("r", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().namespace()); - Assertions.assertEquals("a", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().prefix()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().attribute()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().wrapped()); - Assertions.assertEquals("lvzkl", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().description()); - Assertions.assertEquals("bgikyjtkakvlbi", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().uri()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").notificationUrlExtension()); - Assertions.assertEquals("nafhxrzfr", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().operationId()); - Assertions.assertEquals("ztiucwviql", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("qwh", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().operationId()); - Assertions.assertEquals("xnmxgnmguzb", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("banlxunpqcckq", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().operationId()); - Assertions.assertEquals("wzlzklasl", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().builtInOperation()); - Assertions.assertEquals("ciz", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemsPath()); - Assertions.assertEquals("lrarwpewsaudo", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemValuePath()); - Assertions.assertEquals("tighsxjpy", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("dnox", model.inputsDefinition().items().required().get(0)); - Assertions.assertEquals(245200094, model.inputsDefinition().items().maxProperties()); - Assertions.assertEquals(74841439, model.inputsDefinition().items().minProperties()); - Assertions.assertEquals("vrgptq", model.inputsDefinition().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.inputsDefinition().items().allOf().get(0).type()); - Assertions.assertEquals("jdrpizfulgycts", model.inputsDefinition().items().allOf().get(0).title()); - Assertions.assertEquals("qgkujds", model.inputsDefinition().items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.inputsDefinition().items().allOf().get(0).items().type()); - Assertions.assertEquals("qwoeurbtigapd", model.inputsDefinition().items().allOf().get(0).items().title()); - Assertions.assertEquals("hzokpoyuohue", - model.inputsDefinition().items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1282795519, model.inputsDefinition().items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(195362685, model.inputsDefinition().items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("pwsadaxjsumxpe", - model.inputsDefinition().items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).items().readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("niz", model.inputsDefinition().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(8718366, model.inputsDefinition().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(2112989688, model.inputsDefinition().items().allOf().get(0).minProperties()); - Assertions.assertEquals("ghrmthsplw", model.inputsDefinition().items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).readOnly()); - Assertions.assertEquals("rgxfqpaniceo", model.inputsDefinition().items().allOf().get(0).xml().name()); - Assertions.assertEquals("gzwhsxyrujmtik", model.inputsDefinition().items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("likyohz", model.inputsDefinition().items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("ncmazdf", - model.inputsDefinition().items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("xhyqmr", model.inputsDefinition().items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("lhhfi", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("cfculzj", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("oxinunjlzkdr", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("qsxytqqtcmiw", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("p", model.inputsDefinition().items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("rryklleynqan", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("igglclwalhvub", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("zphetxdqcm", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("tajqzj", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("p", model.inputsDefinition().items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().readOnly()); - Assertions.assertEquals("aidqzsaaoqdsgpto", model.inputsDefinition().items().xml().name()); - Assertions.assertEquals("jq", model.inputsDefinition().items().xml().namespace()); - Assertions.assertEquals("afcnlrtb", model.inputsDefinition().items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().items().xml().wrapped()); - Assertions.assertEquals("xq", model.inputsDefinition().items().externalDocs().description()); - Assertions.assertEquals("rswyilj", model.inputsDefinition().items().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().notificationUrlExtension()); - Assertions.assertEquals("ujsqycm", model.inputsDefinition().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("xfabl", model.inputsDefinition().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yjshcyb", model.inputsDefinition().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("upp", model.inputsDefinition().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("cmvouujxdiikmoxr", - model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").operationId()); - Assertions.assertEquals("svavlrxikjmoy", - model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").valuePath()); - Assertions.assertEquals("bmgjymncjc", model.inputsDefinition().items().dynamicListNew().operationId()); - Assertions.assertEquals("airwcqzoofj", model.inputsDefinition().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("jsvepfbhtleberp", model.inputsDefinition().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("jeknfqnw", model.inputsDefinition().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("qxowkdn", model.inputsDefinition().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("krhwieh", - model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").operationId()); - Assertions.assertEquals("pnowawonoehrguql", - model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").valuePath()); - Assertions.assertEquals(false, - model.inputsDefinition().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.inputsDefinition().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("elnii", model.inputsDefinition().items().dynamicTree().open().operationId()); - Assertions.assertEquals("cgagdvcdqhftzbp", model.inputsDefinition().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("a", model.inputsDefinition().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("df", model.inputsDefinition().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("tncwmhjobzrfpr", - model.inputsDefinition().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("dc", model.inputsDefinition().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("yftcvbzwgwhg", - model.inputsDefinition().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("pbtsixhgvbhxmnd", - model.inputsDefinition().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("gsqjayqmarxneib", model.inputsDefinition().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("brhbjdqknhqn", - model.inputsDefinition().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("tpuwnnohmmzngocf", - model.inputsDefinition().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("uypwyiulaynos", - model.inputsDefinition().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("kfhaxttpfsmwgsgh", - model.inputsDefinition().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("cum", model.inputsDefinition().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("igrjdljlkqhvkrbz", model.inputsDefinition().properties().get("olj").ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().properties().get("olj").type()); - Assertions.assertEquals("taxklpruu", model.inputsDefinition().properties().get("olj").title()); - Assertions.assertEquals("l", model.inputsDefinition().properties().get("olj").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.inputsDefinition().properties().get("olj").items().type()); - Assertions.assertEquals("wx", model.inputsDefinition().properties().get("olj").items().title()); - Assertions.assertEquals("ksgfyyskyekg", model.inputsDefinition().properties().get("olj").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.inputsDefinition().properties().get("olj").items().items().type()); - Assertions.assertEquals("z", model.inputsDefinition().properties().get("olj").items().items().title()); - Assertions.assertEquals("b", - model.inputsDefinition().properties().get("olj").items().items().required().get(0)); - Assertions.assertEquals(2021332057, - model.inputsDefinition().properties().get("olj").items().items().maxProperties()); - Assertions.assertEquals(255823650, - model.inputsDefinition().properties().get("olj").items().items().minProperties()); - Assertions.assertEquals("bgbudav", - model.inputsDefinition().properties().get("olj").items().items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").items().items().notificationUrlExtension()); - Assertions.assertEquals("bdueurg", model.inputsDefinition().properties().get("olj").items().required().get(0)); - Assertions.assertEquals(1208551296, model.inputsDefinition().properties().get("olj").items().maxProperties()); - Assertions.assertEquals(1562410077, model.inputsDefinition().properties().get("olj").items().minProperties()); - Assertions.assertEquals("lojermhzicsbfd", - model.inputsDefinition().properties().get("olj").items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().readOnly()); - Assertions.assertEquals("knyuki", model.inputsDefinition().properties().get("olj").items().xml().name()); - Assertions.assertEquals("iglh", model.inputsDefinition().properties().get("olj").items().xml().namespace()); - Assertions.assertEquals("zwxqtejpii", model.inputsDefinition().properties().get("olj").items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().wrapped()); - Assertions.assertEquals("zyohxpthc", - model.inputsDefinition().properties().get("olj").items().externalDocs().description()); - Assertions.assertEquals("pvkvtwf", - model.inputsDefinition().properties().get("olj").items().externalDocs().uri()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").items().notificationUrlExtension()); - Assertions.assertEquals("ygz", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("yevjhubnobguq", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("qdvrdmvxyrxdh", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("qojbxao", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("b", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().operationId()); - Assertions.assertEquals("aehtd", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("mbnvynfaooeacted", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("lsk", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("ddida", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("jrholuqw", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").type()); - Assertions.assertEquals("xhdod", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").title()); - Assertions.assertEquals("xcjkcoqwczsy", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").required().get(0)); - Assertions.assertEquals(1215585734, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").maxProperties()); - Assertions.assertEquals(174855612, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").minProperties()); - Assertions.assertEquals("vmuafmc", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition() - .properties() - .get("olj") - .properties() - .get("kumcfjxokyelsy") - .notificationUrlExtension()); - Assertions.assertEquals("rlimzfvppkeqs", model.inputsDefinition().properties().get("olj").required().get(0)); - Assertions.assertEquals(1940380502, model.inputsDefinition().properties().get("olj").maxProperties()); - Assertions.assertEquals(658508685, model.inputsDefinition().properties().get("olj").minProperties()); - Assertions.assertEquals("ggorwjoqt", model.inputsDefinition().properties().get("olj").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.inputsDefinition().properties().get("olj").allOf().get(0).type()); - Assertions.assertEquals("vclpofyrlm", model.inputsDefinition().properties().get("olj").allOf().get(0).title()); - Assertions.assertEquals("jlz", - model.inputsDefinition().properties().get("olj").allOf().get(0).required().get(0)); - Assertions.assertEquals(1172424480, - model.inputsDefinition().properties().get("olj").allOf().get(0).maxProperties()); - Assertions.assertEquals(1969257397, - model.inputsDefinition().properties().get("olj").allOf().get(0).minProperties()); - Assertions.assertEquals("yyzivrmitcd", - model.inputsDefinition().properties().get("olj").allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("fnzzryizwbxg", model.inputsDefinition().properties().get("olj").discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").readOnly()); - Assertions.assertEquals("ayunomirhpfabenq", model.inputsDefinition().properties().get("olj").xml().name()); - Assertions.assertEquals("mwmgewayxfl", model.inputsDefinition().properties().get("olj").xml().namespace()); - Assertions.assertEquals("cpjs", model.inputsDefinition().properties().get("olj").xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().wrapped()); - Assertions.assertEquals("deluqroja", - model.inputsDefinition().properties().get("olj").externalDocs().description()); - Assertions.assertEquals("fztlr", model.inputsDefinition().properties().get("olj").externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").notificationUrlExtension()); - Assertions.assertEquals("zxpxhn", - model.inputsDefinition().properties().get("olj").dynamicSchemaOld().operationId()); - Assertions.assertEquals("slekc", - model.inputsDefinition().properties().get("olj").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("mjzucwwme", - model.inputsDefinition().properties().get("olj").dynamicSchemaNew().operationId()); - Assertions.assertEquals("qhdd", - model.inputsDefinition().properties().get("olj").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("pgaixwrgrkkderf", - model.inputsDefinition().properties().get("olj").dynamicListNew().operationId()); - Assertions.assertEquals("wqikwepwogggic", - model.inputsDefinition().properties().get("olj").dynamicListNew().builtInOperation()); - Assertions.assertEquals("xhtfmcqbsudzpgch", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemsPath()); - Assertions.assertEquals("gfqumjdjxhzghgo", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemValuePath()); - Assertions.assertEquals("ynrceqavfdbdf", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("uxxrwzobuzms", - model.inputsDefinition().properties().get("olj").dynamicTree().open().operationId()); - Assertions.assertEquals("amt", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemsPath()); - Assertions.assertEquals("kwppthuzdprmimr", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("dpoqfxyem", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("ftb", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("whtecloamfmxtll", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("tymqcnrrfijhggab", - model.inputsDefinition().properties().get("olj").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("sdpzouhktqrxqwq", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().operationId()); - Assertions.assertEquals("xrdfddtu", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ygta", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("zcxdfweapyfmlxrl", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("h", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("spi", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("eimixlmdbgicehf", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("cebxx", model.inputsDefinition().required().get(0)); - Assertions.assertEquals(1655561193, model.inputsDefinition().maxProperties()); - Assertions.assertEquals(1172142254, model.inputsDefinition().minProperties()); - Assertions.assertEquals("mddhgajkrd", model.inputsDefinition().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.inputsDefinition().allOf().get(0).type()); - Assertions.assertEquals("pfcudvafnbf", model.inputsDefinition().allOf().get(0).title()); - Assertions.assertEquals("enqnxhgkordwzej", model.inputsDefinition().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().allOf().get(0).items().type()); - Assertions.assertEquals("zvcmbpwd", model.inputsDefinition().allOf().get(0).items().title()); - Assertions.assertEquals("ayprldid", model.inputsDefinition().allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.inputsDefinition().allOf().get(0).items().items().type()); - Assertions.assertEquals("f", model.inputsDefinition().allOf().get(0).items().items().title()); - Assertions.assertEquals("ynqjgsat", model.inputsDefinition().allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(1741989520, model.inputsDefinition().allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(383249084, model.inputsDefinition().allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("gcru", model.inputsDefinition().allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("ioqemqwtqszzg", model.inputsDefinition().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1879054002, model.inputsDefinition().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1332057721, model.inputsDefinition().allOf().get(0).items().minProperties()); - Assertions.assertEquals("mpnbnfgyweoj", model.inputsDefinition().allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().readOnly()); - Assertions.assertEquals("mahiw", model.inputsDefinition().allOf().get(0).items().xml().name()); - Assertions.assertEquals("yawkch", model.inputsDefinition().allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("pitskshfyftti", model.inputsDefinition().allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("blivw", model.inputsDefinition().allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("sudy", model.inputsDefinition().allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("psapzu", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("wwytbdjzghx", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xz", model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("mkanbc", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("haahntofelfhpfi", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("skkzdfivsujybsr", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("zmrgtxdhmfppinmg", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("esmkwtzgf", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("gjhxerxl", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("gicnqwlctmwpblx", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").type()); - Assertions.assertEquals("gvxrktjcjigc", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").title()); - Assertions.assertEquals("aowcahdkm", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").required().get(0)); - Assertions.assertEquals(2099578619, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").maxProperties()); - Assertions.assertEquals(807845192, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").minProperties()); - Assertions.assertEquals("jezbfsjwfczgl", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").discriminator()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").notificationUrlExtension()); - Assertions.assertEquals("qrbrnxhjtlxf", model.inputsDefinition().allOf().get(0).required().get(0)); - Assertions.assertEquals(1942434444, model.inputsDefinition().allOf().get(0).maxProperties()); - Assertions.assertEquals(47403047, model.inputsDefinition().allOf().get(0).minProperties()); - Assertions.assertEquals("htrxbozp", model.inputsDefinition().allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, model.inputsDefinition().allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("wjzb", model.inputsDefinition().allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("xfqk", model.inputsDefinition().allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(863208191, model.inputsDefinition().allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(1579732142, model.inputsDefinition().allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("zdaiovrb", model.inputsDefinition().allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("ldrdymnswx", model.inputsDefinition().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).readOnly()); - Assertions.assertEquals("qnghxnimvyujr", model.inputsDefinition().allOf().get(0).xml().name()); - Assertions.assertEquals("unnqgypuqtnylqu", model.inputsDefinition().allOf().get(0).xml().namespace()); - Assertions.assertEquals("qmvyumgmmuebsnzn", model.inputsDefinition().allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("tbgblxbuibrvjzta", - model.inputsDefinition().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("vs", model.inputsDefinition().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("n", model.inputsDefinition().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("ovazoymdvhhpl", - model.inputsDefinition().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("swzeyxry", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("r", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("lvs", model.inputsDefinition().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("asgtl", model.inputsDefinition().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("qpoilos", model.inputsDefinition().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("emcezevftm", model.inputsDefinition().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("l", model.inputsDefinition().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("pfhru", model.inputsDefinition().allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("syqcjnqswxdowum", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("ukrcdiohcl", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("dnhfknebwedd", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("yzcwy", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mkaqldqabnwvpaq", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("xf", model.inputsDefinition().allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("hwpadhedbfob", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("zvothmkh", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ozvbwfc", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("hbpoelhscmyhrhj", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("zfq", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("kndwp", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("qwojoev", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("nnmkvae", model.inputsDefinition().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().readOnly()); - Assertions.assertEquals("xhhlbmyphf", model.inputsDefinition().xml().name()); - Assertions.assertEquals("rpdhewokyqs", model.inputsDefinition().xml().namespace()); - Assertions.assertEquals("xfsyw", model.inputsDefinition().xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().xml().wrapped()); - Assertions.assertEquals("wbkurklpiigf", model.inputsDefinition().externalDocs().description()); - Assertions.assertEquals("keutuipjclzjwaq", model.inputsDefinition().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().notificationUrlExtension()); - Assertions.assertEquals("tea", model.inputsDefinition().dynamicSchemaOld().operationId()); - Assertions.assertEquals("egefzjx", model.inputsDefinition().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("aujqgbbjv", model.inputsDefinition().dynamicSchemaNew().operationId()); - Assertions.assertEquals("oawh", model.inputsDefinition().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("bc", - model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").operationId()); - Assertions.assertEquals("oygsabdgdheronsd", - model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").valuePath()); - Assertions.assertEquals("otdofqv", model.inputsDefinition().dynamicListNew().operationId()); - Assertions.assertEquals("qsdqkpsbqs", model.inputsDefinition().dynamicListNew().builtInOperation()); - Assertions.assertEquals("m", model.inputsDefinition().dynamicListNew().itemsPath()); - Assertions.assertEquals("aftazgcxsvqlcq", model.inputsDefinition().dynamicListNew().itemValuePath()); - Assertions.assertEquals("ylamxow", model.inputsDefinition().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("oyutehlk", - model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").operationId()); - Assertions.assertEquals("vtipquksxiknsg", - model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").valuePath()); - Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("oqhbjqlqfbler", model.inputsDefinition().dynamicTree().open().operationId()); - Assertions.assertEquals("ollcshjucihby", model.inputsDefinition().dynamicTree().open().itemsPath()); - Assertions.assertEquals("jvtpnerxvjeaz", model.inputsDefinition().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("helhbimyi", model.inputsDefinition().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("qamcthtpqgfz", model.inputsDefinition().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("sizkdiuvflg", model.inputsDefinition().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("cwjgwa", model.inputsDefinition().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("ofgrutvnp", - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").selectedItemValuePath()); - Assertions.assertEquals("zghhh", - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").parameterReference()); - Assertions.assertEquals(false, - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").required()); - Assertions.assertEquals("meyobqajejirvavr", model.inputsDefinition().dynamicTree().browse().operationId()); - Assertions.assertEquals("gpogpl", model.inputsDefinition().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("uvlnhxnrnjhinaeg", model.inputsDefinition().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("bx", model.inputsDefinition().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("pqm", model.inputsDefinition().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("oplukfy", model.inputsDefinition().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("fhsovadkrmjxmwq", model.inputsDefinition().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("sjqb", - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").selectedItemValuePath()); - Assertions.assertEquals("riwbwggij", - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").parameterReference()); - Assertions.assertEquals(true, - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").required()); - Assertions.assertEquals("kwsbzrhdugquh", model.responsesDefinition().get("idzfpsfy").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").type()); - Assertions.assertEquals("frunj", model.responsesDefinition().get("idzfpsfy").title()); - Assertions.assertEquals("jhiycbauseqnczk", model.responsesDefinition().get("idzfpsfy").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").items().type()); - Assertions.assertEquals("tuwyjsqwzszos", model.responsesDefinition().get("idzfpsfy").items().title()); - Assertions.assertEquals("zunkfnyskwwun", model.responsesDefinition().get("idzfpsfy").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.responsesDefinition().get("idzfpsfy").items().items().type()); - Assertions.assertEquals("avoj", model.responsesDefinition().get("idzfpsfy").items().items().title()); - Assertions.assertEquals("hipcukvbljpx", - model.responsesDefinition().get("idzfpsfy").items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, - model.responsesDefinition().get("idzfpsfy").items().items().items().type()); - Assertions.assertEquals("chyluqa", model.responsesDefinition().get("idzfpsfy").items().items().items().title()); - Assertions.assertEquals("ritrcwb", - model.responsesDefinition().get("idzfpsfy").items().items().items().required().get(0)); - Assertions.assertEquals(1462309233, - model.responsesDefinition().get("idzfpsfy").items().items().items().maxProperties()); - Assertions.assertEquals(845706297, - model.responsesDefinition().get("idzfpsfy").items().items().items().minProperties()); - Assertions.assertEquals("qb", - model.responsesDefinition().get("idzfpsfy").items().items().items().discriminator()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().items().readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().items().items().notificationUrlExtension()); - Assertions.assertEquals("wb", model.responsesDefinition().get("idzfpsfy").items().items().required().get(0)); - Assertions.assertEquals(642175945, model.responsesDefinition().get("idzfpsfy").items().items().maxProperties()); - Assertions.assertEquals(1815540528, - model.responsesDefinition().get("idzfpsfy").items().items().minProperties()); - Assertions.assertEquals("sdjpgxe", model.responsesDefinition().get("idzfpsfy").items().items().discriminator()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().readOnly()); - Assertions.assertEquals("cfferznzc", model.responsesDefinition().get("idzfpsfy").items().items().xml().name()); - Assertions.assertEquals("voveomkhfeqcoop", - model.responsesDefinition().get("idzfpsfy").items().items().xml().namespace()); - Assertions.assertEquals("pohimgck", model.responsesDefinition().get("idzfpsfy").items().items().xml().prefix()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().items().xml().attribute()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().xml().wrapped()); - Assertions.assertEquals("upf", - model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().description()); - Assertions.assertEquals("ldqdzauiunyevdyz", - model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().uri()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").items().items().notificationUrlExtension()); - Assertions.assertEquals("bav", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("vxwve", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("njyhzfa", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("kdv", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("ajggfzgaefhawkmi", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().operationId()); - Assertions.assertEquals("y", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("iurni", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("pdyttqmiu", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("plosebmhhtuqm", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("bsmnda", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").type()); - Assertions.assertEquals("uyje", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").title()); - Assertions.assertEquals("pwwlzpddar", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").required().get(0)); - Assertions.assertEquals(514734154, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").maxProperties()); - Assertions.assertEquals(329006427, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").minProperties()); - Assertions.assertEquals("kampyhwpbldz", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").discriminator()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").notificationUrlExtension()); - Assertions.assertEquals("gkqwvde", model.responsesDefinition().get("idzfpsfy").items().required().get(0)); - Assertions.assertEquals(496430638, model.responsesDefinition().get("idzfpsfy").items().maxProperties()); - Assertions.assertEquals(306469986, model.responsesDefinition().get("idzfpsfy").items().minProperties()); - Assertions.assertEquals("fr", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).type()); - Assertions.assertEquals("ubpebrm", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).title()); - Assertions.assertEquals("ybnzbnvmsh", - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).required().get(0)); - Assertions.assertEquals(305530667, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).maxProperties()); - Assertions.assertEquals(148575354, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).minProperties()); - Assertions.assertEquals("xgxqayga", - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("yozvrcwfpucw", model.responsesDefinition().get("idzfpsfy").items().discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().readOnly()); - Assertions.assertEquals("efgzjvbx", model.responsesDefinition().get("idzfpsfy").items().xml().name()); - Assertions.assertEquals("bg", model.responsesDefinition().get("idzfpsfy").items().xml().namespace()); - Assertions.assertEquals("rx", model.responsesDefinition().get("idzfpsfy").items().xml().prefix()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().wrapped()); - Assertions.assertEquals("glvyakeszsuuvul", - model.responsesDefinition().get("idzfpsfy").items().externalDocs().description()); - Assertions.assertEquals("cwgg", model.responsesDefinition().get("idzfpsfy").items().externalDocs().uri()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().notificationUrlExtension()); - Assertions.assertEquals("hcbtuxlbpxrhrfj", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("razwefiktlhqasht", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yhgqokjbmsr", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("xyxxhwr", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("s", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().operationId()); - Assertions.assertEquals("vrrbnhy", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("bhujcydyl", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("xvpstizsyqagqll", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("r", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("avsavgthkslgeuuf", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().operationId()); - Assertions.assertEquals("zb", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("xjblajy", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("nbycs", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("oisaz", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mofsvp", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("gnywxu", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wtmszcfyzq", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().operationId()); - Assertions.assertEquals("qregfurdpagknx", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ovrgih", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("zffewvqkyc", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("geipqxxs", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("afwtydsmmab", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("clejqzhpv", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("wdzpzl", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").type()); - Assertions.assertEquals("x", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").title()); - Assertions.assertEquals("wwvmbjec", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().type()); - Assertions.assertEquals("ghnkfrwxohlydsn", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().title()); - Assertions.assertEquals("jxlaaced", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().required().get(0)); - Assertions.assertEquals(487487985, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().maxProperties()); - Assertions.assertEquals(15233592, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().minProperties()); - Assertions.assertEquals("bzbevgbnrom", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().discriminator()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .items() - .notificationUrlExtension()); - Assertions.assertEquals("iywhxpsb", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").required().get(0)); - Assertions.assertEquals(1802423608, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").maxProperties()); - Assertions.assertEquals(1258550316, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").minProperties()); - Assertions.assertEquals("hz", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").discriminator()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").readOnly()); - Assertions.assertEquals("ckn", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().name()); - Assertions.assertEquals("kcu", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().namespace()); - Assertions.assertEquals("hdgwuzrono", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().prefix()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().attribute()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().wrapped()); - Assertions.assertEquals("ebawnxzsjwyfixir", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .externalDocs() - .description()); - Assertions.assertEquals("j", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").externalDocs().uri()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").notificationUrlExtension()); - Assertions.assertEquals("alewgux", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaOld() - .operationId()); - Assertions.assertEquals("m", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaOld() - .valuePath()); - Assertions.assertEquals("nmzr", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaNew() - .operationId()); - Assertions.assertEquals("aojpzngdrzi", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaNew() - .valuePath()); - Assertions.assertEquals("vyigdeipnf", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .operationId()); - Assertions.assertEquals("ejwli", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .builtInOperation()); - Assertions.assertEquals("cndjzwhajo", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemsPath()); - Assertions.assertEquals("pqokhdyncra", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemValuePath()); - Assertions.assertEquals("sewbempfapmqnm", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemTitlePath()); - Assertions.assertEquals("ltcvmahpuwkupbbn", model.responsesDefinition().get("idzfpsfy").required().get(0)); - Assertions.assertEquals(558509018, model.responsesDefinition().get("idzfpsfy").maxProperties()); - Assertions.assertEquals(1653699527, model.responsesDefinition().get("idzfpsfy").minProperties()); - Assertions.assertEquals("simtfcqmmy", model.responsesDefinition().get("idzfpsfy").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).type()); - Assertions.assertEquals("elpfijtezgxmpes", model.responsesDefinition().get("idzfpsfy").allOf().get(0).title()); - Assertions.assertEquals("adlerzinfuivczkt", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().type()); - Assertions.assertEquals("wtdapsmirmnrijef", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().title()); - Assertions.assertEquals("fcnuestbsli", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().required().get(0)); - Assertions.assertEquals(407766062, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1714948406, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().minProperties()); - Assertions.assertEquals("rctysecpekhxdb", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("jxncqzahgtvbgdob", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).required().get(0)); - Assertions.assertEquals(721038450, model.responsesDefinition().get("idzfpsfy").allOf().get(0).maxProperties()); - Assertions.assertEquals(1339830760, model.responsesDefinition().get("idzfpsfy").allOf().get(0).minProperties()); - Assertions.assertEquals("esgcsqos", model.responsesDefinition().get("idzfpsfy").allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).readOnly()); - Assertions.assertEquals("goufpizpbmfx", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().name()); - Assertions.assertEquals("pfyvslazipplxgt", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().namespace()); - Assertions.assertEquals("mjtycildrznlaxoz", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().wrapped()); - Assertions.assertEquals("vehyklel", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().description()); - Assertions.assertEquals("dvpqfbxgy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("dmsfwtwrs", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("vcneqswxhqhgk", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("wnoljdkx", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("ewy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("oenefnoafpcnr", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("yrxowv", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("fcmuajwblxphto", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("rf", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("tnnsvrfajy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("naeikczscymqf", model.responsesDefinition().get("idzfpsfy").discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").readOnly()); - Assertions.assertEquals("qnyumz", model.responsesDefinition().get("idzfpsfy").xml().name()); - Assertions.assertEquals("dokez", model.responsesDefinition().get("idzfpsfy").xml().namespace()); - Assertions.assertEquals("ezknfzqnzbflbqmh", model.responsesDefinition().get("idzfpsfy").xml().prefix()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").xml().wrapped()); - Assertions.assertEquals("lmsy", model.responsesDefinition().get("idzfpsfy").externalDocs().description()); - Assertions.assertEquals("dcrolrze", model.responsesDefinition().get("idzfpsfy").externalDocs().uri()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").notificationUrlExtension()); - Assertions.assertEquals("ebldpo", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().operationId()); - Assertions.assertEquals("ffjk", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("iyndurdonkgobx", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().operationId()); - Assertions.assertEquals("rdolenrswkn", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("nmzaofro", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").operationId()); - Assertions.assertEquals("qckievyrejyoy", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").valuePath()); - Assertions.assertEquals("vev", model.responsesDefinition().get("idzfpsfy").dynamicListNew().operationId()); - Assertions.assertEquals("rphklqlii", - model.responsesDefinition().get("idzfpsfy").dynamicListNew().builtInOperation()); - Assertions.assertEquals("anuwgjnofg", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemsPath()); - Assertions.assertEquals("y", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemValuePath()); - Assertions.assertEquals("sebjuymtevae", - model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("ywhr", - model.responsesDefinition() - .get("idzfpsfy") - .dynamicListNew() - .parameters() - .get("usrjzhdtrsyfezf") - .operationId()); - Assertions.assertEquals("ej", - model.responsesDefinition() - .get("idzfpsfy") - .dynamicListNew() - .parameters() - .get("usrjzhdtrsyfezf") - .valuePath()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("ejpdcliqwzutiy", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().operationId()); - Assertions.assertEquals("rnhhjtvh", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemsPath()); - Assertions.assertEquals("z", model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("yovqmqcudptoqwr", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("ckjt", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("okmxwawfubknge", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("x", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("fdt", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().operationId()); - Assertions.assertEquals("iaxtyrnuh", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("hepisq", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("mlroiommemsoqgb", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("yeqdob", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("aqcabe", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("kcesrsi", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals(true, model.isWebhook()); - Assertions.assertEquals(true, model.isNotification()); - } - - @org.junit.jupiter.api.Test - public void testSerialize() throws Exception { - ApiOperationPropertiesDefinition model = new ApiOperationPropertiesDefinition().withSummary("iadhbatec") - .withDescription("tsdohzniucbdaomb") - .withVisibility("injdllwktlepo") - .withTrigger("vvqxua") - .withTriggerHint("cqwulynkgfcfd") - .withPageable(true) - .withAnnotation(new ApiOperationAnnotation().withStatus(StatusAnnotation.PRODUCTION) - .withFamily("xtclhuulriqbyok") - .withRevision(669836902)) - .withApi(new ApiReference().withId("lrrskap") - .withDisplayName("sxebrslttfyhcdjw") - .withDescription("oardnagttpu") - .withIconUri("bpgnrholhujbf") - .withSwagger("dataiplkysolsyjprxs") - .withBrandColor("hdmcvht") - .withCategory(ApiTier.PREMIUM) - .withIntegrationServiceEnvironment(new ResourceReference().withId("f"))) - .withInputsDefinition(new SwaggerSchema().withRef("okyk") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("yc") - .withItems( - new SwaggerSchema().withRef("vkcxzznn") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("rsejegprkj") - .withItems( - new SwaggerSchema().withRef("rjmwvvbtuqkxxi") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("qldekotjg") - .withItems(new SwaggerSchema().withRef("qfkyfhiwvjaqu") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("nvskpaj") - .withItems(new SwaggerSchema().withRef("eumexmjbxc") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("kqmt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("qis", new SwaggerSchema())) - .withAdditionalProperties("datap") - .withRequired(Arrays.asList("ftr", "rejdaahuqim", "dahlfxlmuifmuadj", "fsn")) - .withMaxProperties(1842432317) - .withMinProperties(1296093804) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("jgczetybnxgztl") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahfjv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("uvlbefvwc", new SwaggerSchema())) - .withAdditionalProperties("datakxpylrwox") - .withRequired(Arrays.asList("psyxjije", "pdvrbkerdkdkga")) - .withMaxProperties(1372379589) - .withMinProperties(763770170) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("fkcefeygz") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("sfmnaybdjnxumen") - .withNamespace("on") - .withPrefix("hymxymulwivqtow") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("j", "dataybajasqubf", "htfxcpupuki", "dataywhjqwmchq"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("zpwdlvwtiwsmo") - .withUri("onhqnam") - .withExtensions(mapOf("eajbkajlcyizyddc", "dataltassaekewna", - "krvfsxxbydes", "dataxo"))) - .withExample("datavgecpwgoljtzx") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("obygoo") - .withValuePath("qa") - .withParameters(mapOf("jfucsaodjnosdkv", "datavaz"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("asgmatrnzpd") - .withValuePath("daaktuj") - .withParameters(mapOf("bo", new SwaggerCustomDynamicProperties(), "myfp", - new SwaggerCustomDynamicProperties(), "dowkppnwyytfv", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew( - new SwaggerCustomDynamicList().withOperationId("fjikffffgkuhznw") - .withBuiltInOperation("uldbkke") - .withItemsPath("kj") - .withItemValuePath("awgazmxjqifh") - .withItemTitlePath("jsbcml") - .withParameters(mapOf("hzbh", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("ncjmlfuyf", new SwaggerSchema().withRef("irhhmo") - .withType(SwaggerSchemaType.STRING) - .withTitle("zgfjzcvaaxoialah") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("cokdxkukmkczyn", new SwaggerSchema(), "h", new SwaggerSchema())) - .withAdditionalProperties("dataqeq") - .withRequired(Arrays.asList("vl", "q")) - .withMaxProperties(1538169382) - .withMinProperties(186111806) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("thbb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawdrnzkj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), "watuwqkokbczoth", - new SwaggerSchema().withRef("pfiddhl") - .withType(SwaggerSchemaType.STRING) - .withTitle("cqyjmqrfuiocus") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rsazrhxud", new SwaggerSchema())) - .withAdditionalProperties("datamdtff") - .withRequired(Arrays.asList("mrkkhmwd")) - .withMaxProperties(37083730) - .withMinProperties(1320766241) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("okwtjawhvagnqfqq") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataolcaymjchtvsnvla") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "xudnmckap", - new SwaggerSchema().withRef("gobllms") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("imaaneak") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("obcyanrfvqtvk", new SwaggerSchema())) - .withAdditionalProperties("datavoogxkfna") - .withRequired(Arrays.asList("ymhcctopuo", "yrnskb", "hquhczygxvhajp")) - .withMaxProperties(679727577) - .withMinProperties(1085439755) - .withAllOf(Arrays - .asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("scozawmv") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanpwirfljf") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "ctkbbxuha", - new SwaggerSchema() - .withRef("knq") - .withType(SwaggerSchemaType.FILE) - .withTitle("encdgmoqueqihkky") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jouw", new SwaggerSchema(), "ldxwhieproqksm", - new SwaggerSchema(), "xmcvprstvkitbfjt", new SwaggerSchema())) - .withAdditionalProperties("dataotnplfacqocc") - .withRequired(Arrays.asList("xwe", "jtdrhutf")) - .withMaxProperties(3609088) - .withMinProperties(1073421759) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ge") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datad") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datasirncclabvoy") - .withRequired(Arrays.asList("uxx", "zb")) - .withMaxProperties(29057625) - .withMinProperties(630653211) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("saidjan") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("vdxxurntujmoilun") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("deel", new SwaggerSchema(), "slkyozd", - new SwaggerSchema(), "fzjuegrhrhtsl", new SwaggerSchema(), "jtv", - new SwaggerSchema())) - .withAdditionalProperties("datanxvgjb") - .withRequired(Arrays.asList("bpnjodf", "bj")) - .withMaxProperties(584126929) - .withMinProperties(2025512085) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("oxsazuxejgwe") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataszzacz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("dbbo") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("rmkjmyitrchwudlx") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("tpmnoe", new SwaggerSchema(), "hqlfmsib", - new SwaggerSchema(), "oyrfgxk", new SwaggerSchema())) - .withAdditionalProperties("datapmypgfq") - .withRequired(Arrays.asList("ywhlakxpe")) - .withMaxProperties(745064611) - .withMinProperties(12523805) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("fxampqcrzgeuqx") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafaujegqdtad") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("krukizyhgsqt") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("xqfpj") - .withNamespace("ggweeiwdhdmncgb") - .withPrefix("uscstunmlh") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("f", "dataiichgjsysmvxodgw", "ec", "datazsifcuvbdujgcwx"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("jtrdxr") - .withUri("agbbgia") - .withExtensions(mapOf("xwabzrwiqrxhacl", "dataykpgd"))) - .withExample("dataosqkptjqgk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("inwhed") - .withValuePath("pbqwuntobu") - .withParameters(mapOf("lw", "datazz"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("djufbnkl") - .withValuePath("axpegjw") - .withParameters(mapOf("alf", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("glzfytl") - .withBuiltInOperation("lqhopxouvmrs") - .withItemsPath("likyypzkgxfxfmyr") - .withItemValuePath("db") - .withItemTitlePath("kszanmhwgpte") - .withParameters(mapOf("uwkirk", new SwaggerCustomDynamicProperties(), "kwztsdetj", - new SwaggerCustomDynamicProperties(), "go", - new SwaggerCustomDynamicProperties(), "ifcqp", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("zyybzo") - .withItemsPath("v") - .withItemValuePath("ptvdxxheigm") - .withItemTitlePath("lwzgh") - .withItemFullTitlePath("jvmabzzbway") - .withItemIsParent("mdafbgymqt") - .withSelectableFilter("preojxrjnbsconxa") - .withParameters(mapOf("neychbjizq", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand() - .withOperationId("nwdxzedpqlrfbor") - .withItemsPath("p") - .withItemValuePath("nfy") - .withItemTitlePath("vfrbypic") - .withItemFullTitlePath("kpdj") - .withItemIsParent("qh") - .withSelectableFilter("q") - .withParameters(mapOf( - "dgonjhxshthmgp", new SwaggerCustomDynamicTreeParameter(), "zqulptkbv", - new SwaggerCustomDynamicTreeParameter(), "pxtzhigqqbtimpk", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("fbbcngkegxcypxbb", new SwaggerSchema().withRef("rnsihqhudsmus") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("jakx") - .withItems(new SwaggerSchema().withRef("fczmnn") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("x") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nosjtgirnbgmgmd", new SwaggerSchema(), "orgmynltwmpftm", - new SwaggerSchema())) - .withAdditionalProperties("datae") - .withRequired(Arrays.asList("gsy")) - .withMaxProperties(1853377573) - .withMinProperties(1216848035) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("drv") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahnrecchd") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("mjedbiu", new SwaggerSchema(), "vkhhwm", new SwaggerSchema(), - "pjbweunxcq", new SwaggerSchema())) - .withAdditionalProperties("dataihufoihp") - .withRequired(Arrays.asList("bxv", "nzuz")) - .withMaxProperties(998362511) - .withMinProperties(502427869) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("piuzvk") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("mjuk") - .withNamespace("r") - .withPrefix("a") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("wgofmhx", "datacfqp"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lvzkl") - .withUri("bgikyjtkakvlbi") - .withExtensions(mapOf("ptuoska", "datavpz", "y", "dataizjixwfgcd", "mdmuqoh", - "datakcxwnujvqynvavi", "wjc", "dataihraxqudd"))) - .withExample("databrhlhpvzadb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nafhxrzfr") - .withValuePath("ztiucwviql") - .withParameters(mapOf("cbvzarmqcb", "datahkrcqx", "rxbrdv", "dataokstsinvagovjyh"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("qwh") - .withValuePath("xnmxgnmguzb") - .withParameters(mapOf("orbalkj", new SwaggerCustomDynamicProperties(), - "bkbdhlltqstqkqs", new SwaggerCustomDynamicProperties(), "gxiynecovagzk", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("banlxunpqcckq") - .withBuiltInOperation("wzlzklasl") - .withItemsPath("ciz") - .withItemValuePath("lrarwpewsaudo") - .withItemTitlePath("tighsxjpy") - .withParameters(mapOf("qbalahovuuwxhme", new SwaggerCustomDynamicProperties(), "jnhj", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "zpacz", new SwaggerSchema().withRef("twilyrzoxp") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("frolq") - .withItems( - new SwaggerSchema().withRef("kiu") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("nahwk") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ztnlmsoo", new SwaggerSchema(), "tmvecdhdyswcrptv", - new SwaggerSchema(), "ajczxvl", new SwaggerSchema(), "srg", - new SwaggerSchema())) - .withAdditionalProperties("datafizrpywlptyuqhr") - .withRequired(Arrays.asList("skykpfuofix")) - .withMaxProperties(2025237318) - .withMinProperties(1951862568) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("pyycpawm") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawrpcfpcfjfwzlgza") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("mnnidmdia", new SwaggerSchema(), "pzxkzrntmkct", - new SwaggerSchema())) - .withAdditionalProperties("datauos") - .withRequired(Arrays.asList("psqazihqodv")) - .withMaxProperties(1474650644) - .withMinProperties(321218587) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("mjkztibniynts") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("eftvhkmoog") - .withNamespace("hskb") - .withPrefix("mjgrulcfog") - .withAttribute(false) - .withWrapped(false) - .withExtensions( - mapOf("ukz", "datatpfdzxcouzfwofwa", "nlwglihezomucmq", "datadtzxsoe", - "xkgtlzlmtrlxcznn", "dataisnionetbzdrdpue", "mwt", "datazkbnbmxl"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qzusitoq") - .withUri("hf") - .withExtensions(mapOf("lisolntfxxc", "datajmlreesrfwsszvlc", "foygizmshxxba", - "dataqmipfj", "toxjdzj", "datazabulnvgsk", "paydhfn", "datajznvhxqqmq"))) - .withExample("datac") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hksnyzmspamwbw") - .withValuePath("nlslcef") - .withParameters(mapOf("ih", "dataktwtk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("liwoyngu") - .withValuePath("hwvladpc") - .withParameters(mapOf("hausybkekymffzts", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew( - new SwaggerCustomDynamicList().withOperationId("c") - .withBuiltInOperation("syeiih") - .withItemsPath("mkouihyeseuugci") - .withItemValuePath("hogsmgbvmtd") - .withItemTitlePath("qbe") - .withParameters( - mapOf( - "fveglabtvkb", new SwaggerCustomDynamicProperties(), "wznhtfgfic", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "dstrkzxsgtz", - new SwaggerSchema().withRef("hbcakznhokhoit") - .withType(SwaggerSchemaType.FILE) - .withTitle("sdmmaz") - .withItems(new SwaggerSchema().withRef("kidbjpg") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("pxzbaw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dgfhbssdpje", new SwaggerSchema())) - .withAdditionalProperties("dataqxded") - .withRequired(Arrays.asList("iwhagxsur")) - .withMaxProperties(1878759214) - .withMinProperties(906252863) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bgullc") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakoxdupnamgl") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("vjqterdq", new SwaggerSchema())) - .withAdditionalProperties("datagd") - .withRequired(Arrays.asList("ghpcvrwqirvt", "tyhhmvfxlapja")) - .withMaxProperties(967015116) - .withMinProperties(1424460181) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("epgqvqokqlujqg") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("lyvxchp") - .withNamespace("ctsfaeuhwwsknst") - .withPrefix("uzhasupmlppdpgz") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("ngru", "datakarkptg", "qheni", "datatsyiys"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qnguba") - .withUri("jdeayscse") - .withExtensions(mapOf("vmuw", "datajemexmnv", "rdlhvdvmiphbe", "dataxlniwmcpm", - "kdclacroczf", "dataeqjzm"))) - .withExample("dataner") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zshxzezbzuz") - .withValuePath("l") - .withParameters(mapOf("styec", "dataskejcgwfsgq", "rdavsjcfmazpzdq", "datapyuijp", - "izekuvfrj", "datauzvcmcok", "ajbvbn", "dataucaonz"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("emdidac") - .withValuePath("idgzwdydamis") - .withParameters(mapOf("tdivykpxkqejtp", new SwaggerCustomDynamicProperties(), - "fojiunrlsh", new SwaggerCustomDynamicProperties(), "uknsykdtoi", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ncdrcoanvxuldx") - .withBuiltInOperation("c") - .withItemsPath("nlb") - .withItemValuePath("xl") - .withItemTitlePath("ibaqzi") - .withParameters(mapOf("pzweghlwwbo", new SwaggerCustomDynamicProperties(), - "vgfklqiyndveqe", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datavlrdsmovpi") - .withRequired(Arrays.asList("dnox", "xn", "qaqotnn")) - .withMaxProperties(245200094) - .withMinProperties(74841439) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("vrgptq") - .withType(SwaggerSchemaType.STRING) - .withTitle("jdrpizfulgycts") - .withItems(new SwaggerSchema().withRef("qgkujds") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("qwoeurbtigapd") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("keejdpdfht", new SwaggerSchema(), "mmkfq", new SwaggerSchema())) - .withAdditionalProperties("dataiqulwwtrjmeq") - .withRequired(Arrays.asList("hzokpoyuohue", "snaajph")) - .withMaxProperties(1282795519) - .withMinProperties(195362685) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("pwsadaxjsumxpe") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajrmfqzwqd") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("m", new SwaggerSchema(), "wxf", new SwaggerSchema(), "zkvemy", - new SwaggerSchema(), "dpczaqpqifd", new SwaggerSchema())) - .withAdditionalProperties("dataptrwtxzuisamo") - .withRequired(Arrays.asList("niz")) - .withMaxProperties(8718366) - .withMinProperties(2112989688) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ghrmthsplw") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("rgxfqpaniceo") - .withNamespace("gzwhsxyrujmtik") - .withPrefix("likyohz") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("xhrptyodlh", "datakvycqqqdseipnquw", "bjop", "datafktltdds", - "zkqxsalu", "dataouhbq", "wqhdgsjsa", "datayigfcvcew"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ncmazdf") - .withUri("xhyqmr") - .withExtensions(mapOf("bwtdr", "dataarnpvgrsz"))) - .withExample("datagz") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lhhfi") - .withValuePath("cfculzj") - .withParameters(mapOf("ldqpzf", "datapfywv"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("oxinunjlzkdr") - .withValuePath("qsxytqqtcmiw") - .withParameters(mapOf("svnmeylajamcajy", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("p") - .withBuiltInOperation("rryklleynqan") - .withItemsPath("igglclwalhvub") - .withItemValuePath("zphetxdqcm") - .withItemTitlePath("tajqzj") - .withParameters(mapOf("ecxbibiwksdegyxs", new SwaggerCustomDynamicProperties(), - "fpzvoikvntwczf", new SwaggerCustomDynamicProperties(), "wushlcxpbl", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("p") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("aidqzsaaoqdsgpto") - .withNamespace("jq") - .withPrefix("afcnlrtb") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("jolb", "datao", "ktwieope", "dataa"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xq") - .withUri("rswyilj") - .withExtensions(mapOf("do", "datakgxyxyauxre"))) - .withExample("datacnlt") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ujsqycm") - .withValuePath("xfabl") - .withParameters(mapOf("cgnwplrrbphcts", "datawbmwhrialiwr", "pbfs", "databibticuhqvum", - "xmzrmtmvwitu", "dataeqbbewfcuqfpy"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yjshcyb") - .withValuePath("upp") - .withParameters(mapOf("saebwfwhxorpwal", new SwaggerCustomDynamicProperties() - .withOperationId("cmvouujxdiikmoxr") - .withValuePath("svavlrxikjmoy") - .withParameters(mapOf("npipcwybszfncn", new SwaggerCustomDynamicProperties(), "atpf", - new SwaggerCustomDynamicProperties())), - "lokfpmijpdvzv", new SwaggerCustomDynamicProperties().withOperationId("wugexojfccyl") - .withValuePath("rh") - .withParameters(mapOf("azjpwexcdrzpro", new SwaggerCustomDynamicProperties(), - "zzxezmnrkj", new SwaggerCustomDynamicProperties(), "pjeuxsp", - new SwaggerCustomDynamicProperties())), - "nntrvrkps", new SwaggerCustomDynamicProperties().withOperationId("hwb") - .withValuePath("ufvcgnrgl") - .withParameters(mapOf("wyambhba", new SwaggerCustomDynamicProperties(), "ebzx", - new SwaggerCustomDynamicProperties(), "k", new SwaggerCustomDynamicProperties(), - "qutibhl", new SwaggerCustomDynamicProperties())), - "xch", new SwaggerCustomDynamicProperties().withOperationId("d") - .withValuePath("vzm") - .withParameters(mapOf("nysvlpyeuukppd", new SwaggerCustomDynamicProperties(), - "xqbolxvhhyqqegat", new SwaggerCustomDynamicProperties(), "grznmginmtsd", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bmgjymncjc") - .withBuiltInOperation("airwcqzoofj") - .withItemsPath("jsvepfbhtleberp") - .withItemValuePath("jeknfqnw") - .withItemTitlePath("qxowkdn") - .withParameters(mapOf("rmxkbcjwwdxom", new SwaggerCustomDynamicProperties().withOperationId( - "krhwieh") - .withValuePath("pnowawonoehrguql") - .withParameters(mapOf("afbjzmpy", new SwaggerCustomDynamicProperties(), - "guyfazbkocbygvt", new SwaggerCustomDynamicProperties())), - "gabdxfkuzbwjeco", new SwaggerCustomDynamicProperties().withOperationId("wppk") - .withValuePath("ooz") - .withParameters(mapOf("acagae", new SwaggerCustomDynamicProperties(), "aoiqclmgdt", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("elnii") - .withItemsPath("cgagdvcdqhftzbp") - .withItemValuePath("a") - .withItemTitlePath("df") - .withItemFullTitlePath("tncwmhjobzrfpr") - .withItemIsParent("dc") - .withSelectableFilter("yftcvbzwgwhg") - .withParameters(mapOf("o", new SwaggerCustomDynamicTreeParameter(), "uoorssatfybipufd", - new SwaggerCustomDynamicTreeParameter(), "xuqbdqnasttuxvz", - new SwaggerCustomDynamicTreeParameter(), "q", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("pbtsixhgvbhxmnd") - .withItemsPath("gsqjayqmarxneib") - .withItemValuePath("brhbjdqknhqn") - .withItemTitlePath("tpuwnnohmmzngocf") - .withItemFullTitlePath("uypwyiulaynos") - .withItemIsParent("kfhaxttpfsmwgsgh") - .withSelectableFilter("cum") - .withParameters(mapOf("auqmllfeoth", new SwaggerCustomDynamicTreeParameter()))))) - .withProperties( - mapOf( - "olj", new SwaggerSchema().withRef("igrjdljlkqhvkrbz") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("taxklpruu") - .withItems(new SwaggerSchema().withRef("l") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("wx") - .withItems(new SwaggerSchema().withRef("ksgfyyskyekg") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("z") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("kwrt", new SwaggerSchema(), "letyvesz", new SwaggerSchema())) - .withAdditionalProperties("datalhpdhwynctaczcnj") - .withRequired(Arrays.asList("b", "nvjxitzovnk", "tiklsm", "ihqlcoqks")) - .withMaxProperties(2021332057) - .withMinProperties(255823650) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bgbudav") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datacqcdhthojv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("awrdt", new SwaggerSchema(), "agzlgpyai", new SwaggerSchema())) - .withAdditionalProperties("datahzqjjtsmuydqfttk") - .withRequired(Arrays.asList("bdueurg")) - .withMaxProperties(1208551296) - .withMinProperties(1562410077) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("lojermhzicsbfd") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("knyuki") - .withNamespace("iglh") - .withPrefix("zwxqtejpii") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("k", "dataagjjn", "f", "dataylhyyx", "q", - "dataklvqzrwtrdgscn", "gnwxl", "dataon"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("zyohxpthc") - .withUri("pvkvtwf") - .withExtensions( - mapOf("cdyarnggcjfwblqh", "dataobpbokhmm", "s", "datakasmcolmugpyva"))) - .withExample("datal") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ygz") - .withValuePath("yevjhubnobguq") - .withParameters(mapOf("viqcpszp", "datasqkpdmioyjpnm"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("qdvrdmvxyrxdh") - .withValuePath("qojbxao") - .withParameters(mapOf("bzxmbtplefoio", new SwaggerCustomDynamicProperties(), - "idoxznvgvdtmuuv", new SwaggerCustomDynamicProperties(), "awsxmrszbknimxlp", - new SwaggerCustomDynamicProperties(), "erxrzutylcurza", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("b") - .withBuiltInOperation("aehtd") - .withItemsPath("mbnvynfaooeacted") - .withItemValuePath("lsk") - .withItemTitlePath("ddida") - .withParameters(mapOf("lrqmtlp", new SwaggerCustomDynamicProperties(), - "yxroiduyqypffmno", new SwaggerCustomDynamicProperties(), "ic", - new SwaggerCustomDynamicProperties(), "udyhbrj", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("kumcfjxokyelsy", new SwaggerSchema().withRef("jrholuqw") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("xhdod") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("blvtb", new SwaggerSchema(), "mvsbyidaelqpve", new SwaggerSchema(), - "mkwjfbotl", new SwaggerSchema(), "ggdusxu", new SwaggerSchema())) - .withAdditionalProperties("datau") - .withRequired( - Arrays.asList("xcjkcoqwczsy", "qrizfwihvaan", "qtnhjrfd", "fdvbbaexxjfwtg")) - .withMaxProperties(1215585734) - .withMinProperties(174855612) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vmuafmc") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataepsvpltidajj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), "qxridt", - new SwaggerSchema().withRef("vfnkwmygjjekrk") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("ugjqyckgtxkrdt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("cjdk", new SwaggerSchema())) - .withAdditionalProperties("datatcsubmzoo") - .withRequired(Arrays.asList("obc")) - .withMaxProperties(1362444897) - .withMinProperties(344376979) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yslb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datankkw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "vwfnqqwypvn", - new SwaggerSchema().withRef("saqjmkgx") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("euu") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("pziiz", new SwaggerSchema(), "vjykofveze", - new SwaggerSchema(), "k", new SwaggerSchema())) - .withAdditionalProperties("dataqt") - .withRequired(Arrays.asList("epj", "zkca", "fwzcntogffjwaj")) - .withMaxProperties(400224638) - .withMinProperties(1549136284) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("kifmxawo") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahrkmjqncfv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "ygbadu", - new SwaggerSchema().withRef("wbgodtggrssg") - .withType(SwaggerSchemaType.STRING) - .withTitle("ai") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ymvecvztscbg", new SwaggerSchema(), "usaictd", - new SwaggerSchema(), "cnk", new SwaggerSchema())) - .withAdditionalProperties("dataohnrddclzeqoz") - .withRequired(Arrays.asList("lbz", "ixbnj", "qvzyuexozonyn", "ameudpabcreu")) - .withMaxProperties(1262444091) - .withMinProperties(1525616441) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vcva") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataxzv") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datacovsdqhzrtd") - .withRequired(Arrays.asList("rlimzfvppkeqs", "fjmclngygnhrkomb")) - .withMaxProperties(1940380502) - .withMinProperties(658508685) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("ggorwjoqt") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("vclpofyrlm") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("skwxj", new SwaggerSchema(), "vhxccbmkakmkoo", - new SwaggerSchema(), "bputmgvmuyakml", new SwaggerSchema(), "ktfowzkroyrdur", - new SwaggerSchema())) - .withAdditionalProperties("datalzqjimejtgzjxx") - .withRequired(Arrays.asList("jlz")) - .withMaxProperties(1172424480) - .withMinProperties(1969257397) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yyzivrmitcd") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahrktjleifibfiplh") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("owly") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("udsqcmhnx") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("wodmachbkvnr", new SwaggerSchema())) - .withAdditionalProperties("dataj") - .withRequired(Arrays.asList("goqple", "mumk")) - .withMaxProperties(826544062) - .withMinProperties(567728951) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("rwnhkgqggoxsst") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafrrynjcwmhl") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("kemjpequlrlz") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("jtfbclakkucddwnh") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("toucgj", new SwaggerSchema(), "irjwayhicqqwwvgw", new SwaggerSchema())) - .withAdditionalProperties("datalvlize") - .withRequired(Arrays.asList("iabvnsrgek", "yqxadyfhbmw", "hojqttbspvkhg")) - .withMaxProperties(2086760208) - .withMinProperties(817344731) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("stujrzxrknsfdrl") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataiitt") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("daxurfqazc") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("vxdzciggbnvtxofw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xwhoeamoeobd", new SwaggerSchema(), "eysf", - new SwaggerSchema(), "nimtwuuhaueg", new SwaggerSchema())) - .withAdditionalProperties("datawmnfeubtzjyrkwfu") - .withRequired(Arrays.asList("hrrk", "umnqdurhzzfopu")) - .withMaxProperties(1606958085) - .withMinProperties(1881267273) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ujopwnibittoztjd") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamwcaddtgctxegtv") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("fnzzryizwbxg") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ayunomirhpfabenq") - .withNamespace("mwmgewayxfl") - .withPrefix("cpjs") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("sqsnxf", "datau", "bzyvbsua", "dataxufeapd", "bkzhmhjd", - "dataulpodkaxpf"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("deluqroja") - .withUri("fztlr") - .withExtensions(mapOf("zqxlcwe", "datarkgzkyhudbkuw", "qufqizj", "datakfecjvxf"))) - .withExample("datapwooajeyyj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zxpxhn") - .withValuePath("slekc") - .withParameters(mapOf("ztldsvczdjiah", "datazkjtyqpdwadeg"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mjzucwwme") - .withValuePath("qhdd") - .withParameters(mapOf("qx", new SwaggerCustomDynamicProperties(), "yookyfozkbnzxby", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pgaixwrgrkkderf") - .withBuiltInOperation("wqikwepwogggic") - .withItemsPath("xhtfmcqbsudzpgch") - .withItemValuePath("gfqumjdjxhzghgo") - .withItemTitlePath("ynrceqavfdbdf") - .withParameters(mapOf("jdnaju", new SwaggerCustomDynamicProperties(), "pjyyqmkwlhvc", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("uxxrwzobuzms") - .withItemsPath("amt") - .withItemValuePath("kwppthuzdprmimr") - .withItemTitlePath("dpoqfxyem") - .withItemFullTitlePath("ftb") - .withItemIsParent("whtecloamfmxtll") - .withSelectableFilter("tymqcnrrfijhggab") - .withParameters(mapOf("amklilirwdv", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("sdpzouhktqrxqwq") - .withItemsPath("xrdfddtu") - .withItemValuePath("ygta") - .withItemTitlePath("zcxdfweapyfmlxrl") - .withItemFullTitlePath("h") - .withItemIsParent("spi") - .withSelectableFilter("eimixlmdbgicehf") - .withParameters(mapOf( - "drjuqbp", new SwaggerCustomDynamicTreeParameter(), "tokljmtznpaxw", - new SwaggerCustomDynamicTreeParameter(), "qtyyqiprcltungb", - new SwaggerCustomDynamicTreeParameter())))), - "mgsdaluyckhefrbh", new SwaggerSchema().withRef("miigzb") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("gkdskswtiiq") - .withItems(new SwaggerSchema().withRef("ikclsm") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("swoykdn") - .withItems(new SwaggerSchema().withRef("axwmgzru") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("wnyn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("q", new SwaggerSchema(), "cbgvsbt", new SwaggerSchema())) - .withAdditionalProperties("datartoxadhxuvjhxm") - .withRequired(Arrays.asList("s", "jcm")) - .withMaxProperties(349818575) - .withMinProperties(84038525) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vnpvvd") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datayqipslzmvcdsvm") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("obvfiybx", new SwaggerSchema(), "ich", new SwaggerSchema(), - "ybfzdqekivycp", new SwaggerSchema(), "cv", new SwaggerSchema())) - .withAdditionalProperties("datazulrqt") - .withRequired(Arrays.asList("re", "pzl", "ryfmxmdu", "zf")) - .withMaxProperties(493502164) - .withMinProperties(474777755) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ccgndjgdprig") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("qfcbuul") - .withNamespace("uflqjfshtuj") - .withPrefix("ohigimwdcsk") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("ecuyr", "dataixnmbz", "etv", "datawimbzayspzvr", - "dvatlzmgschn", "dataphmdzxplgtp"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bkkz") - .withUri("lzdmnfmfwsxafo") - .withExtensions(mapOf("zwdehkkmvhz", "dataorimmo", "rtgelg", "dataovanyrva", "qoq", - "dataewikfyaqandmym", "fbpbvzopaxmfmvsm", "dataumov"))) - .withExample("dataoxfaxdtn") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("atroiaue") - .withValuePath("gmocpcjycboelrgt") - .withParameters(mapOf("dpk", "dataldsiuorinikc", "yczyayubtgm", - "datariwmmtmqrxrzqv", "gpx", "dataxiqahr"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("plnupoyryef") - .withValuePath("wovy") - .withParameters(mapOf("lnomfpb", new SwaggerCustomDynamicProperties(), "ceeg", - new SwaggerCustomDynamicProperties(), "yieztkutnjil", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("krehyhtmj") - .withBuiltInOperation("uif") - .withItemsPath("lxfary") - .withItemValuePath("jlgdez") - .withItemTitlePath("qwahoy") - .withParameters(mapOf("xqvj", new SwaggerCustomDynamicProperties(), "eiwtczkdd", - new SwaggerCustomDynamicProperties(), "vovbooqbmdqrx", - new SwaggerCustomDynamicProperties(), "glaetscflwtjd", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("oaeoc", - new SwaggerSchema().withRef("y") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("dtzcqi") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dgcozzomeh", new SwaggerSchema())) - .withAdditionalProperties("dataantolamlbijuxkq") - .withRequired(Arrays.asList("z", "pvwdtgckzdqiq", "lrat")) - .withMaxProperties(494579797) - .withMinProperties(61388571) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xsuykznhrfg") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datary") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datajtfeyvkbdgddkr") - .withRequired(Arrays.asList("cxbeuuqutkzwtjww", "uzy", "ijcxfno")) - .withMaxProperties(407285666) - .withMinProperties(1495024661) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("hqkkkbjuc") - .withType(SwaggerSchemaType.STRING) - .withTitle("uqbhpowcnxtpzdly") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("toakatprytgrhz", new SwaggerSchema(), "qfdpf", - new SwaggerSchema(), "wrp", new SwaggerSchema())) - .withAdditionalProperties("datacshtkutzcttbqgdi") - .withRequired(Arrays.asList("mmtzjgc")) - .withMaxProperties(1534454423) - .withMinProperties(1777744095) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("jirmuydgfttm") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataagfuoftnxod") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("ygmgsevm") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("lrstgfczlj") - .withNamespace("cidt") - .withPrefix("amyyznmrgcdogcv") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("szp", "datauwhttnzqsaqmeb", "z", "datausdekpd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("gpgvokyejidbdq") - .withUri("qunycwztlvvw") - .withExtensions(mapOf("trepw", "datarkky", "dofuckclb", "datawfkcauxuvavcpf"))) - .withExample("dataluevsolzwilfng") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ebuuxjx") - .withValuePath("xfjwp") - .withParameters(mapOf("xljbkhxsd", "datatpmbmxbmbrwgz", "xydgtokvqbvwg", - "datalaumydmhweqjf"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zpvxak") - .withValuePath("hpsesrf") - .withParameters(mapOf("qiy", new SwaggerCustomDynamicProperties(), "vxcgdhyhgoqgs", - new SwaggerCustomDynamicProperties(), "yqyxyjrcbqpbis", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("q") - .withBuiltInOperation("xtdahneao") - .withItemsPath("t") - .withItemValuePath("ztivfwjl") - .withItemTitlePath("zekfsrmauklajv") - .withParameters(mapOf("czh", new SwaggerCustomDynamicProperties(), "pejovt", - new SwaggerCustomDynamicProperties(), "wxn", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("aaoeehpm") - .withItemsPath("nvjeateaxxc") - .withItemValuePath("oxdjxldnaryy") - .withItemTitlePath("zkdolrndwdbvxvza") - .withItemFullTitlePath("doyqx") - .withItemIsParent("nkfthmcxqqxmyz") - .withSelectableFilter("a") - .withParameters(mapOf("pohrvm", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("razadivznllaslks") - .withItemsPath("jqjpv") - .withItemValuePath("ihxjtgzgtai") - .withItemTitlePath("b") - .withItemFullTitlePath("roigbsfsgsaenwld") - .withItemIsParent("hljqlxsp") - .withSelectableFilter("jc") - .withParameters(mapOf("ldsxebuhsxrz", new SwaggerCustomDynamicTreeParameter())))), - "yuafixlxic", new SwaggerSchema().withRef("uerbgpxebjl") - .withType(SwaggerSchemaType.NULL) - .withTitle("ytujra") - .withItems(new SwaggerSchema().withRef("pryj") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("sewouxlymsv") - .withItems(new SwaggerSchema().withRef("ju") - .withType(SwaggerSchemaType.STRING) - .withTitle("oseh") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("mpctwjwdsdlzmk", new SwaggerSchema(), "erxxxoteehkhowgo", - new SwaggerSchema())) - .withAdditionalProperties("datavhxowpcbapnpxra") - .withRequired(Arrays.asList("bmps", "fey", "qlocvvujexaygl", "rkgjnmzpaslavxjf")) - .withMaxProperties(10286473) - .withMinProperties(875885958) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("dzlvssqywj") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahydv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("llxgjscizwgsori", new SwaggerSchema(), "bijeiydy", new SwaggerSchema())) - .withAdditionalProperties("dataynhbokayrg") - .withRequired(Arrays.asList("ri")) - .withMaxProperties(1851708827) - .withMinProperties(330917413) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("norwaigsio") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("vjanx") - .withNamespace("fffhtjnwos") - .withPrefix("fjxtvlxxzqfc") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("mbjiqeg", "dataeezwyh", "pyvdkgdets", "dataxdbsohcw", - "ensmuffiwjbct", "datawcanzbjekwuyckyv", "scsl", "databpzujqjtotdxp"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("usiecktybhjuxid") - .withUri("xomi") - .withExtensions(mapOf("d", "dataxj", "qrslaate", "datagxwjwil"))) - .withExample("datawuj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gqwlxrhg") - .withValuePath("hvtqqykbkk") - .withParameters( - mapOf("ofnqhlbs", "datazejogmkorvvmvm", "yalhtgm", "dataosnqliwkmzojfe"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zgbjbhrpgi") - .withValuePath("ttcucrcm") - .withParameters(mapOf("xp", new SwaggerCustomDynamicProperties(), "jiwifhbksldttoh", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("naihtgsiqikvllr") - .withBuiltInOperation("p") - .withItemsPath("lxkoi") - .withItemValuePath("trawrqkza") - .withItemTitlePath("unmpaklwzl") - .withParameters(mapOf("prnejzltkaszf", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("tag", new SwaggerSchema().withRef("xapgrcqebmvrdjom") - .withType(SwaggerSchemaType.NULL) - .withTitle("bvvdlsflxkqesd") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("bgzancoinmphymcq", new SwaggerSchema(), "dklt", new SwaggerSchema())) - .withAdditionalProperties("datahqnufbxwei") - .withRequired(Arrays.asList("toj", "vfnybydh", "ihaouwudhua", "rhjkehw")) - .withMaxProperties(1750285749) - .withMinProperties(1944663401) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("c") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataobrugejcvj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataajdyoljeqyxqfmz") - .withRequired(Arrays.asList("zhravrcj", "jymgqbgcxhn", "xgzxlermkmer", "hskirhnp")) - .withMaxProperties(309779242) - .withMinProperties(264142664) - .withAllOf(Arrays.asList(new SwaggerSchema() - .withRef("kdljqnvtsdydshkp") - .withType(SwaggerSchemaType.NULL) - .withTitle("loowwzizznyufp") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ifgufyjfdkqiyv", new SwaggerSchema())) - .withAdditionalProperties("datajokgwesymzqh") - .withRequired(Arrays.asList("fzlpe")) - .withMaxProperties(403924911) - .withMinProperties(1283452327) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("aujqbbgsimwejlwb") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databdwbcp") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("dtnaczkf") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("gawphns") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("wgtqcume", new SwaggerSchema(), "saaqgoq", new SwaggerSchema(), - "diuycsbskowkrbhz", new SwaggerSchema(), "rb", new SwaggerSchema())) - .withAdditionalProperties("datatmqowiuasfgqg") - .withRequired(Arrays.asList("hfaimqvdruozkg", "fpeoehgfmq", "sk")) - .withMaxProperties(1917313884) - .withMinProperties(1256408702) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("plhpevasynt") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datalbqrvvbqvknmpecq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("ubnsnstlpwq") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("jkht") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("yo", new SwaggerSchema(), "weuiyx", new SwaggerSchema())) - .withAdditionalProperties("datakzts") - .withRequired(Arrays.asList("b", "vy")) - .withMaxProperties(104163747) - .withMinProperties(409887559) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ytkztadopgf") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datayc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("igqkzjuqwqa") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("x") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("yoipnfdb", new SwaggerSchema(), "soscien", - new SwaggerSchema(), "zfvbennmfkbpj", new SwaggerSchema())) - .withAdditionalProperties("datatekwwnthropm") - .withRequired(Arrays.asList("syiurzt")) - .withMaxProperties(1006598837) - .withMinProperties(519801743) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("cqkoqyouerg") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataxkpyehhfdyldh") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("iyuq") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("eunokakz") - .withNamespace("pjlwyxe") - .withPrefix("nmxrfomckewvmyi") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("gnuywezygva", "datatpdyzoutxfptof"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("aqwvkgjpytpmpvdn") - .withUri("e") - .withExtensions(mapOf("axzs", "datafbortbnukk"))) - .withExample("dataxxyjisskobqoclfl") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hxessmvrk") - .withValuePath("sqeq") - .withParameters(mapOf("ses", "dataxm", "ib", "datarujbjpppktlp"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("hieatnejr") - .withValuePath("inzqplgtkiho") - .withParameters(mapOf("zsrzfffjilzfbpnt", new SwaggerCustomDynamicProperties(), - "gkensckhbmcarmo", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xkwyk") - .withBuiltInOperation("dndx") - .withItemsPath("kh") - .withItemValuePath("gapvdgtfpeerscdx") - .withItemTitlePath("rnjr") - .withParameters(mapOf("mb", new SwaggerCustomDynamicProperties(), "acnrgfdtncmspsan", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("qmlfv") - .withItemsPath("qcs") - .withItemValuePath("qjmxpt") - .withItemTitlePath("ipuugkwdrqmr") - .withItemFullTitlePath("huuonjkkxukg") - .withItemIsParent("hvvpx") - .withSelectableFilter("egcjojlleuid") - .withParameters(mapOf("onvhgnhtmepl", new SwaggerCustomDynamicTreeParameter(), - "bpjbapm", new SwaggerCustomDynamicTreeParameter(), "mmmkvavucgjiuaiq", - new SwaggerCustomDynamicTreeParameter(), "mnuf", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("chxwwuzdmh") - .withItemsPath("lvivj") - .withItemValuePath("mlitqdsj") - .withItemTitlePath("dvisco") - .withItemFullTitlePath("xbriifefn") - .withItemIsParent("lvrqo") - .withSelectableFilter("wsieeailwdq") - .withParameters(mapOf( - "ydeo", new SwaggerCustomDynamicTreeParameter(), "mfxlkdlgwgnamkuu", - new SwaggerCustomDynamicTreeParameter(), "i", - new SwaggerCustomDynamicTreeParameter())))), - "ka", new SwaggerSchema().withRef("pthdcfmf") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("sfodropalvng") - .withItems(new SwaggerSchema() - .withRef("us") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("rn") - .withItems(new SwaggerSchema().withRef("mdrcjlvkrkegtyc") - .withType(SwaggerSchemaType.NULL) - .withTitle("iyxlzmiydde") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("vab", new SwaggerSchema(), "hvsexduetbapf", new SwaggerSchema(), - "zewxtrlqbpxy", new SwaggerSchema(), "zkjp", new SwaggerSchema())) - .withAdditionalProperties("datagzxvbczw") - .withRequired(Arrays.asList("gbth", "sritjbuiggru")) - .withMaxProperties(678554008) - .withMinProperties(1056020483) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("jthoivsdwsngkr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavakmhzbhwahfbw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("ynuqqkotauratnic", new SwaggerSchema(), "pfzsclefyrl", new SwaggerSchema(), - "tndqlmf", new SwaggerSchema(), "ggnbbuypwovvvsfl", new SwaggerSchema())) - .withAdditionalProperties("datavnoqayrehju") - .withRequired(Arrays.asList("apxrlzhpzihacenq", "zlxnqzubf")) - .withMaxProperties(223461111) - .withMinProperties(514850447) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("fwmjcwtewfhxwy") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("hzlrynjpchamkae") - .withNamespace("rajubowuywevt") - .withPrefix("ieikmwlaoklfnis") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("yuvtz", "datatredscnnstjc", "wtzqzcloyhy", "dataxzhclec", - "wbyorjplbchych", "datapgidhzgyresgzsdt", "fbqvumkxqj", "datakvy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("epmaxfnzlpqmp") - .withUri("xef") - .withExtensions(mapOf("ooifqdywjflob", "datablmrtuxyprhfca", "ecorkfro", - "dataahqmom", "zbjesylslur", "datagbmxldjmz", "gdz", "dataqfygpny"))) - .withExample("datasc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ouprs") - .withValuePath("qzssl") - .withParameters(mapOf("hgyqvpbfj", "datawfnivrxpfduio", "urbormvh", - "dataoqzucfzluczdq", "jywzcqyg", "datazielbprnq", "ngqiw", "datamnwsvh"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("tobdrrpnre") - .withValuePath("unsbfjhhlw") - .withParameters(mapOf("vegeattb", new SwaggerCustomDynamicProperties(), - "kgtzqnwqsttewu", new SwaggerCustomDynamicProperties(), "cysje", - new SwaggerCustomDynamicProperties(), "fjxflpditfno", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yuxlvrhprrv") - .withBuiltInOperation("onleqflvtl") - .withItemsPath("bs") - .withItemValuePath("huy") - .withItemTitlePath("n") - .withParameters(mapOf("tlnrj", new SwaggerCustomDynamicProperties(), "sz", - new SwaggerCustomDynamicProperties(), "buziciqppoqvgp", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("arlcjiwgsxfaiocw", - new SwaggerSchema().withRef("jnoxuoxtfnr") - .withType(SwaggerSchemaType.FILE) - .withTitle("epgckn") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("vsnvbtqdxfmj", new SwaggerSchema(), "mjnhjlu", new SwaggerSchema())) - .withAdditionalProperties("datalbsu") - .withRequired(Arrays.asList("dxckdl")) - .withMaxProperties(196786435) - .withMinProperties(321625058) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bosjjfd") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafyaytvsly") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "jqyvzesipi", - new SwaggerSchema().withRef("ujjgnfgrzxbarc") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("fzqsymjwenjcytes") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("r", new SwaggerSchema(), "fodqhuauzmzi", new SwaggerSchema(), - "rtrfzh", new SwaggerSchema(), "ezvhj", new SwaggerSchema())) - .withAdditionalProperties("dataxdyyrud") - .withRequired(Arrays.asList("swtvd", "xbqssgfenffdxbvw", "qjchivd", "ija")) - .withMaxProperties(671307906) - .withMinProperties(923220411) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("rdlmzjotprrmu") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datazlxiwyopgarpfctw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "tc", - new SwaggerSchema().withRef("njqyow") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("ndazabu") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ewkaupwhl", new SwaggerSchema())) - .withAdditionalProperties("datackremgjlmsvdorsi") - .withRequired(Arrays.asList("hyrkqakofajfr")) - .withMaxProperties(1832808046) - .withMinProperties(4902859) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("nwt") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataixbcejopylblfspr") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datafx") - .withRequired(Arrays.asList("tzfslxizhqikmgo", "liqemcdiiisklbo")) - .withMaxProperties(301539102) - .withMinProperties(445516048) - .withAllOf(Arrays - .asList( - new SwaggerSchema().withRef("trkfkgenjqnnpjwk") - .withType(SwaggerSchemaType.STRING) - .withTitle("xigfoujjc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("mrlhnzkwops", new SwaggerSchema(), "nyinxuprrxyxw", - new SwaggerSchema(), "ezbfqployuek", new SwaggerSchema(), "cpvuft", - new SwaggerSchema())) - .withAdditionalProperties("datavjmnsv") - .withRequired(Arrays.asList("jktvolef", "jisepkdbxotfbj")) - .withMaxProperties(1912292720) - .withMinProperties(1575969053) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("nnmxynlsuqbwzstr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datatrgjjkt") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("mmculwkq") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("ook") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("sgaojbtqpqsdoctp", new SwaggerSchema(), "pujzfl", - new SwaggerSchema(), "cdsgxceluji", new SwaggerSchema())) - .withAdditionalProperties("datalluunxh") - .withRequired(Arrays.asList("fxzf", "u", "eupcknecexkgrv")) - .withMaxProperties(1961478226) - .withMinProperties(45308346) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("sytqpdzfyxcnwawo") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajqfbifop") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("az") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("mbwotfcuu") - .withNamespace("tjigpgayiawohf") - .withPrefix("nnzm") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("aidzrpvsgloi", "dataen", "gpijpk", "datavslvivqsuvwten", "juf", - "datacyoaqxukui"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("iooanduewfhv") - .withUri("jhxzubfjzabbwzgv") - .withExtensions(mapOf("saigavkmvyxzer", "dataixcdckixs"))) - .withExample("datarkpzjbyetjxryop") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("whlbecgihzbpem") - .withValuePath("rab") - .withParameters(mapOf("ppskpeswyh", "datawwxywpjhspboxhi", "c", "datamifjuajxww"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eglyu") - .withValuePath("cmlae") - .withParameters(mapOf("bqufpnezsjzayml", new SwaggerCustomDynamicProperties(), "rorh", - new SwaggerCustomDynamicProperties(), "ogzmsimehtcuuwdh", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hyhnimxtns") - .withBuiltInOperation("isnomwnwnghoj") - .withItemsPath("keyymicjixxfs") - .withItemValuePath("crtnuguefxxi") - .withItemTitlePath("ebdvey") - .withParameters(mapOf("krhlolmc", new SwaggerCustomDynamicProperties(), "wepf", - new SwaggerCustomDynamicProperties(), "sv", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("petlrn") - .withItemsPath("etawevx") - .withItemValuePath("uek") - .withItemTitlePath("l") - .withItemFullTitlePath("vdovbrb") - .withItemIsParent("rlprda") - .withSelectableFilter("cd") - .withParameters(mapOf("nygdjccxwbpwyyk", new SwaggerCustomDynamicTreeParameter(), - "i", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("lrzndas") - .withItemsPath("id") - .withItemValuePath("q") - .withItemTitlePath("ytgkiql") - .withItemFullTitlePath("hqtwv") - .withItemIsParent("zekdzdzffzj") - .withSelectableFilter("tsmpchgg") - .withParameters(mapOf("lgf", new SwaggerCustomDynamicTreeParameter(), "atig", - new SwaggerCustomDynamicTreeParameter(), "gfrrkdknczgoryw", - new SwaggerCustomDynamicTreeParameter(), "vojtvmdevdlhqv", - new SwaggerCustomDynamicTreeParameter())))))) - .withAdditionalProperties("datapyhssrlvkpkpkoc") - .withRequired(Arrays.asList("cebxx", "pyicy", "sp", "slhwyy")) - .withMaxProperties(1655561193) - .withMinProperties(1172142254) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("mddhgajkrd") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("pfcudvafnbf") - .withItems(new SwaggerSchema().withRef("enqnxhgkordwzej") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("zvcmbpwd") - .withItems(new SwaggerSchema().withRef("ayprldid") - .withType(SwaggerSchemaType.STRING) - .withTitle("f") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ldzchubagwn", new SwaggerSchema(), "zuvigvl", - new SwaggerSchema(), "hfrbzakpjt", new SwaggerSchema(), "q", new SwaggerSchema())) - .withAdditionalProperties("dataqpojpsucmximc") - .withRequired(Arrays.asList("ynqjgsat")) - .withMaxProperties(1741989520) - .withMinProperties(383249084) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("gcru") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datap") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("jolpyoklkvuz", new SwaggerSchema(), "advhmli", new SwaggerSchema(), - "oi", new SwaggerSchema())) - .withAdditionalProperties("datawxxbht") - .withRequired(Arrays.asList("ioqemqwtqszzg", "ksikawanvmwdv")) - .withMaxProperties(1879054002) - .withMinProperties(1332057721) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("mpnbnfgyweoj") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("mahiw") - .withNamespace("yawkch") - .withPrefix("pitskshfyftti") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("cj", "datajunfdgbg"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("blivw") - .withUri("sudy") - .withExtensions(mapOf("xzduvxdmxexat", "databhdosmbngkql", "ddmiploisjkzso", - "datadmnrsenxoirx"))) - .withExample("datanntwg") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("psapzu") - .withValuePath("wwytbdjzghx") - .withParameters(mapOf("wntotcxmmqmt", "datagfmxpqkjnpyr", "onbexft", "datajkyjrexw", - "qtlfoz", "datadaubheeggzgr", "cant", "dataumrtgjqg"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xz") - .withValuePath("mkanbc") - .withParameters(mapOf("ofmex", new SwaggerCustomDynamicProperties(), "te", - new SwaggerCustomDynamicProperties(), "as", new SwaggerCustomDynamicProperties(), - "manydscdkxwdpw", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("haahntofelfhpfi") - .withBuiltInOperation("skkzdfivsujybsr") - .withItemsPath("zmrgtxdhmfppinmg") - .withItemValuePath("esmkwtzgf") - .withItemTitlePath("gjhxerxl") - .withParameters(mapOf("dbtqhvmmni", new SwaggerCustomDynamicProperties(), "qyho", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf( - "jgclxaxwcffasps", new SwaggerSchema().withRef("gicnqwlctmwpblx") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("gvxrktjcjigc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("anbqxa", new SwaggerSchema(), "evchefp", new SwaggerSchema(), - "eedyybruholaem", new SwaggerSchema())) - .withAdditionalProperties("datagimmrimaabsqqlo") - .withRequired(Arrays.asList("aowcahdkm")) - .withMaxProperties(2099578619) - .withMinProperties(807845192) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("jezbfsjwfczgl") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databsvbwyot") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "sfgnyscaccpt", new SwaggerSchema().withRef("k") - .withType(SwaggerSchemaType.NULL) - .withTitle("ghdoaqipmnxclf") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rnmuvwvpuofddtbf", new SwaggerSchema())) - .withAdditionalProperties("datakjcnginxdvmaoyq") - .withRequired(Arrays.asList("gyxzmxynofxl")) - .withMaxProperties(1021167019) - .withMinProperties(334314684) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("nzujsji") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datacjhmmofbnivdqtk") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "yw", new SwaggerSchema().withRef("et") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("xic") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jwyuveox", new SwaggerSchema(), "pzzwahdrdvhaztk", - new SwaggerSchema(), "bivzfgxmbry", new SwaggerSchema())) - .withAdditionalProperties("datawibios") - .withRequired(Arrays.asList("ykqfdqwdrtx", "fdaglmrcokzzert")) - .withMaxProperties(940206128) - .withMinProperties(691539654) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("whuby") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datak") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "zdxms", new SwaggerSchema().withRef("qowsdlkhczygpmg") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("lojhhyl") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("fiyymotuzb", new SwaggerSchema(), "bwjmtftcveln", new SwaggerSchema())) - .withAdditionalProperties("dataupkqns") - .withRequired(Arrays.asList("qp", "bj")) - .withMaxProperties(616351558) - .withMinProperties(1944183033) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("fxrttxbms") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databqcamalec") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("databkdnnyufxuzms") - .withRequired(Arrays.asList("qrbrnxhjtlxf", "kjkxaravww")) - .withMaxProperties(1942434444) - .withMinProperties(47403047) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("htrxbozp") - .withType(SwaggerSchemaType.FILE) - .withTitle("wjzb") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rnwv", new SwaggerSchema(), "svoqiza", new SwaggerSchema(), - "wsdsorg", new SwaggerSchema())) - .withAdditionalProperties("datajxsawooau") - .withRequired(Arrays.asList("xfqk", "wzrdqyoybm")) - .withMaxProperties(863208191) - .withMinProperties(1579732142) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("zdaiovrb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakvyyz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("yp") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("velffohuriw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rwpsshrmnkcclp", new SwaggerSchema())) - .withAdditionalProperties("datauogkscxjfsgm") - .withRequired(Arrays.asList("oebnxsqcowscuyfq", "amfbqh", "u")) - .withMaxProperties(1334550565) - .withMinProperties(672815842) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("xqpwnikxkcajgrbr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataocqsazm") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("hxxrqicf") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("jd") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("pyeyoafinmp", new SwaggerSchema(), "qup", new SwaggerSchema(), - "kjr", new SwaggerSchema(), "fwkyluobdxw", new SwaggerSchema())) - .withAdditionalProperties("datadcclcvqsr") - .withRequired(Arrays.asList("ylcvwbzmfx")) - .withMaxProperties(1430968690) - .withMinProperties(1861991428) - .withAllOf( - Arrays.asList( - new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("piywqnp") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datagcnyxbyxmkhm") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("lfstyygjqpulm") - .withType(SwaggerSchemaType.STRING) - .withTitle("hmqmiwxzf") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("cqfgu", new SwaggerSchema(), "jnbxwbmwdukin", new SwaggerSchema(), - "lxhgdekekzou", new SwaggerSchema(), "vewwpzrdwcgldo", new SwaggerSchema())) - .withAdditionalProperties("datacandxfhhh") - .withRequired(Arrays.asList("tdqtdnnckkplj")) - .withMaxProperties(2116382645) - .withMinProperties(1065048575) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("xccyijjimhijzr") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavsduydw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("ldrdymnswx") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("qnghxnimvyujr") - .withNamespace("unnqgypuqtnylqu") - .withPrefix("qmvyumgmmuebsnzn") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("qcazisvbrq", "datajxcyos", "gh", "datacyjpgawepkwonrz"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tbgblxbuibrvjzta") - .withUri("vs") - .withExtensions(mapOf("mfjew", "dataihvfjcqrttjfuq", "dostwygufmwe", "dataeqba", "kwdtlcj", - "datavxgwz", "cqzvzrbvgwxhlxr", "datap"))) - .withExample("datav") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("n") - .withValuePath("ovazoymdvhhpl") - .withParameters(mapOf("atveqm", "datawd"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("swzeyxry") - .withValuePath("r") - .withParameters(mapOf("w", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lvs") - .withBuiltInOperation("asgtl") - .withItemsPath("qpoilos") - .withItemValuePath("emcezevftm") - .withItemTitlePath("l") - .withParameters(mapOf("jy", new SwaggerCustomDynamicProperties(), "hztmsm", - new SwaggerCustomDynamicProperties(), "wtpcflcezswwvw", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("pfhru") - .withItemsPath("syqcjnqswxdowum") - .withItemValuePath("ukrcdiohcl") - .withItemTitlePath("dnhfknebwedd") - .withItemFullTitlePath("yzcwy") - .withItemIsParent("mkaqldqabnwvpaq") - .withSelectableFilter("xf") - .withParameters(mapOf("gcfddofxnfb", new SwaggerCustomDynamicTreeParameter(), - "jyyrqaedw", new SwaggerCustomDynamicTreeParameter(), "vocytjgoeayokrw", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("hwpadhedbfob") - .withItemsPath("zvothmkh") - .withItemValuePath("ozvbwfc") - .withItemTitlePath("hbpoelhscmyhrhj") - .withItemFullTitlePath("zfq") - .withItemIsParent("kndwp") - .withSelectableFilter("qwojoev") - .withParameters(mapOf("fytdxmly", new SwaggerCustomDynamicTreeParameter(), - "zlyvapbkrbuog", new SwaggerCustomDynamicTreeParameter(), "tdlt", - new SwaggerCustomDynamicTreeParameter())))), - new SwaggerSchema().withRef("u") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("ijvaylze") - .withItems(new SwaggerSchema().withRef("psftqkrvmhvbvvc") - .withType(SwaggerSchemaType.STRING) - .withTitle("suspnhmzy") - .withItems(new SwaggerSchema().withRef("etevrntfknwacy") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("tctkhfhfs") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("sxrmhn", new SwaggerSchema(), "izhvp", new SwaggerSchema(), - "hqqwcubl", new SwaggerSchema())) - .withAdditionalProperties("datahk") - .withRequired(Arrays.asList("bzgottaksadzighm", "tbtdvu")) - .withMaxProperties(1986880154) - .withMinProperties(1925598031) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("eurdeewlsuxp") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajyjiznior") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("mcreihu", new SwaggerSchema(), "trnighm", new SwaggerSchema())) - .withAdditionalProperties("datauwqxungrobgw") - .withRequired(Arrays.asList("xjwdylwxmvzjow", "ugeerclbltbhpwac")) - .withMaxProperties(482126604) - .withMinProperties(2056200345) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vwryvd") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("kgpruccwmecbtxsy") - .withNamespace("texegw") - .withPrefix("qjywi") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("kajwj", "datancindilo", "anhz", "datariarsbcl", "zkz", - "dataknjxizbaxdy", "jmlxppdnd", "dataxfexwacy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("evuiiuiibfkcjytq") - .withUri("izeq") - .withExtensions(mapOf("oazyf", "datapvnopmotdsfhoxql", "bqk", "datakmvldzmxojzsvmai", - "geecbpergwlckih", "datahyejt"))) - .withExample("datamyqsokk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jwdizcrjixiujz") - .withValuePath("sexgkrswksykkbxk") - .withParameters(mapOf("lmnwzoknvuqddlgg", "datab"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("olgzubakdlkv") - .withValuePath("cmfnsffet") - .withParameters(mapOf("ixwewzlscgsmep", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xgvohdbthhxmoe") - .withBuiltInOperation("udeepf") - .withItemsPath("annvwx") - .withItemValuePath("p") - .withItemTitlePath("ubohxvzg") - .withParameters(mapOf("vrhhogalgx", new SwaggerCustomDynamicProperties(), "wfmzvztau", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("wkyeahhhutpu", new SwaggerSchema().withRef("cssanybzzghv") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("myjsvcdhly") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("okj", new SwaggerSchema(), "nzxezriwgo", new SwaggerSchema())) - .withAdditionalProperties("dataapcqksaaapxjh") - .withRequired(Arrays.asList("ibenwsdfpvda", "hl")) - .withMaxProperties(1021845458) - .withMinProperties(1456105852) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vzp") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataaqgomlbmfggeok") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datarfcqufmcihp") - .withRequired(Arrays.asList("wrerj", "xptch")) - .withMaxProperties(1641123661) - .withMinProperties(763179593) - .withAllOf(Arrays - .asList( - new SwaggerSchema().withRef("imlgbbfjmdg") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("hmpmhef") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("hqeofytls", new SwaggerSchema(), "lowmcm", new SwaggerSchema())) - .withAdditionalProperties("dataixuanccqvjfdgfq") - .withRequired(Arrays.asList("u", "pjhcfaaradciovmu", "zgugrblw")) - .withMaxProperties(415368250) - .withMinProperties(1323145696) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ebaotbptgcsma") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafmd") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("wzmnobfewwpsibxo") - .withType(SwaggerSchemaType.FILE) - .withTitle("qjrkbln") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("wgycvtqnzjc", new SwaggerSchema(), "qqzhem", - new SwaggerSchema(), "tbwn", new SwaggerSchema(), "lbadp", new SwaggerSchema())) - .withAdditionalProperties("datajdleajvmvvlooubs") - .withRequired(Arrays.asList("pjeopskgoc", "omlupfaz")) - .withMaxProperties(1559583465) - .withMinProperties(95619921) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("lgdwzrgdqyx") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datacavqcwyzoqzkmqcw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("epbntqq") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("gsqxilefej") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("znequq", new SwaggerSchema(), "nttwk", new SwaggerSchema(), - "hajksbsyogjmqjhg", new SwaggerSchema())) - .withAdditionalProperties("datadijnmcvjbs") - .withRequired(Arrays.asList("riqxzixtdlx", "mvcdkucpxpyaf", "wrgorogeuvmkrs", "nr")) - .withMaxProperties(767552806) - .withMinProperties(1941440472) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("frsnqpljp") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataikelpmwgr") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("osgjzscuez") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("fwgq") - .withNamespace("ewcffrxgg") - .withPrefix("khzpr") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("psjnpck", "dataerrusyzaiv", "lvvmnbkxja", "datalujyduonbdawsao"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bdddw") - .withUri("qxa") - .withExtensions(mapOf("yqjvzvc", "dataqk", "vzflbrous", "datardspzesfkqqxu", "dwuko", - "dataxa", "ubcmun", "datagoojjfuk"))) - .withExample("databtzvxxv") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fkrfnkcni") - .withValuePath("swxmfurqm") - .withParameters(mapOf("qsvnkxm", "datawpntumotah"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("u") - .withValuePath("drlhxgc") - .withParameters(mapOf("rhkv", new SwaggerCustomDynamicProperties(), "zzmiemqyft", - new SwaggerCustomDynamicProperties(), "pqoswgfqv", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hpak") - .withBuiltInOperation("yhls") - .withItemsPath("nfbmeqagkncjm") - .withItemValuePath("nyevztnjawrhule") - .withItemTitlePath("qmbwppxi") - .withParameters(mapOf("kitzm", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("l") - .withItemsPath("lxsgcemegdz") - .withItemValuePath("y") - .withItemTitlePath("u") - .withItemFullTitlePath("f") - .withItemIsParent("zufldifnivlutg") - .withSelectableFilter("aacxauhvc") - .withParameters(mapOf("hklsqx", new SwaggerCustomDynamicTreeParameter(), "oiyygkts", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("xxoxwfzbkv") - .withItemsPath("nxfx") - .withItemValuePath("sowbeb") - .withItemTitlePath("bw") - .withItemFullTitlePath("lvuwmsumust") - .withItemIsParent("tgrafja") - .withSelectableFilter("kyxmmj") - .withParameters(mapOf("ogtder", new SwaggerCustomDynamicTreeParameter())))))) - .withDiscriminator("nnmkvae") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("xhhlbmyphf") - .withNamespace("rpdhewokyqs") - .withPrefix("xfsyw") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("zdmvdd", "datadjfyxbvkv", "wnjdvvlrh", "datawcrugyozzz", "kkvxu", "datac", - "ozf", "datadqzbvbpsuvqhx"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wbkurklpiigf") - .withUri("keutuipjclzjwaq") - .withExtensions(mapOf("zzevtzqwczochwb", "dataydewuwxyll", "uynf", "datak", "lhr", - "datakyvnhiysdhork"))) - .withExample("datakiwlwkfflaqwmwq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("tea") - .withValuePath("egefzjx") - .withParameters(mapOf("bth", "dataqbgys", "dqtcbjdbtqyhkx", "datavxw"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("aujqgbbjv") - .withValuePath("oawh") - .withParameters(mapOf("pvsffavdhpiwrm", new SwaggerCustomDynamicProperties().withOperationId("bc") - .withValuePath("oygsabdgdheronsd") - .withParameters(mapOf("kzvzuatqhgzuyxtr", new SwaggerCustomDynamicProperties(), - "fdbqskgqjbvitp", new SwaggerCustomDynamicProperties())), - "l", new SwaggerCustomDynamicProperties().withOperationId("k") - .withValuePath("wbyfdwfbw") - .withParameters(mapOf("dqtmggcpdrmeg", new SwaggerCustomDynamicProperties(), "jrzctwymz", - new SwaggerCustomDynamicProperties(), "kwqkkgeseiph", - new SwaggerCustomDynamicProperties())), - "j", new SwaggerCustomDynamicProperties().withOperationId("pqscoobkjlcax") - .withValuePath("comjiqiincev") - .withParameters(mapOf("devpximziizmeq", new SwaggerCustomDynamicProperties(), "duvtvod", - new SwaggerCustomDynamicProperties(), "xxpqhmlqibtblmcv", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("otdofqv") - .withBuiltInOperation("qsdqkpsbqs") - .withItemsPath("m") - .withItemValuePath("aftazgcxsvqlcq") - .withItemTitlePath("ylamxow") - .withParameters(mapOf("eetxtpwcv", new SwaggerCustomDynamicProperties().withOperationId("oyutehlk") - .withValuePath("vtipquksxiknsg") - .withParameters(mapOf("nswhpcek", new SwaggerCustomDynamicProperties(), "gvm", - new SwaggerCustomDynamicProperties(), "nnbbxngdfkke", - new SwaggerCustomDynamicProperties())), - "if", new SwaggerCustomDynamicProperties().withOperationId("fwsunjzijaciwmm") - .withValuePath("tqdonbzzs") - .withParameters(mapOf("yviiws", new SwaggerCustomDynamicProperties(), "anzhwsy", - new SwaggerCustomDynamicProperties())), - "locfmvsw", new SwaggerCustomDynamicProperties().withOperationId("qqhbtfloilmkfbe") - .withValuePath("ipjpn") - .withParameters(mapOf("vuoikdlp", new SwaggerCustomDynamicProperties(), "xntugfwim", - new SwaggerCustomDynamicProperties(), "nry", new SwaggerCustomDynamicProperties())), - "dyblpe", new SwaggerCustomDynamicProperties().withOperationId("jeleifqhdxt") - .withValuePath("ulkrybpaev") - .withParameters(mapOf("yjecrqkwakkch", new SwaggerCustomDynamicProperties(), - "foulborcxuibsdq", new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("oqhbjqlqfbler") - .withItemsPath("ollcshjucihby") - .withItemValuePath("jvtpnerxvjeaz") - .withItemTitlePath("helhbimyi") - .withItemFullTitlePath("qamcthtpqgfz") - .withItemIsParent("sizkdiuvflg") - .withSelectableFilter("cwjgwa") - .withParameters(mapOf("njdtujqzvhnj", new SwaggerCustomDynamicTreeParameter() - .withSelectedItemValuePath("ofgrutvnp") - .withValue("dataxzivxp") - .withParameterReference("zghhh") - .withRequired(false), "yopoa", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("mxnhtm") - .withValue("datatqlfxolrwvtl") - .withParameterReference("yfjswequf") - .withRequired(true), - "ewjskreeedddrftf", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath( - "wwgw") - .withValue("datab") - .withParameterReference("bvufrkwjiemimdtn") - .withRequired(false), - "g", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("ulpclhsiige") - .withValue("datawbrnqyxfedqnetdq") - .withParameterReference("nxoqgv") - .withRequired(false)))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("meyobqajejirvavr") - .withItemsPath("gpogpl") - .withItemValuePath("uvlnhxnrnjhinaeg") - .withItemTitlePath("bx") - .withItemFullTitlePath("pqm") - .withItemIsParent("oplukfy") - .withSelectableFilter("fhsovadkrmjxmwq") - .withParameters(mapOf("zjn", new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath( - "sjqb").withValue("dataqmxv").withParameterReference("riwbwggij").withRequired(true)))))) - .withResponsesDefinition(mapOf( - "idzfpsfy", new SwaggerSchema().withRef("kwsbzrhdugquh") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("frunj") - .withItems(new SwaggerSchema().withRef("jhiycbauseqnczk") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("tuwyjsqwzszos") - .withItems(new SwaggerSchema().withRef("zunkfnyskwwun") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("avoj") - .withItems(new SwaggerSchema().withRef("hipcukvbljpx") - .withType(SwaggerSchemaType.FILE) - .withTitle("chyluqa") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fjjfxtizt", new SwaggerSchema(), "dst", new SwaggerSchema())) - .withAdditionalProperties("datahhsaa") - .withRequired(Arrays.asList("ritrcwb", "aesyyefm")) - .withMaxProperties(1462309233) - .withMinProperties(845706297) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("qb") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datarmtistyikjhor") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("nycntr", new SwaggerSchema(), "xxwtdmbqjtsuh", new SwaggerSchema(), - "htoxtdyqav", new SwaggerSchema(), "x", new SwaggerSchema())) - .withAdditionalProperties("datamzxsyaksinpaa") - .withRequired(Arrays.asList("wb", "hvwt", "pbgchcgsfzhb")) - .withMaxProperties(642175945) - .withMinProperties(1815540528) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("sdjpgxe") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("cfferznzc") - .withNamespace("voveomkhfeqcoop") - .withPrefix("pohimgck") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("mxooqohgpncdm", "dataznbznxsuloutnp"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("upf") - .withUri("ldqdzauiunyevdyz") - .withExtensions(mapOf("kcgsfcmvh", "datatcikswhcamwuynf", "atvyrkljqkqws", "datadrp", - "bypnkteiidlbov", "datajtvjkowggxawwd", "cnerekyjul", "databclprgeganihk"))) - .withExample("datawwnqhqlqgpw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() - .withOperationId("bav") - .withValuePath("vxwve") - .withParameters(mapOf("csmwevguy", "datalr", "rj", "datalnxe", "owwe", "datafzcde", - "sfqbirtybcelfjn", "datahyfkdilbwqlqa"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("njyhzfa") - .withValuePath("kdv") - .withParameters(mapOf("umo", new SwaggerCustomDynamicProperties(), "pegqxsorch", - new SwaggerCustomDynamicProperties(), "zrqoxzyhlbeqvh", - new SwaggerCustomDynamicProperties(), "kbmpw", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ajggfzgaefhawkmi") - .withBuiltInOperation("y") - .withItemsPath("iurni") - .withItemValuePath("pdyttqmiu") - .withItemTitlePath("plosebmhhtuqm") - .withParameters(mapOf("noflqobfix", new SwaggerCustomDynamicProperties(), "gxebihexhnk", - new SwaggerCustomDynamicProperties(), "ng", new SwaggerCustomDynamicProperties(), - "qcdol", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("l", new SwaggerSchema() - .withRef("bsmnda") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("uyje") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hpplz", new SwaggerSchema(), "cfzxjziu", new SwaggerSchema(), "crln", - new SwaggerSchema(), "wnuwkkfzzetl", new SwaggerSchema())) - .withAdditionalProperties("datadyxzlvwywjvr") - .withRequired(Arrays.asList("pwwlzpddar", "bcdwhslx", "bajadknm")) - .withMaxProperties(514734154) - .withMinProperties(329006427) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("kampyhwpbldz") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataycmwhuzymh") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), "cprfcsjvjnko", - new SwaggerSchema().withRef("mnbzkopai") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("pudkhqux") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fpgvedrobujnjgyb", new SwaggerSchema(), "xmqxigidullnjgc", - new SwaggerSchema(), "skgrhnyt", new SwaggerSchema(), "lgsazuqzn", - new SwaggerSchema())) - .withAdditionalProperties("dataxhkyqzjsdkpv") - .withRequired(Arrays.asList("zwpf", "xsfybntmveho", "flyuvbgtz")) - .withMaxProperties(2117980175) - .withMinProperties(1372020177) - .withAllOf( - Arrays.asList( - new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ybnai") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavbzeogeat") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "mjsqsvzvm", - new SwaggerSchema().withRef("nzs") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("aaugic") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("mvwrmjxyvuodnx", new SwaggerSchema(), "zbassqfyy", new SwaggerSchema(), - "wppeygk", new SwaggerSchema(), "zbloasybxhqvovd", new SwaggerSchema())) - .withAdditionalProperties("datah") - .withRequired(Arrays.asList("vsqjs", "vjnq")) - .withMaxProperties(2050252101) - .withMinProperties(1061158396) - .withAllOf( - Arrays.asList( - new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("kceincnrec") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavsfgdr") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "hcdvfoizorb", - new SwaggerSchema().withRef("cwghndaevhgsulw") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("ufigvfjjuzki") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("wuhyzekypy", new SwaggerSchema(), "vljlbzdlby", new SwaggerSchema())) - .withAdditionalProperties("dataaxhpz") - .withRequired(Arrays.asList("v")) - .withMaxProperties(623951562) - .withMinProperties(895306390) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("gesfhshagpahn") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datayvynpmggqgage") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataejzs") - .withRequired(Arrays.asList("gkqwvde", "p")) - .withMaxProperties(496430638) - .withMinProperties(306469986) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("fr") - .withType(SwaggerSchemaType.STRING) - .withTitle("ubpebrm") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("p", new SwaggerSchema(), "htbttpkimskhnkkh", new SwaggerSchema(), - "ykrsm", new SwaggerSchema())) - .withAdditionalProperties("datacmelycpgokut") - .withRequired(Arrays.asList("ybnzbnvmsh", "uzzlapyixlvzcgul", "ebxiauqsuptessj", "wjt")) - .withMaxProperties(305530667) - .withMinProperties(148575354) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xgxqayga") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawpvlcjbvyezjwjkq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("yozvrcwfpucw") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("efgzjvbx") - .withNamespace("bg") - .withPrefix("rx") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("fex", "datavkdlhuduklbjoafm", "ancsqoac", "datalvoepknarse", - "gsapleqfgkxen", "datauq"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("glvyakeszsuuvul") - .withUri("cwgg") - .withExtensions(mapOf("phirl", "datavlqgfbrvecicao", "pkwzzzkueruwcj", "databipiunn", "ox", - "datamipvwkaujttwy"))) - .withExample("datawofxxdplrel") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hcbtuxlbpxrhrfj") - .withValuePath("razwefiktlhqasht") - .withParameters(mapOf("secigzzdwj", "datajixy", "mcsaugbr", "dataacfvvtdpcbpzf", "te", - "datafiwltkfysu", "whcv", "datahkl"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yhgqokjbmsr") - .withValuePath("xyxxhwr") - .withParameters(mapOf("maqsyilpz", new SwaggerCustomDynamicProperties(), "brwnrzozs", - new SwaggerCustomDynamicProperties(), "agysokl", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("s") - .withBuiltInOperation("vrrbnhy") - .withItemsPath("bhujcydyl") - .withItemValuePath("xvpstizsyqagqll") - .withItemTitlePath("r") - .withParameters(mapOf("dylkyhtr", new SwaggerCustomDynamicProperties(), "qwfyybptmjjr", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("avsavgthkslgeuuf") - .withItemsPath("zb") - .withItemValuePath("xjblajy") - .withItemTitlePath("nbycs") - .withItemFullTitlePath("oisaz") - .withItemIsParent("mofsvp") - .withSelectableFilter("gnywxu") - .withParameters(mapOf("fj", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("wtmszcfyzq") - .withItemsPath("qregfurdpagknx") - .withItemValuePath("ovrgih") - .withItemTitlePath("zffewvqkyc") - .withItemFullTitlePath("geipqxxs") - .withItemIsParent("afwtydsmmab") - .withSelectableFilter("clejqzhpv") - .withParameters(mapOf("badjze", new SwaggerCustomDynamicTreeParameter(), "llgfy", - new SwaggerCustomDynamicTreeParameter(), "gtqscjpvqerq", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("zlbbbajdexquaw", new SwaggerSchema().withRef("wdzpzl") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("x") - .withItems(new SwaggerSchema().withRef("wwvmbjec") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("ghnkfrwxohlydsn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hiypbfhmihi", new SwaggerSchema(), "tqozewbrsrjzgkbr", - new SwaggerSchema(), "uxboufqnnqbjxgj", new SwaggerSchema())) - .withAdditionalProperties("datarerukbuudrizw") - .withRequired(Arrays.asList("jxlaaced")) - .withMaxProperties(487487985) - .withMinProperties(15233592) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("bzbevgbnrom") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapwtmzyj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("n", new SwaggerSchema())) - .withAdditionalProperties("datagwiij") - .withRequired(Arrays.asList("iywhxpsb", "pialezay", "puz", "degefxlieggoto")) - .withMaxProperties(1802423608) - .withMinProperties(1258550316) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("hz") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("ckn") - .withNamespace("kcu") - .withPrefix("hdgwuzrono") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("d", "datanwysodcikgxkkzzf"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ebawnxzsjwyfixir") - .withUri("j") - .withExtensions(mapOf("nf", "datawulpjkakrxif"))) - .withExample("datarxsqtz") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("alewgux") - .withValuePath("m") - .withParameters(mapOf("gfgbmcvmhidyliu", "databvskcitlynkwfsaa", "nacgdnx", "datajk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nmzr") - .withValuePath("aojpzngdrzi") - .withParameters(mapOf("wsadsqyu", new SwaggerCustomDynamicProperties(), "dkhwqdmohhe", - new SwaggerCustomDynamicProperties(), "yuunx", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vyigdeipnf") - .withBuiltInOperation("ejwli") - .withItemsPath("cndjzwhajo") - .withItemValuePath("pqokhdyncra") - .withItemTitlePath("sewbempfapmqnm") - .withParameters(mapOf("ksy", new SwaggerCustomDynamicProperties(), "ihiclmsln", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "mra", new SwaggerSchema().withRef("izbf") - .withType(SwaggerSchemaType.NULL) - .withTitle("izwhpn") - .withItems(new SwaggerSchema().withRef("jvvyxtvvxnakzix") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("bfmlngfwhrmvlakn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xnrz", new SwaggerSchema())) - .withAdditionalProperties("datax") - .withRequired(Arrays.asList("hsmfndcbsyhludzj")) - .withMaxProperties(888449244) - .withMinProperties(935785230) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("prjfdvtdurmdta") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataffhvqii") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("kuyikmxh", new SwaggerSchema())) - .withAdditionalProperties("datasxjbjkewrigl") - .withRequired(Arrays.asList("refeclflxcjf", "zwncvdefxonz", "pcjptnnt")) - .withMaxProperties(749689263) - .withMinProperties(607004003) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vn") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("pgsjbioagwviqehm") - .withNamespace("vaolidxdfsfvkjc") - .withPrefix("brsvxphtjnhp") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("dtdtft", "datayzhimm", "rgyzcslazp", "dataizuzjd", "teagbgac", - "datakqoyimxpggk", "lpbybkisb", "dataqpjuytvude"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("mxg") - .withUri("wdjraurfshznurtt") - .withExtensions(mapOf("becxsto", "dataaaxxdcdjmdkqtxfr", "ehxuihwes", "dataa"))) - .withExample("datajaqgblkkn") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("evspsaney") - .withValuePath("erpiobnhrfbrj") - .withParameters(mapOf("raq", "datawqd", "pqcaigazwfwlrfd", "datail"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "zseodtqfdrslzymq") - .withValuePath("erwycuhytjwgetfi") - .withParameters(mapOf("eqjxzizebjrahg", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ubwggxzsshxliqm") - .withBuiltInOperation("kwhfmdoiiyobqzwj") - .withItemsPath("wrsofxcacrm") - .withItemValuePath("fmrsuydldpr") - .withItemTitlePath("sxfkzrztirjvqxvw") - .withParameters(mapOf("cxoerjwbuocqfl", new SwaggerCustomDynamicProperties(), - "nlrlqxbctatezy", new SwaggerCustomDynamicProperties(), "zdbcqqnlsjxcsc", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datajido") - .withRequired(Arrays.asList("ltcvmahpuwkupbbn", "i", "lh", "zhrcqdfwbif")) - .withMaxProperties(558509018) - .withMinProperties(1653699527) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("simtfcqmmy") - .withType(SwaggerSchemaType.FILE) - .withTitle("elpfijtezgxmpes") - .withItems(new SwaggerSchema().withRef("adlerzinfuivczkt") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("wtdapsmirmnrijef") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xcevdspth", new SwaggerSchema(), "ffmwt", new SwaggerSchema(), - "lgmkokqoi", new SwaggerSchema())) - .withAdditionalProperties("dataiefwlnm") - .withRequired(Arrays.asList("fcnuestbsli", "jdnccote", "ikjiytehhxt", "xqdwbymuq")) - .withMaxProperties(407766062) - .withMinProperties(1714948406) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("rctysecpekhxdb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavimmwc") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("rtsvxupqtzckjbcb", new SwaggerSchema(), "gnr", new SwaggerSchema())) - .withAdditionalProperties("dataj") - .withRequired(Arrays.asList("jxncqzahgtvbgdob", "morzolxosg", "htrxueqbmxqfgv")) - .withMaxProperties(721038450) - .withMinProperties(1339830760) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("esgcsqos") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("goufpizpbmfx") - .withNamespace("pfyvslazipplxgt") - .withPrefix("mjtycildrznlaxoz") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("yjnqzbrqcakmfckv", "dataugfzizyxd", "oitwhmucjiuh", - "datayjucamnsb"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vehyklel") - .withUri("dvpqfbxgy") - .withExtensions(mapOf("ef", "datausdmtxq"))) - .withExample("dataheywvfopkyllrey") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("dmsfwtwrs") - .withValuePath("vcneqswxhqhgk") - .withParameters(mapOf("ncpmyh", "datazvulqevv", "fbcyjrtalqeebud", - "dataxgdmvghcmixmlwkf", "sgoihlqwbyw", "datayimooaezkto", "bfb", - "dataazbaeeekfztvn"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wnoljdkx") - .withValuePath("ewy") - .withParameters(mapOf("clz", new SwaggerCustomDynamicProperties(), "krdp", - new SwaggerCustomDynamicProperties(), "yytbpkrpkhq", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("oenefnoafpcnr") - .withBuiltInOperation("yrxowv") - .withItemsPath("fcmuajwblxphto") - .withItemValuePath("rf") - .withItemTitlePath("tnnsvrfajy") - .withParameters(mapOf("tib", new SwaggerCustomDynamicProperties(), "fgzqzhl", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("ehbgcgyohrcmeqlj") - .withType(SwaggerSchemaType.FILE) - .withTitle("hycxon") - .withItems(new SwaggerSchema().withRef("dxagmdfjwcngkwx") - .withType(SwaggerSchemaType.STRING) - .withTitle("uvohufzdtsrp") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("zacrzhnsbylgmgbh", new SwaggerSchema(), "qczouanbfulvcxgl", - new SwaggerSchema(), "oqwb", new SwaggerSchema())) - .withAdditionalProperties("datailqbzbwbgwzhb") - .withRequired(Arrays.asList("jeyodpiovnlhrwya")) - .withMaxProperties(2115060507) - .withMinProperties(1995324529) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("xsvdeatjiobnirg") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanwtgntimznup") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("dsqvhedaakghc", new SwaggerSchema(), "zmmmjyvdhdgdi", - new SwaggerSchema())) - .withAdditionalProperties("datalgstmfetq") - .withRequired(Arrays.asList("jmolzcaqfkakh", "krvtyycvy")) - .withMaxProperties(1243974359) - .withMinProperties(1163777509) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("fu") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("xkczbdypbbimhjb") - .withNamespace("voortcl") - .withPrefix("bjcyuzly") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("afnwqh", "dataylkvck", "lmgjzrycwpbgum", "datawvcnviulb", "smg", - "datahmxpucknsastl", "vjmxokxxamq", "datamicttrvl"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rzvlcivqxdemkl") - .withUri("xwwwlojkbgnf") - .withExtensions(mapOf("haevlah", "datajvfsu"))) - .withExample("datazywywuah") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wcnnaax") - .withValuePath("fdajrfgim") - .withParameters(mapOf("ussuq", "datagewdqbxexfyzn"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wsfxay") - .withValuePath("byeywpmohnrtli") - .withParameters(mapOf("ydztkqrfbgynzfw", new SwaggerCustomDynamicProperties(), - "zdteqjmyqxuhg", new SwaggerCustomDynamicProperties(), "axnyprijyoxxjxbs", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rlcck") - .withBuiltInOperation("fpjmspau") - .withItemsPath("qom") - .withItemValuePath("alknuyapvibzic") - .withItemTitlePath("ichca") - .withParameters(mapOf("hjxnrkbnvfccklz", new SwaggerCustomDynamicProperties(), - "znfgvlx", new SwaggerCustomDynamicProperties(), "xmnctigpksywi", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("kdprtqj") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("fefuhbdwb") - .withItems(new SwaggerSchema().withRef("bgmlamoa") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("tnpkvbpblt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xheeocnqo", new SwaggerSchema(), "bvepvlryszfhd", - new SwaggerSchema(), "yfhxohzbzhhav", new SwaggerSchema())) - .withAdditionalProperties("datauxnvkdslcof") - .withRequired(Arrays.asList("fuehouisaklhjf", "dxqfussubzssp", "jvailfauyvxpqw")) - .withMaxProperties(1969326421) - .withMinProperties(1101501683) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("trthldwvoglffjd") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamhbtofcvxkylhcn") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("kygbptmsgkwedwlx", new SwaggerSchema())) - .withAdditionalProperties("datahgbgbhudh") - .withRequired(Arrays.asList("imvrr", "fibpkwmamrlfi")) - .withMaxProperties(1704693062) - .withMinProperties(320684606) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("hupngyhylqyafew") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("wuuyt") - .withNamespace("xrqxrtzea") - .withPrefix("vf") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("cwwynepktvmw", "datavpjxsdhweignybff", "nikouox", - "datavconysebjijfhp", "kkyporsyn", "dataalokb"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nbydlgfaph") - .withUri("ubwt") - .withExtensions(mapOf("jfqreeo", "datanrt"))) - .withExample("dataq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lihsdbfbmdi") - .withValuePath("xzhpjgqzmiaoawea") - .withParameters(mapOf("hruetcnxriqzzd", "dataaub", "sqdrrjsurn", "datak"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "bwxrxmyokohlsfj") - .withValuePath("uqjpzh") - .withParameters(mapOf("uvkqxqkvadmj", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("udjmaaj") - .withBuiltInOperation("ebhsermclyqw") - .withItemsPath("hyqkaaptbssvkbcb") - .withItemValuePath("wyblocc") - .withItemTitlePath("plxzbnsshvqnpszb") - .withParameters(mapOf("butcdzj", new SwaggerCustomDynamicProperties(), "jtvp", - new SwaggerCustomDynamicProperties(), "yxdyuxur", - new SwaggerCustomDynamicProperties(), "rltqmmij", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("naeikczscymqf") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("qnyumz") - .withNamespace("dokez") - .withPrefix("ezknfzqnzbflbqmh") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("ea", "dataedhagqbbse"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lmsy") - .withUri("dcrolrze") - .withExtensions(mapOf("ivt", "datamphzkymunw", "wdalisd", "datauszbdjrdfeuj", "dz", "dataqngca", - "p", "datanloou"))) - .withExample("datamdahyclx") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ebldpo") - .withValuePath("ffjk") - .withParameters(mapOf("evimxmaxcj", "datah", "wdsoqtbfkvuozbzc", "datapitygv", "urlcydjhtkjs", - "datanqekwankl"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("iyndurdonkgobx") - .withValuePath("rdolenrswkn") - .withParameters(mapOf("nmsg", new SwaggerCustomDynamicProperties().withOperationId("nmzaofro") - .withValuePath("qckievyrejyoy") - .withParameters(mapOf("ftusdwmnrt", new SwaggerCustomDynamicProperties(), "vbuc", - new SwaggerCustomDynamicProperties(), "nrovome", new SwaggerCustomDynamicProperties(), - "xwsicvwqzocsfshe", new SwaggerCustomDynamicProperties())), - "d", new SwaggerCustomDynamicProperties().withOperationId("wdibu") - .withValuePath("nr") - .withParameters(mapOf("vwrhryibr", new SwaggerCustomDynamicProperties(), "knuubxcwojt", - new SwaggerCustomDynamicProperties(), "p", new SwaggerCustomDynamicProperties())), - "jqdjlgkuirxxeuwi", new SwaggerCustomDynamicProperties().withOperationId("py") - .withValuePath("vffifujgtdo") - .withParameters(mapOf("mwefcbyb", new SwaggerCustomDynamicProperties(), "chrtczwjcu", - new SwaggerCustomDynamicProperties(), "yznvy", - new SwaggerCustomDynamicProperties())), - "asfeooq", new SwaggerCustomDynamicProperties().withOperationId("rcvnfg") - .withValuePath("viwxohktxagfuj") - .withParameters(mapOf("jnyexbvxgxqq", new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vev") - .withBuiltInOperation("rphklqlii") - .withItemsPath("anuwgjnofg") - .withItemValuePath("y") - .withItemTitlePath("sebjuymtevae") - .withParameters(mapOf("usrjzhdtrsyfezf", new SwaggerCustomDynamicProperties().withOperationId( - "ywhr") - .withValuePath("ej") - .withParameters(mapOf("dogzougxbxxgj", new SwaggerCustomDynamicProperties(), "gcphivfhrmte", - new SwaggerCustomDynamicProperties(), "fdvdoeary", - new SwaggerCustomDynamicProperties())), - "kfavhkhpsp", new SwaggerCustomDynamicProperties().withOperationId("yljdzyyrwnmwt") - .withValuePath("ljknnkynkstdtfwh") - .withParameters(mapOf("hfxa", new SwaggerCustomDynamicProperties(), "jyihjcwwvaos", - new SwaggerCustomDynamicProperties())), - "sujtgg", new SwaggerCustomDynamicProperties().withOperationId("eifdyfa") - .withValuePath("xnguwn") - .withParameters(mapOf("uzlai", new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ejpdcliqwzutiy") - .withItemsPath("rnhhjtvh") - .withItemValuePath("z") - .withItemTitlePath("yovqmqcudptoqwr") - .withItemFullTitlePath("ckjt") - .withItemIsParent("okmxwawfubknge") - .withSelectableFilter("x") - .withParameters(mapOf("wynjmoozm", new SwaggerCustomDynamicTreeParameter(), - "uktdrsjtmnkxjouw", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("fdt") - .withItemsPath("iaxtyrnuh") - .withItemValuePath("hepisq") - .withItemTitlePath("mlroiommemsoqgb") - .withItemFullTitlePath("yeqdob") - .withItemIsParent("aqcabe") - .withSelectableFilter("kcesrsi") - .withParameters(mapOf("lpjcxbjgfmyqyyfr", new SwaggerCustomDynamicTreeParameter())))), - "nyldjdkjvd", new SwaggerSchema().withRef("idfhmlxrqkeknum") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("zvptriysj") - .withItems(new SwaggerSchema().withRef("r") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("qpsrcekd") - .withItems(new SwaggerSchema().withRef("ydw") - .withType(SwaggerSchemaType.STRING) - .withTitle("w") - .withItems(new SwaggerSchema().withRef("vbwa") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("rjbjngoarsr") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("emzcyniapypimrx", new SwaggerSchema())) - .withAdditionalProperties("dataqwipzesstuin") - .withRequired(Arrays.asList("mlfupj")) - .withMaxProperties(218156021) - .withMinProperties(1165591254) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("yxjg") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datardaktnytk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("vfqjckmpwyvlh", new SwaggerSchema(), "hhcikh", new SwaggerSchema(), - "ebgjg", new SwaggerSchema())) - .withAdditionalProperties("datasacagiflrcyg") - .withRequired(Arrays.asList("hzwtoidhbxitrapw", "hlutjs", "zelsr", "emvupmeak")) - .withMaxProperties(756270096) - .withMinProperties(1387243013) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("de") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("aipu") - .withNamespace("ofkegbvbbdledffl") - .withPrefix("sluazz") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("pup", "datapxzee", "dczmrjgobekx", "datascboxra"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("owsecaf") - .withUri("zzbsk") - .withExtensions(mapOf("bmseesacuicnvq", "datajsb", "lh", "dataqsuivmrfaptndrmm"))) - .withExample("datamxrqkekcdaviieb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("avqymcwt") - .withValuePath("uceplbrzgkuorwp") - .withParameters(mapOf("ayynoyj", "datatweobptscruykkie"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("smsbnlyoifg") - .withValuePath("zjqthykcvo") - .withParameters(mapOf("wfzotkxx", new SwaggerCustomDynamicProperties(), "wwooxgbsdzcg", - new SwaggerCustomDynamicProperties(), "vypjhubdmgobxe", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("cqgzwvxwiuaoi") - .withBuiltInOperation("jklqrljdcukyla") - .withItemsPath("jiqoq") - .withItemValuePath("qhgphg") - .withItemTitlePath("wudgcyqruv") - .withParameters(mapOf("yddnqivah", new SwaggerCustomDynamicProperties(), "cqwnjz", - new SwaggerCustomDynamicProperties(), "bp", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("wsldigwouppvyd", - new SwaggerSchema().withRef("oedkspw") - .withType(SwaggerSchemaType.NULL) - .withTitle("ybqeigxuyx") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("u", new SwaggerSchema(), "khznfffnhcgna", new SwaggerSchema())) - .withAdditionalProperties("datarmrfqderkrgsdco") - .withRequired( - Arrays.asList("gqlwyqznbby", "poszfutgpby", "bnbcmoiqgtzpvqew", "lwzhxzuxerx")) - .withMaxProperties(516731329) - .withMinProperties(1729236754) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("qvvdkfpfjdajdqx") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datardjidc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "kikkqyvurhwishy", - new SwaggerSchema().withRef("svclr") - .withType(SwaggerSchemaType.STRING) - .withTitle("rppww") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dmtfxxepzpxzxlc", new SwaggerSchema(), "zfxaitiqmcjbsmk", - new SwaggerSchema())) - .withAdditionalProperties("datapqnip") - .withRequired(Arrays.asList("hkcomeobw")) - .withMaxProperties(1974379636) - .withMinProperties(357510479) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("lbfxlmxoz") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datauomtxj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "qu", - new SwaggerSchema().withRef("rzcqfevnkyakckte") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("sddjkkdedesua") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("cnxcxgx", new SwaggerSchema(), "mtcq", new SwaggerSchema())) - .withAdditionalProperties("datay") - .withRequired( - Arrays.asList("ixypavifjcz", "ohvpsuw", "chmxczbyfkoc", "mzdctsnlwscrngt")) - .withMaxProperties(1905366204) - .withMinProperties(2103257895) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("plksdksutacucti") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databvjh") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataphngr") - .withRequired(Arrays.asList("xoweorocr", "icgym", "gbq")) - .withMaxProperties(1354532098) - .withMinProperties(782687994) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("ijvwmrgcnzhrp") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("mbzquu") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hbtqyzy", new SwaggerSchema(), "g", new SwaggerSchema(), "mbky", - new SwaggerSchema(), "vxjdqosxzmdz", new SwaggerSchema())) - .withAdditionalProperties("databqfufke") - .withRequired(Arrays.asList("ki", "xh", "evmnk", "ghvsryjokv")) - .withMaxProperties(978129225) - .withMinProperties(1322797687) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xsv") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databpzgfgqpu") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("bbfpxxa") - .withType(SwaggerSchemaType.STRING) - .withTitle("ukgsn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xj", new SwaggerSchema())) - .withAdditionalProperties("datamaxcebnb") - .withRequired(Arrays.asList("kemqqerwqx", "jpvemdfkht", "uo")) - .withMaxProperties(1810756619) - .withMinProperties(956918246) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("e") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datae") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("bmnhtwofx") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("vyqnslbqrmlq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hj", new SwaggerSchema(), "qqrugwespscvs", new SwaggerSchema(), - "spt", new SwaggerSchema())) - .withAdditionalProperties("datawozfvza") - .withRequired(Arrays.asList("cv", "gx", "vwio", "hcmcgm")) - .withMaxProperties(1709318260) - .withMinProperties(1663244703) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("yiarzn") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapdlmajpuyxoafrmz") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("msiehedmmvoneeyr") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("tzayqw") - .withNamespace("igeblsp") - .withPrefix("d") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("jq", "dataeozbj", "ltssjdywbnklge", "dataizdnuehx"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ctsawvxcimpthjrm") - .withUri("zms") - .withExtensions(mapOf("fuysjhv", "datankn", "bwmrotgey", "datarllfswarm", "nxiajuvj", - "datayqnipehfwwcb"))) - .withExample("datafjisosfzlnraxnf") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xfh") - .withValuePath("ixgofqdqwsj") - .withParameters(mapOf("ntlydprpensbmzj", "datauvrqpbxdoicqp", "hbfexmizz", "dataitukoy", - "hduwdvolxtqmr", "dataxwjoqfzwand", "s", "datac"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("bkiumjf") - .withValuePath("xedrmr") - .withParameters(mapOf("vchvvoy", new SwaggerCustomDynamicProperties(), "o", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tnwzruzs") - .withBuiltInOperation("wxcsmx") - .withItemsPath("cappn") - .withItemValuePath("ebspciryomhkdw") - .withItemTitlePath("ed") - .withParameters(mapOf("kmzkw", new SwaggerCustomDynamicProperties(), "jjsqwhaefefv", - new SwaggerCustomDynamicProperties(), "kxdbnm", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("obuesdyvfx") - .withItemsPath("pfdfu") - .withItemValuePath("tw") - .withItemTitlePath("pse") - .withItemFullTitlePath("vytabvbbk") - .withItemIsParent("ewgs") - .withSelectableFilter("utbuvedwu") - .withParameters(mapOf("menxcqsxwc", new SwaggerCustomDynamicTreeParameter(), "ykc", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ekkbnj") - .withItemsPath("vmptedeue") - .withItemValuePath("hshnfiygpg") - .withItemTitlePath("kh") - .withItemFullTitlePath("ng") - .withItemIsParent("ql") - .withSelectableFilter("h") - .withParameters(mapOf("rdlpxiwwg", new SwaggerCustomDynamicTreeParameter(), - "cpvfpnrzikvoxloe", new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("gqrqkkvfy", new SwaggerSchema().withRef("ivxdifbwblijhp") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("goyxont") - .withItems(new SwaggerSchema().withRef("qrxrosuqrrldxfu") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("wxatktwjrppi") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("qvelrm", new SwaggerSchema(), "cizh", new SwaggerSchema(), - "ksbojklwj", new SwaggerSchema(), "zwyncwksm", new SwaggerSchema())) - .withAdditionalProperties("dataey") - .withRequired(Arrays.asList("bfnflytf")) - .withMaxProperties(697357665) - .withMinProperties(716310521) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("mi") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapwsnliyznghuqzg") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("rgavtfyzs", new SwaggerSchema(), "dfmzukryx", new SwaggerSchema())) - .withAdditionalProperties("datajvapeakfdmcedli") - .withRequired(Arrays.asList("kyoddoqkanqtrkic")) - .withMaxProperties(12923758) - .withMinProperties(429685593) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ndkrww") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ifqeqfsr") - .withNamespace("ckitlwgebylp") - .withPrefix("el") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("brdsypotnpkb", "datailnijhw", "btwgn", "datazpkodngvnqdjg", "vbqy", - "datadxuczl"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rirpi") - .withUri("vcqoq") - .withExtensions(mapOf("cpkkjlamyvwprj", "dataucqsdgbxcwtvmij", "nnlb", "dataaih", - "lzayjwdun", "dataxjppcbqetfzfppv", "wiuujxsujk", "datahmprkla"))) - .withExample("datagxeegxbnjnczepd") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("bfmdquy") - .withValuePath("escjxnav") - .withParameters(mapOf("efkzlxvco", "dataqbkxdtbfkihainz", "zuysajvvq", "datacgoeozlibcbnu", - "qjqjcajgofytkhhk", "datahonyonelivgtibt"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vkxeojtd") - .withValuePath("lglhelwruklfq") - .withParameters(mapOf("px", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ypbztga") - .withBuiltInOperation("jnskvct") - .withItemsPath("zimbwttmhl") - .withItemValuePath("ycyxrnwukfa") - .withItemTitlePath("pdwzjggkwdep") - .withParameters(mapOf("iayfiqiidxco", new SwaggerCustomDynamicProperties(), - "jvudyhgtrttcuayi", new SwaggerCustomDynamicProperties(), "ylnkmmxzifbqg", - new SwaggerCustomDynamicProperties(), "exo", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datauobpwainpgobothx") - .withRequired(Arrays.asList("hpnyjtuqgzyvex", "ch")) - .withMaxProperties(39740347) - .withMinProperties(956801148) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("uwh") - .withType(SwaggerSchemaType.NULL) - .withTitle("fiozttcbi") - .withItems(new SwaggerSchema().withRef("gkudsozodwjc") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("xryqycymzr") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dwzauzfdhe", new SwaggerSchema(), "dnyciwzk", new SwaggerSchema())) - .withAdditionalProperties("dataykqadfges") - .withRequired(Arrays.asList("habb")) - .withMaxProperties(911490521) - .withMinProperties(2128780473) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("sbg") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavqmxqsxofxqnki") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("oiobh", new SwaggerSchema(), "ebruptlsrvqz", new SwaggerSchema(), - "aqsos", new SwaggerSchema(), "njlvgrghnh", new SwaggerSchema())) - .withAdditionalProperties("dataxrqhj") - .withRequired(Arrays.asList("pesw", "nhqkgebzqz")) - .withMaxProperties(46454336) - .withMinProperties(524837030) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("j") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("naosxsxoxvimd") - .withNamespace("tqhdbitqsb") - .withPrefix("jsgomrih") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("fk", "databvqxgfy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dpbceh") - .withUri("dp") - .withExtensions(mapOf("npytporrvkxtf", "databo", "zjighd", "datatanetinqxdhnpjn", - "wvwetqffuxvfh", "datamltpmr"))) - .withExample("datahngqqxjbsotocl") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jydeatwxpxbxedh") - .withValuePath("boceksramqch") - .withParameters(mapOf("vhauimnntfkqp", "datafnlvvkswurxdq", "dqkzstzpzecdl", - "dataqcnbnwivlqcwyzh", "tuwcimtcaumv", "dataeirta", "nlofwuzebfq", - "dataudzpsjqrmlujmt"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("jbhzyenf") - .withValuePath("etxeudw") - .withParameters(mapOf("lckdoxocjcdevzp", new SwaggerCustomDynamicProperties(), "reortwwyj", - new SwaggerCustomDynamicProperties(), "gvrlhfxmrh", - new SwaggerCustomDynamicProperties(), "nnhbcjywkdywks", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uafanefictp") - .withBuiltInOperation("l") - .withItemsPath("ssjbzv") - .withItemValuePath("zw") - .withItemTitlePath("zuh") - .withParameters(mapOf("iac", new SwaggerCustomDynamicProperties(), "hfjdccjnyuvbtcu", - new SwaggerCustomDynamicProperties(), "jcgjtjkntomnl", - new SwaggerCustomDynamicProperties(), "thcdbszsbzr", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("d") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("rmbd") - .withItems(new SwaggerSchema().withRef("xavejo") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("kryzgavpl") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fiekkiskyyy", new SwaggerSchema(), "ek", new SwaggerSchema(), - "fffyshdawjlmlcuf", new SwaggerSchema())) - .withAdditionalProperties("datajiutfofhoajj") - .withRequired(Arrays.asList("yqyjnufzvl", "quyhbceev")) - .withMaxProperties(173874936) - .withMinProperties(488496226) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("qtvuxeujmdssijua") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapkcpws") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("tl", new SwaggerSchema(), "cltjhbcycgqa", new SwaggerSchema())) - .withAdditionalProperties("datasihxvtac") - .withRequired(Arrays.asList("opxpryxnsbubwhz", "qgugwl", "xahtqmmkdhwqc", "webagmfpkephu")) - .withMaxProperties(526065785) - .withMinProperties(200109004) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("keer") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("xpjpyillgnu") - .withNamespace("zfpffbuqxknvmcgm") - .withPrefix("zyojfch") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("ojuxil", "datazoksgqhb", "fldfljwt", "datazblkc", "tsflotumbm", - "datab"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tshfgmuxuqiag") - .withUri("oikuqirhsk") - .withExtensions(mapOf("zibrlr", "dataowkgvnlfueyx", "cfebpiucenbvrll", "datau", - "dzwilsxryi", "datadfkn"))) - .withExample("datazlwrduxntpfxxgj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wfctqveyfbkq") - .withValuePath("lzxem") - .withParameters(mapOf("ffgmcuanszeervg", "datapjckiehdmvfoyrxx", "bcqpfusekij", - "datagcsap", "kvorlfqm", "dataminenkbivpy"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wynbfvvc") - .withValuePath("urkmjufavvlnpbso") - .withParameters(mapOf("nklnmrz", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vrkkfcwxizkstxne") - .withBuiltInOperation("eipxutcbvri") - .withItemsPath("nfa") - .withItemValuePath("tvsayyaeiiv") - .withItemTitlePath("kqtjwrv") - .withParameters(mapOf("joqfxqe", new SwaggerCustomDynamicProperties(), - "xtdqiuspguzljvgj", new SwaggerCustomDynamicProperties(), "jzqjhljsazmjs", - new SwaggerCustomDynamicProperties(), "sfqqhcmecagsbf", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("jygllfkchhgsjuzz") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("mqcycabaamkkhd") - .withNamespace("mkxdujkxpuqz") - .withPrefix("oqywsuarpzhryh") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("jilbuazcco", "datayxb", "vjsknrbxz", "datahwivkd", "tv", "datapi"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qdqbvxqto") - .withUri("wbopvhcbtza") - .withExtensions(mapOf("eoc", "dataxcontickfkith", "ewpmioleaja", "datagvuqzgbjwvrudmp", - "jkscecmbaajdfw", "dataesgyzwph"))) - .withExample("datak") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("f") - .withValuePath("des") - .withParameters(mapOf("rr", "dataqtllbhjjpduibs"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eqrypyurvshhovtu") - .withValuePath("cp") - .withParameters(mapOf("otennd", new SwaggerCustomDynamicProperties().withOperationId("cxybtdzy") - .withValuePath("haoegjzgpljb") - .withParameters(mapOf("zsrazcbybic", new SwaggerCustomDynamicProperties(), "hxh", - new SwaggerCustomDynamicProperties(), "pua", new SwaggerCustomDynamicProperties(), - "asizzfmugykwuyc", new SwaggerCustomDynamicProperties())), - "tpyabensjflwp", new SwaggerCustomDynamicProperties().withOperationId("thdzitjzffph") - .withValuePath("wjqvs") - .withParameters(mapOf("onadez", new SwaggerCustomDynamicProperties(), "z", - new SwaggerCustomDynamicProperties(), "vfybxmmrvnuvqk", - new SwaggerCustomDynamicProperties(), "rsguogkcbr", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vqtmvifgcvsi") - .withBuiltInOperation("lbmti") - .withItemsPath("gosnxajptcdfmzxa") - .withItemValuePath("lhm") - .withItemTitlePath("cnnlsbnucqxhp") - .withParameters(mapOf("qrykkxakruupti", new SwaggerCustomDynamicProperties().withOperationId( - "bvejo") - .withValuePath("oxovlz") - .withParameters(mapOf("eldkqdlqqhn", new SwaggerCustomDynamicProperties())), "udynohocqx", - new SwaggerCustomDynamicProperties().withOperationId("gvpzgy") - .withValuePath("cnpxiema") - .withParameters(mapOf("tjekxsnnb", new SwaggerCustomDynamicProperties(), "ysgkt", - new SwaggerCustomDynamicProperties(), "mocnqbbl", - new SwaggerCustomDynamicProperties(), "tbofzghfuifw", - new SwaggerCustomDynamicProperties())), - "egclmexafjqzy", new SwaggerCustomDynamicProperties().withOperationId("jxug") - .withValuePath("rrfbplvhmhuros") - .withParameters(mapOf("zbdmddghqe", new SwaggerCustomDynamicProperties(), "y", - new SwaggerCustomDynamicProperties(), "orservpvesors", - new SwaggerCustomDynamicProperties())), - "yfyixecmasjnfgng", new SwaggerCustomDynamicProperties().withOperationId("ydyvt") - .withValuePath("virlunsskydi") - .withParameters(mapOf("jx", new SwaggerCustomDynamicProperties(), "ocsvjekejchxzj", - new SwaggerCustomDynamicProperties(), "cwuzs", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xbfckmoal") - .withItemsPath("x") - .withItemValuePath("xtxuzhvojyffwflb") - .withItemTitlePath("cdzuiygtcyzc") - .withItemFullTitlePath("fpubaldjc") - .withItemIsParent("dryvlrlkbhzirmx") - .withSelectableFilter("ujbfomfboz") - .withParameters(mapOf("xefppq", new SwaggerCustomDynamicTreeParameter(), "wdnnjjthpsnxebyc", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ohxu") - .withItemsPath("n") - .withItemValuePath("sebcxno") - .withItemTitlePath("pdyzssjlmykdy") - .withItemFullTitlePath("vgspjlfzhjngwqx") - .withItemIsParent("bcrgyoim") - .withSelectableFilter("szzcctvk") - .withParameters(mapOf("htvagwnnw", new SwaggerCustomDynamicTreeParameter(), "nv", - new SwaggerCustomDynamicTreeParameter())))), - "umqeobrwreu", new SwaggerSchema().withRef("knkxi") - .withType(SwaggerSchemaType.NULL) - .withTitle("rjlqdoqeje") - .withItems(new SwaggerSchema().withRef("lhuhdkubgyw") - .withType(SwaggerSchemaType.NULL) - .withTitle("lpdyehj") - .withItems(new SwaggerSchema().withRef("flvx") - .withType(SwaggerSchemaType.FILE) - .withTitle("yw") - .withItems(new SwaggerSchema().withRef("uhzmolhveolng") - .withType(SwaggerSchemaType.FILE) - .withTitle("wdxqupymlhkl") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("zmqyn", new SwaggerSchema())) - .withAdditionalProperties("datatrnwqgqrbthbfpi") - .withRequired(Arrays.asList("jo", "ogwfvkywz", "qeiaddp")) - .withMaxProperties(1489155242) - .withMinProperties(561021831) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("cnuti") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanzbqvioynctfq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("aaaiaib", new SwaggerSchema(), "vavlyaqtlocnwme", - new SwaggerSchema(), "zvzuzqc", new SwaggerSchema(), "lko", new SwaggerSchema())) - .withAdditionalProperties("databzgy") - .withRequired(Arrays.asList("f")) - .withMaxProperties(1275177527) - .withMinProperties(964798649) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mhnozfby") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("osladagwaakktbj") - .withNamespace("tztkajqhsnse") - .withPrefix("lislxyljzbkd") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("awzzkvfccozvqxsp", "datavtkjctvrp", "ytgcpt", "datatraitrmsukxt", - "kmemfvrcc", "datatxpoegy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fkfvyj") - .withUri("mwrv") - .withExtensions(mapOf("vvpaysqwhzdcyand", "datapjylxtebvsewf"))) - .withExample("datak") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pvdfmoqqc") - .withValuePath("vxuos") - .withParameters(mapOf("pjpjmsbzzjsnyf", "dataf"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("jz") - .withValuePath("kkiub") - .withParameters(mapOf("it", new SwaggerCustomDynamicProperties(), "lrglhxsoang", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("nhogse") - .withBuiltInOperation("enegg") - .withItemsPath("tyzpxlitwkejm") - .withItemValuePath("mudupehskvsdfv") - .withItemTitlePath("ypezammpk") - .withParameters(mapOf("npeukgnmfakeqnit", new SwaggerCustomDynamicProperties(), - "omlcsvkt", new SwaggerCustomDynamicProperties(), "psrowshvf", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("ure", - new SwaggerSchema().withRef("vdyqabjropxfqdm") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("yjyuwqlzw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("h", new SwaggerSchema(), "iri", new SwaggerSchema(), - "amqtrhqdoxdegacd", new SwaggerSchema())) - .withAdditionalProperties("datapk") - .withRequired(Arrays.asList("obp")) - .withMaxProperties(1596517006) - .withMinProperties(647222436) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("q") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datalirqqcls") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "vo", - new SwaggerSchema().withRef("i") - .withType(SwaggerSchemaType.FILE) - .withTitle("lioklsuffp") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("c", new SwaggerSchema())) - .withAdditionalProperties("datafytbltyt") - .withRequired(Arrays.asList("bgcesfddfclm", "wurofofkb", "jzzwweoblb")) - .withMaxProperties(68808694) - .withMinProperties(1182253434) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("cnkfsogvyox") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataepgbbzd") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataddpwmgw") - .withRequired(Arrays.asList("kfjvqglaxsei", "vvvgyphheovejk")) - .withMaxProperties(1383484285) - .withMinProperties(1044463612) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("thrtzpuv") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("grqefnq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ouurmu", new SwaggerSchema(), "embqqiehdhjofy", - new SwaggerSchema(), "wnaxoxl", new SwaggerSchema(), "rx", new SwaggerSchema())) - .withAdditionalProperties("datalqcxut") - .withRequired(Arrays.asList("aglyyhrgmabspmlu", "yju", "kedputocrb")) - .withMaxProperties(1545684337) - .withMinProperties(1524864113) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("gc") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datar") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("mljzksqimybqjvfi") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("aqpvhszopeuku") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("bsskgqjemosq", new SwaggerSchema(), "fsjbpwjwz", - new SwaggerSchema(), "gipdzym", new SwaggerSchema())) - .withAdditionalProperties("datahxfpzc") - .withRequired(Arrays.asList("qhadxjvvlyibweu")) - .withMaxProperties(2080003032) - .withMinProperties(646065303) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("coqxtvytzqlyldj") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataazzs") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("brlbozlt") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("bibtkeiecupmwx") - .withNamespace("okrlnrpeylfiiuld") - .withPrefix("iqlnh") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("xrmeatrtcqyfj", "datanknsgvx", "hqyoyt", "dataifbmojt", - "mbhukdfpknvk", "datacoufk", "dhzjlrkn", "datavozjezchme"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fxmuqeq") - .withUri("qphfvsftsstw") - .withExtensions(mapOf("z", "datacachdtezgfctu", "u", "datawqrzvuxnxauohsh", "hypngo", - "datatdbvmj"))) - .withExample("datadxvrivptbczs") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ukekytk") - .withValuePath("tvmaatvogpyceinh") - .withParameters(mapOf("yplskhwfjud", "databdxs", "ez", "datapbqp", "dyzaciasfzrgu", - "dataggdpftfcbrtsrdpl"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yvsbfsinvabdjul") - .withValuePath("xotudamkiyao") - .withParameters(mapOf("ulzugifgspxl", new SwaggerCustomDynamicProperties(), - "lnocscygimizlu", new SwaggerCustomDynamicProperties(), "jbwmgksrlmsppp", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("z") - .withBuiltInOperation("jtryjskdiylgzzuq") - .withItemsPath("psybqo") - .withItemValuePath("vmxwbohxdhkoe") - .withItemTitlePath("rhgnakajwscmneev") - .withParameters(mapOf("qeumz", new SwaggerCustomDynamicProperties(), "yhmgq", - new SwaggerCustomDynamicProperties(), "eivjqutxr", new SwaggerCustomDynamicProperties(), - "gbzgfhzdzahktxv", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("otbkjwhztpx") - .withItemsPath("twk") - .withItemValuePath("dpay") - .withItemTitlePath("pqiwuzr") - .withItemFullTitlePath("ztjfkgbtqqj") - .withItemIsParent("synn") - .withSelectableFilter("ion") - .withParameters(mapOf("dheos", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("fudmpfhwyp") - .withItemsPath("tjtntc") - .withItemValuePath("pdbbgl") - .withItemTitlePath("cctokfspvj") - .withItemFullTitlePath("spkvrmp") - .withItemIsParent("typtwjw") - .withSelectableFilter("yeohgmcmdjmv") - .withParameters(mapOf("fnug", new SwaggerCustomDynamicTreeParameter(), "lv", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties( - mapOf( - "tfzptrcdz", new SwaggerSchema().withRef("ox") - .withType(SwaggerSchemaType.NULL) - .withTitle("vueprpmofxnwcgz") - .withItems(new SwaggerSchema().withRef("ixt") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("jsehbknnrnk") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("wpcb", new SwaggerSchema(), "ogzehczbniv", new SwaggerSchema())) - .withAdditionalProperties("datahsxvppkjeal") - .withRequired(Arrays.asList("ewhotvbmyzuqfdq", "ktrjtoqszh", "qn", "jndkvzmx")) - .withMaxProperties(237146687) - .withMinProperties(863769617) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("nkqyipgkm") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datadz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("rfzjlflzagvdavab", new SwaggerSchema(), "iefcorzbida", - new SwaggerSchema(), "beznicew", new SwaggerSchema(), "fajw", new SwaggerSchema())) - .withAdditionalProperties("datalciobbpw") - .withRequired(Arrays.asList("zeqxuecuuuexsmn", "eevf", "axfezraqsdd", "odkgxqfkyrxgmz")) - .withMaxProperties(2088426608) - .withMinProperties(143936386) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("sspfegaoksd") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("jfyukl") - .withNamespace("el") - .withPrefix("pyqbwhue") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("rvqrwwbdrwroqk", "datagmhpavsfg", "kyu", "datajnzpqhqqsa", - "vgeytlplslfcved", "datafameaasjqenhekza", "jocrhnxzmfvmw", "datasuowtolkyqf"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tcsraw") - .withUri("yxfshmby") - .withExtensions(mapOf("sodtevzshqyke", "datawnbu", "vqdmhcejstfsm", - "datampshaezcldkckrn"))) - .withExample("datajakgk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("soq") - .withValuePath("xwdjoxwkb") - .withParameters(mapOf("lfhn", "dataobvcnsbioez", "t", "dataz"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "yugtkxncwdy") - .withValuePath("lrlcm") - .withParameters(mapOf("jywwwvnhw", new SwaggerCustomDynamicProperties(), - "krmqevrhhafqf", new SwaggerCustomDynamicProperties(), "dfyziruqvgnjxi", - new SwaggerCustomDynamicProperties(), "kgyjmzbm", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("kyluyug") - .withBuiltInOperation("rdcvoloxtvqc") - .withItemsPath("ryhmmglv") - .withItemValuePath("enkpsvokkya") - .withItemTitlePath("xvcptfgfbhnkxa") - .withParameters(mapOf("afegazhlrdx", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "erwhemvids", new SwaggerSchema().withRef("rtffvpkdxcy") - .withType(SwaggerSchemaType.FILE) - .withTitle("bqvprawvoqatd") - .withItems(new SwaggerSchema().withRef("ldpmecsmxfz") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("m") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("kpgwgssd", new SwaggerSchema())) - .withAdditionalProperties("dataupirnbnlqyvd") - .withRequired(Arrays.asList("kjwd")) - .withMaxProperties(1204047447) - .withMinProperties(1375716385) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("drquxrxh") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("mrrhyjxcqcacz", new SwaggerSchema(), "vwae", new SwaggerSchema())) - .withAdditionalProperties("datatqjqyfyd") - .withRequired(Arrays.asList("ysl", "yfybdsvkll", "zhsh", "kbchcazkgdjthprg")) - .withMaxProperties(567232425) - .withMinProperties(1513409703) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("urmrfyyqj") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("qrsdd") - .withNamespace("qddldao") - .withPrefix("fztqewq") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("zzw", "dataht", "trgu", "dataocygoyineuaxpmez", - "oyxfoafzdypzlx", "datalw", "jzqx", "datamndhgwhlbpju"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("itnwlyhbujysv") - .withUri("yy") - .withExtensions(mapOf("nnr", "datahatmabtpgnqtj", "hciga", "dataew", "qxzxtert", - "datahmdfspkdn"))) - .withExample("datarrwsci") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "ienvtolzjyfkryx") - .withValuePath("haknklthqwppv") - .withParameters(mapOf("vpvdrohulobk", "datamw", "vxjua", "datab", "obmkphvdlorxz", - "datavxznirnygtixkg", "udcltf", "dataqdi"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("il") - .withValuePath("mw") - .withParameters(mapOf("h", new SwaggerCustomDynamicProperties(), "dopjs", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bw") - .withBuiltInOperation("i") - .withItemsPath("mibnm") - .withItemValuePath("idipwt") - .withItemTitlePath("wmzh") - .withParameters(mapOf("loqavst", new SwaggerCustomDynamicProperties(), - "zavkyjjludnmbj", new SwaggerCustomDynamicProperties(), "bngzldvvd", - new SwaggerCustomDynamicProperties(), "optythctoxo", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "usx", new SwaggerSchema().withRef("f") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("gus") - .withItems(new SwaggerSchema().withRef("omeqg") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("spsog") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("jsbaqxaxtuxir", new SwaggerSchema(), "pbiichlygkv", new SwaggerSchema())) - .withAdditionalProperties("dataxwonkrnizdxywab") - .withRequired(Arrays.asList("ni", "aptgvnaqyjukka", "nnewltonopffem")) - .withMaxProperties(1176586209) - .withMinProperties(72816943) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("abh") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("qz", new SwaggerSchema())) - .withAdditionalProperties("dataspa") - .withRequired(Arrays.asList("slqeronz")) - .withMaxProperties(430075388) - .withMinProperties(393194588) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("wd") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("avouymkd") - .withNamespace("qxlv") - .withPrefix("fdkaxgbiwpgop") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("gjmpd", "datamrrmtr", "juzmu", "datarjzwawpewajccs"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ickzovguzprpxhhb") - .withUri("gzxkopqlrzhtocjz") - .withExtensions(mapOf("jwgiitvjcmimbmsw", "dataexuvatzwn", "qr", - "datakbbbjoypplod"))) - .withExample("datapozffsobggv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ax") - .withValuePath("brtvtgolmlplgtla") - .withParameters(mapOf("aobqnjc", "datahxjvoysxaqqjhdfh", "qwssyd", "databozvc", - "ywo", "datawrybi", "yocpkvltjfdzfmnp", "datajnjuvtzijrdlxba"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("c") - .withValuePath("jxnnnoz") - .withParameters(mapOf("vdtuoamqobqeh", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("htisyzfeoctr") - .withBuiltInOperation("wn") - .withItemsPath("ckze") - .withItemValuePath("bvwdxgyypmxq") - .withItemTitlePath("mlnxrca") - .withParameters(mapOf("hskegdkv", new SwaggerCustomDynamicProperties(), - "iilyeshoxfzzj", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datagozwplxzgzumno") - .withRequired(Arrays.asList("xkkbygbgiqkwys", "ybbnhttyizonzsur", "co")) - .withMaxProperties(2145885433) - .withMinProperties(2053256750) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("carciu") - .withType(SwaggerSchemaType.FILE) - .withTitle("pdthjfv") - .withItems(new SwaggerSchema().withRef("sgnspu") - .withType(SwaggerSchemaType.STRING) - .withTitle("f") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fssjgbfbbachxx", new SwaggerSchema(), "zzunfnbphceei", - new SwaggerSchema(), "kbuxlepghcnuqhq", new SwaggerSchema())) - .withAdditionalProperties("datat") - .withRequired(Arrays.asList("fscl", "ga")) - .withMaxProperties(497550116) - .withMinProperties(1084262999) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("tnhdnihu") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawgbzdtorbi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("tsucrxdtejobjz", new SwaggerSchema(), "lwtidcnz", new SwaggerSchema(), - "lgmpupj", new SwaggerSchema(), "ltyl", new SwaggerSchema())) - .withAdditionalProperties("dataudvbgvz") - .withRequired(Arrays.asList("sbkpcutzaziydpo", "nseaimbdqraokd")) - .withMaxProperties(1871424134) - .withMinProperties(149919369) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("alqwzkn") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("svclfjycl") - .withNamespace("ldlfflleirmtx") - .withPrefix("pfildcg") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("tgngwnxjftecg", "datapgcryvidbzdylbvj", "dq", "datarzsqm", "t", - "dataakzbyqha"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("yxuuc") - .withUri("usyrux") - .withExtensions(mapOf("vmgsbpgmncrv", "datahlh", "oromppzsauqmeu", "datapi", - "ugoceqtlyspjym", "dataplfcmpua"))) - .withExample("dataccurn") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("akgixhqjq") - .withValuePath("qwbbxiwtwfgo") - .withParameters(mapOf("ydsyweohlmts", "datalvemnnzugabk", "s", "datavonvbftswcdop"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vdticcaf") - .withValuePath("zwkopxd") - .withParameters(mapOf("woqhgppwxn", new SwaggerCustomDynamicProperties(), "kfzrxxf", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vqzjnnuwwvjzr") - .withBuiltInOperation("ajt") - .withItemsPath("qjkbkjc") - .withItemValuePath("xrj") - .withItemTitlePath("zrieitqmlzuw") - .withParameters(mapOf("zqajxkmpe", new SwaggerCustomDynamicProperties(), "f", - new SwaggerCustomDynamicProperties(), "lgeehbdjgplnlxr", - new SwaggerCustomDynamicProperties(), "eszunb", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("buk") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("z") - .withNamespace("obvveq") - .withPrefix("yt") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("cdsysxnk", "databj", "nkkgdw", "datahvhnlsevzcrr", "msaqhviawgqrwu", - "dataymxsfqeaxdqelu", "gpbcbkcpympd", "datavvzfzn"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("asklkqclnf") - .withUri("rgnoskkhbmjphlyy") - .withExtensions(mapOf("cpckxjnohafwm", "datavyeikbvqzrurgbqa"))) - .withExample("datagjlyxtugpea") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wxfamtxccfegsavb") - .withValuePath("oucvkandh") - .withParameters(mapOf("gdmfvybfmpot", "datamazkmqfw"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("pfigrxxtrcodb") - .withValuePath("ogldmxxb") - .withParameters(mapOf("gxtaelx", new SwaggerCustomDynamicProperties().withOperationId( - "vamsxrwq") - .withValuePath("dflg") - .withParameters(mapOf("lzeqzvdbbof", new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("cyatbxd") - .withBuiltInOperation("vy") - .withItemsPath("kmxv") - .withItemValuePath("shnugfbpeigkf") - .withItemTitlePath("ovriqtuzwbkqcgz") - .withParameters(mapOf("zyjbuwuuusyd", new SwaggerCustomDynamicProperties().withOperationId("jh") - .withValuePath("arptxu") - .withParameters(mapOf("oyyumhzps", new SwaggerCustomDynamicProperties(), "oc", - new SwaggerCustomDynamicProperties(), "acvt", new SwaggerCustomDynamicProperties(), - "yhpbiln", new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("oxpqgqs") - .withItemsPath("clefeombodvdgf") - .withItemValuePath("kqsjymcfvvzceuyu") - .withItemTitlePath("tc") - .withItemFullTitlePath("nbpkfnxrlncmlzvv") - .withItemIsParent("esfhqsacjqz") - .withSelectableFilter("vfwcbawapndm") - .withParameters(mapOf("mkmzvag", new SwaggerCustomDynamicTreeParameter(), "xfblsxyfq", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("d") - .withItemsPath("llefmizdcsrv") - .withItemValuePath("nasgfyxhsx") - .withItemTitlePath("q") - .withItemFullTitlePath("xbpq") - .withItemIsParent("xskehojvmazuflf") - .withSelectableFilter("uufhpdncokqrg") - .withParameters(mapOf("h", new SwaggerCustomDynamicTreeParameter(), "nimjlyhbjfnmmib", - new SwaggerCustomDynamicTreeParameter(), "wcduyrgcay", - new SwaggerCustomDynamicTreeParameter())))), - "cuwrfgpjfv", new SwaggerSchema().withRef("sawha") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("qzmfkiaag") - .withItems( - new SwaggerSchema().withRef("xjkc") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("ubrfk") - .withItems( - new SwaggerSchema().withRef("xnwtzsr") - .withType(SwaggerSchemaType.NULL) - .withTitle("rjvcjskqsf") - .withItems( - new SwaggerSchema().withRef("wapdunhdikatzmtu") - .withType(SwaggerSchemaType.STRING) - .withTitle("itjkbibxlwzlvkc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("aunlodincf", new SwaggerSchema(), "aoboiahk", - new SwaggerSchema(), "psvax", new SwaggerSchema(), "ksaxyeedvpmodkt", - new SwaggerSchema())) - .withAdditionalProperties("datatydvvgkmorbpc") - .withRequired(Arrays.asList("fyvuztnsv", "shkkgygfohrmehh", "clpkr")) - .withMaxProperties(921104558) - .withMinProperties(1641211106) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("iutivr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamrmgftjvii") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("hhfh", new SwaggerSchema(), "nsjxwfogb", new SwaggerSchema(), - "uylyumbweprlnuo", new SwaggerSchema(), "sxhdkhm", new SwaggerSchema())) - .withAdditionalProperties("datax") - .withRequired(Arrays.asList("apesnbyoullyfz", "nxrmxxjv", "batjgzkm")) - .withMaxProperties(130490659) - .withMinProperties(231702639) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("fmdjsiomm") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("ulxrcbdnpfcg") - .withNamespace("ttowqx") - .withPrefix("pbzxpzl") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("zpkfeo", "dataywtcvz", "lqeyisgq", "dataotqu", - "dpfvlsqmmetwtla", "datazk", "nuvhgcgrllyyfsm", "datankjtefbd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xh") - .withUri("hm") - .withExtensions(mapOf("ykg", "datazhuug"))) - .withExample("datakwvbqcawwa") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nyotgnmze") - .withValuePath("reluedcmkryhhee") - .withParameters(mapOf("djklfsdntk", "datahllxwknoo", "lhmkspybnnn", - "dataiymmddslwnlgj", "katupmrslwknrdv", "datapqdnn"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("jerndzzywxqraqx") - .withValuePath("deetnnefputl") - .withParameters(mapOf("uxjmrzsxwasfwqj", new SwaggerCustomDynamicProperties(), - "ybmfqdnppfcfguam", new SwaggerCustomDynamicProperties(), "vamuvkgd", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bblukgctvn") - .withBuiltInOperation("jvsyydjlhdukc") - .withItemsPath("vyeegx") - .withItemValuePath("loj") - .withItemTitlePath("mfjdymeqvnxpfyx") - .withParameters(mapOf("pnonxem", new SwaggerCustomDynamicProperties(), "qpzhna", - new SwaggerCustomDynamicProperties(), "wvgcmcvdjlwwef", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("jdsqephtoshqt", new SwaggerSchema().withRef("pmjcoy") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("kzuhkshxjkckwbq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("mmkwahrooy", new SwaggerSchema(), "hob", new SwaggerSchema())) - .withAdditionalProperties("datayuepaco") - .withRequired(Arrays.asList("hextigukf")) - .withMaxProperties(299455862) - .withMinProperties(1698425117) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mbnpeenlq") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datab") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datarjwgujr") - .withRequired(Arrays.asList("a", "ypyqoizfyasydd", "bwscjwyye")) - .withMaxProperties(1553525013) - .withMinProperties(1440138659) - .withAllOf(Arrays.asList(new SwaggerSchema() - .withRef("eowctshwfrhhas") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("uznwwum") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("cilbwtpwbjlpfwuq", new SwaggerSchema())) - .withAdditionalProperties("datapdgitenyuksl") - .withRequired(Arrays.asList("pnxghamrplanchqo", "mmxlmxejwy")) - .withMaxProperties(217448938) - .withMinProperties(1501533518) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("uekbbypqsmp") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataiuxhjuwn") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("gkjjpcpi") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("xvtajfjato") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("kurdgcpzan", new SwaggerSchema(), "qvengn", new SwaggerSchema(), - "uelrnanbrpkocu", new SwaggerSchema(), "fbageg", new SwaggerSchema())) - .withAdditionalProperties("datajltckiwxggfagi") - .withRequired(Arrays.asList("dboefnhxha", "u", "einvzsodm", "krqdbsgkqy")) - .withMaxProperties(1894069912) - .withMinProperties(2091927878) - .withAllOf( - Arrays.asList( - new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("xhyzzlocjhzppd") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databofprsmivapesb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("wsfvtghqx") - .withType(SwaggerSchemaType.NULL) - .withTitle("mfcleuovelvs") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jtez", new SwaggerSchema(), "jtoudode", new SwaggerSchema(), - "wmv", new SwaggerSchema())) - .withAdditionalProperties("datarjciexuwemtgtg") - .withRequired(Arrays.asList("mm", "gsks", "bsxehaxicjojxol")) - .withMaxProperties(1960586318) - .withMinProperties(916710614) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ptbhm") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databnatlnch") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("tdzzvhbujkah") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("wojdzccq") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("bfb", new SwaggerSchema(), "diicdzfbve", new SwaggerSchema())) - .withAdditionalProperties("datavnhhmfsnqpvjtshl") - .withRequired(Arrays.asList("sksd", "mhwt", "yppwfbwoet", "izrf")) - .withMaxProperties(1046336870) - .withMinProperties(1470988882) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ngaypxsazbxsn") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafstmprvgrandzk") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("lqboomzgmrolhsf") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("vevwxmnbw") - .withNamespace("a") - .withPrefix("gnpyhtuhalpq") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("kqjarlazbtgtzpca", "dataexznpny", "xuupczegqnaidvs", - "datarmzoujfgt", "knpbq", "datavgyoggkztzttj", "aqeizp", "datazkuobclob"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lyugpnn") - .withUri("jmkffeonmnvmu") - .withExtensions(mapOf("liytdegcrun", "dataqywlpx", "irhyvsyuvriemor", "datakilxstek", - "kltrvgioguoxc", "datazffi"))) - .withExample("dataqo") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("mjogxgr") - .withValuePath("yciwbnqinr") - .withParameters(mapOf("jrdi", "datavmr", "cjggcmpncjqbgbno", "dataoxqswsych"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("wvf") - .withValuePath("ytzgwjekyqirv") - .withParameters(mapOf("lnvgpppdilbdvx", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lz") - .withBuiltInOperation("apspxwwblscrm") - .withItemsPath("uuzywkgouxnroyh") - .withItemValuePath("esywywnvgy") - .withItemTitlePath("c") - .withParameters(mapOf("zcwuejmxlfzl", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("hrau") - .withItemsPath("ovlx") - .withItemValuePath("vm") - .withItemTitlePath("pniqwxmrgmnkgtlh") - .withItemFullTitlePath("razk") - .withItemIsParent("iy") - .withSelectableFilter("znvzmsv") - .withParameters(mapOf("heqzhehgvmm", new SwaggerCustomDynamicTreeParameter(), - "oyzgnbnypluz", new SwaggerCustomDynamicTreeParameter(), "pkfcdfu", - new SwaggerCustomDynamicTreeParameter(), "ilzvxotno", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("cdvhyefqhxyts") - .withItemsPath("bwcacwaaqakv") - .withItemValuePath("y") - .withItemTitlePath("xra") - .withItemFullTitlePath("lreq") - .withItemIsParent("cmmdtshz") - .withSelectableFilter("xucznb") - .withParameters(mapOf("wrcyrn", new SwaggerCustomDynamicTreeParameter(), "jwkow", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("ulpuexyigxztye", new SwaggerSchema().withRef("kag") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("mnaphrskmpeajzzy") - .withItems(new SwaggerSchema().withRef("amzmzfnt") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("ftxyt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("j", new SwaggerSchema())) - .withAdditionalProperties("datajlijkk") - .withRequired(Arrays.asList("aehjjirvjq", "av", "mdmracfsffdralih", "sscygyzhcvlavyrj")) - .withMaxProperties(225172171) - .withMinProperties(459738183) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vti") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datau") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("utwe", new SwaggerSchema())) - .withAdditionalProperties("datagivkteccxfnatntm") - .withRequired(Arrays.asList("bqpmfhjik", "cnbdq", "tghnmelzvrchm", "ucgrmwyv")) - .withMaxProperties(1515256531) - .withMinProperties(441039637) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("qqgrbrhhvipgti") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("lwhf") - .withNamespace("bweasgypjixd") - .withPrefix("badydwqeuwdvcl") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("ixrgsrw", "datanzi", "osijiq", "dataxqkwargcbgd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wqykmvugflh") - .withUri("oxu") - .withExtensions(mapOf("xh", "datannkvthwtamvmbgy", "vbeqzjdwx", "datamuhkezuucqicocd", - "ytlxugjr", "datautpdwneec"))) - .withExample("datanffaofkvfruxzkfb") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zo") - .withValuePath("tvymdqaymqmyrn") - .withParameters(mapOf("jdgfkr", "databqkfnoxhvo", "uguv", "datasjrvpakxrdeexwe"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ohpzurnzoytkbea") - .withValuePath("fenroz") - .withParameters(mapOf("oxcbpkiwseac", new SwaggerCustomDynamicProperties(), "tax", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("anhsxwh") - .withBuiltInOperation("ztdacrqcwkk") - .withItemsPath("ysyajmm") - .withItemValuePath("updc") - .withItemTitlePath("rufs") - .withParameters(mapOf("uxkdiumgsivxw", new SwaggerCustomDynamicProperties(), "scwbshf", - new SwaggerCustomDynamicProperties(), "hvlms", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "a", - new SwaggerSchema().withRef("d") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("gnndefyh") - .withItems(new SwaggerSchema().withRef("hwlvsvs") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("prqtfk") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("kpmonxdwfcuh", new SwaggerSchema())) - .withAdditionalProperties("dataftfvqukkmvzeneg") - .withRequired(Arrays.asList("rjylw", "qsem")) - .withMaxProperties(1001052303) - .withMinProperties(811148827) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ehztbejrdzwy") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawufifnj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("f", new SwaggerSchema())) - .withAdditionalProperties("datamcyk") - .withRequired(Arrays.asList("smkb", "dnrihp", "axhcbeejnoign", "dlk")) - .withMaxProperties(1298069838) - .withMinProperties(2031973021) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mhkipjardv") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("dxmi") - .withNamespace("lnpbiec") - .withPrefix("nddvjlpbj") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("hypbrzwiypz", "datajvaycxrwknsb", "gv", "datayhkecebt", "wq", - "datatbsusfd", "ff", "dataqcowkendgrc"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("qnugtcuyuwgnyjdi") - .withUri("ticwmlf") - .withExtensions(mapOf("jkuf", "dataibfmcoxbktu", "obbaibcfbfy", "datavvdgnmeiom"))) - .withExample("dataaisf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("rkmgifmyzbuhdnhh") - .withValuePath("ts") - .withParameters( - mapOf("qfpzjz", "databdponhblqivcn", "wqesqsqmiekxip", "databpcwtwtrchkcmru"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("h") - .withValuePath("tykkvjjlba") - .withParameters(mapOf("rzyqokbgumuejx", new SwaggerCustomDynamicProperties(), - "pxxizchmbuzgi", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("jkngzfs") - .withBuiltInOperation("aybh") - .withItemsPath("lsbufnhbvcntpoee") - .withItemValuePath("rsljzmzuicsgg") - .withItemTitlePath("znbppmk") - .withParameters(mapOf("lbbnjld", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datafwl") - .withRequired(Arrays.asList("tvkyahfoyfzoidy", "eprevcjukfal", "ceechc", "yvqbeqp")) - .withMaxProperties(663182449) - .withMinProperties(596323744) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("fhicrjri") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("ydrlqllbof") - .withItems(new SwaggerSchema().withRef("ocyb") - .withType(SwaggerSchemaType.STRING) - .withTitle("ikn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("seiqbroqjfeamzku", new SwaggerSchema(), "dgp", new SwaggerSchema())) - .withAdditionalProperties("datago") - .withRequired(Arrays.asList("nvnj", "ldrqqv", "ugusqlx")) - .withMaxProperties(1931118511) - .withMinProperties(1080154458) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("lnvqacbyfis") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datauyypaggpaiheaeyz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("ymipvlxty", new SwaggerSchema(), "ukhjd", new SwaggerSchema(), "pllitx", - new SwaggerSchema())) - .withAdditionalProperties("datagkw") - .withRequired(Arrays.asList("yhq", "ivxcodwkwoytcach", "sizfuewlf", "fiikqcdnzsfiu")) - .withMaxProperties(809125241) - .withMinProperties(772132645) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("crxlyzoahovu") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("jjwnbrm") - .withNamespace("tbrnl") - .withPrefix("iaani") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("pphcstmryc", "datac", "inlpxngzzxqbgqn", "dataanapfaoiz"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ctbxzj") - .withUri("ifpucv") - .withExtensions(mapOf("e", "datazwbsk", "qmbinpxmiwt", "datafz"))) - .withExample("dataifpvrdukcdnzo") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xtwgbawshram") - .withValuePath("ugqcglmadfztof") - .withParameters(mapOf("wayfmcerfxf", "datalauua", "thzw", "dataiqba", "o", "dataipssv"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("cqcjozzjku") - .withValuePath("dqqbt") - .withParameters(mapOf("ocuzxllbpwa", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ettohgpzwxyvtkzb") - .withBuiltInOperation("zxpus") - .withItemsPath("mwnfhm") - .withItemValuePath("suqnk") - .withItemTitlePath("hvlxudheka") - .withParameters(mapOf("rmid", new SwaggerCustomDynamicProperties(), "vhjcgszfb", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("lfoj") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("mveybodhrv") - .withNamespace("duumw") - .withPrefix("umjvegpdxtsaujt") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("lkwk", "datalqoxuptsliiv", "ekfxcs", "datalinvamtykxsz", "ktkdpcz", - "datamzdo", "kedaxkuyorfj", "dataohplrgcnbvmhvq"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("odaweo") - .withUri("vfyihuzsbpwn") - .withExtensions(mapOf("ooagrlw", "datacypazwiimdlzg", "qadewhuwxk", "dataamesit", "naif", - "dataxiatfam", "zwhomydxgtuqbv", "datalxccprkiyf"))) - .withExample("datauzihirqvvketydga") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("sgvqxerxrmh") - .withValuePath("aqgbb") - .withParameters(mapOf("titlqy", "dataihylrxsiyzsyiu", "pkayqivbig", "datafvernnk", "ztgnmuxppw", - "datarqgzetbo", "rmtgwhzbbdwrjen", "datacfm"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eiiewibdtpl") - .withValuePath("nmajokbxxc") - .withParameters(mapOf("hrnaxkc", - new SwaggerCustomDynamicProperties().withOperationId("jwtkftgzl") - .withValuePath("epmewsjpgbmlbx") - .withParameters(mapOf("vtepvrunudmakk", new SwaggerCustomDynamicProperties())), - "q", - new SwaggerCustomDynamicProperties().withOperationId("wohdige") - .withValuePath("ocft") - .withParameters(mapOf("odwqbaktvxerowu", new SwaggerCustomDynamicProperties(), - "vrnnbegrafeo", new SwaggerCustomDynamicProperties(), "mtojxgdof", - new SwaggerCustomDynamicProperties(), "azhkqqsjkn", - new SwaggerCustomDynamicProperties())), - "wczzcujwxvbkirgk", - new SwaggerCustomDynamicProperties().withOperationId("bwgpmdmw") - .withValuePath("evveswghhbqqhd") - .withParameters(mapOf("r", new SwaggerCustomDynamicProperties(), "kwimtccee", - new SwaggerCustomDynamicProperties(), "uqu", new SwaggerCustomDynamicProperties())), - "oi", - new SwaggerCustomDynamicProperties().withOperationId("fwlajwdajydjbjg") - .withValuePath("vspewyzhydtkbmtr") - .withParameters(mapOf("lviaigarma", new SwaggerCustomDynamicProperties(), - "okgcneviccwb", new SwaggerCustomDynamicProperties(), "ysclwbjgiynqr", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ofvsxau") - .withBuiltInOperation("zefine") - .withItemsPath("dxw") - .withItemValuePath("iivzkdee") - .withItemTitlePath("cwldg") - .withParameters(mapOf("owoszzwncsjgfxv", - new SwaggerCustomDynamicProperties().withOperationId("wmwt") - .withValuePath("rscfcn") - .withParameters(mapOf("jcullm", new SwaggerCustomDynamicProperties(), "wfpo", - new SwaggerCustomDynamicProperties())), - "grgkjalrjwaezply", - new SwaggerCustomDynamicProperties().withOperationId("mubyguqhgnmsvjfg") - .withValuePath("ryyircbajxjrb") - .withParameters(mapOf("kbuatxkznlwl", new SwaggerCustomDynamicProperties(), - "bxogkevdayv", new SwaggerCustomDynamicProperties(), "zkxiym", - new SwaggerCustomDynamicProperties())), - "cmxtoejt", - new SwaggerCustomDynamicProperties().withOperationId("psbomt") - .withValuePath("p") - .withParameters(mapOf("fcfsuiw", new SwaggerCustomDynamicProperties(), "xpasckpgbm", - new SwaggerCustomDynamicProperties(), "yxbwslx", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("kxz") - .withItemsPath("luzntbpcaddpx") - .withItemValuePath("xipe") - .withItemTitlePath("plfmfvmjjfzi") - .withItemFullTitlePath("lbiqq") - .withItemIsParent("arxknfvbsym") - .withSelectableFilter("bahdbtjm") - .withParameters(mapOf("onrk", new SwaggerCustomDynamicTreeParameter(), "bizrxhuq", - new SwaggerCustomDynamicTreeParameter(), "vpanloqov", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("gqtquirgopg") - .withItemsPath("tucujtjuzvyjxu") - .withItemValuePath("hquoqhqrcsksx") - .withItemTitlePath("hlrvu") - .withItemFullTitlePath("agvyjcdpncvfyeqy") - .withItemIsParent("ii") - .withSelectableFilter("sapqhipajsniv") - .withParameters(mapOf("vlj", new SwaggerCustomDynamicTreeParameter())))))) - .withIsWebhook(true) - .withIsNotification(true); - model = BinaryData.fromObject(model).toObject(ApiOperationPropertiesDefinition.class); - Assertions.assertEquals("iadhbatec", model.summary()); - Assertions.assertEquals("tsdohzniucbdaomb", model.description()); - Assertions.assertEquals("injdllwktlepo", model.visibility()); - Assertions.assertEquals("vvqxua", model.trigger()); - Assertions.assertEquals("cqwulynkgfcfd", model.triggerHint()); - Assertions.assertEquals(true, model.pageable()); - Assertions.assertEquals(StatusAnnotation.PRODUCTION, model.annotation().status()); - Assertions.assertEquals("xtclhuulriqbyok", model.annotation().family()); - Assertions.assertEquals(669836902, model.annotation().revision()); - Assertions.assertEquals("lrrskap", model.api().id()); - Assertions.assertEquals("sxebrslttfyhcdjw", model.api().displayName()); - Assertions.assertEquals("oardnagttpu", model.api().description()); - Assertions.assertEquals("bpgnrholhujbf", model.api().iconUri()); - Assertions.assertEquals("hdmcvht", model.api().brandColor()); - Assertions.assertEquals(ApiTier.PREMIUM, model.api().category()); - Assertions.assertEquals("f", model.api().integrationServiceEnvironment().id()); - Assertions.assertEquals("okyk", model.inputsDefinition().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().type()); - Assertions.assertEquals("yc", model.inputsDefinition().title()); - Assertions.assertEquals("vkcxzznn", model.inputsDefinition().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().type()); - Assertions.assertEquals("rsejegprkj", model.inputsDefinition().items().title()); - Assertions.assertEquals("rjmwvvbtuqkxxi", model.inputsDefinition().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.inputsDefinition().items().items().type()); - Assertions.assertEquals("qldekotjg", model.inputsDefinition().items().items().title()); - Assertions.assertEquals("qfkyfhiwvjaqu", model.inputsDefinition().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.inputsDefinition().items().items().items().type()); - Assertions.assertEquals("nvskpaj", model.inputsDefinition().items().items().items().title()); - Assertions.assertEquals("eumexmjbxc", model.inputsDefinition().items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().items().items().items().items().type()); - Assertions.assertEquals("kqmt", model.inputsDefinition().items().items().items().items().title()); - Assertions.assertEquals("ftr", model.inputsDefinition().items().items().items().items().required().get(0)); - Assertions.assertEquals(1842432317, model.inputsDefinition().items().items().items().items().maxProperties()); - Assertions.assertEquals(1296093804, model.inputsDefinition().items().items().items().items().minProperties()); - Assertions.assertEquals("jgczetybnxgztl", - model.inputsDefinition().items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("psyxjije", model.inputsDefinition().items().items().items().required().get(0)); - Assertions.assertEquals(1372379589, model.inputsDefinition().items().items().items().maxProperties()); - Assertions.assertEquals(763770170, model.inputsDefinition().items().items().items().minProperties()); - Assertions.assertEquals("fkcefeygz", model.inputsDefinition().items().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().readOnly()); - Assertions.assertEquals("sfmnaybdjnxumen", model.inputsDefinition().items().items().items().xml().name()); - Assertions.assertEquals("on", model.inputsDefinition().items().items().items().xml().namespace()); - Assertions.assertEquals("hymxymulwivqtow", model.inputsDefinition().items().items().items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().items().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().items().xml().wrapped()); - Assertions.assertEquals("zpwdlvwtiwsmo", - model.inputsDefinition().items().items().items().externalDocs().description()); - Assertions.assertEquals("onhqnam", model.inputsDefinition().items().items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("obygoo", - model.inputsDefinition().items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("qa", model.inputsDefinition().items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("asgmatrnzpd", - model.inputsDefinition().items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("daaktuj", - model.inputsDefinition().items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("fjikffffgkuhznw", - model.inputsDefinition().items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("uldbkke", - model.inputsDefinition().items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("kj", model.inputsDefinition().items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("awgazmxjqifh", - model.inputsDefinition().items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("jsbcml", - model.inputsDefinition().items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("irhhmo", model.inputsDefinition().items().items().properties().get("ncjmlfuyf").ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").type()); - Assertions.assertEquals("zgfjzcvaaxoialah", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").title()); - Assertions.assertEquals("vl", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").required().get(0)); - Assertions.assertEquals(1538169382, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").maxProperties()); - Assertions.assertEquals(186111806, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").minProperties()); - Assertions.assertEquals("thbb", - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().properties().get("ncjmlfuyf").notificationUrlExtension()); - Assertions.assertEquals("uxx", model.inputsDefinition().items().items().required().get(0)); - Assertions.assertEquals(29057625, model.inputsDefinition().items().items().maxProperties()); - Assertions.assertEquals(630653211, model.inputsDefinition().items().items().minProperties()); - Assertions.assertEquals("saidjan", model.inputsDefinition().items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().items().items().allOf().get(0).type()); - Assertions.assertEquals("vdxxurntujmoilun", model.inputsDefinition().items().items().allOf().get(0).title()); - Assertions.assertEquals("bpnjodf", model.inputsDefinition().items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(584126929, model.inputsDefinition().items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(2025512085, model.inputsDefinition().items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("oxsazuxejgwe", - model.inputsDefinition().items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("krukizyhgsqt", model.inputsDefinition().items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().readOnly()); - Assertions.assertEquals("xqfpj", model.inputsDefinition().items().items().xml().name()); - Assertions.assertEquals("ggweeiwdhdmncgb", model.inputsDefinition().items().items().xml().namespace()); - Assertions.assertEquals("uscstunmlh", model.inputsDefinition().items().items().xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().items().xml().wrapped()); - Assertions.assertEquals("jtrdxr", model.inputsDefinition().items().items().externalDocs().description()); - Assertions.assertEquals("agbbgia", model.inputsDefinition().items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().items().notificationUrlExtension()); - Assertions.assertEquals("inwhed", model.inputsDefinition().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("pbqwuntobu", model.inputsDefinition().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("djufbnkl", model.inputsDefinition().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("axpegjw", model.inputsDefinition().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("glzfytl", model.inputsDefinition().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("lqhopxouvmrs", - model.inputsDefinition().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("likyypzkgxfxfmyr", - model.inputsDefinition().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("db", model.inputsDefinition().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kszanmhwgpte", - model.inputsDefinition().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.inputsDefinition().items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("zyybzo", model.inputsDefinition().items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("v", model.inputsDefinition().items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("ptvdxxheigm", - model.inputsDefinition().items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("lwzgh", model.inputsDefinition().items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("jvmabzzbway", - model.inputsDefinition().items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mdafbgymqt", - model.inputsDefinition().items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("preojxrjnbsconxa", - model.inputsDefinition().items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("nwdxzedpqlrfbor", - model.inputsDefinition().items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("p", model.inputsDefinition().items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("nfy", model.inputsDefinition().items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("vfrbypic", - model.inputsDefinition().items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("kpdj", - model.inputsDefinition().items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("qh", model.inputsDefinition().items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("q", - model.inputsDefinition().items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("rnsihqhudsmus", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").type()); - Assertions.assertEquals("jakx", model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").title()); - Assertions.assertEquals("fczmnn", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().type()); - Assertions.assertEquals("x", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().title()); - Assertions.assertEquals("gsy", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().required().get(0)); - Assertions.assertEquals(1853377573, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().maxProperties()); - Assertions.assertEquals(1216848035, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().minProperties()); - Assertions.assertEquals("drv", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").items().notificationUrlExtension()); - Assertions.assertEquals("bxv", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").required().get(0)); - Assertions.assertEquals(998362511, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").maxProperties()); - Assertions.assertEquals(502427869, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").minProperties()); - Assertions.assertEquals("piuzvk", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").readOnly()); - Assertions.assertEquals("mjuk", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().name()); - Assertions.assertEquals("r", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().namespace()); - Assertions.assertEquals("a", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().prefix()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().attribute()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").xml().wrapped()); - Assertions.assertEquals("lvzkl", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().description()); - Assertions.assertEquals("bgikyjtkakvlbi", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").externalDocs().uri()); - Assertions.assertEquals(false, - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").notificationUrlExtension()); - Assertions.assertEquals("nafhxrzfr", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().operationId()); - Assertions.assertEquals("ztiucwviql", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("qwh", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().operationId()); - Assertions.assertEquals("xnmxgnmguzb", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("banlxunpqcckq", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().operationId()); - Assertions.assertEquals("wzlzklasl", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().builtInOperation()); - Assertions.assertEquals("ciz", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemsPath()); - Assertions.assertEquals("lrarwpewsaudo", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemValuePath()); - Assertions.assertEquals("tighsxjpy", - model.inputsDefinition().items().properties().get("fbbcngkegxcypxbb").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("dnox", model.inputsDefinition().items().required().get(0)); - Assertions.assertEquals(245200094, model.inputsDefinition().items().maxProperties()); - Assertions.assertEquals(74841439, model.inputsDefinition().items().minProperties()); - Assertions.assertEquals("vrgptq", model.inputsDefinition().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.inputsDefinition().items().allOf().get(0).type()); - Assertions.assertEquals("jdrpizfulgycts", model.inputsDefinition().items().allOf().get(0).title()); - Assertions.assertEquals("qgkujds", model.inputsDefinition().items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.inputsDefinition().items().allOf().get(0).items().type()); - Assertions.assertEquals("qwoeurbtigapd", model.inputsDefinition().items().allOf().get(0).items().title()); - Assertions.assertEquals("hzokpoyuohue", - model.inputsDefinition().items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1282795519, model.inputsDefinition().items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(195362685, model.inputsDefinition().items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("pwsadaxjsumxpe", - model.inputsDefinition().items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).items().readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("niz", model.inputsDefinition().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(8718366, model.inputsDefinition().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(2112989688, model.inputsDefinition().items().allOf().get(0).minProperties()); - Assertions.assertEquals("ghrmthsplw", model.inputsDefinition().items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).readOnly()); - Assertions.assertEquals("rgxfqpaniceo", model.inputsDefinition().items().allOf().get(0).xml().name()); - Assertions.assertEquals("gzwhsxyrujmtik", model.inputsDefinition().items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("likyohz", model.inputsDefinition().items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("ncmazdf", - model.inputsDefinition().items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("xhyqmr", model.inputsDefinition().items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("lhhfi", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("cfculzj", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("oxinunjlzkdr", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("qsxytqqtcmiw", - model.inputsDefinition().items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("p", model.inputsDefinition().items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("rryklleynqan", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("igglclwalhvub", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("zphetxdqcm", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("tajqzj", - model.inputsDefinition().items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("p", model.inputsDefinition().items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().items().readOnly()); - Assertions.assertEquals("aidqzsaaoqdsgpto", model.inputsDefinition().items().xml().name()); - Assertions.assertEquals("jq", model.inputsDefinition().items().xml().namespace()); - Assertions.assertEquals("afcnlrtb", model.inputsDefinition().items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().items().xml().wrapped()); - Assertions.assertEquals("xq", model.inputsDefinition().items().externalDocs().description()); - Assertions.assertEquals("rswyilj", model.inputsDefinition().items().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().items().notificationUrlExtension()); - Assertions.assertEquals("ujsqycm", model.inputsDefinition().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("xfabl", model.inputsDefinition().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yjshcyb", model.inputsDefinition().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("upp", model.inputsDefinition().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("cmvouujxdiikmoxr", - model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").operationId()); - Assertions.assertEquals("svavlrxikjmoy", - model.inputsDefinition().items().dynamicSchemaNew().parameters().get("saebwfwhxorpwal").valuePath()); - Assertions.assertEquals("bmgjymncjc", model.inputsDefinition().items().dynamicListNew().operationId()); - Assertions.assertEquals("airwcqzoofj", model.inputsDefinition().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("jsvepfbhtleberp", model.inputsDefinition().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("jeknfqnw", model.inputsDefinition().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("qxowkdn", model.inputsDefinition().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("krhwieh", - model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").operationId()); - Assertions.assertEquals("pnowawonoehrguql", - model.inputsDefinition().items().dynamicListNew().parameters().get("rmxkbcjwwdxom").valuePath()); - Assertions.assertEquals(false, - model.inputsDefinition().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.inputsDefinition().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("elnii", model.inputsDefinition().items().dynamicTree().open().operationId()); - Assertions.assertEquals("cgagdvcdqhftzbp", model.inputsDefinition().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("a", model.inputsDefinition().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("df", model.inputsDefinition().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("tncwmhjobzrfpr", - model.inputsDefinition().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("dc", model.inputsDefinition().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("yftcvbzwgwhg", - model.inputsDefinition().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("pbtsixhgvbhxmnd", - model.inputsDefinition().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("gsqjayqmarxneib", model.inputsDefinition().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("brhbjdqknhqn", - model.inputsDefinition().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("tpuwnnohmmzngocf", - model.inputsDefinition().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("uypwyiulaynos", - model.inputsDefinition().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("kfhaxttpfsmwgsgh", - model.inputsDefinition().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("cum", model.inputsDefinition().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("igrjdljlkqhvkrbz", model.inputsDefinition().properties().get("olj").ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().properties().get("olj").type()); - Assertions.assertEquals("taxklpruu", model.inputsDefinition().properties().get("olj").title()); - Assertions.assertEquals("l", model.inputsDefinition().properties().get("olj").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.inputsDefinition().properties().get("olj").items().type()); - Assertions.assertEquals("wx", model.inputsDefinition().properties().get("olj").items().title()); - Assertions.assertEquals("ksgfyyskyekg", model.inputsDefinition().properties().get("olj").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.inputsDefinition().properties().get("olj").items().items().type()); - Assertions.assertEquals("z", model.inputsDefinition().properties().get("olj").items().items().title()); - Assertions.assertEquals("b", - model.inputsDefinition().properties().get("olj").items().items().required().get(0)); - Assertions.assertEquals(2021332057, - model.inputsDefinition().properties().get("olj").items().items().maxProperties()); - Assertions.assertEquals(255823650, - model.inputsDefinition().properties().get("olj").items().items().minProperties()); - Assertions.assertEquals("bgbudav", - model.inputsDefinition().properties().get("olj").items().items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").items().items().notificationUrlExtension()); - Assertions.assertEquals("bdueurg", model.inputsDefinition().properties().get("olj").items().required().get(0)); - Assertions.assertEquals(1208551296, model.inputsDefinition().properties().get("olj").items().maxProperties()); - Assertions.assertEquals(1562410077, model.inputsDefinition().properties().get("olj").items().minProperties()); - Assertions.assertEquals("lojermhzicsbfd", - model.inputsDefinition().properties().get("olj").items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").items().readOnly()); - Assertions.assertEquals("knyuki", model.inputsDefinition().properties().get("olj").items().xml().name()); - Assertions.assertEquals("iglh", model.inputsDefinition().properties().get("olj").items().xml().namespace()); - Assertions.assertEquals("zwxqtejpii", model.inputsDefinition().properties().get("olj").items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").items().xml().wrapped()); - Assertions.assertEquals("zyohxpthc", - model.inputsDefinition().properties().get("olj").items().externalDocs().description()); - Assertions.assertEquals("pvkvtwf", - model.inputsDefinition().properties().get("olj").items().externalDocs().uri()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").items().notificationUrlExtension()); - Assertions.assertEquals("ygz", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("yevjhubnobguq", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("qdvrdmvxyrxdh", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("qojbxao", - model.inputsDefinition().properties().get("olj").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("b", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().operationId()); - Assertions.assertEquals("aehtd", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("mbnvynfaooeacted", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("lsk", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("ddida", - model.inputsDefinition().properties().get("olj").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("jrholuqw", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").type()); - Assertions.assertEquals("xhdod", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").title()); - Assertions.assertEquals("xcjkcoqwczsy", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").required().get(0)); - Assertions.assertEquals(1215585734, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").maxProperties()); - Assertions.assertEquals(174855612, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").minProperties()); - Assertions.assertEquals("vmuafmc", - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").discriminator()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").properties().get("kumcfjxokyelsy").readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition() - .properties() - .get("olj") - .properties() - .get("kumcfjxokyelsy") - .notificationUrlExtension()); - Assertions.assertEquals("rlimzfvppkeqs", model.inputsDefinition().properties().get("olj").required().get(0)); - Assertions.assertEquals(1940380502, model.inputsDefinition().properties().get("olj").maxProperties()); - Assertions.assertEquals(658508685, model.inputsDefinition().properties().get("olj").minProperties()); - Assertions.assertEquals("ggorwjoqt", model.inputsDefinition().properties().get("olj").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.inputsDefinition().properties().get("olj").allOf().get(0).type()); - Assertions.assertEquals("vclpofyrlm", model.inputsDefinition().properties().get("olj").allOf().get(0).title()); - Assertions.assertEquals("jlz", - model.inputsDefinition().properties().get("olj").allOf().get(0).required().get(0)); - Assertions.assertEquals(1172424480, - model.inputsDefinition().properties().get("olj").allOf().get(0).maxProperties()); - Assertions.assertEquals(1969257397, - model.inputsDefinition().properties().get("olj").allOf().get(0).minProperties()); - Assertions.assertEquals("yyzivrmitcd", - model.inputsDefinition().properties().get("olj").allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("fnzzryizwbxg", model.inputsDefinition().properties().get("olj").discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").readOnly()); - Assertions.assertEquals("ayunomirhpfabenq", model.inputsDefinition().properties().get("olj").xml().name()); - Assertions.assertEquals("mwmgewayxfl", model.inputsDefinition().properties().get("olj").xml().namespace()); - Assertions.assertEquals("cpjs", model.inputsDefinition().properties().get("olj").xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().properties().get("olj").xml().wrapped()); - Assertions.assertEquals("deluqroja", - model.inputsDefinition().properties().get("olj").externalDocs().description()); - Assertions.assertEquals("fztlr", model.inputsDefinition().properties().get("olj").externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().properties().get("olj").notificationUrlExtension()); - Assertions.assertEquals("zxpxhn", - model.inputsDefinition().properties().get("olj").dynamicSchemaOld().operationId()); - Assertions.assertEquals("slekc", - model.inputsDefinition().properties().get("olj").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("mjzucwwme", - model.inputsDefinition().properties().get("olj").dynamicSchemaNew().operationId()); - Assertions.assertEquals("qhdd", - model.inputsDefinition().properties().get("olj").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("pgaixwrgrkkderf", - model.inputsDefinition().properties().get("olj").dynamicListNew().operationId()); - Assertions.assertEquals("wqikwepwogggic", - model.inputsDefinition().properties().get("olj").dynamicListNew().builtInOperation()); - Assertions.assertEquals("xhtfmcqbsudzpgch", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemsPath()); - Assertions.assertEquals("gfqumjdjxhzghgo", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemValuePath()); - Assertions.assertEquals("ynrceqavfdbdf", - model.inputsDefinition().properties().get("olj").dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().properties().get("olj").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("uxxrwzobuzms", - model.inputsDefinition().properties().get("olj").dynamicTree().open().operationId()); - Assertions.assertEquals("amt", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemsPath()); - Assertions.assertEquals("kwppthuzdprmimr", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("dpoqfxyem", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("ftb", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("whtecloamfmxtll", - model.inputsDefinition().properties().get("olj").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("tymqcnrrfijhggab", - model.inputsDefinition().properties().get("olj").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("sdpzouhktqrxqwq", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().operationId()); - Assertions.assertEquals("xrdfddtu", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ygta", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("zcxdfweapyfmlxrl", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("h", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("spi", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("eimixlmdbgicehf", - model.inputsDefinition().properties().get("olj").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("cebxx", model.inputsDefinition().required().get(0)); - Assertions.assertEquals(1655561193, model.inputsDefinition().maxProperties()); - Assertions.assertEquals(1172142254, model.inputsDefinition().minProperties()); - Assertions.assertEquals("mddhgajkrd", model.inputsDefinition().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.inputsDefinition().allOf().get(0).type()); - Assertions.assertEquals("pfcudvafnbf", model.inputsDefinition().allOf().get(0).title()); - Assertions.assertEquals("enqnxhgkordwzej", model.inputsDefinition().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.inputsDefinition().allOf().get(0).items().type()); - Assertions.assertEquals("zvcmbpwd", model.inputsDefinition().allOf().get(0).items().title()); - Assertions.assertEquals("ayprldid", model.inputsDefinition().allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.inputsDefinition().allOf().get(0).items().items().type()); - Assertions.assertEquals("f", model.inputsDefinition().allOf().get(0).items().items().title()); - Assertions.assertEquals("ynqjgsat", model.inputsDefinition().allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(1741989520, model.inputsDefinition().allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(383249084, model.inputsDefinition().allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("gcru", model.inputsDefinition().allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().items().readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("ioqemqwtqszzg", model.inputsDefinition().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1879054002, model.inputsDefinition().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1332057721, model.inputsDefinition().allOf().get(0).items().minProperties()); - Assertions.assertEquals("mpnbnfgyweoj", model.inputsDefinition().allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().readOnly()); - Assertions.assertEquals("mahiw", model.inputsDefinition().allOf().get(0).items().xml().name()); - Assertions.assertEquals("yawkch", model.inputsDefinition().allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("pitskshfyftti", model.inputsDefinition().allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("blivw", model.inputsDefinition().allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("sudy", model.inputsDefinition().allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("psapzu", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("wwytbdjzghx", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xz", model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("mkanbc", - model.inputsDefinition().allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("haahntofelfhpfi", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("skkzdfivsujybsr", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("zmrgtxdhmfppinmg", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("esmkwtzgf", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("gjhxerxl", - model.inputsDefinition().allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("gicnqwlctmwpblx", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").type()); - Assertions.assertEquals("gvxrktjcjigc", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").title()); - Assertions.assertEquals("aowcahdkm", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").required().get(0)); - Assertions.assertEquals(2099578619, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").maxProperties()); - Assertions.assertEquals(807845192, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").minProperties()); - Assertions.assertEquals("jezbfsjwfczgl", - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").discriminator()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").readOnly()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).properties().get("jgclxaxwcffasps").notificationUrlExtension()); - Assertions.assertEquals("qrbrnxhjtlxf", model.inputsDefinition().allOf().get(0).required().get(0)); - Assertions.assertEquals(1942434444, model.inputsDefinition().allOf().get(0).maxProperties()); - Assertions.assertEquals(47403047, model.inputsDefinition().allOf().get(0).minProperties()); - Assertions.assertEquals("htrxbozp", model.inputsDefinition().allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, model.inputsDefinition().allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("wjzb", model.inputsDefinition().allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("xfqk", model.inputsDefinition().allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(863208191, model.inputsDefinition().allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(1579732142, model.inputsDefinition().allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("zdaiovrb", model.inputsDefinition().allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.inputsDefinition().allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("ldrdymnswx", model.inputsDefinition().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).readOnly()); - Assertions.assertEquals("qnghxnimvyujr", model.inputsDefinition().allOf().get(0).xml().name()); - Assertions.assertEquals("unnqgypuqtnylqu", model.inputsDefinition().allOf().get(0).xml().namespace()); - Assertions.assertEquals("qmvyumgmmuebsnzn", model.inputsDefinition().allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("tbgblxbuibrvjzta", - model.inputsDefinition().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("vs", model.inputsDefinition().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("n", model.inputsDefinition().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("ovazoymdvhhpl", - model.inputsDefinition().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("swzeyxry", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("r", model.inputsDefinition().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("lvs", model.inputsDefinition().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("asgtl", model.inputsDefinition().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("qpoilos", model.inputsDefinition().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("emcezevftm", model.inputsDefinition().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("l", model.inputsDefinition().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.inputsDefinition().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("pfhru", model.inputsDefinition().allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("syqcjnqswxdowum", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("ukrcdiohcl", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("dnhfknebwedd", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("yzcwy", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mkaqldqabnwvpaq", - model.inputsDefinition().allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("xf", model.inputsDefinition().allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("hwpadhedbfob", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("zvothmkh", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ozvbwfc", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("hbpoelhscmyhrhj", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("zfq", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("kndwp", model.inputsDefinition().allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("qwojoev", - model.inputsDefinition().allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("nnmkvae", model.inputsDefinition().discriminator()); - Assertions.assertEquals(true, model.inputsDefinition().readOnly()); - Assertions.assertEquals("xhhlbmyphf", model.inputsDefinition().xml().name()); - Assertions.assertEquals("rpdhewokyqs", model.inputsDefinition().xml().namespace()); - Assertions.assertEquals("xfsyw", model.inputsDefinition().xml().prefix()); - Assertions.assertEquals(true, model.inputsDefinition().xml().attribute()); - Assertions.assertEquals(true, model.inputsDefinition().xml().wrapped()); - Assertions.assertEquals("wbkurklpiigf", model.inputsDefinition().externalDocs().description()); - Assertions.assertEquals("keutuipjclzjwaq", model.inputsDefinition().externalDocs().uri()); - Assertions.assertEquals(false, model.inputsDefinition().notificationUrlExtension()); - Assertions.assertEquals("tea", model.inputsDefinition().dynamicSchemaOld().operationId()); - Assertions.assertEquals("egefzjx", model.inputsDefinition().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("aujqgbbjv", model.inputsDefinition().dynamicSchemaNew().operationId()); - Assertions.assertEquals("oawh", model.inputsDefinition().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("bc", - model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").operationId()); - Assertions.assertEquals("oygsabdgdheronsd", - model.inputsDefinition().dynamicSchemaNew().parameters().get("pvsffavdhpiwrm").valuePath()); - Assertions.assertEquals("otdofqv", model.inputsDefinition().dynamicListNew().operationId()); - Assertions.assertEquals("qsdqkpsbqs", model.inputsDefinition().dynamicListNew().builtInOperation()); - Assertions.assertEquals("m", model.inputsDefinition().dynamicListNew().itemsPath()); - Assertions.assertEquals("aftazgcxsvqlcq", model.inputsDefinition().dynamicListNew().itemValuePath()); - Assertions.assertEquals("ylamxow", model.inputsDefinition().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("oyutehlk", - model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").operationId()); - Assertions.assertEquals("vtipquksxiknsg", - model.inputsDefinition().dynamicListNew().parameters().get("eetxtpwcv").valuePath()); - Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.inputsDefinition().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("oqhbjqlqfbler", model.inputsDefinition().dynamicTree().open().operationId()); - Assertions.assertEquals("ollcshjucihby", model.inputsDefinition().dynamicTree().open().itemsPath()); - Assertions.assertEquals("jvtpnerxvjeaz", model.inputsDefinition().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("helhbimyi", model.inputsDefinition().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("qamcthtpqgfz", model.inputsDefinition().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("sizkdiuvflg", model.inputsDefinition().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("cwjgwa", model.inputsDefinition().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("ofgrutvnp", - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").selectedItemValuePath()); - Assertions.assertEquals("zghhh", - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").parameterReference()); - Assertions.assertEquals(false, - model.inputsDefinition().dynamicTree().open().parameters().get("njdtujqzvhnj").required()); - Assertions.assertEquals("meyobqajejirvavr", model.inputsDefinition().dynamicTree().browse().operationId()); - Assertions.assertEquals("gpogpl", model.inputsDefinition().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("uvlnhxnrnjhinaeg", model.inputsDefinition().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("bx", model.inputsDefinition().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("pqm", model.inputsDefinition().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("oplukfy", model.inputsDefinition().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("fhsovadkrmjxmwq", model.inputsDefinition().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("sjqb", - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").selectedItemValuePath()); - Assertions.assertEquals("riwbwggij", - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").parameterReference()); - Assertions.assertEquals(true, - model.inputsDefinition().dynamicTree().browse().parameters().get("zjn").required()); - Assertions.assertEquals("kwsbzrhdugquh", model.responsesDefinition().get("idzfpsfy").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").type()); - Assertions.assertEquals("frunj", model.responsesDefinition().get("idzfpsfy").title()); - Assertions.assertEquals("jhiycbauseqnczk", model.responsesDefinition().get("idzfpsfy").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.responsesDefinition().get("idzfpsfy").items().type()); - Assertions.assertEquals("tuwyjsqwzszos", model.responsesDefinition().get("idzfpsfy").items().title()); - Assertions.assertEquals("zunkfnyskwwun", model.responsesDefinition().get("idzfpsfy").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, - model.responsesDefinition().get("idzfpsfy").items().items().type()); - Assertions.assertEquals("avoj", model.responsesDefinition().get("idzfpsfy").items().items().title()); - Assertions.assertEquals("hipcukvbljpx", - model.responsesDefinition().get("idzfpsfy").items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, - model.responsesDefinition().get("idzfpsfy").items().items().items().type()); - Assertions.assertEquals("chyluqa", model.responsesDefinition().get("idzfpsfy").items().items().items().title()); - Assertions.assertEquals("ritrcwb", - model.responsesDefinition().get("idzfpsfy").items().items().items().required().get(0)); - Assertions.assertEquals(1462309233, - model.responsesDefinition().get("idzfpsfy").items().items().items().maxProperties()); - Assertions.assertEquals(845706297, - model.responsesDefinition().get("idzfpsfy").items().items().items().minProperties()); - Assertions.assertEquals("qb", - model.responsesDefinition().get("idzfpsfy").items().items().items().discriminator()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().items().readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().items().items().notificationUrlExtension()); - Assertions.assertEquals("wb", model.responsesDefinition().get("idzfpsfy").items().items().required().get(0)); - Assertions.assertEquals(642175945, model.responsesDefinition().get("idzfpsfy").items().items().maxProperties()); - Assertions.assertEquals(1815540528, - model.responsesDefinition().get("idzfpsfy").items().items().minProperties()); - Assertions.assertEquals("sdjpgxe", model.responsesDefinition().get("idzfpsfy").items().items().discriminator()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().readOnly()); - Assertions.assertEquals("cfferznzc", model.responsesDefinition().get("idzfpsfy").items().items().xml().name()); - Assertions.assertEquals("voveomkhfeqcoop", - model.responsesDefinition().get("idzfpsfy").items().items().xml().namespace()); - Assertions.assertEquals("pohimgck", model.responsesDefinition().get("idzfpsfy").items().items().xml().prefix()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().items().xml().attribute()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").items().items().xml().wrapped()); - Assertions.assertEquals("upf", - model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().description()); - Assertions.assertEquals("ldqdzauiunyevdyz", - model.responsesDefinition().get("idzfpsfy").items().items().externalDocs().uri()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").items().items().notificationUrlExtension()); - Assertions.assertEquals("bav", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("vxwve", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("njyhzfa", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("kdv", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("ajggfzgaefhawkmi", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().operationId()); - Assertions.assertEquals("y", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("iurni", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("pdyttqmiu", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("plosebmhhtuqm", - model.responsesDefinition().get("idzfpsfy").items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("bsmnda", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").type()); - Assertions.assertEquals("uyje", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").title()); - Assertions.assertEquals("pwwlzpddar", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").required().get(0)); - Assertions.assertEquals(514734154, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").maxProperties()); - Assertions.assertEquals(329006427, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").minProperties()); - Assertions.assertEquals("kampyhwpbldz", - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").discriminator()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().properties().get("l").notificationUrlExtension()); - Assertions.assertEquals("gkqwvde", model.responsesDefinition().get("idzfpsfy").items().required().get(0)); - Assertions.assertEquals(496430638, model.responsesDefinition().get("idzfpsfy").items().maxProperties()); - Assertions.assertEquals(306469986, model.responsesDefinition().get("idzfpsfy").items().minProperties()); - Assertions.assertEquals("fr", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).type()); - Assertions.assertEquals("ubpebrm", model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).title()); - Assertions.assertEquals("ybnzbnvmsh", - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).required().get(0)); - Assertions.assertEquals(305530667, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).maxProperties()); - Assertions.assertEquals(148575354, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).minProperties()); - Assertions.assertEquals("xgxqayga", - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("yozvrcwfpucw", model.responsesDefinition().get("idzfpsfy").items().discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().readOnly()); - Assertions.assertEquals("efgzjvbx", model.responsesDefinition().get("idzfpsfy").items().xml().name()); - Assertions.assertEquals("bg", model.responsesDefinition().get("idzfpsfy").items().xml().namespace()); - Assertions.assertEquals("rx", model.responsesDefinition().get("idzfpsfy").items().xml().prefix()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().xml().wrapped()); - Assertions.assertEquals("glvyakeszsuuvul", - model.responsesDefinition().get("idzfpsfy").items().externalDocs().description()); - Assertions.assertEquals("cwgg", model.responsesDefinition().get("idzfpsfy").items().externalDocs().uri()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").items().notificationUrlExtension()); - Assertions.assertEquals("hcbtuxlbpxrhrfj", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("razwefiktlhqasht", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yhgqokjbmsr", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("xyxxhwr", - model.responsesDefinition().get("idzfpsfy").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("s", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().operationId()); - Assertions.assertEquals("vrrbnhy", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("bhujcydyl", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("xvpstizsyqagqll", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("r", - model.responsesDefinition().get("idzfpsfy").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("avsavgthkslgeuuf", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().operationId()); - Assertions.assertEquals("zb", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("xjblajy", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("nbycs", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("oisaz", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mofsvp", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("gnywxu", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wtmszcfyzq", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().operationId()); - Assertions.assertEquals("qregfurdpagknx", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ovrgih", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("zffewvqkyc", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("geipqxxs", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("afwtydsmmab", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("clejqzhpv", - model.responsesDefinition().get("idzfpsfy").items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("wdzpzl", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").type()); - Assertions.assertEquals("x", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").title()); - Assertions.assertEquals("wwvmbjec", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().type()); - Assertions.assertEquals("ghnkfrwxohlydsn", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().title()); - Assertions.assertEquals("jxlaaced", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().required().get(0)); - Assertions.assertEquals(487487985, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().maxProperties()); - Assertions.assertEquals(15233592, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().minProperties()); - Assertions.assertEquals("bzbevgbnrom", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().discriminator()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").items().readOnly()); - Assertions.assertEquals(false, - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .items() - .notificationUrlExtension()); - Assertions.assertEquals("iywhxpsb", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").required().get(0)); - Assertions.assertEquals(1802423608, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").maxProperties()); - Assertions.assertEquals(1258550316, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").minProperties()); - Assertions.assertEquals("hz", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").discriminator()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").readOnly()); - Assertions.assertEquals("ckn", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().name()); - Assertions.assertEquals("kcu", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().namespace()); - Assertions.assertEquals("hdgwuzrono", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().prefix()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().attribute()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").xml().wrapped()); - Assertions.assertEquals("ebawnxzsjwyfixir", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .externalDocs() - .description()); - Assertions.assertEquals("j", - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").externalDocs().uri()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").properties().get("zlbbbajdexquaw").notificationUrlExtension()); - Assertions.assertEquals("alewgux", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaOld() - .operationId()); - Assertions.assertEquals("m", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaOld() - .valuePath()); - Assertions.assertEquals("nmzr", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaNew() - .operationId()); - Assertions.assertEquals("aojpzngdrzi", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicSchemaNew() - .valuePath()); - Assertions.assertEquals("vyigdeipnf", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .operationId()); - Assertions.assertEquals("ejwli", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .builtInOperation()); - Assertions.assertEquals("cndjzwhajo", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemsPath()); - Assertions.assertEquals("pqokhdyncra", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemValuePath()); - Assertions.assertEquals("sewbempfapmqnm", - model.responsesDefinition() - .get("idzfpsfy") - .properties() - .get("zlbbbajdexquaw") - .dynamicListNew() - .itemTitlePath()); - Assertions.assertEquals("ltcvmahpuwkupbbn", model.responsesDefinition().get("idzfpsfy").required().get(0)); - Assertions.assertEquals(558509018, model.responsesDefinition().get("idzfpsfy").maxProperties()); - Assertions.assertEquals(1653699527, model.responsesDefinition().get("idzfpsfy").minProperties()); - Assertions.assertEquals("simtfcqmmy", model.responsesDefinition().get("idzfpsfy").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.FILE, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).type()); - Assertions.assertEquals("elpfijtezgxmpes", model.responsesDefinition().get("idzfpsfy").allOf().get(0).title()); - Assertions.assertEquals("adlerzinfuivczkt", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().type()); - Assertions.assertEquals("wtdapsmirmnrijef", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().title()); - Assertions.assertEquals("fcnuestbsli", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().required().get(0)); - Assertions.assertEquals(407766062, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1714948406, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().minProperties()); - Assertions.assertEquals("rctysecpekhxdb", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("jxncqzahgtvbgdob", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).required().get(0)); - Assertions.assertEquals(721038450, model.responsesDefinition().get("idzfpsfy").allOf().get(0).maxProperties()); - Assertions.assertEquals(1339830760, model.responsesDefinition().get("idzfpsfy").allOf().get(0).minProperties()); - Assertions.assertEquals("esgcsqos", model.responsesDefinition().get("idzfpsfy").allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).readOnly()); - Assertions.assertEquals("goufpizpbmfx", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().name()); - Assertions.assertEquals("pfyvslazipplxgt", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().namespace()); - Assertions.assertEquals("mjtycildrznlaxoz", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").allOf().get(0).xml().wrapped()); - Assertions.assertEquals("vehyklel", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().description()); - Assertions.assertEquals("dvpqfbxgy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(true, - model.responsesDefinition().get("idzfpsfy").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("dmsfwtwrs", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("vcneqswxhqhgk", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("wnoljdkx", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("ewy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("oenefnoafpcnr", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("yrxowv", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("fcmuajwblxphto", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("rf", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("tnnsvrfajy", - model.responsesDefinition().get("idzfpsfy").allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("naeikczscymqf", model.responsesDefinition().get("idzfpsfy").discriminator()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").readOnly()); - Assertions.assertEquals("qnyumz", model.responsesDefinition().get("idzfpsfy").xml().name()); - Assertions.assertEquals("dokez", model.responsesDefinition().get("idzfpsfy").xml().namespace()); - Assertions.assertEquals("ezknfzqnzbflbqmh", model.responsesDefinition().get("idzfpsfy").xml().prefix()); - Assertions.assertEquals(true, model.responsesDefinition().get("idzfpsfy").xml().attribute()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").xml().wrapped()); - Assertions.assertEquals("lmsy", model.responsesDefinition().get("idzfpsfy").externalDocs().description()); - Assertions.assertEquals("dcrolrze", model.responsesDefinition().get("idzfpsfy").externalDocs().uri()); - Assertions.assertEquals(false, model.responsesDefinition().get("idzfpsfy").notificationUrlExtension()); - Assertions.assertEquals("ebldpo", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().operationId()); - Assertions.assertEquals("ffjk", model.responsesDefinition().get("idzfpsfy").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("iyndurdonkgobx", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().operationId()); - Assertions.assertEquals("rdolenrswkn", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("nmzaofro", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").operationId()); - Assertions.assertEquals("qckievyrejyoy", - model.responsesDefinition().get("idzfpsfy").dynamicSchemaNew().parameters().get("nmsg").valuePath()); - Assertions.assertEquals("vev", model.responsesDefinition().get("idzfpsfy").dynamicListNew().operationId()); - Assertions.assertEquals("rphklqlii", - model.responsesDefinition().get("idzfpsfy").dynamicListNew().builtInOperation()); - Assertions.assertEquals("anuwgjnofg", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemsPath()); - Assertions.assertEquals("y", model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemValuePath()); - Assertions.assertEquals("sebjuymtevae", - model.responsesDefinition().get("idzfpsfy").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("ywhr", - model.responsesDefinition() - .get("idzfpsfy") - .dynamicListNew() - .parameters() - .get("usrjzhdtrsyfezf") - .operationId()); - Assertions.assertEquals("ej", - model.responsesDefinition() - .get("idzfpsfy") - .dynamicListNew() - .parameters() - .get("usrjzhdtrsyfezf") - .valuePath()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, - model.responsesDefinition().get("idzfpsfy").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("ejpdcliqwzutiy", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().operationId()); - Assertions.assertEquals("rnhhjtvh", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemsPath()); - Assertions.assertEquals("z", model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("yovqmqcudptoqwr", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("ckjt", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("okmxwawfubknge", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("x", - model.responsesDefinition().get("idzfpsfy").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("fdt", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().operationId()); - Assertions.assertEquals("iaxtyrnuh", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("hepisq", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("mlroiommemsoqgb", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("yeqdob", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("aqcabe", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("kcesrsi", - model.responsesDefinition().get("idzfpsfy").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals(true, model.isWebhook()); - Assertions.assertEquals(true, model.isNotification()); - } - - // Use "Map.of" if available - @SuppressWarnings("unchecked") - private static Map mapOf(Object... inputs) { - Map map = new HashMap<>(); - for (int i = 0; i < inputs.length; i += 2) { - String key = (String) inputs[i]; - T value = (T) inputs[i + 1]; - map.put(key, value); - } - return map; - } -} From a113eebc595392bc09cb6addd3ca0bb25abf24be Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Tue, 24 Dec 2024 13:23:39 +0800 Subject: [PATCH 5/7] Delete sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java --- .../logic/generated/WorkflowInnerTests.java | 172 ------------------ 1 file changed, 172 deletions(-) delete mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java deleted file mode 100644 index 71370d00b21f..000000000000 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java +++ /dev/null @@ -1,172 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -// Code generated by Microsoft (R) AutoRest Code Generator. - -package com.azure.resourcemanager.logic.generated; - -import com.azure.core.util.BinaryData; -import com.azure.resourcemanager.logic.fluent.models.WorkflowInner; -import com.azure.resourcemanager.logic.models.FlowAccessControlConfiguration; -import com.azure.resourcemanager.logic.models.FlowAccessControlConfigurationPolicy; -import com.azure.resourcemanager.logic.models.FlowEndpoints; -import com.azure.resourcemanager.logic.models.FlowEndpointsConfiguration; -import com.azure.resourcemanager.logic.models.IpAddress; -import com.azure.resourcemanager.logic.models.IpAddressRange; -import com.azure.resourcemanager.logic.models.ManagedServiceIdentity; -import com.azure.resourcemanager.logic.models.ManagedServiceIdentityType; -import com.azure.resourcemanager.logic.models.OpenAuthenticationAccessPolicies; -import com.azure.resourcemanager.logic.models.OpenAuthenticationAccessPolicy; -import com.azure.resourcemanager.logic.models.ParameterType; -import com.azure.resourcemanager.logic.models.ResourceReference; -import com.azure.resourcemanager.logic.models.UserAssignedIdentity; -import com.azure.resourcemanager.logic.models.WorkflowParameter; -import com.azure.resourcemanager.logic.models.WorkflowState; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Assertions; - -public final class WorkflowInnerTests { - @org.junit.jupiter.api.Test - public void testDeserialize() throws Exception { - WorkflowInner model = BinaryData.fromString( - "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-17T08:51:50Z\",\"changedTime\":\"2021-06-04T23:46:10Z\",\"state\":\"Completed\",\"version\":\"thwxmnteiwaopvkm\",\"accessEndpoint\":\"c\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{\"address\":\"fufsrpymzi\"},{\"address\":\"sezcxtb\"},{\"address\":\"gfycc\"}],\"accessEndpointIpAddresses\":[{\"address\":\"mdwzjeiachboo\"},{\"address\":\"lnrosfqp\"}]},\"connector\":{\"outgoingIpAddresses\":[{\"address\":\"zvypyqrimzinp\"},{\"address\":\"wjdk\"}],\"accessEndpointIpAddresses\":[{\"address\":\"od\"},{\"address\":\"hc\"},{\"address\":\"nohjt\"},{\"address\":\"whdsoifiyip\"}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"gr\"},{\"addressRange\":\"znorcj\"},{\"addressRange\":\"snb\"}],\"openAuthenticationPolicies\":{\"policies\":{\"bnmo\":{},\"pcyshu\":{},\"zafb\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"btoqcjmkljavbqid\"},{\"addressRange\":\"ajzyul\"},{\"addressRange\":\"u\"}],\"openAuthenticationPolicies\":{\"policies\":{\"lkhbz\":{},\"fepgzgq\":{},\"xzlocxscp\":{},\"ierhhbcsglummaj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"xobnbdxkqpxok\"},{\"addressRange\":\"ionpimexg\"},{\"addressRange\":\"xgcp\"},{\"addressRange\":\"gmaajrm\"}],\"openAuthenticationPolicies\":{\"policies\":{\"zrlovmclwhijcoej\":{},\"tbzaqsqsycbkbfk\":{},\"ukdkexxppofmxa\":{},\"c\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"dtocj\"},{\"addressRange\":\"hvpmoue\"}],\"openAuthenticationPolicies\":{\"policies\":{\"xibqeojnx\":{},\"bzv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"ndei\",\"name\":\"twnpzaoqvuhrhcf\",\"type\":\"yd\"}},\"integrationAccount\":{\"id\":\"mjthjqkwp\",\"name\":\"icxm\",\"type\":\"iwqvhkh\"},\"integrationServiceEnvironment\":{\"id\":\"igdtopbob\",\"name\":\"ghmewuam\",\"type\":\"hrzayvvtpgvdf\"},\"definition\":\"dataotkftutqxlngx\",\"parameters\":{\"vqdra\":{\"type\":\"Object\",\"value\":\"datanxkrx\",\"metadata\":\"datami\",\"description\":\"thz\"},\"ynhz\":{\"type\":\"String\",\"value\":\"databig\",\"metadata\":\"dataoqfbowskanyk\",\"description\":\"lcuiywgqywgndr\"},\"qjqabcypmivkwl\":{\"type\":\"SecureObject\",\"value\":\"datarcgyn\",\"metadata\":\"datacpecfvmmcoofs\",\"description\":\"zevgb\"},\"bqqwxrj\":{\"type\":\"SecureString\",\"value\":\"datac\",\"metadata\":\"datanfnbacfionlebxe\",\"description\":\"gtzxdpn\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"a8e6fa65-4976-43aa-84b9-9484b7101ef8\",\"principalId\":\"857a33d8-90e8-4cfa-8642-f27de79fbf5b\",\"userAssignedIdentities\":{\"ooch\":{\"principalId\":\"ubisnjampmng\",\"clientId\":\"scxaq\"},\"ase\":{\"principalId\":\"onq\",\"clientId\":\"kvlrxnj\"},\"azjpqyegualhbxxh\":{\"principalId\":\"heoflokeyyienjbd\",\"clientId\":\"tgrhpdjpjumas\"}}},\"location\":\"jj\",\"tags\":{\"mcy\":\"dudgwdslfhot\"},\"id\":\"pwlbjnpg\",\"name\":\"cftadeh\",\"type\":\"nltyfsoppusuesnz\"}") - .toObject(WorkflowInner.class); - Assertions.assertEquals("jj", model.location()); - Assertions.assertEquals("dudgwdslfhot", model.tags().get("mcy")); - Assertions.assertEquals(ManagedServiceIdentityType.SYSTEM_ASSIGNED, model.identity().type()); - Assertions.assertEquals(WorkflowState.COMPLETED, model.state()); - Assertions.assertEquals("fufsrpymzi", - model.endpointsConfiguration().workflow().outgoingIpAddresses().get(0).address()); - Assertions.assertEquals("mdwzjeiachboo", - model.endpointsConfiguration().workflow().accessEndpointIpAddresses().get(0).address()); - Assertions.assertEquals("zvypyqrimzinp", - model.endpointsConfiguration().connector().outgoingIpAddresses().get(0).address()); - Assertions.assertEquals("od", - model.endpointsConfiguration().connector().accessEndpointIpAddresses().get(0).address()); - Assertions.assertEquals("gr", - model.accessControl().triggers().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("btoqcjmkljavbqid", - model.accessControl().contents().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("xobnbdxkqpxok", - model.accessControl().actions().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("dtocj", - model.accessControl().workflowManagement().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("mjthjqkwp", model.integrationAccount().id()); - Assertions.assertEquals("igdtopbob", model.integrationServiceEnvironment().id()); - Assertions.assertEquals(ParameterType.OBJECT, model.parameters().get("vqdra").type()); - Assertions.assertEquals("thz", model.parameters().get("vqdra").description()); - } - - @org.junit.jupiter.api.Test - public void testSerialize() throws Exception { - WorkflowInner model = new WorkflowInner().withLocation("jj") - .withTags(mapOf("mcy", "dudgwdslfhot")) - .withIdentity(new ManagedServiceIdentity().withType(ManagedServiceIdentityType.SYSTEM_ASSIGNED) - .withUserAssignedIdentities(mapOf("ooch", new UserAssignedIdentity(), "ase", new UserAssignedIdentity(), - "azjpqyegualhbxxh", new UserAssignedIdentity()))) - .withState(WorkflowState.COMPLETED) - .withEndpointsConfiguration(new FlowEndpointsConfiguration() - .withWorkflow(new FlowEndpoints() - .withOutgoingIpAddresses(Arrays.asList(new IpAddress().withAddress("fufsrpymzi"), - new IpAddress().withAddress("sezcxtb"), new IpAddress().withAddress("gfycc"))) - .withAccessEndpointIpAddresses(Arrays.asList(new IpAddress().withAddress("mdwzjeiachboo"), - new IpAddress().withAddress("lnrosfqp")))) - .withConnector(new FlowEndpoints() - .withOutgoingIpAddresses(Arrays.asList(new IpAddress().withAddress("zvypyqrimzinp"), - new IpAddress().withAddress("wjdk"))) - .withAccessEndpointIpAddresses( - Arrays.asList(new IpAddress().withAddress("od"), new IpAddress().withAddress("hc"), - new IpAddress().withAddress("nohjt"), new IpAddress().withAddress("whdsoifiyip"))))) - .withAccessControl(new FlowAccessControlConfiguration() - .withTriggers(new FlowAccessControlConfigurationPolicy() - .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("gr"), - new IpAddressRange().withAddressRange("znorcj"), new IpAddressRange().withAddressRange("snb"))) - .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() - .withPolicies(mapOf("bnmo", new OpenAuthenticationAccessPolicy(), "pcyshu", - new OpenAuthenticationAccessPolicy(), "zafb", new OpenAuthenticationAccessPolicy())))) - .withContents(new FlowAccessControlConfigurationPolicy() - .withAllowedCallerIpAddresses(Arrays.asList( - new IpAddressRange().withAddressRange("btoqcjmkljavbqid"), - new IpAddressRange().withAddressRange("ajzyul"), new IpAddressRange().withAddressRange("u"))) - .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() - .withPolicies(mapOf("lkhbz", new OpenAuthenticationAccessPolicy(), "fepgzgq", - new OpenAuthenticationAccessPolicy(), "xzlocxscp", new OpenAuthenticationAccessPolicy(), - "ierhhbcsglummaj", new OpenAuthenticationAccessPolicy())))) - .withActions(new FlowAccessControlConfigurationPolicy() - .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("xobnbdxkqpxok"), - new IpAddressRange().withAddressRange("ionpimexg"), - new IpAddressRange().withAddressRange("xgcp"), - new IpAddressRange().withAddressRange("gmaajrm"))) - .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() - .withPolicies(mapOf("zrlovmclwhijcoej", new OpenAuthenticationAccessPolicy(), "tbzaqsqsycbkbfk", - new OpenAuthenticationAccessPolicy(), "ukdkexxppofmxa", - new OpenAuthenticationAccessPolicy(), "c", new OpenAuthenticationAccessPolicy())))) - .withWorkflowManagement(new FlowAccessControlConfigurationPolicy() - .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("dtocj"), - new IpAddressRange().withAddressRange("hvpmoue"))) - .withOpenAuthenticationPolicies( - new OpenAuthenticationAccessPolicies().withPolicies(mapOf("xibqeojnx", - new OpenAuthenticationAccessPolicy(), "bzv", new OpenAuthenticationAccessPolicy()))))) - .withIntegrationAccount(new ResourceReference().withId("mjthjqkwp")) - .withIntegrationServiceEnvironment(new ResourceReference().withId("igdtopbob")) - .withDefinition("dataotkftutqxlngx") - .withParameters(mapOf("vqdra", - new WorkflowParameter().withType(ParameterType.OBJECT) - .withValue("datanxkrx") - .withMetadata("datami") - .withDescription("thz"), - "ynhz", - new WorkflowParameter().withType(ParameterType.STRING) - .withValue("databig") - .withMetadata("dataoqfbowskanyk") - .withDescription("lcuiywgqywgndr"), - "qjqabcypmivkwl", - new WorkflowParameter().withType(ParameterType.SECURE_OBJECT) - .withValue("datarcgyn") - .withMetadata("datacpecfvmmcoofs") - .withDescription("zevgb"), - "bqqwxrj", - new WorkflowParameter().withType(ParameterType.SECURE_STRING) - .withValue("datac") - .withMetadata("datanfnbacfionlebxe") - .withDescription("gtzxdpn"))); - model = BinaryData.fromObject(model).toObject(WorkflowInner.class); - Assertions.assertEquals("jj", model.location()); - Assertions.assertEquals("dudgwdslfhot", model.tags().get("mcy")); - Assertions.assertEquals(ManagedServiceIdentityType.SYSTEM_ASSIGNED, model.identity().type()); - Assertions.assertEquals(WorkflowState.COMPLETED, model.state()); - Assertions.assertEquals("fufsrpymzi", - model.endpointsConfiguration().workflow().outgoingIpAddresses().get(0).address()); - Assertions.assertEquals("mdwzjeiachboo", - model.endpointsConfiguration().workflow().accessEndpointIpAddresses().get(0).address()); - Assertions.assertEquals("zvypyqrimzinp", - model.endpointsConfiguration().connector().outgoingIpAddresses().get(0).address()); - Assertions.assertEquals("od", - model.endpointsConfiguration().connector().accessEndpointIpAddresses().get(0).address()); - Assertions.assertEquals("gr", - model.accessControl().triggers().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("btoqcjmkljavbqid", - model.accessControl().contents().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("xobnbdxkqpxok", - model.accessControl().actions().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("dtocj", - model.accessControl().workflowManagement().allowedCallerIpAddresses().get(0).addressRange()); - Assertions.assertEquals("mjthjqkwp", model.integrationAccount().id()); - Assertions.assertEquals("igdtopbob", model.integrationServiceEnvironment().id()); - Assertions.assertEquals(ParameterType.OBJECT, model.parameters().get("vqdra").type()); - Assertions.assertEquals("thz", model.parameters().get("vqdra").description()); - } - - // Use "Map.of" if available - @SuppressWarnings("unchecked") - private static Map mapOf(Object... inputs) { - Map map = new HashMap<>(); - for (int i = 0; i < inputs.length; i += 2) { - String key = (String) inputs[i]; - T value = (T) inputs[i + 1]; - map.put(key, value); - } - return map; - } -} From cdac308b8049fa218d93ae83af94f68011508e11 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Tue, 24 Dec 2024 13:39:39 +0800 Subject: [PATCH 6/7] Delete sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java --- .../logic/generated/SwaggerSchemaTests.java | 7585 ----------------- 1 file changed, 7585 deletions(-) delete mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java deleted file mode 100644 index b7887b42f5e8..000000000000 --- a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/SwaggerSchemaTests.java +++ /dev/null @@ -1,7585 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -// Code generated by Microsoft (R) AutoRest Code Generator. - -package com.azure.resourcemanager.logic.generated; - -import com.azure.core.util.BinaryData; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicList; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicProperties; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicSchema; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTree; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeCommand; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeParameter; -import com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeSettings; -import com.azure.resourcemanager.logic.models.SwaggerExternalDocumentation; -import com.azure.resourcemanager.logic.models.SwaggerSchema; -import com.azure.resourcemanager.logic.models.SwaggerSchemaType; -import com.azure.resourcemanager.logic.models.SwaggerXml; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Assertions; - -public final class SwaggerSchemaTests { - @org.junit.jupiter.api.Test - public void testDeserialize() throws Exception { - SwaggerSchema model = BinaryData.fromString( - "{\"ref\":\"qfmxbdjkmn\",\"type\":\"Object\",\"title\":\"nowxhyvdbrdvsv\",\"items\":{\"ref\":\"tycvlkusgiikhrc\",\"type\":\"Number\",\"title\":\"epxshmrdisc\",\"items\":{\"ref\":\"kymktcwmivo\",\"type\":\"Null\",\"title\":\"gngl\",\"items\":{\"ref\":\"fgazagh\",\"type\":\"Array\",\"title\":\"zwxuxorrutuhvem\",\"items\":{\"ref\":\"ssolqy\",\"type\":\"Boolean\",\"title\":\"lxo\",\"items\":{\"ref\":\"kqvrv\",\"type\":\"Boolean\",\"title\":\"cvzfc\",\"items\":{},\"properties\":{\"pjakjdtuodoc\":{}},\"additionalProperties\":\"datau\",\"required\":[\"yxpmqd\",\"qniiontqikdipk\"],\"maxProperties\":1694090280,\"minProperties\":1308930684,\"allOf\":[{}],\"discriminator\":\"rsoihat\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavsynssxylsuioado\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"gfuzqqnzkwlx\":{},\"dsxipd\":{},\"lbyitfz\":{},\"wwgze\":{}},\"additionalProperties\":\"datazpiimxacrktjoyg\",\"required\":[\"ixgz\",\"bn\",\"glquarbru\",\"qbeyxwrmu\"],\"maxProperties\":471954679,\"minProperties\":665626685,\"allOf\":[{},{},{},{}],\"discriminator\":\"gjajkvwko\",\"readOnly\":false,\"xml\":{\"name\":\"zllvna\",\"namespace\":\"gvlpgfygenfakyb\",\"prefix\":\"sihzqi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"gbyytsazl\":\"datalxjs\"}},\"externalDocs\":{\"description\":\"lubrukhqbuoyrbdk\",\"uri\":\"dmvvvjmfj\",\"extensions\":{\"io\":\"dataxuvsveamseauuuvh\"}},\"example\":\"datalmufzuuysz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"tyosdpxtsdy\",\"valuePath\":\"gef\",\"parameters\":{\"xaqgfpuhh\":\"datawphwxiavwm\",\"tmlixalphkg\":\"datawrsjumlkjsvk\"}},\"dynamicSchemaNew\":{\"operationId\":\"hecjg\",\"valuePath\":\"djmsngm\",\"parameters\":{\"rlkpismmrmr\":{}}},\"dynamicListNew\":{\"operationId\":\"thizsabcylzzie\",\"builtInOperation\":\"mzen\",\"itemsPath\":\"drue\",\"itemValuePath\":\"exawxo\",\"itemTitlePath\":\"dctjwfebqq\",\"parameters\":{\"tsqaclczfrofy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"dlbbc\":{\"ref\":\"kewqwamptld\",\"type\":\"Object\",\"title\":\"zljhnxfkffngfpi\",\"items\":{},\"properties\":{\"rmvx\":{},\"bktuqnbcjk\":{},\"rqmznwwtkuy\":{}},\"additionalProperties\":\"dataii\",\"required\":[\"liclmoyo\",\"oxdwff\",\"yzqke\",\"curr\"],\"maxProperties\":2057868685,\"minProperties\":1258258593,\"allOf\":[{},{},{},{}],\"discriminator\":\"uqzuscolbqve\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavkdvcgowrd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataamkyrkwsthpiv\",\"required\":[\"fxhvnodqqz\",\"b\",\"yroswnfqd\"],\"maxProperties\":1168453176,\"minProperties\":116276536,\"allOf\":[{\"ref\":\"vlypztuskpncdo\",\"type\":\"Null\",\"title\":\"p\",\"items\":{},\"properties\":{\"bod\":{},\"wazbur\":{}},\"additionalProperties\":\"datau\",\"required\":[\"d\",\"kvunngjo\",\"snzlawowqsnix\",\"wdqzurvukszkm\"],\"maxProperties\":494128235,\"minProperties\":144915434,\"allOf\":[{}],\"discriminator\":\"eghtmqo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datayzecuvw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"nbox\",\"type\":\"Integer\",\"title\":\"mq\",\"items\":{},\"properties\":{\"s\":{},\"smq\":{},\"wowrmhmifhfutjy\":{}},\"additionalProperties\":\"datatmgtgu\",\"required\":[\"moygcax\"],\"maxProperties\":921925520,\"minProperties\":1981414246,\"allOf\":[{},{},{}],\"discriminator\":\"gicxt\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasydksvjfg\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"hcoscoljj\",\"readOnly\":true,\"xml\":{\"name\":\"ooefzsdttbqkaq\",\"namespace\":\"wojvxv\",\"prefix\":\"hrqxrqghotingzi\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"elvyhvvpuqy\":\"datayhpwmdkyfg\"}},\"externalDocs\":{\"description\":\"bbkhc\",\"uri\":\"cfwoolkugzowg\",\"extensions\":{\"aupgblna\":\"dataxf\",\"qjzri\":\"datajnpahzhpqscuyil\"}},\"example\":\"datab\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"gmndwohoeashu\",\"valuePath\":\"vbjimzw\",\"parameters\":{\"eyuoyjmjwqdslqr\":\"datammphvkyezw\"}},\"dynamicSchemaNew\":{\"operationId\":\"zrkrztpyay\",\"valuePath\":\"xlnm\",\"parameters\":{\"symnrtvqmima\":{}}},\"dynamicListNew\":{\"operationId\":\"tpcvpahhp\",\"builtInOperation\":\"yqpvzxxz\",\"itemsPath\":\"wtominrufqqa\",\"itemValuePath\":\"gasfmhbxv\",\"itemTitlePath\":\"kqnatxvuzc\",\"parameters\":{\"irybytcaqpjohlc\":{},\"nrvxyyh\":{},\"sis\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"eqiwduukaamimkj\",\"itemsPath\":\"xysjd\",\"itemValuePath\":\"vksijrjgyind\",\"itemTitlePath\":\"i\",\"itemFullTitlePath\":\"vuyxuu\",\"itemIsParent\":\"ead\",\"selectableFilter\":\"topdtphvjgv\",\"parameters\":{\"kngq\":{},\"iyjxzxbthtnyzpu\":{},\"nrmd\":{},\"koabfcvefbw\":{}}},\"browse\":{\"operationId\":\"gyqshsasmryuyu\",\"itemsPath\":\"bxrgrztkyqgu\",\"itemValuePath\":\"uih\",\"itemTitlePath\":\"bgkyn\",\"itemFullTitlePath\":\"zjndfeemx\",\"itemIsParent\":\"rpfivypm\",\"selectableFilter\":\"zajpcroxppo\",\"parameters\":{\"yhxnpdggll\":{},\"duyufdmzu\":{},\"xvzvwlxd\":{},\"nst\":{}}}}},\"properties\":{\"cttg\":{\"ref\":\"doxklrzatsizny\",\"type\":\"Array\",\"title\":\"dpkihqhnfubev\",\"items\":{\"ref\":\"xcezxevltfebqo\",\"type\":\"Number\",\"title\":\"lqakpstifmftwrph\",\"items\":{},\"properties\":{\"p\":{},\"gfofu\":{},\"dcjqneaqkgttbarg\":{},\"eynqlsnrgaxoyv\":{}},\"additionalProperties\":\"datajpf\",\"required\":[\"s\",\"pvjsduouoqtenq\",\"omuogeqeapaseq\",\"ppypfreuwvzhnd\"],\"maxProperties\":357355458,\"minProperties\":930340533,\"allOf\":[{}],\"discriminator\":\"zttqgtllwy\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datallitpqvpivr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"omebzvtvxxfsfo\":{},\"acgihnalpc\":{}},\"additionalProperties\":\"datadybkb\",\"required\":[\"b\"],\"maxProperties\":1833532340,\"minProperties\":1227881123,\"allOf\":[{}],\"discriminator\":\"ywedbpirbzpauzbb\",\"readOnly\":true,\"xml\":{\"name\":\"zdwpave\",\"namespace\":\"gmigsoebdltni\",\"prefix\":\"imerffhgvcy\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"moljirchhwlzihv\":\"datahggajfeudbo\",\"tgvraxhntoiwfsz\":\"datacquajpoipdjxy\"}},\"externalDocs\":{\"description\":\"kosjwr\",\"uri\":\"tsluqfgksdi\",\"extensions\":{\"iobuwbngeuwh\":\"dataoix\",\"amhbmggnqxne\":\"dataqng\",\"vomdqxnoyzqipapi\":\"dataqzaffzqodokst\",\"cbzvvxd\":\"dataccydbjghunqnttrw\"}},\"example\":\"datahxmwwvxcaicbi\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"fovkmamiy\",\"valuePath\":\"un\",\"parameters\":{\"a\":\"datacyy\"}},\"dynamicSchemaNew\":{\"operationId\":\"ubzqazdlrkvi\",\"valuePath\":\"kifqbxmnnidot\",\"parameters\":{\"mzuhoodttqhpv\":{}}},\"dynamicListNew\":{\"operationId\":\"mvuwj\",\"builtInOperation\":\"lqfpqql\",\"itemsPath\":\"vzlhjgmrodblap\",\"itemValuePath\":\"acz\",\"itemTitlePath\":\"niwfc\",\"parameters\":{\"hxmyib\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"dataxtcxbbjbeyqo\",\"required\":[\"awpjfkrarerdlg\",\"vtpxowgowwdoc\",\"asu\",\"megjkfisz\"],\"maxProperties\":620460265,\"minProperties\":570741825,\"allOf\":[{\"ref\":\"w\",\"type\":\"Object\",\"title\":\"blitxrrsjs\",\"items\":{\"ref\":\"anjsoutrzto\",\"type\":\"Number\",\"title\":\"bnclxhwkzfggsuz\",\"items\":{},\"properties\":{\"ntpzuiwa\":{},\"oabthutctcabc\":{},\"wabzf\":{},\"hszfkpoidfzwegv\":{}},\"additionalProperties\":\"datajuwgw\",\"required\":[\"vufjqvfcfsssm\",\"a\",\"mkr\"],\"maxProperties\":869027254,\"minProperties\":1219794635,\"allOf\":[{},{}],\"discriminator\":\"ui\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datacpenobqysbees\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"zsu\":{}},\"additionalProperties\":\"datasautbri\",\"required\":[\"ofenin\"],\"maxProperties\":883470274,\"minProperties\":856472763,\"allOf\":[{},{},{},{}],\"discriminator\":\"xckdlxjpisrdn\",\"readOnly\":true,\"xml\":{\"name\":\"be\",\"namespace\":\"vijnubxfiiytqx\",\"prefix\":\"jsyutez\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"k\":\"datadpor\",\"wssbvqnpw\":\"datavbkutogecyqoy\",\"nblzrmiukot\":\"datawdmuvyakrbqpw\"}},\"externalDocs\":{\"description\":\"jbpn\",\"uri\":\"hfrvsi\",\"extensions\":{\"f\":\"datagnpcjnia\",\"ogdkp\":\"datacgjjioqwu\",\"uqjde\":\"datamwr\"}},\"example\":\"dataxqucnbgibkls\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"uzyvihevbfvxmtsm\",\"valuePath\":\"retsny\",\"parameters\":{\"gaoymyckdpzbr\":\"dataulbyzzcxs\",\"euxixkps\":\"databmljrjyfj\"}},\"dynamicSchemaNew\":{\"operationId\":\"gni\",\"valuePath\":\"oacf\",\"parameters\":{\"jziqcso\":{}}},\"dynamicListNew\":{\"operationId\":\"tkpdcdefq\",\"builtInOperation\":\"rmgm\",\"itemsPath\":\"ddaxaogs\",\"itemValuePath\":\"cmmmbipysehyybo\",\"itemTitlePath\":\"jcvmkkbp\",\"parameters\":{\"wd\":{},\"yhdtiembrwqwvc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"trgpd\",\"type\":\"String\",\"title\":\"xhyfwjfqktuzrl\",\"items\":{\"ref\":\"c\",\"type\":\"Null\",\"title\":\"qfzbvttqjntv\",\"items\":{},\"properties\":{\"bhj\":{}},\"additionalProperties\":\"datagc\",\"required\":[\"yfrhooyvmv\",\"xyeeafd\"],\"maxProperties\":729778880,\"minProperties\":1220018092,\"allOf\":[{},{},{},{}],\"discriminator\":\"zhgbspdxbhjqu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datamzdf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"wnkbjqpz\":{},\"odwh\":{},\"uxsochtuxapewzwq\":{}},\"additionalProperties\":\"dataxmynslcv\",\"required\":[\"vwttts\",\"czroddc\",\"qimodnbjmj\",\"k\"],\"maxProperties\":1889617579,\"minProperties\":726647668,\"allOf\":[{},{}],\"discriminator\":\"tkfjacktav\",\"readOnly\":true,\"xml\":{\"name\":\"djfypla\",\"namespace\":\"v\",\"prefix\":\"cedsoqwexi\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jqdfadgywyla\":\"dataikf\",\"ohystdgjtpbtkogf\":\"dataetqj\"}},\"externalDocs\":{\"description\":\"lyzolrvwsgseqj\",\"uri\":\"oaxir\",\"extensions\":{\"vsobamtarirdzdgv\":\"dataswrjyb\"}},\"example\":\"dataflz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ugxpypbmzqsxblm\",\"valuePath\":\"rxkulytivviyq\",\"parameters\":{\"b\":\"dataxxyfo\",\"wxjikfrxvlu\":\"dataod\",\"imqaxtmvmycvjpa\":\"dataedpnk\",\"jngoq\":\"datajdqvvyjehyvn\"}},\"dynamicSchemaNew\":{\"operationId\":\"v\",\"valuePath\":\"g\",\"parameters\":{\"whxunwenbphy\":{}}},\"dynamicListNew\":{\"operationId\":\"zgz\",\"builtInOperation\":\"xdusebkc\",\"itemsPath\":\"txpu\",\"itemValuePath\":\"erma\",\"itemTitlePath\":\"iqrsnmftubqwxv\",\"parameters\":{\"biyzjlgrwjbsycuk\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"sxhvsgzpwqie\",\"type\":\"String\",\"title\":\"ctyqsttampqe\",\"items\":{\"ref\":\"tmubplzoepeqlh\",\"type\":\"String\",\"title\":\"yizeqlctpqn\",\"items\":{},\"properties\":{\"hgyzwfyfdb\":{},\"ooelm\":{},\"kd\":{}},\"additionalProperties\":\"dataqykgjjsmvsi\",\"required\":[\"lm\",\"jwsmnwbmacvemmr\"],\"maxProperties\":390794608,\"minProperties\":857859908,\"allOf\":[{},{},{},{}],\"discriminator\":\"sxplcsinbul\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataynn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qpw\":{},\"idsjqc\":{}},\"additionalProperties\":\"dataz\",\"required\":[\"fdlgpryy\"],\"maxProperties\":362497898,\"minProperties\":1923722992,\"allOf\":[{},{},{}],\"discriminator\":\"yuwa\",\"readOnly\":true,\"xml\":{\"name\":\"vaidzcephn\",\"namespace\":\"u\",\"prefix\":\"y\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"ertj\":\"datarwpekiprjb\",\"cgiwsywpejtvqop\":\"dataairpwj\"}},\"externalDocs\":{\"description\":\"sergiuztqe\",\"uri\":\"ypul\",\"extensions\":{\"ikwcx\":\"datacbcendidhue\",\"kiynbf\":\"dataasgukq\"}},\"example\":\"dataiwmqnwm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"irgyutexnzh\",\"valuePath\":\"cgvjbrybfar\",\"parameters\":{\"yhdpjjhqnzcbjfpx\":\"dataoqcudnwm\",\"qxyxfknjqss\":\"dataygnmjniqw\",\"lkwqisnlpaymket\":\"datanwvravntv\",\"mewwlkryz\":\"datatkt\"}},\"dynamicSchemaNew\":{\"operationId\":\"q\",\"valuePath\":\"htctxxregyk\",\"parameters\":{\"adbzjohd\":{}}},\"dynamicListNew\":{\"operationId\":\"hdxity\",\"builtInOperation\":\"jgrpquafxgjqq\",\"itemsPath\":\"c\",\"itemValuePath\":\"fxdbis\",\"itemTitlePath\":\"umwafa\",\"parameters\":{\"gljopiz\":{},\"qihvbkufqiqddjy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"mkjpajlfp\",\"readOnly\":true,\"xml\":{\"name\":\"lhejcc\",\"namespace\":\"xbnwitaf\",\"prefix\":\"evpt\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"kplqftqcxqmbs\":\"datawvkpar\",\"gul\":\"datadcy\",\"mqoubxlpkdsn\":\"datallfwrmsuxyq\",\"axzyrp\":\"dataqoymsdlraduhg\"}},\"externalDocs\":{\"description\":\"vijr\",\"uri\":\"esk\",\"extensions\":{\"ribmbtmori\":\"databk\",\"qxgwsfr\":\"dataczerqt\"}},\"example\":\"datavzlljydgmdoq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"zcy\",\"valuePath\":\"dh\",\"parameters\":{\"rru\":\"dataqeglym\",\"exqcilfi\":\"datasqpiyxkmqm\",\"vzxgbamqrbbsnp\":\"datalgnnyxwdpmcewq\"}},\"dynamicSchemaNew\":{\"operationId\":\"v\",\"valuePath\":\"av\",\"parameters\":{\"axznqqkq\":{\"operationId\":\"yjuwhizcbqjxmh\",\"valuePath\":\"tunpcsk\",\"parameters\":{\"fouwkoltjdauuj\":{},\"ltyhddzeykud\":{},\"zrimyehplmq\":{},\"oduk\":{}}},\"g\":{\"operationId\":\"dglseuqkr\",\"valuePath\":\"yakr\",\"parameters\":{\"nwgokrllbec\":{},\"nnvxouhdcf\":{},\"ptfcjapmfwxmcxhw\":{}}},\"zbrwrfrmhouf\":{\"operationId\":\"ifoyoc\",\"valuePath\":\"adhmqyufpfowwey\",\"parameters\":{\"rtngiqcypmonfcor\":{},\"nhfycigcbmay\":{},\"dtjfrponajzdj\":{}}},\"aqsyt\":{\"operationId\":\"rb\",\"valuePath\":\"ojcksirsnqunn\",\"parameters\":{\"yxdeggnzadqmvpe\":{},\"pnsvkyq\":{},\"rplfqqnwojsrg\":{},\"lxnsvbkh\":{}}}}},\"dynamicListNew\":{\"operationId\":\"mgukyw\",\"builtInOperation\":\"uo\",\"itemsPath\":\"cex\",\"itemValuePath\":\"pit\",\"itemTitlePath\":\"qnbs\",\"parameters\":{\"tforylxaknwkjzv\":{\"operationId\":\"mtcidca\",\"valuePath\":\"nxhcxct\",\"parameters\":{\"oe\":{}}},\"puplug\":{\"operationId\":\"symtupyjt\",\"valuePath\":\"xzwdsnqhyefnakd\",\"parameters\":{\"jksdlulytjxh\":{},\"wtittlnv\":{},\"kv\":{}}},\"jrgfbmpszwkbcstz\":{\"operationId\":\"ynv\",\"valuePath\":\"vctqda\",\"parameters\":{\"sfp\":{},\"pj\":{},\"silb\":{},\"rucqehyrnz\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xdwxrwqtbvws\",\"itemsPath\":\"akxy\",\"itemValuePath\":\"kgjhomywlypghhul\",\"itemTitlePath\":\"yfvgpqwgiqmbrisk\",\"itemFullTitlePath\":\"uihtqfvyqmm\",\"itemIsParent\":\"uguvlieegjnqwh\",\"selectableFilter\":\"o\",\"parameters\":{\"hjs\":{},\"gqcrwaucf\":{},\"otedhjxdlmuhffjj\":{},\"vjyqmpmsk\":{}}},\"browse\":{\"operationId\":\"rhljwqufudpypb\",\"itemsPath\":\"lefxfp\",\"itemValuePath\":\"ajvwfijfd\",\"itemTitlePath\":\"rvsvhmsmrihddnb\",\"itemFullTitlePath\":\"bqntdder\",\"itemIsParent\":\"yiwuzpsvcmzs\",\"selectableFilter\":\"tyyysqnwnl\",\"parameters\":{\"fjdzkfth\":{}}}}},\"properties\":{\"bdhmxbyzfjgr\":{\"ref\":\"hd\",\"type\":\"Number\",\"title\":\"tf\",\"items\":{\"ref\":\"qb\",\"type\":\"Array\",\"title\":\"ulymk\",\"items\":{\"ref\":\"ryhxf\",\"type\":\"String\",\"title\":\"npftkgm\",\"items\":{},\"properties\":{\"biubzg\":{},\"psotbame\":{}},\"additionalProperties\":\"databusnaq\",\"required\":[\"uuhyncppmmwhjer\"],\"maxProperties\":288131133,\"minProperties\":1994994052,\"allOf\":[{}],\"discriminator\":\"bxlepsmckgpxdx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datavdkoiihrfcowlase\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"laqhxe\":{},\"fdarvjhwgkynxlw\":{}},\"additionalProperties\":\"datagotdt\",\"required\":[\"tkalhpiybfnk\",\"lzrignqlwogqnb\"],\"maxProperties\":2076981753,\"minProperties\":1175073373,\"allOf\":[{},{},{}],\"discriminator\":\"qcbnkiv\",\"readOnly\":false,\"xml\":{\"name\":\"hmar\",\"namespace\":\"wyfcenkbfxqcap\",\"prefix\":\"eciradmxokbu\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"odyiitreddjt\":\"dataayvcsejdh\"}},\"externalDocs\":{\"description\":\"pybs\",\"uri\":\"kgaxmhaszjietfst\",\"extensions\":{\"wrjtkrei\":\"datadvzcnlk\",\"swmgrbkobmg\":\"dataojh\",\"widteb\":\"dataavzmqpaa\",\"r\":\"dataed\"}},\"example\":\"datazppgij\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"icxepgaxpyde\",\"valuePath\":\"cqdssbmgersdudh\",\"parameters\":{\"sfyzevcknglffno\":\"datamnfgzmxtxfuhxy\",\"syxcdosyhhwpufr\":\"datazfysffrpjf\",\"skxkteoyk\":\"datapreyilq\",\"qogrddimna\":\"datarqt\"}},\"dynamicSchemaNew\":{\"operationId\":\"yrbvmb\",\"valuePath\":\"expnphtqwfp\",\"parameters\":{\"b\":{},\"x\":{}}},\"dynamicListNew\":{\"operationId\":\"api\",\"builtInOperation\":\"jlfugnrzowcgrz\",\"itemsPath\":\"q\",\"itemValuePath\":\"zawqxnhlva\",\"itemTitlePath\":\"gwxd\",\"parameters\":{\"mfjkrzplhal\":{},\"omgzorprr\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"hmeoxxbzagwnomp\":{\"ref\":\"ylgebr\",\"type\":\"Object\",\"title\":\"fuyzvbploazc\",\"items\":{},\"properties\":{\"e\":{},\"mmadkbxuip\":{},\"oaw\":{},\"ugpube\":{}},\"additionalProperties\":\"datawxzmuzgueuygpbh\",\"required\":[\"e\",\"msw\",\"l\",\"gxxzxwrnqwdjvl\"],\"maxProperties\":1425524785,\"minProperties\":903351327,\"allOf\":[{},{},{},{}],\"discriminator\":\"sfxqcmejezjcb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakmxgwwmavllpfjgu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"jgdqjh\":{\"ref\":\"iscnzcufysal\",\"type\":\"Array\",\"title\":\"jexq\",\"items\":{},\"properties\":{\"krid\":{}},\"additionalProperties\":\"datawczjnnmpifjq\",\"required\":[\"nbdup\",\"pllosadjffllr\"],\"maxProperties\":196823599,\"minProperties\":1474036866,\"allOf\":[{}],\"discriminator\":\"kadzuddcccls\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapmnypktgslkok\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataecjgpjnydkkgbv\",\"required\":[\"srgkvgavn\"],\"maxProperties\":988153026,\"minProperties\":1104855733,\"allOf\":[{\"ref\":\"ysujcvhclgp\",\"type\":\"Number\",\"title\":\"yrpwzsmwgebpsk\",\"items\":{},\"properties\":{\"fdvtwuncnfn\":{}},\"additionalProperties\":\"datawjmyubhtmlgj\",\"required\":[\"kymjdwirglqibj\",\"vmkaw\"],\"maxProperties\":337054188,\"minProperties\":1668245698,\"allOf\":[{}],\"discriminator\":\"rrwkcwwitzmxxig\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanayypsx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"mmpvo\",\"readOnly\":true,\"xml\":{\"name\":\"krxu\",\"namespace\":\"d\",\"prefix\":\"ydn\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"o\":\"datapnkqxkrumhaeq\",\"sytidz\":\"datagwjxatwxiyarfhi\"}},\"externalDocs\":{\"description\":\"dprwruexhgd\",\"uri\":\"kplaseyltqx\",\"extensions\":{\"ddveqy\":\"dataopekyzdzvhyo\",\"nylfutgbpw\":\"dataekvzpqrxsifixol\"}},\"example\":\"dataayxtvpi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"wwmjrsmkjalor\",\"valuePath\":\"egiczrvnezlcvnd\",\"parameters\":{\"gkk\":\"dataphf\"}},\"dynamicSchemaNew\":{\"operationId\":\"mjmgswt\",\"valuePath\":\"skuqgneorqtr\",\"parameters\":{\"ikqvaagnzb\":{},\"qqbjcdaucs\":{},\"mzvgj\":{},\"nuwcquepanqdmm\":{}}},\"dynamicListNew\":{\"operationId\":\"p\",\"builtInOperation\":\"blmxblcbwvsqpe\",\"itemsPath\":\"lcbbu\",\"itemValuePath\":\"pcgirsfil\",\"itemTitlePath\":\"syzcnxjvipehx\",\"parameters\":{\"urbxovg\":{},\"ipbnnghsjxwj\":{},\"wgoxen\":{},\"p\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"uzsojblyygftic\",\"itemsPath\":\"drswqm\",\"itemValuePath\":\"uyqtzo\",\"itemTitlePath\":\"otrbnvoe\",\"itemFullTitlePath\":\"t\",\"itemIsParent\":\"qoafdv\",\"selectableFilter\":\"lrsrfrxylmdjpspi\",\"parameters\":{\"cvhqadjcasncgq\":{},\"ixuqvat\":{},\"tkvoivcktjscjkex\":{}}},\"browse\":{\"operationId\":\"yrcjgptxvz\",\"itemsPath\":\"unwmbfjjselblwmf\",\"itemValuePath\":\"pn\",\"itemTitlePath\":\"s\",\"itemFullTitlePath\":\"mfktytri\",\"itemIsParent\":\"leqvefnzvhmiwba\",\"selectableFilter\":\"zxcmsceza\",\"parameters\":{\"ilhvtroxlybddx\":{}}}}},\"fdz\":{\"ref\":\"brbmcrtvxjwpvqre\",\"type\":\"String\",\"title\":\"palqwbrfiovpdl\",\"items\":{\"ref\":\"rfiwerlbcetrvird\",\"type\":\"File\",\"title\":\"wpvnloop\",\"items\":{\"ref\":\"egchtabhacjlf\",\"type\":\"Array\",\"title\":\"lvvwvpf\",\"items\":{},\"properties\":{\"zhmlnfvyhdhf\":{},\"nsd\":{},\"hawbxnlkmazhle\":{},\"yroksay\":{}},\"additionalProperties\":\"datafzzipyqtmdhb\",\"required\":[\"gmwxzlphzujkq\",\"xbejhxopehely\",\"ykhdapxdiibj\"],\"maxProperties\":1213646765,\"minProperties\":438384865,\"allOf\":[{},{},{}],\"discriminator\":\"yhx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datam\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jffajhtvbskgc\":{}},\"additionalProperties\":\"datadl\",\"required\":[\"dtrl\"],\"maxProperties\":72282860,\"minProperties\":787368487,\"allOf\":[{}],\"discriminator\":\"buugchjtpszc\",\"readOnly\":true,\"xml\":{\"name\":\"nypluivrjsel\",\"namespace\":\"zrpespeb\",\"prefix\":\"gzx\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"lqmnwhdho\":\"datalyqauuohskimntxd\"}},\"externalDocs\":{\"description\":\"dumaplp\",\"uri\":\"riettnmi\",\"extensions\":{\"qmlmbyqyeku\":\"datab\"}},\"example\":\"datadxz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ydogr\",\"valuePath\":\"wzecgbxrcsevqjdx\",\"parameters\":{\"aiitn\":\"datawqbvanvgpxn\",\"maebdrxjsmrsea\":\"dataruywrxnk\",\"ue\":\"dataxeovbgrqwfuxn\",\"eket\":\"datayl\"}},\"dynamicSchemaNew\":{\"operationId\":\"ptqhatfg\",\"valuePath\":\"hbxgfhgkdms\",\"parameters\":{\"hbupqovuwhvqihm\":{},\"hqjdcbgcemjti\":{}}},\"dynamicListNew\":{\"operationId\":\"agc\",\"builtInOperation\":\"yqzcra\",\"itemsPath\":\"lzdxcmpdmdsyp\",\"itemValuePath\":\"frhiehxjoupxe\",\"itemTitlePath\":\"becxuvkbao\",\"parameters\":{\"yhgpgjd\":{},\"n\":{},\"kdje\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"mz\":{\"ref\":\"wiztvucyackg\",\"type\":\"Number\",\"title\":\"m\",\"items\":{},\"properties\":{\"ohfksixvwkpcesmu\":{},\"jabpnxohagcojgmy\":{},\"jdgm\":{}},\"additionalProperties\":\"datahr\",\"required\":[\"dipbnjiweyuigy\"],\"maxProperties\":732299581,\"minProperties\":835862018,\"allOf\":[{},{},{}],\"discriminator\":\"kgmwurcx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanypfkvjgovbbnc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"rxzwvcvtjdq\":{\"ref\":\"rubn\",\"type\":\"String\",\"title\":\"pmqffgjsqqqairoo\",\"items\":{},\"properties\":{\"jobdqiuppavqovi\":{},\"pmegnkrvtfb\":{}},\"additionalProperties\":\"datatrwgljfatezdxq\",\"required\":[\"phgimyomje\",\"lgnieeqjdfxxxnn\",\"uxkepga\",\"rijbiterqfu\"],\"maxProperties\":41103148,\"minProperties\":1001068102,\"allOf\":[{},{},{}],\"discriminator\":\"pfqddwwpg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqkv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"gmecwe\":{\"ref\":\"gwxja\",\"type\":\"File\",\"title\":\"p\",\"items\":{},\"properties\":{\"bjzxrpxji\":{},\"aup\":{},\"rvdo\":{}},\"additionalProperties\":\"dataaqng\",\"required\":[\"gcwwuusjjhtcyzn\",\"highnxhgmfrnk\"],\"maxProperties\":297285312,\"minProperties\":639571837,\"allOf\":[{},{},{},{}],\"discriminator\":\"jteqlujmmkn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datatxim\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"yjzijxefyd\":{\"ref\":\"lerpt\",\"type\":\"Null\",\"title\":\"a\",\"items\":{},\"properties\":{\"eeagig\":{},\"pabacpleirjrka\":{},\"mvndubmazlxlbduk\":{},\"d\":{}},\"additionalProperties\":\"dataeyq\",\"required\":[\"pkypbekpardoad\",\"e\"],\"maxProperties\":1478959346,\"minProperties\":427874137,\"allOf\":[{},{},{}],\"discriminator\":\"mgzsytmpfslrxvsq\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataffkzlchrkiwp\",\"required\":[\"hflxnni\",\"rugotfrdlfe\"],\"maxProperties\":799818901,\"minProperties\":1969660399,\"allOf\":[{\"ref\":\"yriyraybi\",\"type\":\"String\",\"title\":\"ijclfdprezqx\",\"items\":{},\"properties\":{\"gyddpfnmbxerzyp\":{},\"ralw\":{},\"cnmrbizxqldmhzb\":{},\"ujdzlgyermje\":{}},\"additionalProperties\":\"datayuhoqpbfjfcbwea\",\"required\":[\"kmkuquv\",\"gvnomlcldoyohuaf\"],\"maxProperties\":652288316,\"minProperties\":392572184,\"allOf\":[{},{}],\"discriminator\":\"sylwsmdo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datambgbhtpomiustkqy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"skvtzb\",\"type\":\"String\",\"title\":\"hpfedx\",\"items\":{},\"properties\":{\"d\":{},\"k\":{}},\"additionalProperties\":\"datahwzmehcdfdxth\",\"required\":[\"t\"],\"maxProperties\":424480753,\"minProperties\":1558891030,\"allOf\":[{},{},{},{}],\"discriminator\":\"jdhzkwvuewei\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datawlxdknxctglzbcxd\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"wb\",\"type\":\"Number\",\"title\":\"xzfvnazc\",\"items\":{},\"properties\":{\"nqiyevjehtseao\":{},\"xsehflfmabpyz\":{},\"cplphfstvurtkce\":{}},\"additionalProperties\":\"datavaxwzbwxx\",\"required\":[\"sxsrrhryrbbe\",\"rnrjzzuimpiybm\"],\"maxProperties\":2140946735,\"minProperties\":2115108520,\"allOf\":[{},{}],\"discriminator\":\"mfb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqorhtqtw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"asichhxqnlmj\",\"type\":\"Null\",\"title\":\"dfibw\",\"items\":{},\"properties\":{\"uhysrmkkzjsnxzl\":{},\"xaayxpdzvgyujkx\":{},\"gejzdbigitra\":{}},\"additionalProperties\":\"datady\",\"required\":[\"rnbpiddvbxqxo\",\"ix\",\"elsrymzvtzyf\",\"tbayh\"],\"maxProperties\":2075304724,\"minProperties\":864757603,\"allOf\":[{},{},{}],\"discriminator\":\"yzlkqyezyzxkr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafuxystltkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"jfw\",\"readOnly\":true,\"xml\":{\"name\":\"oq\",\"namespace\":\"bueiydoqbruxl\",\"prefix\":\"txhednkzjt\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"cmkwcyeljni\":\"datatseixpkrwgzn\",\"yihct\":\"datadgzxbwn\",\"mzozb\":\"datau\"}},\"externalDocs\":{\"description\":\"vughutiql\",\"uri\":\"nfyfy\",\"extensions\":{\"lj\":\"datavzb\",\"magfyinmajj\":\"dataki\",\"uafbddm\":\"dataplgtwfkflcvbzkbe\"}},\"example\":\"dataqynmldhg\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ag\",\"valuePath\":\"uhdqhq\",\"parameters\":{\"sfxzobovsvhbtdgx\":\"datasypo\",\"oubvfx\":\"datallmd\",\"vbsjtfqwlbeqcz\":\"dataswemncjhmvvzeaic\"}},\"dynamicSchemaNew\":{\"operationId\":\"gropuq\",\"valuePath\":\"s\",\"parameters\":{\"ociyi\":{},\"qlyoor\":{},\"ewgglq\":{},\"jyk\":{}}},\"dynamicListNew\":{\"operationId\":\"hxuznbcpiadj\",\"builtInOperation\":\"vxsulcd\",\"itemsPath\":\"ib\",\"itemValuePath\":\"iacghygmtbiv\",\"itemTitlePath\":\"jn\",\"parameters\":{\"fzzmxqyjy\":{},\"rjpy\":{},\"kew\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"xif\",\"itemsPath\":\"vhuovfotwv\",\"itemValuePath\":\"htdxd\",\"itemTitlePath\":\"dzdheknmcvmxiu\",\"itemFullTitlePath\":\"ifuahtkkccrusrzs\",\"itemIsParent\":\"qodyafayx\",\"selectableFilter\":\"vt\",\"parameters\":{\"o\":{},\"wslctilbxnny\":{},\"jt\":{},\"dfhpelzavohv\":{}}},\"browse\":{\"operationId\":\"cdrchue\",\"itemsPath\":\"liqcbonqjoek\",\"itemValuePath\":\"cglvobctit\",\"itemTitlePath\":\"rbalvkfdqi\",\"itemFullTitlePath\":\"rqhxfqkqp\",\"itemIsParent\":\"rqlazfjltckbjvd\",\"selectableFilter\":\"yf\",\"parameters\":{\"de\":{}}}}}},\"additionalProperties\":\"dataalkqlvbkz\",\"required\":[\"rnwwoiviniyoizuw\",\"zcri\"],\"maxProperties\":1047091530,\"minProperties\":1479560554,\"allOf\":[{\"ref\":\"albs\",\"type\":\"Array\",\"title\":\"j\",\"items\":{\"ref\":\"eaibqjbizbwxuy\",\"type\":\"Object\",\"title\":\"iwllxtclveqdqtzs\",\"items\":{\"ref\":\"wjxry\",\"type\":\"Object\",\"title\":\"gh\",\"items\":{},\"properties\":{\"dlkkwbdekbvdulmk\":{}},\"additionalProperties\":\"datadnxbssatpialrq\",\"required\":[\"xxccf\",\"fvoz\",\"iyvrexitpz\"],\"maxProperties\":112473964,\"minProperties\":796947635,\"allOf\":[{},{}],\"discriminator\":\"ujywwumbusnaw\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahmsobuahokiclr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"scidkwzn\":{},\"ttlizdoys\":{},\"z\":{}},\"additionalProperties\":\"dataogdjwuybcppdvuo\",\"required\":[\"kbp\"],\"maxProperties\":2059319100,\"minProperties\":664391551,\"allOf\":[{},{},{},{}],\"discriminator\":\"wauylkbd\",\"readOnly\":false,\"xml\":{\"name\":\"frtlukaf\",\"namespace\":\"ylempahyuxxeik\",\"prefix\":\"npw\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"e\":\"datavvysphjkxgfmesx\",\"anlvo\":\"dataqfynvckx\",\"qcuwtpss\":\"datarvzhdn\",\"nolspvxpiegxlzd\":\"dataq\"}},\"externalDocs\":{\"description\":\"ptzkmfvd\",\"uri\":\"cwosmnwsffi\",\"extensions\":{\"zhrhki\":\"datadfrzzxirxxkmozkd\"}},\"example\":\"datapyznjw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"nyjbzzwsesqytkt\",\"valuePath\":\"fgxorhsxcsoax\",\"parameters\":{\"xt\":\"datapk\",\"ihslnbyiow\":\"dataxynkubwk\"}},\"dynamicSchemaNew\":{\"operationId\":\"wjvxycygcvgebfe\",\"valuePath\":\"yan\",\"parameters\":{\"vttkgopdjqnsi\":{},\"ucqteciexscxhzh\":{}}},\"dynamicListNew\":{\"operationId\":\"yp\",\"builtInOperation\":\"w\",\"itemsPath\":\"cfamuikisppygoth\",\"itemValuePath\":\"irhhbogxw\",\"itemTitlePath\":\"pymyerpus\",\"parameters\":{\"outj\":{},\"iw\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"alz\":{\"ref\":\"joy\",\"type\":\"Boolean\",\"title\":\"okd\",\"items\":{},\"properties\":{\"zeowi\":{},\"vje\":{},\"zxkflz\":{},\"wkxxboauvkkco\":{}},\"additionalProperties\":\"datanwhld\",\"required\":[\"wc\"],\"maxProperties\":1626149009,\"minProperties\":1334629660,\"allOf\":[{},{},{}],\"discriminator\":\"tnlcvl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarbzzbhyagwxwcndk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"dataawkyxownoypqu\",\"required\":[\"iajicrsdgtjxlop\"],\"maxProperties\":471453249,\"minProperties\":65322636,\"allOf\":[{\"ref\":\"rszehijlwrfeab\",\"type\":\"Null\",\"title\":\"hjmg\",\"items\":{},\"properties\":{\"a\":{},\"l\":{}},\"additionalProperties\":\"dataxlrx\",\"required\":[\"mfqmvnhsfjxt\",\"sbjxpuokkdpts\",\"pg\",\"plonal\"],\"maxProperties\":1313462664,\"minProperties\":787059976,\"allOf\":[{},{}],\"discriminator\":\"yasjwnwnjdrnfgt\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanxqvzzi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"jyezlkuiveftugi\",\"type\":\"Boolean\",\"title\":\"fpmbpnrgn\",\"items\":{},\"properties\":{\"ufzaysfzuvuoxzyf\":{}},\"additionalProperties\":\"dataj\",\"required\":[\"bqo\",\"kzueytphnaz\",\"gvfcu\"],\"maxProperties\":778724539,\"minProperties\":1900217981,\"allOf\":[{},{},{}],\"discriminator\":\"bqrlbyh\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqkrzvdj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"qfjwgphhpw\",\"type\":\"String\",\"title\":\"wfqzwysm\",\"items\":{},\"properties\":{\"d\":{},\"jsqepxft\":{}},\"additionalProperties\":\"datafad\",\"required\":[\"ifdrbsrpjs\",\"bibsn\",\"mfooi\"],\"maxProperties\":794493499,\"minProperties\":1574275310,\"allOf\":[{},{},{},{}],\"discriminator\":\"cu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"databrewtfuxktsxn\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"mlpihtep\",\"type\":\"Object\",\"title\":\"brinvfcdsijs\",\"items\":{},\"properties\":{\"ntlxwayxujzoxgak\":{},\"tkr\":{},\"uc\":{},\"zwedm\":{}},\"additionalProperties\":\"dataulxgcemxo\",\"required\":[\"dvqan\"],\"maxProperties\":2035807964,\"minProperties\":809255506,\"allOf\":[{},{},{}],\"discriminator\":\"mgblqyfgzb\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagzfgxwfxj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"n\",\"readOnly\":true,\"xml\":{\"name\":\"ghjxhpppnksqi\",\"namespace\":\"megjtoseohoygowd\",\"prefix\":\"zzugdorc\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"plpexhh\":\"datairtasep\"}},\"externalDocs\":{\"description\":\"tl\",\"uri\":\"zbiroxamnv\",\"extensions\":{\"nsihdzxeufj\":\"datajpba\"}},\"example\":\"datatzmmxdmppibv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hofyoqfvmvwplxmu\",\"valuePath\":\"tnneolghgtej\",\"parameters\":{\"cckjrqdtyk\":\"datals\"}},\"dynamicSchemaNew\":{\"operationId\":\"cjuuxq\",\"valuePath\":\"i\",\"parameters\":{\"rwciynjcvew\":{}}},\"dynamicListNew\":{\"operationId\":\"rnaktjopig\",\"builtInOperation\":\"hheqj\",\"itemsPath\":\"hrrxmc\",\"itemValuePath\":\"rqnuahhke\",\"itemTitlePath\":\"brbdujpsh\",\"parameters\":{\"ivrycyulwzjorv\":{},\"gmkkeles\":{},\"jckyocyb\":{},\"lwdmpsdfsla\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"pvqpqumexnpoaeru\",\"itemsPath\":\"fhltwlzlmpiprlc\",\"itemValuePath\":\"ewmnwyhql\",\"itemTitlePath\":\"mkmx\",\"itemFullTitlePath\":\"mkpa\",\"itemIsParent\":\"pwpbnjc\",\"selectableFilter\":\"wtuniumys\",\"parameters\":{\"dllbw\":{},\"mvhbzypmmyrggs\":{},\"ouzo\":{}}},\"browse\":{\"operationId\":\"qlwyqsxeq\",\"itemsPath\":\"t\",\"itemValuePath\":\"czcxouaneuepgq\",\"itemTitlePath\":\"akovslvwpvdm\",\"itemFullTitlePath\":\"c\",\"itemIsParent\":\"ucmiqsdsnu\",\"selectableFilter\":\"g\",\"parameters\":{\"tiuttkasxjkcl\":{},\"qpasrilet\":{}}}}},{\"ref\":\"lbhkij\",\"type\":\"Number\",\"title\":\"q\",\"items\":{\"ref\":\"rqiwxeppuhk\",\"type\":\"Null\",\"title\":\"kzvjyvobevfbmxz\",\"items\":{\"ref\":\"ghs\",\"type\":\"String\",\"title\":\"ajiobybyilhdbb\",\"items\":{},\"properties\":{\"yxhcw\":{},\"btegoachoj\":{},\"tlaqq\":{}},\"additionalProperties\":\"datagiplxrif\",\"required\":[\"kvfkvdbbpoi\"],\"maxProperties\":178164128,\"minProperties\":332647371,\"allOf\":[{},{},{}],\"discriminator\":\"ituufknarsc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datainzosxrs\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"xvezwwqchxowp\":{},\"vuxqactoqqehnqi\":{}},\"additionalProperties\":\"datagnvuolv\",\"required\":[\"nlbkizebbrwl\"],\"maxProperties\":60115677,\"minProperties\":1596919065,\"allOf\":[{}],\"discriminator\":\"qgetzgwyw\",\"readOnly\":false,\"xml\":{\"name\":\"amoa\",\"namespace\":\"qqiyjreh\",\"prefix\":\"chengmxpjkuq\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"gq\":\"dataxsqdzyyalrx\",\"seimuipggt\":\"dataqfwuplfjkbaxv\",\"dziphe\":\"datahxbfhbip\"}},\"externalDocs\":{\"description\":\"fz\",\"uri\":\"cleyam\",\"extensions\":{\"vbtkafcnfitpu\":\"datatjjhqvypqgncgw\",\"baw\":\"datakykdwyjdvyx\",\"goudcl\":\"datagy\",\"disjeovgc\":\"dataidqlynx\"}},\"example\":\"datachgjonrhdib\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"y\",\"valuePath\":\"eouiuvkcnqonjbb\",\"parameters\":{\"jsgbpj\":\"datafllzykzpjjdslpby\",\"vwbd\":\"datanblbkakn\",\"qilsbabqtjch\":\"datanddctkjcqhxdirt\",\"eiyem\":\"datasfwey\"}},\"dynamicSchemaNew\":{\"operationId\":\"szekdqqwc\",\"valuePath\":\"fhrndqymloslqg\",\"parameters\":{\"nqqzqdvgn\":{},\"mtkg\":{},\"yny\":{}}},\"dynamicListNew\":{\"operationId\":\"wphbuzmvjil\",\"builtInOperation\":\"bmfkctpa\",\"itemsPath\":\"hrjwyxduwimwnuvj\",\"itemValuePath\":\"wpfxi\",\"itemTitlePath\":\"fkmnj\",\"parameters\":{\"wmyjdbcknsojtmpd\":{},\"cbpkig\":{},\"vvaitkce\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ilnhkcxuou\":{\"ref\":\"tnppxxeysqenfwug\",\"type\":\"String\",\"title\":\"emunvzmvnbckl\",\"items\":{},\"properties\":{\"uk\":{},\"vfsukpkieal\":{},\"ckpnnenrcez\":{},\"or\":{}},\"additionalProperties\":\"datawkcohjxo\",\"required\":[\"vuamorhkneuuu\",\"rwizznkrarjiijpb\",\"chcwhlhdzdcrlf\"],\"maxProperties\":276713709,\"minProperties\":2112131761,\"allOf\":[{},{},{},{}],\"discriminator\":\"lzcrtmfvjzcv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataebvtkgzj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datazckogcvazoz\",\"required\":[\"yofts\",\"diydwklkuamxho\"],\"maxProperties\":1713065887,\"minProperties\":1874715368,\"allOf\":[{\"ref\":\"iz\",\"type\":\"Object\",\"title\":\"gmkztwzlwellh\",\"items\":{},\"properties\":{\"evrfuzedudktgd\":{},\"watfvjvumim\":{}},\"additionalProperties\":\"dataflhyc\",\"required\":[\"unvrqvxnoazar\",\"vcze\"],\"maxProperties\":603625657,\"minProperties\":1261827497,\"allOf\":[{},{},{},{}],\"discriminator\":\"ksddbdhgvjho\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasuxrsoxtxuu\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"bwvuwbbzcmp\",\"readOnly\":false,\"xml\":{\"name\":\"cl\",\"namespace\":\"mrg\",\"prefix\":\"yfmjckctybh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"mawxrg\":\"datatslmeyoncxje\"}},\"externalDocs\":{\"description\":\"n\",\"uri\":\"hhfhihwwkhi\",\"extensions\":{\"uttyi\":\"dataykxzc\",\"jz\":\"dataps\",\"anzpzmo\":\"datavojwjanzolqq\",\"yowisqfifmit\":\"dataupqlusxkzdnot\"}},\"example\":\"dataypkiqlo\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"eim\",\"valuePath\":\"otynaehl\",\"parameters\":{\"aihescjvzlgcliaj\":\"datam\"}},\"dynamicSchemaNew\":{\"operationId\":\"vihy\",\"valuePath\":\"p\",\"parameters\":{\"exvt\":{}}},\"dynamicListNew\":{\"operationId\":\"symgkirf\",\"builtInOperation\":\"tz\",\"itemsPath\":\"oilipmuufsek\",\"itemValuePath\":\"pufhwpkpejfszw\",\"itemTitlePath\":\"mswb\",\"parameters\":{\"fw\":{},\"cnzfajpt\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"appafjcdcc\",\"itemsPath\":\"ae\",\"itemValuePath\":\"zqwytgggidrxd\",\"itemTitlePath\":\"jchz\",\"itemFullTitlePath\":\"wcpqkpgbssjq\",\"itemIsParent\":\"tcvdzytsd\",\"selectableFilter\":\"bkorpu\",\"parameters\":{\"ppnjzbuvmfsfru\":{},\"nqfnz\":{},\"ypp\":{},\"ul\":{}}},\"browse\":{\"operationId\":\"upprdjfe\",\"itemsPath\":\"ozuzxoya\",\"itemValuePath\":\"hjeuewa\",\"itemTitlePath\":\"xkvruryyqyt\",\"itemFullTitlePath\":\"jhokhijghpvjq\",\"itemIsParent\":\"kikdatbwyarqt\",\"selectableFilter\":\"jblhefq\",\"parameters\":{\"nxtpzdgyilwu\":{},\"klbjlnbxouc\":{},\"ddplgjfhvia\":{}}}}}],\"discriminator\":\"keacmadyoctmda\",\"readOnly\":false,\"xml\":{\"name\":\"t\",\"namespace\":\"es\",\"prefix\":\"toeteufg\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"zoxhoiogpbogpbw\":\"databpefrfugthcd\",\"jpkbrvmzu\":\"datafoxlzr\",\"qjtza\":\"dataqkrq\"}},\"externalDocs\":{\"description\":\"rvgit\",\"uri\":\"jixkepl\",\"extensions\":{\"iyqv\":\"datahnizvvekp\",\"vxmiooqekzxq\":\"datahtyafcvtos\",\"rhkwh\":\"datazsngltlbsnlfplx\"}},\"example\":\"datarhwuujymyjvkoyjg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"qmchlhzngmwem\",\"valuePath\":\"qmkjsvxbagcc\",\"parameters\":{\"cntqoszrwkkxdnxu\":\"dataoqlowe\"}},\"dynamicSchemaNew\":{\"operationId\":\"doitdfcnxrbyv\",\"valuePath\":\"vgztjtzsgenbdq\",\"parameters\":{\"yafszxnzjx\":{\"operationId\":\"jcngjcdyk\",\"valuePath\":\"nfvzbvtxgsnu\",\"parameters\":{\"jcwggji\":{},\"l\":{},\"bmhsfgaxuvae\":{}}}}},\"dynamicListNew\":{\"operationId\":\"fvdlptu\",\"builtInOperation\":\"gpdzlfxbiq\",\"itemsPath\":\"mxynw\",\"itemValuePath\":\"fnoiphwaedpugxjt\",\"itemTitlePath\":\"idjwszxm\",\"parameters\":{\"rqbfimageiqjne\":{\"operationId\":\"yjwadvfqrvtymnc\",\"valuePath\":\"dmjdp\",\"parameters\":{\"pjrbnzbe\":{}}},\"x\":{\"operationId\":\"hxsk\",\"valuePath\":\"srpjmevszbjnqkt\",\"parameters\":{\"jckm\":{},\"b\":{},\"xxdxnhinn\":{},\"akqwtozxltjsf\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"rbtazopfhhtfmhm\",\"itemsPath\":\"nppucfvxqr\",\"itemValuePath\":\"crhzecnvdumi\",\"itemTitlePath\":\"xmrntphy\",\"itemFullTitlePath\":\"eddtkpys\",\"itemIsParent\":\"lpjabz\",\"selectableFilter\":\"buzaxmkuthooaic\",\"parameters\":{\"fugqfcoraj\":{\"selectedItemValuePath\":\"wwvb\",\"value\":\"dataibivhjryppmmtq\",\"parameterReference\":\"i\",\"required\":false}}},\"browse\":{\"operationId\":\"lkffgyfehjs\",\"itemsPath\":\"euvy\",\"itemValuePath\":\"mbz\",\"itemTitlePath\":\"fxfyzqrsu\",\"itemFullTitlePath\":\"lsud\",\"itemIsParent\":\"iycepjkllyeds\",\"selectableFilter\":\"mbvirnxeyu\",\"parameters\":{\"ewtlfsw\":{\"selectedItemValuePath\":\"pyidecff\",\"value\":\"dataizwqzbsqwjypi\",\"parameterReference\":\"zczswhdgl\",\"required\":false},\"woetjrfruc\":{\"selectedItemValuePath\":\"wnffczwzrxvvblbn\",\"value\":\"dataiy\",\"parameterReference\":\"iqdcjgbmcwm\",\"required\":true}}}}},\"properties\":{\"obuwhutvcdtgxsy\":{\"ref\":\"dxbpvbsibzm\",\"type\":\"Number\",\"title\":\"oexpothtpaqmf\",\"items\":{\"ref\":\"shq\",\"type\":\"String\",\"title\":\"kymqmgudvy\",\"items\":{\"ref\":\"uvejlcwdgekkjv\",\"type\":\"Null\",\"title\":\"qh\",\"items\":{\"ref\":\"yir\",\"type\":\"Number\",\"title\":\"doxpvqpblqubfpe\",\"items\":{},\"properties\":{\"ynheamzlqvaj\":{},\"tsvc\":{},\"sythuioixpfgqlw\":{},\"ojwvvqcjrmnverbf\":{}},\"additionalProperties\":\"datahuw\",\"required\":[\"tqeyonmoigawl\",\"jw\",\"rovjvjjuypcn\"],\"maxProperties\":1596254728,\"minProperties\":544101742,\"allOf\":[{},{},{},{}],\"discriminator\":\"jzmfpspaxhfu\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasjcpfepylms\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"yzrd\":{},\"fmmwkakyxyksd\":{},\"lrwqm\":{}},\"additionalProperties\":\"datavbhtueynx\",\"required\":[\"nwcekqsbnca\",\"fapzebjeg\",\"wgverbywu\"],\"maxProperties\":1452499326,\"minProperties\":1288400249,\"allOf\":[{},{},{}],\"discriminator\":\"zdwhxputk\",\"readOnly\":false,\"xml\":{\"name\":\"wzvdfeyaevzjqfx\",\"namespace\":\"yjzu\",\"prefix\":\"xb\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"fyevhurklow\":\"datamdypsxkw\",\"lyoix\":\"datadrvzcl\",\"nqizvsih\":\"dataei\"}},\"externalDocs\":{\"description\":\"xjcajhsjuq\",\"uri\":\"zrnubod\",\"extensions\":{\"lgorvum\":\"dataxkianpgugrjxx\"}},\"example\":\"databzslmffcttkprx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"p\",\"valuePath\":\"bebafiqxomevke\",\"parameters\":{\"cxtnbutytoaini\":\"datadv\",\"eylackobkrgry\":\"datanxhzqgbaqv\"}},\"dynamicSchemaNew\":{\"operationId\":\"xwxlhyszhxot\",\"valuePath\":\"yifjufzlg\",\"parameters\":{\"mtghmnuzyy\":{}}},\"dynamicListNew\":{\"operationId\":\"xy\",\"builtInOperation\":\"wde\",\"itemsPath\":\"rycixjg\",\"itemValuePath\":\"mochpwwykfytjkzt\",\"itemTitlePath\":\"kwqvckh\",\"parameters\":{\"dm\":{},\"adcojfuvmj\":{},\"xwazyvib\":{},\"oe\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"b\":{\"ref\":\"dl\",\"type\":\"Object\",\"title\":\"aapzrkhptyhziqe\",\"items\":{},\"properties\":{\"aotavwmrfqt\":{},\"gdfecju\":{},\"cyrwvoohmcw\":{}},\"additionalProperties\":\"dataaczypslf\",\"required\":[\"wonbtgpe\",\"zuzxoeouf\",\"cjwgfhdfomsc\"],\"maxProperties\":521390190,\"minProperties\":689577159,\"allOf\":[{}],\"discriminator\":\"jg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataeqhtngrxf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"xrai\":{\"ref\":\"egez\",\"type\":\"String\",\"title\":\"iisms\",\"items\":{},\"properties\":{\"cmazilq\":{},\"vmiproqpybzykm\":{},\"k\":{}},\"additionalProperties\":\"databqkmtwuaqqqtmp\",\"required\":[\"c\",\"ltwedllp\",\"oebo\",\"hyiohcj\"],\"maxProperties\":1383803264,\"minProperties\":525402712,\"allOf\":[{},{},{}],\"discriminator\":\"szmyxgu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamwzplcrzdwe\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mch\":{\"ref\":\"eddnqmnzchrhcfe\",\"type\":\"Array\",\"title\":\"cuxt\",\"items\":{},\"properties\":{\"ojqoxpw\":{},\"hvfdosq\":{},\"doyqbpzxushmltih\":{},\"cptvkbcykntdzze\":{}},\"additionalProperties\":\"datazpggsyeydctjnei\",\"required\":[\"tlzbwbyvjisp\",\"gkhvpvbzmy\",\"vhxstxsfztlv\",\"dmfshhc\"],\"maxProperties\":1612614119,\"minProperties\":529520,\"allOf\":[{},{},{},{}],\"discriminator\":\"whdy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajdbzfia\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"k\":{\"ref\":\"mcjjxx\",\"type\":\"Object\",\"title\":\"mjurtnolzioh\",\"items\":{},\"properties\":{\"keplfwyk\":{},\"pojenpsf\":{},\"pizefajgbleh\":{}},\"additionalProperties\":\"dataeua\",\"required\":[\"fnzcevfbiekydkj\",\"k\"],\"maxProperties\":427464375,\"minProperties\":1014606687,\"allOf\":[{},{},{}],\"discriminator\":\"yrvdszrizpej\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqtcgswmh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datairjuingnfu\",\"required\":[\"zg\",\"syiwm\"],\"maxProperties\":2023681874,\"minProperties\":1649500805,\"allOf\":[{\"ref\":\"tbwzjbqzqwbhz\",\"type\":\"Null\",\"title\":\"db\",\"items\":{},\"properties\":{\"sbekvprkwp\":{}},\"additionalProperties\":\"dataieqcnvgzshfaf\",\"required\":[\"xaeiue\",\"k\"],\"maxProperties\":1982848049,\"minProperties\":1083554549,\"allOf\":[{},{},{}],\"discriminator\":\"raep\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datarizkabafdlsiz\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hbdxs\",\"type\":\"Number\",\"title\":\"uuwuung\",\"items\":{},\"properties\":{\"drcpqu\":{}},\"additionalProperties\":\"datanlgttvonwrpelie\",\"required\":[\"mtkcqix\",\"qxsu\",\"ev\"],\"maxProperties\":1227142218,\"minProperties\":1994262703,\"allOf\":[{},{},{}],\"discriminator\":\"afqaghwqumecqyia\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataodkq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"tgzvzcfmwfogj\",\"readOnly\":false,\"xml\":{\"name\":\"p\",\"namespace\":\"joclvfz\",\"prefix\":\"krmptapyqees\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"wrvtflot\":\"dataulfjlmwhvjb\"}},\"externalDocs\":{\"description\":\"viswixlvnwzn\",\"uri\":\"apy\",\"extensions\":{\"fwmajllatbldhc\":\"datalbdtrwkpelyg\",\"slylioguwsh\":\"datahwnithxnainssvrk\"}},\"example\":\"datacpbmyghq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"blwkqztqrnre\",\"valuePath\":\"fmnrweevtun\",\"parameters\":{\"qvg\":\"datalugvsjfps\",\"gxcewz\":\"dataaymfkexhiwmkljh\",\"crcctted\":\"dataoxzkk\"}},\"dynamicSchemaNew\":{\"operationId\":\"bvsjuthsyse\",\"valuePath\":\"lncyq\",\"parameters\":{\"xe\":{}}},\"dynamicListNew\":{\"operationId\":\"zdwerjck\",\"builtInOperation\":\"dl\",\"itemsPath\":\"gtptmnd\",\"itemValuePath\":\"foiavpg\",\"itemTitlePath\":\"tnsiu\",\"parameters\":{\"tjwsdxyzgrrllz\":{},\"xgomhenqnovt\":{},\"kobxvexusjfjuphj\":{},\"ueksvjtgpy\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"qm\",\"itemsPath\":\"jdkvyzilr\",\"itemValuePath\":\"gow\",\"itemTitlePath\":\"xjqru\",\"itemFullTitlePath\":\"mbqyfecnsq\",\"itemIsParent\":\"wfuw\",\"selectableFilter\":\"kc\",\"parameters\":{\"zibhwybwmeb\":{}}},\"browse\":{\"operationId\":\"wcf\",\"itemsPath\":\"x\",\"itemValuePath\":\"rppwksixho\",\"itemTitlePath\":\"vydxjkdsqea\",\"itemFullTitlePath\":\"dqttiqwixsdx\",\"itemIsParent\":\"lw\",\"selectableFilter\":\"ahb\",\"parameters\":{\"gu\":{},\"et\":{},\"bqhyszflzj\":{},\"dciwxlgg\":{}}}}},\"properties\":{\"omsqarbtrkd\":{\"ref\":\"yfklbgshbkd\",\"type\":\"Boolean\",\"title\":\"sqznv\",\"items\":{\"ref\":\"trashnf\",\"type\":\"Object\",\"title\":\"kloeqxccpq\",\"items\":{},\"properties\":{\"ehzipy\":{},\"af\":{},\"uu\":{},\"oqqseoinxkot\":{}},\"additionalProperties\":\"datanlgnwwjikgp\",\"required\":[\"zzkzi\",\"pjnhhiofcnyzqz\"],\"maxProperties\":1301825066,\"minProperties\":1127691950,\"allOf\":[{},{}],\"discriminator\":\"mllegucemagsyljw\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datahlajmikqvnrj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"gyrldo\":{},\"lldglzdkxftjre\":{},\"erkvbdvlaz\":{}},\"additionalProperties\":\"dataaujjryztg\",\"required\":[\"rvffjpwszlfyft\",\"aetcplxidiuxzzh\",\"daxvirpuwacfqn\"],\"maxProperties\":1744967867,\"minProperties\":598548239,\"allOf\":[{}],\"discriminator\":\"byzrpqehrdldvx\",\"readOnly\":false,\"xml\":{\"name\":\"npa\",\"namespace\":\"zfy\",\"prefix\":\"gklywdlxmyoqmam\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"xsucforgcufiphn\":\"datazwntnlyrpbmdwi\",\"ybfso\":\"dataoizzzk\"}},\"externalDocs\":{\"description\":\"tqkdzu\",\"uri\":\"ldzkvbebdjsaoggd\",\"extensions\":{\"ooyxc\":\"datakoxlccj\",\"jhqq\":\"datazzogz\",\"aarrrgjnqkuca\":\"databwidsbdftbxruuu\"}},\"example\":\"datanpwgchl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fittheax\",\"valuePath\":\"hflnlutacsslel\",\"parameters\":{\"gqtcxyrslegh\":\"datakqurrtc\",\"yv\":\"datazsmjjsvymozry\",\"quazo\":\"dataxmspjqafsxv\"}},\"dynamicSchemaNew\":{\"operationId\":\"xk\",\"valuePath\":\"utizpv\",\"parameters\":{\"gxsdolodfod\":{},\"khaogewdhln\":{}}},\"dynamicListNew\":{\"operationId\":\"tuoarjir\",\"builtInOperation\":\"cuyqt\",\"itemsPath\":\"rzdjgmgfayvbs\",\"itemValuePath\":\"envpz\",\"itemTitlePath\":\"zpizgaujv\",\"parameters\":{\"fybx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"rmepbmo\":{\"ref\":\"efijpjiudnust\",\"type\":\"Array\",\"title\":\"oh\",\"items\":{\"ref\":\"nhb\",\"type\":\"Number\",\"title\":\"uvrlxzq\",\"items\":{},\"properties\":{\"rhyx\":{},\"wqyousqmern\":{}},\"additionalProperties\":\"dataplgmem\",\"required\":[\"u\",\"m\",\"x\",\"mkchjdxrbbhukx\"],\"maxProperties\":611302361,\"minProperties\":1859267668,\"allOf\":[{},{},{},{}],\"discriminator\":\"pgadesnesgnx\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datafvs\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"znoejqduyqbzjyza\":{}},\"additionalProperties\":\"datapbn\",\"required\":[\"x\",\"opryutxasnigh\",\"xi\",\"hiihg\"],\"maxProperties\":1580913670,\"minProperties\":1964404510,\"allOf\":[{}],\"discriminator\":\"ymip\",\"readOnly\":false,\"xml\":{\"name\":\"t\",\"namespace\":\"gugwhkwypbqnxpoh\",\"prefix\":\"kmbajy\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zutxtidsxrexbarg\":\"datadpzhqec\",\"omowucjznnowp\":\"datamemopypc\",\"wsrmegph\":\"dataxuuv\",\"fkjd\":\"dataj\"}},\"externalDocs\":{\"description\":\"tqjabwtk\",\"uri\":\"ytvqyirupsuyq\",\"extensions\":{\"exzylqhewhcchexc\":\"datanavxzpyap\",\"dwolfmfazxw\":\"datarmyniwggmi\",\"fswohddliik\":\"dataaicdpjtt\",\"gemtnbkevuuky\":\"dataosqpli\"}},\"example\":\"dataksncrzbtlrbzqt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"f\",\"valuePath\":\"ftohdlpcixpx\",\"parameters\":{\"azylaya\":\"datahivhyujqxyfb\",\"gcn\":\"datardnovuduwwjo\"}},\"dynamicSchemaNew\":{\"operationId\":\"ci\",\"valuePath\":\"wwhyejh\",\"parameters\":{\"fcfyzwkmrjfsq\":{},\"cfqa\":{},\"oveqowqodi\":{}}},\"dynamicListNew\":{\"operationId\":\"sxwiicfsbjhha\",\"builtInOperation\":\"dow\",\"itemsPath\":\"qk\",\"itemValuePath\":\"axpbieehpvqf\",\"itemTitlePath\":\"rrjprygjgyovc\",\"parameters\":{\"iismaggktcoyk\":{},\"bkkcxcmjkronxm\":{},\"rhwwdfnc\":{},\"utyszhzlvkmirn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datafpks\",\"required\":[\"yohfrlyynkgnych\"],\"maxProperties\":698428562,\"minProperties\":1604188770,\"allOf\":[{\"ref\":\"hjgli\",\"type\":\"Array\",\"title\":\"dgnuoewfgt\",\"items\":{\"ref\":\"fix\",\"type\":\"Number\",\"title\":\"vexjqdjkonbgegw\",\"items\":{},\"properties\":{\"rppmvnoqtwqci\":{},\"awhkdkvaqspbds\":{}},\"additionalProperties\":\"datatidikxmtmj\",\"required\":[\"rj\",\"grjsqtirhabh\",\"pcvsd\",\"jmbydrg\"],\"maxProperties\":1337384610,\"minProperties\":1805094693,\"allOf\":[{},{},{},{}],\"discriminator\":\"xr\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauogmth\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"lkfjgjlwfssg\":{},\"ebqvu\":{}},\"additionalProperties\":\"datamcegyi\",\"required\":[\"uplamdgffvxnisoo\",\"wfdtjpsjwlpcxl\",\"zzcdrgtu\"],\"maxProperties\":1108770912,\"minProperties\":555522956,\"allOf\":[{},{}],\"discriminator\":\"axvhjrpbnrolgel\",\"readOnly\":true,\"xml\":{\"name\":\"jtxuuwdmrq\",\"namespace\":\"lbyjahbzbtl\",\"prefix\":\"cbwmvp\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"uqgjibr\":\"dataelrlazcgwnibn\",\"uhumgw\":\"dataxiaocr\",\"okoxqboz\":\"datapugnvhtgwadu\",\"kqobovqlltql\":\"datazxzwinrg\"}},\"externalDocs\":{\"description\":\"krnrbnjkcoloz\",\"uri\":\"yputawdmdikuf\",\"extensions\":{\"xkzhvfojcvnhpebu\":\"datavkujzofyl\"}},\"example\":\"datawkysgqacbeauv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"mguifqjtoxz\",\"valuePath\":\"ljpzauugdar\",\"parameters\":{\"iismokfdyb\":\"dataitj\",\"bgmjrvrsqrjco\":\"datay\",\"gffpvvqwvvnxoqaa\":\"datarwrylcttvxk\"}},\"dynamicSchemaNew\":{\"operationId\":\"l\",\"valuePath\":\"wwtevfeu\",\"parameters\":{\"tsztxoswvfrym\":{},\"qfksqfcxdleohys\":{},\"gkbaxygwvtkrq\":{},\"yuqdsjjqz\":{}}},\"dynamicListNew\":{\"operationId\":\"jmeipfo\",\"builtInOperation\":\"aqyxkloabcox\",\"itemsPath\":\"avj\",\"itemValuePath\":\"e\",\"itemTitlePath\":\"asv\",\"parameters\":{\"bvolivianklqclft\":{},\"neouxpdnlbp\":{},\"bc\":{},\"ohnroa\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"ur\",\"type\":\"File\",\"title\":\"pxghwfiyu\",\"items\":{\"ref\":\"grzfs\",\"type\":\"Boolean\",\"title\":\"okwnzotjbvhuidlo\",\"items\":{},\"properties\":{\"ylkkqvmmmwelj\":{},\"auegymcmnsmnjitx\":{}},\"additionalProperties\":\"datahlbibwodayi\",\"required\":[\"hkioec\",\"byoxpvbv\",\"chfuxuqpdde\"],\"maxProperties\":2097768949,\"minProperties\":255515962,\"allOf\":[{},{},{},{}],\"discriminator\":\"hdixnzapzi\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazkzvfywspaj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nmhxtmzz\":{},\"autsrvsbknvouy\":{}},\"additionalProperties\":\"dataajjgvusnw\",\"required\":[\"j\",\"wctlsohrtgpvv\",\"btegiw\",\"meyaoy\"],\"maxProperties\":1368647715,\"minProperties\":1045907240,\"allOf\":[{}],\"discriminator\":\"imna\",\"readOnly\":false,\"xml\":{\"name\":\"f\",\"namespace\":\"thiecuflazfotrpk\",\"prefix\":\"amdorgljekhdsfgj\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"vxmysc\":\"databglni\"}},\"externalDocs\":{\"description\":\"voexkonciacdl\",\"uri\":\"hs\",\"extensions\":{\"ftniffajn\":\"dataxkctedh\",\"yjuy\":\"datawby\",\"sigkinykjxq\":\"dataylbbugojdzcluy\"}},\"example\":\"datapeqgedpizjqp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"diverkwmafyxo\",\"valuePath\":\"kvutedetx\",\"parameters\":{\"xahnqjbavdblfef\":\"dataudjdwcwjacdbkce\",\"fwrerbndr\":\"databvitlnnpaf\"}},\"dynamicSchemaNew\":{\"operationId\":\"nstl\",\"valuePath\":\"mdcctemv\",\"parameters\":{\"yitpy\":{}}},\"dynamicListNew\":{\"operationId\":\"ihkswurzaqubr\",\"builtInOperation\":\"vbvjyfd\",\"itemsPath\":\"upjozgryoc\",\"itemValuePath\":\"k\",\"itemTitlePath\":\"ilyznbb\",\"parameters\":{\"xz\":{},\"fo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"swznlbbhtl\",\"type\":\"Object\",\"title\":\"izbe\",\"items\":{\"ref\":\"aghltndsazgnyfh\",\"type\":\"Integer\",\"title\":\"agnbhzteninafyag\",\"items\":{},\"properties\":{\"etzkcol\":{},\"cls\":{},\"qvxzicuruf\":{},\"gpbv\":{}},\"additionalProperties\":\"datakpzdkiyww\",\"required\":[\"xuhzixra\",\"btqejfqghg\"],\"maxProperties\":1512572967,\"minProperties\":334023550,\"allOf\":[{}],\"discriminator\":\"e\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datartiqpjlaka\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qxqjzmosmlh\":{},\"ppfgtnsxdj\":{},\"ztnjpkpmdlttm\":{}},\"additionalProperties\":\"datademliaaiqyxlro\",\"required\":[\"ebsxcn\",\"q\",\"cbtyor\",\"rdamyumr\"],\"maxProperties\":1189139330,\"minProperties\":464729488,\"allOf\":[{},{},{}],\"discriminator\":\"uygjwqmkakg\",\"readOnly\":true,\"xml\":{\"name\":\"ob\",\"namespace\":\"gyheyayktutflhe\",\"prefix\":\"xefs\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"hkhjldwxdq\":\"dataexwgzszjqzmqjhgh\",\"ym\":\"datajhtgncfbjvmdkgvu\"}},\"externalDocs\":{\"description\":\"uhwuoxeuiaizzj\",\"uri\":\"mygzj\",\"extensions\":{\"afdbjx\":\"datalq\",\"gn\":\"datacruleimswxo\"}},\"example\":\"datamjmpgzetuvfp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"eptnqsnpafkspr\",\"valuePath\":\"jwbeeolmo\",\"parameters\":{\"dygaph\":\"dataolwfkbdwzvhtg\"}},\"dynamicSchemaNew\":{\"operationId\":\"ivazfnbzcjmsrorj\",\"valuePath\":\"yxkcvahvb\",\"parameters\":{\"t\":{},\"ivwven\":{},\"icyctak\":{}}},\"dynamicListNew\":{\"operationId\":\"yholsmah\",\"builtInOperation\":\"chvskq\",\"itemsPath\":\"bigozrvlkl\",\"itemValuePath\":\"rlysseo\",\"itemTitlePath\":\"pgs\",\"parameters\":{\"jgmogmcjnq\":{},\"ukbwypcvqfz\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"rizflwlkov\",\"type\":\"Number\",\"title\":\"fcdp\",\"items\":{\"ref\":\"mwpm\",\"type\":\"Boolean\",\"title\":\"jqsxfp\",\"items\":{},\"properties\":{\"vrejkvc\":{},\"m\":{},\"brdwfhhwt\":{}},\"additionalProperties\":\"datagefaycbvgotbjnx\",\"required\":[\"otxn\",\"ovflxluvmsgdi\"],\"maxProperties\":1905664973,\"minProperties\":322956843,\"allOf\":[{},{},{}],\"discriminator\":\"ozdvok\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadikdbqeahgsib\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"znzaxzfhhhgy\":{}},\"additionalProperties\":\"datagnrya\",\"required\":[\"dxauihnbrdh\",\"dwyehqnxuffgjyn\",\"inhvdkqigppdqsqs\"],\"maxProperties\":926941607,\"minProperties\":358866752,\"allOf\":[{}],\"discriminator\":\"uhuruouqyotap\",\"readOnly\":false,\"xml\":{\"name\":\"nqjpcu\",\"namespace\":\"xoymfkumbysgsqz\",\"prefix\":\"rvf\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"vik\":\"datarxrpahp\",\"fq\":\"dataenmiflk\"}},\"externalDocs\":{\"description\":\"lnxhsupilhxtab\",\"uri\":\"lyoomgsejisydh\",\"extensions\":{\"f\":\"dataxnkluq\",\"xuvprbjxewcscuve\":\"dataglftlqakie\"}},\"example\":\"datafarinufzi\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ahym\",\"valuePath\":\"kjtdhmigkw\",\"parameters\":{\"fshdaehxv\":\"dataxgienylsijqyg\",\"slmllbpegcetez\":\"dataifdsafgkysymhu\"}},\"dynamicSchemaNew\":{\"operationId\":\"wszrbttzsqeyr\",\"valuePath\":\"h\",\"parameters\":{\"yxxszpa\":{},\"ecurf\":{}}},\"dynamicListNew\":{\"operationId\":\"shfmgi\",\"builtInOperation\":\"urveekhsmulvmywo\",\"itemsPath\":\"kpuuuxiuwhcyc\",\"itemValuePath\":\"kmufipygtmoycp\",\"itemTitlePath\":\"maosongtbh\",\"parameters\":{\"qvubwwqgiyujnr\":{},\"wjxmwalhlj\":{},\"nsnbpiuvqhod\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"snpbsungnj\",\"readOnly\":false,\"xml\":{\"name\":\"fbjuc\",\"namespace\":\"gzjyrdiiwhmrhz\",\"prefix\":\"vpjydwmaqeytjp\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"qlvlbjzscrjtn\":\"datadcsvzugiurh\",\"pobjufksddxk\":\"datab\",\"lsrguecbthauivg\":\"dataiwxlylxfpvoylf\",\"edqgyrvulz\":\"dataime\"}},\"externalDocs\":{\"description\":\"ckpdpdcnr\",\"uri\":\"skikqdqiybqtl\",\"extensions\":{\"etiznnnadnp\":\"datajj\",\"cccdu\":\"datasbpxlserqgxnh\"}},\"example\":\"datayb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"pmeglolpotclmbk\",\"valuePath\":\"jryt\",\"parameters\":{\"j\":\"datano\"}},\"dynamicSchemaNew\":{\"operationId\":\"nthjqgovviv\",\"valuePath\":\"xytrafettwytavp\",\"parameters\":{\"oujtcp\":{\"operationId\":\"yqluolgs\",\"valuePath\":\"qsapnhhvpb\",\"parameters\":{\"urqviyfksegwezgf\":{}}},\"klqr\":{\"operationId\":\"dzlyogzba\",\"valuePath\":\"ckakikkkajmnvbi\",\"parameters\":{\"krqdycoebg\":{},\"xx\":{}}}}},\"dynamicListNew\":{\"operationId\":\"gsaaday\",\"builtInOperation\":\"eqedft\",\"itemsPath\":\"gm\",\"itemValuePath\":\"kt\",\"itemTitlePath\":\"zyvzixmusiidivbb\",\"parameters\":{\"oukaffzzf\":{\"operationId\":\"liqntnoegxo\",\"valuePath\":\"uc\",\"parameters\":{\"ytwda\":{},\"exisa\":{},\"ygi\":{}}},\"mixjudbiacu\":{\"operationId\":\"vfiypfvwyzjs\",\"valuePath\":\"orvigrxmptu\",\"parameters\":{\"kb\":{},\"qghxdpgihf\":{},\"mlyx\":{}}},\"al\":{\"operationId\":\"ucmfuvu\",\"valuePath\":\"vbujw\",\"parameters\":{\"ijpyyvecruhqymwd\":{},\"thkt\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"xkkoypxwlvthiva\",\"itemsPath\":\"axoswqw\",\"itemValuePath\":\"lrzlgk\",\"itemTitlePath\":\"pd\",\"itemFullTitlePath\":\"erxfe\",\"itemIsParent\":\"mzsekvsuzyowr\",\"selectableFilter\":\"vofrenuvp\",\"parameters\":{\"tnyyeyjatfpbxnre\":{},\"pgqxt\":{}}},\"browse\":{\"operationId\":\"uqtximrxey\",\"itemsPath\":\"ynxbuvyglfyfcs\",\"itemValuePath\":\"jhoxtbsybpefojp\",\"itemTitlePath\":\"xdgqjkfvmrnwg\",\"itemFullTitlePath\":\"j\",\"itemIsParent\":\"feiiri\",\"selectableFilter\":\"jdnknbt\",\"parameters\":{\"depqtzzhkpkonovf\":{}}}}},\"lfs\":{\"ref\":\"hgmmzxpsrlbppjq\",\"type\":\"Null\",\"title\":\"daos\",\"items\":{\"ref\":\"alljsoasxjjklm\",\"type\":\"Array\",\"title\":\"osxfdxr\",\"items\":{\"ref\":\"mbbhluvdce\",\"type\":\"Integer\",\"title\":\"no\",\"items\":{\"ref\":\"reiwdskie\",\"type\":\"Array\",\"title\":\"nal\",\"items\":{},\"properties\":{\"asqolxaodb\":{},\"gxbadborq\":{},\"mihggvyhqwyxb\":{},\"trv\":{}},\"additionalProperties\":\"datanls\",\"required\":[\"ifkdsclqwkddg\",\"pu\"],\"maxProperties\":1281097844,\"minProperties\":1048287687,\"allOf\":[{}],\"discriminator\":\"shaqfueqfniagz\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mt\":{},\"yguuhylzbd\":{}},\"additionalProperties\":\"datatdohjxfqyyu\",\"required\":[\"l\",\"znxhbttkkicxjxu\"],\"maxProperties\":2118215440,\"minProperties\":327803000,\"allOf\":[{},{}],\"discriminator\":\"kqjrbbl\",\"readOnly\":false,\"xml\":{\"name\":\"xpnkxcljnk\",\"namespace\":\"fsquxxqc\",\"prefix\":\"nchvkjwriva\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"kbp\":\"datapsybdgtfozysfjdc\",\"neltnbyvbgrdr\":\"datapqelmszob\"}},\"externalDocs\":{\"description\":\"dudw\",\"uri\":\"dsybiazfvxdkwvc\",\"extensions\":{\"iojusmdodku\":\"datayxbyqqonkre\",\"yykx\":\"dataycntaov\",\"wvswlhjlbkq\":\"datafpkdsldyw\",\"hpn\":\"datags\"}},\"example\":\"dataltjekqzfwlkyr\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ubzf\",\"valuePath\":\"yuqecwrtre\",\"parameters\":{\"fpkymqnvvwfaor\":\"datazsnfgmohhcghvsmv\",\"oa\":\"datalboawzplwghfg\",\"tcxqkohupyaj\":\"datamtupr\"}},\"dynamicSchemaNew\":{\"operationId\":\"jparjvsbozfjb\",\"valuePath\":\"yxhjf\",\"parameters\":{\"wmrdlnbklhwrikr\":{},\"ljbhgzffemry\":{}}},\"dynamicListNew\":{\"operationId\":\"obbzcdlc\",\"builtInOperation\":\"umvbhbli\",\"itemsPath\":\"xolzinxxjfixr\",\"itemValuePath\":\"wxcaa\",\"itemTitlePath\":\"lqosgzgsgzlbunmj\",\"parameters\":{\"fiyrywf\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"ukurkg\":{\"ref\":\"jm\",\"type\":\"File\",\"title\":\"fkiiarl\",\"items\":{},\"properties\":{\"fjdtykhsafrf\":{},\"wuebrvrh\":{}},\"additionalProperties\":\"datakfffvgb\",\"required\":[\"ipy\"],\"maxProperties\":508389668,\"minProperties\":1600191773,\"allOf\":[{},{},{},{}],\"discriminator\":\"vkm\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakyvybljqgirpi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"crnxstowvg\":{\"ref\":\"xqanrk\",\"type\":\"File\",\"title\":\"fsvfbjcnadwrb\",\"items\":{},\"properties\":{\"hppykrlzua\":{},\"s\":{},\"xpolatorjmsab\":{}},\"additionalProperties\":\"datauxlthyxryvwnzh\",\"required\":[\"ddgb\",\"nqvbnybffcvtij\"],\"maxProperties\":44915155,\"minProperties\":941371808,\"allOf\":[{},{},{}],\"discriminator\":\"gvgogczgcm\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadgyqenicrznaml\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datafvsqly\",\"required\":[\"aoqkcit\",\"buzvaxl\"],\"maxProperties\":1503217622,\"minProperties\":1397624878,\"allOf\":[{\"ref\":\"tsauvprqzpfpbx\",\"type\":\"File\",\"title\":\"kkoyzsy\",\"items\":{},\"properties\":{\"ldonsekazxewnlpc\":{},\"hczqm\":{},\"xmyfrmfclkyncjya\":{},\"zzcbohbbavode\":{}},\"additionalProperties\":\"datauabqb\",\"required\":[\"bjct\"],\"maxProperties\":706686526,\"minProperties\":997388279,\"allOf\":[{}],\"discriminator\":\"orvpcoxdl\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamnp\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hbefivozrdzrikw\",\"type\":\"Null\",\"title\":\"vrkxpbjgozoelam\",\"items\":{},\"properties\":{\"ctrwrvnsc\":{},\"acbrywqqeztlf\":{}},\"additionalProperties\":\"datalgxrsn\",\"required\":[\"oo\",\"a\",\"hvsfgywkinkhv\"],\"maxProperties\":335657007,\"minProperties\":639472821,\"allOf\":[{},{},{}],\"discriminator\":\"ninjhdkvkqjjouh\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapcctvcjdrm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"jq\",\"type\":\"String\",\"title\":\"ftzbxfgos\",\"items\":{},\"properties\":{\"lqn\":{}},\"additionalProperties\":\"datasegursbzmixw\",\"required\":[\"nkvtzdvxsgdaajl\",\"gsuqmrkyaovcbds\",\"xhpqlxnb\",\"j\"],\"maxProperties\":495084228,\"minProperties\":1542852014,\"allOf\":[{},{}],\"discriminator\":\"rknyy\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqcjfqmyfgwb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"qsvexzyjfw\",\"type\":\"Number\",\"title\":\"qutgxd\",\"items\":{},\"properties\":{\"okcbxr\":{},\"kylqpppp\":{},\"eikktretu\":{},\"sygzj\":{}},\"additionalProperties\":\"dataax\",\"required\":[\"rltanvber\",\"t\"],\"maxProperties\":423639959,\"minProperties\":557311789,\"allOf\":[{},{},{}],\"discriminator\":\"gdo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataglavdtttydjq\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"cshbypwmveyr\",\"readOnly\":false,\"xml\":{\"name\":\"moufjuq\",\"namespace\":\"uicvjyjszmle\",\"prefix\":\"xhmrilw\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"qqzikvgwqiwod\":\"datavtaulxxznfx\",\"aexrzxvffqc\":\"dataaslp\",\"t\":\"datatdmhr\"}},\"externalDocs\":{\"description\":\"l\",\"uri\":\"epssoqdibyg\",\"extensions\":{\"lxoksyypft\":\"dataidiwkxikxiq\",\"strbqgatkliopgwp\":\"datadi\"}},\"example\":\"datatccety\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"obb\",\"valuePath\":\"sdpyirtrlzkpje\",\"parameters\":{\"aqclepck\":\"datahhf\",\"ljeh\":\"dataowuthfwphnmll\",\"a\":\"datahxxuofn\"}},\"dynamicSchemaNew\":{\"operationId\":\"z\",\"valuePath\":\"napxhtqwsd\",\"parameters\":{\"ovubfllfk\":{},\"ubziibuabpvdwhvn\":{}}},\"dynamicListNew\":{\"operationId\":\"uzudkqoeouk\",\"builtInOperation\":\"nkgbkzqbomf\",\"itemsPath\":\"yas\",\"itemValuePath\":\"myfhclxwedeta\",\"itemTitlePath\":\"jatvfddqspdutt\",\"parameters\":{\"szqexcqcwb\":{},\"xvc\":{},\"ekqjdru\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"hlfvmwu\",\"itemsPath\":\"rswsvtzotmwxqdfb\",\"itemValuePath\":\"n\",\"itemTitlePath\":\"xlawk\",\"itemFullTitlePath\":\"jhz\",\"itemIsParent\":\"rtmjskbi\",\"selectableFilter\":\"jnadykmvou\",\"parameters\":{\"vsfqu\":{}}},\"browse\":{\"operationId\":\"xqbknoxjhedwh\",\"itemsPath\":\"wbvr\",\"itemValuePath\":\"jbiigxxr\",\"itemTitlePath\":\"puzkwigif\",\"itemFullTitlePath\":\"oys\",\"itemIsParent\":\"lpshxjhanskoo\",\"selectableFilter\":\"cnkgqsqvfyokss\",\"parameters\":{\"jiql\":{},\"jjltuymna\":{},\"qhscaand\":{}}}}},\"properties\":{\"exsrglxljuyv\":{\"ref\":\"cuvcvafls\",\"type\":\"Array\",\"title\":\"djvyclasdprknup\",\"items\":{\"ref\":\"klgsnpvqczpko\",\"type\":\"File\",\"title\":\"th\",\"items\":{},\"properties\":{\"uebt\":{},\"g\":{}},\"additionalProperties\":\"datauimtx\",\"required\":[\"exar\",\"ukoir\",\"ivftl\",\"skinmxanjguadh\"],\"maxProperties\":606762134,\"minProperties\":1200200130,\"allOf\":[{},{}],\"discriminator\":\"aazeqjnouuujlit\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxgjzslhopyqxipb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ocnwnjmiitlamf\":{},\"klkhhjxww\":{},\"zsyetbffrhqz\":{},\"wznwc\":{}},\"additionalProperties\":\"dataapd\",\"required\":[\"l\",\"etfdpurvz\"],\"maxProperties\":594791094,\"minProperties\":1526314586,\"allOf\":[{}],\"discriminator\":\"me\",\"readOnly\":true,\"xml\":{\"name\":\"kvq\",\"namespace\":\"wsvivqk\",\"prefix\":\"g\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"nymbjrsd\":\"datazsveguxaxij\",\"osuzegmcmlzmfe\":\"dataufqxrlzi\",\"gowdavpqyhax\":\"dataidnewrvjgwnmxc\",\"gkwpbnefabgt\":\"dataorzozf\"}},\"externalDocs\":{\"description\":\"op\",\"uri\":\"xcmougddycf\",\"extensions\":{\"sxvzc\":\"dataunamzqvawk\"}},\"example\":\"datafwpjpgq\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"mgylmyc\",\"valuePath\":\"horre\",\"parameters\":{\"nqlizlcyhjhrkfp\":\"dataq\",\"bvm\":\"dataiiommisbf\"}},\"dynamicSchemaNew\":{\"operationId\":\"mpohjdvfj\",\"valuePath\":\"wawymahboind\",\"parameters\":{\"qdjkug\":{}}},\"dynamicListNew\":{\"operationId\":\"sqpkmbryh\",\"builtInOperation\":\"h\",\"itemsPath\":\"upbzqww\",\"itemValuePath\":\"qjyiwuveryavb\",\"itemTitlePath\":\"vcogupshoofasky\",\"parameters\":{\"joor\":{},\"uuhbcckbcvtelmd\":{},\"masvghphlbkqu\":{},\"mblnismv\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datapovzespdip\",\"required\":[\"npdjomd\",\"adwosjxywwvilkyh\"],\"maxProperties\":1940734042,\"minProperties\":935302385,\"allOf\":[{\"ref\":\"bjgsjmcybr\",\"type\":\"File\",\"title\":\"n\",\"items\":{\"ref\":\"kghrrxauuhd\",\"type\":\"Integer\",\"title\":\"zyxoy\",\"items\":{},\"properties\":{\"bjw\":{},\"pfryivpe\":{}},\"additionalProperties\":\"datay\",\"required\":[\"xygfpqxsemezkpd\",\"mowftfrqeb\"],\"maxProperties\":463574506,\"minProperties\":1488477855,\"allOf\":[{},{},{},{}],\"discriminator\":\"ekfxmg\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datanrdsd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"odi\":{},\"ypgapfdwhwbead\":{},\"kuqnkoskflnj\":{},\"y\":{}},\"additionalProperties\":\"datajeevmbhemr\",\"required\":[\"etsspwwex\",\"otbrepe\"],\"maxProperties\":579296778,\"minProperties\":1986055857,\"allOf\":[{},{},{}],\"discriminator\":\"yar\",\"readOnly\":true,\"xml\":{\"name\":\"cscootfsgilwis\",\"namespace\":\"zpzitustrtrf\",\"prefix\":\"gknocshm\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"amctzmwrhccdg\":\"databirbrvzhfjqpxyd\",\"pgkxyrsppbghy\":\"datansjssreojsgkoue\"}},\"externalDocs\":{\"description\":\"goawl\",\"uri\":\"uwsqm\",\"extensions\":{\"o\":\"datagyrz\",\"ursumbci\":\"datatngxvrpkizjnkgd\",\"uyblo\":\"datakbkqpsvoxshxum\",\"samxyjqhwsoj\":\"datarufvmgblbqx\"}},\"example\":\"databbgvmowy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"hml\",\"valuePath\":\"nzsckfuzuchotdz\",\"parameters\":{\"ns\":\"dataqhwpuaermaww\",\"uothisxzhi\":\"dataazqcemcotw\",\"zxbupsxqoj\":\"datavdf\",\"zlmwfncwlwov\":\"datagxcgqkhyvtajwkrx\"}},\"dynamicSchemaNew\":{\"operationId\":\"omjbyssprkbzral\",\"valuePath\":\"fncsa\",\"parameters\":{\"cpgz\":{},\"xrgppqa\":{},\"dmjunntqqguhv\":{},\"wrziminetb\":{}}},\"dynamicListNew\":{\"operationId\":\"fuxdtpjcsqkedlcl\",\"builtInOperation\":\"quyfftqomb\",\"itemsPath\":\"gqxa\",\"itemValuePath\":\"duo\",\"itemTitlePath\":\"zhdjbyf\",\"parameters\":{\"ajnhpyylekubiwvj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"qb\",\"type\":\"File\",\"title\":\"jvfisloquttk\",\"items\":{\"ref\":\"gjupjbdqmnk\",\"type\":\"Integer\",\"title\":\"sshupxjttnurkme\",\"items\":{},\"properties\":{\"puwome\":{}},\"additionalProperties\":\"datavvtjwdlduvimgtce\",\"required\":[\"xoxtapafbjvbkj\",\"gzkcpt\",\"vc\"],\"maxProperties\":1851665927,\"minProperties\":941492951,\"allOf\":[{},{},{}],\"discriminator\":\"blskizpr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajxdrgxpuxpzslmf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qzkfgesdz\":{},\"sz\":{},\"hekbmdhchiojsr\":{}},\"additionalProperties\":\"datapityeuvwysbme\",\"required\":[\"bznl\"],\"maxProperties\":135187170,\"minProperties\":1214715057,\"allOf\":[{},{},{},{}],\"discriminator\":\"ywy\",\"readOnly\":true,\"xml\":{\"name\":\"uyqzjfvbnyyjvzls\",\"namespace\":\"zvvsxmy\",\"prefix\":\"sgb\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"bmm\":\"dataaz\",\"gaxwq\":\"dataa\",\"heggtdv\":\"dataparct\"}},\"externalDocs\":{\"description\":\"xxfawhoosrsolhhv\",\"uri\":\"oejbgiqhjpe\",\"extensions\":{\"uirqfksjl\":\"datadifierxxorsd\",\"v\":\"datafgmdoaih\",\"rybw\":\"datasqcivm\",\"gtbynxshca\":\"dataaccvwkynema\"}},\"example\":\"dataxgeqojzvuzxx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hbobuovsvwnpcx\",\"valuePath\":\"mtvparyubny\",\"parameters\":{\"cum\":\"datapzdevotucnzbp\"}},\"dynamicSchemaNew\":{\"operationId\":\"t\",\"valuePath\":\"emzdnvnooklgren\",\"parameters\":{\"gertxic\":{},\"mgsncbbdokp\":{},\"aedbsl\":{},\"nunpxswmcc\":{}}},\"dynamicListNew\":{\"operationId\":\"viaaep\",\"builtInOperation\":\"xbofdc\",\"itemsPath\":\"oacfskzw\",\"itemValuePath\":\"etutqjsojw\",\"itemTitlePath\":\"xtrnakyt\",\"parameters\":{\"agvsljkaarqhp\":{},\"wqhz\":{},\"xgmgvygmty\":{},\"ivbuitee\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"brs\",\"readOnly\":true,\"xml\":{\"name\":\"hz\",\"namespace\":\"udjitlqxpsn\",\"prefix\":\"xhgdns\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"zkhdn\":\"datagaicjkqjz\",\"dfkqlkaipfyvquas\":\"datanmrx\",\"vakqaho\":\"dataywkbiek\",\"voaoavezwclmzm\":\"datagnapkpaiedo\"}},\"externalDocs\":{\"description\":\"lghlrc\",\"uri\":\"qhvhc\",\"extensions\":{\"jtockgqaawyyszwo\":\"dataawifz\",\"fqrfywwzs\":\"dataqljl\"}},\"example\":\"datakhqhvktcztmqdkh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gxemvlyaprjz\",\"valuePath\":\"xxq\",\"parameters\":{\"lpxfauvgtoin\":\"datatzbhm\",\"w\":\"datazsmyvvfapfbm\",\"dspdd\":\"dataknefcoopt\",\"laxuybxjwny\":\"datagupiosibg\"}},\"dynamicSchemaNew\":{\"operationId\":\"yrttnrikssqfiksj\",\"valuePath\":\"ignmtoqtuivipb\",\"parameters\":{\"xbkqmag\":{\"operationId\":\"slp\",\"valuePath\":\"zpqydnokkkg\",\"parameters\":{\"j\":{},\"ftsneftzetjclaq\":{}}},\"foptbiuik\":{\"operationId\":\"suyyw\",\"valuePath\":\"qg\",\"parameters\":{\"uhhvgddfzc\":{},\"yl\":{},\"wlhuf\":{},\"gcpwrtgtdegfh\":{}}},\"qwqcxyiqppacj\":{\"operationId\":\"tjjfecxv\",\"valuePath\":\"jpovjvvxpsnr\",\"parameters\":{\"bmhjmqf\":{}}}}},\"dynamicListNew\":{\"operationId\":\"llacylbtkxeij\",\"builtInOperation\":\"nlaaxtte\",\"itemsPath\":\"ugojvgjezrwbobaw\",\"itemValuePath\":\"tenhnq\",\"itemTitlePath\":\"xghbehh\",\"parameters\":{\"rtkevimrupg\":{\"operationId\":\"qor\",\"valuePath\":\"wlceojlyugzlvgj\",\"parameters\":{\"kkrsyfds\":{}}},\"cgslw\":{\"operationId\":\"jmandrvv\",\"valuePath\":\"klbfvtzdtw\",\"parameters\":{\"lpkocre\":{},\"fmqf\":{},\"flupuvwlfzjrj\":{},\"lacpzgz\":{}}},\"rmzwmtsmeaciyp\":{\"operationId\":\"keytpmlrjnnbmods\",\"valuePath\":\"qtvatujph\",\"parameters\":{\"xvvogwghxo\":{},\"wpiqkkmpfnw\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"cusvidkzbdbvlsn\",\"itemsPath\":\"ymrfomlh\",\"itemValuePath\":\"iktecs\",\"itemTitlePath\":\"cqweydaa\",\"itemFullTitlePath\":\"ttmfcx\",\"itemIsParent\":\"wfsqjxxbs\",\"selectableFilter\":\"qiwl\",\"parameters\":{\"tsyjzdasgk\":{},\"zpr\":{},\"qomuzohnpkof\":{}}},\"browse\":{\"operationId\":\"ddlnzmffyvowlamm\",\"itemsPath\":\"zvwzienijunmgdp\",\"itemValuePath\":\"ivrhjxdn\",\"itemTitlePath\":\"ztf\",\"itemFullTitlePath\":\"uzvbrehdtqggza\",\"itemIsParent\":\"gnrsei\",\"selectableFilter\":\"fpwbybm\",\"parameters\":{\"z\":{},\"golfensibqi\":{},\"bpyjzvye\":{}}}}},\"byruh\":{\"ref\":\"zczvvwrougalyw\",\"type\":\"Array\",\"title\":\"vb\",\"items\":{\"ref\":\"eyxewcsktvkw\",\"type\":\"File\",\"title\":\"fvvxi\",\"items\":{\"ref\":\"jamztvnm\",\"type\":\"Object\",\"title\":\"ypuotmkbofu\",\"items\":{\"ref\":\"ksgou\",\"type\":\"Number\",\"title\":\"tnphnotrgyyjea\",\"items\":{},\"properties\":{\"dunbaets\":{}},\"additionalProperties\":\"datafegbvv\",\"required\":[\"y\",\"zrzubdt\",\"sachmhzpu\"],\"maxProperties\":1765057218,\"minProperties\":331148269,\"allOf\":[{},{}],\"discriminator\":\"zcfiosralbxhdxn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataafbhxoaqfpqf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ogzawfoqdnxu\":{},\"efvnvscyut\":{}},\"additionalProperties\":\"datasyntc\",\"required\":[\"uqaqnlygfvbf\",\"jbozkl\",\"pifvpsmv\",\"sa\"],\"maxProperties\":1996636688,\"minProperties\":1144080324,\"allOf\":[{},{}],\"discriminator\":\"fivxfqmdjzgov\",\"readOnly\":true,\"xml\":{\"name\":\"jkmpa\",\"namespace\":\"eylpofaogvmqzagr\",\"prefix\":\"qhwfskmkdr\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"xlutxcmccc\":\"datadwcxjv\",\"ocnr\":\"datat\",\"uldso\":\"dataypvh\",\"ylkpvaagrdf\":\"databzzbrufk\"}},\"externalDocs\":{\"description\":\"l\",\"uri\":\"sphvosucry\",\"extensions\":{\"of\":\"datahthzfotfrfhrjkah\",\"qxwoppnitrmzvn\":\"datahg\",\"bmobrxhwpgkrnxr\":\"datafkznyait\"}},\"example\":\"datailogcnzfgqibb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"xhztufw\",\"valuePath\":\"sfjj\",\"parameters\":{\"buyd\":\"dataus\",\"rbl\":\"datayhknttk\",\"jfjibuwhbpojuj\":\"datahenjstiwdeosbiji\",\"xolau\":\"dataifxtgrxavfjxvi\"}},\"dynamicSchemaNew\":{\"operationId\":\"chphovu\",\"valuePath\":\"sczwcxlncoh\",\"parameters\":{\"vyriawfwwsg\":{},\"kbdozsspfwmf\":{},\"ort\":{},\"xsthj\":{}}},\"dynamicListNew\":{\"operationId\":\"rybuqmkmw\",\"builtInOperation\":\"knvyilhos\",\"itemsPath\":\"dioxgs\",\"itemValuePath\":\"xoyrgvrt\",\"itemTitlePath\":\"tmzglbplqhbrar\",\"parameters\":{\"epsxufyqcqfou\":{},\"ye\":{},\"xgxbgochpxps\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"focgfy\":{\"ref\":\"zrugbdkxlwckuv\",\"type\":\"Null\",\"title\":\"jjt\",\"items\":{},\"properties\":{\"jebtdpsgkeexs\":{},\"zpkvyl\":{},\"tytwtfqpmpyww\":{}},\"additionalProperties\":\"dataukqmjcwdo\",\"required\":[\"quncuqcocchd\"],\"maxProperties\":539215422,\"minProperties\":2013093246,\"allOf\":[{}],\"discriminator\":\"nkqpsquou\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datauhdoimojcmhycdx\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"qwesqykqfserls\":{\"ref\":\"ornvbhuyolw\",\"type\":\"Number\",\"title\":\"wyvvcywb\",\"items\":{},\"properties\":{\"hrexzvejq\":{},\"yu\":{},\"kloke\":{},\"eowbpiie\":{}},\"additionalProperties\":\"datagchsgotgwerbpob\",\"required\":[\"unicgrxce\"],\"maxProperties\":38433554,\"minProperties\":1166011393,\"allOf\":[{},{}],\"discriminator\":\"lqhznutr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datanniarjezj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"pxyofftxzovbhq\":{\"ref\":\"pshhetagwmz\",\"type\":\"Object\",\"title\":\"jgmobkaligoikke\",\"items\":{},\"properties\":{\"svlubdpp\":{},\"wxsxbxdkmixurce\":{}},\"additionalProperties\":\"dataqmjqqau\",\"required\":[\"hmtbu\"],\"maxProperties\":1402404116,\"minProperties\":1268755046,\"allOf\":[{},{},{},{}],\"discriminator\":\"r\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataheayo\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datasslfxej\",\"required\":[\"sgigs\",\"b\",\"xndyjwmglgstrzf\",\"ehdzovkbcbefohny\"],\"maxProperties\":863133918,\"minProperties\":868646401,\"allOf\":[{\"ref\":\"kgfvzvmtjcxi\",\"type\":\"Boolean\",\"title\":\"xdbglceet\",\"items\":{},\"properties\":{\"bugizwy\":{},\"fhfptbdxtvlpj\":{}},\"additionalProperties\":\"datasl\",\"required\":[\"zytxe\",\"qigmqn\",\"ute\"],\"maxProperties\":528349986,\"minProperties\":756985332,\"allOf\":[{},{},{}],\"discriminator\":\"rjwiwou\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datayhgrcmcqppledxy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"el\",\"type\":\"Number\",\"title\":\"dzhwpxpscwy\",\"items\":{},\"properties\":{\"fccyavysfmndrdqq\":{},\"k\":{},\"gbmldkcih\":{}},\"additionalProperties\":\"datazk\",\"required\":[\"vhjkwfolpj\",\"epahvoiranx\",\"nzssvnldtqykzmw\",\"oqrej\"],\"maxProperties\":333298746,\"minProperties\":648381059,\"allOf\":[{},{},{},{}],\"discriminator\":\"yozryoxmfrxfxycj\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datafuml\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"oki\",\"readOnly\":false,\"xml\":{\"name\":\"nhfkbqlrtffswqd\",\"namespace\":\"lj\",\"prefix\":\"bnhgl\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"gsdxtwqqukg\":\"dataswmucrza\",\"wxsqvxlupccfwqis\":\"datanlvjgskbksltun\",\"lvqtmzociaetctj\":\"datauqyzxzjehd\"}},\"externalDocs\":{\"description\":\"moazsjsuevfvnn\",\"uri\":\"ccvxqbxgq\",\"extensions\":{\"xekibv\":\"datanri\",\"bxldl\":\"dataqldilmxsvzwbktal\"}},\"example\":\"datahmibqgldhtt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lnn\",\"valuePath\":\"vjealxlewlwbx\",\"parameters\":{\"wdqvq\":\"datafdkkvijilfqvodz\",\"qoaop\":\"datald\",\"df\":\"dataqpfwnjdyoxformfe\"}},\"dynamicSchemaNew\":{\"operationId\":\"eszxtesnhxp\",\"valuePath\":\"okdbvtpqttu\",\"parameters\":{\"xbzmpvue\":{},\"jrnnwgrxzcn\":{},\"guezxluimkwbwmg\":{},\"zqlsnycchpcjzt\":{}}},\"dynamicListNew\":{\"operationId\":\"uuyvpcfvinjxc\",\"builtInOperation\":\"netcxgdgqkletlw\",\"itemsPath\":\"tzbphxxvftj\",\"itemValuePath\":\"qg\",\"itemTitlePath\":\"nmok\",\"parameters\":{\"tdnym\":{},\"eeyskbqlcakle\":{},\"jgxdhgezyhph\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"glkqitpbyn\",\"itemsPath\":\"yx\",\"itemValuePath\":\"opocleffgggg\",\"itemTitlePath\":\"sbouhmng\",\"itemFullTitlePath\":\"n\",\"itemIsParent\":\"iusrvswcpsp\",\"selectableFilter\":\"xigpdiouppg\",\"parameters\":{\"mg\":{},\"utnlynplxx\":{},\"bogxkidbcxbgfw\":{},\"cfwlwn\":{}}},\"browse\":{\"operationId\":\"nmop\",\"itemsPath\":\"etdruugimviefbje\",\"itemValuePath\":\"iyjkhjuuep\",\"itemTitlePath\":\"uqwnajb\",\"itemFullTitlePath\":\"xqsvax\",\"itemIsParent\":\"wisdwtugadxupipg\",\"selectableFilter\":\"wiwhtjoxxllh\",\"parameters\":{\"nnwmwwxyawxkd\":{},\"evhyuuih\":{}}}}},\"properties\":{\"q\":{\"ref\":\"mcvu\",\"type\":\"Null\",\"title\":\"bljnizw\",\"items\":{\"ref\":\"crxfi\",\"type\":\"Number\",\"title\":\"xnfarmficqr\",\"items\":{},\"properties\":{\"trulzlrmrtcs\":{},\"pm\":{},\"lcxbaxcgcdfelvap\":{}},\"additionalProperties\":\"databicjzntiblxeygo\",\"required\":[\"roicjtgqdymoanp\"],\"maxProperties\":1381831573,\"minProperties\":751323283,\"allOf\":[{}],\"discriminator\":\"xqbcalgspz\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datalvhohzkcsjd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ypeqmuue\":{},\"xmkrulavxeaymf\":{},\"chwpfunptsry\":{}},\"additionalProperties\":\"dataa\",\"required\":[\"wbxvsytbxcj\",\"baddlmj\",\"ulio\"],\"maxProperties\":583591850,\"minProperties\":1654123874,\"allOf\":[{},{}],\"discriminator\":\"uzeyvalezkyf\",\"readOnly\":false,\"xml\":{\"name\":\"easuw\",\"namespace\":\"q\",\"prefix\":\"tytbycc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jr\":\"dataffwvnj\"}},\"externalDocs\":{\"description\":\"hizwdswikyewv\",\"uri\":\"zwqzwsgui\",\"extensions\":{\"gjrfkqf\":\"dataemeft\",\"kxk\":\"datadrel\"}},\"example\":\"dataluaregj\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"isbmvrmenrcq\",\"valuePath\":\"khvpsoduiu\",\"parameters\":{\"yojzvaykfjgakays\":\"datagmonqyntyuqdz\",\"zwm\":\"datakydqy\",\"muot\":\"datawrqzizgg\",\"fyjampvwxlkh\":\"datasea\"}},\"dynamicSchemaNew\":{\"operationId\":\"txipmnqrbyq\",\"valuePath\":\"wxbowcjkargg\",\"parameters\":{\"ewgylolv\":{},\"wlqlugnbudjypli\":{}}},\"dynamicListNew\":{\"operationId\":\"tlansykvlxsycqq\",\"builtInOperation\":\"xooxuaufqoo\",\"itemsPath\":\"xctkveqvpedwmhqc\",\"itemValuePath\":\"ery\",\"itemTitlePath\":\"byqxeyzq\",\"parameters\":{\"sipclxvaovss\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"xtdmutdrrqqajhk\":{\"ref\":\"cqdbmzwlejiiyoon\",\"type\":\"Number\",\"title\":\"rixzdbnt\",\"items\":{\"ref\":\"abndwcfmzmqmg\",\"type\":\"Null\",\"title\":\"xkyboysquygok\",\"items\":{},\"properties\":{\"wcyigrhfevxypq\":{},\"kcojyx\":{},\"hvoowrtcsu\":{},\"otawyiq\":{}},\"additionalProperties\":\"datanxzvjnmpvsblu\",\"required\":[\"hzukrpfbhihd\",\"iiuexyqy\",\"kudmlqpwardp\",\"r\"],\"maxProperties\":1376529074,\"minProperties\":531836875,\"allOf\":[{},{}],\"discriminator\":\"qspzwsxnyoc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datasdrgzmmrzwmibtkc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ovoumndcqoxyx\":{},\"yhmjw\":{},\"nw\":{}},\"additionalProperties\":\"datazgvaeqiygbo\",\"required\":[\"jodidgudar\",\"laj\",\"enfyuuf\"],\"maxProperties\":1686618572,\"minProperties\":729500164,\"allOf\":[{},{},{}],\"discriminator\":\"zwaewpilsuhsghd\",\"readOnly\":true,\"xml\":{\"name\":\"wfnapgagvhsix\",\"namespace\":\"da\",\"prefix\":\"htwhh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ujfnbzamroad\":\"dataojker\",\"alh\":\"datatogbkdctsg\"}},\"externalDocs\":{\"description\":\"eclp\",\"uri\":\"jsqcubyj\",\"extensions\":{\"ecsft\":\"datalliteenah\",\"jh\":\"datasubzfuhjnmdcyrbz\"}},\"example\":\"datavtzdxtwyxpkww\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"evdvkeyqxjchd\",\"valuePath\":\"xeiluexvmlg\",\"parameters\":{\"lbqkguchd\":\"datasqpfxjwt\",\"ddkujvqzcuqc\":\"dataxrjjdjikiqtzub\",\"xlfxsetvdz\":\"datalwnxryyqtjcrpax\"}},\"dynamicSchemaNew\":{\"operationId\":\"dmxfqftywbba\",\"valuePath\":\"hdciuxotbvflgkk\",\"parameters\":{\"hop\":{},\"fobpyeo\":{},\"rtaevq\":{},\"fdhpkiiunyrobcke\":{}}},\"dynamicListNew\":{\"operationId\":\"smrvdt\",\"builtInOperation\":\"rtnqssqynupskit\",\"itemsPath\":\"phame\",\"itemValuePath\":\"zgwjoaue\",\"itemTitlePath\":\"dpn\",\"parameters\":{\"yl\":{},\"cfgqinao\":{},\"xouknzhmzassrsqz\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datatliuw\",\"required\":[\"wqjftyaqds\",\"fnomciw\"],\"maxProperties\":968758533,\"minProperties\":79896674,\"allOf\":[{\"ref\":\"ndsjpui\",\"type\":\"Number\",\"title\":\"pbcgdptfxoff\",\"items\":{\"ref\":\"jxomng\",\"type\":\"Object\",\"title\":\"x\",\"items\":{},\"properties\":{\"rnksvximgnsiycx\":{},\"yzrnngnmfhmwfou\":{}},\"additionalProperties\":\"datadomvdi\",\"required\":[\"qalwlirapqhsidf\",\"sfnoczefgfqxejj\",\"tiqbxzeiudog\"],\"maxProperties\":300743806,\"minProperties\":590382815,\"allOf\":[{},{},{}],\"discriminator\":\"omufazacwzbe\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataexejhwpnj\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"u\":{},\"mdzdqtirg\":{},\"ajsrdecbowkhmaff\":{},\"lpdnnsujx\":{}},\"additionalProperties\":\"dataeqljzkhncaeyk\",\"required\":[\"tztnprns\",\"lniahvlzgs\",\"wiubgbltj\"],\"maxProperties\":770295204,\"minProperties\":1749152646,\"allOf\":[{},{}],\"discriminator\":\"yluktzcuxuxaihhe\",\"readOnly\":false,\"xml\":{\"name\":\"iryxrpjrutmxqvve\",\"namespace\":\"f\",\"prefix\":\"apfwusfbrnjvz\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"slwz\":\"datapvu\",\"bupuukp\":\"datatbieuqfgkfift\"}},\"externalDocs\":{\"description\":\"utdu\",\"uri\":\"cfndijzpvck\",\"extensions\":{\"ijssytdpwljtwibw\":\"datatmx\",\"hffcanvrdtdl\":\"datadxymnswxqt\"}},\"example\":\"datamgghutl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"jyogcpwne\",\"valuePath\":\"biuwnxhqeljmfo\",\"parameters\":{\"v\":\"dataik\"}},\"dynamicSchemaNew\":{\"operationId\":\"s\",\"valuePath\":\"hghkf\",\"parameters\":{\"lpbawtpwnk\":{}}},\"dynamicListNew\":{\"operationId\":\"lpl\",\"builtInOperation\":\"ilozfygvsfafcarf\",\"itemsPath\":\"lieqdwocufcshqf\",\"itemValuePath\":\"c\",\"itemTitlePath\":\"fofwqdroqk\",\"parameters\":{\"ilbkzctqbvnt\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"exqoydyislepdbs\",\"type\":\"Integer\",\"title\":\"tspfnumpyytbjb\",\"items\":{\"ref\":\"mtxbi\",\"type\":\"String\",\"title\":\"g\",\"items\":{},\"properties\":{\"vocjk\":{},\"ihnw\":{},\"vtrsgf\":{},\"mtfnbvtx\":{}},\"additionalProperties\":\"datalbm\",\"required\":[\"diahjxcdh\",\"dlxwsfddyqpfyn\",\"owmjsur\",\"lj\"],\"maxProperties\":902100106,\"minProperties\":752978142,\"allOf\":[{},{},{}],\"discriminator\":\"wizqvgadolep\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataaqxfamsptce\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hzy\":{},\"jrxenpkxanlbrcy\":{},\"wrcjta\":{},\"bwxhlqioqh\":{}},\"additionalProperties\":\"datac\",\"required\":[\"zluilzgpghjakzmn\",\"jnqmajslwm\",\"l\"],\"maxProperties\":786431674,\"minProperties\":1117097114,\"allOf\":[{},{},{}],\"discriminator\":\"pgo\",\"readOnly\":true,\"xml\":{\"name\":\"xuykqyo\",\"namespace\":\"p\",\"prefix\":\"yf\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"dumxdrgi\":\"datayqk\",\"ffybo\":\"datasi\"}},\"externalDocs\":{\"description\":\"ovfundk\",\"uri\":\"myxmsbtq\",\"extensions\":{\"wrjuiuzlf\":\"datanugcbjxgjudg\"}},\"example\":\"datazihlzljqcmm\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"junqwkjfmtuybdzr\",\"valuePath\":\"ckxennzowguirh\",\"parameters\":{\"yko\":\"datapwyhmkt\"}},\"dynamicSchemaNew\":{\"operationId\":\"koamqfdtbaobjaof\",\"valuePath\":\"vhhrgvkuuikr\",\"parameters\":{\"lrwsjvdxenxjvap\":{},\"qgfvy\":{},\"rfyyknxu\":{}}},\"dynamicListNew\":{\"operationId\":\"mbynlcim\",\"builtInOperation\":\"urocryf\",\"itemsPath\":\"kt\",\"itemValuePath\":\"zuzvbqbroyrw\",\"itemTitlePath\":\"bbfweozkbok\",\"parameters\":{\"upwcslzcavo\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"pupbsgfnq\",\"type\":\"File\",\"title\":\"iov\",\"items\":{\"ref\":\"xsgstunsatc\",\"type\":\"Boolean\",\"title\":\"behkb\",\"items\":{},\"properties\":{\"odpz\":{}},\"additionalProperties\":\"datagsazwxdfaaskhas\",\"required\":[\"hzucdljqj\"],\"maxProperties\":905565299,\"minProperties\":852804112,\"allOf\":[{}],\"discriminator\":\"atezltlundkjph\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datas\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"hxearlpnajjticly\":{},\"oduxbungmpn\":{}},\"additionalProperties\":\"datatgucdfxglrcj\",\"required\":[\"az\"],\"maxProperties\":741583384,\"minProperties\":674293327,\"allOf\":[{},{},{},{}],\"discriminator\":\"anpoy\",\"readOnly\":true,\"xml\":{\"name\":\"ilnyhz\",\"namespace\":\"ttdcloqpgzd\",\"prefix\":\"nepp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"cbygqcwzyto\":\"datajzqaqe\",\"qyva\":\"datanqcth\",\"gixsjhinpyek\":\"dataazfkykkcqafnv\",\"fbnnhwpnloi\":\"datalllzsqolckwhg\"}},\"externalDocs\":{\"description\":\"dohfvxavhfhlx\",\"uri\":\"wzpba\",\"extensions\":{\"mbcklfpemgfvvnk\":\"datarfaytcygoombn\",\"npnyaterjjuz\":\"datawltozxdzoldwv\",\"gdhdtt\":\"dataregesoozpudalu\"}},\"example\":\"datakeculxvkuxvccpda\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"dityvvgxej\",\"valuePath\":\"oswjwbhtawbc\",\"parameters\":{\"gxkbgljcywyrzx\":\"dataneuzueikadhu\",\"hlxxkviyjru\":\"datap\",\"kqqxpnjqtzdahvet\":\"datayejyavxgmogcnw\",\"utkwwtymbcc\":\"datanlceggyqlvnhm\"}},\"dynamicSchemaNew\":{\"operationId\":\"yfsgikgcbj\",\"valuePath\":\"fbpfdsatrzqmt\",\"parameters\":{\"tdazebifktnxugi\":{},\"rbwyey\":{},\"nbubya\":{}}},\"dynamicListNew\":{\"operationId\":\"wbuuhlwbgvzux\",\"builtInOperation\":\"mfpdzuoqpzwfvnoy\",\"itemsPath\":\"fjylhvp\",\"itemValuePath\":\"zr\",\"itemTitlePath\":\"jtswemot\",\"parameters\":{\"jyavkyjvctq\":{},\"qcz\":{},\"wpa\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"vc\",\"type\":\"Null\",\"title\":\"lt\",\"items\":{\"ref\":\"dsng\",\"type\":\"Integer\",\"title\":\"m\",\"items\":{},\"properties\":{\"nsfrunkcgdnhacex\":{},\"b\":{},\"mrrjooepfbas\":{}},\"additionalProperties\":\"datafxansgn\",\"required\":[\"nlpklrjdkypmkvil\",\"n\",\"atjbldgi\"],\"maxProperties\":214566849,\"minProperties\":628221066,\"allOf\":[{}],\"discriminator\":\"akuzezwnqhcpk\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datadt\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"prourtmccd\":{}},\"additionalProperties\":\"datato\",\"required\":[\"uxvjutckfhmdcv\"],\"maxProperties\":651714546,\"minProperties\":216634714,\"allOf\":[{}],\"discriminator\":\"jpbmzcxl\",\"readOnly\":true,\"xml\":{\"name\":\"wkk\",\"namespace\":\"hmdtjczpfoispch\",\"prefix\":\"vmvsbgyq\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"pkrncjrq\":\"dataggtsovozy\"}},\"externalDocs\":{\"description\":\"ubobqqnwhcmvdow\",\"uri\":\"cyhfubzixqxxgra\",\"extensions\":{\"xfrfhjef\":\"datatz\"}},\"example\":\"datatbrnrilljucodrb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"smdkvfi\",\"valuePath\":\"ecij\",\"parameters\":{\"kelwzmj\":\"datankvpafoexlc\",\"oxv\":\"dataigqyllcckg\",\"cjjfxqtv\":\"databfyjmen\"}},\"dynamicSchemaNew\":{\"operationId\":\"vq\",\"valuePath\":\"gaweixnobl\",\"parameters\":{\"hdaczixf\":{},\"uw\":{}}},\"dynamicListNew\":{\"operationId\":\"vitpcsmaxzdxu\",\"builtInOperation\":\"miuxy\",\"itemsPath\":\"uazajtbnekh\",\"itemValuePath\":\"bfbuqeqkuozar\",\"itemTitlePath\":\"pp\",\"parameters\":{\"yjbkvbc\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"jdrct\",\"readOnly\":false,\"xml\":{\"name\":\"woghbpzxkjqecj\",\"namespace\":\"romeawthycbigpi\",\"prefix\":\"pxhzjnparsulmuwl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"talo\":\"dataxxqgoavzycxpza\",\"r\":\"datamftmxwtwzs\",\"qhfvouyqzhoik\":\"datarf\",\"oogozerccz\":\"datamhohxabmxoow\"}},\"externalDocs\":{\"description\":\"nkgk\",\"uri\":\"jeqqjqa\",\"extensions\":{\"lvazkqkycg\":\"dataajlogvfnwqz\",\"ycdvdgemymydd\":\"datajgwehjybboqyx\"}},\"example\":\"datat\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"lmglyseyvagakfq\",\"valuePath\":\"exlltmekkaei\",\"parameters\":{\"vsrtqltawjkra\":\"datardns\"}},\"dynamicSchemaNew\":{\"operationId\":\"lpy\",\"valuePath\":\"bln\",\"parameters\":{\"jolbaeghaksscism\":{\"operationId\":\"ubx\",\"valuePath\":\"ra\",\"parameters\":{\"rwaltv\":{},\"ylwjopqtegk\":{}}},\"gcj\":{\"operationId\":\"neklfi\",\"valuePath\":\"ysfclxtf\",\"parameters\":{\"wqzbiukzmfy\":{},\"vyzaofaiwlnfvexi\":{},\"uqafolseyxp\":{},\"kmlnjluay\":{}}},\"nxlkcwjwejssksgx\":{\"operationId\":\"fafpyglnfwjs\",\"valuePath\":\"vexblucpmqwkfgm\",\"parameters\":{\"ekst\":{},\"qzhdwr\":{},\"ajfers\":{}}}}},\"dynamicListNew\":{\"operationId\":\"epqcybnhwsxpzk\",\"builtInOperation\":\"tgmdygwwq\",\"itemsPath\":\"biuntpt\",\"itemValuePath\":\"wjxlycelf\",\"itemTitlePath\":\"gywrauuru\",\"parameters\":{\"cxoam\":{\"operationId\":\"ycnk\",\"valuePath\":\"miecfmqc\",\"parameters\":{\"c\":{},\"b\":{}}},\"trvlguysb\":{\"operationId\":\"fuh\",\"valuePath\":\"d\",\"parameters\":{\"wectz\":{},\"j\":{},\"vcbtqcmpn\":{},\"yvujhej\":{}}},\"uxamxikhrxikgly\":{\"operationId\":\"gnbqhm\",\"valuePath\":\"yzxko\",\"parameters\":{\"cjshtcfnbffd\":{},\"xlyhxpdqo\":{},\"huboqozx\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"boggw\",\"itemsPath\":\"htnywgtsodnxeir\",\"itemValuePath\":\"wjimcfrhtzgduvoa\",\"itemTitlePath\":\"ocalptfpbzyqb\",\"itemFullTitlePath\":\"xcyramvzuaxtbrq\",\"itemIsParent\":\"urxlp\",\"selectableFilter\":\"xslzqlgx\",\"parameters\":{\"rurtnwbjjysupckh\":{},\"bm\":{},\"emohlshm\":{}}},\"browse\":{\"operationId\":\"o\",\"itemsPath\":\"tbsayvmwaej\",\"itemValuePath\":\"kqcm\",\"itemTitlePath\":\"cf\",\"itemFullTitlePath\":\"xyrtqegabsfjrj\",\"itemIsParent\":\"q\",\"selectableFilter\":\"gorvgdibepg\",\"parameters\":{\"ijoehhqwwsg\":{},\"z\":{},\"wooetwjssyaz\":{},\"mbuxqtokckxfkftq\":{}}}}}},\"additionalProperties\":\"datawucmqfurbtbogxly\",\"required\":[\"vxjgu\",\"tsfi\",\"w\"],\"maxProperties\":1963914522,\"minProperties\":596081358,\"allOf\":[{\"ref\":\"ix\",\"type\":\"String\",\"title\":\"r\",\"items\":{\"ref\":\"xi\",\"type\":\"Integer\",\"title\":\"ljjawsaskullvt\",\"items\":{\"ref\":\"jivh\",\"type\":\"Integer\",\"title\":\"zqrpfhzxkjyg\",\"items\":{\"ref\":\"dgwdha\",\"type\":\"Number\",\"title\":\"zb\",\"items\":{},\"properties\":{\"xc\":{},\"xqdexnkpv\":{}},\"additionalProperties\":\"datamzykp\",\"required\":[\"iumuzt\",\"cjtfm\"],\"maxProperties\":1189964126,\"minProperties\":1486832633,\"allOf\":[{}],\"discriminator\":\"tozrveehmvrv\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataysefdhchk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"lvbomhf\":{},\"sjzlckt\":{},\"bgxteehy\":{}},\"additionalProperties\":\"datagnl\",\"required\":[\"tle\"],\"maxProperties\":1832476148,\"minProperties\":1101438328,\"allOf\":[{},{},{}],\"discriminator\":\"krcohhuwzun\",\"readOnly\":false,\"xml\":{\"name\":\"yhwebhobdocfva\",\"namespace\":\"mdmbylyndtqujfz\",\"prefix\":\"azujohwwtlerh\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"htvnqcmrrgmlwgo\":\"datajushs\",\"dlcnwbi\":\"datahscs\"}},\"externalDocs\":{\"description\":\"cngeffrgh\",\"uri\":\"mrowhrrguv\",\"extensions\":{\"omdfcphgimijz\":\"datagucwawlmsikl\"}},\"example\":\"databsxjv\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"elfyqfbg\",\"valuePath\":\"lpdwckmnpzubzqds\",\"parameters\":{\"bsh\":\"datajrgngc\",\"fswzsyigxsyxhy\":\"datazzlcfemnryxnk\"}},\"dynamicSchemaNew\":{\"operationId\":\"abape\",\"valuePath\":\"yzfd\",\"parameters\":{\"pcdia\":{}}},\"dynamicListNew\":{\"operationId\":\"pcutg\",\"builtInOperation\":\"rs\",\"itemsPath\":\"qgllnhgisiw\",\"itemValuePath\":\"kaeqrnglgit\",\"itemTitlePath\":\"efwdkpadktsyy\",\"parameters\":{\"jrfqtfkkiup\":{},\"dajqpdvvzbejx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"i\":{\"ref\":\"wdyzse\",\"type\":\"Integer\",\"title\":\"tqhnsoijucprkqyw\",\"items\":{},\"properties\":{\"ayo\":{}},\"additionalProperties\":\"dataetzcxlisvqfb\",\"required\":[\"zx\"],\"maxProperties\":1040495745,\"minProperties\":2125422474,\"allOf\":[{}],\"discriminator\":\"o\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datalocdxvh\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datatrddyriwa\",\"required\":[\"dgmqscijlfulxg\",\"zasv\"],\"maxProperties\":1136519436,\"minProperties\":1182255656,\"allOf\":[{\"ref\":\"pvplmyzebvghh\",\"type\":\"Number\",\"title\":\"hbvbexrbynnl\",\"items\":{},\"properties\":{\"dklwzzsicb\":{},\"osacr\":{},\"pscfkefeltxe\":{}},\"additionalProperties\":\"datamimgjuvjvtgece\",\"required\":[\"nled\"],\"maxProperties\":864257917,\"minProperties\":1081240469,\"allOf\":[{},{},{}],\"discriminator\":\"ctdnnqokqeuzs\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataywijnlpeczqb\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"hfcwycmwvphrwu\",\"type\":\"Number\",\"title\":\"vylisqlekchjdh\",\"items\":{},\"properties\":{\"ifwqtcow\":{},\"xiwpptvbudbnujv\":{},\"llyjelnhmuzhxk\":{},\"fzxkqsleokbam\":{}},\"additionalProperties\":\"datanwgccgblepam\",\"required\":[\"axdaoja\",\"lqoxwqlnxvnmrl\"],\"maxProperties\":1062459448,\"minProperties\":2094699334,\"allOf\":[{},{},{}],\"discriminator\":\"fecwnufldzjc\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapohfejgpefvbox\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"htujaqpkup\",\"type\":\"Boolean\",\"title\":\"jeypdk\",\"items\":{},\"properties\":{\"zsyn\":{}},\"additionalProperties\":\"datarqirnihgothy\",\"required\":[\"gesovsvjxnsorsol\",\"rhlyhgii\",\"nfax\"],\"maxProperties\":347252597,\"minProperties\":1374089056,\"allOf\":[{},{},{}],\"discriminator\":\"ilo\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataywtauskish\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"dmezaunbwcqtigav\",\"type\":\"Null\",\"title\":\"r\",\"items\":{},\"properties\":{\"ploaepplrd\":{},\"cazujvhuuzbsxhi\":{},\"ncuelaa\":{}},\"additionalProperties\":\"datacnxrtlnzd\",\"required\":[\"feavz\",\"pmmzisljxph\",\"ynimc\"],\"maxProperties\":200218706,\"minProperties\":1341722668,\"allOf\":[{}],\"discriminator\":\"jreo\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataoozxkdzmtkmnyufd\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"pkyetmtk\",\"readOnly\":true,\"xml\":{\"name\":\"isdvyfl\",\"namespace\":\"qgxljsbtos\",\"prefix\":\"cv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zlfhhwdajfth\":\"datalxocz\",\"nufqh\":\"dataswuomjd\"}},\"externalDocs\":{\"description\":\"io\",\"uri\":\"hxxbneiobubtpyem\",\"extensions\":{\"yzrdqpk\":\"datak\",\"myhjgmfyernckg\":\"datafuvhoiqqzb\",\"kafiokeolzizfbun\":\"datawiq\",\"muwl\":\"datamxhfttmj\"}},\"example\":\"datajwkpznsfbi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pvdlxyyotclcu\",\"valuePath\":\"llnwmgqcf\",\"parameters\":{\"spwhfhdguuvga\":\"dataequoxmpg\",\"dfytqzxemqnw\":\"datavz\",\"etjggrmeufhkoer\":\"datawr\",\"aentaqjvddeiqvrj\":\"datarjmicha\"}},\"dynamicSchemaNew\":{\"operationId\":\"xydiuv\",\"valuePath\":\"pwk\",\"parameters\":{\"yrrybdyqivks\":{},\"uh\":{}}},\"dynamicListNew\":{\"operationId\":\"hdkqdjwthwcpi\",\"builtInOperation\":\"asnafdjinw\",\"itemsPath\":\"rnjgs\",\"itemValuePath\":\"zbdhr\",\"itemTitlePath\":\"panhygcahijb\",\"parameters\":{\"xsvjzbggsnan\":{},\"jtyhe\":{},\"zxzazofronsxj\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"ow\",\"itemsPath\":\"be\",\"itemValuePath\":\"hxikrgokyngarwz\",\"itemTitlePath\":\"zjxgassmna\",\"itemFullTitlePath\":\"polueylqysgmiix\",\"itemIsParent\":\"ekcwec\",\"selectableFilter\":\"tkdginm\",\"parameters\":{\"pefq\":{}}},\"browse\":{\"operationId\":\"eyowrwvbqvbcqgq\",\"itemsPath\":\"opqgiqfax\",\"itemValuePath\":\"jpyzcgugslpvyktf\",\"itemTitlePath\":\"faabibv\",\"itemFullTitlePath\":\"ocdkpvvkq\",\"itemIsParent\":\"hdxnzjza\",\"selectableFilter\":\"hiztfmibw\",\"parameters\":{\"ydajck\":{},\"wtbfxxsfjn\":{},\"ascjighmkdsv\":{}}}}},\"properties\":{\"wgen\":{\"ref\":\"tiyx\",\"type\":\"Number\",\"title\":\"izoybtehky\",\"items\":{\"ref\":\"mmyznwrcfqwkqu\",\"type\":\"Object\",\"title\":\"vqohwiwhrq\",\"items\":{},\"properties\":{\"ssosndnypxnsjjjc\":{},\"dsvgdbfniqxbc\":{},\"jhpmajg\":{},\"zpdioddtjylimz\":{}},\"additionalProperties\":\"datawjhmtcacwmabeh\",\"required\":[\"skzw\",\"ghzvhzrxcaesoxo\",\"vlwwpvjrnjwv\"],\"maxProperties\":1399085420,\"minProperties\":1898444454,\"allOf\":[{},{}],\"discriminator\":\"f\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarhqozjwmwkdehjl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"edp\":{},\"wzzzimgbxjgx\":{}},\"additionalProperties\":\"dataajrubcvucvebdf\",\"required\":[\"nfeealph\"],\"maxProperties\":1915459293,\"minProperties\":588288736,\"allOf\":[{},{},{},{}],\"discriminator\":\"wdrvkb\",\"readOnly\":false,\"xml\":{\"name\":\"vkhfzldzz\",\"namespace\":\"rzhjqengopdvnz\",\"prefix\":\"liodajxvs\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"awh\":\"dataufbwr\",\"uee\":\"datazhs\"}},\"externalDocs\":{\"description\":\"nkles\",\"uri\":\"dvakqajiantcyrd\",\"extensions\":{\"vjhzxtv\":\"dataukdmskt\",\"w\":\"datatoyfbsgrzw\",\"qebtrps\":\"dataud\"}},\"example\":\"datawtlocseybvtgcozn\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"krnkuuot\",\"valuePath\":\"myb\",\"parameters\":{\"j\":\"datarkxkmtuynugpt\",\"tqqshb\":\"dataisvfh\"}},\"dynamicSchemaNew\":{\"operationId\":\"huhujkzj\",\"valuePath\":\"zgphipteoqldnh\",\"parameters\":{\"xgeccckkd\":{},\"z\":{}}},\"dynamicListNew\":{\"operationId\":\"nim\",\"builtInOperation\":\"pxdzmpjfbd\",\"itemsPath\":\"awhb\",\"itemValuePath\":\"xnmyxzhiocqoydqy\",\"itemTitlePath\":\"fn\",\"parameters\":{\"bwdsaqwywayjin\":{},\"skt\":{},\"rnknnql\":{},\"ygyeyxmuwgn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"zyjkw\":{\"ref\":\"oswcxlgzquqx\",\"type\":\"Object\",\"title\":\"qpifzavct\",\"items\":{\"ref\":\"pp\",\"type\":\"Object\",\"title\":\"rzrsqcugvnpg\",\"items\":{},\"properties\":{\"nuhmsrnpsoagho\":{},\"q\":{},\"wpdxpdlsoajqxyp\":{}},\"additionalProperties\":\"datastopyybwl\",\"required\":[\"pikgqjdoglecj\",\"gyivsiirx\",\"xppqpsin\"],\"maxProperties\":1487964913,\"minProperties\":572196432,\"allOf\":[{},{},{}],\"discriminator\":\"bw\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datahdu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"mihgksqwzuosyyx\":{},\"rdxzudfarzayr\":{},\"yrowgi\":{},\"pdpudqiw\":{}},\"additionalProperties\":\"dataxbovpoeuufwsmd\",\"required\":[\"rb\"],\"maxProperties\":756105714,\"minProperties\":1511026721,\"allOf\":[{}],\"discriminator\":\"isxspnmfyd\",\"readOnly\":true,\"xml\":{\"name\":\"no\",\"namespace\":\"bdvjlqfzlbpeh\",\"prefix\":\"pgllrh\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ezm\":\"datazy\",\"xzgjysmtsktous\":\"datajqpdchdsxvkmgp\",\"izfwdmaenwhqafz\":\"databwddpjsokosugr\"}},\"externalDocs\":{\"description\":\"onjqnienctwb\",\"uri\":\"hfmognnwx\",\"extensions\":{\"yyrfpnbyxyg\":\"datalrqamf\",\"dzs\":\"databvidps\",\"ufdctgsdx\":\"dataxhvzgl\",\"kennnyyvvlgsadpv\":\"dataxkddxoatlprs\"}},\"example\":\"datajtfplgxcjrctb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"fjamgnpeosusiy\",\"valuePath\":\"ofljab\",\"parameters\":{\"saknhmizcfkcl\":\"dataalipbuqkdieuop\",\"ygzkdbmjzobc\":\"datamoonnriah\",\"kptteojxhwg\":\"datavbbuuipel\",\"vkjdhsl\":\"dataahxgrpwjgk\"}},\"dynamicSchemaNew\":{\"operationId\":\"mwwtzx\",\"valuePath\":\"wqiwgjwrhu\",\"parameters\":{\"aaxigafa\":{},\"tt\":{},\"oggzdoblpd\":{}}},\"dynamicListNew\":{\"operationId\":\"vgbhbopla\",\"builtInOperation\":\"fbvro\",\"itemsPath\":\"uexqweyslwlppoh\",\"itemValuePath\":\"fgalexy\",\"itemTitlePath\":\"gkadtwd\",\"parameters\":{\"jxtfvxcjd\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datan\",\"required\":[\"uvmokih\",\"clp\"],\"maxProperties\":100287595,\"minProperties\":1788366223,\"allOf\":[{\"ref\":\"kqrqnkpt\",\"type\":\"Array\",\"title\":\"oyzgaevrygggcc\",\"items\":{\"ref\":\"hoplqtzgtpsbym\",\"type\":\"Boolean\",\"title\":\"o\",\"items\":{},\"properties\":{\"qyygf\":{}},\"additionalProperties\":\"datararolc\",\"required\":[\"bynlbwcnnfpfg\",\"tdif\",\"yfjslehgeeyg\"],\"maxProperties\":1043909832,\"minProperties\":71579806,\"allOf\":[{},{},{},{}],\"discriminator\":\"iigrtvqv\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxxuuqcmunhfarbg\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"howw\":{},\"r\":{}},\"additionalProperties\":\"datawlxh\",\"required\":[\"vqxgejytqnz\",\"cbhayhctjvl\",\"f\"],\"maxProperties\":1544229051,\"minProperties\":318372183,\"allOf\":[{},{},{},{}],\"discriminator\":\"vyt\",\"readOnly\":false,\"xml\":{\"name\":\"wbaiaqqfu\",\"namespace\":\"muclxgc\",\"prefix\":\"usuyqcvy\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"jzrv\":\"datahervvlibrolqxloe\"}},\"externalDocs\":{\"description\":\"syqbfgwujw\",\"uri\":\"thvue\",\"extensions\":{\"jnsp\":\"dataznv\",\"mavfzjwdww\":\"datafqoygutqtjwivv\",\"mshlpqxjx\":\"dataxxehndcpiwcgc\"}},\"example\":\"datawjfxopz\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pu\",\"valuePath\":\"gaiv\",\"parameters\":{\"fbflyzcqomlyb\":\"datajjfmzv\"}},\"dynamicSchemaNew\":{\"operationId\":\"o\",\"valuePath\":\"vtvbfpu\",\"parameters\":{\"bt\":{},\"hum\":{}}},\"dynamicListNew\":{\"operationId\":\"wckapoetdfzj\",\"builtInOperation\":\"efcl\",\"itemsPath\":\"anawipdqozvvlq\",\"itemValuePath\":\"pvhwmtd\",\"itemTitlePath\":\"rjvqvuvipsnfeago\",\"parameters\":{\"sascnt\":{},\"wijxkxlto\":{},\"dwiffagfeq\":{},\"mbpgcbltthsuzx\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"zsrknscobhh\",\"type\":\"File\",\"title\":\"vpokvhobygffuzh\",\"items\":{\"ref\":\"rfffagoovfwz\",\"type\":\"Boolean\",\"title\":\"vrfjgbxupvhgo\",\"items\":{},\"properties\":{\"uj\":{},\"arowrm\":{}},\"additionalProperties\":\"dataziubkyvcgkoufwk\",\"required\":[\"yt\",\"xrw\",\"jbyaavfm\"],\"maxProperties\":1938484490,\"minProperties\":1924483469,\"allOf\":[{}],\"discriminator\":\"xznmakxyhuetztor\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datasszhsewjqgzlo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ljq\":{},\"yxiaakgdkan\":{},\"hvwgc\":{},\"gpbd\":{}},\"additionalProperties\":\"datawgoomap\",\"required\":[\"n\"],\"maxProperties\":931162604,\"minProperties\":1839612991,\"allOf\":[{},{}],\"discriminator\":\"vectooxjztt\",\"readOnly\":true,\"xml\":{\"name\":\"xvsrvkzvxlez\",\"namespace\":\"dybxehjkqogtnfla\",\"prefix\":\"pghfvkqijmyqo\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"yoh\":\"datarrzrrgd\",\"vlwhtfscoups\":\"datamru\"}},\"externalDocs\":{\"description\":\"wb\",\"uri\":\"hawkwc\",\"extensions\":{\"ecvkw\":\"dataqexd\"}},\"example\":\"datajotfunsduejxvr\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"qedofuobx\",\"valuePath\":\"ai\",\"parameters\":{\"ib\":\"datahlpf\",\"gzy\":\"datalmihvzdaycmen\",\"lvgqlexwqwbbell\":\"datal\"}},\"dynamicSchemaNew\":{\"operationId\":\"otpc\",\"valuePath\":\"dfmflwfxdkpw\",\"parameters\":{\"yg\":{}}},\"dynamicListNew\":{\"operationId\":\"gchtwxifudlrx\",\"builtInOperation\":\"uftpv\",\"itemsPath\":\"qzitcuvmlltasufq\",\"itemValuePath\":\"pzeszvegawbm\",\"itemTitlePath\":\"gmbirvvv\",\"parameters\":{\"xisa\":{},\"ktuxwzvlh\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"gwuv\",\"type\":\"Integer\",\"title\":\"oqvcjkryn\",\"items\":{\"ref\":\"d\",\"type\":\"File\",\"title\":\"hrygw\",\"items\":{},\"properties\":{\"ioxjw\":{}},\"additionalProperties\":\"datarfotllfzcvhf\",\"required\":[\"cffsbzz\",\"tfxq\"],\"maxProperties\":174498541,\"minProperties\":218889551,\"allOf\":[{},{}],\"discriminator\":\"ct\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datapzvqzml\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qudexnicq\":{}},\"additionalProperties\":\"datafqttfqgdoowgqooi\",\"required\":[\"svsnedhkj\",\"wfvetwf\",\"eqvflrr\"],\"maxProperties\":1833153574,\"minProperties\":1099065385,\"allOf\":[{}],\"discriminator\":\"dcwqal\",\"readOnly\":true,\"xml\":{\"name\":\"tpjiscisolk\",\"namespace\":\"pvlsljutawg\",\"prefix\":\"nodrfcl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"xduxhopyavcbmz\":\"datavpeaeyjl\"}},\"externalDocs\":{\"description\":\"vfarqxjoazy\",\"uri\":\"um\",\"extensions\":{\"hxeoqmaqhik\":\"dataaxzrycvacspzjysy\",\"uvosbba\":\"dataei\",\"xqhqgip\":\"datarbqooxvprq\"}},\"example\":\"datatnkngjnhxufo\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ijdtpedvhfpfse\",\"valuePath\":\"ywcre\",\"parameters\":{\"qwnmfjktd\":\"datahqqozhesb\",\"lkztaluuupcdao\":\"datad\",\"tu\":\"datatzvajwvxhefm\"}},\"dynamicSchemaNew\":{\"operationId\":\"lmazgpqo\",\"valuePath\":\"psoeocvywtyehln\",\"parameters\":{\"eplyosadxs\":{},\"wdxoxjlvvvzpjjv\":{}}},\"dynamicListNew\":{\"operationId\":\"t\",\"builtInOperation\":\"veogeldnmbckb\",\"itemsPath\":\"bobkxiujaagfe\",\"itemValuePath\":\"uuxqwmzmsi\",\"itemTitlePath\":\"egm\",\"parameters\":{\"brhaqjptkrsjspzi\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"szcau\",\"type\":\"Object\",\"title\":\"yjas\",\"items\":{\"ref\":\"bfttptsdeequova\",\"type\":\"Object\",\"title\":\"wacsfbmbtcef\",\"items\":{},\"properties\":{\"gyumoamq\":{}},\"additionalProperties\":\"dataluslxytiobjle\",\"required\":[\"blob\",\"nfpdilhzgjjeo\",\"ctbgo\"],\"maxProperties\":1599146853,\"minProperties\":390161698,\"allOf\":[{},{}],\"discriminator\":\"bqlbnu\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datakkzexhbpyoqfbjp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"nhwwyhxz\":{},\"thxzrvjfsmfkdh\":{}},\"additionalProperties\":\"datafrmhoo\",\"required\":[\"dgfexakct\"],\"maxProperties\":1273456396,\"minProperties\":2091131884,\"allOf\":[{}],\"discriminator\":\"couuqxmdievkmrs\",\"readOnly\":true,\"xml\":{\"name\":\"hehei\",\"namespace\":\"qqmd\",\"prefix\":\"wxfmrm\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"afcxdldh\":\"datapmthfvsz\",\"urhsmg\":\"datakdeviwpzhfxvlc\",\"rmws\":\"datahbtuujcuavctx\"}},\"externalDocs\":{\"description\":\"myycnnwajxv\",\"uri\":\"idlwmewrgu\",\"extensions\":{\"gnnvmguzq\":\"datagpkunvygu\",\"msnmfjbefszfrxf\":\"dataxwwme\",\"ypxcqmdeecd\":\"dataw\",\"zyhp\":\"datayjs\"}},\"example\":\"dataykgrtwhmad\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jkqtfyuy\",\"valuePath\":\"bshc\",\"parameters\":{\"rhcgbzrlfsewusqu\":\"dataeaitzgewwqwibt\",\"inx\":\"datakrrppmwozw\",\"rkujceeczhsdpf\":\"datartecfvzslttkp\",\"rytgsocqkdclb\":\"dataabmahuwxodddqzew\"}},\"dynamicSchemaNew\":{\"operationId\":\"aoxsgmpdcbhe\",\"valuePath\":\"utuaysxhfupvq\",\"parameters\":{\"lafiaywm\":{},\"ipuyefhhdrmg\":{}}},\"dynamicListNew\":{\"operationId\":\"gyxkgqwmpghxpcxq\",\"builtInOperation\":\"nkxhc\",\"itemsPath\":\"hxsbxllf\",\"itemValuePath\":\"douuyzpaqjahj\",\"itemTitlePath\":\"edtmzhofhk\",\"parameters\":{\"tacguki\":{},\"rdqrfassiii\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"hscayyxgcgbvie\",\"readOnly\":true,\"xml\":{\"name\":\"ukznxdivqopxuno\",\"namespace\":\"tkmknacnfzcytbhd\",\"prefix\":\"agw\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"vqg\":\"datafeyexbgdfyoszwi\",\"nvdabaodiytxq\":\"dataeacqjgedxpbpjwz\"}},\"externalDocs\":{\"description\":\"ehhtltwvij\",\"uri\":\"fqyqvh\",\"extensions\":{\"xqfghlos\":\"datayvhrenozl\",\"esa\":\"dataopmkpcmtsban\"}},\"example\":\"datauewrljmlodst\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"qeogwbsyniwxhcy\",\"valuePath\":\"gqmdbazggrgaostt\",\"parameters\":{\"ydsdmacydqacgyvw\":\"datapoyanir\"}},\"dynamicSchemaNew\":{\"operationId\":\"gul\",\"valuePath\":\"jkasxpp\",\"parameters\":{\"hokkcjjnqx\":{\"operationId\":\"abdufhvsoxnpuap\",\"valuePath\":\"uwekiqlscmtcljo\",\"parameters\":{\"twxvcf\":{}}}}},\"dynamicListNew\":{\"operationId\":\"ayajdf\",\"builtInOperation\":\"xjm\",\"itemsPath\":\"gfbzbxeqzvokfr\",\"itemValuePath\":\"af\",\"itemTitlePath\":\"gjucmuax\",\"parameters\":{\"dgfnaoehk\":{\"operationId\":\"uefsrxqs\",\"valuePath\":\"bbwejr\",\"parameters\":{\"geqpa\":{},\"llfscosfmeot\":{},\"neteehndfpflf\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":true},\"open\":{\"operationId\":\"wxdgcfcf\",\"itemsPath\":\"yrjwxhslrbwwkbyw\",\"itemValuePath\":\"hsodofsxjik\",\"itemTitlePath\":\"squhu\",\"itemFullTitlePath\":\"qwoggwcxdm\",\"itemIsParent\":\"uwldfahkyft\",\"selectableFilter\":\"kbgsgopyckmncru\",\"parameters\":{\"djmda\":{},\"qkgixfnrneyav\":{},\"dovpwrqcfzokplz\":{}}},\"browse\":{\"operationId\":\"zbwfjumulh\",\"itemsPath\":\"dgnchahldnrpt\",\"itemValuePath\":\"capbkfvowzbk\",\"itemTitlePath\":\"qpzdpu\",\"itemFullTitlePath\":\"wjmohqzzkplqmca\",\"itemIsParent\":\"eiauveeng\",\"selectableFilter\":\"gfpqwwugfw\",\"parameters\":{\"cewbqaibkyeysf\":{},\"ehdydyybz\":{},\"lylhd\":{},\"cjq\":{}}}}},{\"ref\":\"cie\",\"type\":\"String\",\"title\":\"ixf\",\"items\":{\"ref\":\"vecjhbttmhneqd\",\"type\":\"Boolean\",\"title\":\"yxx\",\"items\":{\"ref\":\"bqlakkn\",\"type\":\"Integer\",\"title\":\"e\",\"items\":{\"ref\":\"ljsfcryqrrsjqt\",\"type\":\"Object\",\"title\":\"dm\",\"items\":{},\"properties\":{\"lhyzezcivkzrvy\":{}},\"additionalProperties\":\"datalqgyu\",\"required\":[\"elyjduzapnopoto\",\"prrqcaglytxj\",\"bdpczmzu\"],\"maxProperties\":1128513603,\"minProperties\":1223930197,\"allOf\":[{}],\"discriminator\":\"ecleaqaviqs\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datarc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"bsotknhfxpveru\":{},\"ckrzwraqaptqy\":{},\"nlyuyopwwnqoub\":{},\"b\":{}},\"additionalProperties\":\"datavf\",\"required\":[\"flcxeosyl\"],\"maxProperties\":591255698,\"minProperties\":1644992395,\"allOf\":[{},{},{},{}],\"discriminator\":\"bqrfwnpwvpnbg\",\"readOnly\":false,\"xml\":{\"name\":\"kzeaiaycauvlfsc\",\"namespace\":\"qpzqivfgemvuicxw\",\"prefix\":\"rydl\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"cdum\":\"datafljjatjmndb\",\"skvzvkddaeiep\":\"dataqhatckomdyfj\",\"sxym\":\"datajrmk\"}},\"externalDocs\":{\"description\":\"duawokrhhjyahrmu\",\"uri\":\"sdyruosidtxm\",\"extensions\":{\"gzkq\":\"datajim\",\"nfbms\":\"datapldrnbjhd\"}},\"example\":\"datatzufk\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"ddrtngdc\",\"valuePath\":\"jzgzaeuu\",\"parameters\":{\"lqe\":\"dataheq\",\"fhpyuegdynydd\":\"dataaskrgoo\"}},\"dynamicSchemaNew\":{\"operationId\":\"izlzxht\",\"valuePath\":\"glgmf\",\"parameters\":{\"olaflsjwaw\":{},\"kqmznkcwiokuyk\":{},\"vxmobnehbb\":{},\"htcoelx\":{}}},\"dynamicListNew\":{\"operationId\":\"pxumgnjmsku\",\"builtInOperation\":\"uogj\",\"itemsPath\":\"wandefmebpal\",\"itemValuePath\":\"yptgwmrz\",\"itemTitlePath\":\"cfdsvmptnrz\",\"parameters\":{\"cncdazwtlgora\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"properties\":{\"sjkqfabju\":{\"ref\":\"ufvggv\",\"type\":\"Boolean\",\"title\":\"zfy\",\"items\":{},\"properties\":{\"lb\":{}},\"additionalProperties\":\"datahjdkqfjzgyzjtmak\",\"required\":[\"ty\",\"kihbf\",\"xybtowjz\",\"opzaen\"],\"maxProperties\":2113477079,\"minProperties\":1925812871,\"allOf\":[{},{}],\"discriminator\":\"uwunvwvao\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datazzvqzhtmeuiptu\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"t\":{\"ref\":\"ts\",\"type\":\"Integer\",\"title\":\"ciokdrjdey\",\"items\":{},\"properties\":{\"nbadkzpqctupl\":{},\"kjexqnrnzlalug\":{}},\"additionalProperties\":\"dataftrbxo\",\"required\":[\"ovarfqverx\",\"lquq\",\"epgvj\"],\"maxProperties\":119360590,\"minProperties\":612745950,\"allOf\":[{}],\"discriminator\":\"baummddwqiucpjpr\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"mzpwkcagfqgzqgmj\":{\"ref\":\"ylvrofhhitjhh\",\"type\":\"Number\",\"title\":\"r\",\"items\":{},\"properties\":{\"llmbllsh\":{},\"fdrimoopfr\":{}},\"additionalProperties\":\"datajjrhxornuoqpob\",\"required\":[\"sdxkwmqe\"],\"maxProperties\":2051502694,\"minProperties\":1239886501,\"allOf\":[{},{}],\"discriminator\":\"xjolseoixqpn\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataakroxk\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}},\"additionalProperties\":\"datardpvblonlhtgexwj\",\"required\":[\"uzqavimxnhy\",\"wogtv\",\"rbgdart\"],\"maxProperties\":1299564567,\"minProperties\":2026214759,\"allOf\":[{\"ref\":\"dclkmg\",\"type\":\"Array\",\"title\":\"fyxaiafelmxekfvy\",\"items\":{},\"properties\":{\"duoayapzz\":{},\"xkuusba\":{}},\"additionalProperties\":\"dataassqeybdnzeyakg\",\"required\":[\"hfqmxzkicxt\"],\"maxProperties\":1620974941,\"minProperties\":927853956,\"allOf\":[{},{}],\"discriminator\":\"taarboxaluoa\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datajnpef\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},{\"ref\":\"ahlqmcboxgpmmz\",\"type\":\"Integer\",\"title\":\"llxcmahzylspzc\",\"items\":{},\"properties\":{\"nlbtriaecvagudrh\":{},\"dgyh\":{},\"rasxeomjqqhbkxi\":{}},\"additionalProperties\":\"dataiafbhzdj\",\"required\":[\"rzijggbpdp\"],\"maxProperties\":1484795221,\"minProperties\":114139905,\"allOf\":[{},{},{}],\"discriminator\":\"zaliicrut\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"dataxi\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}}],\"discriminator\":\"qzwnoghqdlj\",\"readOnly\":true,\"xml\":{\"name\":\"pvvnbuknvkut\",\"namespace\":\"zxuuqbuvpbeswgkr\",\"prefix\":\"zpufkcamzc\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"eymmcbiktetzvqt\":\"datapegcgdndpbs\",\"yimyg\":\"dataesvcs\",\"nbzqweohml\":\"datawduzp\"}},\"externalDocs\":{\"description\":\"xadmauanxzr\",\"uri\":\"mhaerhxdsh\",\"extensions\":{\"q\":\"datakhjjbwelicrxb\",\"kddxljjzdbzk\":\"dataoguypmselwszqve\"}},\"example\":\"datagw\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"hcs\",\"valuePath\":\"iygpqxq\",\"parameters\":{\"ypjkjirvj\":\"datafdv\",\"vjlhnimuae\":\"datagsa\",\"lzofuzthszjyanh\":\"datakympwquu\"}},\"dynamicSchemaNew\":{\"operationId\":\"qeftgunropdpu\",\"valuePath\":\"sdtqzxjbxolmehq\",\"parameters\":{\"hgib\":{}}},\"dynamicListNew\":{\"operationId\":\"ojupenoupc\",\"builtInOperation\":\"xcwrsz\",\"itemsPath\":\"desisdkcuh\",\"itemValuePath\":\"sk\",\"itemTitlePath\":\"yueeeu\",\"parameters\":{\"nbymrgelgoduexxf\":{},\"dfrzenvkq\":{},\"vtqpwq\":{},\"vqtnozwphkaqra\":{}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"ohbzbbjxkamitgvq\",\"itemsPath\":\"dvdbyelrteunkwyp\",\"itemValuePath\":\"qfm\",\"itemTitlePath\":\"gtdfqlfd\",\"itemFullTitlePath\":\"ylzdbrwjlw\",\"itemIsParent\":\"hfrxwiqjsfgkwrcb\",\"selectableFilter\":\"yprabp\",\"parameters\":{\"czoi\":{},\"abjb\":{},\"y\":{},\"ddijfkkt\":{}}},\"browse\":{\"operationId\":\"s\",\"itemsPath\":\"pl\",\"itemValuePath\":\"erxydsompncea\",\"itemTitlePath\":\"jtmpaczkjkfak\",\"itemFullTitlePath\":\"wtpesfa\",\"itemIsParent\":\"j\",\"selectableFilter\":\"ceuwm\",\"parameters\":{\"lvpyhhgq\":{},\"szjui\":{},\"zhvejqjekolnylp\":{},\"kjpakaouy\":{}}}}},\"properties\":{\"twmxe\":{\"ref\":\"xaicheycak\",\"type\":\"File\",\"title\":\"yd\",\"items\":{\"ref\":\"yha\",\"type\":\"Boolean\",\"title\":\"a\",\"items\":{},\"properties\":{\"uqe\":{},\"cnhs\":{}},\"additionalProperties\":\"datafbk\",\"required\":[\"eeqofwbekpeerwss\",\"zmrpdjrylfpdu\"],\"maxProperties\":1261148090,\"minProperties\":1546292608,\"allOf\":[{},{}],\"discriminator\":\"iehxbanf\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataqssngeviy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"psyhdapynp\":{},\"gyafttbetzy\":{},\"tgp\":{}},\"additionalProperties\":\"dataczfpoybjk\",\"required\":[\"ajkyrhucbfkaqlp\",\"zpteron\",\"qaktao\",\"mgefobcqvzm\"],\"maxProperties\":302626916,\"minProperties\":556091208,\"allOf\":[{}],\"discriminator\":\"cmosqvojgolmkklz\",\"readOnly\":false,\"xml\":{\"name\":\"nclntaoidjhoykg\",\"namespace\":\"vrnfikire\",\"prefix\":\"vjfizafdgjhnuv\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"jd\":\"dataxajcsipfwlyei\",\"rjjmvrzfppo\":\"datajmqtei\"}},\"externalDocs\":{\"description\":\"xdgzhnpxbuwauytq\",\"uri\":\"gaxloafws\",\"extensions\":{\"kwmdipnddql\":\"dataqr\",\"v\":\"datajrhctb\"}},\"example\":\"datadamoyvqfjpkez\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"yczmepcacgvl\",\"valuePath\":\"jjbyryrktuvdest\",\"parameters\":{\"xhcrffj\":\"datalnhbqtvyh\"}},\"dynamicSchemaNew\":{\"operationId\":\"upcuizvxjsv\",\"valuePath\":\"l\",\"parameters\":{\"tdscqk\":{}}},\"dynamicListNew\":{\"operationId\":\"floqzmvem\",\"builtInOperation\":\"yddfqfnftrrhh\",\"itemsPath\":\"awizhanvcfx\",\"itemValuePath\":\"kdnfgctxultxhqqv\",\"itemTitlePath\":\"dyya\",\"parameters\":{\"nepubsdinfa\":{},\"ytmqvsdyqy\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"yusfkcwfpoa\":{\"ref\":\"cxmyxtpbapoj\",\"type\":\"Number\",\"title\":\"antlpsp\",\"items\":{\"ref\":\"f\",\"type\":\"File\",\"title\":\"pkvvrhoqyvqdvnru\",\"items\":{},\"properties\":{\"xhskhkqlvocrdd\":{}},\"additionalProperties\":\"datahegcolh\",\"required\":[\"klq\",\"unqwcrkkabyx\",\"y\",\"nipywgjg\"],\"maxProperties\":2043055355,\"minProperties\":1077872054,\"allOf\":[{},{},{},{}],\"discriminator\":\"gejypok\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datapwskckcwymfy\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"ebwarljplkp\":{},\"mxcdreqaqvspsy\":{}},\"additionalProperties\":\"dataarwtkrbscw\",\"required\":[\"vwmcrhyoestplmy\",\"n\",\"vyjzferhxg\"],\"maxProperties\":502443359,\"minProperties\":1529874765,\"allOf\":[{}],\"discriminator\":\"pqxujxbd\",\"readOnly\":false,\"xml\":{\"name\":\"mljcisxbwsftyt\",\"namespace\":\"mufdynhqlzanta\",\"prefix\":\"ykx\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"adwiqnsmpfeyjvl\":\"datam\",\"ryoleqikcorkem\":\"dataqsy\",\"htbtuvwz\":\"databobx\"}},\"externalDocs\":{\"description\":\"g\",\"uri\":\"eagxikzvnghtknrw\",\"extensions\":{\"nrapxwt\":\"datasnmyuvfml\",\"f\":\"datapxoelfobehr\"}},\"example\":\"dataojjcziytfwkvir\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"gnqa\",\"valuePath\":\"k\",\"parameters\":{\"dzvuhw\":\"dataybh\"}},\"dynamicSchemaNew\":{\"operationId\":\"azjv\",\"valuePath\":\"iezdnezxtq\",\"parameters\":{\"rm\":{},\"utzttroymivkkuz\":{},\"vcegyztzhcf\":{}}},\"dynamicListNew\":{\"operationId\":\"xezzumklroogfl\",\"builtInOperation\":\"ospxblyokjwsszye\",\"itemsPath\":\"oukdhnf\",\"itemValuePath\":\"dggjihnzvoehgw\",\"itemTitlePath\":\"gcnkghgczjx\",\"parameters\":{\"igdwpg\":{},\"hqhvnex\":{},\"wxqwcx\":{},\"qlymmhzvn\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"t\":{\"ref\":\"gkzgzxqwvvfkqb\",\"type\":\"Array\",\"title\":\"ygdvllbbdfulvhp\",\"items\":{\"ref\":\"xygrniqnxpsebazb\",\"type\":\"Object\",\"title\":\"roq\",\"items\":{},\"properties\":{\"zrrapimtuojq\":{},\"g\":{}},\"additionalProperties\":\"datamyywhfdkjykvez\",\"required\":[\"tzd\"],\"maxProperties\":133654558,\"minProperties\":853590142,\"allOf\":[{},{},{}],\"discriminator\":\"pl\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datajrnveqleozqqwia\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"fhysatoplqcujsrl\":{}},\"additionalProperties\":\"datauqkprfqoc\",\"required\":[\"oqfwbsbkobbdssjh\"],\"maxProperties\":1670869035,\"minProperties\":783556700,\"allOf\":[{},{},{},{}],\"discriminator\":\"brxmr\",\"readOnly\":false,\"xml\":{\"name\":\"ulswajbhespfgm\",\"namespace\":\"iski\",\"prefix\":\"slyipjzgmxq\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"ooyyfysn\":\"dataoypo\"}},\"externalDocs\":{\"description\":\"nlfu\",\"uri\":\"hono\",\"extensions\":{\"xel\":\"dataeu\",\"m\":\"datamx\",\"fwpu\":\"dataziycnsjswedkfof\",\"olvedzrjkrpor\":\"datawpcutzlvx\"}},\"example\":\"dataddwgozrdglkmgc\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"dfoidyhcwcgvyu\",\"valuePath\":\"exenywwkdxq\",\"parameters\":{\"ifwknl\":\"datasxpaapmthdqv\",\"mq\":\"datatvxrtocadt\"}},\"dynamicSchemaNew\":{\"operationId\":\"ecjixcy\",\"valuePath\":\"kiitrdbtr\",\"parameters\":{\"uuessuuzfrwmct\":{},\"ngj\":{},\"c\":{}}},\"dynamicListNew\":{\"operationId\":\"bkrtpu\",\"builtInOperation\":\"yeyqsiniejjb\",\"itemsPath\":\"v\",\"itemValuePath\":\"kwrvtlbb\",\"itemTitlePath\":\"bdtmrijt\",\"parameters\":{\"hvbpvizuuluilgm\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},\"vcvnmgqlshglympe\":{\"ref\":\"mjxgqsbjc\",\"type\":\"Null\",\"title\":\"uvbzcqgtzx\",\"items\":{\"ref\":\"mrtdznvjgovy\",\"type\":\"Boolean\",\"title\":\"swlepttabrk\",\"items\":{},\"properties\":{\"xkeuyxgp\":{},\"rvvmrdlckpznove\":{},\"bwpai\":{},\"ikzysdharswh\":{}},\"additionalProperties\":\"datarpdxnrdvtvtyqlt\",\"required\":[\"dfplk\"],\"maxProperties\":1951351434,\"minProperties\":2015261361,\"allOf\":[{}],\"discriminator\":\"ba\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataltsnqjcmkpxb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"qmyowddhtwaxob\":{},\"zatqocvrdj\":{}},\"additionalProperties\":\"datasclwpst\",\"required\":[\"jdnhocy\",\"ymvnlaehitxo\",\"bfomo\"],\"maxProperties\":1168843813,\"minProperties\":843530899,\"allOf\":[{},{},{},{}],\"discriminator\":\"bvbqxtktkeuapomo\",\"readOnly\":false,\"xml\":{\"name\":\"hptraljcqpu\",\"namespace\":\"athiydmkyvsxcd\",\"prefix\":\"ghajpddgfoz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"mwptdrrruy\":\"dataoesozcuhunmfz\"}},\"externalDocs\":{\"description\":\"iumuxnabivg\",\"uri\":\"kxhmxz\",\"extensions\":{\"atv\":\"dataoiut\",\"mvoykekm\":\"databiojncgjo\",\"qpwhp\":\"datapseass\"}},\"example\":\"datadosfgbvsozjf\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"jci\",\"valuePath\":\"lbpuemqetmo\",\"parameters\":{\"oyl\":\"datahhed\",\"sghbdvsorvhbygwt\":\"datacrldwcc\"}},\"dynamicSchemaNew\":{\"operationId\":\"lzzkbxwncggamxb\",\"valuePath\":\"izydaiolnkkg\",\"parameters\":{\"xvq\":{}}},\"dynamicListNew\":{\"operationId\":\"wmo\",\"builtInOperation\":\"xylt\",\"itemsPath\":\"qjfoujeiagnyeefj\",\"itemValuePath\":\"ayrwyffut\",\"itemTitlePath\":\"xrpxdhzwdy\",\"parameters\":{\"hvxhwexwhos\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}},\"additionalProperties\":\"datazvcfh\",\"required\":[\"ropxeezlqwbgl\",\"twz\",\"tkhyrwdsnpuo\",\"orfpizyb\"],\"maxProperties\":1044233367,\"minProperties\":1440544202,\"allOf\":[{\"ref\":\"zghwcywrbm\",\"type\":\"Integer\",\"title\":\"kkffwf\",\"items\":{\"ref\":\"e\",\"type\":\"Boolean\",\"title\":\"sqyjsw\",\"items\":{},\"properties\":{\"fcoayu\":{},\"wntghjmmjmmj\":{},\"xhyfj\":{}},\"additionalProperties\":\"dataemnidbay\",\"required\":[\"rsb\",\"niocyo\",\"p\"],\"maxProperties\":255189296,\"minProperties\":1153805309,\"allOf\":[{},{},{}],\"discriminator\":\"waffsjqn\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datagojzcargsxmawlv\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"jwggpcdugwddobpc\":{},\"jwexed\":{},\"m\":{},\"cgqifhy\":{}},\"additionalProperties\":\"dataugwkqnmhfmll\",\"required\":[\"hthxcrweeqkdmpfm\",\"rc\",\"lsnjftnfdcjtveib\"],\"maxProperties\":568505147,\"minProperties\":1687145216,\"allOf\":[{},{}],\"discriminator\":\"xysutsofdh\",\"readOnly\":true,\"xml\":{\"name\":\"strms\",\"namespace\":\"dgrzkeuplorn\",\"prefix\":\"ssmaaxz\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"htbjyycacoelv\":\"dataiscbz\"}},\"externalDocs\":{\"description\":\"tm\",\"uri\":\"alqqrymjwwo\",\"extensions\":{\"dubwmalthc\":\"dataefellhdsgo\",\"l\":\"datavuvwdp\",\"nbmfml\":\"datahnaghglaxj\",\"vlrsfmtrmod\":\"dataqatswvtddpicwnb\"}},\"example\":\"dataxerkaiikb\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"pqrke\",\"valuePath\":\"juaezkbr\",\"parameters\":{\"dwoyqvcyqjjx\":\"dataulhtqvtpkodijc\",\"yuhoxulevp\":\"dataijbf\",\"jmpnvgkxs\":\"databirhgjmphyacd\",\"stqbxpyfawkjei\":\"datahljtkuyvytfuq\"}},\"dynamicSchemaNew\":{\"operationId\":\"hzvscnd\",\"valuePath\":\"lscokafaqqipv\",\"parameters\":{\"zsss\":{},\"ncghgi\":{},\"qkotxodbxzhadm\":{}}},\"dynamicListNew\":{\"operationId\":\"nootcyyupa\",\"builtInOperation\":\"oodhnzkmjoy\",\"itemsPath\":\"ogwj\",\"itemValuePath\":\"snryk\",\"itemTitlePath\":\"xa\",\"parameters\":{\"sjewxphn\":{},\"weyzvrixcvese\":{},\"ltlhcjgjuopvkrm\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"dmbxfy\",\"type\":\"Object\",\"title\":\"qvhfyvkxgo\",\"items\":{\"ref\":\"eiucuxwnojvc\",\"type\":\"Null\",\"title\":\"bnfvygt\",\"items\":{},\"properties\":{\"jalpsycvckszn\":{},\"gguucpytsxnuj\":{},\"ffthbziieoxlbc\":{},\"ccraua\":{}},\"additionalProperties\":\"dataevjr\",\"required\":[\"dxqgsteeks\",\"ksvvyvoib\",\"vuqwljmzpyu\"],\"maxProperties\":154633215,\"minProperties\":1070173279,\"allOf\":[{},{}],\"discriminator\":\"tctnqdcgobkceb\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"datamtjsklkw\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"fxldqtma\":{},\"dejnemrfq\":{}},\"additionalProperties\":\"datacdpwlezbfgullq\",\"required\":[\"jyxcmqc\",\"gksrorxejf\",\"arphltlf\",\"ray\"],\"maxProperties\":806429098,\"minProperties\":1431227363,\"allOf\":[{},{}],\"discriminator\":\"hbaogfwbk\",\"readOnly\":true,\"xml\":{\"name\":\"egysq\",\"namespace\":\"lbzi\",\"prefix\":\"datvndvwwej\",\"attribute\":true,\"wrapped\":true,\"extensions\":{\"e\":\"dataoqwmhcpujygntx\",\"socfxlrzjjffl\":\"databssqthcywyoqxp\",\"ljf\":\"datazm\",\"ygnepj\":\"dataulwlze\"}},\"externalDocs\":{\"description\":\"qdrphiyxjqran\",\"uri\":\"tlachpfzs\",\"extensions\":{\"pbrwv\":\"dataa\",\"oigzwedfteratv\":\"dataovvyhsorcavkfh\",\"wrmujizdmh\":\"datakg\"}},\"example\":\"datafjdiwzgwmumuc\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"scva\",\"valuePath\":\"xgelnjgftqkgavgo\",\"parameters\":{\"krastbkskk\":\"dataxpay\",\"dfmplgdxdt\":\"dataiebmwy\"}},\"dynamicSchemaNew\":{\"operationId\":\"dbwwqt\",\"valuePath\":\"fofrfvhbbno\",\"parameters\":{\"krlkdouk\":{},\"scmdsjgowshlgua\":{},\"eqlh\":{}}},\"dynamicListNew\":{\"operationId\":\"yfacexp\",\"builtInOperation\":\"qykicesqpvmoxil\",\"itemsPath\":\"kqiqsriubem\",\"itemValuePath\":\"uygmrenrbn\",\"itemTitlePath\":\"afmophtky\",\"parameters\":{\"ayngmow\":{},\"cnvfgqxqhy\":{},\"uapd\":{},\"slroqxrvycj\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"gyxmpmsacbamtoqs\",\"type\":\"Object\",\"title\":\"yxdigkggzm\",\"items\":{\"ref\":\"hqeosxdsx\",\"type\":\"Array\",\"title\":\"iottdawgkaohhtt\",\"items\":{},\"properties\":{\"pidzjjjfcyskpn\":{},\"kxoicbxsmfvltbo\":{},\"qhvtpmvppvgrigj\":{}},\"additionalProperties\":\"datarlgkoqbzrclar\",\"required\":[\"mfku\",\"ybemoramshqvkuq\",\"zvzqhvzjdsn\"],\"maxProperties\":1261131211,\"minProperties\":62007038,\"allOf\":[{},{},{}],\"discriminator\":\"goz\",\"readOnly\":false,\"xml\":{},\"externalDocs\":{},\"example\":\"dataugjalmzpfyl\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"dxcizropzgjle\":{},\"cf\":{},\"bhqkvbins\":{}},\"additionalProperties\":\"dataw\",\"required\":[\"goupdqeflvd\",\"aqcqlexobeekzyeb\",\"atwbbfjd\"],\"maxProperties\":841237042,\"minProperties\":241544995,\"allOf\":[{},{}],\"discriminator\":\"cahhfuydg\",\"readOnly\":true,\"xml\":{\"name\":\"v\",\"namespace\":\"yuspz\",\"prefix\":\"vibp\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"zivfoyqv\":\"dataefepwkhruzzwgbb\",\"quvvsc\":\"datalhsxeasxs\",\"k\":\"datapkmohd\",\"uzvmorsyirf\":\"datarqyib\"}},\"externalDocs\":{\"description\":\"zuboigorwpbbjz\",\"uri\":\"aqoilgkznnzpvjw\",\"extensions\":{\"yper\":\"dataviceqyrajdvvsaat\",\"azztvotf\":\"dataazcchvwwc\",\"fgxx\":\"datahayfx\",\"wqoszcmfmyn\":\"datafzlig\"}},\"example\":\"dataigjcnkadm\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{\"operationId\":\"knewpnpun\",\"valuePath\":\"jbnhbxvvufq\",\"parameters\":{\"srcqdthmlqa\":\"datauosajq\",\"akc\":\"datadlcukdmrvr\",\"tqgabbx\":\"datalsnprda\",\"pkxbwobovexsnm\":\"dataxacgm\"}},\"dynamicSchemaNew\":{\"operationId\":\"bmujlsztpygq\",\"valuePath\":\"dlxsn\",\"parameters\":{\"cimksfejz\":{}}},\"dynamicListNew\":{\"operationId\":\"lbzmngxzpdnbjo\",\"builtInOperation\":\"ddvtnbtv\",\"itemsPath\":\"kjfkaoe\",\"itemValuePath\":\"myizdglzzaufi\",\"itemTitlePath\":\"vyxyrykn\",\"parameters\":{\"jgpyvjg\":{},\"jyj\":{},\"hwbbhwr\":{},\"c\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}},{\"ref\":\"rvpamfpi\",\"type\":\"Array\",\"title\":\"bfkmfbruuh\",\"items\":{\"ref\":\"ge\",\"type\":\"Array\",\"title\":\"bjf\",\"items\":{},\"properties\":{\"rqu\":{},\"lnhxr\":{}},\"additionalProperties\":\"datashicvrmwbg\",\"required\":[\"l\"],\"maxProperties\":1170979422,\"minProperties\":820446074,\"allOf\":[{}],\"discriminator\":\"srfshkjg\",\"readOnly\":true,\"xml\":{},\"externalDocs\":{},\"example\":\"datavtxibrooogijiqwx\",\"notificationUrlExtension\":false,\"dynamicSchemaOld\":{},\"dynamicSchemaNew\":{},\"dynamicListNew\":{},\"dynamicTree\":{}},\"properties\":{\"rbvruhdjziv\":{}},\"additionalProperties\":\"dataxi\",\"required\":[\"nqmbfptzix\",\"ksxxbdtjvv\"],\"maxProperties\":368832321,\"minProperties\":2116316686,\"allOf\":[{},{},{},{}],\"discriminator\":\"lmq\",\"readOnly\":false,\"xml\":{\"name\":\"nwij\",\"namespace\":\"yxtxerxttobosjx\",\"prefix\":\"ytten\",\"attribute\":true,\"wrapped\":false,\"extensions\":{\"spjqhiv\":\"datayycvtyablyim\",\"eoutqo\":\"datablqvwhjgtbh\"}},\"externalDocs\":{\"description\":\"tqibqbougcwzgdfd\",\"uri\":\"xoutkgezulnnt\",\"extensions\":{\"oeoywy\":\"datarejxjhlxoljb\",\"rx\":\"datahhavwhrivvzrccy\"}},\"example\":\"dataypwudeearbbxan\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ju\",\"valuePath\":\"idzh\",\"parameters\":{\"pcenirjhd\":\"datapqcg\",\"btlharjbakp\":\"dataxup\"}},\"dynamicSchemaNew\":{\"operationId\":\"ugcngdulvd\",\"valuePath\":\"hguvaimkoyrpps\",\"parameters\":{\"duwkbozl\":{},\"rhnghvlvdjxbjq\":{},\"abitevvowiypy\":{},\"jz\":{}}},\"dynamicListNew\":{\"operationId\":\"dfyvgcftaqydcr\",\"builtInOperation\":\"hmneykxewemtazmr\",\"itemsPath\":\"zpxoqegerxmlfnu\",\"itemValuePath\":\"myr\",\"itemTitlePath\":\"tdkpoxzwgrsnit\",\"parameters\":{\"aehjhwklfjzqqgy\":{},\"anwej\":{},\"n\":{}}},\"dynamicTree\":{\"settings\":{},\"open\":{},\"browse\":{}}}],\"discriminator\":\"swytkwt\",\"readOnly\":false,\"xml\":{\"name\":\"ksormfhru\",\"namespace\":\"xmnrdf\",\"prefix\":\"bhrvonea\",\"attribute\":false,\"wrapped\":false,\"extensions\":{\"tasaurxtoxlxoj\":\"dataypbdf\"}},\"externalDocs\":{\"description\":\"tsyrxynnfsknycis\",\"uri\":\"cpxftyhfcduqsdur\",\"extensions\":{\"ztpnrysxxajr\":\"dataawryctzslf\",\"ddvnobesowbtnfq\":\"datacighl\"}},\"example\":\"datacaxjp\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"ucmeuuuajiot\",\"valuePath\":\"xofqjninrskq\",\"parameters\":{\"ygwpwqux\":\"datatiuveazuciwbi\",\"voolkmf\":\"dataqgslspihuxgvvio\"}},\"dynamicSchemaNew\":{\"operationId\":\"fbbrndaquxvufr\",\"valuePath\":\"aehssosowav\",\"parameters\":{\"tzgk\":{\"operationId\":\"eyeblkgupgnstq\",\"valuePath\":\"xfmhioart\",\"parameters\":{\"ufktqgtjffctre\":{}}},\"mftkqzafjycfb\":{\"operationId\":\"fztrvonbtnnwamk\",\"valuePath\":\"yskm\",\"parameters\":{\"sbzn\":{},\"ng\":{},\"rwotlpsswosl\":{}}},\"bhclb\":{\"operationId\":\"zbaboeegalecqy\",\"valuePath\":\"yzilocn\",\"parameters\":{\"nhiaqegjvhyvn\":{}}},\"whsfhecpstfe\":{\"operationId\":\"soqzzyrovvnacxmj\",\"valuePath\":\"clhcqcjngwmb\",\"parameters\":{\"sidasovlrjggvyd\":{},\"jebbacscirztsapx\":{},\"bk\":{}}}}},\"dynamicListNew\":{\"operationId\":\"lyqmlg\",\"builtInOperation\":\"hcnybhvzltbgw\",\"itemsPath\":\"epjmkruzogs\",\"itemValuePath\":\"oqjbnfaxcdcmqe\",\"itemTitlePath\":\"sirotj\",\"parameters\":{\"hdlwlehhqxy\":{\"operationId\":\"gobs\",\"valuePath\":\"tc\",\"parameters\":{\"yuvhl\":{},\"mjpzgjnqif\":{},\"znfdboumpks\":{},\"kdjpfsmdg\":{}}},\"uimvz\":{\"operationId\":\"bkwvrrptbls\",\"valuePath\":\"akzgryfxwwqbey\",\"parameters\":{\"njmj\":{},\"es\":{}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":false,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"malvzxucnpaesr\",\"itemsPath\":\"refifbislj\",\"itemValuePath\":\"qqjmfrmqe\",\"itemTitlePath\":\"cbrmmweeuyohjhpx\",\"itemFullTitlePath\":\"giurmli\",\"itemIsParent\":\"adqeqfxzcxvpog\",\"selectableFilter\":\"kditkwokefde\",\"parameters\":{\"ycwsyqxfowfnsy\":{},\"eytrwy\":{},\"jhmgvmeemjazql\":{}}},\"browse\":{\"operationId\":\"kxtgshadnhol\",\"itemsPath\":\"yxmspudsqwvzu\",\"itemValuePath\":\"qvupjxsrnq\",\"itemTitlePath\":\"fjwo\",\"itemFullTitlePath\":\"zifrmoftilhoyemh\",\"itemIsParent\":\"epgdd\",\"selectableFilter\":\"cdtkv\",\"parameters\":{\"fcqmfvzub\":{},\"hsxtryyrvwmmuo\":{},\"turdhnnmhrizwm\":{},\"ts\":{}}}}}],\"discriminator\":\"qztnbvueizua\",\"readOnly\":false,\"xml\":{\"name\":\"kbvwxyumqoqwv\",\"namespace\":\"yiyeigngrzve\",\"prefix\":\"mxlnhq\",\"attribute\":false,\"wrapped\":true,\"extensions\":{\"pccovzkwh\":\"datadmpvp\",\"fujdapcmga\":\"datatfjvfct\",\"atexkwcolnae\":\"datagbnktgotddyd\",\"d\":\"datawsdyvahn\"}},\"externalDocs\":{\"description\":\"mvnzhdsaqme\",\"uri\":\"tkojrruhzvve\",\"extensions\":{\"cczkggbmzdnyrmo\":\"datalehsnlmdosiyzf\",\"umckcbsakoucss\":\"datamaekc\",\"grqzwypwhfybflrp\":\"datawdqilzogi\"}},\"example\":\"datagqqxe\",\"notificationUrlExtension\":true,\"dynamicSchemaOld\":{\"operationId\":\"sqv\",\"valuePath\":\"sedeqr\",\"parameters\":{\"vbtpvwx\":\"datakxxnqrqd\"}},\"dynamicSchemaNew\":{\"operationId\":\"vicvpagwohk\",\"valuePath\":\"mzssemlozjyov\",\"parameters\":{\"sxidazslwhuyik\":{\"operationId\":\"hbgkgjpie\",\"valuePath\":\"hflgpsal\",\"parameters\":{\"gfwebiwxm\":{\"operationId\":\"mwzpfbiqjrz\",\"valuePath\":\"xizorqliblyb\",\"parameters\":{\"zknkffzdy\":{},\"znidstofd\":{},\"dlmfw\":{},\"b\":{}}}}},\"gvhgyeoikxjpuwg\":{\"operationId\":\"cilinbuokp\",\"valuePath\":\"er\",\"parameters\":{\"woigofumbpmzed\":{\"operationId\":\"l\",\"valuePath\":\"swhqrdvqva\",\"parameters\":{\"u\":{}}},\"xugd\":{\"operationId\":\"jgklmyomavbota\",\"valuePath\":\"ixi\",\"parameters\":{\"yinf\":{},\"wtqvjnoem\":{},\"wutbyaeyyiw\":{},\"aowpdm\":{}}},\"h\":{\"operationId\":\"mwcxvcronrid\",\"valuePath\":\"oyznjddshazlom\",\"parameters\":{\"ipuot\":{},\"iqzqmpgvyydjww\":{},\"rhjh\":{},\"wcfftszswvyi\":{}}}}}}},\"dynamicListNew\":{\"operationId\":\"aqfnbxuwawmbus\",\"builtInOperation\":\"gtsqzkzwo\",\"itemsPath\":\"hhv\",\"itemValuePath\":\"o\",\"itemTitlePath\":\"djhfxb\",\"parameters\":{\"o\":{\"operationId\":\"xusylgpznbklhw\",\"valuePath\":\"yuv\",\"parameters\":{\"hvygxckit\":{\"operationId\":\"rfziubeflvktjbmc\",\"valuePath\":\"l\",\"parameters\":{\"dawgzhbwhjvon\":{}}}}}}},\"dynamicTree\":{\"settings\":{\"CanSelectParentNodes\":true,\"CanSelectLeafNodes\":false},\"open\":{\"operationId\":\"jcjvdajxebm\",\"itemsPath\":\"yrctfaabkukraqnd\",\"itemValuePath\":\"wdicntqsrhac\",\"itemTitlePath\":\"bpdh\",\"itemFullTitlePath\":\"wf\",\"itemIsParent\":\"iyxqrcuyff\",\"selectableFilter\":\"yovljtrmlxr\",\"parameters\":{\"hhckt\":{\"selectedItemValuePath\":\"gnxmbwdkziwwbq\",\"value\":\"datajithxlpvpk\",\"parameterReference\":\"eiw\",\"required\":true},\"kieyqp\":{\"selectedItemValuePath\":\"mtbprtkvuxwue\",\"value\":\"datacugwkuhqbwgmznv\",\"parameterReference\":\"cn\",\"required\":true},\"q\":{\"selectedItemValuePath\":\"wzzx\",\"value\":\"dataxzcj\",\"parameterReference\":\"sqcw\",\"required\":true},\"xi\":{\"selectedItemValuePath\":\"eoofoxfchunewkss\",\"value\":\"datanhhlh\",\"parameterReference\":\"jcfyv\",\"required\":false}}},\"browse\":{\"operationId\":\"onzifdfswkgw\",\"itemsPath\":\"ghdn\",\"itemValuePath\":\"ydhqkariatxhpx\",\"itemTitlePath\":\"rajoghgxgzbzsa\",\"itemFullTitlePath\":\"amcwet\",\"itemIsParent\":\"sgcwadv\",\"selectableFilter\":\"bageltffqalmcqt\",\"parameters\":{\"lahoz\":{\"selectedItemValuePath\":\"wtcwbgmxwpynslc\",\"value\":\"datavmizx\",\"parameterReference\":\"hhqwwtarxtdgpm\",\"required\":true}}}}}") - .toObject(SwaggerSchema.class); - Assertions.assertEquals("qfmxbdjkmn", model.ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.type()); - Assertions.assertEquals("nowxhyvdbrdvsv", model.title()); - Assertions.assertEquals("tycvlkusgiikhrc", model.items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().type()); - Assertions.assertEquals("epxshmrdisc", model.items().title()); - Assertions.assertEquals("kymktcwmivo", model.items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().type()); - Assertions.assertEquals("gngl", model.items().items().title()); - Assertions.assertEquals("fgazagh", model.items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().items().type()); - Assertions.assertEquals("zwxuxorrutuhvem", model.items().items().items().title()); - Assertions.assertEquals("ssolqy", model.items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().type()); - Assertions.assertEquals("lxo", model.items().items().items().items().title()); - Assertions.assertEquals("kqvrv", model.items().items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().items().type()); - Assertions.assertEquals("cvzfc", model.items().items().items().items().items().title()); - Assertions.assertEquals("yxpmqd", model.items().items().items().items().items().required().get(0)); - Assertions.assertEquals(1694090280, model.items().items().items().items().items().maxProperties()); - Assertions.assertEquals(1308930684, model.items().items().items().items().items().minProperties()); - Assertions.assertEquals("rsoihat", model.items().items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.items().items().items().items().items().readOnly()); - Assertions.assertEquals(true, model.items().items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("ixgz", model.items().items().items().items().required().get(0)); - Assertions.assertEquals(471954679, model.items().items().items().items().maxProperties()); - Assertions.assertEquals(665626685, model.items().items().items().items().minProperties()); - Assertions.assertEquals("gjajkvwko", model.items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.items().items().items().items().readOnly()); - Assertions.assertEquals("zllvna", model.items().items().items().items().xml().name()); - Assertions.assertEquals("gvlpgfygenfakyb", model.items().items().items().items().xml().namespace()); - Assertions.assertEquals("sihzqi", model.items().items().items().items().xml().prefix()); - Assertions.assertEquals(true, model.items().items().items().items().xml().attribute()); - Assertions.assertEquals(false, model.items().items().items().items().xml().wrapped()); - Assertions.assertEquals("lubrukhqbuoyrbdk", model.items().items().items().items().externalDocs().description()); - Assertions.assertEquals("dmvvvjmfj", model.items().items().items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("tyosdpxtsdy", model.items().items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("gef", model.items().items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("hecjg", model.items().items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("djmsngm", model.items().items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("thizsabcylzzie", model.items().items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("mzen", model.items().items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("drue", model.items().items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("exawxo", model.items().items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("dctjwfebqq", model.items().items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("kewqwamptld", model.items().items().items().properties().get("dlbbc").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.items().items().items().properties().get("dlbbc").type()); - Assertions.assertEquals("zljhnxfkffngfpi", model.items().items().items().properties().get("dlbbc").title()); - Assertions.assertEquals("liclmoyo", model.items().items().items().properties().get("dlbbc").required().get(0)); - Assertions.assertEquals(2057868685, model.items().items().items().properties().get("dlbbc").maxProperties()); - Assertions.assertEquals(1258258593, model.items().items().items().properties().get("dlbbc").minProperties()); - Assertions.assertEquals("uqzuscolbqve", - model.items().items().items().properties().get("dlbbc").discriminator()); - Assertions.assertEquals(false, model.items().items().items().properties().get("dlbbc").readOnly()); - Assertions.assertEquals(false, - model.items().items().items().properties().get("dlbbc").notificationUrlExtension()); - Assertions.assertEquals("fxhvnodqqz", model.items().items().items().required().get(0)); - Assertions.assertEquals(1168453176, model.items().items().items().maxProperties()); - Assertions.assertEquals(116276536, model.items().items().items().minProperties()); - Assertions.assertEquals("vlypztuskpncdo", model.items().items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().items().allOf().get(0).type()); - Assertions.assertEquals("p", model.items().items().items().allOf().get(0).title()); - Assertions.assertEquals("d", model.items().items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(494128235, model.items().items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(144915434, model.items().items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("eghtmqo", model.items().items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.items().items().items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, model.items().items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("hcoscoljj", model.items().items().items().discriminator()); - Assertions.assertEquals(true, model.items().items().items().readOnly()); - Assertions.assertEquals("ooefzsdttbqkaq", model.items().items().items().xml().name()); - Assertions.assertEquals("wojvxv", model.items().items().items().xml().namespace()); - Assertions.assertEquals("hrqxrqghotingzi", model.items().items().items().xml().prefix()); - Assertions.assertEquals(true, model.items().items().items().xml().attribute()); - Assertions.assertEquals(true, model.items().items().items().xml().wrapped()); - Assertions.assertEquals("bbkhc", model.items().items().items().externalDocs().description()); - Assertions.assertEquals("cfwoolkugzowg", model.items().items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.items().items().items().notificationUrlExtension()); - Assertions.assertEquals("gmndwohoeashu", model.items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("vbjimzw", model.items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("zrkrztpyay", model.items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("xlnm", model.items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tpcvpahhp", model.items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("yqpvzxxz", model.items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("wtominrufqqa", model.items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("gasfmhbxv", model.items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kqnatxvuzc", model.items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, model.items().items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("eqiwduukaamimkj", model.items().items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("xysjd", model.items().items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("vksijrjgyind", model.items().items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("i", model.items().items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("vuyxuu", model.items().items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("ead", model.items().items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("topdtphvjgv", model.items().items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("gyqshsasmryuyu", model.items().items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("bxrgrztkyqgu", model.items().items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("uih", model.items().items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("bgkyn", model.items().items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("zjndfeemx", model.items().items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("rpfivypm", model.items().items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("zajpcroxppo", model.items().items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("doxklrzatsizny", model.items().items().properties().get("cttg").ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().properties().get("cttg").type()); - Assertions.assertEquals("dpkihqhnfubev", model.items().items().properties().get("cttg").title()); - Assertions.assertEquals("xcezxevltfebqo", model.items().items().properties().get("cttg").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.items().items().properties().get("cttg").items().type()); - Assertions.assertEquals("lqakpstifmftwrph", model.items().items().properties().get("cttg").items().title()); - Assertions.assertEquals("s", model.items().items().properties().get("cttg").items().required().get(0)); - Assertions.assertEquals(357355458, model.items().items().properties().get("cttg").items().maxProperties()); - Assertions.assertEquals(930340533, model.items().items().properties().get("cttg").items().minProperties()); - Assertions.assertEquals("zttqgtllwy", model.items().items().properties().get("cttg").items().discriminator()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").items().readOnly()); - Assertions.assertEquals(true, - model.items().items().properties().get("cttg").items().notificationUrlExtension()); - Assertions.assertEquals("b", model.items().items().properties().get("cttg").required().get(0)); - Assertions.assertEquals(1833532340, model.items().items().properties().get("cttg").maxProperties()); - Assertions.assertEquals(1227881123, model.items().items().properties().get("cttg").minProperties()); - Assertions.assertEquals("ywedbpirbzpauzbb", model.items().items().properties().get("cttg").discriminator()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").readOnly()); - Assertions.assertEquals("zdwpave", model.items().items().properties().get("cttg").xml().name()); - Assertions.assertEquals("gmigsoebdltni", model.items().items().properties().get("cttg").xml().namespace()); - Assertions.assertEquals("imerffhgvcy", model.items().items().properties().get("cttg").xml().prefix()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().attribute()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().wrapped()); - Assertions.assertEquals("kosjwr", model.items().items().properties().get("cttg").externalDocs().description()); - Assertions.assertEquals("tsluqfgksdi", model.items().items().properties().get("cttg").externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").notificationUrlExtension()); - Assertions.assertEquals("fovkmamiy", - model.items().items().properties().get("cttg").dynamicSchemaOld().operationId()); - Assertions.assertEquals("un", model.items().items().properties().get("cttg").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("ubzqazdlrkvi", - model.items().items().properties().get("cttg").dynamicSchemaNew().operationId()); - Assertions.assertEquals("kifqbxmnnidot", - model.items().items().properties().get("cttg").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("mvuwj", model.items().items().properties().get("cttg").dynamicListNew().operationId()); - Assertions.assertEquals("lqfpqql", - model.items().items().properties().get("cttg").dynamicListNew().builtInOperation()); - Assertions.assertEquals("vzlhjgmrodblap", - model.items().items().properties().get("cttg").dynamicListNew().itemsPath()); - Assertions.assertEquals("acz", model.items().items().properties().get("cttg").dynamicListNew().itemValuePath()); - Assertions.assertEquals("niwfc", - model.items().items().properties().get("cttg").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("awpjfkrarerdlg", model.items().items().required().get(0)); - Assertions.assertEquals(620460265, model.items().items().maxProperties()); - Assertions.assertEquals(570741825, model.items().items().minProperties()); - Assertions.assertEquals("w", model.items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().items().allOf().get(0).type()); - Assertions.assertEquals("blitxrrsjs", model.items().items().allOf().get(0).title()); - Assertions.assertEquals("anjsoutrzto", model.items().items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().items().allOf().get(0).items().type()); - Assertions.assertEquals("bnclxhwkzfggsuz", model.items().items().allOf().get(0).items().title()); - Assertions.assertEquals("vufjqvfcfsssm", model.items().items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(869027254, model.items().items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1219794635, model.items().items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("ui", model.items().items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("ofenin", model.items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(883470274, model.items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(856472763, model.items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("xckdlxjpisrdn", model.items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).readOnly()); - Assertions.assertEquals("be", model.items().items().allOf().get(0).xml().name()); - Assertions.assertEquals("vijnubxfiiytqx", model.items().items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("jsyutez", model.items().items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("jbpn", model.items().items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("hfrvsi", model.items().items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("uzyvihevbfvxmtsm", - model.items().items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("retsny", model.items().items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("gni", model.items().items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("oacf", model.items().items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tkpdcdefq", model.items().items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("rmgm", model.items().items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("ddaxaogs", model.items().items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("cmmmbipysehyybo", - model.items().items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("jcvmkkbp", model.items().items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("mkjpajlfp", model.items().items().discriminator()); - Assertions.assertEquals(true, model.items().items().readOnly()); - Assertions.assertEquals("lhejcc", model.items().items().xml().name()); - Assertions.assertEquals("xbnwitaf", model.items().items().xml().namespace()); - Assertions.assertEquals("evpt", model.items().items().xml().prefix()); - Assertions.assertEquals(false, model.items().items().xml().attribute()); - Assertions.assertEquals(false, model.items().items().xml().wrapped()); - Assertions.assertEquals("vijr", model.items().items().externalDocs().description()); - Assertions.assertEquals("esk", model.items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().notificationUrlExtension()); - Assertions.assertEquals("zcy", model.items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("dh", model.items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("v", model.items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("av", model.items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yjuwhizcbqjxmh", - model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").operationId()); - Assertions.assertEquals("tunpcsk", - model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").valuePath()); - Assertions.assertEquals("mgukyw", model.items().items().dynamicListNew().operationId()); - Assertions.assertEquals("uo", model.items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("cex", model.items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("pit", model.items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("qnbs", model.items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("mtcidca", - model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").operationId()); - Assertions.assertEquals("nxhcxct", - model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").valuePath()); - Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("xdwxrwqtbvws", model.items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("akxy", model.items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("kgjhomywlypghhul", model.items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("yfvgpqwgiqmbrisk", model.items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("uihtqfvyqmm", model.items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("uguvlieegjnqwh", model.items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("o", model.items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("rhljwqufudpypb", model.items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("lefxfp", model.items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ajvwfijfd", model.items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("rvsvhmsmrihddnb", model.items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("bqntdder", model.items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("yiwuzpsvcmzs", model.items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("tyyysqnwnl", model.items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("hd", model.items().properties().get("bdhmxbyzfjgr").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().properties().get("bdhmxbyzfjgr").type()); - Assertions.assertEquals("tf", model.items().properties().get("bdhmxbyzfjgr").title()); - Assertions.assertEquals("qb", model.items().properties().get("bdhmxbyzfjgr").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().properties().get("bdhmxbyzfjgr").items().type()); - Assertions.assertEquals("ulymk", model.items().properties().get("bdhmxbyzfjgr").items().title()); - Assertions.assertEquals("ryhxf", model.items().properties().get("bdhmxbyzfjgr").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.items().properties().get("bdhmxbyzfjgr").items().items().type()); - Assertions.assertEquals("npftkgm", model.items().properties().get("bdhmxbyzfjgr").items().items().title()); - Assertions.assertEquals("uuhyncppmmwhjer", - model.items().properties().get("bdhmxbyzfjgr").items().items().required().get(0)); - Assertions.assertEquals(288131133, - model.items().properties().get("bdhmxbyzfjgr").items().items().maxProperties()); - Assertions.assertEquals(1994994052, - model.items().properties().get("bdhmxbyzfjgr").items().items().minProperties()); - Assertions.assertEquals("bxlepsmckgpxdx", - model.items().properties().get("bdhmxbyzfjgr").items().items().discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().items().readOnly()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").items().items().notificationUrlExtension()); - Assertions.assertEquals("tkalhpiybfnk", - model.items().properties().get("bdhmxbyzfjgr").items().required().get(0)); - Assertions.assertEquals(2076981753, model.items().properties().get("bdhmxbyzfjgr").items().maxProperties()); - Assertions.assertEquals(1175073373, model.items().properties().get("bdhmxbyzfjgr").items().minProperties()); - Assertions.assertEquals("qcbnkiv", model.items().properties().get("bdhmxbyzfjgr").items().discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().readOnly()); - Assertions.assertEquals("hmar", model.items().properties().get("bdhmxbyzfjgr").items().xml().name()); - Assertions.assertEquals("wyfcenkbfxqcap", - model.items().properties().get("bdhmxbyzfjgr").items().xml().namespace()); - Assertions.assertEquals("eciradmxokbu", model.items().properties().get("bdhmxbyzfjgr").items().xml().prefix()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().xml().attribute()); - Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").items().xml().wrapped()); - Assertions.assertEquals("pybs", - model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().description()); - Assertions.assertEquals("kgaxmhaszjietfst", - model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().uri()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").items().notificationUrlExtension()); - Assertions.assertEquals("icxepgaxpyde", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("cqdssbmgersdudh", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yrbvmb", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("expnphtqwfp", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("api", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().operationId()); - Assertions.assertEquals("jlfugnrzowcgrz", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("q", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("zawqxnhlva", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("gwxd", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("ylgebr", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").type()); - Assertions.assertEquals("fuyzvbploazc", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").title()); - Assertions.assertEquals("e", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").required().get(0)); - Assertions.assertEquals(1425524785, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").maxProperties()); - Assertions.assertEquals(903351327, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").minProperties()); - Assertions.assertEquals("sfxqcmejezjcb", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").discriminator()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").readOnly()); - Assertions.assertEquals(false, - model.items() - .properties() - .get("bdhmxbyzfjgr") - .properties() - .get("hmeoxxbzagwnomp") - .notificationUrlExtension()); - Assertions.assertEquals("srgkvgavn", model.items().properties().get("bdhmxbyzfjgr").required().get(0)); - Assertions.assertEquals(988153026, model.items().properties().get("bdhmxbyzfjgr").maxProperties()); - Assertions.assertEquals(1104855733, model.items().properties().get("bdhmxbyzfjgr").minProperties()); - Assertions.assertEquals("ysujcvhclgp", model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).type()); - Assertions.assertEquals("yrpwzsmwgebpsk", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).title()); - Assertions.assertEquals("kymjdwirglqibj", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).required().get(0)); - Assertions.assertEquals(337054188, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).maxProperties()); - Assertions.assertEquals(1668245698, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).minProperties()); - Assertions.assertEquals("rrwkcwwitzmxxig", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("mmpvo", model.items().properties().get("bdhmxbyzfjgr").discriminator()); - Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").readOnly()); - Assertions.assertEquals("krxu", model.items().properties().get("bdhmxbyzfjgr").xml().name()); - Assertions.assertEquals("d", model.items().properties().get("bdhmxbyzfjgr").xml().namespace()); - Assertions.assertEquals("ydn", model.items().properties().get("bdhmxbyzfjgr").xml().prefix()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().attribute()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().wrapped()); - Assertions.assertEquals("dprwruexhgd", - model.items().properties().get("bdhmxbyzfjgr").externalDocs().description()); - Assertions.assertEquals("kplaseyltqx", model.items().properties().get("bdhmxbyzfjgr").externalDocs().uri()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").notificationUrlExtension()); - Assertions.assertEquals("wwmjrsmkjalor", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().operationId()); - Assertions.assertEquals("egiczrvnezlcvnd", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("mjmgswt", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().operationId()); - Assertions.assertEquals("skuqgneorqtr", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("p", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().operationId()); - Assertions.assertEquals("blmxblcbwvsqpe", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().builtInOperation()); - Assertions.assertEquals("lcbbu", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemsPath()); - Assertions.assertEquals("pcgirsfil", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemValuePath()); - Assertions.assertEquals("syzcnxjvipehx", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("uzsojblyygftic", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().operationId()); - Assertions.assertEquals("drswqm", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemsPath()); - Assertions.assertEquals("uyqtzo", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("otrbnvoe", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("t", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("qoafdv", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("lrsrfrxylmdjpspi", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("yrcjgptxvz", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().operationId()); - Assertions.assertEquals("unwmbfjjselblwmf", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("pn", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("s", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("mfktytri", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("leqvefnzvhmiwba", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("zxcmsceza", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("rnwwoiviniyoizuw", model.items().required().get(0)); - Assertions.assertEquals(1047091530, model.items().maxProperties()); - Assertions.assertEquals(1479560554, model.items().minProperties()); - Assertions.assertEquals("albs", model.items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().allOf().get(0).type()); - Assertions.assertEquals("j", model.items().allOf().get(0).title()); - Assertions.assertEquals("eaibqjbizbwxuy", model.items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().type()); - Assertions.assertEquals("iwllxtclveqdqtzs", model.items().allOf().get(0).items().title()); - Assertions.assertEquals("wjxry", model.items().allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().items().type()); - Assertions.assertEquals("gh", model.items().allOf().get(0).items().items().title()); - Assertions.assertEquals("xxccf", model.items().allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(112473964, model.items().allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(796947635, model.items().allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("ujywwumbusnaw", model.items().allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().items().readOnly()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("kbp", model.items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(2059319100, model.items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(664391551, model.items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("wauylkbd", model.items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().readOnly()); - Assertions.assertEquals("frtlukaf", model.items().allOf().get(0).items().xml().name()); - Assertions.assertEquals("ylempahyuxxeik", model.items().allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("npw", model.items().allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("ptzkmfvd", model.items().allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("cwosmnwsffi", model.items().allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("nyjbzzwsesqytkt", - model.items().allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("fgxorhsxcsoax", model.items().allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("wjvxycygcvgebfe", - model.items().allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yan", model.items().allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yp", model.items().allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("w", model.items().allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("cfamuikisppygoth", model.items().allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("irhhbogxw", model.items().allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("pymyerpus", model.items().allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("joy", model.items().allOf().get(0).properties().get("alz").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().allOf().get(0).properties().get("alz").type()); - Assertions.assertEquals("okd", model.items().allOf().get(0).properties().get("alz").title()); - Assertions.assertEquals("wc", model.items().allOf().get(0).properties().get("alz").required().get(0)); - Assertions.assertEquals(1626149009, model.items().allOf().get(0).properties().get("alz").maxProperties()); - Assertions.assertEquals(1334629660, model.items().allOf().get(0).properties().get("alz").minProperties()); - Assertions.assertEquals("tnlcvl", model.items().allOf().get(0).properties().get("alz").discriminator()); - Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").readOnly()); - Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").notificationUrlExtension()); - Assertions.assertEquals("iajicrsdgtjxlop", model.items().allOf().get(0).required().get(0)); - Assertions.assertEquals(471453249, model.items().allOf().get(0).maxProperties()); - Assertions.assertEquals(65322636, model.items().allOf().get(0).minProperties()); - Assertions.assertEquals("rszehijlwrfeab", model.items().allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("hjmg", model.items().allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("mfqmvnhsfjxt", model.items().allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(1313462664, model.items().allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(787059976, model.items().allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("yasjwnwnjdrnfgt", model.items().allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals(false, model.items().allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("n", model.items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).readOnly()); - Assertions.assertEquals("ghjxhpppnksqi", model.items().allOf().get(0).xml().name()); - Assertions.assertEquals("megjtoseohoygowd", model.items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("zzugdorc", model.items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("tl", model.items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("zbiroxamnv", model.items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("hofyoqfvmvwplxmu", model.items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("tnneolghgtej", model.items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("cjuuxq", model.items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("i", model.items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("rnaktjopig", model.items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("hheqj", model.items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("hrrxmc", model.items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("rqnuahhke", model.items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("brbdujpsh", model.items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, model.items().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("pvqpqumexnpoaeru", model.items().allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("fhltwlzlmpiprlc", model.items().allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("ewmnwyhql", model.items().allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("mkmx", model.items().allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("mkpa", model.items().allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("pwpbnjc", model.items().allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("wtuniumys", model.items().allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("qlwyqsxeq", model.items().allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("t", model.items().allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("czcxouaneuepgq", model.items().allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("akovslvwpvdm", model.items().allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("c", model.items().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("ucmiqsdsnu", model.items().allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("g", model.items().allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("keacmadyoctmda", model.items().discriminator()); - Assertions.assertEquals(false, model.items().readOnly()); - Assertions.assertEquals("t", model.items().xml().name()); - Assertions.assertEquals("es", model.items().xml().namespace()); - Assertions.assertEquals("toeteufg", model.items().xml().prefix()); - Assertions.assertEquals(true, model.items().xml().attribute()); - Assertions.assertEquals(true, model.items().xml().wrapped()); - Assertions.assertEquals("rvgit", model.items().externalDocs().description()); - Assertions.assertEquals("jixkepl", model.items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().notificationUrlExtension()); - Assertions.assertEquals("qmchlhzngmwem", model.items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("qmkjsvxbagcc", model.items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("doitdfcnxrbyv", model.items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("vgztjtzsgenbdq", model.items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("jcngjcdyk", - model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").operationId()); - Assertions.assertEquals("nfvzbvtxgsnu", - model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").valuePath()); - Assertions.assertEquals("fvdlptu", model.items().dynamicListNew().operationId()); - Assertions.assertEquals("gpdzlfxbiq", model.items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("mxynw", model.items().dynamicListNew().itemsPath()); - Assertions.assertEquals("fnoiphwaedpugxjt", model.items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("idjwszxm", model.items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("yjwadvfqrvtymnc", - model.items().dynamicListNew().parameters().get("rqbfimageiqjne").operationId()); - Assertions.assertEquals("dmjdp", model.items().dynamicListNew().parameters().get("rqbfimageiqjne").valuePath()); - Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("rbtazopfhhtfmhm", model.items().dynamicTree().open().operationId()); - Assertions.assertEquals("nppucfvxqr", model.items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("crhzecnvdumi", model.items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("xmrntphy", model.items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("eddtkpys", model.items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("lpjabz", model.items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("buzaxmkuthooaic", model.items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wwvb", - model.items().dynamicTree().open().parameters().get("fugqfcoraj").selectedItemValuePath()); - Assertions.assertEquals("i", - model.items().dynamicTree().open().parameters().get("fugqfcoraj").parameterReference()); - Assertions.assertEquals(false, model.items().dynamicTree().open().parameters().get("fugqfcoraj").required()); - Assertions.assertEquals("lkffgyfehjs", model.items().dynamicTree().browse().operationId()); - Assertions.assertEquals("euvy", model.items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("mbz", model.items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("fxfyzqrsu", model.items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("lsud", model.items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("iycepjkllyeds", model.items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("mbvirnxeyu", model.items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("pyidecff", - model.items().dynamicTree().browse().parameters().get("ewtlfsw").selectedItemValuePath()); - Assertions.assertEquals("zczswhdgl", - model.items().dynamicTree().browse().parameters().get("ewtlfsw").parameterReference()); - Assertions.assertEquals(false, model.items().dynamicTree().browse().parameters().get("ewtlfsw").required()); - Assertions.assertEquals("dxbpvbsibzm", model.properties().get("obuwhutvcdtgxsy").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.properties().get("obuwhutvcdtgxsy").type()); - Assertions.assertEquals("oexpothtpaqmf", model.properties().get("obuwhutvcdtgxsy").title()); - Assertions.assertEquals("shq", model.properties().get("obuwhutvcdtgxsy").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.properties().get("obuwhutvcdtgxsy").items().type()); - Assertions.assertEquals("kymqmgudvy", model.properties().get("obuwhutvcdtgxsy").items().title()); - Assertions.assertEquals("uvejlcwdgekkjv", model.properties().get("obuwhutvcdtgxsy").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, - model.properties().get("obuwhutvcdtgxsy").items().items().type()); - Assertions.assertEquals("qh", model.properties().get("obuwhutvcdtgxsy").items().items().title()); - Assertions.assertEquals("yir", model.properties().get("obuwhutvcdtgxsy").items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.properties().get("obuwhutvcdtgxsy").items().items().items().type()); - Assertions.assertEquals("doxpvqpblqubfpe", - model.properties().get("obuwhutvcdtgxsy").items().items().items().title()); - Assertions.assertEquals("tqeyonmoigawl", - model.properties().get("obuwhutvcdtgxsy").items().items().items().required().get(0)); - Assertions.assertEquals(1596254728, - model.properties().get("obuwhutvcdtgxsy").items().items().items().maxProperties()); - Assertions.assertEquals(544101742, - model.properties().get("obuwhutvcdtgxsy").items().items().items().minProperties()); - Assertions.assertEquals("jzmfpspaxhfu", - model.properties().get("obuwhutvcdtgxsy").items().items().items().discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().items().items().readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().items().items().notificationUrlExtension()); - Assertions.assertEquals("nwcekqsbnca", - model.properties().get("obuwhutvcdtgxsy").items().items().required().get(0)); - Assertions.assertEquals(1452499326, model.properties().get("obuwhutvcdtgxsy").items().items().maxProperties()); - Assertions.assertEquals(1288400249, model.properties().get("obuwhutvcdtgxsy").items().items().minProperties()); - Assertions.assertEquals("zdwhxputk", model.properties().get("obuwhutvcdtgxsy").items().items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().readOnly()); - Assertions.assertEquals("wzvdfeyaevzjqfx", - model.properties().get("obuwhutvcdtgxsy").items().items().xml().name()); - Assertions.assertEquals("yjzu", model.properties().get("obuwhutvcdtgxsy").items().items().xml().namespace()); - Assertions.assertEquals("xb", model.properties().get("obuwhutvcdtgxsy").items().items().xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().attribute()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().wrapped()); - Assertions.assertEquals("xjcajhsjuq", - model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().description()); - Assertions.assertEquals("zrnubod", - model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().uri()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").items().items().notificationUrlExtension()); - Assertions.assertEquals("p", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("bebafiqxomevke", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xwxlhyszhxot", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yifjufzlg", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("xy", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().operationId()); - Assertions.assertEquals("wde", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("rycixjg", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("mochpwwykfytjkzt", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kwqvckh", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("dl", model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").type()); - Assertions.assertEquals("aapzrkhptyhziqe", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").title()); - Assertions.assertEquals("wonbtgpe", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").required().get(0)); - Assertions.assertEquals(521390190, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").maxProperties()); - Assertions.assertEquals(689577159, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").minProperties()); - Assertions.assertEquals("jg", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").discriminator()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").notificationUrlExtension()); - Assertions.assertEquals("zg", model.properties().get("obuwhutvcdtgxsy").items().required().get(0)); - Assertions.assertEquals(2023681874, model.properties().get("obuwhutvcdtgxsy").items().maxProperties()); - Assertions.assertEquals(1649500805, model.properties().get("obuwhutvcdtgxsy").items().minProperties()); - Assertions.assertEquals("tbwzjbqzqwbhz", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).type()); - Assertions.assertEquals("db", model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).title()); - Assertions.assertEquals("xaeiue", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).required().get(0)); - Assertions.assertEquals(1982848049, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).maxProperties()); - Assertions.assertEquals(1083554549, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).minProperties()); - Assertions.assertEquals("raep", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("tgzvzcfmwfogj", model.properties().get("obuwhutvcdtgxsy").items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().readOnly()); - Assertions.assertEquals("p", model.properties().get("obuwhutvcdtgxsy").items().xml().name()); - Assertions.assertEquals("joclvfz", model.properties().get("obuwhutvcdtgxsy").items().xml().namespace()); - Assertions.assertEquals("krmptapyqees", model.properties().get("obuwhutvcdtgxsy").items().xml().prefix()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().attribute()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().wrapped()); - Assertions.assertEquals("viswixlvnwzn", - model.properties().get("obuwhutvcdtgxsy").items().externalDocs().description()); - Assertions.assertEquals("apy", model.properties().get("obuwhutvcdtgxsy").items().externalDocs().uri()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().notificationUrlExtension()); - Assertions.assertEquals("blwkqztqrnre", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("fmnrweevtun", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("bvsjuthsyse", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("lncyq", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("zdwerjck", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().operationId()); - Assertions.assertEquals("dl", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("gtptmnd", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("foiavpg", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("tnsiu", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("qm", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().operationId()); - Assertions.assertEquals("jdkvyzilr", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("gow", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("xjqru", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("mbqyfecnsq", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("wfuw", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("kc", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wcf", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().operationId()); - Assertions.assertEquals("x", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("rppwksixho", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("vydxjkdsqea", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("dqttiqwixsdx", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("lw", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("ahb", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("yfklbgshbkd", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").type()); - Assertions.assertEquals("sqznv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").title()); - Assertions.assertEquals("trashnf", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().type()); - Assertions.assertEquals("kloeqxccpq", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().title()); - Assertions.assertEquals("zzkzi", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().required().get(0)); - Assertions.assertEquals(1301825066, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().maxProperties()); - Assertions.assertEquals(1127691950, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().minProperties()); - Assertions.assertEquals("mllegucemagsyljw", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().discriminator()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().readOnly()); - Assertions.assertEquals(false, - model.properties() - .get("obuwhutvcdtgxsy") - .properties() - .get("omsqarbtrkd") - .items() - .notificationUrlExtension()); - Assertions.assertEquals("rvffjpwszlfyft", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").required().get(0)); - Assertions.assertEquals(1744967867, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").maxProperties()); - Assertions.assertEquals(598548239, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").minProperties()); - Assertions.assertEquals("byzrpqehrdldvx", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").discriminator()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").readOnly()); - Assertions.assertEquals("npa", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().name()); - Assertions.assertEquals("zfy", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().namespace()); - Assertions.assertEquals("gklywdlxmyoqmam", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().prefix()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().attribute()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().wrapped()); - Assertions.assertEquals("tqkdzu", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().description()); - Assertions.assertEquals("ldzkvbebdjsaoggd", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().uri()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").notificationUrlExtension()); - Assertions.assertEquals("fittheax", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().operationId()); - Assertions.assertEquals("hflnlutacsslel", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xk", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().operationId()); - Assertions.assertEquals("utizpv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tuoarjir", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().operationId()); - Assertions.assertEquals("cuyqt", - model.properties() - .get("obuwhutvcdtgxsy") - .properties() - .get("omsqarbtrkd") - .dynamicListNew() - .builtInOperation()); - Assertions.assertEquals("rzdjgmgfayvbs", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemsPath()); - Assertions.assertEquals("envpz", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemValuePath()); - Assertions.assertEquals("zpizgaujv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("yohfrlyynkgnych", model.properties().get("obuwhutvcdtgxsy").required().get(0)); - Assertions.assertEquals(698428562, model.properties().get("obuwhutvcdtgxsy").maxProperties()); - Assertions.assertEquals(1604188770, model.properties().get("obuwhutvcdtgxsy").minProperties()); - Assertions.assertEquals("hjgli", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).type()); - Assertions.assertEquals("dgnuoewfgt", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).title()); - Assertions.assertEquals("fix", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().type()); - Assertions.assertEquals("vexjqdjkonbgegw", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().title()); - Assertions.assertEquals("rj", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1337384610, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1805094693, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().minProperties()); - Assertions.assertEquals("xr", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().readOnly()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("uplamdgffvxnisoo", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).required().get(0)); - Assertions.assertEquals(1108770912, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).maxProperties()); - Assertions.assertEquals(555522956, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).minProperties()); - Assertions.assertEquals("axvhjrpbnrolgel", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).readOnly()); - Assertions.assertEquals("jtxuuwdmrq", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().name()); - Assertions.assertEquals("lbyjahbzbtl", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().namespace()); - Assertions.assertEquals("cbwmvp", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().wrapped()); - Assertions.assertEquals("krnrbnjkcoloz", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().description()); - Assertions.assertEquals("yputawdmdikuf", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("mguifqjtoxz", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("ljpzauugdar", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("l", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("wwtevfeu", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("jmeipfo", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("aqyxkloabcox", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("avj", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("e", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("asv", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("snpbsungnj", model.properties().get("obuwhutvcdtgxsy").discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").readOnly()); - Assertions.assertEquals("fbjuc", model.properties().get("obuwhutvcdtgxsy").xml().name()); - Assertions.assertEquals("gzjyrdiiwhmrhz", model.properties().get("obuwhutvcdtgxsy").xml().namespace()); - Assertions.assertEquals("vpjydwmaqeytjp", model.properties().get("obuwhutvcdtgxsy").xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").xml().attribute()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").xml().wrapped()); - Assertions.assertEquals("ckpdpdcnr", model.properties().get("obuwhutvcdtgxsy").externalDocs().description()); - Assertions.assertEquals("skikqdqiybqtl", model.properties().get("obuwhutvcdtgxsy").externalDocs().uri()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").notificationUrlExtension()); - Assertions.assertEquals("pmeglolpotclmbk", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().operationId()); - Assertions.assertEquals("jryt", model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("nthjqgovviv", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().operationId()); - Assertions.assertEquals("xytrafettwytavp", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yqluolgs", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").operationId()); - Assertions.assertEquals("qsapnhhvpb", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").valuePath()); - Assertions.assertEquals("gsaaday", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().operationId()); - Assertions.assertEquals("eqedft", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().builtInOperation()); - Assertions.assertEquals("gm", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemsPath()); - Assertions.assertEquals("kt", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemValuePath()); - Assertions.assertEquals("zyvzixmusiidivbb", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("liqntnoegxo", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").operationId()); - Assertions.assertEquals("uc", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").valuePath()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("xkkoypxwlvthiva", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().operationId()); - Assertions.assertEquals("axoswqw", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemsPath()); - Assertions.assertEquals("lrzlgk", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("pd", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("erxfe", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mzsekvsuzyowr", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("vofrenuvp", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("uqtximrxey", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().operationId()); - Assertions.assertEquals("ynxbuvyglfyfcs", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("jhoxtbsybpefojp", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("xdgqjkfvmrnwg", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("j", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("feiiri", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("jdnknbt", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("vxjgu", model.required().get(0)); - Assertions.assertEquals(1963914522, model.maxProperties()); - Assertions.assertEquals(596081358, model.minProperties()); - Assertions.assertEquals("ix", model.allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.allOf().get(0).type()); - Assertions.assertEquals("r", model.allOf().get(0).title()); - Assertions.assertEquals("xi", model.allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().type()); - Assertions.assertEquals("ljjawsaskullvt", model.allOf().get(0).items().title()); - Assertions.assertEquals("jivh", model.allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().items().type()); - Assertions.assertEquals("zqrpfhzxkjyg", model.allOf().get(0).items().items().title()); - Assertions.assertEquals("dgwdha", model.allOf().get(0).items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().items().items().type()); - Assertions.assertEquals("zb", model.allOf().get(0).items().items().items().title()); - Assertions.assertEquals("iumuzt", model.allOf().get(0).items().items().items().required().get(0)); - Assertions.assertEquals(1189964126, model.allOf().get(0).items().items().items().maxProperties()); - Assertions.assertEquals(1486832633, model.allOf().get(0).items().items().items().minProperties()); - Assertions.assertEquals("tozrveehmvrv", model.allOf().get(0).items().items().items().discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().items().readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().items().notificationUrlExtension()); - Assertions.assertEquals("tle", model.allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(1832476148, model.allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(1101438328, model.allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("krcohhuwzun", model.allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().readOnly()); - Assertions.assertEquals("yhwebhobdocfva", model.allOf().get(0).items().items().xml().name()); - Assertions.assertEquals("mdmbylyndtqujfz", model.allOf().get(0).items().items().xml().namespace()); - Assertions.assertEquals("azujohwwtlerh", model.allOf().get(0).items().items().xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().xml().wrapped()); - Assertions.assertEquals("cngeffrgh", model.allOf().get(0).items().items().externalDocs().description()); - Assertions.assertEquals("mrowhrrguv", model.allOf().get(0).items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("elfyqfbg", model.allOf().get(0).items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("lpdwckmnpzubzqds", - model.allOf().get(0).items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("abape", model.allOf().get(0).items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yzfd", model.allOf().get(0).items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("pcutg", model.allOf().get(0).items().items().dynamicListNew().operationId()); - Assertions.assertEquals("rs", model.allOf().get(0).items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("qgllnhgisiw", model.allOf().get(0).items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("kaeqrnglgit", model.allOf().get(0).items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("efwdkpadktsyy", model.allOf().get(0).items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("wdyzse", model.allOf().get(0).items().properties().get("i").ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().properties().get("i").type()); - Assertions.assertEquals("tqhnsoijucprkqyw", model.allOf().get(0).items().properties().get("i").title()); - Assertions.assertEquals("zx", model.allOf().get(0).items().properties().get("i").required().get(0)); - Assertions.assertEquals(1040495745, model.allOf().get(0).items().properties().get("i").maxProperties()); - Assertions.assertEquals(2125422474, model.allOf().get(0).items().properties().get("i").minProperties()); - Assertions.assertEquals("o", model.allOf().get(0).items().properties().get("i").discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").notificationUrlExtension()); - Assertions.assertEquals("dgmqscijlfulxg", model.allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1136519436, model.allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1182255656, model.allOf().get(0).items().minProperties()); - Assertions.assertEquals("pvplmyzebvghh", model.allOf().get(0).items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().allOf().get(0).type()); - Assertions.assertEquals("hbvbexrbynnl", model.allOf().get(0).items().allOf().get(0).title()); - Assertions.assertEquals("nled", model.allOf().get(0).items().allOf().get(0).required().get(0)); - Assertions.assertEquals(864257917, model.allOf().get(0).items().allOf().get(0).maxProperties()); - Assertions.assertEquals(1081240469, model.allOf().get(0).items().allOf().get(0).minProperties()); - Assertions.assertEquals("ctdnnqokqeuzs", model.allOf().get(0).items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("pkyetmtk", model.allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().readOnly()); - Assertions.assertEquals("isdvyfl", model.allOf().get(0).items().xml().name()); - Assertions.assertEquals("qgxljsbtos", model.allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("cv", model.allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("io", model.allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("hxxbneiobubtpyem", model.allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("pvdlxyyotclcu", model.allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("llnwmgqcf", model.allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xydiuv", model.allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("pwk", model.allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("hdkqdjwthwcpi", model.allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("asnafdjinw", model.allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("rnjgs", model.allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("zbdhr", model.allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("panhygcahijb", model.allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("ow", model.allOf().get(0).items().dynamicTree().open().operationId()); - Assertions.assertEquals("be", model.allOf().get(0).items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("hxikrgokyngarwz", model.allOf().get(0).items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("zjxgassmna", model.allOf().get(0).items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("polueylqysgmiix", - model.allOf().get(0).items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("ekcwec", model.allOf().get(0).items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("tkdginm", model.allOf().get(0).items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("eyowrwvbqvbcqgq", model.allOf().get(0).items().dynamicTree().browse().operationId()); - Assertions.assertEquals("opqgiqfax", model.allOf().get(0).items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("jpyzcgugslpvyktf", - model.allOf().get(0).items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("faabibv", model.allOf().get(0).items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("ocdkpvvkq", model.allOf().get(0).items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("hdxnzjza", model.allOf().get(0).items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("hiztfmibw", model.allOf().get(0).items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("tiyx", model.allOf().get(0).properties().get("wgen").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).properties().get("wgen").type()); - Assertions.assertEquals("izoybtehky", model.allOf().get(0).properties().get("wgen").title()); - Assertions.assertEquals("mmyznwrcfqwkqu", model.allOf().get(0).properties().get("wgen").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.allOf().get(0).properties().get("wgen").items().type()); - Assertions.assertEquals("vqohwiwhrq", model.allOf().get(0).properties().get("wgen").items().title()); - Assertions.assertEquals("skzw", model.allOf().get(0).properties().get("wgen").items().required().get(0)); - Assertions.assertEquals(1399085420, model.allOf().get(0).properties().get("wgen").items().maxProperties()); - Assertions.assertEquals(1898444454, model.allOf().get(0).properties().get("wgen").items().minProperties()); - Assertions.assertEquals("f", model.allOf().get(0).properties().get("wgen").items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").items().readOnly()); - Assertions.assertEquals(false, - model.allOf().get(0).properties().get("wgen").items().notificationUrlExtension()); - Assertions.assertEquals("nfeealph", model.allOf().get(0).properties().get("wgen").required().get(0)); - Assertions.assertEquals(1915459293, model.allOf().get(0).properties().get("wgen").maxProperties()); - Assertions.assertEquals(588288736, model.allOf().get(0).properties().get("wgen").minProperties()); - Assertions.assertEquals("wdrvkb", model.allOf().get(0).properties().get("wgen").discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").readOnly()); - Assertions.assertEquals("vkhfzldzz", model.allOf().get(0).properties().get("wgen").xml().name()); - Assertions.assertEquals("rzhjqengopdvnz", model.allOf().get(0).properties().get("wgen").xml().namespace()); - Assertions.assertEquals("liodajxvs", model.allOf().get(0).properties().get("wgen").xml().prefix()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().wrapped()); - Assertions.assertEquals("nkles", model.allOf().get(0).properties().get("wgen").externalDocs().description()); - Assertions.assertEquals("dvakqajiantcyrd", model.allOf().get(0).properties().get("wgen").externalDocs().uri()); - Assertions.assertEquals(true, model.allOf().get(0).properties().get("wgen").notificationUrlExtension()); - Assertions.assertEquals("krnkuuot", - model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().operationId()); - Assertions.assertEquals("myb", model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("huhujkzj", - model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().operationId()); - Assertions.assertEquals("zgphipteoqldnh", - model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("nim", model.allOf().get(0).properties().get("wgen").dynamicListNew().operationId()); - Assertions.assertEquals("pxdzmpjfbd", - model.allOf().get(0).properties().get("wgen").dynamicListNew().builtInOperation()); - Assertions.assertEquals("awhb", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemsPath()); - Assertions.assertEquals("xnmyxzhiocqoydqy", - model.allOf().get(0).properties().get("wgen").dynamicListNew().itemValuePath()); - Assertions.assertEquals("fn", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("uvmokih", model.allOf().get(0).required().get(0)); - Assertions.assertEquals(100287595, model.allOf().get(0).maxProperties()); - Assertions.assertEquals(1788366223, model.allOf().get(0).minProperties()); - Assertions.assertEquals("kqrqnkpt", model.allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("oyzgaevrygggcc", model.allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("hoplqtzgtpsbym", model.allOf().get(0).allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.allOf().get(0).allOf().get(0).items().type()); - Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).items().title()); - Assertions.assertEquals("bynlbwcnnfpfg", model.allOf().get(0).allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1043909832, model.allOf().get(0).allOf().get(0).items().maxProperties()); - Assertions.assertEquals(71579806, model.allOf().get(0).allOf().get(0).items().minProperties()); - Assertions.assertEquals("iigrtvqv", model.allOf().get(0).allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("vqxgejytqnz", model.allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(1544229051, model.allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(318372183, model.allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("vyt", model.allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals("wbaiaqqfu", model.allOf().get(0).allOf().get(0).xml().name()); - Assertions.assertEquals("muclxgc", model.allOf().get(0).allOf().get(0).xml().namespace()); - Assertions.assertEquals("usuyqcvy", model.allOf().get(0).allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().wrapped()); - Assertions.assertEquals("syqbfgwujw", model.allOf().get(0).allOf().get(0).externalDocs().description()); - Assertions.assertEquals("thvue", model.allOf().get(0).allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("pu", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("gaiv", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("vtvbfpu", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("wckapoetdfzj", model.allOf().get(0).allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("efcl", model.allOf().get(0).allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("anawipdqozvvlq", model.allOf().get(0).allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("pvhwmtd", model.allOf().get(0).allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("rjvqvuvipsnfeago", - model.allOf().get(0).allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("hscayyxgcgbvie", model.allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).readOnly()); - Assertions.assertEquals("ukznxdivqopxuno", model.allOf().get(0).xml().name()); - Assertions.assertEquals("tkmknacnfzcytbhd", model.allOf().get(0).xml().namespace()); - Assertions.assertEquals("agw", model.allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.allOf().get(0).xml().wrapped()); - Assertions.assertEquals("ehhtltwvij", model.allOf().get(0).externalDocs().description()); - Assertions.assertEquals("fqyqvh", model.allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("qeogwbsyniwxhcy", model.allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("gqmdbazggrgaostt", model.allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("gul", model.allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("jkasxpp", model.allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("abdufhvsoxnpuap", - model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").operationId()); - Assertions.assertEquals("uwekiqlscmtcljo", - model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").valuePath()); - Assertions.assertEquals("ayajdf", model.allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("xjm", model.allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("gfbzbxeqzvokfr", model.allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("af", model.allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("gjucmuax", model.allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("uefsrxqs", - model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").operationId()); - Assertions.assertEquals("bbwejr", - model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").valuePath()); - Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("wxdgcfcf", model.allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("yrjwxhslrbwwkbyw", model.allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("hsodofsxjik", model.allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("squhu", model.allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("qwoggwcxdm", model.allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("uwldfahkyft", model.allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("kbgsgopyckmncru", model.allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("zbwfjumulh", model.allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("dgnchahldnrpt", model.allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("capbkfvowzbk", model.allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("qpzdpu", model.allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("wjmohqzzkplqmca", model.allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("eiauveeng", model.allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("gfpqwwugfw", model.allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("qztnbvueizua", model.discriminator()); - Assertions.assertEquals(false, model.readOnly()); - Assertions.assertEquals("kbvwxyumqoqwv", model.xml().name()); - Assertions.assertEquals("yiyeigngrzve", model.xml().namespace()); - Assertions.assertEquals("mxlnhq", model.xml().prefix()); - Assertions.assertEquals(false, model.xml().attribute()); - Assertions.assertEquals(true, model.xml().wrapped()); - Assertions.assertEquals("mvnzhdsaqme", model.externalDocs().description()); - Assertions.assertEquals("tkojrruhzvve", model.externalDocs().uri()); - Assertions.assertEquals(true, model.notificationUrlExtension()); - Assertions.assertEquals("sqv", model.dynamicSchemaOld().operationId()); - Assertions.assertEquals("sedeqr", model.dynamicSchemaOld().valuePath()); - Assertions.assertEquals("vicvpagwohk", model.dynamicSchemaNew().operationId()); - Assertions.assertEquals("mzssemlozjyov", model.dynamicSchemaNew().valuePath()); - Assertions.assertEquals("hbgkgjpie", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").operationId()); - Assertions.assertEquals("hflgpsal", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").valuePath()); - Assertions.assertEquals("mwzpfbiqjrz", - model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").operationId()); - Assertions.assertEquals("xizorqliblyb", - model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").valuePath()); - Assertions.assertEquals("aqfnbxuwawmbus", model.dynamicListNew().operationId()); - Assertions.assertEquals("gtsqzkzwo", model.dynamicListNew().builtInOperation()); - Assertions.assertEquals("hhv", model.dynamicListNew().itemsPath()); - Assertions.assertEquals("o", model.dynamicListNew().itemValuePath()); - Assertions.assertEquals("djhfxb", model.dynamicListNew().itemTitlePath()); - Assertions.assertEquals("xusylgpznbklhw", model.dynamicListNew().parameters().get("o").operationId()); - Assertions.assertEquals("yuv", model.dynamicListNew().parameters().get("o").valuePath()); - Assertions.assertEquals("rfziubeflvktjbmc", - model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").operationId()); - Assertions.assertEquals("l", - model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").valuePath()); - Assertions.assertEquals(true, model.dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("jcjvdajxebm", model.dynamicTree().open().operationId()); - Assertions.assertEquals("yrctfaabkukraqnd", model.dynamicTree().open().itemsPath()); - Assertions.assertEquals("wdicntqsrhac", model.dynamicTree().open().itemValuePath()); - Assertions.assertEquals("bpdh", model.dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("wf", model.dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("iyxqrcuyff", model.dynamicTree().open().itemIsParent()); - Assertions.assertEquals("yovljtrmlxr", model.dynamicTree().open().selectableFilter()); - Assertions.assertEquals("gnxmbwdkziwwbq", - model.dynamicTree().open().parameters().get("hhckt").selectedItemValuePath()); - Assertions.assertEquals("eiw", model.dynamicTree().open().parameters().get("hhckt").parameterReference()); - Assertions.assertEquals(true, model.dynamicTree().open().parameters().get("hhckt").required()); - Assertions.assertEquals("onzifdfswkgw", model.dynamicTree().browse().operationId()); - Assertions.assertEquals("ghdn", model.dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ydhqkariatxhpx", model.dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("rajoghgxgzbzsa", model.dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("amcwet", model.dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("sgcwadv", model.dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("bageltffqalmcqt", model.dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("wtcwbgmxwpynslc", - model.dynamicTree().browse().parameters().get("lahoz").selectedItemValuePath()); - Assertions.assertEquals("hhqwwtarxtdgpm", - model.dynamicTree().browse().parameters().get("lahoz").parameterReference()); - Assertions.assertEquals(true, model.dynamicTree().browse().parameters().get("lahoz").required()); - } - - @org.junit.jupiter.api.Test - public void testSerialize() throws Exception { - SwaggerSchema model = new SwaggerSchema().withRef("qfmxbdjkmn") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("nowxhyvdbrdvsv") - .withItems(new SwaggerSchema().withRef("tycvlkusgiikhrc") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("epxshmrdisc") - .withItems(new SwaggerSchema().withRef("kymktcwmivo") - .withType(SwaggerSchemaType.NULL) - .withTitle("gngl") - .withItems(new SwaggerSchema().withRef("fgazagh") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("zwxuxorrutuhvem") - .withItems(new SwaggerSchema().withRef("ssolqy") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("lxo") - .withItems(new SwaggerSchema().withRef("kqvrv") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("cvzfc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("pjakjdtuodoc", new SwaggerSchema())) - .withAdditionalProperties("datau") - .withRequired(Arrays.asList("yxpmqd", "qniiontqikdipk")) - .withMaxProperties(1694090280) - .withMinProperties(1308930684) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("rsoihat") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavsynssxylsuioado") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("gfuzqqnzkwlx", new SwaggerSchema(), "dsxipd", new SwaggerSchema(), - "lbyitfz", new SwaggerSchema(), "wwgze", new SwaggerSchema())) - .withAdditionalProperties("datazpiimxacrktjoyg") - .withRequired(Arrays.asList("ixgz", "bn", "glquarbru", "qbeyxwrmu")) - .withMaxProperties(471954679) - .withMinProperties(665626685) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("gjajkvwko") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("zllvna") - .withNamespace("gvlpgfygenfakyb") - .withPrefix("sihzqi") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("gbyytsazl", "datalxjs"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lubrukhqbuoyrbdk") - .withUri("dmvvvjmfj") - .withExtensions(mapOf("io", "dataxuvsveamseauuuvh"))) - .withExample("datalmufzuuysz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("tyosdpxtsdy") - .withValuePath("gef") - .withParameters( - mapOf("xaqgfpuhh", "datawphwxiavwm", "tmlixalphkg", "datawrsjumlkjsvk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("hecjg") - .withValuePath("djmsngm") - .withParameters(mapOf("rlkpismmrmr", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("thizsabcylzzie") - .withBuiltInOperation("mzen") - .withItemsPath("drue") - .withItemValuePath("exawxo") - .withItemTitlePath("dctjwfebqq") - .withParameters(mapOf("tsqaclczfrofy", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("dlbbc", - new SwaggerSchema().withRef("kewqwamptld") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("zljhnxfkffngfpi") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rmvx", new SwaggerSchema(), "bktuqnbcjk", new SwaggerSchema(), - "rqmznwwtkuy", new SwaggerSchema())) - .withAdditionalProperties("dataii") - .withRequired(Arrays.asList("liclmoyo", "oxdwff", "yzqke", "curr")) - .withMaxProperties(2057868685) - .withMinProperties(1258258593) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("uqzuscolbqve") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavkdvcgowrd") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataamkyrkwsthpiv") - .withRequired(Arrays.asList("fxhvnodqqz", "b", "yroswnfqd")) - .withMaxProperties(1168453176) - .withMinProperties(116276536) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("vlypztuskpncdo") - .withType(SwaggerSchemaType.NULL) - .withTitle("p") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("bod", new SwaggerSchema(), "wazbur", new SwaggerSchema())) - .withAdditionalProperties("datau") - .withRequired(Arrays.asList("d", "kvunngjo", "snzlawowqsnix", "wdqzurvukszkm")) - .withMaxProperties(494128235) - .withMinProperties(144915434) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("eghtmqo") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datayzecuvw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("nbox") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("mq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("s", new SwaggerSchema(), "smq", new SwaggerSchema(), - "wowrmhmifhfutjy", new SwaggerSchema())) - .withAdditionalProperties("datatmgtgu") - .withRequired(Arrays.asList("moygcax")) - .withMaxProperties(921925520) - .withMinProperties(1981414246) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("gicxt") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datasydksvjfg") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("hcoscoljj") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ooefzsdttbqkaq") - .withNamespace("wojvxv") - .withPrefix("hrqxrqghotingzi") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("elvyhvvpuqy", "datayhpwmdkyfg"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("bbkhc") - .withUri("cfwoolkugzowg") - .withExtensions(mapOf("aupgblna", "dataxf", "qjzri", "datajnpahzhpqscuyil"))) - .withExample("datab") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gmndwohoeashu") - .withValuePath("vbjimzw") - .withParameters(mapOf("eyuoyjmjwqdslqr", "datammphvkyezw"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("zrkrztpyay") - .withValuePath("xlnm") - .withParameters(mapOf("symnrtvqmima", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tpcvpahhp") - .withBuiltInOperation("yqpvzxxz") - .withItemsPath("wtominrufqqa") - .withItemValuePath("gasfmhbxv") - .withItemTitlePath("kqnatxvuzc") - .withParameters(mapOf("irybytcaqpjohlc", new SwaggerCustomDynamicProperties(), "nrvxyyh", - new SwaggerCustomDynamicProperties(), "sis", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("eqiwduukaamimkj") - .withItemsPath("xysjd") - .withItemValuePath("vksijrjgyind") - .withItemTitlePath("i") - .withItemFullTitlePath("vuyxuu") - .withItemIsParent("ead") - .withSelectableFilter("topdtphvjgv") - .withParameters(mapOf("kngq", new SwaggerCustomDynamicTreeParameter(), - "iyjxzxbthtnyzpu", new SwaggerCustomDynamicTreeParameter(), "nrmd", - new SwaggerCustomDynamicTreeParameter(), "koabfcvefbw", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("gyqshsasmryuyu") - .withItemsPath("bxrgrztkyqgu") - .withItemValuePath("uih") - .withItemTitlePath("bgkyn") - .withItemFullTitlePath("zjndfeemx") - .withItemIsParent("rpfivypm") - .withSelectableFilter("zajpcroxppo") - .withParameters(mapOf("yhxnpdggll", new SwaggerCustomDynamicTreeParameter(), - "duyufdmzu", new SwaggerCustomDynamicTreeParameter(), "xvzvwlxd", - new SwaggerCustomDynamicTreeParameter(), "nst", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("cttg", new SwaggerSchema().withRef("doxklrzatsizny") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("dpkihqhnfubev") - .withItems(new SwaggerSchema().withRef("xcezxevltfebqo") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("lqakpstifmftwrph") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("p", new SwaggerSchema(), "gfofu", new SwaggerSchema(), - "dcjqneaqkgttbarg", new SwaggerSchema(), "eynqlsnrgaxoyv", new SwaggerSchema())) - .withAdditionalProperties("datajpf") - .withRequired(Arrays.asList("s", "pvjsduouoqtenq", "omuogeqeapaseq", "ppypfreuwvzhnd")) - .withMaxProperties(357355458) - .withMinProperties(930340533) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("zttqgtllwy") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datallitpqvpivr") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("omebzvtvxxfsfo", new SwaggerSchema(), "acgihnalpc", new SwaggerSchema())) - .withAdditionalProperties("datadybkb") - .withRequired(Arrays.asList("b")) - .withMaxProperties(1833532340) - .withMinProperties(1227881123) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ywedbpirbzpauzbb") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("zdwpave") - .withNamespace("gmigsoebdltni") - .withPrefix("imerffhgvcy") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("moljirchhwlzihv", "datahggajfeudbo", "tgvraxhntoiwfsz", - "datacquajpoipdjxy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("kosjwr") - .withUri("tsluqfgksdi") - .withExtensions(mapOf("iobuwbngeuwh", "dataoix", "amhbmggnqxne", "dataqng", - "vomdqxnoyzqipapi", "dataqzaffzqodokst", "cbzvvxd", "dataccydbjghunqnttrw"))) - .withExample("datahxmwwvxcaicbi") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fovkmamiy") - .withValuePath("un") - .withParameters(mapOf("a", "datacyy"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ubzqazdlrkvi") - .withValuePath("kifqbxmnnidot") - .withParameters(mapOf("mzuhoodttqhpv", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mvuwj") - .withBuiltInOperation("lqfpqql") - .withItemsPath("vzlhjgmrodblap") - .withItemValuePath("acz") - .withItemTitlePath("niwfc") - .withParameters(mapOf("hxmyib", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("dataxtcxbbjbeyqo") - .withRequired(Arrays.asList("awpjfkrarerdlg", "vtpxowgowwdoc", "asu", "megjkfisz")) - .withMaxProperties(620460265) - .withMinProperties(570741825) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("w") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("blitxrrsjs") - .withItems( - new SwaggerSchema().withRef("anjsoutrzto") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("bnclxhwkzfggsuz") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ntpzuiwa", new SwaggerSchema(), "oabthutctcabc", - new SwaggerSchema(), "wabzf", new SwaggerSchema(), "hszfkpoidfzwegv", - new SwaggerSchema())) - .withAdditionalProperties("datajuwgw") - .withRequired(Arrays.asList("vufjqvfcfsssm", "a", "mkr")) - .withMaxProperties(869027254) - .withMinProperties(1219794635) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ui") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datacpenobqysbees") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("zsu", new SwaggerSchema())) - .withAdditionalProperties("datasautbri") - .withRequired(Arrays.asList("ofenin")) - .withMaxProperties(883470274) - .withMinProperties(856472763) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xckdlxjpisrdn") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("be") - .withNamespace("vijnubxfiiytqx") - .withPrefix("jsyutez") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("k", "datadpor", "wssbvqnpw", "datavbkutogecyqoy", - "nblzrmiukot", "datawdmuvyakrbqpw"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("jbpn") - .withUri("hfrvsi") - .withExtensions(mapOf("f", "datagnpcjnia", "ogdkp", "datacgjjioqwu", - "uqjde", "datamwr"))) - .withExample("dataxqucnbgibkls") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld( - new SwaggerCustomDynamicSchema().withOperationId("uzyvihevbfvxmtsm") - .withValuePath("retsny") - .withParameters( - mapOf("gaoymyckdpzbr", "dataulbyzzcxs", "euxixkps", "databmljrjyfj"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gni") - .withValuePath("oacf") - .withParameters(mapOf("jziqcso", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList() - .withOperationId("tkpdcdefq") - .withBuiltInOperation("rmgm") - .withItemsPath("ddaxaogs") - .withItemValuePath("cmmmbipysehyybo") - .withItemTitlePath("jcvmkkbp") - .withParameters(mapOf("wd", new SwaggerCustomDynamicProperties(), - "yhdtiembrwqwvc", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("trgpd") - .withType(SwaggerSchemaType.STRING) - .withTitle("xhyfwjfqktuzrl") - .withItems(new SwaggerSchema().withRef("c") - .withType(SwaggerSchemaType.NULL) - .withTitle("qfzbvttqjntv") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("bhj", new SwaggerSchema())) - .withAdditionalProperties("datagc") - .withRequired(Arrays.asList("yfrhooyvmv", "xyeeafd")) - .withMaxProperties(729778880) - .withMinProperties(1220018092) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("zhgbspdxbhjqu") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamzdf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("wnkbjqpz", new SwaggerSchema(), "odwh", new SwaggerSchema(), - "uxsochtuxapewzwq", new SwaggerSchema())) - .withAdditionalProperties("dataxmynslcv") - .withRequired(Arrays.asList("vwttts", "czroddc", "qimodnbjmj", "k")) - .withMaxProperties(1889617579) - .withMinProperties(726647668) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("tkfjacktav") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("djfypla") - .withNamespace("v") - .withPrefix("cedsoqwexi") - .withAttribute(true) - .withWrapped(false) - .withExtensions( - mapOf("jqdfadgywyla", "dataikf", "ohystdgjtpbtkogf", "dataetqj"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("lyzolrvwsgseqj") - .withUri("oaxir") - .withExtensions(mapOf("vsobamtarirdzdgv", "dataswrjyb"))) - .withExample("dataflz") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld( - new SwaggerCustomDynamicSchema().withOperationId("ugxpypbmzqsxblm") - .withValuePath("rxkulytivviyq") - .withParameters(mapOf("b", "dataxxyfo", "wxjikfrxvlu", "dataod", - "imqaxtmvmycvjpa", "dataedpnk", "jngoq", "datajdqvvyjehyvn"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("v") - .withValuePath("g") - .withParameters(mapOf("whxunwenbphy", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("zgz") - .withBuiltInOperation("xdusebkc") - .withItemsPath("txpu") - .withItemValuePath("erma") - .withItemTitlePath("iqrsnmftubqwxv") - .withParameters( - mapOf("biyzjlgrwjbsycuk", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("sxhvsgzpwqie") - .withType(SwaggerSchemaType.STRING) - .withTitle("ctyqsttampqe") - .withItems(new SwaggerSchema().withRef("tmubplzoepeqlh") - .withType(SwaggerSchemaType.STRING) - .withTitle("yizeqlctpqn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hgyzwfyfdb", new SwaggerSchema(), "ooelm", - new SwaggerSchema(), "kd", new SwaggerSchema())) - .withAdditionalProperties("dataqykgjjsmvsi") - .withRequired(Arrays.asList("lm", "jwsmnwbmacvemmr")) - .withMaxProperties(390794608) - .withMinProperties(857859908) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("sxplcsinbul") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataynn") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("qpw", new SwaggerSchema(), "idsjqc", new SwaggerSchema())) - .withAdditionalProperties("dataz") - .withRequired(Arrays.asList("fdlgpryy")) - .withMaxProperties(362497898) - .withMinProperties(1923722992) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yuwa") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("vaidzcephn") - .withNamespace("u") - .withPrefix("y") - .withAttribute(false) - .withWrapped(false) - .withExtensions( - mapOf("ertj", "datarwpekiprjb", "cgiwsywpejtvqop", "dataairpwj"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("sergiuztqe") - .withUri("ypul") - .withExtensions(mapOf("ikwcx", "datacbcendidhue", "kiynbf", "dataasgukq"))) - .withExample("dataiwmqnwm") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld( - new SwaggerCustomDynamicSchema().withOperationId("irgyutexnzh") - .withValuePath("cgvjbrybfar") - .withParameters(mapOf("yhdpjjhqnzcbjfpx", "dataoqcudnwm", "qxyxfknjqss", - "dataygnmjniqw", "lkwqisnlpaymket", "datanwvravntv", "mewwlkryz", - "datatkt"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("q") - .withValuePath("htctxxregyk") - .withParameters(mapOf("adbzjohd", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hdxity") - .withBuiltInOperation("jgrpquafxgjqq") - .withItemsPath("c") - .withItemValuePath("fxdbis") - .withItemTitlePath("umwafa") - .withParameters(mapOf("gljopiz", new SwaggerCustomDynamicProperties(), - "qihvbkufqiqddjy", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("mkjpajlfp") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("lhejcc") - .withNamespace("xbnwitaf") - .withPrefix("evpt") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("kplqftqcxqmbs", "datawvkpar", "gul", "datadcy", "mqoubxlpkdsn", - "datallfwrmsuxyq", "axzyrp", "dataqoymsdlraduhg"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vijr") - .withUri("esk") - .withExtensions(mapOf("ribmbtmori", "databk", "qxgwsfr", "dataczerqt"))) - .withExample("datavzlljydgmdoq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("zcy") - .withValuePath("dh") - .withParameters(mapOf("rru", "dataqeglym", "exqcilfi", "datasqpiyxkmqm", "vzxgbamqrbbsnp", - "datalgnnyxwdpmcewq"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("v") - .withValuePath("av") - .withParameters(mapOf("axznqqkq", new SwaggerCustomDynamicProperties().withOperationId( - "yjuwhizcbqjxmh") - .withValuePath("tunpcsk") - .withParameters(mapOf("fouwkoltjdauuj", new SwaggerCustomDynamicProperties(), - "ltyhddzeykud", new SwaggerCustomDynamicProperties(), "zrimyehplmq", - new SwaggerCustomDynamicProperties(), "oduk", new SwaggerCustomDynamicProperties())), - "g", new SwaggerCustomDynamicProperties().withOperationId("dglseuqkr") - .withValuePath("yakr") - .withParameters(mapOf("nwgokrllbec", new SwaggerCustomDynamicProperties(), "nnvxouhdcf", - new SwaggerCustomDynamicProperties(), "ptfcjapmfwxmcxhw", - new SwaggerCustomDynamicProperties())), - "zbrwrfrmhouf", new SwaggerCustomDynamicProperties().withOperationId("ifoyoc") - .withValuePath("adhmqyufpfowwey") - .withParameters(mapOf("rtngiqcypmonfcor", new SwaggerCustomDynamicProperties(), - "nhfycigcbmay", new SwaggerCustomDynamicProperties(), "dtjfrponajzdj", - new SwaggerCustomDynamicProperties())), - "aqsyt", new SwaggerCustomDynamicProperties().withOperationId("rb") - .withValuePath("ojcksirsnqunn") - .withParameters(mapOf("yxdeggnzadqmvpe", new SwaggerCustomDynamicProperties(), - "pnsvkyq", new SwaggerCustomDynamicProperties(), "rplfqqnwojsrg", - new SwaggerCustomDynamicProperties(), "lxnsvbkh", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mgukyw") - .withBuiltInOperation("uo") - .withItemsPath("cex") - .withItemValuePath("pit") - .withItemTitlePath("qnbs") - .withParameters(mapOf("tforylxaknwkjzv", new SwaggerCustomDynamicProperties().withOperationId( - "mtcidca") - .withValuePath("nxhcxct") - .withParameters(mapOf("oe", new SwaggerCustomDynamicProperties())), "puplug", - new SwaggerCustomDynamicProperties().withOperationId("symtupyjt") - .withValuePath("xzwdsnqhyefnakd") - .withParameters(mapOf("jksdlulytjxh", new SwaggerCustomDynamicProperties(), "wtittlnv", - new SwaggerCustomDynamicProperties(), "kv", new SwaggerCustomDynamicProperties())), - "jrgfbmpszwkbcstz", new SwaggerCustomDynamicProperties().withOperationId("ynv") - .withValuePath("vctqda") - .withParameters(mapOf("sfp", new SwaggerCustomDynamicProperties(), "pj", - new SwaggerCustomDynamicProperties(), "silb", new SwaggerCustomDynamicProperties(), - "rucqehyrnz", new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xdwxrwqtbvws") - .withItemsPath("akxy") - .withItemValuePath("kgjhomywlypghhul") - .withItemTitlePath("yfvgpqwgiqmbrisk") - .withItemFullTitlePath("uihtqfvyqmm") - .withItemIsParent("uguvlieegjnqwh") - .withSelectableFilter("o") - .withParameters(mapOf("hjs", new SwaggerCustomDynamicTreeParameter(), "gqcrwaucf", - new SwaggerCustomDynamicTreeParameter(), "otedhjxdlmuhffjj", - new SwaggerCustomDynamicTreeParameter(), "vjyqmpmsk", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("rhljwqufudpypb") - .withItemsPath("lefxfp") - .withItemValuePath("ajvwfijfd") - .withItemTitlePath("rvsvhmsmrihddnb") - .withItemFullTitlePath("bqntdder") - .withItemIsParent("yiwuzpsvcmzs") - .withSelectableFilter("tyyysqnwnl") - .withParameters(mapOf("fjdzkfth", new SwaggerCustomDynamicTreeParameter()))))) - .withProperties( - mapOf( - "bdhmxbyzfjgr", new SwaggerSchema().withRef("hd") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("tf") - .withItems(new SwaggerSchema().withRef("qb") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("ulymk") - .withItems(new SwaggerSchema().withRef("ryhxf") - .withType(SwaggerSchemaType.STRING) - .withTitle("npftkgm") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("biubzg", new SwaggerSchema(), "psotbame", new SwaggerSchema())) - .withAdditionalProperties("databusnaq") - .withRequired(Arrays.asList("uuhyncppmmwhjer")) - .withMaxProperties(288131133) - .withMinProperties(1994994052) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("bxlepsmckgpxdx") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavdkoiihrfcowlase") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("laqhxe", new SwaggerSchema(), "fdarvjhwgkynxlw", new SwaggerSchema())) - .withAdditionalProperties("datagotdt") - .withRequired(Arrays.asList("tkalhpiybfnk", "lzrignqlwogqnb")) - .withMaxProperties(2076981753) - .withMinProperties(1175073373) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("qcbnkiv") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("hmar") - .withNamespace("wyfcenkbfxqcap") - .withPrefix("eciradmxokbu") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("odyiitreddjt", "dataayvcsejdh"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("pybs") - .withUri("kgaxmhaszjietfst") - .withExtensions(mapOf("wrjtkrei", "datadvzcnlk", "swmgrbkobmg", "dataojh", "widteb", - "dataavzmqpaa", "r", "dataed"))) - .withExample("datazppgij") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("icxepgaxpyde") - .withValuePath("cqdssbmgersdudh") - .withParameters(mapOf("sfyzevcknglffno", "datamnfgzmxtxfuhxy", "syxcdosyhhwpufr", - "datazfysffrpjf", "skxkteoyk", "datapreyilq", "qogrddimna", "datarqt"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yrbvmb") - .withValuePath("expnphtqwfp") - .withParameters(mapOf("b", new SwaggerCustomDynamicProperties(), "x", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("api") - .withBuiltInOperation("jlfugnrzowcgrz") - .withItemsPath("q") - .withItemValuePath("zawqxnhlva") - .withItemTitlePath("gwxd") - .withParameters(mapOf("mfjkrzplhal", new SwaggerCustomDynamicProperties(), - "omgzorprr", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("hmeoxxbzagwnomp", - new SwaggerSchema().withRef("ylgebr") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("fuyzvbploazc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("e", new SwaggerSchema(), "mmadkbxuip", new SwaggerSchema(), - "oaw", new SwaggerSchema(), "ugpube", new SwaggerSchema())) - .withAdditionalProperties("datawxzmuzgueuygpbh") - .withRequired(Arrays.asList("e", "msw", "l", "gxxzxwrnqwdjvl")) - .withMaxProperties(1425524785) - .withMinProperties(903351327) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("sfxqcmejezjcb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakmxgwwmavllpfjgu") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "jgdqjh", - new SwaggerSchema().withRef("iscnzcufysal") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("jexq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("krid", new SwaggerSchema())) - .withAdditionalProperties("datawczjnnmpifjq") - .withRequired(Arrays.asList("nbdup", "pllosadjffllr")) - .withMaxProperties(196823599) - .withMinProperties(1474036866) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("kadzuddcccls") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapmnypktgslkok") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataecjgpjnydkkgbv") - .withRequired(Arrays.asList("srgkvgavn")) - .withMaxProperties(988153026) - .withMinProperties(1104855733) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("ysujcvhclgp") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("yrpwzsmwgebpsk") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fdvtwuncnfn", new SwaggerSchema())) - .withAdditionalProperties("datawjmyubhtmlgj") - .withRequired(Arrays.asList("kymjdwirglqibj", "vmkaw")) - .withMaxProperties(337054188) - .withMinProperties(1668245698) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("rrwkcwwitzmxxig") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanayypsx") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("mmpvo") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("krxu") - .withNamespace("d") - .withPrefix("ydn") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("o", "datapnkqxkrumhaeq", "sytidz", "datagwjxatwxiyarfhi"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dprwruexhgd") - .withUri("kplaseyltqx") - .withExtensions(mapOf("ddveqy", "dataopekyzdzvhyo", "nylfutgbpw", - "dataekvzpqrxsifixol"))) - .withExample("dataayxtvpi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("wwmjrsmkjalor") - .withValuePath("egiczrvnezlcvnd") - .withParameters(mapOf("gkk", "dataphf"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mjmgswt") - .withValuePath("skuqgneorqtr") - .withParameters(mapOf("ikqvaagnzb", new SwaggerCustomDynamicProperties(), "qqbjcdaucs", - new SwaggerCustomDynamicProperties(), "mzvgj", new SwaggerCustomDynamicProperties(), - "nuwcquepanqdmm", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("p") - .withBuiltInOperation("blmxblcbwvsqpe") - .withItemsPath("lcbbu") - .withItemValuePath("pcgirsfil") - .withItemTitlePath("syzcnxjvipehx") - .withParameters(mapOf("urbxovg", new SwaggerCustomDynamicProperties(), "ipbnnghsjxwj", - new SwaggerCustomDynamicProperties(), "wgoxen", - new SwaggerCustomDynamicProperties(), "p", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("uzsojblyygftic") - .withItemsPath("drswqm") - .withItemValuePath("uyqtzo") - .withItemTitlePath("otrbnvoe") - .withItemFullTitlePath("t") - .withItemIsParent("qoafdv") - .withSelectableFilter("lrsrfrxylmdjpspi") - .withParameters(mapOf("cvhqadjcasncgq", new SwaggerCustomDynamicTreeParameter(), - "ixuqvat", new SwaggerCustomDynamicTreeParameter(), "tkvoivcktjscjkex", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId( - "yrcjgptxvz") - .withItemsPath("unwmbfjjselblwmf") - .withItemValuePath("pn") - .withItemTitlePath("s") - .withItemFullTitlePath("mfktytri") - .withItemIsParent("leqvefnzvhmiwba") - .withSelectableFilter("zxcmsceza") - .withParameters(mapOf("ilhvtroxlybddx", new SwaggerCustomDynamicTreeParameter())))), - "fdz", new SwaggerSchema().withRef("brbmcrtvxjwpvqre") - .withType(SwaggerSchemaType.STRING) - .withTitle("palqwbrfiovpdl") - .withItems( - new SwaggerSchema().withRef("rfiwerlbcetrvird") - .withType(SwaggerSchemaType.FILE) - .withTitle("wpvnloop") - .withItems( - new SwaggerSchema().withRef("egchtabhacjlf") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("lvvwvpf") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("zhmlnfvyhdhf", new SwaggerSchema(), "nsd", - new SwaggerSchema(), "hawbxnlkmazhle", new SwaggerSchema(), "yroksay", - new SwaggerSchema())) - .withAdditionalProperties("datafzzipyqtmdhb") - .withRequired( - Arrays.asList("gmwxzlphzujkq", "xbejhxopehely", "ykhdapxdiibj")) - .withMaxProperties(1213646765) - .withMinProperties(438384865) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("yhx") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datam") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("jffajhtvbskgc", new SwaggerSchema())) - .withAdditionalProperties("datadl") - .withRequired(Arrays.asList("dtrl")) - .withMaxProperties(72282860) - .withMinProperties(787368487) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("buugchjtpszc") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("nypluivrjsel") - .withNamespace("zrpespeb") - .withPrefix("gzx") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("lqmnwhdho", "datalyqauuohskimntxd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dumaplp") - .withUri("riettnmi") - .withExtensions(mapOf("qmlmbyqyeku", "datab"))) - .withExample("datadxz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ydogr") - .withValuePath("wzecgbxrcsevqjdx") - .withParameters(mapOf("aiitn", "datawqbvanvgpxn", "maebdrxjsmrsea", - "dataruywrxnk", "ue", "dataxeovbgrqwfuxn", "eket", "datayl"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("ptqhatfg") - .withValuePath("hbxgfhgkdms") - .withParameters(mapOf("hbupqovuwhvqihm", new SwaggerCustomDynamicProperties(), - "hqjdcbgcemjti", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("agc") - .withBuiltInOperation("yqzcra") - .withItemsPath("lzdxcmpdmdsyp") - .withItemValuePath("frhiehxjoupxe") - .withItemTitlePath("becxuvkbao") - .withParameters(mapOf("yhgpgjd", new SwaggerCustomDynamicProperties(), "n", - new SwaggerCustomDynamicProperties(), "kdje", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("mz", new SwaggerSchema() - .withRef("wiztvucyackg") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("m") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ohfksixvwkpcesmu", new SwaggerSchema(), "jabpnxohagcojgmy", - new SwaggerSchema(), "jdgm", new SwaggerSchema())) - .withAdditionalProperties("datahr") - .withRequired(Arrays.asList("dipbnjiweyuigy")) - .withMaxProperties(732299581) - .withMinProperties(835862018) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("kgmwurcx") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanypfkvjgovbbnc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), "rxzwvcvtjdq", - new SwaggerSchema().withRef("rubn") - .withType(SwaggerSchemaType.STRING) - .withTitle("pmqffgjsqqqairoo") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jobdqiuppavqovi", new SwaggerSchema(), "pmegnkrvtfb", - new SwaggerSchema())) - .withAdditionalProperties("datatrwgljfatezdxq") - .withRequired( - Arrays.asList("phgimyomje", "lgnieeqjdfxxxnn", "uxkepga", "rijbiterqfu")) - .withMaxProperties(41103148) - .withMinProperties(1001068102) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("pfqddwwpg") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqkv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "gmecwe", - new SwaggerSchema().withRef("gwxja") - .withType(SwaggerSchemaType.FILE) - .withTitle("p") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("bjzxrpxji", new SwaggerSchema(), "aup", new SwaggerSchema(), - "rvdo", new SwaggerSchema())) - .withAdditionalProperties("dataaqng") - .withRequired(Arrays.asList("gcwwuusjjhtcyzn", "highnxhgmfrnk")) - .withMaxProperties(297285312) - .withMinProperties(639571837) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("jteqlujmmkn") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datatxim") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "yjzijxefyd", - new SwaggerSchema().withRef("lerpt") - .withType(SwaggerSchemaType.NULL) - .withTitle("a") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("eeagig", new SwaggerSchema(), "pabacpleirjrka", new SwaggerSchema(), - "mvndubmazlxlbduk", new SwaggerSchema(), "d", new SwaggerSchema())) - .withAdditionalProperties("dataeyq") - .withRequired(Arrays.asList("pkypbekpardoad", "e")) - .withMaxProperties(1478959346) - .withMinProperties(427874137) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mgzsytmpfslrxvsq") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataffkzlchrkiwp") - .withRequired(Arrays.asList("hflxnni", "rugotfrdlfe")) - .withMaxProperties(799818901) - .withMinProperties(1969660399) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("yriyraybi") - .withType(SwaggerSchemaType.STRING) - .withTitle("ijclfdprezqx") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("gyddpfnmbxerzyp", new SwaggerSchema(), "ralw", - new SwaggerSchema(), "cnmrbizxqldmhzb", new SwaggerSchema(), "ujdzlgyermje", - new SwaggerSchema())) - .withAdditionalProperties("datayuhoqpbfjfcbwea") - .withRequired(Arrays.asList("kmkuquv", "gvnomlcldoyohuaf")) - .withMaxProperties(652288316) - .withMinProperties(392572184) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("sylwsmdo") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datambgbhtpomiustkqy") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("skvtzb") - .withType(SwaggerSchemaType.STRING) - .withTitle("hpfedx") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("d", new SwaggerSchema(), "k", new SwaggerSchema())) - .withAdditionalProperties("datahwzmehcdfdxth") - .withRequired(Arrays.asList("t")) - .withMaxProperties(424480753) - .withMinProperties(1558891030) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("jdhzkwvuewei") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datawlxdknxctglzbcxd") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("wb") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("xzfvnazc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nqiyevjehtseao", new SwaggerSchema(), "xsehflfmabpyz", - new SwaggerSchema(), "cplphfstvurtkce", new SwaggerSchema())) - .withAdditionalProperties("datavaxwzbwxx") - .withRequired(Arrays.asList("sxsrrhryrbbe", "rnrjzzuimpiybm")) - .withMaxProperties(2140946735) - .withMinProperties(2115108520) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mfb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqorhtqtw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("asichhxqnlmj") - .withType(SwaggerSchemaType.NULL) - .withTitle("dfibw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("uhysrmkkzjsnxzl", new SwaggerSchema(), "xaayxpdzvgyujkx", - new SwaggerSchema(), "gejzdbigitra", new SwaggerSchema())) - .withAdditionalProperties("datady") - .withRequired(Arrays.asList("rnbpiddvbxqxo", "ix", "elsrymzvtzyf", "tbayh")) - .withMaxProperties(2075304724) - .withMinProperties(864757603) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yzlkqyezyzxkr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafuxystltkq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("jfw") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("oq") - .withNamespace("bueiydoqbruxl") - .withPrefix("txhednkzjt") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("cmkwcyeljni", "datatseixpkrwgzn", "yihct", "datadgzxbwn", - "mzozb", "datau"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("vughutiql") - .withUri("nfyfy") - .withExtensions(mapOf("lj", "datavzb", "magfyinmajj", "dataki", "uafbddm", - "dataplgtwfkflcvbzkbe"))) - .withExample("dataqynmldhg") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ag") - .withValuePath("uhdqhq") - .withParameters(mapOf("sfxzobovsvhbtdgx", "datasypo", "oubvfx", "datallmd", - "vbsjtfqwlbeqcz", "dataswemncjhmvvzeaic"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gropuq") - .withValuePath("s") - .withParameters(mapOf("ociyi", new SwaggerCustomDynamicProperties(), "qlyoor", - new SwaggerCustomDynamicProperties(), "ewgglq", - new SwaggerCustomDynamicProperties(), "jyk", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hxuznbcpiadj") - .withBuiltInOperation("vxsulcd") - .withItemsPath("ib") - .withItemValuePath("iacghygmtbiv") - .withItemTitlePath("jn") - .withParameters(mapOf("fzzmxqyjy", new SwaggerCustomDynamicProperties(), "rjpy", - new SwaggerCustomDynamicProperties(), "kew", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xif") - .withItemsPath("vhuovfotwv") - .withItemValuePath("htdxd") - .withItemTitlePath("dzdheknmcvmxiu") - .withItemFullTitlePath("ifuahtkkccrusrzs") - .withItemIsParent("qodyafayx") - .withSelectableFilter("vt") - .withParameters(mapOf("o", new SwaggerCustomDynamicTreeParameter(), "wslctilbxnny", - new SwaggerCustomDynamicTreeParameter(), "jt", - new SwaggerCustomDynamicTreeParameter(), "dfhpelzavohv", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("cdrchue") - .withItemsPath("liqcbonqjoek") - .withItemValuePath("cglvobctit") - .withItemTitlePath("rbalvkfdqi") - .withItemFullTitlePath("rqhxfqkqp") - .withItemIsParent("rqlazfjltckbjvd") - .withSelectableFilter("yf") - .withParameters(mapOf("de", new SwaggerCustomDynamicTreeParameter())))))) - .withAdditionalProperties("dataalkqlvbkz") - .withRequired(Arrays.asList("rnwwoiviniyoizuw", "zcri")) - .withMaxProperties(1047091530) - .withMinProperties(1479560554) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("albs") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("j") - .withItems(new SwaggerSchema().withRef("eaibqjbizbwxuy") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("iwllxtclveqdqtzs") - .withItems(new SwaggerSchema().withRef("wjxry") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("gh") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dlkkwbdekbvdulmk", new SwaggerSchema())) - .withAdditionalProperties("datadnxbssatpialrq") - .withRequired(Arrays.asList("xxccf", "fvoz", "iyvrexitpz")) - .withMaxProperties(112473964) - .withMinProperties(796947635) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ujywwumbusnaw") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahmsobuahokiclr") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("scidkwzn", new SwaggerSchema(), "ttlizdoys", new SwaggerSchema(), - "z", new SwaggerSchema())) - .withAdditionalProperties("dataogdjwuybcppdvuo") - .withRequired(Arrays.asList("kbp")) - .withMaxProperties(2059319100) - .withMinProperties(664391551) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("wauylkbd") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("frtlukaf") - .withNamespace("ylempahyuxxeik") - .withPrefix("npw") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("e", "datavvysphjkxgfmesx", "anlvo", "dataqfynvckx", "qcuwtpss", - "datarvzhdn", "nolspvxpiegxlzd", "dataq"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ptzkmfvd") - .withUri("cwosmnwsffi") - .withExtensions(mapOf("zhrhki", "datadfrzzxirxxkmozkd"))) - .withExample("datapyznjw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("nyjbzzwsesqytkt") - .withValuePath("fgxorhsxcsoax") - .withParameters(mapOf("xt", "datapk", "ihslnbyiow", "dataxynkubwk"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("wjvxycygcvgebfe") - .withValuePath("yan") - .withParameters(mapOf("vttkgopdjqnsi", new SwaggerCustomDynamicProperties(), - "ucqteciexscxhzh", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yp") - .withBuiltInOperation("w") - .withItemsPath("cfamuikisppygoth") - .withItemValuePath("irhhbogxw") - .withItemTitlePath("pymyerpus") - .withParameters(mapOf("outj", new SwaggerCustomDynamicProperties(), "iw", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("alz", new SwaggerSchema().withRef("joy") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("okd") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("zeowi", new SwaggerSchema(), "vje", new SwaggerSchema(), "zxkflz", - new SwaggerSchema(), "wkxxboauvkkco", new SwaggerSchema())) - .withAdditionalProperties("datanwhld") - .withRequired(Arrays.asList("wc")) - .withMaxProperties(1626149009) - .withMinProperties(1334629660) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("tnlcvl") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datarbzzbhyagwxwcndk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("dataawkyxownoypqu") - .withRequired(Arrays.asList("iajicrsdgtjxlop")) - .withMaxProperties(471453249) - .withMinProperties(65322636) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("rszehijlwrfeab") - .withType(SwaggerSchemaType.NULL) - .withTitle("hjmg") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("a", new SwaggerSchema(), "l", new SwaggerSchema())) - .withAdditionalProperties("dataxlrx") - .withRequired(Arrays.asList("mfqmvnhsfjxt", "sbjxpuokkdpts", "pg", "plonal")) - .withMaxProperties(1313462664) - .withMinProperties(787059976) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yasjwnwnjdrnfgt") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanxqvzzi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("jyezlkuiveftugi") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("fpmbpnrgn") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ufzaysfzuvuoxzyf", new SwaggerSchema())) - .withAdditionalProperties("dataj") - .withRequired(Arrays.asList("bqo", "kzueytphnaz", "gvfcu")) - .withMaxProperties(778724539) - .withMinProperties(1900217981) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bqrlbyh") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqkrzvdj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("qfjwgphhpw") - .withType(SwaggerSchemaType.STRING) - .withTitle("wfqzwysm") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("d", new SwaggerSchema(), "jsqepxft", new SwaggerSchema())) - .withAdditionalProperties("datafad") - .withRequired(Arrays.asList("ifdrbsrpjs", "bibsn", "mfooi")) - .withMaxProperties(794493499) - .withMinProperties(1574275310) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("cu") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("databrewtfuxktsxn") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("mlpihtep") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("brinvfcdsijs") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ntlxwayxujzoxgak", new SwaggerSchema(), "tkr", - new SwaggerSchema(), "uc", new SwaggerSchema(), "zwedm", new SwaggerSchema())) - .withAdditionalProperties("dataulxgcemxo") - .withRequired(Arrays.asList("dvqan")) - .withMaxProperties(2035807964) - .withMinProperties(809255506) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mgblqyfgzb") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datagzfgxwfxj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("n") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ghjxhpppnksqi") - .withNamespace("megjtoseohoygowd") - .withPrefix("zzugdorc") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("plpexhh", "datairtasep"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tl") - .withUri("zbiroxamnv") - .withExtensions(mapOf("nsihdzxeufj", "datajpba"))) - .withExample("datatzmmxdmppibv") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hofyoqfvmvwplxmu") - .withValuePath("tnneolghgtej") - .withParameters(mapOf("cckjrqdtyk", "datals"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("cjuuxq") - .withValuePath("i") - .withParameters(mapOf("rwciynjcvew", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rnaktjopig") - .withBuiltInOperation("hheqj") - .withItemsPath("hrrxmc") - .withItemValuePath("rqnuahhke") - .withItemTitlePath("brbdujpsh") - .withParameters(mapOf("ivrycyulwzjorv", new SwaggerCustomDynamicProperties(), "gmkkeles", - new SwaggerCustomDynamicProperties(), "jckyocyb", new SwaggerCustomDynamicProperties(), - "lwdmpsdfsla", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("pvqpqumexnpoaeru") - .withItemsPath("fhltwlzlmpiprlc") - .withItemValuePath("ewmnwyhql") - .withItemTitlePath("mkmx") - .withItemFullTitlePath("mkpa") - .withItemIsParent("pwpbnjc") - .withSelectableFilter("wtuniumys") - .withParameters(mapOf("dllbw", new SwaggerCustomDynamicTreeParameter(), - "mvhbzypmmyrggs", new SwaggerCustomDynamicTreeParameter(), "ouzo", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("qlwyqsxeq") - .withItemsPath("t") - .withItemValuePath("czcxouaneuepgq") - .withItemTitlePath("akovslvwpvdm") - .withItemFullTitlePath("c") - .withItemIsParent("ucmiqsdsnu") - .withSelectableFilter("g") - .withParameters(mapOf("tiuttkasxjkcl", new SwaggerCustomDynamicTreeParameter(), - "qpasrilet", new SwaggerCustomDynamicTreeParameter())))), - new SwaggerSchema().withRef("lbhkij") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("q") - .withItems(new SwaggerSchema().withRef("rqiwxeppuhk") - .withType(SwaggerSchemaType.NULL) - .withTitle("kzvjyvobevfbmxz") - .withItems(new SwaggerSchema().withRef("ghs") - .withType(SwaggerSchemaType.STRING) - .withTitle("ajiobybyilhdbb") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("yxhcw", new SwaggerSchema(), "btegoachoj", new SwaggerSchema(), - "tlaqq", new SwaggerSchema())) - .withAdditionalProperties("datagiplxrif") - .withRequired(Arrays.asList("kvfkvdbbpoi")) - .withMaxProperties(178164128) - .withMinProperties(332647371) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ituufknarsc") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datainzosxrs") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("xvezwwqchxowp", new SwaggerSchema(), "vuxqactoqqehnqi", new SwaggerSchema())) - .withAdditionalProperties("datagnvuolv") - .withRequired(Arrays.asList("nlbkizebbrwl")) - .withMaxProperties(60115677) - .withMinProperties(1596919065) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("qgetzgwyw") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("amoa") - .withNamespace("qqiyjreh") - .withPrefix("chengmxpjkuq") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("gq", "dataxsqdzyyalrx", "seimuipggt", "dataqfwuplfjkbaxv", - "dziphe", "datahxbfhbip"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("fz") - .withUri("cleyam") - .withExtensions(mapOf("vbtkafcnfitpu", "datatjjhqvypqgncgw", "baw", "datakykdwyjdvyx", - "goudcl", "datagy", "disjeovgc", "dataidqlynx"))) - .withExample("datachgjonrhdib") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("y") - .withValuePath("eouiuvkcnqonjbb") - .withParameters(mapOf("jsgbpj", "datafllzykzpjjdslpby", "vwbd", "datanblbkakn", - "qilsbabqtjch", "datanddctkjcqhxdirt", "eiyem", "datasfwey"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("szekdqqwc") - .withValuePath("fhrndqymloslqg") - .withParameters(mapOf("nqqzqdvgn", new SwaggerCustomDynamicProperties(), "mtkg", - new SwaggerCustomDynamicProperties(), "yny", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wphbuzmvjil") - .withBuiltInOperation("bmfkctpa") - .withItemsPath("hrjwyxduwimwnuvj") - .withItemValuePath("wpfxi") - .withItemTitlePath("fkmnj") - .withParameters(mapOf("wmyjdbcknsojtmpd", new SwaggerCustomDynamicProperties(), - "cbpkig", new SwaggerCustomDynamicProperties(), "vvaitkce", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("ilnhkcxuou", new SwaggerSchema().withRef("tnppxxeysqenfwug") - .withType(SwaggerSchemaType.STRING) - .withTitle("emunvzmvnbckl") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("uk", new SwaggerSchema(), "vfsukpkieal", new SwaggerSchema(), - "ckpnnenrcez", new SwaggerSchema(), "or", new SwaggerSchema())) - .withAdditionalProperties("datawkcohjxo") - .withRequired(Arrays.asList("vuamorhkneuuu", "rwizznkrarjiijpb", "chcwhlhdzdcrlf")) - .withMaxProperties(276713709) - .withMinProperties(2112131761) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("lzcrtmfvjzcv") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataebvtkgzj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datazckogcvazoz") - .withRequired(Arrays.asList("yofts", "diydwklkuamxho")) - .withMaxProperties(1713065887) - .withMinProperties(1874715368) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("iz") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("gmkztwzlwellh") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("evrfuzedudktgd", new SwaggerSchema(), "watfvjvumim", new SwaggerSchema())) - .withAdditionalProperties("dataflhyc") - .withRequired(Arrays.asList("unvrqvxnoazar", "vcze")) - .withMaxProperties(603625657) - .withMinProperties(1261827497) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ksddbdhgvjho") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datasuxrsoxtxuu") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("bwvuwbbzcmp") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("cl") - .withNamespace("mrg") - .withPrefix("yfmjckctybh") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("mawxrg", "datatslmeyoncxje"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("n") - .withUri("hhfhihwwkhi") - .withExtensions(mapOf("uttyi", "dataykxzc", "jz", "dataps", "anzpzmo", "datavojwjanzolqq", - "yowisqfifmit", "dataupqlusxkzdnot"))) - .withExample("dataypkiqlo") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("eim") - .withValuePath("otynaehl") - .withParameters(mapOf("aihescjvzlgcliaj", "datam"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vihy") - .withValuePath("p") - .withParameters(mapOf("exvt", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("symgkirf") - .withBuiltInOperation("tz") - .withItemsPath("oilipmuufsek") - .withItemValuePath("pufhwpkpejfszw") - .withItemTitlePath("mswb") - .withParameters(mapOf("fw", new SwaggerCustomDynamicProperties(), "cnzfajpt", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("appafjcdcc") - .withItemsPath("ae") - .withItemValuePath("zqwytgggidrxd") - .withItemTitlePath("jchz") - .withItemFullTitlePath("wcpqkpgbssjq") - .withItemIsParent("tcvdzytsd") - .withSelectableFilter("bkorpu") - .withParameters(mapOf("ppnjzbuvmfsfru", new SwaggerCustomDynamicTreeParameter(), - "nqfnz", new SwaggerCustomDynamicTreeParameter(), "ypp", - new SwaggerCustomDynamicTreeParameter(), "ul", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("upprdjfe") - .withItemsPath("ozuzxoya") - .withItemValuePath("hjeuewa") - .withItemTitlePath("xkvruryyqyt") - .withItemFullTitlePath("jhokhijghpvjq") - .withItemIsParent("kikdatbwyarqt") - .withSelectableFilter("jblhefq") - .withParameters(mapOf("nxtpzdgyilwu", new SwaggerCustomDynamicTreeParameter(), - "klbjlnbxouc", new SwaggerCustomDynamicTreeParameter(), "ddplgjfhvia", - new SwaggerCustomDynamicTreeParameter())))))) - .withDiscriminator("keacmadyoctmda") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("t") - .withNamespace("es") - .withPrefix("toeteufg") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("zoxhoiogpbogpbw", "databpefrfugthcd", "jpkbrvmzu", "datafoxlzr", "qjtza", - "dataqkrq"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("rvgit") - .withUri("jixkepl") - .withExtensions(mapOf("iyqv", "datahnizvvekp", "vxmiooqekzxq", "datahtyafcvtos", "rhkwh", - "datazsngltlbsnlfplx"))) - .withExample("datarhwuujymyjvkoyjg") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("qmchlhzngmwem") - .withValuePath("qmkjsvxbagcc") - .withParameters(mapOf("cntqoszrwkkxdnxu", "dataoqlowe"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("doitdfcnxrbyv") - .withValuePath("vgztjtzsgenbdq") - .withParameters(mapOf("yafszxnzjx", new SwaggerCustomDynamicProperties().withOperationId( - "jcngjcdyk") - .withValuePath("nfvzbvtxgsnu") - .withParameters(mapOf("jcwggji", new SwaggerCustomDynamicProperties(), "l", - new SwaggerCustomDynamicProperties(), "bmhsfgaxuvae", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("fvdlptu") - .withBuiltInOperation("gpdzlfxbiq") - .withItemsPath("mxynw") - .withItemValuePath("fnoiphwaedpugxjt") - .withItemTitlePath("idjwszxm") - .withParameters(mapOf("rqbfimageiqjne", new SwaggerCustomDynamicProperties().withOperationId( - "yjwadvfqrvtymnc") - .withValuePath("dmjdp") - .withParameters(mapOf("pjrbnzbe", new SwaggerCustomDynamicProperties())), "x", - new SwaggerCustomDynamicProperties().withOperationId("hxsk") - .withValuePath("srpjmevszbjnqkt") - .withParameters(mapOf("jckm", new SwaggerCustomDynamicProperties(), "b", - new SwaggerCustomDynamicProperties(), "xxdxnhinn", new SwaggerCustomDynamicProperties(), - "akqwtozxltjsf", new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("rbtazopfhhtfmhm") - .withItemsPath("nppucfvxqr") - .withItemValuePath("crhzecnvdumi") - .withItemTitlePath("xmrntphy") - .withItemFullTitlePath("eddtkpys") - .withItemIsParent("lpjabz") - .withSelectableFilter("buzaxmkuthooaic") - .withParameters(mapOf("fugqfcoraj", new SwaggerCustomDynamicTreeParameter() - .withSelectedItemValuePath("wwvb") - .withValue("dataibivhjryppmmtq") - .withParameterReference("i") - .withRequired(false)))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("lkffgyfehjs") - .withItemsPath("euvy") - .withItemValuePath("mbz") - .withItemTitlePath("fxfyzqrsu") - .withItemFullTitlePath("lsud") - .withItemIsParent("iycepjkllyeds") - .withSelectableFilter("mbvirnxeyu") - .withParameters(mapOf("ewtlfsw", new SwaggerCustomDynamicTreeParameter() - .withSelectedItemValuePath("pyidecff") - .withValue("dataizwqzbsqwjypi") - .withParameterReference("zczswhdgl") - .withRequired(false), "woetjrfruc", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wnffczwzrxvvblbn") - .withValue("dataiy") - .withParameterReference("iqdcjgbmcwm") - .withRequired(true)))))) - .withProperties(mapOf( - "obuwhutvcdtgxsy", new SwaggerSchema().withRef("dxbpvbsibzm") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("oexpothtpaqmf") - .withItems(new SwaggerSchema().withRef("shq") - .withType(SwaggerSchemaType.STRING) - .withTitle("kymqmgudvy") - .withItems(new SwaggerSchema().withRef("uvejlcwdgekkjv") - .withType(SwaggerSchemaType.NULL) - .withTitle("qh") - .withItems(new SwaggerSchema().withRef("yir") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("doxpvqpblqubfpe") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ynheamzlqvaj", new SwaggerSchema(), "tsvc", new SwaggerSchema(), - "sythuioixpfgqlw", new SwaggerSchema(), "ojwvvqcjrmnverbf", new SwaggerSchema())) - .withAdditionalProperties("datahuw") - .withRequired(Arrays.asList("tqeyonmoigawl", "jw", "rovjvjjuypcn")) - .withMaxProperties(1596254728) - .withMinProperties(544101742) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("jzmfpspaxhfu") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datasjcpfepylms") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("yzrd", new SwaggerSchema(), "fmmwkakyxyksd", new SwaggerSchema(), - "lrwqm", new SwaggerSchema())) - .withAdditionalProperties("datavbhtueynx") - .withRequired(Arrays.asList("nwcekqsbnca", "fapzebjeg", "wgverbywu")) - .withMaxProperties(1452499326) - .withMinProperties(1288400249) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("zdwhxputk") - .withReadOnly(false) - .withXml( - new SwaggerXml().withName("wzvdfeyaevzjqfx") - .withNamespace("yjzu") - .withPrefix("xb") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("fyevhurklow", "datamdypsxkw", "lyoix", "datadrvzcl", - "nqizvsih", "dataei"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xjcajhsjuq") - .withUri("zrnubod") - .withExtensions(mapOf("lgorvum", "dataxkianpgugrjxx"))) - .withExample("databzslmffcttkprx") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("p") - .withValuePath("bebafiqxomevke") - .withParameters(mapOf("cxtnbutytoaini", "datadv", "eylackobkrgry", "datanxhzqgbaqv"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xwxlhyszhxot") - .withValuePath("yifjufzlg") - .withParameters(mapOf("mtghmnuzyy", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xy") - .withBuiltInOperation("wde") - .withItemsPath("rycixjg") - .withItemValuePath("mochpwwykfytjkzt") - .withItemTitlePath("kwqvckh") - .withParameters(mapOf("dm", new SwaggerCustomDynamicProperties(), "adcojfuvmj", - new SwaggerCustomDynamicProperties(), "xwazyvib", - new SwaggerCustomDynamicProperties(), "oe", new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("b", - new SwaggerSchema().withRef("dl") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("aapzrkhptyhziqe") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("aotavwmrfqt", new SwaggerSchema(), "gdfecju", - new SwaggerSchema(), "cyrwvoohmcw", new SwaggerSchema())) - .withAdditionalProperties("dataaczypslf") - .withRequired(Arrays.asList("wonbtgpe", "zuzxoeouf", "cjwgfhdfomsc")) - .withMaxProperties(521390190) - .withMinProperties(689577159) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("jg") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataeqhtngrxf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "xrai", - new SwaggerSchema().withRef("egez") - .withType(SwaggerSchemaType.STRING) - .withTitle("iisms") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("cmazilq", new SwaggerSchema(), "vmiproqpybzykm", - new SwaggerSchema(), "k", new SwaggerSchema())) - .withAdditionalProperties("databqkmtwuaqqqtmp") - .withRequired(Arrays.asList("c", "ltwedllp", "oebo", "hyiohcj")) - .withMaxProperties(1383803264) - .withMinProperties(525402712) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("szmyxgu") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamwzplcrzdwe") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "mch", - new SwaggerSchema().withRef("eddnqmnzchrhcfe") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("cuxt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ojqoxpw", new SwaggerSchema(), "hvfdosq", new SwaggerSchema(), - "doyqbpzxushmltih", new SwaggerSchema(), "cptvkbcykntdzze", new SwaggerSchema())) - .withAdditionalProperties("datazpggsyeydctjnei") - .withRequired(Arrays.asList("tlzbwbyvjisp", "gkhvpvbzmy", "vhxstxsfztlv", "dmfshhc")) - .withMaxProperties(1612614119) - .withMinProperties(529520) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("whdy") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajdbzfia") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "k", - new SwaggerSchema().withRef("mcjjxx") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("mjurtnolzioh") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("keplfwyk", new SwaggerSchema(), "pojenpsf", new SwaggerSchema(), - "pizefajgbleh", new SwaggerSchema())) - .withAdditionalProperties("dataeua") - .withRequired(Arrays.asList("fnzcevfbiekydkj", "k")) - .withMaxProperties(427464375) - .withMinProperties(1014606687) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yrvdszrizpej") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqtcgswmh") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datairjuingnfu") - .withRequired(Arrays.asList("zg", "syiwm")) - .withMaxProperties(2023681874) - .withMinProperties(1649500805) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("tbwzjbqzqwbhz") - .withType(SwaggerSchemaType.NULL) - .withTitle("db") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("sbekvprkwp", new SwaggerSchema())) - .withAdditionalProperties("dataieqcnvgzshfaf") - .withRequired(Arrays.asList("xaeiue", "k")) - .withMaxProperties(1982848049) - .withMinProperties(1083554549) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("raep") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datarizkabafdlsiz") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("hbdxs") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("uuwuung") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("drcpqu", new SwaggerSchema())) - .withAdditionalProperties("datanlgttvonwrpelie") - .withRequired(Arrays.asList("mtkcqix", "qxsu", "ev")) - .withMaxProperties(1227142218) - .withMinProperties(1994262703) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("afqaghwqumecqyia") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataodkq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("tgzvzcfmwfogj") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("p") - .withNamespace("joclvfz") - .withPrefix("krmptapyqees") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("wrvtflot", "dataulfjlmwhvjb"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("viswixlvnwzn") - .withUri("apy") - .withExtensions(mapOf("fwmajllatbldhc", "datalbdtrwkpelyg", "slylioguwsh", - "datahwnithxnainssvrk"))) - .withExample("datacpbmyghq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("blwkqztqrnre") - .withValuePath("fmnrweevtun") - .withParameters(mapOf("qvg", "datalugvsjfps", "gxcewz", "dataaymfkexhiwmkljh", "crcctted", - "dataoxzkk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("bvsjuthsyse") - .withValuePath("lncyq") - .withParameters(mapOf("xe", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("zdwerjck") - .withBuiltInOperation("dl") - .withItemsPath("gtptmnd") - .withItemValuePath("foiavpg") - .withItemTitlePath("tnsiu") - .withParameters(mapOf("tjwsdxyzgrrllz", new SwaggerCustomDynamicProperties(), - "xgomhenqnovt", new SwaggerCustomDynamicProperties(), "kobxvexusjfjuphj", - new SwaggerCustomDynamicProperties(), "ueksvjtgpy", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("qm") - .withItemsPath("jdkvyzilr") - .withItemValuePath("gow") - .withItemTitlePath("xjqru") - .withItemFullTitlePath("mbqyfecnsq") - .withItemIsParent("wfuw") - .withSelectableFilter("kc") - .withParameters(mapOf("zibhwybwmeb", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("wcf") - .withItemsPath("x") - .withItemValuePath("rppwksixho") - .withItemTitlePath("vydxjkdsqea") - .withItemFullTitlePath("dqttiqwixsdx") - .withItemIsParent("lw") - .withSelectableFilter("ahb") - .withParameters(mapOf("gu", new SwaggerCustomDynamicTreeParameter(), "et", - new SwaggerCustomDynamicTreeParameter(), "bqhyszflzj", - new SwaggerCustomDynamicTreeParameter(), "dciwxlgg", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf( - "omsqarbtrkd", new SwaggerSchema().withRef("yfklbgshbkd") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("sqznv") - .withItems(new SwaggerSchema().withRef("trashnf") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("kloeqxccpq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ehzipy", new SwaggerSchema(), "af", new SwaggerSchema(), "uu", - new SwaggerSchema(), "oqqseoinxkot", new SwaggerSchema())) - .withAdditionalProperties("datanlgnwwjikgp") - .withRequired(Arrays.asList("zzkzi", "pjnhhiofcnyzqz")) - .withMaxProperties(1301825066) - .withMinProperties(1127691950) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("mllegucemagsyljw") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahlajmikqvnrj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("gyrldo", new SwaggerSchema(), "lldglzdkxftjre", new SwaggerSchema(), - "erkvbdvlaz", new SwaggerSchema())) - .withAdditionalProperties("dataaujjryztg") - .withRequired(Arrays.asList("rvffjpwszlfyft", "aetcplxidiuxzzh", "daxvirpuwacfqn")) - .withMaxProperties(1744967867) - .withMinProperties(598548239) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("byzrpqehrdldvx") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("npa") - .withNamespace("zfy") - .withPrefix("gklywdlxmyoqmam") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("xsucforgcufiphn", "datazwntnlyrpbmdwi", "ybfso", "dataoizzzk"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tqkdzu") - .withUri("ldzkvbebdjsaoggd") - .withExtensions(mapOf("ooyxc", "datakoxlccj", "jhqq", "datazzogz", "aarrrgjnqkuca", - "databwidsbdftbxruuu"))) - .withExample("datanpwgchl") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("fittheax") - .withValuePath("hflnlutacsslel") - .withParameters(mapOf("gqtcxyrslegh", "datakqurrtc", "yv", "datazsmjjsvymozry", "quazo", - "dataxmspjqafsxv"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xk") - .withValuePath("utizpv") - .withParameters(mapOf("gxsdolodfod", new SwaggerCustomDynamicProperties(), - "khaogewdhln", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tuoarjir") - .withBuiltInOperation("cuyqt") - .withItemsPath("rzdjgmgfayvbs") - .withItemValuePath("envpz") - .withItemTitlePath("zpizgaujv") - .withParameters(mapOf("fybx", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "rmepbmo", new SwaggerSchema().withRef("efijpjiudnust") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("oh") - .withItems(new SwaggerSchema().withRef("nhb") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("uvrlxzq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rhyx", new SwaggerSchema(), "wqyousqmern", new SwaggerSchema())) - .withAdditionalProperties("dataplgmem") - .withRequired(Arrays.asList("u", "m", "x", "mkchjdxrbbhukx")) - .withMaxProperties(611302361) - .withMinProperties(1859267668) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("pgadesnesgnx") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafvs") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("znoejqduyqbzjyza", new SwaggerSchema())) - .withAdditionalProperties("datapbn") - .withRequired(Arrays.asList("x", "opryutxasnigh", "xi", "hiihg")) - .withMaxProperties(1580913670) - .withMinProperties(1964404510) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ymip") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("t") - .withNamespace("gugwhkwypbqnxpoh") - .withPrefix("kmbajy") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("zutxtidsxrexbarg", "datadpzhqec", "omowucjznnowp", - "datamemopypc", "wsrmegph", "dataxuuv", "fkjd", "dataj"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tqjabwtk") - .withUri("ytvqyirupsuyq") - .withExtensions(mapOf("exzylqhewhcchexc", "datanavxzpyap", "dwolfmfazxw", - "datarmyniwggmi", "fswohddliik", "dataaicdpjtt", "gemtnbkevuuky", "dataosqpli"))) - .withExample("dataksncrzbtlrbzqt") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("f") - .withValuePath("ftohdlpcixpx") - .withParameters(mapOf("azylaya", "datahivhyujqxyfb", "gcn", "datardnovuduwwjo"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("ci") - .withValuePath("wwhyejh") - .withParameters(mapOf("fcfyzwkmrjfsq", new SwaggerCustomDynamicProperties(), "cfqa", - new SwaggerCustomDynamicProperties(), "oveqowqodi", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("sxwiicfsbjhha") - .withBuiltInOperation("dow") - .withItemsPath("qk") - .withItemValuePath("axpbieehpvqf") - .withItemTitlePath("rrjprygjgyovc") - .withParameters(mapOf("iismaggktcoyk", new SwaggerCustomDynamicProperties(), - "bkkcxcmjkronxm", new SwaggerCustomDynamicProperties(), "rhwwdfnc", - new SwaggerCustomDynamicProperties(), "utyszhzlvkmirn", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datafpks") - .withRequired(Arrays.asList("yohfrlyynkgnych")) - .withMaxProperties(698428562) - .withMinProperties(1604188770) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("hjgli") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("dgnuoewfgt") - .withItems(new SwaggerSchema().withRef("fix") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("vexjqdjkonbgegw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rppmvnoqtwqci", new SwaggerSchema(), "awhkdkvaqspbds", - new SwaggerSchema())) - .withAdditionalProperties("datatidikxmtmj") - .withRequired(Arrays.asList("rj", "grjsqtirhabh", "pcvsd", "jmbydrg")) - .withMaxProperties(1337384610) - .withMinProperties(1805094693) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xr") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datauogmth") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("lkfjgjlwfssg", new SwaggerSchema(), "ebqvu", - new SwaggerSchema())) - .withAdditionalProperties("datamcegyi") - .withRequired(Arrays.asList("uplamdgffvxnisoo", "wfdtjpsjwlpcxl", "zzcdrgtu")) - .withMaxProperties(1108770912) - .withMinProperties(555522956) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("axvhjrpbnrolgel") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("jtxuuwdmrq") - .withNamespace("lbyjahbzbtl") - .withPrefix("cbwmvp") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("uqgjibr", "dataelrlazcgwnibn", "uhumgw", "dataxiaocr", - "okoxqboz", "datapugnvhtgwadu", "kqobovqlltql", "datazxzwinrg"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription( - "krnrbnjkcoloz") - .withUri("yputawdmdikuf") - .withExtensions(mapOf("xkzhvfojcvnhpebu", "datavkujzofyl"))) - .withExample("datawkysgqacbeauv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "mguifqjtoxz") - .withValuePath("ljpzauugdar") - .withParameters(mapOf("iismokfdyb", "dataitj", "bgmjrvrsqrjco", "datay", - "gffpvvqwvvnxoqaa", "datarwrylcttvxk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("l") - .withValuePath("wwtevfeu") - .withParameters(mapOf("tsztxoswvfrym", new SwaggerCustomDynamicProperties(), - "qfksqfcxdleohys", new SwaggerCustomDynamicProperties(), "gkbaxygwvtkrq", - new SwaggerCustomDynamicProperties(), "yuqdsjjqz", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("jmeipfo") - .withBuiltInOperation("aqyxkloabcox") - .withItemsPath("avj") - .withItemValuePath("e") - .withItemTitlePath("asv") - .withParameters(mapOf("bvolivianklqclft", new SwaggerCustomDynamicProperties(), - "neouxpdnlbp", new SwaggerCustomDynamicProperties(), "bc", - new SwaggerCustomDynamicProperties(), "ohnroa", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("ur") - .withType(SwaggerSchemaType.FILE) - .withTitle("pxghwfiyu") - .withItems(new SwaggerSchema().withRef("grzfs") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("okwnzotjbvhuidlo") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ylkkqvmmmwelj", new SwaggerSchema(), "auegymcmnsmnjitx", - new SwaggerSchema())) - .withAdditionalProperties("datahlbibwodayi") - .withRequired(Arrays.asList("hkioec", "byoxpvbv", "chfuxuqpdde")) - .withMaxProperties(2097768949) - .withMinProperties(255515962) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("hdixnzapzi") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datazkzvfywspaj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("nmhxtmzz", new SwaggerSchema(), "autsrvsbknvouy", - new SwaggerSchema())) - .withAdditionalProperties("dataajjgvusnw") - .withRequired(Arrays.asList("j", "wctlsohrtgpvv", "btegiw", "meyaoy")) - .withMaxProperties(1368647715) - .withMinProperties(1045907240) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("imna") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("f") - .withNamespace("thiecuflazfotrpk") - .withPrefix("amdorgljekhdsfgj") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("vxmysc", "databglni"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription( - "voexkonciacdl") - .withUri("hs") - .withExtensions(mapOf("ftniffajn", "dataxkctedh", "yjuy", "datawby", - "sigkinykjxq", "dataylbbugojdzcluy"))) - .withExample("datapeqgedpizjqp") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "diverkwmafyxo") - .withValuePath("kvutedetx") - .withParameters(mapOf("xahnqjbavdblfef", "dataudjdwcwjacdbkce", "fwrerbndr", - "databvitlnnpaf"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nstl") - .withValuePath("mdcctemv") - .withParameters(mapOf("yitpy", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ihkswurzaqubr") - .withBuiltInOperation("vbvjyfd") - .withItemsPath("upjozgryoc") - .withItemValuePath("k") - .withItemTitlePath("ilyznbb") - .withParameters(mapOf("xz", new SwaggerCustomDynamicProperties(), "fo", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("swznlbbhtl") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("izbe") - .withItems(new SwaggerSchema().withRef("aghltndsazgnyfh") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("agnbhzteninafyag") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("etzkcol", new SwaggerSchema(), "cls", - new SwaggerSchema(), "qvxzicuruf", new SwaggerSchema(), "gpbv", - new SwaggerSchema())) - .withAdditionalProperties("datakpzdkiyww") - .withRequired(Arrays.asList("xuhzixra", "btqejfqghg")) - .withMaxProperties(1512572967) - .withMinProperties(334023550) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("e") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datartiqpjlaka") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("qxqjzmosmlh", new SwaggerSchema(), "ppfgtnsxdj", - new SwaggerSchema(), "ztnjpkpmdlttm", new SwaggerSchema())) - .withAdditionalProperties("datademliaaiqyxlro") - .withRequired(Arrays.asList("ebsxcn", "q", "cbtyor", "rdamyumr")) - .withMaxProperties(1189139330) - .withMinProperties(464729488) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("uygjwqmkakg") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ob") - .withNamespace("gyheyayktutflhe") - .withPrefix("xefs") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("hkhjldwxdq", "dataexwgzszjqzmqjhgh", "ym", - "datajhtgncfbjvmdkgvu"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription( - "uhwuoxeuiaizzj") - .withUri("mygzj") - .withExtensions(mapOf("afdbjx", "datalq", "gn", "datacruleimswxo"))) - .withExample("datamjmpgzetuvfp") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "eptnqsnpafkspr") - .withValuePath("jwbeeolmo") - .withParameters(mapOf("dygaph", "dataolwfkbdwzvhtg"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "ivazfnbzcjmsrorj") - .withValuePath("yxkcvahvb") - .withParameters(mapOf("t", new SwaggerCustomDynamicProperties(), "ivwven", - new SwaggerCustomDynamicProperties(), "icyctak", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yholsmah") - .withBuiltInOperation("chvskq") - .withItemsPath("bigozrvlkl") - .withItemValuePath("rlysseo") - .withItemTitlePath("pgs") - .withParameters(mapOf("jgmogmcjnq", new SwaggerCustomDynamicProperties(), - "ukbwypcvqfz", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("rizflwlkov") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("fcdp") - .withItems(new SwaggerSchema().withRef("mwpm") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("jqsxfp") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("vrejkvc", new SwaggerSchema(), "m", new SwaggerSchema(), - "brdwfhhwt", new SwaggerSchema())) - .withAdditionalProperties("datagefaycbvgotbjnx") - .withRequired(Arrays.asList("otxn", "ovflxluvmsgdi")) - .withMaxProperties(1905664973) - .withMinProperties(322956843) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ozdvok") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datadikdbqeahgsib") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("znzaxzfhhhgy", new SwaggerSchema())) - .withAdditionalProperties("datagnrya") - .withRequired(Arrays.asList("dxauihnbrdh", "dwyehqnxuffgjyn", "inhvdkqigppdqsqs")) - .withMaxProperties(926941607) - .withMinProperties(358866752) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("uhuruouqyotap") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("nqjpcu") - .withNamespace("xoymfkumbysgsqz") - .withPrefix("rvf") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("vik", "datarxrpahp", "fq", "dataenmiflk"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription( - "lnxhsupilhxtab") - .withUri("lyoomgsejisydh") - .withExtensions(mapOf("f", "dataxnkluq", "xuvprbjxewcscuve", "dataglftlqakie"))) - .withExample("datafarinufzi") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ahym") - .withValuePath("kjtdhmigkw") - .withParameters(mapOf("fshdaehxv", "dataxgienylsijqyg", "slmllbpegcetez", - "dataifdsafgkysymhu"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "wszrbttzsqeyr") - .withValuePath("h") - .withParameters(mapOf("yxxszpa", new SwaggerCustomDynamicProperties(), "ecurf", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("shfmgi") - .withBuiltInOperation("urveekhsmulvmywo") - .withItemsPath("kpuuuxiuwhcyc") - .withItemValuePath("kmufipygtmoycp") - .withItemTitlePath("maosongtbh") - .withParameters(mapOf("qvubwwqgiyujnr", new SwaggerCustomDynamicProperties(), - "wjxmwalhlj", new SwaggerCustomDynamicProperties(), "nsnbpiuvqhod", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("snpbsungnj") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("fbjuc") - .withNamespace("gzjyrdiiwhmrhz") - .withPrefix("vpjydwmaqeytjp") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("qlvlbjzscrjtn", "datadcsvzugiurh", "pobjufksddxk", "datab", - "lsrguecbthauivg", "dataiwxlylxfpvoylf", "edqgyrvulz", "dataime"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ckpdpdcnr") - .withUri("skikqdqiybqtl") - .withExtensions(mapOf("etiznnnadnp", "datajj", "cccdu", "datasbpxlserqgxnh"))) - .withExample("datayb") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pmeglolpotclmbk") - .withValuePath("jryt") - .withParameters(mapOf("j", "datano"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("nthjqgovviv") - .withValuePath("xytrafettwytavp") - .withParameters(mapOf("oujtcp", new SwaggerCustomDynamicProperties().withOperationId("yqluolgs") - .withValuePath("qsapnhhvpb") - .withParameters(mapOf("urqviyfksegwezgf", new SwaggerCustomDynamicProperties())), "klqr", - new SwaggerCustomDynamicProperties().withOperationId("dzlyogzba") - .withValuePath("ckakikkkajmnvbi") - .withParameters(mapOf("krqdycoebg", new SwaggerCustomDynamicProperties(), "xx", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("gsaaday") - .withBuiltInOperation("eqedft") - .withItemsPath("gm") - .withItemValuePath("kt") - .withItemTitlePath("zyvzixmusiidivbb") - .withParameters(mapOf("oukaffzzf", new SwaggerCustomDynamicProperties().withOperationId( - "liqntnoegxo") - .withValuePath("uc") - .withParameters(mapOf("ytwda", new SwaggerCustomDynamicProperties(), "exisa", - new SwaggerCustomDynamicProperties(), "ygi", new SwaggerCustomDynamicProperties())), - "mixjudbiacu", new SwaggerCustomDynamicProperties().withOperationId("vfiypfvwyzjs") - .withValuePath("orvigrxmptu") - .withParameters(mapOf("kb", new SwaggerCustomDynamicProperties(), "qghxdpgihf", - new SwaggerCustomDynamicProperties(), "mlyx", - new SwaggerCustomDynamicProperties())), - "al", new SwaggerCustomDynamicProperties().withOperationId("ucmfuvu") - .withValuePath("vbujw") - .withParameters(mapOf("ijpyyvecruhqymwd", new SwaggerCustomDynamicProperties(), "thkt", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("xkkoypxwlvthiva") - .withItemsPath("axoswqw") - .withItemValuePath("lrzlgk") - .withItemTitlePath("pd") - .withItemFullTitlePath("erxfe") - .withItemIsParent("mzsekvsuzyowr") - .withSelectableFilter("vofrenuvp") - .withParameters(mapOf("tnyyeyjatfpbxnre", new SwaggerCustomDynamicTreeParameter(), "pgqxt", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("uqtximrxey") - .withItemsPath("ynxbuvyglfyfcs") - .withItemValuePath("jhoxtbsybpefojp") - .withItemTitlePath("xdgqjkfvmrnwg") - .withItemFullTitlePath("j") - .withItemIsParent("feiiri") - .withSelectableFilter("jdnknbt") - .withParameters(mapOf("depqtzzhkpkonovf", new SwaggerCustomDynamicTreeParameter())))), - "lfs", new SwaggerSchema().withRef("hgmmzxpsrlbppjq") - .withType(SwaggerSchemaType.NULL) - .withTitle("daos") - .withItems( - new SwaggerSchema().withRef("alljsoasxjjklm") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("osxfdxr") - .withItems( - new SwaggerSchema().withRef("mbbhluvdce") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("no") - .withItems( - new SwaggerSchema().withRef("reiwdskie") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("nal") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("asqolxaodb", new SwaggerSchema(), "gxbadborq", - new SwaggerSchema(), "mihggvyhqwyxb", new SwaggerSchema(), "trv", - new SwaggerSchema())) - .withAdditionalProperties("datanls") - .withRequired(Arrays.asList("ifkdsclqwkddg", "pu")) - .withMaxProperties(1281097844) - .withMinProperties(1048287687) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("shaqfueqfniagz") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("mt", new SwaggerSchema(), "yguuhylzbd", new SwaggerSchema())) - .withAdditionalProperties("datatdohjxfqyyu") - .withRequired(Arrays.asList("l", "znxhbttkkicxjxu")) - .withMaxProperties(2118215440) - .withMinProperties(327803000) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("kqjrbbl") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("xpnkxcljnk") - .withNamespace("fsquxxqc") - .withPrefix("nchvkjwriva") - .withAttribute(true) - .withWrapped(true) - .withExtensions( - mapOf("kbp", "datapsybdgtfozysfjdc", "neltnbyvbgrdr", "datapqelmszob"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dudw") - .withUri("dsybiazfvxdkwvc") - .withExtensions(mapOf("iojusmdodku", "datayxbyqqonkre", "yykx", "dataycntaov", - "wvswlhjlbkq", "datafpkdsldyw", "hpn", "datags"))) - .withExample("dataltjekqzfwlkyr") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ubzf") - .withValuePath("yuqecwrtre") - .withParameters(mapOf("fpkymqnvvwfaor", "datazsnfgmohhcghvsmv", "oa", - "datalboawzplwghfg", "tcxqkohupyaj", "datamtupr"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("jparjvsbozfjb") - .withValuePath("yxhjf") - .withParameters(mapOf("wmrdlnbklhwrikr", new SwaggerCustomDynamicProperties(), - "ljbhgzffemry", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("obbzcdlc") - .withBuiltInOperation("umvbhbli") - .withItemsPath("xolzinxxjfixr") - .withItemValuePath("wxcaa") - .withItemTitlePath("lqosgzgsgzlbunmj") - .withParameters(mapOf("fiyrywf", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("ukurkg", new SwaggerSchema().withRef("jm") - .withType(SwaggerSchemaType.FILE) - .withTitle("fkiiarl") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("fjdtykhsafrf", new SwaggerSchema(), "wuebrvrh", new SwaggerSchema())) - .withAdditionalProperties("datakfffvgb") - .withRequired(Arrays.asList("ipy")) - .withMaxProperties(508389668) - .withMinProperties(1600191773) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("vkm") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakyvybljqgirpi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), "crnxstowvg", - new SwaggerSchema().withRef("xqanrk") - .withType(SwaggerSchemaType.FILE) - .withTitle("fsvfbjcnadwrb") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hppykrlzua", new SwaggerSchema(), "s", new SwaggerSchema(), - "xpolatorjmsab", new SwaggerSchema())) - .withAdditionalProperties("datauxlthyxryvwnzh") - .withRequired(Arrays.asList("ddgb", "nqvbnybffcvtij")) - .withMaxProperties(44915155) - .withMinProperties(941371808) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("gvgogczgcm") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datadgyqenicrznaml") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datafvsqly") - .withRequired(Arrays.asList("aoqkcit", "buzvaxl")) - .withMaxProperties(1503217622) - .withMinProperties(1397624878) - .withAllOf(Arrays.asList(new SwaggerSchema().withRef("tsauvprqzpfpbx") - .withType(SwaggerSchemaType.FILE) - .withTitle("kkoyzsy") - .withItems(new SwaggerSchema()) - .withProperties(mapOf( - "ldonsekazxewnlpc", new SwaggerSchema(), "hczqm", new SwaggerSchema(), - "xmyfrmfclkyncjya", new SwaggerSchema(), "zzcbohbbavode", new SwaggerSchema())) - .withAdditionalProperties("datauabqb") - .withRequired(Arrays.asList("bjct")) - .withMaxProperties(706686526) - .withMinProperties(997388279) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("orvpcoxdl") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamnp") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("hbefivozrdzrikw") - .withType(SwaggerSchemaType.NULL) - .withTitle("vrkxpbjgozoelam") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("ctrwrvnsc", new SwaggerSchema(), "acbrywqqeztlf", new SwaggerSchema())) - .withAdditionalProperties("datalgxrsn") - .withRequired(Arrays.asList("oo", "a", "hvsfgywkinkhv")) - .withMaxProperties(335657007) - .withMinProperties(639472821) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ninjhdkvkqjjouh") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapcctvcjdrm") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("jq") - .withType(SwaggerSchemaType.STRING) - .withTitle("ftzbxfgos") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("lqn", new SwaggerSchema())) - .withAdditionalProperties("datasegursbzmixw") - .withRequired(Arrays.asList("nkvtzdvxsgdaajl", "gsuqmrkyaovcbds", "xhpqlxnb", "j")) - .withMaxProperties(495084228) - .withMinProperties(1542852014) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("rknyy") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqcjfqmyfgwb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("qsvexzyjfw") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("qutgxd") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("okcbxr", new SwaggerSchema(), "kylqpppp", new SwaggerSchema(), - "eikktretu", new SwaggerSchema(), "sygzj", new SwaggerSchema())) - .withAdditionalProperties("dataax") - .withRequired(Arrays.asList("rltanvber", "t")) - .withMaxProperties(423639959) - .withMinProperties(557311789) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("gdo") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataglavdtttydjq") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("cshbypwmveyr") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("moufjuq") - .withNamespace("uicvjyjszmle") - .withPrefix("xhmrilw") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("qqzikvgwqiwod", "datavtaulxxznfx", "aexrzxvffqc", "dataaslp", - "t", "datatdmhr"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("l") - .withUri("epssoqdibyg") - .withExtensions(mapOf("lxoksyypft", "dataidiwkxikxiq", "strbqgatkliopgwp", "datadi"))) - .withExample("datatccety") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("obb") - .withValuePath("sdpyirtrlzkpje") - .withParameters(mapOf("aqclepck", "datahhf", "ljeh", "dataowuthfwphnmll", "a", - "datahxxuofn"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("z") - .withValuePath("napxhtqwsd") - .withParameters(mapOf("ovubfllfk", new SwaggerCustomDynamicProperties(), - "ubziibuabpvdwhvn", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uzudkqoeouk") - .withBuiltInOperation("nkgbkzqbomf") - .withItemsPath("yas") - .withItemValuePath("myfhclxwedeta") - .withItemTitlePath("jatvfddqspdutt") - .withParameters(mapOf("szqexcqcwb", new SwaggerCustomDynamicProperties(), "xvc", - new SwaggerCustomDynamicProperties(), "ekqjdru", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("hlfvmwu") - .withItemsPath("rswsvtzotmwxqdfb") - .withItemValuePath("n") - .withItemTitlePath("xlawk") - .withItemFullTitlePath("jhz") - .withItemIsParent("rtmjskbi") - .withSelectableFilter("jnadykmvou") - .withParameters(mapOf("vsfqu", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("xqbknoxjhedwh") - .withItemsPath("wbvr") - .withItemValuePath("jbiigxxr") - .withItemTitlePath("puzkwigif") - .withItemFullTitlePath("oys") - .withItemIsParent("lpshxjhanskoo") - .withSelectableFilter("cnkgqsqvfyokss") - .withParameters(mapOf("jiql", new SwaggerCustomDynamicTreeParameter(), "jjltuymna", - new SwaggerCustomDynamicTreeParameter(), "qhscaand", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("exsrglxljuyv", new SwaggerSchema().withRef("cuvcvafls") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("djvyclasdprknup") - .withItems(new SwaggerSchema().withRef("klgsnpvqczpko") - .withType(SwaggerSchemaType.FILE) - .withTitle("th") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("uebt", new SwaggerSchema(), "g", new SwaggerSchema())) - .withAdditionalProperties("datauimtx") - .withRequired(Arrays.asList("exar", "ukoir", "ivftl", "skinmxanjguadh")) - .withMaxProperties(606762134) - .withMinProperties(1200200130) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("aazeqjnouuujlit") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataxgjzslhopyqxipb") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("ocnwnjmiitlamf", new SwaggerSchema(), "klkhhjxww", new SwaggerSchema(), - "zsyetbffrhqz", new SwaggerSchema(), "wznwc", new SwaggerSchema())) - .withAdditionalProperties("dataapd") - .withRequired(Arrays.asList("l", "etfdpurvz")) - .withMaxProperties(594791094) - .withMinProperties(1526314586) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("me") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("kvq") - .withNamespace("wsvivqk") - .withPrefix("g") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("nymbjrsd", "datazsveguxaxij", "osuzegmcmlzmfe", "dataufqxrlzi", - "gowdavpqyhax", "dataidnewrvjgwnmxc", "gkwpbnefabgt", "dataorzozf"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("op") - .withUri("xcmougddycf") - .withExtensions(mapOf("sxvzc", "dataunamzqvawk"))) - .withExample("datafwpjpgq") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("mgylmyc") - .withValuePath("horre") - .withParameters(mapOf("nqlizlcyhjhrkfp", "dataq", "bvm", "dataiiommisbf"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mpohjdvfj") - .withValuePath("wawymahboind") - .withParameters(mapOf("qdjkug", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("sqpkmbryh") - .withBuiltInOperation("h") - .withItemsPath("upbzqww") - .withItemValuePath("qjyiwuveryavb") - .withItemTitlePath("vcogupshoofasky") - .withParameters(mapOf("joor", new SwaggerCustomDynamicProperties(), "uuhbcckbcvtelmd", - new SwaggerCustomDynamicProperties(), "masvghphlbkqu", - new SwaggerCustomDynamicProperties(), "mblnismv", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datapovzespdip") - .withRequired(Arrays.asList("npdjomd", "adwosjxywwvilkyh")) - .withMaxProperties(1940734042) - .withMinProperties(935302385) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("bjgsjmcybr") - .withType(SwaggerSchemaType.FILE) - .withTitle("n") - .withItems(new SwaggerSchema().withRef("kghrrxauuhd") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("zyxoy") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("bjw", new SwaggerSchema(), "pfryivpe", new SwaggerSchema())) - .withAdditionalProperties("datay") - .withRequired(Arrays.asList("xygfpqxsemezkpd", "mowftfrqeb")) - .withMaxProperties(463574506) - .withMinProperties(1488477855) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ekfxmg") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanrdsd") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("odi", new SwaggerSchema(), "ypgapfdwhwbead", new SwaggerSchema(), - "kuqnkoskflnj", new SwaggerSchema(), "y", new SwaggerSchema())) - .withAdditionalProperties("datajeevmbhemr") - .withRequired(Arrays.asList("etsspwwex", "otbrepe")) - .withMaxProperties(579296778) - .withMinProperties(1986055857) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yar") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("cscootfsgilwis") - .withNamespace("zpzitustrtrf") - .withPrefix("gknocshm") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("amctzmwrhccdg", "databirbrvzhfjqpxyd", "pgkxyrsppbghy", - "datansjssreojsgkoue"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("goawl") - .withUri("uwsqm") - .withExtensions(mapOf("o", "datagyrz", "ursumbci", "datatngxvrpkizjnkgd", "uyblo", - "datakbkqpsvoxshxum", "samxyjqhwsoj", "datarufvmgblbqx"))) - .withExample("databbgvmowy") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hml") - .withValuePath("nzsckfuzuchotdz") - .withParameters(mapOf("ns", "dataqhwpuaermaww", "uothisxzhi", "dataazqcemcotw", - "zxbupsxqoj", "datavdf", "zlmwfncwlwov", "datagxcgqkhyvtajwkrx"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "omjbyssprkbzral") - .withValuePath("fncsa") - .withParameters(mapOf("cpgz", new SwaggerCustomDynamicProperties(), "xrgppqa", - new SwaggerCustomDynamicProperties(), "dmjunntqqguhv", - new SwaggerCustomDynamicProperties(), "wrziminetb", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("fuxdtpjcsqkedlcl") - .withBuiltInOperation("quyfftqomb") - .withItemsPath("gqxa") - .withItemValuePath("duo") - .withItemTitlePath("zhdjbyf") - .withParameters(mapOf("ajnhpyylekubiwvj", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("qb") - .withType(SwaggerSchemaType.FILE) - .withTitle("jvfisloquttk") - .withItems(new SwaggerSchema().withRef("gjupjbdqmnk") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("sshupxjttnurkme") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("puwome", new SwaggerSchema())) - .withAdditionalProperties("datavvtjwdlduvimgtce") - .withRequired(Arrays.asList("xoxtapafbjvbkj", "gzkcpt", "vc")) - .withMaxProperties(1851665927) - .withMinProperties(941492951) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("blskizpr") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajxdrgxpuxpzslmf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("qzkfgesdz", new SwaggerSchema(), "sz", new SwaggerSchema(), - "hekbmdhchiojsr", new SwaggerSchema())) - .withAdditionalProperties("datapityeuvwysbme") - .withRequired(Arrays.asList("bznl")) - .withMaxProperties(135187170) - .withMinProperties(1214715057) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ywy") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("uyqzjfvbnyyjvzls") - .withNamespace("zvvsxmy") - .withPrefix("sgb") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("bmm", "dataaz", "gaxwq", "dataa", "heggtdv", "dataparct"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xxfawhoosrsolhhv") - .withUri("oejbgiqhjpe") - .withExtensions(mapOf("uirqfksjl", "datadifierxxorsd", "v", "datafgmdoaih", "rybw", - "datasqcivm", "gtbynxshca", "dataaccvwkynema"))) - .withExample("dataxgeqojzvuzxx") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hbobuovsvwnpcx") - .withValuePath("mtvparyubny") - .withParameters(mapOf("cum", "datapzdevotucnzbp"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("t") - .withValuePath("emzdnvnooklgren") - .withParameters(mapOf("gertxic", new SwaggerCustomDynamicProperties(), "mgsncbbdokp", - new SwaggerCustomDynamicProperties(), "aedbsl", - new SwaggerCustomDynamicProperties(), "nunpxswmcc", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("viaaep") - .withBuiltInOperation("xbofdc") - .withItemsPath("oacfskzw") - .withItemValuePath("etutqjsojw") - .withItemTitlePath("xtrnakyt") - .withParameters(mapOf("agvsljkaarqhp", new SwaggerCustomDynamicProperties(), "wqhz", - new SwaggerCustomDynamicProperties(), "xgmgvygmty", - new SwaggerCustomDynamicProperties(), "ivbuitee", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("brs") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("hz") - .withNamespace("udjitlqxpsn") - .withPrefix("xhgdns") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("zkhdn", "datagaicjkqjz", "dfkqlkaipfyvquas", "datanmrx", "vakqaho", - "dataywkbiek", "voaoavezwclmzm", "datagnapkpaiedo"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("lghlrc") - .withUri("qhvhc") - .withExtensions(mapOf("jtockgqaawyyszwo", "dataawifz", "fqrfywwzs", "dataqljl"))) - .withExample("datakhqhvktcztmqdkh") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gxemvlyaprjz") - .withValuePath("xxq") - .withParameters(mapOf("lpxfauvgtoin", "datatzbhm", "w", "datazsmyvvfapfbm", "dspdd", - "dataknefcoopt", "laxuybxjwny", "datagupiosibg"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yrttnrikssqfiksj") - .withValuePath("ignmtoqtuivipb") - .withParameters(mapOf("xbkqmag", new SwaggerCustomDynamicProperties().withOperationId("slp") - .withValuePath("zpqydnokkkg") - .withParameters(mapOf("j", new SwaggerCustomDynamicProperties(), "ftsneftzetjclaq", - new SwaggerCustomDynamicProperties())), - "foptbiuik", new SwaggerCustomDynamicProperties().withOperationId("suyyw") - .withValuePath("qg") - .withParameters(mapOf("uhhvgddfzc", new SwaggerCustomDynamicProperties(), "yl", - new SwaggerCustomDynamicProperties(), "wlhuf", new SwaggerCustomDynamicProperties(), - "gcpwrtgtdegfh", new SwaggerCustomDynamicProperties())), - "qwqcxyiqppacj", new SwaggerCustomDynamicProperties().withOperationId("tjjfecxv") - .withValuePath("jpovjvvxpsnr") - .withParameters(mapOf("bmhjmqf", new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("llacylbtkxeij") - .withBuiltInOperation("nlaaxtte") - .withItemsPath("ugojvgjezrwbobaw") - .withItemValuePath("tenhnq") - .withItemTitlePath("xghbehh") - .withParameters(mapOf("rtkevimrupg", new SwaggerCustomDynamicProperties().withOperationId("qor") - .withValuePath("wlceojlyugzlvgj") - .withParameters(mapOf("kkrsyfds", new SwaggerCustomDynamicProperties())), "cgslw", - new SwaggerCustomDynamicProperties().withOperationId("jmandrvv") - .withValuePath("klbfvtzdtw") - .withParameters(mapOf("lpkocre", new SwaggerCustomDynamicProperties(), "fmqf", - new SwaggerCustomDynamicProperties(), "flupuvwlfzjrj", - new SwaggerCustomDynamicProperties(), "lacpzgz", - new SwaggerCustomDynamicProperties())), - "rmzwmtsmeaciyp", new SwaggerCustomDynamicProperties().withOperationId("keytpmlrjnnbmods") - .withValuePath("qtvatujph") - .withParameters(mapOf("xvvogwghxo", new SwaggerCustomDynamicProperties(), "wpiqkkmpfnw", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("cusvidkzbdbvlsn") - .withItemsPath("ymrfomlh") - .withItemValuePath("iktecs") - .withItemTitlePath("cqweydaa") - .withItemFullTitlePath("ttmfcx") - .withItemIsParent("wfsqjxxbs") - .withSelectableFilter("qiwl") - .withParameters(mapOf("tsyjzdasgk", new SwaggerCustomDynamicTreeParameter(), "zpr", - new SwaggerCustomDynamicTreeParameter(), "qomuzohnpkof", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("ddlnzmffyvowlamm") - .withItemsPath("zvwzienijunmgdp") - .withItemValuePath("ivrhjxdn") - .withItemTitlePath("ztf") - .withItemFullTitlePath("uzvbrehdtqggza") - .withItemIsParent("gnrsei") - .withSelectableFilter("fpwbybm") - .withParameters(mapOf("z", new SwaggerCustomDynamicTreeParameter(), "golfensibqi", - new SwaggerCustomDynamicTreeParameter(), "bpyjzvye", - new SwaggerCustomDynamicTreeParameter())))), - "byruh", new SwaggerSchema().withRef("zczvvwrougalyw") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("vb") - .withItems(new SwaggerSchema().withRef("eyxewcsktvkw") - .withType(SwaggerSchemaType.FILE) - .withTitle("fvvxi") - .withItems(new SwaggerSchema().withRef("jamztvnm") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("ypuotmkbofu") - .withItems(new SwaggerSchema().withRef("ksgou") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("tnphnotrgyyjea") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dunbaets", new SwaggerSchema())) - .withAdditionalProperties("datafegbvv") - .withRequired(Arrays.asList("y", "zrzubdt", "sachmhzpu")) - .withMaxProperties(1765057218) - .withMinProperties(331148269) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("zcfiosralbxhdxn") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataafbhxoaqfpqf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("ogzawfoqdnxu", new SwaggerSchema(), "efvnvscyut", new SwaggerSchema())) - .withAdditionalProperties("datasyntc") - .withRequired(Arrays.asList("uqaqnlygfvbf", "jbozkl", "pifvpsmv", "sa")) - .withMaxProperties(1996636688) - .withMinProperties(1144080324) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("fivxfqmdjzgov") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("jkmpa") - .withNamespace("eylpofaogvmqzagr") - .withPrefix("qhwfskmkdr") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("xlutxcmccc", "datadwcxjv", "ocnr", "datat", "uldso", "dataypvh", - "ylkpvaagrdf", "databzzbrufk"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("l") - .withUri("sphvosucry") - .withExtensions(mapOf("of", "datahthzfotfrfhrjkah", "qxwoppnitrmzvn", "datahg", - "bmobrxhwpgkrnxr", "datafkznyait"))) - .withExample("datailogcnzfgqibb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("xhztufw") - .withValuePath("sfjj") - .withParameters(mapOf("buyd", "dataus", "rbl", "datayhknttk", "jfjibuwhbpojuj", - "datahenjstiwdeosbiji", "xolau", "dataifxtgrxavfjxvi"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("chphovu") - .withValuePath("sczwcxlncoh") - .withParameters(mapOf("vyriawfwwsg", new SwaggerCustomDynamicProperties(), - "kbdozsspfwmf", new SwaggerCustomDynamicProperties(), "ort", - new SwaggerCustomDynamicProperties(), "xsthj", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("rybuqmkmw") - .withBuiltInOperation("knvyilhos") - .withItemsPath("dioxgs") - .withItemValuePath("xoyrgvrt") - .withItemTitlePath("tmzglbplqhbrar") - .withParameters(mapOf("epsxufyqcqfou", new SwaggerCustomDynamicProperties(), "ye", - new SwaggerCustomDynamicProperties(), "xgxbgochpxps", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree( - new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("focgfy", - new SwaggerSchema().withRef("zrugbdkxlwckuv") - .withType(SwaggerSchemaType.NULL) - .withTitle("jjt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jebtdpsgkeexs", new SwaggerSchema(), "zpkvyl", - new SwaggerSchema(), "tytwtfqpmpyww", new SwaggerSchema())) - .withAdditionalProperties("dataukqmjcwdo") - .withRequired(Arrays.asList("quncuqcocchd")) - .withMaxProperties(539215422) - .withMinProperties(2013093246) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("nkqpsquou") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datauhdoimojcmhycdx") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "qwesqykqfserls", - new SwaggerSchema().withRef("ornvbhuyolw") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("wyvvcywb") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("hrexzvejq", new SwaggerSchema(), "yu", new SwaggerSchema(), - "kloke", new SwaggerSchema(), "eowbpiie", new SwaggerSchema())) - .withAdditionalProperties("datagchsgotgwerbpob") - .withRequired(Arrays.asList("unicgrxce")) - .withMaxProperties(38433554) - .withMinProperties(1166011393) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("lqhznutr") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datanniarjezj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "pxyofftxzovbhq", - new SwaggerSchema().withRef("pshhetagwmz") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("jgmobkaligoikke") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("svlubdpp", new SwaggerSchema(), "wxsxbxdkmixurce", new SwaggerSchema())) - .withAdditionalProperties("dataqmjqqau") - .withRequired(Arrays.asList("hmtbu")) - .withMaxProperties(1402404116) - .withMinProperties(1268755046) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("r") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataheayo") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datasslfxej") - .withRequired(Arrays.asList("sgigs", "b", "xndyjwmglgstrzf", "ehdzovkbcbefohny")) - .withMaxProperties(863133918) - .withMinProperties(868646401) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("kgfvzvmtjcxi") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("xdbglceet") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("bugizwy", new SwaggerSchema(), "fhfptbdxtvlpj", new SwaggerSchema())) - .withAdditionalProperties("datasl") - .withRequired(Arrays.asList("zytxe", "qigmqn", "ute")) - .withMaxProperties(528349986) - .withMinProperties(756985332) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("rjwiwou") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datayhgrcmcqppledxy") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("el") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("dzhwpxpscwy") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fccyavysfmndrdqq", new SwaggerSchema(), "k", new SwaggerSchema(), - "gbmldkcih", new SwaggerSchema())) - .withAdditionalProperties("datazk") - .withRequired(Arrays.asList("vhjkwfolpj", "epahvoiranx", "nzssvnldtqykzmw", "oqrej")) - .withMaxProperties(333298746) - .withMinProperties(648381059) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("yozryoxmfrxfxycj") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datafuml") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("oki") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("nhfkbqlrtffswqd") - .withNamespace("lj") - .withPrefix("bnhgl") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("gsdxtwqqukg", "dataswmucrza", "wxsqvxlupccfwqis", - "datanlvjgskbksltun", "lvqtmzociaetctj", "datauqyzxzjehd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("moazsjsuevfvnn") - .withUri("ccvxqbxgq") - .withExtensions(mapOf("xekibv", "datanri", "bxldl", "dataqldilmxsvzwbktal"))) - .withExample("datahmibqgldhtt") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lnn") - .withValuePath("vjealxlewlwbx") - .withParameters(mapOf("wdqvq", "datafdkkvijilfqvodz", "qoaop", "datald", "df", - "dataqpfwnjdyoxformfe"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("eszxtesnhxp") - .withValuePath("okdbvtpqttu") - .withParameters(mapOf("xbzmpvue", new SwaggerCustomDynamicProperties(), "jrnnwgrxzcn", - new SwaggerCustomDynamicProperties(), "guezxluimkwbwmg", - new SwaggerCustomDynamicProperties(), "zqlsnycchpcjzt", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("uuyvpcfvinjxc") - .withBuiltInOperation("netcxgdgqkletlw") - .withItemsPath("tzbphxxvftj") - .withItemValuePath("qg") - .withItemTitlePath("nmok") - .withParameters(mapOf("tdnym", new SwaggerCustomDynamicProperties(), "eeyskbqlcakle", - new SwaggerCustomDynamicProperties(), "jgxdhgezyhph", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("glkqitpbyn") - .withItemsPath("yx") - .withItemValuePath("opocleffgggg") - .withItemTitlePath("sbouhmng") - .withItemFullTitlePath("n") - .withItemIsParent("iusrvswcpsp") - .withSelectableFilter("xigpdiouppg") - .withParameters(mapOf("mg", new SwaggerCustomDynamicTreeParameter(), "utnlynplxx", - new SwaggerCustomDynamicTreeParameter(), "bogxkidbcxbgfw", - new SwaggerCustomDynamicTreeParameter(), "cfwlwn", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("nmop") - .withItemsPath("etdruugimviefbje") - .withItemValuePath("iyjkhjuuep") - .withItemTitlePath("uqwnajb") - .withItemFullTitlePath("xqsvax") - .withItemIsParent("wisdwtugadxupipg") - .withSelectableFilter("wiwhtjoxxllh") - .withParameters(mapOf("nnwmwwxyawxkd", new SwaggerCustomDynamicTreeParameter(), - "evhyuuih", new SwaggerCustomDynamicTreeParameter()))))) - .withProperties( - mapOf( - "q", new SwaggerSchema().withRef("mcvu") - .withType(SwaggerSchemaType.NULL) - .withTitle("bljnizw") - .withItems(new SwaggerSchema().withRef("crxfi") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("xnfarmficqr") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("trulzlrmrtcs", new SwaggerSchema(), "pm", - new SwaggerSchema(), "lcxbaxcgcdfelvap", new SwaggerSchema())) - .withAdditionalProperties("databicjzntiblxeygo") - .withRequired(Arrays.asList("roicjtgqdymoanp")) - .withMaxProperties(1381831573) - .withMinProperties(751323283) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("xqbcalgspz") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datalvhohzkcsjd") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("ypeqmuue", new SwaggerSchema(), "xmkrulavxeaymf", - new SwaggerSchema(), "chwpfunptsry", new SwaggerSchema())) - .withAdditionalProperties("dataa") - .withRequired(Arrays.asList("wbxvsytbxcj", "baddlmj", "ulio")) - .withMaxProperties(583591850) - .withMinProperties(1654123874) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("uzeyvalezkyf") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("easuw") - .withNamespace("q") - .withPrefix("tytbycc") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("jr", "dataffwvnj"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("hizwdswikyewv") - .withUri("zwqzwsgui") - .withExtensions(mapOf("gjrfkqf", "dataemeft", "kxk", "datadrel"))) - .withExample("dataluaregj") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("isbmvrmenrcq") - .withValuePath("khvpsoduiu") - .withParameters(mapOf("yojzvaykfjgakays", "datagmonqyntyuqdz", "zwm", "datakydqy", - "muot", "datawrqzizgg", "fyjampvwxlkh", "datasea"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("txipmnqrbyq") - .withValuePath("wxbowcjkargg") - .withParameters( - mapOf( - "ewgylolv", new SwaggerCustomDynamicProperties(), "wlqlugnbudjypli", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("tlansykvlxsycqq") - .withBuiltInOperation("xooxuaufqoo") - .withItemsPath("xctkveqvpedwmhqc") - .withItemValuePath("ery") - .withItemTitlePath("byqxeyzq") - .withParameters(mapOf("sipclxvaovss", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "xtdmutdrrqqajhk", new SwaggerSchema().withRef("cqdbmzwlejiiyoon") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("rixzdbnt") - .withItems(new SwaggerSchema().withRef("abndwcfmzmqmg") - .withType(SwaggerSchemaType.NULL) - .withTitle("xkyboysquygok") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("wcyigrhfevxypq", new SwaggerSchema(), "kcojyx", new SwaggerSchema(), - "hvoowrtcsu", new SwaggerSchema(), "otawyiq", new SwaggerSchema())) - .withAdditionalProperties("datanxzvjnmpvsblu") - .withRequired(Arrays.asList("hzukrpfbhihd", "iiuexyqy", "kudmlqpwardp", "r")) - .withMaxProperties(1376529074) - .withMinProperties(531836875) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("qspzwsxnyoc") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datasdrgzmmrzwmibtkc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("ovoumndcqoxyx", new SwaggerSchema(), "yhmjw", - new SwaggerSchema(), "nw", new SwaggerSchema())) - .withAdditionalProperties("datazgvaeqiygbo") - .withRequired(Arrays.asList("jodidgudar", "laj", "enfyuuf")) - .withMaxProperties(1686618572) - .withMinProperties(729500164) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("zwaewpilsuhsghd") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("wfnapgagvhsix") - .withNamespace("da") - .withPrefix("htwhh") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("ujfnbzamroad", "dataojker", "alh", "datatogbkdctsg"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("eclp") - .withUri("jsqcubyj") - .withExtensions(mapOf("ecsft", "datalliteenah", "jh", "datasubzfuhjnmdcyrbz"))) - .withExample("datavtzdxtwyxpkww") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("evdvkeyqxjchd") - .withValuePath("xeiluexvmlg") - .withParameters(mapOf("lbqkguchd", "datasqpfxjwt", "ddkujvqzcuqc", - "dataxrjjdjikiqtzub", "xlfxsetvdz", "datalwnxryyqtjcrpax"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "dmxfqftywbba") - .withValuePath("hdciuxotbvflgkk") - .withParameters(mapOf("hop", new SwaggerCustomDynamicProperties(), "fobpyeo", - new SwaggerCustomDynamicProperties(), "rtaevq", - new SwaggerCustomDynamicProperties(), "fdhpkiiunyrobcke", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("smrvdt") - .withBuiltInOperation("rtnqssqynupskit") - .withItemsPath("phame") - .withItemValuePath("zgwjoaue") - .withItemTitlePath("dpn") - .withParameters(mapOf("yl", new SwaggerCustomDynamicProperties(), "cfgqinao", - new SwaggerCustomDynamicProperties(), "xouknzhmzassrsqz", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datatliuw") - .withRequired(Arrays.asList("wqjftyaqds", "fnomciw")) - .withMaxProperties(968758533) - .withMinProperties(79896674) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("ndsjpui") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("pbcgdptfxoff") - .withItems(new SwaggerSchema().withRef("jxomng") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("x") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rnksvximgnsiycx", new SwaggerSchema(), "yzrnngnmfhmwfou", - new SwaggerSchema())) - .withAdditionalProperties("datadomvdi") - .withRequired(Arrays.asList("qalwlirapqhsidf", "sfnoczefgfqxejj", "tiqbxzeiudog")) - .withMaxProperties(300743806) - .withMinProperties(590382815) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("omufazacwzbe") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataexejhwpnj") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("u", new SwaggerSchema(), "mdzdqtirg", new SwaggerSchema(), - "ajsrdecbowkhmaff", new SwaggerSchema(), "lpdnnsujx", new SwaggerSchema())) - .withAdditionalProperties("dataeqljzkhncaeyk") - .withRequired(Arrays.asList("tztnprns", "lniahvlzgs", "wiubgbltj")) - .withMaxProperties(770295204) - .withMinProperties(1749152646) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("yluktzcuxuxaihhe") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("iryxrpjrutmxqvve") - .withNamespace("f") - .withPrefix("apfwusfbrnjvz") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("slwz", "datapvu", "bupuukp", "datatbieuqfgkfift"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("utdu") - .withUri("cfndijzpvck") - .withExtensions(mapOf("ijssytdpwljtwibw", "datatmx", "hffcanvrdtdl", "datadxymnswxqt"))) - .withExample("datamgghutl") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jyogcpwne") - .withValuePath("biuwnxhqeljmfo") - .withParameters(mapOf("v", "dataik"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("s") - .withValuePath("hghkf") - .withParameters(mapOf("lpbawtpwnk", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lpl") - .withBuiltInOperation("ilozfygvsfafcarf") - .withItemsPath("lieqdwocufcshqf") - .withItemValuePath("c") - .withItemTitlePath("fofwqdroqk") - .withParameters(mapOf("ilbkzctqbvnt", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("exqoydyislepdbs") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("tspfnumpyytbjb") - .withItems(new SwaggerSchema().withRef("mtxbi") - .withType(SwaggerSchemaType.STRING) - .withTitle("g") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("vocjk", new SwaggerSchema(), "ihnw", new SwaggerSchema(), - "vtrsgf", new SwaggerSchema(), "mtfnbvtx", new SwaggerSchema())) - .withAdditionalProperties("datalbm") - .withRequired(Arrays.asList("diahjxcdh", "dlxwsfddyqpfyn", "owmjsur", "lj")) - .withMaxProperties(902100106) - .withMinProperties(752978142) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("wizqvgadolep") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataaqxfamsptce") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("hzy", new SwaggerSchema(), "jrxenpkxanlbrcy", new SwaggerSchema(), - "wrcjta", new SwaggerSchema(), "bwxhlqioqh", new SwaggerSchema())) - .withAdditionalProperties("datac") - .withRequired(Arrays.asList("zluilzgpghjakzmn", "jnqmajslwm", "l")) - .withMaxProperties(786431674) - .withMinProperties(1117097114) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("pgo") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("xuykqyo") - .withNamespace("p") - .withPrefix("yf") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("dumxdrgi", "datayqk", "ffybo", "datasi"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ovfundk") - .withUri("myxmsbtq") - .withExtensions(mapOf("wrjuiuzlf", "datanugcbjxgjudg"))) - .withExample("datazihlzljqcmm") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("junqwkjfmtuybdzr") - .withValuePath("ckxennzowguirh") - .withParameters(mapOf("yko", "datapwyhmkt"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "koamqfdtbaobjaof") - .withValuePath("vhhrgvkuuikr") - .withParameters(mapOf("lrwsjvdxenxjvap", new SwaggerCustomDynamicProperties(), "qgfvy", - new SwaggerCustomDynamicProperties(), "rfyyknxu", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("mbynlcim") - .withBuiltInOperation("urocryf") - .withItemsPath("kt") - .withItemValuePath("zuzvbqbroyrw") - .withItemTitlePath("bbfweozkbok") - .withParameters(mapOf("upwcslzcavo", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("pupbsgfnq") - .withType(SwaggerSchemaType.FILE) - .withTitle("iov") - .withItems(new SwaggerSchema().withRef("xsgstunsatc") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("behkb") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("odpz", new SwaggerSchema())) - .withAdditionalProperties("datagsazwxdfaaskhas") - .withRequired(Arrays.asList("hzucdljqj")) - .withMaxProperties(905565299) - .withMinProperties(852804112) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("atezltlundkjph") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datas") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("hxearlpnajjticly", new SwaggerSchema(), "oduxbungmpn", new SwaggerSchema())) - .withAdditionalProperties("datatgucdfxglrcj") - .withRequired(Arrays.asList("az")) - .withMaxProperties(741583384) - .withMinProperties(674293327) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("anpoy") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ilnyhz") - .withNamespace("ttdcloqpgzd") - .withPrefix("nepp") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("cbygqcwzyto", "datajzqaqe", "qyva", "datanqcth", "gixsjhinpyek", - "dataazfkykkcqafnv", "fbnnhwpnloi", "datalllzsqolckwhg"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("dohfvxavhfhlx") - .withUri("wzpba") - .withExtensions(mapOf("mbcklfpemgfvvnk", "datarfaytcygoombn", "npnyaterjjuz", - "datawltozxdzoldwv", "gdhdtt", "dataregesoozpudalu"))) - .withExample("datakeculxvkuxvccpda") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("dityvvgxej") - .withValuePath("oswjwbhtawbc") - .withParameters(mapOf("gxkbgljcywyrzx", "dataneuzueikadhu", "hlxxkviyjru", "datap", - "kqqxpnjqtzdahvet", "datayejyavxgmogcnw", "utkwwtymbcc", "datanlceggyqlvnhm"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("yfsgikgcbj") - .withValuePath("fbpfdsatrzqmt") - .withParameters(mapOf("tdazebifktnxugi", new SwaggerCustomDynamicProperties(), "rbwyey", - new SwaggerCustomDynamicProperties(), "nbubya", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wbuuhlwbgvzux") - .withBuiltInOperation("mfpdzuoqpzwfvnoy") - .withItemsPath("fjylhvp") - .withItemValuePath("zr") - .withItemTitlePath("jtswemot") - .withParameters(mapOf("jyavkyjvctq", new SwaggerCustomDynamicProperties(), "qcz", - new SwaggerCustomDynamicProperties(), "wpa", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("vc") - .withType(SwaggerSchemaType.NULL) - .withTitle("lt") - .withItems(new SwaggerSchema().withRef("dsng") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("m") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nsfrunkcgdnhacex", new SwaggerSchema(), "b", new SwaggerSchema(), - "mrrjooepfbas", new SwaggerSchema())) - .withAdditionalProperties("datafxansgn") - .withRequired(Arrays.asList("nlpklrjdkypmkvil", "n", "atjbldgi")) - .withMaxProperties(214566849) - .withMinProperties(628221066) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("akuzezwnqhcpk") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datadt") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("prourtmccd", new SwaggerSchema())) - .withAdditionalProperties("datato") - .withRequired(Arrays.asList("uxvjutckfhmdcv")) - .withMaxProperties(651714546) - .withMinProperties(216634714) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("jpbmzcxl") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("wkk") - .withNamespace("hmdtjczpfoispch") - .withPrefix("vmvsbgyq") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("pkrncjrq", "dataggtsovozy"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ubobqqnwhcmvdow") - .withUri("cyhfubzixqxxgra") - .withExtensions(mapOf("xfrfhjef", "datatz"))) - .withExample("datatbrnrilljucodrb") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("smdkvfi") - .withValuePath("ecij") - .withParameters(mapOf("kelwzmj", "datankvpafoexlc", "oxv", "dataigqyllcckg", "cjjfxqtv", - "databfyjmen"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vq") - .withValuePath("gaweixnobl") - .withParameters(mapOf("hdaczixf", new SwaggerCustomDynamicProperties(), "uw", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vitpcsmaxzdxu") - .withBuiltInOperation("miuxy") - .withItemsPath("uazajtbnekh") - .withItemValuePath("bfbuqeqkuozar") - .withItemTitlePath("pp") - .withParameters(mapOf("yjbkvbc", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("jdrct") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("woghbpzxkjqecj") - .withNamespace("romeawthycbigpi") - .withPrefix("pxhzjnparsulmuwl") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("talo", "dataxxqgoavzycxpza", "r", "datamftmxwtwzs", "qhfvouyqzhoik", - "datarf", "oogozerccz", "datamhohxabmxoow"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nkgk") - .withUri("jeqqjqa") - .withExtensions(mapOf("lvazkqkycg", "dataajlogvfnwqz", "ycdvdgemymydd", "datajgwehjybboqyx"))) - .withExample("datat") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("lmglyseyvagakfq") - .withValuePath("exlltmekkaei") - .withParameters(mapOf("vsrtqltawjkra", "datardns"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("lpy") - .withValuePath("bln") - .withParameters(mapOf("jolbaeghaksscism", new SwaggerCustomDynamicProperties().withOperationId( - "ubx") - .withValuePath("ra") - .withParameters(mapOf("rwaltv", new SwaggerCustomDynamicProperties(), "ylwjopqtegk", - new SwaggerCustomDynamicProperties())), - "gcj", new SwaggerCustomDynamicProperties().withOperationId("neklfi") - .withValuePath("ysfclxtf") - .withParameters(mapOf("wqzbiukzmfy", new SwaggerCustomDynamicProperties(), - "vyzaofaiwlnfvexi", new SwaggerCustomDynamicProperties(), "uqafolseyxp", - new SwaggerCustomDynamicProperties(), "kmlnjluay", - new SwaggerCustomDynamicProperties())), - "nxlkcwjwejssksgx", new SwaggerCustomDynamicProperties().withOperationId("fafpyglnfwjs") - .withValuePath("vexblucpmqwkfgm") - .withParameters(mapOf("ekst", new SwaggerCustomDynamicProperties(), "qzhdwr", - new SwaggerCustomDynamicProperties(), "ajfers", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("epqcybnhwsxpzk") - .withBuiltInOperation("tgmdygwwq") - .withItemsPath("biuntpt") - .withItemValuePath("wjxlycelf") - .withItemTitlePath("gywrauuru") - .withParameters(mapOf("cxoam", new SwaggerCustomDynamicProperties().withOperationId("ycnk") - .withValuePath("miecfmqc") - .withParameters(mapOf("c", new SwaggerCustomDynamicProperties(), "b", - new SwaggerCustomDynamicProperties())), - "trvlguysb", new SwaggerCustomDynamicProperties().withOperationId("fuh") - .withValuePath("d") - .withParameters(mapOf("wectz", new SwaggerCustomDynamicProperties(), "j", - new SwaggerCustomDynamicProperties(), "vcbtqcmpn", - new SwaggerCustomDynamicProperties(), "yvujhej", - new SwaggerCustomDynamicProperties())), - "uxamxikhrxikgly", new SwaggerCustomDynamicProperties().withOperationId("gnbqhm") - .withValuePath("yzxko") - .withParameters(mapOf("cjshtcfnbffd", new SwaggerCustomDynamicProperties(), "xlyhxpdqo", - new SwaggerCustomDynamicProperties(), "huboqozx", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings(new SwaggerCustomDynamicTreeSettings() - .withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("boggw") - .withItemsPath("htnywgtsodnxeir") - .withItemValuePath("wjimcfrhtzgduvoa") - .withItemTitlePath("ocalptfpbzyqb") - .withItemFullTitlePath("xcyramvzuaxtbrq") - .withItemIsParent("urxlp") - .withSelectableFilter("xslzqlgx") - .withParameters(mapOf("rurtnwbjjysupckh", new SwaggerCustomDynamicTreeParameter(), "bm", - new SwaggerCustomDynamicTreeParameter(), "emohlshm", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("o") - .withItemsPath("tbsayvmwaej") - .withItemValuePath("kqcm") - .withItemTitlePath("cf") - .withItemFullTitlePath("xyrtqegabsfjrj") - .withItemIsParent("q") - .withSelectableFilter("gorvgdibepg") - .withParameters(mapOf("ijoehhqwwsg", new SwaggerCustomDynamicTreeParameter(), "z", - new SwaggerCustomDynamicTreeParameter(), "wooetwjssyaz", - new SwaggerCustomDynamicTreeParameter(), "mbuxqtokckxfkftq", - new SwaggerCustomDynamicTreeParameter())))))) - .withAdditionalProperties("datawucmqfurbtbogxly") - .withRequired(Arrays.asList("vxjgu", "tsfi", "w")) - .withMaxProperties(1963914522) - .withMinProperties(596081358) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("ix") - .withType(SwaggerSchemaType.STRING) - .withTitle("r") - .withItems(new SwaggerSchema().withRef("xi") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("ljjawsaskullvt") - .withItems(new SwaggerSchema().withRef("jivh") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("zqrpfhzxkjyg") - .withItems(new SwaggerSchema().withRef("dgwdha") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("zb") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("xc", new SwaggerSchema(), "xqdexnkpv", new SwaggerSchema())) - .withAdditionalProperties("datamzykp") - .withRequired(Arrays.asList("iumuzt", "cjtfm")) - .withMaxProperties(1189964126) - .withMinProperties(1486832633) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("tozrveehmvrv") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataysefdhchk") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("lvbomhf", new SwaggerSchema(), "sjzlckt", - new SwaggerSchema(), "bgxteehy", new SwaggerSchema())) - .withAdditionalProperties("datagnl") - .withRequired(Arrays.asList("tle")) - .withMaxProperties(1832476148) - .withMinProperties(1101438328) - .withAllOf( - Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("krcohhuwzun") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("yhwebhobdocfva") - .withNamespace("mdmbylyndtqujfz") - .withPrefix("azujohwwtlerh") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("htvnqcmrrgmlwgo", "datajushs", "dlcnwbi", "datahscs"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("cngeffrgh") - .withUri("mrowhrrguv") - .withExtensions(mapOf("omdfcphgimijz", "datagucwawlmsikl"))) - .withExample("databsxjv") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("elfyqfbg") - .withValuePath("lpdwckmnpzubzqds") - .withParameters( - mapOf("bsh", "datajrgngc", "fswzsyigxsyxhy", "datazzlcfemnryxnk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("abape") - .withValuePath("yzfd") - .withParameters(mapOf("pcdia", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pcutg") - .withBuiltInOperation("rs") - .withItemsPath("qgllnhgisiw") - .withItemValuePath("kaeqrnglgit") - .withItemTitlePath("efwdkpadktsyy") - .withParameters(mapOf("jrfqtfkkiup", new SwaggerCustomDynamicProperties(), - "dajqpdvvzbejx", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf( - "i", - new SwaggerSchema() - .withRef("wdyzse") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("tqhnsoijucprkqyw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ayo", new SwaggerSchema())) - .withAdditionalProperties("dataetzcxlisvqfb") - .withRequired(Arrays.asList("zx")) - .withMaxProperties(1040495745) - .withMinProperties(2125422474) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("o") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datalocdxvh") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datatrddyriwa") - .withRequired(Arrays.asList("dgmqscijlfulxg", "zasv")) - .withMaxProperties(1136519436) - .withMinProperties(1182255656) - .withAllOf( - Arrays.asList( - new SwaggerSchema().withRef("pvplmyzebvghh") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("hbvbexrbynnl") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("dklwzzsicb", new SwaggerSchema(), "osacr", - new SwaggerSchema(), "pscfkefeltxe", new SwaggerSchema())) - .withAdditionalProperties("datamimgjuvjvtgece") - .withRequired(Arrays.asList("nled")) - .withMaxProperties(864257917) - .withMinProperties(1081240469) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ctdnnqokqeuzs") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataywijnlpeczqb") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("hfcwycmwvphrwu") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("vylisqlekchjdh") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ifwqtcow", new SwaggerSchema(), "xiwpptvbudbnujv", - new SwaggerSchema(), "llyjelnhmuzhxk", new SwaggerSchema(), - "fzxkqsleokbam", new SwaggerSchema())) - .withAdditionalProperties("datanwgccgblepam") - .withRequired(Arrays.asList("axdaoja", "lqoxwqlnxvnmrl")) - .withMaxProperties(1062459448) - .withMinProperties(2094699334) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("fecwnufldzjc") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapohfejgpefvbox") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("htujaqpkup") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("jeypdk") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("zsyn", new SwaggerSchema())) - .withAdditionalProperties("datarqirnihgothy") - .withRequired(Arrays.asList("gesovsvjxnsorsol", "rhlyhgii", "nfax")) - .withMaxProperties(347252597) - .withMinProperties(1374089056) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("ilo") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataywtauskish") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("dmezaunbwcqtigav") - .withType(SwaggerSchemaType.NULL) - .withTitle("r") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ploaepplrd", new SwaggerSchema(), "cazujvhuuzbsxhi", - new SwaggerSchema(), "ncuelaa", new SwaggerSchema())) - .withAdditionalProperties("datacnxrtlnzd") - .withRequired(Arrays.asList("feavz", "pmmzisljxph", "ynimc")) - .withMaxProperties(200218706) - .withMinProperties(1341722668) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("jreo") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataoozxkdzmtkmnyufd") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("pkyetmtk") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("isdvyfl") - .withNamespace("qgxljsbtos") - .withPrefix("cv") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("zlfhhwdajfth", "datalxocz", "nufqh", "dataswuomjd"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("io") - .withUri("hxxbneiobubtpyem") - .withExtensions(mapOf("yzrdqpk", "datak", "myhjgmfyernckg", "datafuvhoiqqzb", - "kafiokeolzizfbun", "datawiq", "muwl", "datamxhfttmj"))) - .withExample("datajwkpznsfbi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pvdlxyyotclcu") - .withValuePath("llnwmgqcf") - .withParameters(mapOf("spwhfhdguuvga", "dataequoxmpg", "dfytqzxemqnw", "datavz", - "etjggrmeufhkoer", "datawr", "aentaqjvddeiqvrj", "datarjmicha"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("xydiuv") - .withValuePath("pwk") - .withParameters(mapOf("yrrybdyqivks", new SwaggerCustomDynamicProperties(), "uh", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("hdkqdjwthwcpi") - .withBuiltInOperation("asnafdjinw") - .withItemsPath("rnjgs") - .withItemValuePath("zbdhr") - .withItemTitlePath("panhygcahijb") - .withParameters(mapOf("xsvjzbggsnan", new SwaggerCustomDynamicProperties(), "jtyhe", - new SwaggerCustomDynamicProperties(), "zxzazofronsxj", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ow") - .withItemsPath("be") - .withItemValuePath("hxikrgokyngarwz") - .withItemTitlePath("zjxgassmna") - .withItemFullTitlePath("polueylqysgmiix") - .withItemIsParent("ekcwec") - .withSelectableFilter("tkdginm") - .withParameters(mapOf("pefq", new SwaggerCustomDynamicTreeParameter()))) - .withBrowse( - new SwaggerCustomDynamicTreeCommand().withOperationId("eyowrwvbqvbcqgq") - .withItemsPath("opqgiqfax") - .withItemValuePath("jpyzcgugslpvyktf") - .withItemTitlePath("faabibv") - .withItemFullTitlePath("ocdkpvvkq") - .withItemIsParent("hdxnzjza") - .withSelectableFilter("hiztfmibw") - .withParameters(mapOf( - "ydajck", new SwaggerCustomDynamicTreeParameter(), "wtbfxxsfjn", - new SwaggerCustomDynamicTreeParameter(), "ascjighmkdsv", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf( - "wgen", new SwaggerSchema().withRef("tiyx") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("izoybtehky") - .withItems(new SwaggerSchema().withRef("mmyznwrcfqwkqu") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("vqohwiwhrq") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ssosndnypxnsjjjc", new SwaggerSchema(), "dsvgdbfniqxbc", - new SwaggerSchema(), "jhpmajg", new SwaggerSchema(), "zpdioddtjylimz", - new SwaggerSchema())) - .withAdditionalProperties("datawjhmtcacwmabeh") - .withRequired(Arrays.asList("skzw", "ghzvhzrxcaesoxo", "vlwwpvjrnjwv")) - .withMaxProperties(1399085420) - .withMinProperties(1898444454) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("f") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datarhqozjwmwkdehjl") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("edp", new SwaggerSchema(), "wzzzimgbxjgx", new SwaggerSchema())) - .withAdditionalProperties("dataajrubcvucvebdf") - .withRequired(Arrays.asList("nfeealph")) - .withMaxProperties(1915459293) - .withMinProperties(588288736) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("wdrvkb") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("vkhfzldzz") - .withNamespace("rzhjqengopdvnz") - .withPrefix("liodajxvs") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("awh", "dataufbwr", "uee", "datazhs"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nkles") - .withUri("dvakqajiantcyrd") - .withExtensions(mapOf("vjhzxtv", "dataukdmskt", "w", "datatoyfbsgrzw", - "qebtrps", "dataud"))) - .withExample("datawtlocseybvtgcozn") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("krnkuuot") - .withValuePath("myb") - .withParameters(mapOf("j", "datarkxkmtuynugpt", "tqqshb", "dataisvfh"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("huhujkzj") - .withValuePath("zgphipteoqldnh") - .withParameters(mapOf("xgeccckkd", new SwaggerCustomDynamicProperties(), - "z", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList() - .withOperationId("nim") - .withBuiltInOperation("pxdzmpjfbd") - .withItemsPath("awhb") - .withItemValuePath("xnmyxzhiocqoydqy") - .withItemTitlePath("fn") - .withParameters(mapOf( - "bwdsaqwywayjin", new SwaggerCustomDynamicProperties(), "skt", - new SwaggerCustomDynamicProperties(), "rnknnql", - new SwaggerCustomDynamicProperties(), "ygyeyxmuwgn", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "zyjkw", new SwaggerSchema().withRef("oswcxlgzquqx") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("qpifzavct") - .withItems(new SwaggerSchema().withRef("pp") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("rzrsqcugvnpg") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nuhmsrnpsoagho", new SwaggerSchema(), "q", - new SwaggerSchema(), "wpdxpdlsoajqxyp", new SwaggerSchema())) - .withAdditionalProperties("datastopyybwl") - .withRequired(Arrays.asList("pikgqjdoglecj", "gyivsiirx", "xppqpsin")) - .withMaxProperties(1487964913) - .withMinProperties(572196432) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("bw") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datahdu") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("mihgksqwzuosyyx", new SwaggerSchema(), "rdxzudfarzayr", - new SwaggerSchema(), "yrowgi", new SwaggerSchema(), "pdpudqiw", - new SwaggerSchema())) - .withAdditionalProperties("dataxbovpoeuufwsmd") - .withRequired(Arrays.asList("rb")) - .withMaxProperties(756105714) - .withMinProperties(1511026721) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("isxspnmfyd") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("no") - .withNamespace("bdvjlqfzlbpeh") - .withPrefix("pgllrh") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("ezm", "datazy", "xzgjysmtsktous", "datajqpdchdsxvkmgp", - "izfwdmaenwhqafz", "databwddpjsokosugr"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("onjqnienctwb") - .withUri("hfmognnwx") - .withExtensions(mapOf("yyrfpnbyxyg", "datalrqamf", "dzs", "databvidps", - "ufdctgsdx", "dataxhvzgl", "kennnyyvvlgsadpv", "dataxkddxoatlprs"))) - .withExample("datajtfplgxcjrctb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "fjamgnpeosusiy") - .withValuePath("ofljab") - .withParameters(mapOf("saknhmizcfkcl", "dataalipbuqkdieuop", "ygzkdbmjzobc", - "datamoonnriah", "kptteojxhwg", "datavbbuuipel", "vkjdhsl", - "dataahxgrpwjgk"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("mwwtzx") - .withValuePath("wqiwgjwrhu") - .withParameters(mapOf("aaxigafa", new SwaggerCustomDynamicProperties(), "tt", - new SwaggerCustomDynamicProperties(), "oggzdoblpd", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("vgbhbopla") - .withBuiltInOperation("fbvro") - .withItemsPath("uexqweyslwlppoh") - .withItemValuePath("fgalexy") - .withItemTitlePath("gkadtwd") - .withParameters(mapOf("jxtfvxcjd", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datan") - .withRequired(Arrays.asList("uvmokih", "clp")) - .withMaxProperties(100287595) - .withMinProperties(1788366223) - .withAllOf( - Arrays.asList( - new SwaggerSchema().withRef("kqrqnkpt") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("oyzgaevrygggcc") - .withItems(new SwaggerSchema().withRef("hoplqtzgtpsbym") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("o") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("qyygf", new SwaggerSchema())) - .withAdditionalProperties("datararolc") - .withRequired(Arrays.asList("bynlbwcnnfpfg", "tdif", "yfjslehgeeyg")) - .withMaxProperties(1043909832) - .withMinProperties(71579806) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("iigrtvqv") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataxxuuqcmunhfarbg") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("howw", new SwaggerSchema(), "r", new SwaggerSchema())) - .withAdditionalProperties("datawlxh") - .withRequired(Arrays.asList("vqxgejytqnz", "cbhayhctjvl", "f")) - .withMaxProperties(1544229051) - .withMinProperties(318372183) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vyt") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("wbaiaqqfu") - .withNamespace("muclxgc") - .withPrefix("usuyqcvy") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("jzrv", "datahervvlibrolqxloe"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("syqbfgwujw") - .withUri("thvue") - .withExtensions(mapOf("jnsp", "dataznv", "mavfzjwdww", - "datafqoygutqtjwivv", "mshlpqxjx", "dataxxehndcpiwcgc"))) - .withExample("datawjfxopz") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pu") - .withValuePath("gaiv") - .withParameters(mapOf("fbflyzcqomlyb", "datajjfmzv"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("o") - .withValuePath("vtvbfpu") - .withParameters(mapOf("bt", new SwaggerCustomDynamicProperties(), "hum", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList() - .withOperationId("wckapoetdfzj") - .withBuiltInOperation("efcl") - .withItemsPath("anawipdqozvvlq") - .withItemValuePath("pvhwmtd") - .withItemTitlePath("rjvqvuvipsnfeago") - .withParameters(mapOf( - "sascnt", new SwaggerCustomDynamicProperties(), "wijxkxlto", - new SwaggerCustomDynamicProperties(), "dwiffagfeq", - new SwaggerCustomDynamicProperties(), "mbpgcbltthsuzx", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("zsrknscobhh") - .withType(SwaggerSchemaType.FILE) - .withTitle("vpokvhobygffuzh") - .withItems(new SwaggerSchema().withRef("rfffagoovfwz") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("vrfjgbxupvhgo") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("uj", new SwaggerSchema(), "arowrm", new SwaggerSchema())) - .withAdditionalProperties("dataziubkyvcgkoufwk") - .withRequired(Arrays.asList("yt", "xrw", "jbyaavfm")) - .withMaxProperties(1938484490) - .withMinProperties(1924483469) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("xznmakxyhuetztor") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datasszhsewjqgzlo") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("ljq", new SwaggerSchema(), "yxiaakgdkan", new SwaggerSchema(), - "hvwgc", new SwaggerSchema(), "gpbd", new SwaggerSchema())) - .withAdditionalProperties("datawgoomap") - .withRequired(Arrays.asList("n")) - .withMaxProperties(931162604) - .withMinProperties(1839612991) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("vectooxjztt") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("xvsrvkzvxlez") - .withNamespace("dybxehjkqogtnfla") - .withPrefix("pghfvkqijmyqo") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("yoh", "datarrzrrgd", "vlwhtfscoups", "datamru"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("wb") - .withUri("hawkwc") - .withExtensions(mapOf("ecvkw", "dataqexd"))) - .withExample("datajotfunsduejxvr") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() - .withOperationId("qedofuobx") - .withValuePath("ai") - .withParameters(mapOf("ib", "datahlpf", "gzy", "datalmihvzdaycmen", - "lvgqlexwqwbbell", "datal"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("otpc") - .withValuePath("dfmflwfxdkpw") - .withParameters(mapOf("yg", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList() - .withOperationId("gchtwxifudlrx") - .withBuiltInOperation("uftpv") - .withItemsPath("qzitcuvmlltasufq") - .withItemValuePath("pzeszvegawbm") - .withItemTitlePath("gmbirvvv") - .withParameters(mapOf("xisa", new SwaggerCustomDynamicProperties(), - "ktuxwzvlh", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("gwuv") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("oqvcjkryn") - .withItems(new SwaggerSchema().withRef("d") - .withType(SwaggerSchemaType.FILE) - .withTitle("hrygw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("ioxjw", new SwaggerSchema())) - .withAdditionalProperties("datarfotllfzcvhf") - .withRequired(Arrays.asList("cffsbzz", "tfxq")) - .withMaxProperties(174498541) - .withMinProperties(218889551) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("ct") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapzvqzml") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("qudexnicq", new SwaggerSchema())) - .withAdditionalProperties("datafqttfqgdoowgqooi") - .withRequired(Arrays.asList("svsnedhkj", "wfvetwf", "eqvflrr")) - .withMaxProperties(1833153574) - .withMinProperties(1099065385) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("dcwqal") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("tpjiscisolk") - .withNamespace("pvlsljutawg") - .withPrefix("nodrfcl") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("xduxhopyavcbmz", "datavpeaeyjl"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("vfarqxjoazy") - .withUri("um") - .withExtensions(mapOf("hxeoqmaqhik", "dataaxzrycvacspzjysy", "uvosbba", - "dataei", "xqhqgip", "datarbqooxvprq"))) - .withExample("datatnkngjnhxufo") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() - .withOperationId("ijdtpedvhfpfse") - .withValuePath("ywcre") - .withParameters(mapOf("qwnmfjktd", "datahqqozhesb", "lkztaluuupcdao", - "datad", "tu", "datatzvajwvxhefm"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("lmazgpqo") - .withValuePath("psoeocvywtyehln") - .withParameters(mapOf("eplyosadxs", new SwaggerCustomDynamicProperties(), - "wdxoxjlvvvzpjjv", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("t") - .withBuiltInOperation("veogeldnmbckb") - .withItemsPath("bobkxiujaagfe") - .withItemValuePath("uuxqwmzmsi") - .withItemTitlePath("egm") - .withParameters(mapOf("brhaqjptkrsjspzi", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("szcau") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("yjas") - .withItems(new SwaggerSchema().withRef("bfttptsdeequova") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("wacsfbmbtcef") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("gyumoamq", new SwaggerSchema())) - .withAdditionalProperties("dataluslxytiobjle") - .withRequired(Arrays.asList("blob", "nfpdilhzgjjeo", "ctbgo")) - .withMaxProperties(1599146853) - .withMinProperties(390161698) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bqlbnu") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datakkzexhbpyoqfbjp") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("nhwwyhxz", new SwaggerSchema(), "thxzrvjfsmfkdh", - new SwaggerSchema())) - .withAdditionalProperties("datafrmhoo") - .withRequired(Arrays.asList("dgfexakct")) - .withMaxProperties(1273456396) - .withMinProperties(2091131884) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("couuqxmdievkmrs") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("hehei") - .withNamespace("qqmd") - .withPrefix("wxfmrm") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("afcxdldh", "datapmthfvsz", "urhsmg", - "datakdeviwpzhfxvlc", "rmws", "datahbtuujcuavctx"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("myycnnwajxv") - .withUri("idlwmewrgu") - .withExtensions(mapOf("gnnvmguzq", "datagpkunvygu", "msnmfjbefszfrxf", - "dataxwwme", "ypxcqmdeecd", "dataw", "zyhp", "datayjs"))) - .withExample("dataykgrtwhmad") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema() - .withOperationId("jkqtfyuy") - .withValuePath("bshc") - .withParameters(mapOf("rhcgbzrlfsewusqu", "dataeaitzgewwqwibt", "inx", - "datakrrppmwozw", "rkujceeczhsdpf", "datartecfvzslttkp", - "rytgsocqkdclb", "dataabmahuwxodddqzew"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("aoxsgmpdcbhe") - .withValuePath("utuaysxhfupvq") - .withParameters(mapOf("lafiaywm", new SwaggerCustomDynamicProperties(), - "ipuyefhhdrmg", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList() - .withOperationId("gyxkgqwmpghxpcxq") - .withBuiltInOperation("nkxhc") - .withItemsPath("hxsbxllf") - .withItemValuePath("douuyzpaqjahj") - .withItemTitlePath("edtmzhofhk") - .withParameters(mapOf("tacguki", new SwaggerCustomDynamicProperties(), - "rdqrfassiii", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("hscayyxgcgbvie") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("ukznxdivqopxuno") - .withNamespace("tkmknacnfzcytbhd") - .withPrefix("agw") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("vqg", "datafeyexbgdfyoszwi", "nvdabaodiytxq", - "dataeacqjgedxpbpjwz"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("ehhtltwvij") - .withUri("fqyqvh") - .withExtensions(mapOf("xqfghlos", "datayvhrenozl", "esa", "dataopmkpcmtsban"))) - .withExample("datauewrljmlodst") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("qeogwbsyniwxhcy") - .withValuePath("gqmdbazggrgaostt") - .withParameters(mapOf("ydsdmacydqacgyvw", "datapoyanir"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("gul") - .withValuePath("jkasxpp") - .withParameters(mapOf("hokkcjjnqx", new SwaggerCustomDynamicProperties() - .withOperationId("abdufhvsoxnpuap") - .withValuePath("uwekiqlscmtcljo") - .withParameters(mapOf("twxvcf", new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ayajdf") - .withBuiltInOperation("xjm") - .withItemsPath("gfbzbxeqzvokfr") - .withItemValuePath("af") - .withItemTitlePath("gjucmuax") - .withParameters(mapOf("dgfnaoehk", new SwaggerCustomDynamicProperties().withOperationId( - "uefsrxqs") - .withValuePath("bbwejr") - .withParameters(mapOf("geqpa", new SwaggerCustomDynamicProperties(), "llfscosfmeot", - new SwaggerCustomDynamicProperties(), "neteehndfpflf", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true) - .withCanSelectLeafNodes(true)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("wxdgcfcf") - .withItemsPath("yrjwxhslrbwwkbyw") - .withItemValuePath("hsodofsxjik") - .withItemTitlePath("squhu") - .withItemFullTitlePath("qwoggwcxdm") - .withItemIsParent("uwldfahkyft") - .withSelectableFilter("kbgsgopyckmncru") - .withParameters(mapOf("djmda", new SwaggerCustomDynamicTreeParameter(), - "qkgixfnrneyav", new SwaggerCustomDynamicTreeParameter(), "dovpwrqcfzokplz", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("zbwfjumulh") - .withItemsPath("dgnchahldnrpt") - .withItemValuePath("capbkfvowzbk") - .withItemTitlePath("qpzdpu") - .withItemFullTitlePath("wjmohqzzkplqmca") - .withItemIsParent("eiauveeng") - .withSelectableFilter("gfpqwwugfw") - .withParameters(mapOf( - "cewbqaibkyeysf", new SwaggerCustomDynamicTreeParameter(), "ehdydyybz", - new SwaggerCustomDynamicTreeParameter(), "lylhd", - new SwaggerCustomDynamicTreeParameter(), "cjq", - new SwaggerCustomDynamicTreeParameter())))), - new SwaggerSchema().withRef("cie") - .withType(SwaggerSchemaType.STRING) - .withTitle("ixf") - .withItems(new SwaggerSchema().withRef("vecjhbttmhneqd") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("yxx") - .withItems(new SwaggerSchema().withRef("bqlakkn") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("e") - .withItems(new SwaggerSchema().withRef("ljsfcryqrrsjqt") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("dm") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("lhyzezcivkzrvy", new SwaggerSchema())) - .withAdditionalProperties("datalqgyu") - .withRequired(Arrays.asList("elyjduzapnopoto", "prrqcaglytxj", "bdpczmzu")) - .withMaxProperties(1128513603) - .withMinProperties(1223930197) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ecleaqaviqs") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datarc") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("bsotknhfxpveru", new SwaggerSchema(), "ckrzwraqaptqy", - new SwaggerSchema(), "nlyuyopwwnqoub", new SwaggerSchema(), "b", - new SwaggerSchema())) - .withAdditionalProperties("datavf") - .withRequired(Arrays.asList("flcxeosyl")) - .withMaxProperties(591255698) - .withMinProperties(1644992395) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bqrfwnpwvpnbg") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("kzeaiaycauvlfsc") - .withNamespace("qpzqivfgemvuicxw") - .withPrefix("rydl") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("cdum", "datafljjatjmndb", "skvzvkddaeiep", - "dataqhatckomdyfj", "sxym", "datajrmk"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("duawokrhhjyahrmu") - .withUri("sdyruosidtxm") - .withExtensions(mapOf("gzkq", "datajim", "nfbms", "datapldrnbjhd"))) - .withExample("datatzufk") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ddrtngdc") - .withValuePath("jzgzaeuu") - .withParameters(mapOf("lqe", "dataheq", "fhpyuegdynydd", "dataaskrgoo"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("izlzxht") - .withValuePath("glgmf") - .withParameters(mapOf("olaflsjwaw", new SwaggerCustomDynamicProperties(), - "kqmznkcwiokuyk", new SwaggerCustomDynamicProperties(), "vxmobnehbb", - new SwaggerCustomDynamicProperties(), "htcoelx", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("pxumgnjmsku") - .withBuiltInOperation("uogj") - .withItemsPath("wandefmebpal") - .withItemValuePath("yptgwmrz") - .withItemTitlePath("cfdsvmptnrz") - .withParameters(mapOf("cncdazwtlgora", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand()))) - .withProperties(mapOf("sjkqfabju", - new SwaggerSchema().withRef("ufvggv") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("zfy") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("lb", new SwaggerSchema())) - .withAdditionalProperties("datahjdkqfjzgyzjtmak") - .withRequired(Arrays.asList("ty", "kihbf", "xybtowjz", "opzaen")) - .withMaxProperties(2113477079) - .withMinProperties(1925812871) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("uwunvwvao") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datazzvqzhtmeuiptu") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "t", - new SwaggerSchema().withRef("ts") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("ciokdrjdey") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nbadkzpqctupl", new SwaggerSchema(), "kjexqnrnzlalug", - new SwaggerSchema())) - .withAdditionalProperties("dataftrbxo") - .withRequired(Arrays.asList("ovarfqverx", "lquq", "epgvj")) - .withMaxProperties(119360590) - .withMinProperties(612745950) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("baummddwqiucpjpr") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - "mzpwkcagfqgzqgmj", - new SwaggerSchema().withRef("ylvrofhhitjhh") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("r") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("llmbllsh", new SwaggerSchema(), "fdrimoopfr", new SwaggerSchema())) - .withAdditionalProperties("datajjrhxornuoqpob") - .withRequired(Arrays.asList("sdxkwmqe")) - .withMaxProperties(2051502694) - .withMinProperties(1239886501) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xjolseoixqpn") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataakroxk") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withAdditionalProperties("datardpvblonlhtgexwj") - .withRequired(Arrays.asList("uzqavimxnhy", "wogtv", "rbgdart")) - .withMaxProperties(1299564567) - .withMinProperties(2026214759) - .withAllOf( - Arrays - .asList( - new SwaggerSchema().withRef("dclkmg") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("fyxaiafelmxekfvy") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("duoayapzz", new SwaggerSchema(), "xkuusba", - new SwaggerSchema())) - .withAdditionalProperties("dataassqeybdnzeyakg") - .withRequired(Arrays.asList("hfqmxzkicxt")) - .withMaxProperties(1620974941) - .withMinProperties(927853956) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("taarboxaluoa") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajnpef") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()), - new SwaggerSchema().withRef("ahlqmcboxgpmmz") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("llxcmahzylspzc") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("nlbtriaecvagudrh", new SwaggerSchema(), "dgyh", - new SwaggerSchema(), "rasxeomjqqhbkxi", new SwaggerSchema())) - .withAdditionalProperties("dataiafbhzdj") - .withRequired(Arrays.asList("rzijggbpdp")) - .withMaxProperties(1484795221) - .withMinProperties(114139905) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("zaliicrut") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataxi") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree()))) - .withDiscriminator("qzwnoghqdlj") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("pvvnbuknvkut") - .withNamespace("zxuuqbuvpbeswgkr") - .withPrefix("zpufkcamzc") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("eymmcbiktetzvqt", "datapegcgdndpbs", "yimyg", "dataesvcs", - "nbzqweohml", "datawduzp"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xadmauanxzr") - .withUri("mhaerhxdsh") - .withExtensions( - mapOf("q", "datakhjjbwelicrxb", "kddxljjzdbzk", "dataoguypmselwszqve"))) - .withExample("datagw") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("hcs") - .withValuePath("iygpqxq") - .withParameters(mapOf("ypjkjirvj", "datafdv", "vjlhnimuae", "datagsa", - "lzofuzthszjyanh", "datakympwquu"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("qeftgunropdpu") - .withValuePath("sdtqzxjbxolmehq") - .withParameters(mapOf("hgib", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("ojupenoupc") - .withBuiltInOperation("xcwrsz") - .withItemsPath("desisdkcuh") - .withItemValuePath("sk") - .withItemTitlePath("yueeeu") - .withParameters(mapOf("nbymrgelgoduexxf", new SwaggerCustomDynamicProperties(), - "dfrzenvkq", new SwaggerCustomDynamicProperties(), "vtqpwq", - new SwaggerCustomDynamicProperties(), "vqtnozwphkaqra", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("ohbzbbjxkamitgvq") - .withItemsPath("dvdbyelrteunkwyp") - .withItemValuePath("qfm") - .withItemTitlePath("gtdfqlfd") - .withItemFullTitlePath("ylzdbrwjlw") - .withItemIsParent("hfrxwiqjsfgkwrcb") - .withSelectableFilter("yprabp") - .withParameters(mapOf("czoi", new SwaggerCustomDynamicTreeParameter(), "abjb", - new SwaggerCustomDynamicTreeParameter(), "y", - new SwaggerCustomDynamicTreeParameter(), "ddijfkkt", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand() - .withOperationId("s") - .withItemsPath("pl") - .withItemValuePath("erxydsompncea") - .withItemTitlePath("jtmpaczkjkfak") - .withItemFullTitlePath("wtpesfa") - .withItemIsParent("j") - .withSelectableFilter("ceuwm") - .withParameters(mapOf("lvpyhhgq", new SwaggerCustomDynamicTreeParameter(), - "szjui", new SwaggerCustomDynamicTreeParameter(), "zhvejqjekolnylp", - new SwaggerCustomDynamicTreeParameter(), "kjpakaouy", - new SwaggerCustomDynamicTreeParameter()))))) - .withProperties(mapOf("twmxe", new SwaggerSchema().withRef("xaicheycak") - .withType(SwaggerSchemaType.FILE) - .withTitle("yd") - .withItems(new SwaggerSchema().withRef("yha") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("a") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("uqe", new SwaggerSchema(), "cnhs", new SwaggerSchema())) - .withAdditionalProperties("datafbk") - .withRequired(Arrays.asList("eeqofwbekpeerwss", "zmrpdjrylfpdu")) - .withMaxProperties(1261148090) - .withMinProperties(1546292608) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("iehxbanf") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataqssngeviy") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("psyhdapynp", new SwaggerSchema(), "gyafttbetzy", - new SwaggerSchema(), "tgp", new SwaggerSchema())) - .withAdditionalProperties("dataczfpoybjk") - .withRequired(Arrays.asList("ajkyrhucbfkaqlp", "zpteron", "qaktao", "mgefobcqvzm")) - .withMaxProperties(302626916) - .withMinProperties(556091208) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("cmosqvojgolmkklz") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("nclntaoidjhoykg") - .withNamespace("vrnfikire") - .withPrefix("vjfizafdgjhnuv") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("jd", "dataxajcsipfwlyei", "rjjmvrzfppo", "datajmqtei"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("xdgzhnpxbuwauytq") - .withUri("gaxloafws") - .withExtensions(mapOf("kwmdipnddql", "dataqr", "v", "datajrhctb"))) - .withExample("datadamoyvqfjpkez") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("yczmepcacgvl") - .withValuePath("jjbyryrktuvdest") - .withParameters(mapOf("xhcrffj", "datalnhbqtvyh"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("upcuizvxjsv") - .withValuePath("l") - .withParameters(mapOf("tdscqk", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("floqzmvem") - .withBuiltInOperation("yddfqfnftrrhh") - .withItemsPath("awizhanvcfx") - .withItemValuePath("kdnfgctxultxhqqv") - .withItemTitlePath("dyya") - .withParameters(mapOf("nepubsdinfa", new SwaggerCustomDynamicProperties(), - "ytmqvsdyqy", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "yusfkcwfpoa", - new SwaggerSchema().withRef("cxmyxtpbapoj") - .withType(SwaggerSchemaType.NUMBER) - .withTitle("antlpsp") - .withItems(new SwaggerSchema().withRef("f") - .withType(SwaggerSchemaType.FILE) - .withTitle("pkvvrhoqyvqdvnru") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xhskhkqlvocrdd", new SwaggerSchema())) - .withAdditionalProperties("datahegcolh") - .withRequired(Arrays.asList("klq", "unqwcrkkabyx", "y", "nipywgjg")) - .withMaxProperties(2043055355) - .withMinProperties(1077872054) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("gejypok") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datapwskckcwymfy") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("ebwarljplkp", new SwaggerSchema(), "mxcdreqaqvspsy", - new SwaggerSchema())) - .withAdditionalProperties("dataarwtkrbscw") - .withRequired(Arrays.asList("vwmcrhyoestplmy", "n", "vyjzferhxg")) - .withMaxProperties(502443359) - .withMinProperties(1529874765) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("pqxujxbd") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("mljcisxbwsftyt") - .withNamespace("mufdynhqlzanta") - .withPrefix("ykx") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("adwiqnsmpfeyjvl", "datam", "ryoleqikcorkem", "dataqsy", - "htbtuvwz", "databobx"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("g") - .withUri("eagxikzvnghtknrw") - .withExtensions(mapOf("nrapxwt", "datasnmyuvfml", "f", "datapxoelfobehr"))) - .withExample("dataojjcziytfwkvir") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("gnqa") - .withValuePath("k") - .withParameters(mapOf("dzvuhw", "dataybh"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("azjv") - .withValuePath("iezdnezxtq") - .withParameters(mapOf("rm", new SwaggerCustomDynamicProperties(), - "utzttroymivkkuz", new SwaggerCustomDynamicProperties(), "vcegyztzhcf", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("xezzumklroogfl") - .withBuiltInOperation("ospxblyokjwsszye") - .withItemsPath("oukdhnf") - .withItemValuePath("dggjihnzvoehgw") - .withItemTitlePath("gcnkghgczjx") - .withParameters(mapOf("igdwpg", new SwaggerCustomDynamicProperties(), "hqhvnex", - new SwaggerCustomDynamicProperties(), "wxqwcx", - new SwaggerCustomDynamicProperties(), "qlymmhzvn", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "t", - new SwaggerSchema().withRef("gkzgzxqwvvfkqb") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("ygdvllbbdfulvhp") - .withItems(new SwaggerSchema().withRef("xygrniqnxpsebazb") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("roq") - .withItems(new SwaggerSchema()) - .withProperties( - mapOf("zrrapimtuojq", new SwaggerSchema(), "g", new SwaggerSchema())) - .withAdditionalProperties("datamyywhfdkjykvez") - .withRequired(Arrays.asList("tzd")) - .withMaxProperties(133654558) - .withMinProperties(853590142) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("pl") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datajrnveqleozqqwia") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("fhysatoplqcujsrl", new SwaggerSchema())) - .withAdditionalProperties("datauqkprfqoc") - .withRequired(Arrays.asList("oqfwbsbkobbdssjh")) - .withMaxProperties(1670869035) - .withMinProperties(783556700) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("brxmr") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("ulswajbhespfgm") - .withNamespace("iski") - .withPrefix("slyipjzgmxq") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("ooyyfysn", "dataoypo"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("nlfu") - .withUri("hono") - .withExtensions(mapOf("xel", "dataeu", "m", "datamx", "fwpu", - "dataziycnsjswedkfof", "olvedzrjkrpor", "datawpcutzlvx"))) - .withExample("dataddwgozrdglkmgc") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId( - "dfoidyhcwcgvyu") - .withValuePath("exenywwkdxq") - .withParameters(mapOf("ifwknl", "datasxpaapmthdqv", "mq", "datatvxrtocadt"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("ecjixcy") - .withValuePath("kiitrdbtr") - .withParameters( - mapOf("uuessuuzfrwmct", new SwaggerCustomDynamicProperties(), "ngj", - new SwaggerCustomDynamicProperties(), "c", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("bkrtpu") - .withBuiltInOperation("yeyqsiniejjb") - .withItemsPath("v") - .withItemValuePath("kwrvtlbb") - .withItemTitlePath("bdtmrijt") - .withParameters(mapOf("hvbpvizuuluilgm", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - "vcvnmgqlshglympe", - new SwaggerSchema().withRef("mjxgqsbjc") - .withType(SwaggerSchemaType.NULL) - .withTitle("uvbzcqgtzx") - .withItems(new SwaggerSchema().withRef("mrtdznvjgovy") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("swlepttabrk") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("xkeuyxgp", new SwaggerSchema(), "rvvmrdlckpznove", - new SwaggerSchema(), "bwpai", new SwaggerSchema(), "ikzysdharswh", - new SwaggerSchema())) - .withAdditionalProperties("datarpdxnrdvtvtyqlt") - .withRequired(Arrays.asList("dfplk")) - .withMaxProperties(1951351434) - .withMinProperties(2015261361) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("ba") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataltsnqjcmkpxb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("qmyowddhtwaxob", new SwaggerSchema(), "zatqocvrdj", new SwaggerSchema())) - .withAdditionalProperties("datasclwpst") - .withRequired(Arrays.asList("jdnhocy", "ymvnlaehitxo", "bfomo")) - .withMaxProperties(1168843813) - .withMinProperties(843530899) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("bvbqxtktkeuapomo") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("hptraljcqpu") - .withNamespace("athiydmkyvsxcd") - .withPrefix("ghajpddgfoz") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("mwptdrrruy", "dataoesozcuhunmfz"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("iumuxnabivg") - .withUri("kxhmxz") - .withExtensions(mapOf("atv", "dataoiut", "mvoykekm", "databiojncgjo", "qpwhp", - "datapseass"))) - .withExample("datadosfgbvsozjf") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("jci") - .withValuePath("lbpuemqetmo") - .withParameters(mapOf("oyl", "datahhed", "sghbdvsorvhbygwt", "datacrldwcc"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("lzzkbxwncggamxb") - .withValuePath("izydaiolnkkg") - .withParameters(mapOf("xvq", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("wmo") - .withBuiltInOperation("xylt") - .withItemsPath("qjfoujeiagnyeefj") - .withItemValuePath("ayrwyffut") - .withItemTitlePath("xrpxdhzwdy") - .withParameters(mapOf("hvxhwexwhos", new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withAdditionalProperties("datazvcfh") - .withRequired(Arrays.asList("ropxeezlqwbgl", "twz", "tkhyrwdsnpuo", "orfpizyb")) - .withMaxProperties(1044233367) - .withMinProperties(1440544202) - .withAllOf(Arrays.asList( - new SwaggerSchema().withRef("zghwcywrbm") - .withType(SwaggerSchemaType.INTEGER) - .withTitle("kkffwf") - .withItems(new SwaggerSchema().withRef("e") - .withType(SwaggerSchemaType.BOOLEAN) - .withTitle("sqyjsw") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("fcoayu", new SwaggerSchema(), "wntghjmmjmmj", - new SwaggerSchema(), "xhyfj", new SwaggerSchema())) - .withAdditionalProperties("dataemnidbay") - .withRequired(Arrays.asList("rsb", "niocyo", "p")) - .withMaxProperties(255189296) - .withMinProperties(1153805309) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("waffsjqn") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datagojzcargsxmawlv") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("jwggpcdugwddobpc", new SwaggerSchema(), "jwexed", - new SwaggerSchema(), "m", new SwaggerSchema(), "cgqifhy", new SwaggerSchema())) - .withAdditionalProperties("dataugwkqnmhfmll") - .withRequired(Arrays.asList("hthxcrweeqkdmpfm", "rc", "lsnjftnfdcjtveib")) - .withMaxProperties(568505147) - .withMinProperties(1687145216) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("xysutsofdh") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("strms") - .withNamespace("dgrzkeuplorn") - .withPrefix("ssmaaxz") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("htbjyycacoelv", "dataiscbz"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tm") - .withUri("alqqrymjwwo") - .withExtensions(mapOf("dubwmalthc", "dataefellhdsgo", "l", "datavuvwdp", - "nbmfml", "datahnaghglaxj", "vlrsfmtrmod", "dataqatswvtddpicwnb"))) - .withExample("dataxerkaiikb") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("pqrke") - .withValuePath("juaezkbr") - .withParameters(mapOf("dwoyqvcyqjjx", "dataulhtqvtpkodijc", "yuhoxulevp", - "dataijbf", "jmpnvgkxs", "databirhgjmphyacd", "stqbxpyfawkjei", - "datahljtkuyvytfuq"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId( - "hzvscnd") - .withValuePath("lscokafaqqipv") - .withParameters(mapOf("zsss", new SwaggerCustomDynamicProperties(), "ncghgi", - new SwaggerCustomDynamicProperties(), "qkotxodbxzhadm", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("nootcyyupa") - .withBuiltInOperation("oodhnzkmjoy") - .withItemsPath("ogwj") - .withItemValuePath("snryk") - .withItemTitlePath("xa") - .withParameters(mapOf("sjewxphn", new SwaggerCustomDynamicProperties(), - "weyzvrixcvese", new SwaggerCustomDynamicProperties(), "ltlhcjgjuopvkrm", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree().withSettings( - new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("dmbxfy") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("qvhfyvkxgo") - .withItems(new SwaggerSchema().withRef("eiucuxwnojvc") - .withType(SwaggerSchemaType.NULL) - .withTitle("bnfvygt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("jalpsycvckszn", new SwaggerSchema(), "gguucpytsxnuj", - new SwaggerSchema(), "ffthbziieoxlbc", new SwaggerSchema(), "ccraua", - new SwaggerSchema())) - .withAdditionalProperties("dataevjr") - .withRequired(Arrays.asList("dxqgsteeks", "ksvvyvoib", "vuqwljmzpyu")) - .withMaxProperties(154633215) - .withMinProperties(1070173279) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("tctnqdcgobkceb") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datamtjsklkw") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties( - mapOf("fxldqtma", new SwaggerSchema(), "dejnemrfq", new SwaggerSchema())) - .withAdditionalProperties("datacdpwlezbfgullq") - .withRequired(Arrays.asList("jyxcmqc", "gksrorxejf", "arphltlf", "ray")) - .withMaxProperties(806429098) - .withMinProperties(1431227363) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("hbaogfwbk") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("egysq") - .withNamespace("lbzi") - .withPrefix("datvndvwwej") - .withAttribute(true) - .withWrapped(true) - .withExtensions(mapOf("e", "dataoqwmhcpujygntx", "socfxlrzjjffl", - "databssqthcywyoqxp", "ljf", "datazm", "ygnepj", "dataulwlze"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("qdrphiyxjqran") - .withUri("tlachpfzs") - .withExtensions(mapOf("pbrwv", "dataa", "oigzwedfteratv", - "dataovvyhsorcavkfh", "wrmujizdmh", "datakg"))) - .withExample("datafjdiwzgwmumuc") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("scva") - .withValuePath("xgelnjgftqkgavgo") - .withParameters(mapOf("krastbkskk", "dataxpay", "dfmplgdxdt", "dataiebmwy"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("dbwwqt") - .withValuePath("fofrfvhbbno") - .withParameters(mapOf("krlkdouk", new SwaggerCustomDynamicProperties(), - "scmdsjgowshlgua", new SwaggerCustomDynamicProperties(), "eqlh", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("yfacexp") - .withBuiltInOperation("qykicesqpvmoxil") - .withItemsPath("kqiqsriubem") - .withItemValuePath("uygmrenrbn") - .withItemTitlePath("afmophtky") - .withParameters(mapOf("ayngmow", new SwaggerCustomDynamicProperties(), - "cnvfgqxqhy", new SwaggerCustomDynamicProperties(), "uapd", - new SwaggerCustomDynamicProperties(), "slroqxrvycj", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("gyxmpmsacbamtoqs") - .withType(SwaggerSchemaType.OBJECT) - .withTitle("yxdigkggzm") - .withItems(new SwaggerSchema().withRef("hqeosxdsx") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("iottdawgkaohhtt") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("pidzjjjfcyskpn", new SwaggerSchema(), "kxoicbxsmfvltbo", - new SwaggerSchema(), "qhvtpmvppvgrigj", new SwaggerSchema())) - .withAdditionalProperties("datarlgkoqbzrclar") - .withRequired(Arrays.asList("mfku", "ybemoramshqvkuq", "zvzqhvzjdsn")) - .withMaxProperties(1261131211) - .withMinProperties(62007038) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema())) - .withDiscriminator("goz") - .withReadOnly(false) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("dataugjalmzpfyl") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("dxcizropzgjle", new SwaggerSchema(), "cf", - new SwaggerSchema(), "bhqkvbins", new SwaggerSchema())) - .withAdditionalProperties("dataw") - .withRequired(Arrays.asList("goupdqeflvd", "aqcqlexobeekzyeb", "atwbbfjd")) - .withMaxProperties(841237042) - .withMinProperties(241544995) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("cahhfuydg") - .withReadOnly(true) - .withXml(new SwaggerXml().withName("v") - .withNamespace("yuspz") - .withPrefix("vibp") - .withAttribute(true) - .withWrapped(false) - .withExtensions(mapOf("zivfoyqv", "dataefepwkhruzzwgbb", "quvvsc", - "datalhsxeasxs", "k", "datapkmohd", "uzvmorsyirf", "datarqyib"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("zuboigorwpbbjz") - .withUri("aqoilgkznnzpvjw") - .withExtensions(mapOf("yper", "dataviceqyrajdvvsaat", "azztvotf", - "dataazcchvwwc", "fgxx", "datahayfx", "wqoszcmfmyn", "datafzlig"))) - .withExample("dataigjcnkadm") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("knewpnpun") - .withValuePath("jbnhbxvvufq") - .withParameters(mapOf("srcqdthmlqa", "datauosajq", "akc", "datadlcukdmrvr", - "tqgabbx", "datalsnprda", "pkxbwobovexsnm", "dataxacgm"))) - .withDynamicSchemaNew( - new SwaggerCustomDynamicProperties().withOperationId("bmujlsztpygq") - .withValuePath("dlxsn") - .withParameters(mapOf("cimksfejz", new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lbzmngxzpdnbjo") - .withBuiltInOperation("ddvtnbtv") - .withItemsPath("kjfkaoe") - .withItemValuePath("myizdglzzaufi") - .withItemTitlePath("vyxyrykn") - .withParameters(mapOf("jgpyvjg", new SwaggerCustomDynamicProperties(), "jyj", - new SwaggerCustomDynamicProperties(), "hwbbhwr", - new SwaggerCustomDynamicProperties(), "c", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())), - new SwaggerSchema().withRef("rvpamfpi") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("bfkmfbruuh") - .withItems(new SwaggerSchema().withRef("ge") - .withType(SwaggerSchemaType.ARRAY) - .withTitle("bjf") - .withItems(new SwaggerSchema()) - .withProperties(mapOf("rqu", new SwaggerSchema(), "lnhxr", new SwaggerSchema())) - .withAdditionalProperties("datashicvrmwbg") - .withRequired(Arrays.asList("l")) - .withMaxProperties(1170979422) - .withMinProperties(820446074) - .withAllOf(Arrays.asList(new SwaggerSchema())) - .withDiscriminator("srfshkjg") - .withReadOnly(true) - .withXml(new SwaggerXml()) - .withExternalDocs(new SwaggerExternalDocumentation()) - .withExample("datavtxibrooogijiqwx") - .withNotificationUrlExtension(false) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema()) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties()) - .withDynamicListNew(new SwaggerCustomDynamicList()) - .withDynamicTree(new SwaggerCustomDynamicTree())) - .withProperties(mapOf("rbvruhdjziv", new SwaggerSchema())) - .withAdditionalProperties("dataxi") - .withRequired(Arrays.asList("nqmbfptzix", "ksxxbdtjvv")) - .withMaxProperties(368832321) - .withMinProperties(2116316686) - .withAllOf(Arrays.asList(new SwaggerSchema(), new SwaggerSchema(), - new SwaggerSchema(), new SwaggerSchema())) - .withDiscriminator("lmq") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("nwij") - .withNamespace("yxtxerxttobosjx") - .withPrefix("ytten") - .withAttribute(true) - .withWrapped(false) - .withExtensions( - mapOf("spjqhiv", "datayycvtyablyim", "eoutqo", "datablqvwhjgtbh"))) - .withExternalDocs( - new SwaggerExternalDocumentation().withDescription("tqibqbougcwzgdfd") - .withUri("xoutkgezulnnt") - .withExtensions( - mapOf("oeoywy", "datarejxjhlxoljb", "rx", "datahhavwhrivvzrccy"))) - .withExample("dataypwudeearbbxan") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ju") - .withValuePath("idzh") - .withParameters(mapOf("pcenirjhd", "datapqcg", "btlharjbakp", "dataxup"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties() - .withOperationId("ugcngdulvd") - .withValuePath("hguvaimkoyrpps") - .withParameters(mapOf("duwkbozl", new SwaggerCustomDynamicProperties(), - "rhnghvlvdjxbjq", new SwaggerCustomDynamicProperties(), "abitevvowiypy", - new SwaggerCustomDynamicProperties(), "jz", - new SwaggerCustomDynamicProperties()))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("dfyvgcftaqydcr") - .withBuiltInOperation("hmneykxewemtazmr") - .withItemsPath("zpxoqegerxmlfnu") - .withItemValuePath("myr") - .withItemTitlePath("tdkpoxzwgrsnit") - .withParameters(mapOf("aehjhwklfjzqqgy", new SwaggerCustomDynamicProperties(), - "anwej", new SwaggerCustomDynamicProperties(), "n", - new SwaggerCustomDynamicProperties()))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings()) - .withOpen(new SwaggerCustomDynamicTreeCommand()) - .withBrowse(new SwaggerCustomDynamicTreeCommand())))) - .withDiscriminator("swytkwt") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("ksormfhru") - .withNamespace("xmnrdf") - .withPrefix("bhrvonea") - .withAttribute(false) - .withWrapped(false) - .withExtensions(mapOf("tasaurxtoxlxoj", "dataypbdf"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("tsyrxynnfsknycis") - .withUri("cpxftyhfcduqsdur") - .withExtensions( - mapOf("ztpnrysxxajr", "dataawryctzslf", "ddvnobesowbtnfq", "datacighl"))) - .withExample("datacaxjp") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("ucmeuuuajiot") - .withValuePath("xofqjninrskq") - .withParameters( - mapOf("ygwpwqux", "datatiuveazuciwbi", "voolkmf", "dataqgslspihuxgvvio"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("fbbrndaquxvufr") - .withValuePath("aehssosowav") - .withParameters(mapOf("tzgk", - new SwaggerCustomDynamicProperties().withOperationId("eyeblkgupgnstq") - .withValuePath("xfmhioart") - .withParameters(mapOf("ufktqgtjffctre", new SwaggerCustomDynamicProperties())), - "mftkqzafjycfb", - new SwaggerCustomDynamicProperties().withOperationId("fztrvonbtnnwamk") - .withValuePath("yskm") - .withParameters(mapOf("sbzn", new SwaggerCustomDynamicProperties(), "ng", - new SwaggerCustomDynamicProperties(), "rwotlpsswosl", - new SwaggerCustomDynamicProperties())), - "bhclb", - new SwaggerCustomDynamicProperties().withOperationId("zbaboeegalecqy") - .withValuePath("yzilocn") - .withParameters(mapOf("nhiaqegjvhyvn", new SwaggerCustomDynamicProperties())), - "whsfhecpstfe", - new SwaggerCustomDynamicProperties().withOperationId("soqzzyrovvnacxmj") - .withValuePath("clhcqcjngwmb") - .withParameters(mapOf("sidasovlrjggvyd", new SwaggerCustomDynamicProperties(), - "jebbacscirztsapx", new SwaggerCustomDynamicProperties(), "bk", - new SwaggerCustomDynamicProperties()))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("lyqmlg") - .withBuiltInOperation("hcnybhvzltbgw") - .withItemsPath("epjmkruzogs") - .withItemValuePath("oqjbnfaxcdcmqe") - .withItemTitlePath("sirotj") - .withParameters(mapOf("hdlwlehhqxy", - new SwaggerCustomDynamicProperties().withOperationId("gobs") - .withValuePath("tc") - .withParameters(mapOf("yuvhl", new SwaggerCustomDynamicProperties(), - "mjpzgjnqif", new SwaggerCustomDynamicProperties(), "znfdboumpks", - new SwaggerCustomDynamicProperties(), "kdjpfsmdg", - new SwaggerCustomDynamicProperties())), - "uimvz", - new SwaggerCustomDynamicProperties().withOperationId("bkwvrrptbls") - .withValuePath("akzgryfxwwqbey") - .withParameters(mapOf("njmj", new SwaggerCustomDynamicProperties(), "es", - new SwaggerCustomDynamicProperties()))))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings(new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(false) - .withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("malvzxucnpaesr") - .withItemsPath("refifbislj") - .withItemValuePath("qqjmfrmqe") - .withItemTitlePath("cbrmmweeuyohjhpx") - .withItemFullTitlePath("giurmli") - .withItemIsParent("adqeqfxzcxvpog") - .withSelectableFilter("kditkwokefde") - .withParameters(mapOf("ycwsyqxfowfnsy", new SwaggerCustomDynamicTreeParameter(), - "eytrwy", new SwaggerCustomDynamicTreeParameter(), "jhmgvmeemjazql", - new SwaggerCustomDynamicTreeParameter()))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("kxtgshadnhol") - .withItemsPath("yxmspudsqwvzu") - .withItemValuePath("qvupjxsrnq") - .withItemTitlePath("fjwo") - .withItemFullTitlePath("zifrmoftilhoyemh") - .withItemIsParent("epgdd") - .withSelectableFilter("cdtkv") - .withParameters(mapOf("fcqmfvzub", new SwaggerCustomDynamicTreeParameter(), - "hsxtryyrvwmmuo", new SwaggerCustomDynamicTreeParameter(), "turdhnnmhrizwm", - new SwaggerCustomDynamicTreeParameter(), "ts", - new SwaggerCustomDynamicTreeParameter())))))) - .withDiscriminator("qztnbvueizua") - .withReadOnly(false) - .withXml(new SwaggerXml().withName("kbvwxyumqoqwv") - .withNamespace("yiyeigngrzve") - .withPrefix("mxlnhq") - .withAttribute(false) - .withWrapped(true) - .withExtensions(mapOf("pccovzkwh", "datadmpvp", "fujdapcmga", "datatfjvfct", "atexkwcolnae", - "datagbnktgotddyd", "d", "datawsdyvahn"))) - .withExternalDocs(new SwaggerExternalDocumentation().withDescription("mvnzhdsaqme") - .withUri("tkojrruhzvve") - .withExtensions(mapOf("cczkggbmzdnyrmo", "datalehsnlmdosiyzf", "umckcbsakoucss", "datamaekc", - "grqzwypwhfybflrp", "datawdqilzogi"))) - .withExample("datagqqxe") - .withNotificationUrlExtension(true) - .withDynamicSchemaOld(new SwaggerCustomDynamicSchema().withOperationId("sqv") - .withValuePath("sedeqr") - .withParameters(mapOf("vbtpvwx", "datakxxnqrqd"))) - .withDynamicSchemaNew(new SwaggerCustomDynamicProperties().withOperationId("vicvpagwohk") - .withValuePath("mzssemlozjyov") - .withParameters(mapOf("sxidazslwhuyik", - new SwaggerCustomDynamicProperties() - .withOperationId("hbgkgjpie") - .withValuePath("hflgpsal") - .withParameters(mapOf( - "gfwebiwxm", - new SwaggerCustomDynamicProperties() - .withOperationId("mwzpfbiqjrz") - .withValuePath("xizorqliblyb") - .withParameters(mapOf("zknkffzdy", new SwaggerCustomDynamicProperties(), "znidstofd", - new SwaggerCustomDynamicProperties(), "dlmfw", new SwaggerCustomDynamicProperties(), - "b", new SwaggerCustomDynamicProperties())))), - "gvhgyeoikxjpuwg", - new SwaggerCustomDynamicProperties().withOperationId("cilinbuokp") - .withValuePath("er") - .withParameters(mapOf("woigofumbpmzed", - new SwaggerCustomDynamicProperties().withOperationId("l") - .withValuePath("swhqrdvqva") - .withParameters(mapOf("u", new SwaggerCustomDynamicProperties())), - "xugd", - new SwaggerCustomDynamicProperties().withOperationId("jgklmyomavbota") - .withValuePath("ixi") - .withParameters(mapOf("yinf", new SwaggerCustomDynamicProperties(), "wtqvjnoem", - new SwaggerCustomDynamicProperties(), "wutbyaeyyiw", - new SwaggerCustomDynamicProperties(), "aowpdm", - new SwaggerCustomDynamicProperties())), - "h", - new SwaggerCustomDynamicProperties().withOperationId("mwcxvcronrid") - .withValuePath("oyznjddshazlom") - .withParameters(mapOf("ipuot", new SwaggerCustomDynamicProperties(), "iqzqmpgvyydjww", - new SwaggerCustomDynamicProperties(), "rhjh", new SwaggerCustomDynamicProperties(), - "wcfftszswvyi", new SwaggerCustomDynamicProperties()))))))) - .withDynamicListNew(new SwaggerCustomDynamicList().withOperationId("aqfnbxuwawmbus") - .withBuiltInOperation("gtsqzkzwo") - .withItemsPath("hhv") - .withItemValuePath("o") - .withItemTitlePath("djhfxb") - .withParameters(mapOf("o", - new SwaggerCustomDynamicProperties().withOperationId("xusylgpznbklhw") - .withValuePath("yuv") - .withParameters(mapOf("hvygxckit", - new SwaggerCustomDynamicProperties().withOperationId("rfziubeflvktjbmc") - .withValuePath("l") - .withParameters(mapOf("dawgzhbwhjvon", new SwaggerCustomDynamicProperties()))))))) - .withDynamicTree(new SwaggerCustomDynamicTree() - .withSettings( - new SwaggerCustomDynamicTreeSettings().withCanSelectParentNodes(true).withCanSelectLeafNodes(false)) - .withOpen(new SwaggerCustomDynamicTreeCommand().withOperationId("jcjvdajxebm") - .withItemsPath("yrctfaabkukraqnd") - .withItemValuePath("wdicntqsrhac") - .withItemTitlePath("bpdh") - .withItemFullTitlePath("wf") - .withItemIsParent("iyxqrcuyff") - .withSelectableFilter("yovljtrmlxr") - .withParameters(mapOf("hhckt", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("gnxmbwdkziwwbq") - .withValue("datajithxlpvpk") - .withParameterReference("eiw") - .withRequired(true), - "kieyqp", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("mtbprtkvuxwue") - .withValue("datacugwkuhqbwgmznv") - .withParameterReference("cn") - .withRequired(true), - "q", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wzzx") - .withValue("dataxzcj") - .withParameterReference("sqcw") - .withRequired(true), - "xi", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("eoofoxfchunewkss") - .withValue("datanhhlh") - .withParameterReference("jcfyv") - .withRequired(false)))) - .withBrowse(new SwaggerCustomDynamicTreeCommand().withOperationId("onzifdfswkgw") - .withItemsPath("ghdn") - .withItemValuePath("ydhqkariatxhpx") - .withItemTitlePath("rajoghgxgzbzsa") - .withItemFullTitlePath("amcwet") - .withItemIsParent("sgcwadv") - .withSelectableFilter("bageltffqalmcqt") - .withParameters(mapOf("lahoz", - new SwaggerCustomDynamicTreeParameter().withSelectedItemValuePath("wtcwbgmxwpynslc") - .withValue("datavmizx") - .withParameterReference("hhqwwtarxtdgpm") - .withRequired(true))))); - model = BinaryData.fromObject(model).toObject(SwaggerSchema.class); - Assertions.assertEquals("qfmxbdjkmn", model.ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.type()); - Assertions.assertEquals("nowxhyvdbrdvsv", model.title()); - Assertions.assertEquals("tycvlkusgiikhrc", model.items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().type()); - Assertions.assertEquals("epxshmrdisc", model.items().title()); - Assertions.assertEquals("kymktcwmivo", model.items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().type()); - Assertions.assertEquals("gngl", model.items().items().title()); - Assertions.assertEquals("fgazagh", model.items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().items().type()); - Assertions.assertEquals("zwxuxorrutuhvem", model.items().items().items().title()); - Assertions.assertEquals("ssolqy", model.items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().type()); - Assertions.assertEquals("lxo", model.items().items().items().items().title()); - Assertions.assertEquals("kqvrv", model.items().items().items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().items().items().items().items().type()); - Assertions.assertEquals("cvzfc", model.items().items().items().items().items().title()); - Assertions.assertEquals("yxpmqd", model.items().items().items().items().items().required().get(0)); - Assertions.assertEquals(1694090280, model.items().items().items().items().items().maxProperties()); - Assertions.assertEquals(1308930684, model.items().items().items().items().items().minProperties()); - Assertions.assertEquals("rsoihat", model.items().items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.items().items().items().items().items().readOnly()); - Assertions.assertEquals(true, model.items().items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("ixgz", model.items().items().items().items().required().get(0)); - Assertions.assertEquals(471954679, model.items().items().items().items().maxProperties()); - Assertions.assertEquals(665626685, model.items().items().items().items().minProperties()); - Assertions.assertEquals("gjajkvwko", model.items().items().items().items().discriminator()); - Assertions.assertEquals(false, model.items().items().items().items().readOnly()); - Assertions.assertEquals("zllvna", model.items().items().items().items().xml().name()); - Assertions.assertEquals("gvlpgfygenfakyb", model.items().items().items().items().xml().namespace()); - Assertions.assertEquals("sihzqi", model.items().items().items().items().xml().prefix()); - Assertions.assertEquals(true, model.items().items().items().items().xml().attribute()); - Assertions.assertEquals(false, model.items().items().items().items().xml().wrapped()); - Assertions.assertEquals("lubrukhqbuoyrbdk", model.items().items().items().items().externalDocs().description()); - Assertions.assertEquals("dmvvvjmfj", model.items().items().items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().items().items().notificationUrlExtension()); - Assertions.assertEquals("tyosdpxtsdy", model.items().items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("gef", model.items().items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("hecjg", model.items().items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("djmsngm", model.items().items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("thizsabcylzzie", model.items().items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("mzen", model.items().items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("drue", model.items().items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("exawxo", model.items().items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("dctjwfebqq", model.items().items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("kewqwamptld", model.items().items().items().properties().get("dlbbc").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.items().items().items().properties().get("dlbbc").type()); - Assertions.assertEquals("zljhnxfkffngfpi", model.items().items().items().properties().get("dlbbc").title()); - Assertions.assertEquals("liclmoyo", model.items().items().items().properties().get("dlbbc").required().get(0)); - Assertions.assertEquals(2057868685, model.items().items().items().properties().get("dlbbc").maxProperties()); - Assertions.assertEquals(1258258593, model.items().items().items().properties().get("dlbbc").minProperties()); - Assertions.assertEquals("uqzuscolbqve", - model.items().items().items().properties().get("dlbbc").discriminator()); - Assertions.assertEquals(false, model.items().items().items().properties().get("dlbbc").readOnly()); - Assertions.assertEquals(false, - model.items().items().items().properties().get("dlbbc").notificationUrlExtension()); - Assertions.assertEquals("fxhvnodqqz", model.items().items().items().required().get(0)); - Assertions.assertEquals(1168453176, model.items().items().items().maxProperties()); - Assertions.assertEquals(116276536, model.items().items().items().minProperties()); - Assertions.assertEquals("vlypztuskpncdo", model.items().items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().items().items().allOf().get(0).type()); - Assertions.assertEquals("p", model.items().items().items().allOf().get(0).title()); - Assertions.assertEquals("d", model.items().items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(494128235, model.items().items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(144915434, model.items().items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("eghtmqo", model.items().items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.items().items().items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, model.items().items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("hcoscoljj", model.items().items().items().discriminator()); - Assertions.assertEquals(true, model.items().items().items().readOnly()); - Assertions.assertEquals("ooefzsdttbqkaq", model.items().items().items().xml().name()); - Assertions.assertEquals("wojvxv", model.items().items().items().xml().namespace()); - Assertions.assertEquals("hrqxrqghotingzi", model.items().items().items().xml().prefix()); - Assertions.assertEquals(true, model.items().items().items().xml().attribute()); - Assertions.assertEquals(true, model.items().items().items().xml().wrapped()); - Assertions.assertEquals("bbkhc", model.items().items().items().externalDocs().description()); - Assertions.assertEquals("cfwoolkugzowg", model.items().items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.items().items().items().notificationUrlExtension()); - Assertions.assertEquals("gmndwohoeashu", model.items().items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("vbjimzw", model.items().items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("zrkrztpyay", model.items().items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("xlnm", model.items().items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tpcvpahhp", model.items().items().items().dynamicListNew().operationId()); - Assertions.assertEquals("yqpvzxxz", model.items().items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("wtominrufqqa", model.items().items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("gasfmhbxv", model.items().items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kqnatxvuzc", model.items().items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, model.items().items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("eqiwduukaamimkj", model.items().items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("xysjd", model.items().items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("vksijrjgyind", model.items().items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("i", model.items().items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("vuyxuu", model.items().items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("ead", model.items().items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("topdtphvjgv", model.items().items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("gyqshsasmryuyu", model.items().items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("bxrgrztkyqgu", model.items().items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("uih", model.items().items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("bgkyn", model.items().items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("zjndfeemx", model.items().items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("rpfivypm", model.items().items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("zajpcroxppo", model.items().items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("doxklrzatsizny", model.items().items().properties().get("cttg").ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().items().properties().get("cttg").type()); - Assertions.assertEquals("dpkihqhnfubev", model.items().items().properties().get("cttg").title()); - Assertions.assertEquals("xcezxevltfebqo", model.items().items().properties().get("cttg").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.items().items().properties().get("cttg").items().type()); - Assertions.assertEquals("lqakpstifmftwrph", model.items().items().properties().get("cttg").items().title()); - Assertions.assertEquals("s", model.items().items().properties().get("cttg").items().required().get(0)); - Assertions.assertEquals(357355458, model.items().items().properties().get("cttg").items().maxProperties()); - Assertions.assertEquals(930340533, model.items().items().properties().get("cttg").items().minProperties()); - Assertions.assertEquals("zttqgtllwy", model.items().items().properties().get("cttg").items().discriminator()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").items().readOnly()); - Assertions.assertEquals(true, - model.items().items().properties().get("cttg").items().notificationUrlExtension()); - Assertions.assertEquals("b", model.items().items().properties().get("cttg").required().get(0)); - Assertions.assertEquals(1833532340, model.items().items().properties().get("cttg").maxProperties()); - Assertions.assertEquals(1227881123, model.items().items().properties().get("cttg").minProperties()); - Assertions.assertEquals("ywedbpirbzpauzbb", model.items().items().properties().get("cttg").discriminator()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").readOnly()); - Assertions.assertEquals("zdwpave", model.items().items().properties().get("cttg").xml().name()); - Assertions.assertEquals("gmigsoebdltni", model.items().items().properties().get("cttg").xml().namespace()); - Assertions.assertEquals("imerffhgvcy", model.items().items().properties().get("cttg").xml().prefix()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().attribute()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").xml().wrapped()); - Assertions.assertEquals("kosjwr", model.items().items().properties().get("cttg").externalDocs().description()); - Assertions.assertEquals("tsluqfgksdi", model.items().items().properties().get("cttg").externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().properties().get("cttg").notificationUrlExtension()); - Assertions.assertEquals("fovkmamiy", - model.items().items().properties().get("cttg").dynamicSchemaOld().operationId()); - Assertions.assertEquals("un", model.items().items().properties().get("cttg").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("ubzqazdlrkvi", - model.items().items().properties().get("cttg").dynamicSchemaNew().operationId()); - Assertions.assertEquals("kifqbxmnnidot", - model.items().items().properties().get("cttg").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("mvuwj", model.items().items().properties().get("cttg").dynamicListNew().operationId()); - Assertions.assertEquals("lqfpqql", - model.items().items().properties().get("cttg").dynamicListNew().builtInOperation()); - Assertions.assertEquals("vzlhjgmrodblap", - model.items().items().properties().get("cttg").dynamicListNew().itemsPath()); - Assertions.assertEquals("acz", model.items().items().properties().get("cttg").dynamicListNew().itemValuePath()); - Assertions.assertEquals("niwfc", - model.items().items().properties().get("cttg").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("awpjfkrarerdlg", model.items().items().required().get(0)); - Assertions.assertEquals(620460265, model.items().items().maxProperties()); - Assertions.assertEquals(570741825, model.items().items().minProperties()); - Assertions.assertEquals("w", model.items().items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().items().allOf().get(0).type()); - Assertions.assertEquals("blitxrrsjs", model.items().items().allOf().get(0).title()); - Assertions.assertEquals("anjsoutrzto", model.items().items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().items().allOf().get(0).items().type()); - Assertions.assertEquals("bnclxhwkzfggsuz", model.items().items().allOf().get(0).items().title()); - Assertions.assertEquals("vufjqvfcfsssm", model.items().items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(869027254, model.items().items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1219794635, model.items().items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("ui", model.items().items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("ofenin", model.items().items().allOf().get(0).required().get(0)); - Assertions.assertEquals(883470274, model.items().items().allOf().get(0).maxProperties()); - Assertions.assertEquals(856472763, model.items().items().allOf().get(0).minProperties()); - Assertions.assertEquals("xckdlxjpisrdn", model.items().items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).readOnly()); - Assertions.assertEquals("be", model.items().items().allOf().get(0).xml().name()); - Assertions.assertEquals("vijnubxfiiytqx", model.items().items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("jsyutez", model.items().items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.items().items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("jbpn", model.items().items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("hfrvsi", model.items().items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.items().items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("uzyvihevbfvxmtsm", - model.items().items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("retsny", model.items().items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("gni", model.items().items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("oacf", model.items().items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tkpdcdefq", model.items().items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("rmgm", model.items().items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("ddaxaogs", model.items().items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("cmmmbipysehyybo", - model.items().items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("jcvmkkbp", model.items().items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("mkjpajlfp", model.items().items().discriminator()); - Assertions.assertEquals(true, model.items().items().readOnly()); - Assertions.assertEquals("lhejcc", model.items().items().xml().name()); - Assertions.assertEquals("xbnwitaf", model.items().items().xml().namespace()); - Assertions.assertEquals("evpt", model.items().items().xml().prefix()); - Assertions.assertEquals(false, model.items().items().xml().attribute()); - Assertions.assertEquals(false, model.items().items().xml().wrapped()); - Assertions.assertEquals("vijr", model.items().items().externalDocs().description()); - Assertions.assertEquals("esk", model.items().items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().items().notificationUrlExtension()); - Assertions.assertEquals("zcy", model.items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("dh", model.items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("v", model.items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("av", model.items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yjuwhizcbqjxmh", - model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").operationId()); - Assertions.assertEquals("tunpcsk", - model.items().items().dynamicSchemaNew().parameters().get("axznqqkq").valuePath()); - Assertions.assertEquals("mgukyw", model.items().items().dynamicListNew().operationId()); - Assertions.assertEquals("uo", model.items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("cex", model.items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("pit", model.items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("qnbs", model.items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("mtcidca", - model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").operationId()); - Assertions.assertEquals("nxhcxct", - model.items().items().dynamicListNew().parameters().get("tforylxaknwkjzv").valuePath()); - Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.items().items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("xdwxrwqtbvws", model.items().items().dynamicTree().open().operationId()); - Assertions.assertEquals("akxy", model.items().items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("kgjhomywlypghhul", model.items().items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("yfvgpqwgiqmbrisk", model.items().items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("uihtqfvyqmm", model.items().items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("uguvlieegjnqwh", model.items().items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("o", model.items().items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("rhljwqufudpypb", model.items().items().dynamicTree().browse().operationId()); - Assertions.assertEquals("lefxfp", model.items().items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ajvwfijfd", model.items().items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("rvsvhmsmrihddnb", model.items().items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("bqntdder", model.items().items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("yiwuzpsvcmzs", model.items().items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("tyyysqnwnl", model.items().items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("hd", model.items().properties().get("bdhmxbyzfjgr").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.items().properties().get("bdhmxbyzfjgr").type()); - Assertions.assertEquals("tf", model.items().properties().get("bdhmxbyzfjgr").title()); - Assertions.assertEquals("qb", model.items().properties().get("bdhmxbyzfjgr").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().properties().get("bdhmxbyzfjgr").items().type()); - Assertions.assertEquals("ulymk", model.items().properties().get("bdhmxbyzfjgr").items().title()); - Assertions.assertEquals("ryhxf", model.items().properties().get("bdhmxbyzfjgr").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, - model.items().properties().get("bdhmxbyzfjgr").items().items().type()); - Assertions.assertEquals("npftkgm", model.items().properties().get("bdhmxbyzfjgr").items().items().title()); - Assertions.assertEquals("uuhyncppmmwhjer", - model.items().properties().get("bdhmxbyzfjgr").items().items().required().get(0)); - Assertions.assertEquals(288131133, - model.items().properties().get("bdhmxbyzfjgr").items().items().maxProperties()); - Assertions.assertEquals(1994994052, - model.items().properties().get("bdhmxbyzfjgr").items().items().minProperties()); - Assertions.assertEquals("bxlepsmckgpxdx", - model.items().properties().get("bdhmxbyzfjgr").items().items().discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().items().readOnly()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").items().items().notificationUrlExtension()); - Assertions.assertEquals("tkalhpiybfnk", - model.items().properties().get("bdhmxbyzfjgr").items().required().get(0)); - Assertions.assertEquals(2076981753, model.items().properties().get("bdhmxbyzfjgr").items().maxProperties()); - Assertions.assertEquals(1175073373, model.items().properties().get("bdhmxbyzfjgr").items().minProperties()); - Assertions.assertEquals("qcbnkiv", model.items().properties().get("bdhmxbyzfjgr").items().discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().readOnly()); - Assertions.assertEquals("hmar", model.items().properties().get("bdhmxbyzfjgr").items().xml().name()); - Assertions.assertEquals("wyfcenkbfxqcap", - model.items().properties().get("bdhmxbyzfjgr").items().xml().namespace()); - Assertions.assertEquals("eciradmxokbu", model.items().properties().get("bdhmxbyzfjgr").items().xml().prefix()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").items().xml().attribute()); - Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").items().xml().wrapped()); - Assertions.assertEquals("pybs", - model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().description()); - Assertions.assertEquals("kgaxmhaszjietfst", - model.items().properties().get("bdhmxbyzfjgr").items().externalDocs().uri()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").items().notificationUrlExtension()); - Assertions.assertEquals("icxepgaxpyde", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("cqdssbmgersdudh", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("yrbvmb", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("expnphtqwfp", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("api", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().operationId()); - Assertions.assertEquals("jlfugnrzowcgrz", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("q", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("zawqxnhlva", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("gwxd", - model.items().properties().get("bdhmxbyzfjgr").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("ylgebr", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").type()); - Assertions.assertEquals("fuyzvbploazc", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").title()); - Assertions.assertEquals("e", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").required().get(0)); - Assertions.assertEquals(1425524785, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").maxProperties()); - Assertions.assertEquals(903351327, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").minProperties()); - Assertions.assertEquals("sfxqcmejezjcb", - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").discriminator()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").properties().get("hmeoxxbzagwnomp").readOnly()); - Assertions.assertEquals(false, - model.items() - .properties() - .get("bdhmxbyzfjgr") - .properties() - .get("hmeoxxbzagwnomp") - .notificationUrlExtension()); - Assertions.assertEquals("srgkvgavn", model.items().properties().get("bdhmxbyzfjgr").required().get(0)); - Assertions.assertEquals(988153026, model.items().properties().get("bdhmxbyzfjgr").maxProperties()); - Assertions.assertEquals(1104855733, model.items().properties().get("bdhmxbyzfjgr").minProperties()); - Assertions.assertEquals("ysujcvhclgp", model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).type()); - Assertions.assertEquals("yrpwzsmwgebpsk", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).title()); - Assertions.assertEquals("kymjdwirglqibj", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).required().get(0)); - Assertions.assertEquals(337054188, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).maxProperties()); - Assertions.assertEquals(1668245698, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).minProperties()); - Assertions.assertEquals("rrwkcwwitzmxxig", - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).readOnly()); - Assertions.assertEquals(false, - model.items().properties().get("bdhmxbyzfjgr").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("mmpvo", model.items().properties().get("bdhmxbyzfjgr").discriminator()); - Assertions.assertEquals(true, model.items().properties().get("bdhmxbyzfjgr").readOnly()); - Assertions.assertEquals("krxu", model.items().properties().get("bdhmxbyzfjgr").xml().name()); - Assertions.assertEquals("d", model.items().properties().get("bdhmxbyzfjgr").xml().namespace()); - Assertions.assertEquals("ydn", model.items().properties().get("bdhmxbyzfjgr").xml().prefix()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().attribute()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").xml().wrapped()); - Assertions.assertEquals("dprwruexhgd", - model.items().properties().get("bdhmxbyzfjgr").externalDocs().description()); - Assertions.assertEquals("kplaseyltqx", model.items().properties().get("bdhmxbyzfjgr").externalDocs().uri()); - Assertions.assertEquals(false, model.items().properties().get("bdhmxbyzfjgr").notificationUrlExtension()); - Assertions.assertEquals("wwmjrsmkjalor", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().operationId()); - Assertions.assertEquals("egiczrvnezlcvnd", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("mjmgswt", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().operationId()); - Assertions.assertEquals("skuqgneorqtr", - model.items().properties().get("bdhmxbyzfjgr").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("p", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().operationId()); - Assertions.assertEquals("blmxblcbwvsqpe", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().builtInOperation()); - Assertions.assertEquals("lcbbu", model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemsPath()); - Assertions.assertEquals("pcgirsfil", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemValuePath()); - Assertions.assertEquals("syzcnxjvipehx", - model.items().properties().get("bdhmxbyzfjgr").dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("uzsojblyygftic", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().operationId()); - Assertions.assertEquals("drswqm", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemsPath()); - Assertions.assertEquals("uyqtzo", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("otrbnvoe", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("t", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("qoafdv", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("lrsrfrxylmdjpspi", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("yrcjgptxvz", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().operationId()); - Assertions.assertEquals("unwmbfjjselblwmf", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("pn", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("s", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("mfktytri", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("leqvefnzvhmiwba", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("zxcmsceza", - model.items().properties().get("bdhmxbyzfjgr").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("rnwwoiviniyoizuw", model.items().required().get(0)); - Assertions.assertEquals(1047091530, model.items().maxProperties()); - Assertions.assertEquals(1479560554, model.items().minProperties()); - Assertions.assertEquals("albs", model.items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.items().allOf().get(0).type()); - Assertions.assertEquals("j", model.items().allOf().get(0).title()); - Assertions.assertEquals("eaibqjbizbwxuy", model.items().allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().type()); - Assertions.assertEquals("iwllxtclveqdqtzs", model.items().allOf().get(0).items().title()); - Assertions.assertEquals("wjxry", model.items().allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.items().allOf().get(0).items().items().type()); - Assertions.assertEquals("gh", model.items().allOf().get(0).items().items().title()); - Assertions.assertEquals("xxccf", model.items().allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(112473964, model.items().allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(796947635, model.items().allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("ujywwumbusnaw", model.items().allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().items().readOnly()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("kbp", model.items().allOf().get(0).items().required().get(0)); - Assertions.assertEquals(2059319100, model.items().allOf().get(0).items().maxProperties()); - Assertions.assertEquals(664391551, model.items().allOf().get(0).items().minProperties()); - Assertions.assertEquals("wauylkbd", model.items().allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().readOnly()); - Assertions.assertEquals("frtlukaf", model.items().allOf().get(0).items().xml().name()); - Assertions.assertEquals("ylempahyuxxeik", model.items().allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("npw", model.items().allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(true, model.items().allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("ptzkmfvd", model.items().allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("cwosmnwsffi", model.items().allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(false, model.items().allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("nyjbzzwsesqytkt", - model.items().allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("fgxorhsxcsoax", model.items().allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("wjvxycygcvgebfe", - model.items().allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yan", model.items().allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yp", model.items().allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("w", model.items().allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("cfamuikisppygoth", model.items().allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("irhhbogxw", model.items().allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("pymyerpus", model.items().allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("joy", model.items().allOf().get(0).properties().get("alz").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.items().allOf().get(0).properties().get("alz").type()); - Assertions.assertEquals("okd", model.items().allOf().get(0).properties().get("alz").title()); - Assertions.assertEquals("wc", model.items().allOf().get(0).properties().get("alz").required().get(0)); - Assertions.assertEquals(1626149009, model.items().allOf().get(0).properties().get("alz").maxProperties()); - Assertions.assertEquals(1334629660, model.items().allOf().get(0).properties().get("alz").minProperties()); - Assertions.assertEquals("tnlcvl", model.items().allOf().get(0).properties().get("alz").discriminator()); - Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").readOnly()); - Assertions.assertEquals(false, model.items().allOf().get(0).properties().get("alz").notificationUrlExtension()); - Assertions.assertEquals("iajicrsdgtjxlop", model.items().allOf().get(0).required().get(0)); - Assertions.assertEquals(471453249, model.items().allOf().get(0).maxProperties()); - Assertions.assertEquals(65322636, model.items().allOf().get(0).minProperties()); - Assertions.assertEquals("rszehijlwrfeab", model.items().allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, model.items().allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("hjmg", model.items().allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("mfqmvnhsfjxt", model.items().allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(1313462664, model.items().allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(787059976, model.items().allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("yasjwnwnjdrnfgt", model.items().allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals(false, model.items().allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("n", model.items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.items().allOf().get(0).readOnly()); - Assertions.assertEquals("ghjxhpppnksqi", model.items().allOf().get(0).xml().name()); - Assertions.assertEquals("megjtoseohoygowd", model.items().allOf().get(0).xml().namespace()); - Assertions.assertEquals("zzugdorc", model.items().allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.items().allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.items().allOf().get(0).xml().wrapped()); - Assertions.assertEquals("tl", model.items().allOf().get(0).externalDocs().description()); - Assertions.assertEquals("zbiroxamnv", model.items().allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("hofyoqfvmvwplxmu", model.items().allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("tnneolghgtej", model.items().allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("cjuuxq", model.items().allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("i", model.items().allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("rnaktjopig", model.items().allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("hheqj", model.items().allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("hrrxmc", model.items().allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("rqnuahhke", model.items().allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("brbdujpsh", model.items().allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, model.items().allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("pvqpqumexnpoaeru", model.items().allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("fhltwlzlmpiprlc", model.items().allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("ewmnwyhql", model.items().allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("mkmx", model.items().allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("mkpa", model.items().allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("pwpbnjc", model.items().allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("wtuniumys", model.items().allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("qlwyqsxeq", model.items().allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("t", model.items().allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("czcxouaneuepgq", model.items().allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("akovslvwpvdm", model.items().allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("c", model.items().allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("ucmiqsdsnu", model.items().allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("g", model.items().allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("keacmadyoctmda", model.items().discriminator()); - Assertions.assertEquals(false, model.items().readOnly()); - Assertions.assertEquals("t", model.items().xml().name()); - Assertions.assertEquals("es", model.items().xml().namespace()); - Assertions.assertEquals("toeteufg", model.items().xml().prefix()); - Assertions.assertEquals(true, model.items().xml().attribute()); - Assertions.assertEquals(true, model.items().xml().wrapped()); - Assertions.assertEquals("rvgit", model.items().externalDocs().description()); - Assertions.assertEquals("jixkepl", model.items().externalDocs().uri()); - Assertions.assertEquals(true, model.items().notificationUrlExtension()); - Assertions.assertEquals("qmchlhzngmwem", model.items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("qmkjsvxbagcc", model.items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("doitdfcnxrbyv", model.items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("vgztjtzsgenbdq", model.items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("jcngjcdyk", - model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").operationId()); - Assertions.assertEquals("nfvzbvtxgsnu", - model.items().dynamicSchemaNew().parameters().get("yafszxnzjx").valuePath()); - Assertions.assertEquals("fvdlptu", model.items().dynamicListNew().operationId()); - Assertions.assertEquals("gpdzlfxbiq", model.items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("mxynw", model.items().dynamicListNew().itemsPath()); - Assertions.assertEquals("fnoiphwaedpugxjt", model.items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("idjwszxm", model.items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("yjwadvfqrvtymnc", - model.items().dynamicListNew().parameters().get("rqbfimageiqjne").operationId()); - Assertions.assertEquals("dmjdp", model.items().dynamicListNew().parameters().get("rqbfimageiqjne").valuePath()); - Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("rbtazopfhhtfmhm", model.items().dynamicTree().open().operationId()); - Assertions.assertEquals("nppucfvxqr", model.items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("crhzecnvdumi", model.items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("xmrntphy", model.items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("eddtkpys", model.items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("lpjabz", model.items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("buzaxmkuthooaic", model.items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wwvb", - model.items().dynamicTree().open().parameters().get("fugqfcoraj").selectedItemValuePath()); - Assertions.assertEquals("i", - model.items().dynamicTree().open().parameters().get("fugqfcoraj").parameterReference()); - Assertions.assertEquals(false, model.items().dynamicTree().open().parameters().get("fugqfcoraj").required()); - Assertions.assertEquals("lkffgyfehjs", model.items().dynamicTree().browse().operationId()); - Assertions.assertEquals("euvy", model.items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("mbz", model.items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("fxfyzqrsu", model.items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("lsud", model.items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("iycepjkllyeds", model.items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("mbvirnxeyu", model.items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("pyidecff", - model.items().dynamicTree().browse().parameters().get("ewtlfsw").selectedItemValuePath()); - Assertions.assertEquals("zczswhdgl", - model.items().dynamicTree().browse().parameters().get("ewtlfsw").parameterReference()); - Assertions.assertEquals(false, model.items().dynamicTree().browse().parameters().get("ewtlfsw").required()); - Assertions.assertEquals("dxbpvbsibzm", model.properties().get("obuwhutvcdtgxsy").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.properties().get("obuwhutvcdtgxsy").type()); - Assertions.assertEquals("oexpothtpaqmf", model.properties().get("obuwhutvcdtgxsy").title()); - Assertions.assertEquals("shq", model.properties().get("obuwhutvcdtgxsy").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.properties().get("obuwhutvcdtgxsy").items().type()); - Assertions.assertEquals("kymqmgudvy", model.properties().get("obuwhutvcdtgxsy").items().title()); - Assertions.assertEquals("uvejlcwdgekkjv", model.properties().get("obuwhutvcdtgxsy").items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, - model.properties().get("obuwhutvcdtgxsy").items().items().type()); - Assertions.assertEquals("qh", model.properties().get("obuwhutvcdtgxsy").items().items().title()); - Assertions.assertEquals("yir", model.properties().get("obuwhutvcdtgxsy").items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.properties().get("obuwhutvcdtgxsy").items().items().items().type()); - Assertions.assertEquals("doxpvqpblqubfpe", - model.properties().get("obuwhutvcdtgxsy").items().items().items().title()); - Assertions.assertEquals("tqeyonmoigawl", - model.properties().get("obuwhutvcdtgxsy").items().items().items().required().get(0)); - Assertions.assertEquals(1596254728, - model.properties().get("obuwhutvcdtgxsy").items().items().items().maxProperties()); - Assertions.assertEquals(544101742, - model.properties().get("obuwhutvcdtgxsy").items().items().items().minProperties()); - Assertions.assertEquals("jzmfpspaxhfu", - model.properties().get("obuwhutvcdtgxsy").items().items().items().discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().items().items().readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().items().items().notificationUrlExtension()); - Assertions.assertEquals("nwcekqsbnca", - model.properties().get("obuwhutvcdtgxsy").items().items().required().get(0)); - Assertions.assertEquals(1452499326, model.properties().get("obuwhutvcdtgxsy").items().items().maxProperties()); - Assertions.assertEquals(1288400249, model.properties().get("obuwhutvcdtgxsy").items().items().minProperties()); - Assertions.assertEquals("zdwhxputk", model.properties().get("obuwhutvcdtgxsy").items().items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().readOnly()); - Assertions.assertEquals("wzvdfeyaevzjqfx", - model.properties().get("obuwhutvcdtgxsy").items().items().xml().name()); - Assertions.assertEquals("yjzu", model.properties().get("obuwhutvcdtgxsy").items().items().xml().namespace()); - Assertions.assertEquals("xb", model.properties().get("obuwhutvcdtgxsy").items().items().xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().attribute()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().items().xml().wrapped()); - Assertions.assertEquals("xjcajhsjuq", - model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().description()); - Assertions.assertEquals("zrnubod", - model.properties().get("obuwhutvcdtgxsy").items().items().externalDocs().uri()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").items().items().notificationUrlExtension()); - Assertions.assertEquals("p", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("bebafiqxomevke", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xwxlhyszhxot", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yifjufzlg", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("xy", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().operationId()); - Assertions.assertEquals("wde", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("rycixjg", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("mochpwwykfytjkzt", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("kwqvckh", - model.properties().get("obuwhutvcdtgxsy").items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("dl", model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").type()); - Assertions.assertEquals("aapzrkhptyhziqe", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").title()); - Assertions.assertEquals("wonbtgpe", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").required().get(0)); - Assertions.assertEquals(521390190, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").maxProperties()); - Assertions.assertEquals(689577159, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").minProperties()); - Assertions.assertEquals("jg", - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").discriminator()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().properties().get("b").notificationUrlExtension()); - Assertions.assertEquals("zg", model.properties().get("obuwhutvcdtgxsy").items().required().get(0)); - Assertions.assertEquals(2023681874, model.properties().get("obuwhutvcdtgxsy").items().maxProperties()); - Assertions.assertEquals(1649500805, model.properties().get("obuwhutvcdtgxsy").items().minProperties()); - Assertions.assertEquals("tbwzjbqzqwbhz", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NULL, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).type()); - Assertions.assertEquals("db", model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).title()); - Assertions.assertEquals("xaeiue", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).required().get(0)); - Assertions.assertEquals(1982848049, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).maxProperties()); - Assertions.assertEquals(1083554549, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).minProperties()); - Assertions.assertEquals("raep", - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("tgzvzcfmwfogj", model.properties().get("obuwhutvcdtgxsy").items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").items().readOnly()); - Assertions.assertEquals("p", model.properties().get("obuwhutvcdtgxsy").items().xml().name()); - Assertions.assertEquals("joclvfz", model.properties().get("obuwhutvcdtgxsy").items().xml().namespace()); - Assertions.assertEquals("krmptapyqees", model.properties().get("obuwhutvcdtgxsy").items().xml().prefix()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().attribute()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().xml().wrapped()); - Assertions.assertEquals("viswixlvnwzn", - model.properties().get("obuwhutvcdtgxsy").items().externalDocs().description()); - Assertions.assertEquals("apy", model.properties().get("obuwhutvcdtgxsy").items().externalDocs().uri()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").items().notificationUrlExtension()); - Assertions.assertEquals("blwkqztqrnre", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("fmnrweevtun", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("bvsjuthsyse", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("lncyq", - model.properties().get("obuwhutvcdtgxsy").items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("zdwerjck", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().operationId()); - Assertions.assertEquals("dl", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("gtptmnd", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemsPath()); - Assertions.assertEquals("foiavpg", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("tnsiu", - model.properties().get("obuwhutvcdtgxsy").items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("qm", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().operationId()); - Assertions.assertEquals("jdkvyzilr", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("gow", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("xjqru", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("mbqyfecnsq", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("wfuw", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("kc", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("wcf", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().operationId()); - Assertions.assertEquals("x", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("rppwksixho", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("vydxjkdsqea", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("dqttiqwixsdx", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("lw", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("ahb", - model.properties().get("obuwhutvcdtgxsy").items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("yfklbgshbkd", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").type()); - Assertions.assertEquals("sqznv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").title()); - Assertions.assertEquals("trashnf", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().type()); - Assertions.assertEquals("kloeqxccpq", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().title()); - Assertions.assertEquals("zzkzi", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().required().get(0)); - Assertions.assertEquals(1301825066, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().maxProperties()); - Assertions.assertEquals(1127691950, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().minProperties()); - Assertions.assertEquals("mllegucemagsyljw", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().discriminator()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").items().readOnly()); - Assertions.assertEquals(false, - model.properties() - .get("obuwhutvcdtgxsy") - .properties() - .get("omsqarbtrkd") - .items() - .notificationUrlExtension()); - Assertions.assertEquals("rvffjpwszlfyft", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").required().get(0)); - Assertions.assertEquals(1744967867, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").maxProperties()); - Assertions.assertEquals(598548239, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").minProperties()); - Assertions.assertEquals("byzrpqehrdldvx", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").discriminator()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").readOnly()); - Assertions.assertEquals("npa", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().name()); - Assertions.assertEquals("zfy", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().namespace()); - Assertions.assertEquals("gklywdlxmyoqmam", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().prefix()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().attribute()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").xml().wrapped()); - Assertions.assertEquals("tqkdzu", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().description()); - Assertions.assertEquals("ldzkvbebdjsaoggd", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").externalDocs().uri()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").notificationUrlExtension()); - Assertions.assertEquals("fittheax", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().operationId()); - Assertions.assertEquals("hflnlutacsslel", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xk", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().operationId()); - Assertions.assertEquals("utizpv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("tuoarjir", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().operationId()); - Assertions.assertEquals("cuyqt", - model.properties() - .get("obuwhutvcdtgxsy") - .properties() - .get("omsqarbtrkd") - .dynamicListNew() - .builtInOperation()); - Assertions.assertEquals("rzdjgmgfayvbs", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemsPath()); - Assertions.assertEquals("envpz", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemValuePath()); - Assertions.assertEquals("zpizgaujv", - model.properties().get("obuwhutvcdtgxsy").properties().get("omsqarbtrkd").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("yohfrlyynkgnych", model.properties().get("obuwhutvcdtgxsy").required().get(0)); - Assertions.assertEquals(698428562, model.properties().get("obuwhutvcdtgxsy").maxProperties()); - Assertions.assertEquals(1604188770, model.properties().get("obuwhutvcdtgxsy").minProperties()); - Assertions.assertEquals("hjgli", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).type()); - Assertions.assertEquals("dgnuoewfgt", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).title()); - Assertions.assertEquals("fix", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().type()); - Assertions.assertEquals("vexjqdjkonbgegw", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().title()); - Assertions.assertEquals("rj", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1337384610, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1805094693, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().minProperties()); - Assertions.assertEquals("xr", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().readOnly()); - Assertions.assertEquals(false, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("uplamdgffvxnisoo", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).required().get(0)); - Assertions.assertEquals(1108770912, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).maxProperties()); - Assertions.assertEquals(555522956, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).minProperties()); - Assertions.assertEquals("axvhjrpbnrolgel", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).readOnly()); - Assertions.assertEquals("jtxuuwdmrq", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().name()); - Assertions.assertEquals("lbyjahbzbtl", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().namespace()); - Assertions.assertEquals("cbwmvp", model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().attribute()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").allOf().get(0).xml().wrapped()); - Assertions.assertEquals("krnrbnjkcoloz", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().description()); - Assertions.assertEquals("yputawdmdikuf", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("mguifqjtoxz", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("ljpzauugdar", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("l", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("wwtevfeu", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("jmeipfo", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("aqyxkloabcox", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("avj", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("e", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("asv", - model.properties().get("obuwhutvcdtgxsy").allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("snpbsungnj", model.properties().get("obuwhutvcdtgxsy").discriminator()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").readOnly()); - Assertions.assertEquals("fbjuc", model.properties().get("obuwhutvcdtgxsy").xml().name()); - Assertions.assertEquals("gzjyrdiiwhmrhz", model.properties().get("obuwhutvcdtgxsy").xml().namespace()); - Assertions.assertEquals("vpjydwmaqeytjp", model.properties().get("obuwhutvcdtgxsy").xml().prefix()); - Assertions.assertEquals(false, model.properties().get("obuwhutvcdtgxsy").xml().attribute()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").xml().wrapped()); - Assertions.assertEquals("ckpdpdcnr", model.properties().get("obuwhutvcdtgxsy").externalDocs().description()); - Assertions.assertEquals("skikqdqiybqtl", model.properties().get("obuwhutvcdtgxsy").externalDocs().uri()); - Assertions.assertEquals(true, model.properties().get("obuwhutvcdtgxsy").notificationUrlExtension()); - Assertions.assertEquals("pmeglolpotclmbk", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().operationId()); - Assertions.assertEquals("jryt", model.properties().get("obuwhutvcdtgxsy").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("nthjqgovviv", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().operationId()); - Assertions.assertEquals("xytrafettwytavp", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("yqluolgs", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").operationId()); - Assertions.assertEquals("qsapnhhvpb", - model.properties().get("obuwhutvcdtgxsy").dynamicSchemaNew().parameters().get("oujtcp").valuePath()); - Assertions.assertEquals("gsaaday", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().operationId()); - Assertions.assertEquals("eqedft", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().builtInOperation()); - Assertions.assertEquals("gm", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemsPath()); - Assertions.assertEquals("kt", model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemValuePath()); - Assertions.assertEquals("zyvzixmusiidivbb", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("liqntnoegxo", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").operationId()); - Assertions.assertEquals("uc", - model.properties().get("obuwhutvcdtgxsy").dynamicListNew().parameters().get("oukaffzzf").valuePath()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, - model.properties().get("obuwhutvcdtgxsy").dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("xkkoypxwlvthiva", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().operationId()); - Assertions.assertEquals("axoswqw", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemsPath()); - Assertions.assertEquals("lrzlgk", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemValuePath()); - Assertions.assertEquals("pd", model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("erxfe", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("mzsekvsuzyowr", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().itemIsParent()); - Assertions.assertEquals("vofrenuvp", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().open().selectableFilter()); - Assertions.assertEquals("uqtximrxey", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().operationId()); - Assertions.assertEquals("ynxbuvyglfyfcs", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemsPath()); - Assertions.assertEquals("jhoxtbsybpefojp", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("xdgqjkfvmrnwg", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("j", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("feiiri", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("jdnknbt", - model.properties().get("obuwhutvcdtgxsy").dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("vxjgu", model.required().get(0)); - Assertions.assertEquals(1963914522, model.maxProperties()); - Assertions.assertEquals(596081358, model.minProperties()); - Assertions.assertEquals("ix", model.allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.STRING, model.allOf().get(0).type()); - Assertions.assertEquals("r", model.allOf().get(0).title()); - Assertions.assertEquals("xi", model.allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().type()); - Assertions.assertEquals("ljjawsaskullvt", model.allOf().get(0).items().title()); - Assertions.assertEquals("jivh", model.allOf().get(0).items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().items().type()); - Assertions.assertEquals("zqrpfhzxkjyg", model.allOf().get(0).items().items().title()); - Assertions.assertEquals("dgwdha", model.allOf().get(0).items().items().items().ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().items().items().type()); - Assertions.assertEquals("zb", model.allOf().get(0).items().items().items().title()); - Assertions.assertEquals("iumuzt", model.allOf().get(0).items().items().items().required().get(0)); - Assertions.assertEquals(1189964126, model.allOf().get(0).items().items().items().maxProperties()); - Assertions.assertEquals(1486832633, model.allOf().get(0).items().items().items().minProperties()); - Assertions.assertEquals("tozrveehmvrv", model.allOf().get(0).items().items().items().discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().items().readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().items().notificationUrlExtension()); - Assertions.assertEquals("tle", model.allOf().get(0).items().items().required().get(0)); - Assertions.assertEquals(1832476148, model.allOf().get(0).items().items().maxProperties()); - Assertions.assertEquals(1101438328, model.allOf().get(0).items().items().minProperties()); - Assertions.assertEquals("krcohhuwzun", model.allOf().get(0).items().items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().readOnly()); - Assertions.assertEquals("yhwebhobdocfva", model.allOf().get(0).items().items().xml().name()); - Assertions.assertEquals("mdmbylyndtqujfz", model.allOf().get(0).items().items().xml().namespace()); - Assertions.assertEquals("azujohwwtlerh", model.allOf().get(0).items().items().xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).items().items().xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().xml().wrapped()); - Assertions.assertEquals("cngeffrgh", model.allOf().get(0).items().items().externalDocs().description()); - Assertions.assertEquals("mrowhrrguv", model.allOf().get(0).items().items().externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).items().items().notificationUrlExtension()); - Assertions.assertEquals("elfyqfbg", model.allOf().get(0).items().items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("lpdwckmnpzubzqds", - model.allOf().get(0).items().items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("abape", model.allOf().get(0).items().items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("yzfd", model.allOf().get(0).items().items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("pcutg", model.allOf().get(0).items().items().dynamicListNew().operationId()); - Assertions.assertEquals("rs", model.allOf().get(0).items().items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("qgllnhgisiw", model.allOf().get(0).items().items().dynamicListNew().itemsPath()); - Assertions.assertEquals("kaeqrnglgit", model.allOf().get(0).items().items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("efwdkpadktsyy", model.allOf().get(0).items().items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals("wdyzse", model.allOf().get(0).items().properties().get("i").ref()); - Assertions.assertEquals(SwaggerSchemaType.INTEGER, model.allOf().get(0).items().properties().get("i").type()); - Assertions.assertEquals("tqhnsoijucprkqyw", model.allOf().get(0).items().properties().get("i").title()); - Assertions.assertEquals("zx", model.allOf().get(0).items().properties().get("i").required().get(0)); - Assertions.assertEquals(1040495745, model.allOf().get(0).items().properties().get("i").maxProperties()); - Assertions.assertEquals(2125422474, model.allOf().get(0).items().properties().get("i").minProperties()); - Assertions.assertEquals("o", model.allOf().get(0).items().properties().get("i").discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().properties().get("i").notificationUrlExtension()); - Assertions.assertEquals("dgmqscijlfulxg", model.allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1136519436, model.allOf().get(0).items().maxProperties()); - Assertions.assertEquals(1182255656, model.allOf().get(0).items().minProperties()); - Assertions.assertEquals("pvplmyzebvghh", model.allOf().get(0).items().allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).items().allOf().get(0).type()); - Assertions.assertEquals("hbvbexrbynnl", model.allOf().get(0).items().allOf().get(0).title()); - Assertions.assertEquals("nled", model.allOf().get(0).items().allOf().get(0).required().get(0)); - Assertions.assertEquals(864257917, model.allOf().get(0).items().allOf().get(0).maxProperties()); - Assertions.assertEquals(1081240469, model.allOf().get(0).items().allOf().get(0).minProperties()); - Assertions.assertEquals("ctdnnqokqeuzs", model.allOf().get(0).items().allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).items().allOf().get(0).readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).items().allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("pkyetmtk", model.allOf().get(0).items().discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).items().readOnly()); - Assertions.assertEquals("isdvyfl", model.allOf().get(0).items().xml().name()); - Assertions.assertEquals("qgxljsbtos", model.allOf().get(0).items().xml().namespace()); - Assertions.assertEquals("cv", model.allOf().get(0).items().xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).items().xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).items().xml().wrapped()); - Assertions.assertEquals("io", model.allOf().get(0).items().externalDocs().description()); - Assertions.assertEquals("hxxbneiobubtpyem", model.allOf().get(0).items().externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("pvdlxyyotclcu", model.allOf().get(0).items().dynamicSchemaOld().operationId()); - Assertions.assertEquals("llnwmgqcf", model.allOf().get(0).items().dynamicSchemaOld().valuePath()); - Assertions.assertEquals("xydiuv", model.allOf().get(0).items().dynamicSchemaNew().operationId()); - Assertions.assertEquals("pwk", model.allOf().get(0).items().dynamicSchemaNew().valuePath()); - Assertions.assertEquals("hdkqdjwthwcpi", model.allOf().get(0).items().dynamicListNew().operationId()); - Assertions.assertEquals("asnafdjinw", model.allOf().get(0).items().dynamicListNew().builtInOperation()); - Assertions.assertEquals("rnjgs", model.allOf().get(0).items().dynamicListNew().itemsPath()); - Assertions.assertEquals("zbdhr", model.allOf().get(0).items().dynamicListNew().itemValuePath()); - Assertions.assertEquals("panhygcahijb", model.allOf().get(0).items().dynamicListNew().itemTitlePath()); - Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.allOf().get(0).items().dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("ow", model.allOf().get(0).items().dynamicTree().open().operationId()); - Assertions.assertEquals("be", model.allOf().get(0).items().dynamicTree().open().itemsPath()); - Assertions.assertEquals("hxikrgokyngarwz", model.allOf().get(0).items().dynamicTree().open().itemValuePath()); - Assertions.assertEquals("zjxgassmna", model.allOf().get(0).items().dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("polueylqysgmiix", - model.allOf().get(0).items().dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("ekcwec", model.allOf().get(0).items().dynamicTree().open().itemIsParent()); - Assertions.assertEquals("tkdginm", model.allOf().get(0).items().dynamicTree().open().selectableFilter()); - Assertions.assertEquals("eyowrwvbqvbcqgq", model.allOf().get(0).items().dynamicTree().browse().operationId()); - Assertions.assertEquals("opqgiqfax", model.allOf().get(0).items().dynamicTree().browse().itemsPath()); - Assertions.assertEquals("jpyzcgugslpvyktf", - model.allOf().get(0).items().dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("faabibv", model.allOf().get(0).items().dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("ocdkpvvkq", model.allOf().get(0).items().dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("hdxnzjza", model.allOf().get(0).items().dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("hiztfmibw", model.allOf().get(0).items().dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("tiyx", model.allOf().get(0).properties().get("wgen").ref()); - Assertions.assertEquals(SwaggerSchemaType.NUMBER, model.allOf().get(0).properties().get("wgen").type()); - Assertions.assertEquals("izoybtehky", model.allOf().get(0).properties().get("wgen").title()); - Assertions.assertEquals("mmyznwrcfqwkqu", model.allOf().get(0).properties().get("wgen").items().ref()); - Assertions.assertEquals(SwaggerSchemaType.OBJECT, model.allOf().get(0).properties().get("wgen").items().type()); - Assertions.assertEquals("vqohwiwhrq", model.allOf().get(0).properties().get("wgen").items().title()); - Assertions.assertEquals("skzw", model.allOf().get(0).properties().get("wgen").items().required().get(0)); - Assertions.assertEquals(1399085420, model.allOf().get(0).properties().get("wgen").items().maxProperties()); - Assertions.assertEquals(1898444454, model.allOf().get(0).properties().get("wgen").items().minProperties()); - Assertions.assertEquals("f", model.allOf().get(0).properties().get("wgen").items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").items().readOnly()); - Assertions.assertEquals(false, - model.allOf().get(0).properties().get("wgen").items().notificationUrlExtension()); - Assertions.assertEquals("nfeealph", model.allOf().get(0).properties().get("wgen").required().get(0)); - Assertions.assertEquals(1915459293, model.allOf().get(0).properties().get("wgen").maxProperties()); - Assertions.assertEquals(588288736, model.allOf().get(0).properties().get("wgen").minProperties()); - Assertions.assertEquals("wdrvkb", model.allOf().get(0).properties().get("wgen").discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").readOnly()); - Assertions.assertEquals("vkhfzldzz", model.allOf().get(0).properties().get("wgen").xml().name()); - Assertions.assertEquals("rzhjqengopdvnz", model.allOf().get(0).properties().get("wgen").xml().namespace()); - Assertions.assertEquals("liodajxvs", model.allOf().get(0).properties().get("wgen").xml().prefix()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().attribute()); - Assertions.assertEquals(false, model.allOf().get(0).properties().get("wgen").xml().wrapped()); - Assertions.assertEquals("nkles", model.allOf().get(0).properties().get("wgen").externalDocs().description()); - Assertions.assertEquals("dvakqajiantcyrd", model.allOf().get(0).properties().get("wgen").externalDocs().uri()); - Assertions.assertEquals(true, model.allOf().get(0).properties().get("wgen").notificationUrlExtension()); - Assertions.assertEquals("krnkuuot", - model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().operationId()); - Assertions.assertEquals("myb", model.allOf().get(0).properties().get("wgen").dynamicSchemaOld().valuePath()); - Assertions.assertEquals("huhujkzj", - model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().operationId()); - Assertions.assertEquals("zgphipteoqldnh", - model.allOf().get(0).properties().get("wgen").dynamicSchemaNew().valuePath()); - Assertions.assertEquals("nim", model.allOf().get(0).properties().get("wgen").dynamicListNew().operationId()); - Assertions.assertEquals("pxdzmpjfbd", - model.allOf().get(0).properties().get("wgen").dynamicListNew().builtInOperation()); - Assertions.assertEquals("awhb", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemsPath()); - Assertions.assertEquals("xnmyxzhiocqoydqy", - model.allOf().get(0).properties().get("wgen").dynamicListNew().itemValuePath()); - Assertions.assertEquals("fn", model.allOf().get(0).properties().get("wgen").dynamicListNew().itemTitlePath()); - Assertions.assertEquals("uvmokih", model.allOf().get(0).required().get(0)); - Assertions.assertEquals(100287595, model.allOf().get(0).maxProperties()); - Assertions.assertEquals(1788366223, model.allOf().get(0).minProperties()); - Assertions.assertEquals("kqrqnkpt", model.allOf().get(0).allOf().get(0).ref()); - Assertions.assertEquals(SwaggerSchemaType.ARRAY, model.allOf().get(0).allOf().get(0).type()); - Assertions.assertEquals("oyzgaevrygggcc", model.allOf().get(0).allOf().get(0).title()); - Assertions.assertEquals("hoplqtzgtpsbym", model.allOf().get(0).allOf().get(0).items().ref()); - Assertions.assertEquals(SwaggerSchemaType.BOOLEAN, model.allOf().get(0).allOf().get(0).items().type()); - Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).items().title()); - Assertions.assertEquals("bynlbwcnnfpfg", model.allOf().get(0).allOf().get(0).items().required().get(0)); - Assertions.assertEquals(1043909832, model.allOf().get(0).allOf().get(0).items().maxProperties()); - Assertions.assertEquals(71579806, model.allOf().get(0).allOf().get(0).items().minProperties()); - Assertions.assertEquals("iigrtvqv", model.allOf().get(0).allOf().get(0).items().discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).items().readOnly()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).items().notificationUrlExtension()); - Assertions.assertEquals("vqxgejytqnz", model.allOf().get(0).allOf().get(0).required().get(0)); - Assertions.assertEquals(1544229051, model.allOf().get(0).allOf().get(0).maxProperties()); - Assertions.assertEquals(318372183, model.allOf().get(0).allOf().get(0).minProperties()); - Assertions.assertEquals("vyt", model.allOf().get(0).allOf().get(0).discriminator()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).readOnly()); - Assertions.assertEquals("wbaiaqqfu", model.allOf().get(0).allOf().get(0).xml().name()); - Assertions.assertEquals("muclxgc", model.allOf().get(0).allOf().get(0).xml().namespace()); - Assertions.assertEquals("usuyqcvy", model.allOf().get(0).allOf().get(0).xml().prefix()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.allOf().get(0).allOf().get(0).xml().wrapped()); - Assertions.assertEquals("syqbfgwujw", model.allOf().get(0).allOf().get(0).externalDocs().description()); - Assertions.assertEquals("thvue", model.allOf().get(0).allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("pu", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("gaiv", model.allOf().get(0).allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("o", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("vtvbfpu", model.allOf().get(0).allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("wckapoetdfzj", model.allOf().get(0).allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("efcl", model.allOf().get(0).allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("anawipdqozvvlq", model.allOf().get(0).allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("pvhwmtd", model.allOf().get(0).allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("rjvqvuvipsnfeago", - model.allOf().get(0).allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("hscayyxgcgbvie", model.allOf().get(0).discriminator()); - Assertions.assertEquals(true, model.allOf().get(0).readOnly()); - Assertions.assertEquals("ukznxdivqopxuno", model.allOf().get(0).xml().name()); - Assertions.assertEquals("tkmknacnfzcytbhd", model.allOf().get(0).xml().namespace()); - Assertions.assertEquals("agw", model.allOf().get(0).xml().prefix()); - Assertions.assertEquals(false, model.allOf().get(0).xml().attribute()); - Assertions.assertEquals(true, model.allOf().get(0).xml().wrapped()); - Assertions.assertEquals("ehhtltwvij", model.allOf().get(0).externalDocs().description()); - Assertions.assertEquals("fqyqvh", model.allOf().get(0).externalDocs().uri()); - Assertions.assertEquals(false, model.allOf().get(0).notificationUrlExtension()); - Assertions.assertEquals("qeogwbsyniwxhcy", model.allOf().get(0).dynamicSchemaOld().operationId()); - Assertions.assertEquals("gqmdbazggrgaostt", model.allOf().get(0).dynamicSchemaOld().valuePath()); - Assertions.assertEquals("gul", model.allOf().get(0).dynamicSchemaNew().operationId()); - Assertions.assertEquals("jkasxpp", model.allOf().get(0).dynamicSchemaNew().valuePath()); - Assertions.assertEquals("abdufhvsoxnpuap", - model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").operationId()); - Assertions.assertEquals("uwekiqlscmtcljo", - model.allOf().get(0).dynamicSchemaNew().parameters().get("hokkcjjnqx").valuePath()); - Assertions.assertEquals("ayajdf", model.allOf().get(0).dynamicListNew().operationId()); - Assertions.assertEquals("xjm", model.allOf().get(0).dynamicListNew().builtInOperation()); - Assertions.assertEquals("gfbzbxeqzvokfr", model.allOf().get(0).dynamicListNew().itemsPath()); - Assertions.assertEquals("af", model.allOf().get(0).dynamicListNew().itemValuePath()); - Assertions.assertEquals("gjucmuax", model.allOf().get(0).dynamicListNew().itemTitlePath()); - Assertions.assertEquals("uefsrxqs", - model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").operationId()); - Assertions.assertEquals("bbwejr", - model.allOf().get(0).dynamicListNew().parameters().get("dgfnaoehk").valuePath()); - Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(true, model.allOf().get(0).dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("wxdgcfcf", model.allOf().get(0).dynamicTree().open().operationId()); - Assertions.assertEquals("yrjwxhslrbwwkbyw", model.allOf().get(0).dynamicTree().open().itemsPath()); - Assertions.assertEquals("hsodofsxjik", model.allOf().get(0).dynamicTree().open().itemValuePath()); - Assertions.assertEquals("squhu", model.allOf().get(0).dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("qwoggwcxdm", model.allOf().get(0).dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("uwldfahkyft", model.allOf().get(0).dynamicTree().open().itemIsParent()); - Assertions.assertEquals("kbgsgopyckmncru", model.allOf().get(0).dynamicTree().open().selectableFilter()); - Assertions.assertEquals("zbwfjumulh", model.allOf().get(0).dynamicTree().browse().operationId()); - Assertions.assertEquals("dgnchahldnrpt", model.allOf().get(0).dynamicTree().browse().itemsPath()); - Assertions.assertEquals("capbkfvowzbk", model.allOf().get(0).dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("qpzdpu", model.allOf().get(0).dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("wjmohqzzkplqmca", model.allOf().get(0).dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("eiauveeng", model.allOf().get(0).dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("gfpqwwugfw", model.allOf().get(0).dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("qztnbvueizua", model.discriminator()); - Assertions.assertEquals(false, model.readOnly()); - Assertions.assertEquals("kbvwxyumqoqwv", model.xml().name()); - Assertions.assertEquals("yiyeigngrzve", model.xml().namespace()); - Assertions.assertEquals("mxlnhq", model.xml().prefix()); - Assertions.assertEquals(false, model.xml().attribute()); - Assertions.assertEquals(true, model.xml().wrapped()); - Assertions.assertEquals("mvnzhdsaqme", model.externalDocs().description()); - Assertions.assertEquals("tkojrruhzvve", model.externalDocs().uri()); - Assertions.assertEquals(true, model.notificationUrlExtension()); - Assertions.assertEquals("sqv", model.dynamicSchemaOld().operationId()); - Assertions.assertEquals("sedeqr", model.dynamicSchemaOld().valuePath()); - Assertions.assertEquals("vicvpagwohk", model.dynamicSchemaNew().operationId()); - Assertions.assertEquals("mzssemlozjyov", model.dynamicSchemaNew().valuePath()); - Assertions.assertEquals("hbgkgjpie", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").operationId()); - Assertions.assertEquals("hflgpsal", model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").valuePath()); - Assertions.assertEquals("mwzpfbiqjrz", - model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").operationId()); - Assertions.assertEquals("xizorqliblyb", - model.dynamicSchemaNew().parameters().get("sxidazslwhuyik").parameters().get("gfwebiwxm").valuePath()); - Assertions.assertEquals("aqfnbxuwawmbus", model.dynamicListNew().operationId()); - Assertions.assertEquals("gtsqzkzwo", model.dynamicListNew().builtInOperation()); - Assertions.assertEquals("hhv", model.dynamicListNew().itemsPath()); - Assertions.assertEquals("o", model.dynamicListNew().itemValuePath()); - Assertions.assertEquals("djhfxb", model.dynamicListNew().itemTitlePath()); - Assertions.assertEquals("xusylgpznbklhw", model.dynamicListNew().parameters().get("o").operationId()); - Assertions.assertEquals("yuv", model.dynamicListNew().parameters().get("o").valuePath()); - Assertions.assertEquals("rfziubeflvktjbmc", - model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").operationId()); - Assertions.assertEquals("l", - model.dynamicListNew().parameters().get("o").parameters().get("hvygxckit").valuePath()); - Assertions.assertEquals(true, model.dynamicTree().settings().canSelectParentNodes()); - Assertions.assertEquals(false, model.dynamicTree().settings().canSelectLeafNodes()); - Assertions.assertEquals("jcjvdajxebm", model.dynamicTree().open().operationId()); - Assertions.assertEquals("yrctfaabkukraqnd", model.dynamicTree().open().itemsPath()); - Assertions.assertEquals("wdicntqsrhac", model.dynamicTree().open().itemValuePath()); - Assertions.assertEquals("bpdh", model.dynamicTree().open().itemTitlePath()); - Assertions.assertEquals("wf", model.dynamicTree().open().itemFullTitlePath()); - Assertions.assertEquals("iyxqrcuyff", model.dynamicTree().open().itemIsParent()); - Assertions.assertEquals("yovljtrmlxr", model.dynamicTree().open().selectableFilter()); - Assertions.assertEquals("gnxmbwdkziwwbq", - model.dynamicTree().open().parameters().get("hhckt").selectedItemValuePath()); - Assertions.assertEquals("eiw", model.dynamicTree().open().parameters().get("hhckt").parameterReference()); - Assertions.assertEquals(true, model.dynamicTree().open().parameters().get("hhckt").required()); - Assertions.assertEquals("onzifdfswkgw", model.dynamicTree().browse().operationId()); - Assertions.assertEquals("ghdn", model.dynamicTree().browse().itemsPath()); - Assertions.assertEquals("ydhqkariatxhpx", model.dynamicTree().browse().itemValuePath()); - Assertions.assertEquals("rajoghgxgzbzsa", model.dynamicTree().browse().itemTitlePath()); - Assertions.assertEquals("amcwet", model.dynamicTree().browse().itemFullTitlePath()); - Assertions.assertEquals("sgcwadv", model.dynamicTree().browse().itemIsParent()); - Assertions.assertEquals("bageltffqalmcqt", model.dynamicTree().browse().selectableFilter()); - Assertions.assertEquals("wtcwbgmxwpynslc", - model.dynamicTree().browse().parameters().get("lahoz").selectedItemValuePath()); - Assertions.assertEquals("hhqwwtarxtdgpm", - model.dynamicTree().browse().parameters().get("lahoz").parameterReference()); - Assertions.assertEquals(true, model.dynamicTree().browse().parameters().get("lahoz").required()); - } - - // Use "Map.of" if available - @SuppressWarnings("unchecked") - private static Map mapOf(Object... inputs) { - Map map = new HashMap<>(); - for (int i = 0; i < inputs.length; i += 2) { - String key = (String) inputs[i]; - T value = (T) inputs[i + 1]; - map.put(key, value); - } - return map; - } -} From aa19883fba9c7f4a19acdcfc80670bcb8a6a26d4 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Tue, 24 Dec 2024 13:50:50 +0800 Subject: [PATCH 7/7] Revert "Delete sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java" This reverts commit a113eebc595392bc09cb6addd3ca0bb25abf24be. --- .../logic/generated/WorkflowInnerTests.java | 172 ++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java diff --git a/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java new file mode 100644 index 000000000000..71370d00b21f --- /dev/null +++ b/sdk/logic/azure-resourcemanager-logic/src/test/java/com/azure/resourcemanager/logic/generated/WorkflowInnerTests.java @@ -0,0 +1,172 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.logic.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.logic.fluent.models.WorkflowInner; +import com.azure.resourcemanager.logic.models.FlowAccessControlConfiguration; +import com.azure.resourcemanager.logic.models.FlowAccessControlConfigurationPolicy; +import com.azure.resourcemanager.logic.models.FlowEndpoints; +import com.azure.resourcemanager.logic.models.FlowEndpointsConfiguration; +import com.azure.resourcemanager.logic.models.IpAddress; +import com.azure.resourcemanager.logic.models.IpAddressRange; +import com.azure.resourcemanager.logic.models.ManagedServiceIdentity; +import com.azure.resourcemanager.logic.models.ManagedServiceIdentityType; +import com.azure.resourcemanager.logic.models.OpenAuthenticationAccessPolicies; +import com.azure.resourcemanager.logic.models.OpenAuthenticationAccessPolicy; +import com.azure.resourcemanager.logic.models.ParameterType; +import com.azure.resourcemanager.logic.models.ResourceReference; +import com.azure.resourcemanager.logic.models.UserAssignedIdentity; +import com.azure.resourcemanager.logic.models.WorkflowParameter; +import com.azure.resourcemanager.logic.models.WorkflowState; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Map; +import org.junit.jupiter.api.Assertions; + +public final class WorkflowInnerTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + WorkflowInner model = BinaryData.fromString( + "{\"properties\":{\"provisioningState\":\"Created\",\"createdTime\":\"2021-10-17T08:51:50Z\",\"changedTime\":\"2021-06-04T23:46:10Z\",\"state\":\"Completed\",\"version\":\"thwxmnteiwaopvkm\",\"accessEndpoint\":\"c\",\"endpointsConfiguration\":{\"workflow\":{\"outgoingIpAddresses\":[{\"address\":\"fufsrpymzi\"},{\"address\":\"sezcxtb\"},{\"address\":\"gfycc\"}],\"accessEndpointIpAddresses\":[{\"address\":\"mdwzjeiachboo\"},{\"address\":\"lnrosfqp\"}]},\"connector\":{\"outgoingIpAddresses\":[{\"address\":\"zvypyqrimzinp\"},{\"address\":\"wjdk\"}],\"accessEndpointIpAddresses\":[{\"address\":\"od\"},{\"address\":\"hc\"},{\"address\":\"nohjt\"},{\"address\":\"whdsoifiyip\"}]}},\"accessControl\":{\"triggers\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"gr\"},{\"addressRange\":\"znorcj\"},{\"addressRange\":\"snb\"}],\"openAuthenticationPolicies\":{\"policies\":{\"bnmo\":{},\"pcyshu\":{},\"zafb\":{}}}},\"contents\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"btoqcjmkljavbqid\"},{\"addressRange\":\"ajzyul\"},{\"addressRange\":\"u\"}],\"openAuthenticationPolicies\":{\"policies\":{\"lkhbz\":{},\"fepgzgq\":{},\"xzlocxscp\":{},\"ierhhbcsglummaj\":{}}}},\"actions\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"xobnbdxkqpxok\"},{\"addressRange\":\"ionpimexg\"},{\"addressRange\":\"xgcp\"},{\"addressRange\":\"gmaajrm\"}],\"openAuthenticationPolicies\":{\"policies\":{\"zrlovmclwhijcoej\":{},\"tbzaqsqsycbkbfk\":{},\"ukdkexxppofmxa\":{},\"c\":{}}}},\"workflowManagement\":{\"allowedCallerIpAddresses\":[{\"addressRange\":\"dtocj\"},{\"addressRange\":\"hvpmoue\"}],\"openAuthenticationPolicies\":{\"policies\":{\"xibqeojnx\":{},\"bzv\":{}}}}},\"sku\":{\"name\":\"Free\",\"plan\":{\"id\":\"ndei\",\"name\":\"twnpzaoqvuhrhcf\",\"type\":\"yd\"}},\"integrationAccount\":{\"id\":\"mjthjqkwp\",\"name\":\"icxm\",\"type\":\"iwqvhkh\"},\"integrationServiceEnvironment\":{\"id\":\"igdtopbob\",\"name\":\"ghmewuam\",\"type\":\"hrzayvvtpgvdf\"},\"definition\":\"dataotkftutqxlngx\",\"parameters\":{\"vqdra\":{\"type\":\"Object\",\"value\":\"datanxkrx\",\"metadata\":\"datami\",\"description\":\"thz\"},\"ynhz\":{\"type\":\"String\",\"value\":\"databig\",\"metadata\":\"dataoqfbowskanyk\",\"description\":\"lcuiywgqywgndr\"},\"qjqabcypmivkwl\":{\"type\":\"SecureObject\",\"value\":\"datarcgyn\",\"metadata\":\"datacpecfvmmcoofs\",\"description\":\"zevgb\"},\"bqqwxrj\":{\"type\":\"SecureString\",\"value\":\"datac\",\"metadata\":\"datanfnbacfionlebxe\",\"description\":\"gtzxdpn\"}}},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"a8e6fa65-4976-43aa-84b9-9484b7101ef8\",\"principalId\":\"857a33d8-90e8-4cfa-8642-f27de79fbf5b\",\"userAssignedIdentities\":{\"ooch\":{\"principalId\":\"ubisnjampmng\",\"clientId\":\"scxaq\"},\"ase\":{\"principalId\":\"onq\",\"clientId\":\"kvlrxnj\"},\"azjpqyegualhbxxh\":{\"principalId\":\"heoflokeyyienjbd\",\"clientId\":\"tgrhpdjpjumas\"}}},\"location\":\"jj\",\"tags\":{\"mcy\":\"dudgwdslfhot\"},\"id\":\"pwlbjnpg\",\"name\":\"cftadeh\",\"type\":\"nltyfsoppusuesnz\"}") + .toObject(WorkflowInner.class); + Assertions.assertEquals("jj", model.location()); + Assertions.assertEquals("dudgwdslfhot", model.tags().get("mcy")); + Assertions.assertEquals(ManagedServiceIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals(WorkflowState.COMPLETED, model.state()); + Assertions.assertEquals("fufsrpymzi", + model.endpointsConfiguration().workflow().outgoingIpAddresses().get(0).address()); + Assertions.assertEquals("mdwzjeiachboo", + model.endpointsConfiguration().workflow().accessEndpointIpAddresses().get(0).address()); + Assertions.assertEquals("zvypyqrimzinp", + model.endpointsConfiguration().connector().outgoingIpAddresses().get(0).address()); + Assertions.assertEquals("od", + model.endpointsConfiguration().connector().accessEndpointIpAddresses().get(0).address()); + Assertions.assertEquals("gr", + model.accessControl().triggers().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("btoqcjmkljavbqid", + model.accessControl().contents().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("xobnbdxkqpxok", + model.accessControl().actions().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("dtocj", + model.accessControl().workflowManagement().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("mjthjqkwp", model.integrationAccount().id()); + Assertions.assertEquals("igdtopbob", model.integrationServiceEnvironment().id()); + Assertions.assertEquals(ParameterType.OBJECT, model.parameters().get("vqdra").type()); + Assertions.assertEquals("thz", model.parameters().get("vqdra").description()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + WorkflowInner model = new WorkflowInner().withLocation("jj") + .withTags(mapOf("mcy", "dudgwdslfhot")) + .withIdentity(new ManagedServiceIdentity().withType(ManagedServiceIdentityType.SYSTEM_ASSIGNED) + .withUserAssignedIdentities(mapOf("ooch", new UserAssignedIdentity(), "ase", new UserAssignedIdentity(), + "azjpqyegualhbxxh", new UserAssignedIdentity()))) + .withState(WorkflowState.COMPLETED) + .withEndpointsConfiguration(new FlowEndpointsConfiguration() + .withWorkflow(new FlowEndpoints() + .withOutgoingIpAddresses(Arrays.asList(new IpAddress().withAddress("fufsrpymzi"), + new IpAddress().withAddress("sezcxtb"), new IpAddress().withAddress("gfycc"))) + .withAccessEndpointIpAddresses(Arrays.asList(new IpAddress().withAddress("mdwzjeiachboo"), + new IpAddress().withAddress("lnrosfqp")))) + .withConnector(new FlowEndpoints() + .withOutgoingIpAddresses(Arrays.asList(new IpAddress().withAddress("zvypyqrimzinp"), + new IpAddress().withAddress("wjdk"))) + .withAccessEndpointIpAddresses( + Arrays.asList(new IpAddress().withAddress("od"), new IpAddress().withAddress("hc"), + new IpAddress().withAddress("nohjt"), new IpAddress().withAddress("whdsoifiyip"))))) + .withAccessControl(new FlowAccessControlConfiguration() + .withTriggers(new FlowAccessControlConfigurationPolicy() + .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("gr"), + new IpAddressRange().withAddressRange("znorcj"), new IpAddressRange().withAddressRange("snb"))) + .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() + .withPolicies(mapOf("bnmo", new OpenAuthenticationAccessPolicy(), "pcyshu", + new OpenAuthenticationAccessPolicy(), "zafb", new OpenAuthenticationAccessPolicy())))) + .withContents(new FlowAccessControlConfigurationPolicy() + .withAllowedCallerIpAddresses(Arrays.asList( + new IpAddressRange().withAddressRange("btoqcjmkljavbqid"), + new IpAddressRange().withAddressRange("ajzyul"), new IpAddressRange().withAddressRange("u"))) + .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() + .withPolicies(mapOf("lkhbz", new OpenAuthenticationAccessPolicy(), "fepgzgq", + new OpenAuthenticationAccessPolicy(), "xzlocxscp", new OpenAuthenticationAccessPolicy(), + "ierhhbcsglummaj", new OpenAuthenticationAccessPolicy())))) + .withActions(new FlowAccessControlConfigurationPolicy() + .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("xobnbdxkqpxok"), + new IpAddressRange().withAddressRange("ionpimexg"), + new IpAddressRange().withAddressRange("xgcp"), + new IpAddressRange().withAddressRange("gmaajrm"))) + .withOpenAuthenticationPolicies(new OpenAuthenticationAccessPolicies() + .withPolicies(mapOf("zrlovmclwhijcoej", new OpenAuthenticationAccessPolicy(), "tbzaqsqsycbkbfk", + new OpenAuthenticationAccessPolicy(), "ukdkexxppofmxa", + new OpenAuthenticationAccessPolicy(), "c", new OpenAuthenticationAccessPolicy())))) + .withWorkflowManagement(new FlowAccessControlConfigurationPolicy() + .withAllowedCallerIpAddresses(Arrays.asList(new IpAddressRange().withAddressRange("dtocj"), + new IpAddressRange().withAddressRange("hvpmoue"))) + .withOpenAuthenticationPolicies( + new OpenAuthenticationAccessPolicies().withPolicies(mapOf("xibqeojnx", + new OpenAuthenticationAccessPolicy(), "bzv", new OpenAuthenticationAccessPolicy()))))) + .withIntegrationAccount(new ResourceReference().withId("mjthjqkwp")) + .withIntegrationServiceEnvironment(new ResourceReference().withId("igdtopbob")) + .withDefinition("dataotkftutqxlngx") + .withParameters(mapOf("vqdra", + new WorkflowParameter().withType(ParameterType.OBJECT) + .withValue("datanxkrx") + .withMetadata("datami") + .withDescription("thz"), + "ynhz", + new WorkflowParameter().withType(ParameterType.STRING) + .withValue("databig") + .withMetadata("dataoqfbowskanyk") + .withDescription("lcuiywgqywgndr"), + "qjqabcypmivkwl", + new WorkflowParameter().withType(ParameterType.SECURE_OBJECT) + .withValue("datarcgyn") + .withMetadata("datacpecfvmmcoofs") + .withDescription("zevgb"), + "bqqwxrj", + new WorkflowParameter().withType(ParameterType.SECURE_STRING) + .withValue("datac") + .withMetadata("datanfnbacfionlebxe") + .withDescription("gtzxdpn"))); + model = BinaryData.fromObject(model).toObject(WorkflowInner.class); + Assertions.assertEquals("jj", model.location()); + Assertions.assertEquals("dudgwdslfhot", model.tags().get("mcy")); + Assertions.assertEquals(ManagedServiceIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals(WorkflowState.COMPLETED, model.state()); + Assertions.assertEquals("fufsrpymzi", + model.endpointsConfiguration().workflow().outgoingIpAddresses().get(0).address()); + Assertions.assertEquals("mdwzjeiachboo", + model.endpointsConfiguration().workflow().accessEndpointIpAddresses().get(0).address()); + Assertions.assertEquals("zvypyqrimzinp", + model.endpointsConfiguration().connector().outgoingIpAddresses().get(0).address()); + Assertions.assertEquals("od", + model.endpointsConfiguration().connector().accessEndpointIpAddresses().get(0).address()); + Assertions.assertEquals("gr", + model.accessControl().triggers().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("btoqcjmkljavbqid", + model.accessControl().contents().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("xobnbdxkqpxok", + model.accessControl().actions().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("dtocj", + model.accessControl().workflowManagement().allowedCallerIpAddresses().get(0).addressRange()); + Assertions.assertEquals("mjthjqkwp", model.integrationAccount().id()); + Assertions.assertEquals("igdtopbob", model.integrationServiceEnvironment().id()); + Assertions.assertEquals(ParameterType.OBJECT, model.parameters().get("vqdra").type()); + Assertions.assertEquals("thz", model.parameters().get("vqdra").description()); + } + + // Use "Map.of" if available + @SuppressWarnings("unchecked") + private static Map mapOf(Object... inputs) { + Map map = new HashMap<>(); + for (int i = 0; i < inputs.length; i += 2) { + String key = (String) inputs[i]; + T value = (T) inputs[i + 1]; + map.put(key, value); + } + return map; + } +}