Skip to content

Instantly share code, notes, and snippets.

@pbespechnyi
Created December 17, 2022 09:56
Show Gist options
  • Save pbespechnyi/fe1df599ae6b8b732a1b6bf48fcbba6a to your computer and use it in GitHub Desktop.
Save pbespechnyi/fe1df599ae6b8b732a1b6bf48fcbba6a to your computer and use it in GitHub Desktop.
Linode OpenApi Java client gen
```
[main] WARN o.o.c.config.CodegenConfigurator - There were issues with the specification, but validation has been explicitly disabled.
Errors:
-attribute components.schemas.DatabasePostgreSQL.status is not of type `schema`
-attribute components.schemas.DatabasePostgreSQL.updated is not of type `schema`
-attribute components.schemas.SecurityQuestionsPost.response is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.replication_commit_type is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.cluster_size is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.region is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.replication_type is not of type `schema`
-attribute components.schemas.LKENodePoolRequestBody.count is not of type `schema`
-attribute components.schemas.LinodeRequest.authorized_users is not of type `schema`
-attribute components.schemas.LinodeRequest.stackscript_id is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.ssl_connection is not of type `schema`
-attribute components.schemas.DiskRequest.filesystem is not of type `schema`
-attribute components.schemas.LinodeRequest.stackscript_data is not of type `schema`
-attribute components.schemas.LinodeRequest.image is not of type `schema`
-attribute components.schemas.DatabasePostgreSQL.created is not of type `schema`
-attribute components.schemas.DatabaseMySQL.hosts is not of type `schema`
-attribute components.schemas.DatabaseMongoDBRequest.storage_engine is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.allow_list is not of type `schema`
-attribute components.schemas.LKENodePoolRequestBody.items is not of type `schema`
-attribute components.schemas.DatabaseMongoDBRequest.compression_type is not of type `schema`
-attribute components.schemas.LKENodePoolRequestBody.tags is not of type `schema`
-attribute components.schemas.DiskRequest.label is not of type `schema`
-attribute components.schemas.Volume.id is not of type `schema`
-attribute components.schemas.SecurityQuestionsPost.question is not of type `schema`
-attribute components.schemas.DatabasePostgreSQLRequest.encrypted is not of type `schema`
-attribute components.schemas.LinodeRequest.authorized_keys is not of type `schema`
-attribute components.schemas.LKENodePoolRequestBody.type is not of type `schema`
-attribute components.schemas.DatabasePostgreSQL.updates is not of type `schema`
-attribute components.schemas.DatabaseMongoDBRequest.replica_set is not of type `schema`
-attribute components.schemas.LinodeRequest.root_pass is not of type `schema`
Warnings:
-Unused model: DatabaseMongoDBRequest
-Unused model: SecurityQuestion
[main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
[main] INFO o.o.c.ignore.CodegenIgnoreProcessor - Output directory (/Users/petro/dev/src/datum/retrieve.d/common/client/linode/src/main/resources/./gen) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: java (client)
[main] INFO o.o.codegen.DefaultGenerator - Generator 'java' is considered stable.
[main] INFO o.o.c.languages.AbstractJavaCodegen - Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[main] INFO o.o.c.languages.AbstractJavaCodegen - NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getAccount_default_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cancelAccount_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cancelAccount_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cancelAccount_409_response_errors_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cancelAccount_409_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getEntityTransfers_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getEntityTransfers_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createEntityTransfer_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getEvents_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getInvoices_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getInvoiceItems_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getAccountLogins_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getMaintenance_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getNotifications_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getClients_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createClient_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getPaymentMethods_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createPaymentMethod_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getPayments_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createPayment_202_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createPayPalPayment_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createPromoCredit_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getServiceTransfers_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createServiceTransfer_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getUsers_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createUser_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesEngines_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesEngines_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesInstances_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesInstances_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMongoDBInstances_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMongoDBInstances_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putDatabasesMongoDBInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMongoDBInstanceBackups_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMongoDBInstanceBackups_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postDatabasesMongoDBInstanceBackup_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMySQLInstances_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesMySQLInstances_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putDatabasesMySQLInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postDatabasesMySQLInstanceBackup_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesPostgreSQLInstances_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesPostgreSQLInstances_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putDatabasesPostgreSQLInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesTypes_200_response_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDatabasesTypes_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDomains_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createDomain_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDomainZone_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as importDomain_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cloneDomain_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDomainRecords_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createDomainRecord_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getImages_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createImage_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _images_upload_post_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _images_upload_post_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeInstances_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createLinodeInstance_request_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getBackups_200_response_automatic_inner_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getBackups_200_response_automatic_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getBackups_200_response_snapshot. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getBackups_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createSnapshot_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as restoreBackup_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as bootLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cloneLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeConfigs_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as addLinodeConfig_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeDisks_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as addLinodeDisk_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resetDiskPassword_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resizeDisk_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeFirewalls_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeIPs_200_response_ipv4. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeIPs_200_response_ipv6. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeIPs_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as addLinodeIP_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateLinodeIP_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getKernels_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as migrateLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as mutateLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeNodeBalancers_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resetLinodePassword_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rebootLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rebuildLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rescueLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resizeLinodeInstance_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeTransfer_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeTransferByYearMonth_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeVolumes_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getStackScripts_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as addStackScript_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLinodeTypes_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusters_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createLKECluster_request_control_plane. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createLKECluster_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putLKECluster_request_control_plane. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putLKECluster_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putLKECluster_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterPools_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postLKEClusterPools_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as putLKENodePool_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterNode_200_response_data. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterNode_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterAPIEndpoints_200_response_data_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterAPIEndpoints_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterDashboard_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEClusterKubeconfig_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLKEVersions_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLongviewClients_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getLongviewSubscriptions_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedContacts_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedCredentials_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createManagedCredential_request_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createManagedCredential_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateManagedCredentialUsernamePassword_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as viewManagedSSHKey_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedIssues_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedLinodeSettings_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedServices_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createManagedService_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedStats_200_response_data. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getManagedStats_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getIPs_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as allocateIP_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateIP_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getIPv6Pools_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getIPv6Ranges_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postIPv6Range_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postIPv6Range_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createFirewalls_request_devices. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createFirewalls_request_rules. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createFirewalls_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateFirewall_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getFirewallDevices_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateFirewallRules_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getVLANs_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createNodeBalancer_request_configs_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createNodeBalancer_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getNodeBalancerConfigs_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rebuildNodeBalancerConfig_request_allOf_nodes_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rebuildNodeBalancerConfig_request_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as rebuildNodeBalancerConfig_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getNodeBalancerConfigNodes_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createNodeBalancerNode_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getObjectStorageBuckets_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createObjectStorageBucket_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateObjectStorageBucketAccess_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as viewObjectStorageBucketACL_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateObjectStorageBucketACL_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getObjectStorageBucketContent_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createObjectStorageObjectURL_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createObjectStorageObjectURL_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getObjectStorageClusters_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getObjectStorageKeys_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateObjectStorageKey_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getObjectStorageTransfer_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getProfileApps_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as tfaEnable_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as tfaConfirm_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as tfaConfirm_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getPersonalAccessTokens_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createPersonalAccessToken_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getDevices_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getSSHKeys_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateSSHKey_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postProfilePhoneNumber_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as postProfilePhoneNumberVerify_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getRegions_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTickets_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createTicketAttachment_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTicketReplies_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createTicketReply_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTags_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createTag_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTaggedObjects_200_response_data_inner_data. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTaggedObjects_200_response_data_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getTaggedObjects_200_response. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createVolume_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateVolume_request_allOf. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateVolume_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as attachVolume_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as cloneVolume_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resizeVolume_request. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Account_credit_card. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Backup_disks_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Database_hosts. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Database_updates. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as DatabaseMongoDB_hosts. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as DatabasePostgreSQL_hosts. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as DatabaseType_engines. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as DatabaseTypeEngine_price. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as EntityTransfer_entities. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Event_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Event_secondary_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Firewall_rules. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as FirewallRuleConfig_addresses. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as FirewallDevices_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as GrantsResponse_global. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Invoice_tax_summary_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as IPAddressesAssignRequest_assignments_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Linode_specs. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Linode_alerts. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Linode_backups_schedule. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Linode_backups. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeConfig_helpers. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeStats_io. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeStats_netv4. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeStats_netv6. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeType_price. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeType_addons_backups_price. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeType_addons_backups. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LinodeType_addons. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LKECluster_control_plane. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LKENodePoolRequestBody_autoscaler. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LKENodePool_autoscaler. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LKENodePool_disks_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LongviewClient_apps. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as LongviewSubscription_price. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Maintenance_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as ManagedContact_phone. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as ManagedIssue_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as ManagedLinodeSettings_ssh. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as NodeBalancer_transfer. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as NodeBalancerConfig_nodes_status. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as NodeBalancerStats_data_traffic. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as NodeBalancerStats_data. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Notification_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as ObjectStorageKey_bucket_access_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as PaymentMethod_data. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Profile_referrals. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Region_resolvers. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as SupportTicket_entity. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as SecurityQuestionsGet_security_questions_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as SecurityQuestionsPost_security_questions_inner. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as ServiceTransfer_entities. To have complete control of the model name, set the `title` field or use the inlineSchemaNameMapping option (--inline-schema-name-mappings in CLI).
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getAccount
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateAccount
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cancelAccount
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createCreditCard
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getEntityTransfers
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createEntityTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getEntityTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteEntityTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation acceptEntityTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getEvents
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getEvent
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation eventRead
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation eventSeen
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getInvoices
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getInvoice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getInvoiceItems
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getAccountLogins
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getAccountLogin
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getMaintenance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNotifications
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getClients
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resetClientSecret
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getClientThumbnail
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation setClientThumbnail
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPaymentMethods
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createPaymentMethod
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPaymentMethod
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deletePaymentMethod
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation makePaymentMethodDefault
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPayments
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createPayment
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPayment
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createPayPalPayment
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation executePayPalPayment
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createPromoCredit
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getServiceTransfers
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createServiceTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getServiceTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteServiceTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation acceptServiceTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getAccountSettings
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateAccountSettings
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation enableAccountManaged
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getUsers
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createUser
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getUser
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateUser
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteUser
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getUserGrants
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateUserGrants
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesEngines
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesEngine
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation putDatabasesMongoDBInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabasesMongoDBInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstanceBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMongoDBInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabaseMongoDBInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMongoDBInstanceBackupRestore
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstanceCredentials
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMongoDBInstanceCredentialsReset
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMongoDBInstanceSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMongoDBInstancePatch
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMySQLInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation putDatabasesMySQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabasesMySQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstanceBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMySQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabaseMySQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMySQLInstanceBackupRestore
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstanceCredentials
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMySQLInstanceCredentialsReset
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesMySQLInstanceSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesMySQLInstancePatch
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesPostgreSQLInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation putDatabasesPostgreSQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabasesPostgreSQLInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstanceBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesPostgreSQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDatabasePostgreSQLInstanceBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesPostgreSQLInstanceBackupRestore
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstanceCredentials
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesPostgreSQLInstanceCredentialsReset
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesPostgreSQLInstanceSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postDatabasesPostgreSQLInstancePatch
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesTypes
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDatabasesType
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDomains
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDomainZone
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation importDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cloneDomain
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDomainRecords
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createDomainRecord
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDomainRecord
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateDomainRecord
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDomainRecord
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getImages
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createImage
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation null
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getImage
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateImage
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteImage
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeInstances
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createSnapshot
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cancelBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation enableBackups
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation restoreBackup
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation bootLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cloneLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeConfigs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation addLinodeConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateLinodeConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLinodeConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeDisks
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation addLinodeDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cloneLinodeDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resetDiskPassword
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resizeDisk
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeFirewalls
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeIPs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation addLinodeIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateLinodeIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation removeLinodeIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getKernels
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getKernel
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation migrateLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation mutateLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeNodeBalancers
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resetLinodePassword
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation rebootLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation rebuildLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation rescueLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resizeLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation shutdownLinodeInstance
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeTransferByYearMonth
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeStats
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeStatsByYearMonth
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeVolumes
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getStackScripts
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation addStackScript
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getStackScript
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateStackScript
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteStackScript
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeTypes
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLinodeType
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusters
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createLKECluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKECluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation putLKECluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLKECluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusterPools
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postLKEClusterPools
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postLKEClusterRecycle
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKENodePool
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation putLKENodePool
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLKENodePool
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postLKEClusterPoolRecycle
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusterNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLKEClusterNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postLKEClusterNodeRecycle
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusterAPIEndpoints
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusterDashboard
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEClusterKubeconfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLKEClusterKubeconfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEVersions
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLKEVersion
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLongviewClients
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createLongviewClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLongviewClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateLongviewClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteLongviewClient
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLongviewPlan
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateLongviewPlan
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLongviewSubscriptions
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getLongviewSubscription
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedContacts
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createManagedContact
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedContact
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateManagedContact
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteManagedContact
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedCredentials
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createManagedCredential
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedCredential
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateManagedCredential
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateManagedCredentialUsernamePassword
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteManagedCredential
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation viewManagedSSHKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedIssues
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedIssue
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedLinodeSettings
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedLinodeSetting
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateManagedLinodeSetting
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedServices
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation disableManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation enableManagedService
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getManagedStats
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getIPs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation allocateIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateIP
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation assignIPs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation shareIPs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation assignIPv4s
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation shareIPv4s
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getIPv6Pools
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getIPv6Ranges
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postIPv6Range
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getIPv6Range
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteIPv6Range
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getFirewalls
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createFirewalls
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getFirewall
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateFirewall
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteFirewall
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getFirewallDevices
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createFirewallDevice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getFirewallDevice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteFirewallDevice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getFirewallRules
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateFirewallRules
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getVLANs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancers
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createNodeBalancer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateNodeBalancer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteNodeBalancer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancerConfigs
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createNodeBalancerConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancerConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateNodeBalancerConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteNodeBalancerConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation rebuildNodeBalancerConfig
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancerConfigNodes
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createNodeBalancerNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getNodeBalancerNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateNodeBalancerNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteNodeBalancerConfigNode
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation null
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageBuckets
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createObjectStorageBucket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageBucket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteObjectStorageBucket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageBucketinCluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateObjectStorageBucketAccess
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation modifyObjectStorageBucketAccess
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation viewObjectStorageBucketACL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateObjectStorageBucketACL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageBucketContent
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createObjectStorageObjectURL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageClusters
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageCluster
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageKeys
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createObjectStorageKeys
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateObjectStorageKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteObjectStorageKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cancelObjectStorage
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createObjectStorageSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteObjectStorageSSL
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getObjectStorageTransfer
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfile
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateProfile
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfileApps
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfileApp
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteProfileApp
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfileGrants
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation tfaDisable
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation tfaEnable
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation tfaConfirm
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPersonalAccessTokens
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createPersonalAccessToken
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getPersonalAccessToken
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updatePersonalAccessToken
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deletePersonalAccessToken
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfileLogins
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getProfileLogin
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getDevices
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTrustedDevice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation revokeTrustedDevice
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getSecurityQuestions
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postSecurityQuestions
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getSSHKeys
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation addSSHKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getSSHKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateSSHKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteSSHKey
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postProfilePhoneNumber
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteProfilePhoneNumber
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation postProfilePhoneNumberVerify
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getUserPreferences
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateUserPreferences
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getRegions
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getRegion
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTickets
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createTicket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTicket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createTicketAttachment
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation closeTicket
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTicketReplies
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createTicketReply
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTags
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createTag
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getTaggedObjects
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteTag
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getVolumes
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation createVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation getVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation updateVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation deleteVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation attachVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation cloneVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation detachVolume
[main] INFO o.o.c.languages.AbstractJavaCodegen - Processing operation resizeVolume
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/replica_set is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/compression_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/storage_engine is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/hosts is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/status is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Database/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/encrypted is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/cluster_size is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/ssl_connection is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/replication_commit_type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] INFO o.o.codegen.DefaultGenerator - Model LinodeConfigInterfaces not generated since it's an alias to array (without property) and `generateAliasAsModel` is set to false (default)
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/disks/items is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] INFO o.o.codegen.DefaultGenerator - Model StatsDataUnavailable not generated since it's an alias to array (without property) and `generateAliasAsModel` is set to false (default)
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Region/properties/id is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/EntityTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaymentMethod/properties/is_default is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/ServiceTransfer/properties/entities is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDBRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMongoDB/properties/updates is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabaseMySQL/properties/updates is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQLRequest/properties/allow_list is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DatabasePostgreSQL/properties/updates is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: PaginationEnvelope
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: LinodeRequest
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Linode/properties/group is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: Backup
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Disk/properties/filesystem is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_keys is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/authorized_users is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_id is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/stackscript_data is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/image is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/DiskRequest/properties/root_pass is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/created is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/updated is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/region is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKECluster/properties/k8s_version is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/type is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePool/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/count is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/LKENodePoolRequestBody/properties/autoscaler is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.DefaultCodegen - allOf with multiple schemas defined. Using only the first one: ManagedCredential
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.DefaultCodegen - 'getManagedStats_200_response_data' defines discriminator 'x-linode-ref-name', but the referenced schema 'StatsDataAvailable' is incorrect. x-linode-ref-name is missing from the schema, define it as required and type string
[main] WARN o.o.codegen.DefaultCodegen - 'getManagedStats_200_response_data' defines discriminator 'x-linode-ref-name', but the referenced schema 'StatsDataUnavailable' is incorrect. x-linode-ref-name is missing from the schema, define it as required and type string
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] INFO o.o.codegen.utils.ModelUtils - [deprecated] inheritance without use of 'discriminator.propertyName' has been deprecated in the 5.x release. Composed schema name: null. Title: null
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/tags is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/label is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/page is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/pages is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/PaginationEnvelope/properties/results is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] ERROR o.o.codegen.utils.ModelUtils - Failed to obtain schema from rules
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
[main] WARN o.o.codegen.utils.ModelUtils - #/components/schemas/Firewall/properties/rules is not defined
Exception in thread "main" java.lang.RuntimeException: Could not process model 'updateFirewallRules_request'.Please make sure that your schema is correct!
at org.openapitools.codegen.DefaultGenerator.generateModels(DefaultGenerator.java:518)
at org.openapitools.codegen.DefaultGenerator.generate(DefaultGenerator.java:912)
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:465)
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
Caused by: java.lang.NullPointerException: Cannot invoke "io.swagger.v3.oas.models.media.Schema.getDiscriminator()" because "childSchema" is null
at org.openapitools.codegen.DefaultCodegen.addImport(DefaultCodegen.java:5497)
at org.openapitools.codegen.DefaultCodegen.updateModelForComposedSchema(DefaultCodegen.java:2633)
at org.openapitools.codegen.DefaultCodegen.fromModel(DefaultCodegen.java:2963)
at org.openapitools.codegen.languages.AbstractJavaCodegen.fromModel(AbstractJavaCodegen.java:1300)
at org.openapitools.codegen.languages.JavaClientCodegen.fromModel(JavaClientCodegen.java:882)
at org.openapitools.codegen.DefaultGenerator.processModels(DefaultGenerator.java:1291)
at org.openapitools.codegen.DefaultGenerator.generateModels(DefaultGenerator.java:513)
... 4 more
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment