@nestia/migrate 10.0.0 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -41,11 +41,11 @@ const NEST_TEMPLATE = {
41
41
  "docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md": '# Benchmark Report\n> Generated by [`@nestia/benchmark`](https://github.com/samchon/nestia)\n\n - Specifications\n - CPU: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics \n - RAM: 31 GB\n - NodeJS Version: v20.10.0\n - Backend Server: 1 core / 1 thread\n - Arguments\n - Count: 40,000\n - Threads: 4\n - Simultaneous: 32\n - Time\n - Start: 2024-10-29T19:14:35.941Z\n - Complete: 2024-10-29T19:16:11.418Z\n - Elapsed: 95,477 ms\n\nType | Count | Success | Mean. | Stdev. | Minimum | Maximum\n----|----|----|----|----|----|----\nTotal | 41,586 | 41,586 | 69.24 | 73.05 | 5 | 546\n\n> Unit: milliseconds\n\n## Memory Consumptions\n```mermaid\nxychart-beta\n x-axis "Time (second)"\n y-axis "Memory (MB)"\n line "Resident Set Size" [122, 156, 159, 142, 154, 165, 184, 185, 187, 189, 200, 205, 209, 217, 221, 225, 229, 224, 230, 235, 242, 250, 256, 262, 267, 272, 234, 237, 249, 259, 266, 273, 285, 292, 291, 216, 225, 235, 243, 200, 208, 214, 186, 186, 171, 177, 187, 199, 185, 192, 205, 171, 180, 158, 170, 179, 163, 163, 176, 188, 193, 202, 213, 219, 230, 239, 256, 265, 283, 301, 240, 249, 257, 267, 284, 282, 290, 202, 213, 166, 178, 188, 200, 203, 208, 180, 191, 199, 175]\n line "Heap Total" [85, 116, 120, 103, 114, 124, 146, 146, 147, 148, 158, 166, 170, 176, 180, 184, 187, 185, 190, 195, 203, 211, 217, 222, 225, 229, 194, 197, 209, 218, 225, 232, 241, 249, 247, 176, 185, 194, 202, 160, 168, 173, 146, 146, 130, 136, 146, 158, 145, 151, 165, 129, 139, 116, 128, 137, 120, 123, 136, 148, 152, 161, 172, 179, 189, 198, 215, 223, 241, 257, 200, 209, 216, 227, 244, 242, 249, 163, 174, 127, 136, 147, 159, 162, 166, 138, 150, 158, 132]\n line "Heap Used + External" [69, 94, 62, 82, 88, 107, 71, 83, 93, 107, 136, 72, 76, 85, 92, 106, 139, 48, 68, 69, 86, 95, 108, 116, 140, 175, 67, 74, 88, 112, 125, 136, 142, 169, 180, 91, 104, 105, 121, 60, 71, 91, 64, 74, 86, 110, 121, 135, 76, 82, 103, 70, 93, 66, 91, 107, 76, 75, 95, 101, 115, 127, 136, 154, 165, 168, 196, 193, 214, 232, 84, 94, 101, 118, 145, 147, 149, 86, 96, 72, 90, 112, 126, 133, 132, 78, 87, 107, 88]\n line "Heap Used Only" [66, 89, 59, 78, 83, 100, 68, 79, 88, 101, 129, 68, 72, 80, 86, 100, 131, 45, 64, 65, 81, 90, 103, 110, 133, 168, 64, 71, 84, 108, 120, 130, 136, 162, 173, 88, 100, 101, 117, 58, 68, 87, 61, 71, 83, 107, 118, 130, 73, 79, 99, 67, 89, 63, 88, 103, 74, 72, 91, 98, 111, 123, 132, 149, 160, 163, 190, 187, 208, 225, 81, 90, 97, 114, 140, 143, 145, 83, 93, 70, 87, 108, 122, 130, 128, 76, 84, 104, 85]\n```\n\n> - 🟦 Resident Set Size\n> - 🟢 Heap Total\n> - 🔴 Heap Used + External\n> - 🟡 Heap Used Only\n\n## Endpoints\nType | Count | Success | Mean. | Stdev. | Minimum | Maximum\n----|----|----|----|----|----|----\nPATCH /bbs/articles/:section | 6,439 | 6,439 | 108.37 | 76.56 | 6 | 546\nPUT /bbs/articles/:section/:id | 380 | 380 | 78.52 | 69.03 | 6 | 296\nGET /bbs/articles/:section/:id | 917 | 917 | 77.65 | 69.84 | 6 | 463\nDELETE /bbs/articles/:section/:id | 201 | 201 | 73.89 | 63.55 | 7 | 307\nPOST /bbs/articles/:section | 33,649 | 33,649 | 61.39 | 70.04 | 5 | 546\n\n> Unit: milliseconds\n\n## Failures\nMethod | Path | Count | Failures\n-------|------|-------|----------',
42
42
  "nest-cli.json": '{\n "$schema": "https://json.schemastore.org/nest-cli",\n "collection": "@nestjs/schematics",\n "sourceRoot": "src",\n "entryFile": "executable/server",\n "compilerOptions": {\n "deleteOutDir": true\n }\n}\n',
43
43
  "nestia.config.ts": '// nestia configuration file\nimport type sdk from "@nestia/sdk";\nimport { NestFactory } from "@nestjs/core";\n\nimport { MyModule } from "./src/MyModule";\n\nconst NESTIA_CONFIG: sdk.INestiaConfig = {\n input: () => NestFactory.create(MyModule),\n output: "src/api",\n swagger: {\n output: "packages/api/swagger.json",\n servers: [\n {\n url: "http://localhost:37001",\n description: "Local Server",\n },\n ],\n beautify: true,\n },\n distribute: "packages/api",\n keyword: true,\n simulate: true,\n primitive: false,\n};\nexport default NESTIA_CONFIG;\n',
44
- "package.json": '{\n "private": true,\n "name": "@ORGANIZATION/PROJECT",\n "version": "0.1.0",\n "description": "Starter kit of Nestia",\n "main": "lib/index.js",\n "scripts": {\n "benchmark": "node bin/test/benchmark",\n "test": "node bin/test",\n "test:webpack": "npm run webpack && node bin/test/webpack.js",\n "------------------------BUILDS------------------------": "",\n "build": "npm run build:sdk && npm run build:main && npm run build:test",\n "build:api": "rimraf packages/api/lib && nestia all && rimraf packages/api/lib && tsc -p packages/api/tsconfig.json && rollup -c packages/api/rollup.config.js",\n "build:main": "rimraf lib && tsc",\n "build:sdk": "rimraf src/api/functional && nestia sdk",\n "build:swagger": "npx nestia swagger",\n "build:test": "rimraf bin && tsc -p test/tsconfig.json",\n "dev": "npm run build:test -- --watch",\n "eslint": "eslint src && eslint test",\n "eslint:fix": "eslint --fix src && eslint --fix test",\n "prepare": "ts-patch install && ts-node build/env.ts",\n "prettier": "prettier src --write && prettier test --write",\n "------------------------WEBPACK------------------------": "",\n "webpack": "rimraf dist && webpack",\n "webpack:start": "cd dist && node dist/server",\n "webpack:test": "npm run webpack && node bin/test/webpack.js",\n "------------------------DEPLOYS------------------------": "",\n "package:api": "npm run build:api && cd packages/api && npm publish",\n "start": "node lib/executable/server",\n "start:dev": "nest start --watch",\n "start:swagger": "ts-node src/executable/swagger.ts"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia-start"\n },\n "keywords": [\n "nestia",\n "template",\n "boilerplate"\n ],\n "author": "AUTHOR",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia-start/issues"\n },\n "homepage": "https://github.com/samchon/nestia-start#readme",\n "devDependencies": {\n "@autobe/interface": "^0.10.6",\n "@nestia/benchmark": "^10.0.0",\n "@nestia/e2e": "^10.0.0",\n "@nestia/sdk": "^10.0.0",\n "@nestjs/cli": "^11.0.14",\n "@rollup/plugin-terser": "^0.4.4",\n "@rollup/plugin-typescript": "^11.1.6",\n "@trivago/prettier-plugin-sort-imports": "^4.3.0",\n "@types/cli": "^0.11.21",\n "@types/cli-progress": "^3.11.5",\n "@types/express": "^4.17.21",\n "@types/inquirer": "^8.2.5",\n "@types/node": "^18.11.0",\n "@types/uuid": "^8.3.4",\n "@typescript-eslint/eslint-plugin": "^8.1.0",\n "@typescript-eslint/parser": "^8.1.0",\n "chalk": "^4.1.2",\n "cli": "^1.0.1",\n "cli-progress": "^3.12.0",\n "copy-webpack-plugin": "^11.0.0",\n "eslint-plugin-deprecation": "^3.0.0",\n "express": "^4.18.2",\n "nestia": "^10.0.0",\n "prettier": "^3.2.4",\n "prettier-plugin-prisma": "^5.0.0",\n "rimraf": "^3.0.2",\n "rollup": "^4.18.0",\n "source-map-support": "^0.5.21",\n "swagger-ui-express": "^5.0.0",\n "ts-loader": "^9.5.1",\n "ts-node": "^10.9.1",\n "ts-patch": "^3.3.0",\n "typescript": "~5.9.3",\n "typescript-transform-paths": "^3.5.5",\n "webpack": "^5.89.0",\n "webpack-cli": "^5.1.4",\n "write-file-webpack-plugin": "^4.5.1"\n },\n "dependencies": {\n "@nestia/core": "^10.0.0",\n "@nestia/fetcher": "^10.0.0",\n "@nestjs/common": "^11.1.10",\n "@nestjs/core": "^11.1.10",\n "@nestjs/platform-express": "^11.1.10",\n "commander": "10.0.0",\n "dotenv": "^16.3.1",\n "dotenv-expand": "^10.0.0",\n "inquirer": "8.2.5",\n "serialize-error": "^4.1.0",\n "tgrid": "^1.1.0",\n "tstl": "^3.0.0",\n "typia": "^10.1.0",\n "uuid": "^9.0.0"\n },\n "stackblitz": {\n "startCommand": "npm run prepare && npm run build:test && npm run test -- --simultaneous 1"\n }\n}',
44
+ "package.json": '{\n "private": true,\n "name": "@ORGANIZATION/PROJECT",\n "version": "0.1.0",\n "description": "Starter kit of Nestia",\n "main": "lib/index.js",\n "scripts": {\n "benchmark": "node bin/test/benchmark",\n "test": "node bin/test",\n "test:webpack": "npm run webpack && node bin/test/webpack.js",\n "------------------------BUILDS------------------------": "",\n "build": "npm run build:sdk && npm run build:main && npm run build:test",\n "build:api": "rimraf packages/api/lib && nestia all && rimraf packages/api/lib && tsc -p packages/api/tsconfig.json && rollup -c packages/api/rollup.config.js",\n "build:main": "rimraf lib && tsc",\n "build:sdk": "rimraf src/api/functional && nestia sdk",\n "build:swagger": "npx nestia swagger",\n "build:test": "rimraf bin && tsc -p test/tsconfig.json",\n "dev": "npm run build:test -- --watch",\n "eslint": "eslint src && eslint test",\n "eslint:fix": "eslint --fix src && eslint --fix test",\n "prepare": "ts-patch install && ts-node build/env.ts",\n "prettier": "prettier src --write && prettier test --write",\n "------------------------WEBPACK------------------------": "",\n "webpack": "rimraf dist && webpack",\n "webpack:start": "cd dist && node dist/server",\n "webpack:test": "npm run webpack && node bin/test/webpack.js",\n "------------------------DEPLOYS------------------------": "",\n "package:api": "npm run build:api && cd packages/api && npm publish",\n "start": "node lib/executable/server",\n "start:dev": "nest start --watch",\n "start:swagger": "ts-node src/executable/swagger.ts"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia-start"\n },\n "keywords": [\n "nestia",\n "template",\n "boilerplate"\n ],\n "author": "AUTHOR",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia-start/issues"\n },\n "homepage": "https://github.com/samchon/nestia-start#readme",\n "devDependencies": {\n "@autobe/interface": "^0.10.6",\n "@nestia/benchmark": "^10.0.2",\n "@nestia/e2e": "^10.0.2",\n "@nestia/sdk": "^10.0.2",\n "@nestjs/cli": "^11.0.16",\n "@rollup/plugin-terser": "^0.4.4",\n "@rollup/plugin-typescript": "^11.1.6",\n "@trivago/prettier-plugin-sort-imports": "^4.3.0",\n "@types/cli": "^0.11.21",\n "@types/cli-progress": "^3.11.5",\n "@types/express": "^4.17.21",\n "@types/inquirer": "^8.2.5",\n "@types/node": "^18.11.0",\n "@types/uuid": "^8.3.4",\n "@typescript-eslint/eslint-plugin": "^8.1.0",\n "@typescript-eslint/parser": "^8.1.0",\n "chalk": "^4.1.2",\n "cli": "^1.0.1",\n "cli-progress": "^3.12.0",\n "copy-webpack-plugin": "^11.0.0",\n "eslint-plugin-deprecation": "^3.0.0",\n "express": "^4.18.2",\n "nestia": "^10.0.2",\n "prettier": "^3.2.4",\n "prettier-plugin-prisma": "^5.0.0",\n "rimraf": "^3.0.2",\n "rollup": "^4.18.0",\n "source-map-support": "^0.5.21",\n "swagger-ui-express": "^5.0.0",\n "ts-loader": "^9.5.1",\n "ts-node": "^10.9.1",\n "ts-patch": "^3.3.0",\n "typescript": "~5.9.3",\n "typescript-transform-paths": "^3.5.6",\n "webpack": "^5.89.0",\n "webpack-cli": "^5.1.4",\n "write-file-webpack-plugin": "^4.5.1"\n },\n "dependencies": {\n "@nestia/core": "^10.0.2",\n "@nestia/fetcher": "^10.0.2",\n "@nestjs/common": "^11.1.12",\n "@nestjs/core": "^11.1.12",\n "@nestjs/platform-express": "^11.1.12",\n "commander": "10.0.0",\n "dotenv": "^16.3.1",\n "dotenv-expand": "^10.0.0",\n "inquirer": "8.2.5",\n "serialize-error": "^4.1.0",\n "tgrid": "^1.1.0",\n "tstl": "^3.0.0",\n "typia": "^11.0.0",\n "uuid": "^9.0.0"\n },\n "stackblitz": {\n "startCommand": "npm run prepare && npm run build:test && npm run test -- --simultaneous 1"\n }\n}',
45
45
  "packages/api/.gitignore": "lib/\nnode_modules/\n\nswagger.json\nopenai.json",
46
46
  "packages/api/LICENSE": 'MIT License\n\nCopyright (c) 2021 ORGANIZATION\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.',
47
47
  "packages/api/README.md": "# SDK Library\nThis is a SDK library generated by [`nestia`](https://nestia.io).\n\nWith this SDK library, you can easily and safely interact with backend server.\n\nJust import and call some API functions like gif image below:\n\n![nestia-sdk-demo](https://user-images.githubusercontent.com/13158709/215004990-368c589d-7101-404e-b81b-fbc936382f05.gif)\n\n> Left is server code, and right is client code utilizing the SDK\n\n\n\n\n# What [`Nestia`](https://nestia.io) is:\n![Nestia Logo](https://nestia.io/logo.png)\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/samchon/nestia/blob/master/LICENSE)\n[![npm version](https://img.shields.io/npm/v/@nestia/core.svg)](https://www.npmjs.com/package/@nestia/core)\n[![Downloads](https://img.shields.io/npm/dm/@nestia/core.svg)](https://www.npmjs.com/package/@nestia/core)\n[![Build Status](https://github.com/samchon/nestia/workflows/build/badge.svg)](https://github.com/samchon/nestia/actions?query=workflow%3Abuild)\n[![Guide Documents](https://img.shields.io/badge/guide-documents-forestgreen)](https://nestia.io/docs/)\n\nNestia is a set of helper libraries for NestJS, supporting below features:\n\n - `@nestia/core`: super-fast decorators\n - `@nestia/sdk`:\n - Swagger generator evolved than ever\n - SDK library generator for clients\n - Mockup Simulator for client applications\n - Automatic E2E test functions generator\n - `@nestia/migrate`: migration from Swagger to NestJS\n - `nestia`: just CLI (command line interface) tool\n\n> **Note**\n> \n> - **Only one line** required, with pure TypeScript type\n> - Enhance performance **30x** up\n> - Runtime validator is **20,000x faster** than `class-validator`\n> - JSON serialization is **200x faster** than `class-transformer`\n> - Software Development Kit\n> - SDK is a collection of `fetch` functions with type definitions like [tRPC](https://trpc.io/)\n> - Mockup simulator means embedded backend simulator in SDK\n> - similar with [msw](https://mswjs.io/), but fully automated",
48
- "packages/api/package.json": '{\n "name": "@ORGANIZATION/PROJECT-api",\n "version": "0.1.0",\n "description": "SDK library generated by Nestia",\n "main": "lib/index.js",\n "module": "lib/index.mjs",\n "typings": "lib/index.d.ts",\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia"\n },\n "author": "Jeongho Nam",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia/issues"\n },\n "homepage": "https://nestia.io",\n "files": [\n "lib",\n "package.json",\n "swagger.json",\n "openai.json",\n "README.md"\n ],\n "dependencies": {\n "@nestia/fetcher": "^9.1.1",\n "tgrid": "^1.2.1",\n "typia": "^10.1.0"\n }\n}',
48
+ "packages/api/package.json": '{\n "name": "@ORGANIZATION/PROJECT-api",\n "version": "0.1.0",\n "description": "SDK library generated by Nestia",\n "main": "lib/index.js",\n "module": "lib/index.mjs",\n "typings": "lib/index.d.ts",\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia"\n },\n "author": "Jeongho Nam",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia/issues"\n },\n "homepage": "https://nestia.io",\n "files": [\n "lib",\n "package.json",\n "swagger.json",\n "openai.json",\n "README.md"\n ],\n "dependencies": {\n "@nestia/fetcher": "^10.0.1",\n "tgrid": "^1.2.1",\n "typia": "^11.0.0"\n }\n}',
49
49
  "packages/api/rollup.config.js": 'const typescript = require("@rollup/plugin-typescript");\nconst terser = require("@rollup/plugin-terser");\n\nmodule.exports = {\n input: `${__dirname}/../../src/api/index.ts`,\n output: {\n dir: `${__dirname}/lib`,\n format: "esm",\n entryFileNames: "[name].mjs",\n sourcemap: true,\n },\n plugins: [\n typescript({\n tsconfig: `${__dirname}/tsconfig.json`,\n module: "ESNext",\n target: "ESNext",\n }),\n terser({\n format: {\n comments: "some",\n beautify: true,\n ecma: "2020",\n },\n compress: false,\n mangle: false,\n module: true,\n }),\n ],\n};\n',
50
50
  "packages/api/tsconfig.json": '{\n "compilerOptions": {\n /* Visit https://aka.ms/tsconfig to read more about this file */\n /* Projects */\n // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */\n // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */\n // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */\n // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */\n // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */\n // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */\n /* Language and Environment */\n "target": "ES5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */\n "lib": [\n "DOM",\n "ES2015"\n ], /* Specify a set of bundled library declaration files that describe the target runtime environment. */// "jsx": "preserve", /* Specify what JSX code is generated. */\n // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */\n // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */\n // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. \'React.createElement\' or \'h\'. */\n // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. \'React.Fragment\' or \'Fragment\'. */\n // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using \'jsx: react-jsx*\'. */\n // "reactNamespace": "", /* Specify the object invoked for \'createElement\'. This only applies when targeting \'react\' JSX emit. */\n // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */\n // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */\n // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */\n /* Modules */\n "module": "commonjs", /* Specify what module code is generated. */// "rootDir": "./", /* Specify the root folder within your source files. */\n // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */\n // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */\n // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */\n // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */\n // "typeRoots": [], /* Specify multiple folders that act like \'./node_modules/@types\'. */\n // "types": [], /* Specify type package names to be included without being referenced in a source file. */\n // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */\n // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */\n // "resolveJsonModule": true, /* Enable importing .json files. */\n // "noResolve": true, /* Disallow \'import\'s, \'require\'s or \'<reference>\'s from expanding the number of files TypeScript should add to a project. */\n /* JavaScript Support */\n // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the \'checkJS\' option to get errors from these files. */\n // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */\n // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from \'node_modules\'. Only applicable with \'allowJs\'. */\n /* Emit */\n "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */// "declarationMap": true, /* Create sourcemaps for d.ts files. */\n // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */\n "sourceMap": true, /* Create source map files for emitted JavaScript files. */// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If \'declaration\' is true, also designates a file that bundles all .d.ts output. */\n "outDir": "./lib", /* Specify an output folder for all emitted files. */// "removeComments": true, /* Disable emitting comments. */\n // "noEmit": true, /* Disable emitting files from a compilation. */\n // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */\n // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */\n "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */\n // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */\n // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */\n // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */\n // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */\n "newLine": "lf", /* Set the newline character for emitting files. */// "stripInternal": true, /* Disable emitting declarations that have \'@internal\' in their JSDoc comments. */\n // "noEmitHelpers": true, /* Disable generating custom helper functions like \'__extends\' in compiled output. */\n // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */\n // "preserveConstEnums": true, /* Disable erasing \'const enum\' declarations in generated code. */\n // "declarationDir": "./", /* Specify the output directory for generated declaration files. */\n // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */\n /* Interop Constraints */\n // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */\n // "allowSyntheticDefaultImports": true, /* Allow \'import x from y\' when a module doesn\'t have a default export. */\n "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables \'allowSyntheticDefaultImports\' for type compatibility. */// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */\n "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. *//* Type Checking */\n "strict": true, /* Enable all strict type-checking options. */// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied \'any\' type. */\n // "strictNullChecks": true, /* When type checking, take into account \'null\' and \'undefined\'. */\n // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */\n // "strictBindCallApply": true, /* Check that the arguments for \'bind\', \'call\', and \'apply\' methods match the original function. */\n // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */\n // "noImplicitThis": true, /* Enable error reporting when \'this\' is given the type \'any\'. */\n // "useUnknownInCatchVariables": true, /* Default catch clause variables as \'unknown\' instead of \'any\'. */\n // "alwaysStrict": true, /* Ensure \'use strict\' is always emitted. */\n // "noUnusedLocals": true, /* Enable error reporting when local variables aren\'t read. */\n // "noUnusedParameters": true, /* Raise an error when a function parameter isn\'t read. */\n // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding \'undefined\'. */\n // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */\n // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */\n // "noUncheckedIndexedAccess": true, /* Add \'undefined\' to a type when accessed using an index. */\n // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */\n // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */\n // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */\n // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */\n /* Completeness */\n // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */\n "skipLibCheck": true, /* Skip type checking all .d.ts files. */\n "plugins": [\n {\n "transform": "typia/lib/transform"\n }\n ],\n "strictNullChecks": true\n },\n "include": [\n "../../src/api"\n ]\n}',
51
51
  "prettier.config.js": 'module.exports = {\n // DEFAULT CONFIGURATIONS\n parser: "typescript",\n printWidth: 80,\n semi: true,\n tabWidth: 2,\n trailingComma: "all",\n\n // PLUG-IN CONFIGURATIONS\n plugins: ["@trivago/prettier-plugin-sort-imports"],\n importOrder: [\n "<THIRD_PARTY_MODULES>",\n "^@ORGANIZATION/PROJECT-api(.*)$",\n "^[./]",\n ],\n importOrderSeparation: true,\n importOrderSortSpecifiers: true,\n importOrderParserPlugins: ["decorators-legacy", "typescript"],\n};\n',
@@ -85,7 +85,7 @@ const SDK_TEMPLATE = {
85
85
  LICENSE: 'MIT License\n\nCopyright (c) 2024 Jeongho Nam\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
86
86
  "README.md": '# Software Development Kit\nThis is a SDK library generated by [`@nestia/migrate`](https://nestia.io/docs/migrate) or [`@nestia/editor`](https://nestia.io/docs/editor).\n\nWith this SDK library, you can easily and safely interact with backend server.\n\nJust import and call some API functions like gif image below:\n\n![nestia-sdk-demo](https://user-images.githubusercontent.com/13158709/215004990-368c589d-7101-404e-b81b-fbc936382f05.gif)\n\n> Left is server code, and right is client code utilizing the SDK\n\n\n\n\n## How to Test\n```bash\nnpm install\nnpm start # run only "test/start.ts" file\nnpm run test # everything under the "test/features" directory\nnpm run test:simulate # "test/features" with mockup simulation mode\n```\n\nIf you run `npm start` command, only [test/start.ts](test/start.ts) file would be executed.\n\nOtherwise you run `npm run test` command instead, run everything in the [test/features](test/features) directory.\n\nFor reference, the [test/features](test/features) directory and E2E test functions (for each API endpoints) would be automatically composed only when you\'ve configured the "E2E test function generation mode" of the `@nestia/migrate` (or `@nestia/editor`).\n\n```bash\nnpm install -g @nestia/migrate\nnpx @nestia/migrate\n? Migration mode (Use arrow keys):\n NestJS\n > SDK\n? Swagger file location: assets/input/clickhouse.json\n? Output directory path: assets/output/clickhouse-sdk-manual\n? Mokup Simulator: true\n? E2E Test Functions: true\n```\n\n\n\n\n## Deploy\n```bash\nnpm install\nnpm run deploy\n```\n\nJust run `npm run deploy` command, then your SDK library would be published.\n\nBy the way, the initial package name of this template repository is `@ORGANIZATION/PROJECT-api`. I think it would better to change the word to your own organization and project name. If you\'re utilizing `VsCode`, you can do it through `Edit > Replace in Files` (*Ctrl + Shift + H*) feature.\n\n-----------\n\n> ## What [`Nestia`](https://nestia.io) is:\n> ![Nestia Logo](https://nestia.io/logo.png)\n> \n> [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/samchon/nestia/blob/master/LICENSE)\n> [![npm version](https://img.shields.io/npm/v/@nestia/core.svg)](https://www.npmjs.com/package/@nestia/core)\n> [![Downloads](https://img.shields.io/npm/dm/@nestia/core.svg)](https://www.npmjs.com/package/@nestia/core)\n> [![Build Status](https://github.com/samchon/nestia/workflows/build/badge.svg)](https://github.com/samchon/nestia/actions?query=workflow%3Abuild)\n> [![Guide Documents](https://img.shields.io/badge/guide-documents-forestgreen)](https://nestia.io/docs/)\n> \n> Nestia is a set of helper libraries for NestJS, supporting below features:\n> \n> - `@nestia/core`: Super-fast decorators\n> - `@nestia/sdk`:\n> - Swagger generator evolved than ever\n> - SDK library generator for clients\n> - Mockup Simulator for client applications\n> - Automatic E2E test functions generator\n> - `@nestia/migrate`: Migration from Swagger to NestJS\n> - `@nestia/editor`: Online TypeScript Swagger Editor\n> - `nestia`: Just CLI (command line interface) tool\n> \n>> **Note**\n>> \n>> - **Only one line** required, with pure TypeScript type\n>> - Enhance performance **30x** up\n>> - Runtime validator is **20,000x faster** than `class-validator`\n>> - JSON serialization is **200x faster** than `class-transformer`\n>> - Software Development Kit\n>> - SDK is a collection of `fetch` functions with type definitions like [tRPC](https://> trpc.io/)\n>> - Mockup simulator means embedded backend simulator in SDK\n>> - similar with [msw](https://mswjs.io/), but fully automated',
87
87
  "hello.js": 'function print(command, description) {\n return console.log(`\\x1b[1m${command}\\x1b[2m: ${description}\\x1b[0m`);\n}\n\nconsole.log("-----------------------------------------");\nconsole.log("\\x1b[7mGenerated by \\x1b[2m@nestia/editor\\x1b[0m");\nconsole.log("");\nconsole.log(" - \\x1b[36mhttps://nestia.io/docs/editor\\x1b[0m");\nconsole.log(" - \\x1b[36mhttps://github.com/samchon/nestia\\x1b[0m");\nconsole.log("-----------------------------------------");\n\nprint("npm run start", "Run only test/start.ts");\nprint("npm run test", "Run every test/features/**/*.ts files");\nprint("npm run test:simulate", "Test with mockup simulator");\n',
88
- "package.json": '{\n "name": "@ORGANIZATION/PROJECT-api",\n "version": "0.1.0",\n "description": "SDK library generated by Nestia",\n "main": "lib/index.js",\n "module": "lib/index.mjs",\n "typings": "lib/index.d.ts",\n "scripts": {\n "build": "rimraf lib && tsc && rollup -c",\n "build:test": "rimraf bin && tsc --project test/tsconfig.json",\n "deploy": "npm run build && npm publish",\n "dev": "npm run build:test -- --watch",\n "hello": "node hello",\n "prepare": "ts-patch install && typia patch",\n "start": "ts-node test/start.ts",\n "swagger": "ts-node test/swagger.ts",\n "test": "ts-node test/index.ts",\n "test:simulate": "ts-node test/index.ts --simulate true",\n "test:manual": "ts-node test/manual.ts"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia"\n },\n "author": "Jeongho Nam",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia/issues"\n },\n "homepage": "https://nestia.io",\n "files": [\n "lib",\n "swagger.json",\n "package.json",\n "README.md"\n ],\n "dependencies": {\n "@nestia/fetcher": "^10.0.0",\n "tgrid": "^1.2.1",\n "typia": "^10.1.0"\n },\n "devDependencies": {\n "@nestia/e2e": "^10.0.0",\n "@rollup/plugin-terser": "^0.4.4",\n "@rollup/plugin-typescript": "^11.1.6",\n "@trivago/prettier-plugin-sort-imports": "^4.3.0",\n "@types/express": "^4.17.21",\n "@types/inquirer": "8.2.5",\n "@types/swagger-ui-express": "^4.1.6",\n "chalk": "4.1.2",\n "commander": "^10.0.0",\n "express": "^4.19.2",\n "inquirer": "8.2.5",\n "prettier": "^3.2.5",\n "rimraf": "^5.0.5",\n "rollup": "^4.13.2",\n "swagger-ui-express": "^5.0.0",\n "ts-node": "^10.9.2",\n "ts-patch": "^3.3.0",\n "typescript": "~5.9.3",\n "typescript-transform-paths": "^3.5.5"\n }\n}',
88
+ "package.json": '{\n "name": "@ORGANIZATION/PROJECT-api",\n "version": "0.1.0",\n "description": "SDK library generated by Nestia",\n "main": "lib/index.js",\n "module": "lib/index.mjs",\n "typings": "lib/index.d.ts",\n "scripts": {\n "build": "rimraf lib && tsc && rollup -c",\n "build:test": "rimraf bin && tsc --project test/tsconfig.json",\n "deploy": "npm run build && npm publish",\n "dev": "npm run build:test -- --watch",\n "hello": "node hello",\n "prepare": "ts-patch install && typia patch",\n "start": "ts-node test/start.ts",\n "swagger": "ts-node test/swagger.ts",\n "test": "ts-node test/index.ts",\n "test:simulate": "ts-node test/index.ts --simulate true",\n "test:manual": "ts-node test/manual.ts"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/samchon/nestia"\n },\n "author": "Jeongho Nam",\n "license": "MIT",\n "bugs": {\n "url": "https://github.com/samchon/nestia/issues"\n },\n "homepage": "https://nestia.io",\n "files": [\n "lib",\n "swagger.json",\n "package.json",\n "README.md"\n ],\n "dependencies": {\n "@nestia/fetcher": "^10.0.2",\n "tgrid": "^1.2.1",\n "typia": "^11.0.0"\n },\n "devDependencies": {\n "@nestia/e2e": "^10.0.2",\n "@rollup/plugin-terser": "^0.4.4",\n "@rollup/plugin-typescript": "^11.1.6",\n "@trivago/prettier-plugin-sort-imports": "^4.3.0",\n "@types/express": "^4.17.21",\n "@types/inquirer": "8.2.5",\n "@types/swagger-ui-express": "^4.1.6",\n "chalk": "4.1.2",\n "commander": "^10.0.0",\n "express": "^4.19.2",\n "inquirer": "8.2.5",\n "prettier": "^3.2.5",\n "rimraf": "^5.0.5",\n "rollup": "^4.13.2",\n "swagger-ui-express": "^5.0.0",\n "ts-node": "^10.9.2",\n "ts-patch": "^3.3.0",\n "typescript": "~5.9.3",\n "typescript-transform-paths": "^3.5.6"\n }\n}',
89
89
  "prettier.config.js": 'module.exports = {\n // DEFAULT CONFIGURATIONS\n parser: "typescript",\n printWidth: 80,\n semi: true,\n tabWidth: 2,\n trailingComma: "all",\n\n // PLUG-IN CONFIGURATIONS\n plugins: ["@trivago/prettier-plugin-sort-imports"],\n importOrder: ["<THIRD_PARTY_MODULES>", "^[./]"],\n importOrderSeparation: true,\n importOrderSortSpecifiers: true,\n importOrderParserPlugins: ["decorators-legacy", "typescript", "jsx"],\n};\n',
90
90
  "rollup.config.js": 'const typescript = require("@rollup/plugin-typescript");\nconst terser = require("@rollup/plugin-terser");\n\nmodule.exports = {\n input: "./src/index.ts",\n output: {\n dir: "lib",\n format: "esm",\n entryFileNames: "[name].mjs",\n sourcemap: true,\n },\n plugins: [\n typescript({\n tsconfig: "tsconfig.json",\n module: "ES2020",\n target: "ES2020",\n }),\n terser({\n format: {\n comments: "some",\n beautify: true,\n ecma: "2020",\n },\n compress: false,\n mangle: false,\n module: true,\n }),\n ],\n};\n',
91
91
  "src/HttpError.ts": 'export { HttpError } from "@nestia/fetcher";\n',
@@ -159,10 +159,7 @@ var NestiaMigrateSchemaProgrammer;
159
159
  if (OpenApiTypeChecker.isConstant(props.schema)) return writeConstant({
160
160
  importer: props.importer,
161
161
  schema: props.schema
162
- }); else if (OpenApiTypeChecker.isBoolean(props.schema)) return writeBoolean({
163
- importer: props.importer,
164
- schema: props.schema
165
- }); else if (OpenApiTypeChecker.isInteger(props.schema)) return writeInteger({
162
+ }); else if (OpenApiTypeChecker.isBoolean(props.schema)) return writeBoolean(); else if (OpenApiTypeChecker.isInteger(props.schema)) return writeInteger({
166
163
  importer: props.importer,
167
164
  schema: props.schema
168
165
  }); else if (OpenApiTypeChecker.isNumber(props.schema)) return writeNumber({
@@ -196,26 +193,8 @@ var NestiaMigrateSchemaProgrammer;
196
193
  if (union.length === 0) return TypeFactory.keyword("any"); else if (union.length === 1) return union[0];
197
194
  return ts.factory.createUnionTypeNode(union);
198
195
  };
199
- const writeConstant = props => {
200
- const intersection = [ ts.factory.createLiteralTypeNode(typeof props.schema.const === "boolean" ? props.schema.const === true ? ts.factory.createTrue() : ts.factory.createFalse() : typeof props.schema.const === "number" ? props.schema.const < 0 ? ts.factory.createPrefixUnaryExpression(ts.SyntaxKind.MinusToken, ts.factory.createNumericLiteral(-props.schema.const)) : ts.factory.createNumericLiteral(props.schema.const) : ts.factory.createStringLiteral(props.schema.const)) ];
201
- writePlugin({
202
- importer: props.importer,
203
- schema: props.schema,
204
- regular: [ "const", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly" ],
205
- intersection
206
- });
207
- return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
208
- };
209
- const writeBoolean = props => {
210
- const intersection = [ TypeFactory.keyword("boolean") ];
211
- writePlugin({
212
- importer: props.importer,
213
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type" ],
214
- intersection,
215
- schema: props.schema
216
- });
217
- return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
218
- };
196
+ const writeConstant = props => ts.factory.createLiteralTypeNode(typeof props.schema.const === "boolean" ? props.schema.const === true ? ts.factory.createTrue() : ts.factory.createFalse() : typeof props.schema.const === "number" ? props.schema.const < 0 ? ts.factory.createPrefixUnaryExpression(ts.SyntaxKind.MinusToken, ts.factory.createNumericLiteral(-props.schema.const)) : ts.factory.createNumericLiteral(props.schema.const) : ts.factory.createStringLiteral(props.schema.const));
197
+ const writeBoolean = () => TypeFactory.keyword("boolean");
219
198
  const writeInteger = props => writeNumeric({
220
199
  factory: () => [ TypeFactory.keyword("number"), props.importer.tag("Type", "int32") ],
221
200
  importer: props.importer,
@@ -232,12 +211,6 @@ var NestiaMigrateSchemaProgrammer;
232
211
  if (props.schema.minimum !== undefined) intersection.push(props.importer.tag(props.schema.exclusiveMinimum ? "ExclusiveMinimum" : "Minimum", props.schema.minimum));
233
212
  if (props.schema.maximum !== undefined) intersection.push(props.importer.tag(props.schema.exclusiveMaximum ? "ExclusiveMaximum" : "Maximum", props.schema.maximum));
234
213
  if (props.schema.multipleOf !== undefined) intersection.push(props.importer.tag("MultipleOf", props.schema.multipleOf));
235
- writePlugin({
236
- importer: props.importer,
237
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "minimum", "maximum", "exclusiveMinimum", "exclusiveMaximum", "multipleOf" ],
238
- intersection,
239
- schema: props.schema
240
- });
241
214
  return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
242
215
  };
243
216
  const writeString = props => {
@@ -249,12 +222,6 @@ var NestiaMigrateSchemaProgrammer;
249
222
  if (props.schema.pattern !== undefined) intersection.push(props.importer.tag("Pattern", props.schema.pattern));
250
223
  if (props.schema.format !== undefined && FormatCheatSheet[props.schema.format] !== undefined) intersection.push(props.importer.tag("Format", props.schema.format));
251
224
  if (props.schema.contentMediaType !== undefined) intersection.push(props.importer.tag("ContentMediaType", props.schema.contentMediaType));
252
- writePlugin({
253
- importer: props.importer,
254
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "format", "pattern", "contentMediaType", "minLength", "maxLength" ],
255
- intersection,
256
- schema: props.schema
257
- });
258
225
  return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
259
226
  };
260
227
  const writeArray = props => {
@@ -266,33 +233,17 @@ var NestiaMigrateSchemaProgrammer;
266
233
  if (props.schema.minItems !== undefined) intersection.push(props.importer.tag("MinItems", props.schema.minItems));
267
234
  if (props.schema.maxItems !== undefined) intersection.push(props.importer.tag("MaxItems", props.schema.maxItems));
268
235
  if (props.schema.uniqueItems === true) intersection.push(props.importer.tag("UniqueItems"));
269
- writePlugin({
270
- importer: props.importer,
271
- regular: [ "items", "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type" ],
272
- intersection,
273
- schema: props.schema
274
- });
275
- return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
276
- };
277
- const writeTuple = props => {
278
- const tuple = ts.factory.createTupleTypeNode([ ...props.schema.prefixItems.map(item => NestiaMigrateSchemaProgrammer.write({
279
- components: props.components,
280
- importer: props.importer,
281
- schema: item
282
- })), ...typeof props.schema.additionalItems === "object" && props.schema.additionalItems !== null ? [ ts.factory.createRestTypeNode(NestiaMigrateSchemaProgrammer.write({
283
- components: props.components,
284
- importer: props.importer,
285
- schema: props.schema.additionalItems
286
- })) ] : props.schema.additionalItems === true ? [ ts.factory.createRestTypeNode(ts.factory.createArrayTypeNode(ts.factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword))) ] : [] ]);
287
- const intersection = [ tuple ];
288
- writePlugin({
289
- importer: props.importer,
290
- regular: [ "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "prefixItems", "additionalItems" ],
291
- intersection,
292
- schema: props.schema
293
- });
294
236
  return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
295
237
  };
238
+ const writeTuple = props => ts.factory.createTupleTypeNode([ ...props.schema.prefixItems.map(item => NestiaMigrateSchemaProgrammer.write({
239
+ components: props.components,
240
+ importer: props.importer,
241
+ schema: item
242
+ })), ...typeof props.schema.additionalItems === "object" && props.schema.additionalItems !== null ? [ ts.factory.createRestTypeNode(NestiaMigrateSchemaProgrammer.write({
243
+ components: props.components,
244
+ importer: props.importer,
245
+ schema: props.schema.additionalItems
246
+ })) ] : props.schema.additionalItems === true ? [ ts.factory.createRestTypeNode(ts.factory.createArrayTypeNode(ts.factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword))) ] : [] ]);
296
247
  const writeObject = props => {
297
248
  const regular = () => ts.factory.createTypeLiteralNode(Object.entries(props.schema.properties ?? []).map(([key, value], index) => [ ...index !== 0 && (!!value.title?.length || !!value.description?.length) ? [ ts.factory.createIdentifier("\n") ] : [], writeRegularProperty({
298
249
  components: props.components,
@@ -332,19 +283,28 @@ var NestiaMigrateSchemaProgrammer;
332
283
 
333
284
  const createNode = text => ts.factory.createTypeReferenceNode(text);
334
285
 
335
- const writeComment$1 = schema => [ ...schema.description?.length ? [ eraseCommentTags(schema.description) ] : [], ...schema.description?.length && (schema.title !== undefined || schema.deprecated === true) ? [ "" ] : [], ...schema.title !== undefined ? [ `@title ${schema.title}` ] : [], ...schema.deprecated === true ? [ `@deprecated` ] : [] ].join("\n");
286
+ const writeComment$1 = schema => {
287
+ const plugins = [];
288
+ if (schema.title !== undefined) plugins.push({
289
+ key: "title",
290
+ value: schema.title
291
+ });
292
+ if (schema.deprecated === true) plugins.push({
293
+ key: "deprecated",
294
+ value: undefined
295
+ });
296
+ for (const [key, value] of Object.entries(schema)) if (key.startsWith("x-") && (() => input => "string" === typeof input || "number" === typeof input || "boolean" === typeof input)()(value)) plugins.push({
297
+ key,
298
+ value
299
+ });
300
+ return [ ...schema.description?.length ? [ eraseCommentTags(schema.description) ] : [], ...schema.description?.length && plugins.length !== 0 ? [ "" ] : [], ...plugins.map(p => p.value === undefined ? `@${p.key}` : `@${p.key} ${String(p.value)}`) ].join("\n");
301
+ };
336
302
 
337
303
  const eraseCommentTags = description => {
338
304
  const lines = description.split("\n");
339
305
  return lines.filter(s => COMMENT_TAGS.every(tag => !s.includes(tag))).join("\n");
340
306
  };
341
307
 
342
- const writePlugin = props => {
343
- const extra = {};
344
- for (const [key, value] of Object.entries(props.schema)) if (value !== undefined && false === props.regular.includes(key) && key.startsWith("x-")) extra[key] = value;
345
- if (Object.keys(extra).length !== 0) props.intersection.push(props.importer.tag("JsonSchemaPlugin", extra));
346
- };
347
-
348
308
  const COMMENT_TAGS = [ "@format", "@pattern", "@length", "@minLength", "@maxLength", "@contentMediaType", "@type", "@minimum", "@maximum", "@exclusiveMinimum", "@exclusiveMaximum", "@multipleOf", "@items", "@minItems", "@maxItems", "@uniqueItems" ];
349
309
 
350
310
  var NestiaMigrateApiFunctionProgrammer;
@@ -1184,33 +1144,33 @@ class NestiaMigrateApplication {
1184
1144
  if (undefined === value) return true;
1185
1145
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
1186
1146
  });
1187
- const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1188
- const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1189
- const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1190
- const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1191
- const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1192
- const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1193
- const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1194
- const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1195
- const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1196
- const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1197
- const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1147
+ const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1148
+ const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1149
+ const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1150
+ const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1151
+ const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1152
+ const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
1153
+ const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1154
+ const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1155
+ const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1156
+ const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1157
+ const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1198
1158
  const _io64 = input => Object.keys(input).every(key => {
1199
1159
  const value = input[key];
1200
1160
  if (undefined === value) return true;
1201
1161
  return "object" === typeof value && null !== value && _iu10(value);
1202
1162
  });
1203
- const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1204
- const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1205
- const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1206
- const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1207
- const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1208
- const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1209
- const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1210
- const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1211
- const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1212
- const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1213
- const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1163
+ const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1164
+ const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1165
+ const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1166
+ const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1167
+ const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1168
+ const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
1169
+ const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1170
+ const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1171
+ const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1172
+ const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1173
+ const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
1214
1174
  const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required);
1215
1175
  const _io77 = input => Object.keys(input).every(key => {
1216
1176
  const value = input[key];
@@ -1235,15 +1195,15 @@ class NestiaMigrateApplication {
1235
1195
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
1236
1196
  });
1237
1197
  const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace));
1238
- const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1198
+ const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1239
1199
  const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
1240
- const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1200
+ const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1241
1201
  const _io91 = input => Object.keys(input).every(key => {
1242
1202
  const value = input[key];
1243
1203
  if (undefined === value) return true;
1244
1204
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
1245
1205
  });
1246
- const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1206
+ const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
1247
1207
  const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1248
1208
  const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem)));
1249
1209
  const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables));
@@ -1262,19 +1222,19 @@ class NestiaMigrateApplication {
1262
1222
  if (undefined === value) return true;
1263
1223
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
1264
1224
  });
1265
- const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1266
- const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1267
- const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1268
- const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1269
- const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1270
- const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1271
- const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1272
- const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1273
- const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1274
- const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1225
+ const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1226
+ const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1227
+ const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1228
+ const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1229
+ const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1230
+ const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1231
+ const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1232
+ const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1233
+ const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1234
+ const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1275
1235
  const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
1276
- const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1277
- const _io115 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1236
+ const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1237
+ const _io115 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1278
1238
  const _io116 = input => Object.keys(input).every(key => {
1279
1239
  const value = input[key];
1280
1240
  if (undefined === value) return true;
@@ -1293,14 +1253,14 @@ class NestiaMigrateApplication {
1293
1253
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
1294
1254
  });
1295
1255
  const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue);
1296
- const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1256
+ const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1297
1257
  const _io123 = input => Object.keys(input).every(key => {
1298
1258
  const value = input[key];
1299
1259
  if (undefined === value) return true;
1300
1260
  return "object" === typeof value && null !== value && _iu14(value);
1301
1261
  });
1302
1262
  const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name);
1303
- const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1263
+ const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1304
1264
  const _io126 = input => Object.keys(input).every(key => {
1305
1265
  const value = input[key];
1306
1266
  if (undefined === value) return true;
@@ -1343,15 +1303,15 @@ class NestiaMigrateApplication {
1343
1303
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
1344
1304
  });
1345
1305
  const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace));
1346
- const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1306
+ const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1347
1307
  const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
1348
- const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1308
+ const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1349
1309
  const _io147 = input => Object.keys(input).every(key => {
1350
1310
  const value = input[key];
1351
1311
  if (undefined === value) return true;
1352
1312
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
1353
1313
  });
1354
- const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1314
+ const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1355
1315
  const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1356
1316
  const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem)));
1357
1317
  const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables));
@@ -1370,22 +1330,22 @@ class NestiaMigrateApplication {
1370
1330
  if (undefined === value) return true;
1371
1331
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
1372
1332
  });
1373
- const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref;
1374
- const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1375
- const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1376
- const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -0x8000000000000000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -0x8000000000000000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1377
- const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1378
- const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1379
- const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1380
- const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1381
- const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1382
- const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1383
- const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1384
- const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1385
- const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1333
+ const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref;
1334
+ const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1335
+ const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1336
+ const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -0x8000000000000000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -0x8000000000000000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1337
+ const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1338
+ const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1339
+ const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1340
+ const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1341
+ const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1342
+ const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1343
+ const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1344
+ const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1345
+ const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1386
1346
  const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
1387
- const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1388
- const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1347
+ const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1348
+ const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
1389
1349
  const _io175 = input => Object.keys(input).every(key => {
1390
1350
  const value = input[key];
1391
1351
  if (undefined === value) return true;
@@ -1399,9 +1359,9 @@ class NestiaMigrateApplication {
1399
1359
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
1400
1360
  });
1401
1361
  const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue);
1402
- const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1403
- const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1404
- const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1362
+ const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1363
+ const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1364
+ const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1405
1365
  const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
1406
1366
  const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content));
1407
1367
  const _io185 = input => Object.keys(input).every(key => {
@@ -1410,7 +1370,7 @@ class NestiaMigrateApplication {
1410
1370
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
1411
1371
  });
1412
1372
  const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples));
1413
- const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1373
+ const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1414
1374
  const _io188 = input => Object.keys(input).every(key => {
1415
1375
  const value = input[key];
1416
1376
  if (undefined === value) return true;
@@ -1423,7 +1383,7 @@ class NestiaMigrateApplication {
1423
1383
  return "object" === typeof value && null !== value && _iu21(value);
1424
1384
  });
1425
1385
  const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name);
1426
- const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1386
+ const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1427
1387
  const _io193 = input => Object.keys(input).every(key => {
1428
1388
  const value = input[key];
1429
1389
  if (undefined === value) return true;
@@ -1468,7 +1428,7 @@ class NestiaMigrateApplication {
1468
1428
  if (undefined === value) return true;
1469
1429
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
1470
1430
  });
1471
- const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1431
+ const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1472
1432
  const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1473
1433
  const _iu0 = input => (() => {
1474
1434
  if (undefined !== input["const"]) return _io9(input); else if ("boolean" === input.type) return _io11(input); else if ("number" === input.type) return _io13(input); else if ("integer" === input.type) return _io12(input); else if ("string" === input.type) return _io14(input); else if (undefined !== input.items) return _io15(input); else if (undefined !== input.prefixItems) return _io16(input); else if ("object" === input.type) return _io17(input); else if (undefined !== input.$ref) return _io18(input); else if (undefined !== input.oneOf) return _io19(input); else if ("null" === input.type) return _io20(input); else return _io21(input);
@@ -3704,16 +3664,16 @@ class NestiaMigrateApplication {
3704
3664
  path: _path + ".title",
3705
3665
  expected: "(string | undefined)",
3706
3666
  value: input.title
3707
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3708
- method: "typia.assert",
3709
- path: _path + ".description",
3710
- expected: "(string | undefined)",
3711
- value: input.description
3712
3667
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3713
3668
  method: "typia.assert",
3714
3669
  path: _path + ".deprecated",
3715
3670
  expected: "(boolean | undefined)",
3716
3671
  value: input.deprecated
3672
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3673
+ method: "typia.assert",
3674
+ path: _path + ".description",
3675
+ expected: "(string | undefined)",
3676
+ value: input.description
3717
3677
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3718
3678
  method: "typia.assert",
3719
3679
  path: _path + ".readOnly",
@@ -3815,16 +3775,16 @@ class NestiaMigrateApplication {
3815
3775
  path: _path + ".title",
3816
3776
  expected: "(string | undefined)",
3817
3777
  value: input.title
3818
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3819
- method: "typia.assert",
3820
- path: _path + ".description",
3821
- expected: "(string | undefined)",
3822
- value: input.description
3823
3778
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3824
3779
  method: "typia.assert",
3825
3780
  path: _path + ".deprecated",
3826
3781
  expected: "(boolean | undefined)",
3827
3782
  value: input.deprecated
3783
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3784
+ method: "typia.assert",
3785
+ path: _path + ".description",
3786
+ expected: "(string | undefined)",
3787
+ value: input.description
3828
3788
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3829
3789
  method: "typia.assert",
3830
3790
  path: _path + ".readOnly",
@@ -3906,16 +3866,16 @@ class NestiaMigrateApplication {
3906
3866
  path: _path + ".title",
3907
3867
  expected: "(string | undefined)",
3908
3868
  value: input.title
3909
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3910
- method: "typia.assert",
3911
- path: _path + ".description",
3912
- expected: "(string | undefined)",
3913
- value: input.description
3914
3869
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3915
3870
  method: "typia.assert",
3916
3871
  path: _path + ".deprecated",
3917
3872
  expected: "(boolean | undefined)",
3918
3873
  value: input.deprecated
3874
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3875
+ method: "typia.assert",
3876
+ path: _path + ".description",
3877
+ expected: "(string | undefined)",
3878
+ value: input.description
3919
3879
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3920
3880
  method: "typia.assert",
3921
3881
  path: _path + ".readOnly",
@@ -3997,16 +3957,16 @@ class NestiaMigrateApplication {
3997
3957
  path: _path + ".title",
3998
3958
  expected: "(string | undefined)",
3999
3959
  value: input.title
4000
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4001
- method: "typia.assert",
4002
- path: _path + ".description",
4003
- expected: "(string | undefined)",
4004
- value: input.description
4005
3960
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4006
3961
  method: "typia.assert",
4007
3962
  path: _path + ".deprecated",
4008
3963
  expected: "(boolean | undefined)",
4009
3964
  value: input.deprecated
3965
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3966
+ method: "typia.assert",
3967
+ path: _path + ".description",
3968
+ expected: "(string | undefined)",
3969
+ value: input.description
4010
3970
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4011
3971
  method: "typia.assert",
4012
3972
  path: _path + ".readOnly",
@@ -4073,16 +4033,16 @@ class NestiaMigrateApplication {
4073
4033
  path: _path + ".title",
4074
4034
  expected: "(string | undefined)",
4075
4035
  value: input.title
4076
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4077
- method: "typia.assert",
4078
- path: _path + ".description",
4079
- expected: "(string | undefined)",
4080
- value: input.description
4081
4036
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4082
4037
  method: "typia.assert",
4083
4038
  path: _path + ".deprecated",
4084
4039
  expected: "(boolean | undefined)",
4085
4040
  value: input.deprecated
4041
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4042
+ method: "typia.assert",
4043
+ path: _path + ".description",
4044
+ expected: "(string | undefined)",
4045
+ value: input.description
4086
4046
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4087
4047
  method: "typia.assert",
4088
4048
  path: _path + ".readOnly",
@@ -4164,16 +4124,16 @@ class NestiaMigrateApplication {
4164
4124
  path: _path + ".title",
4165
4125
  expected: "(string | undefined)",
4166
4126
  value: input.title
4167
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4168
- method: "typia.assert",
4169
- path: _path + ".description",
4170
- expected: "(string | undefined)",
4171
- value: input.description
4172
4127
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4173
4128
  method: "typia.assert",
4174
4129
  path: _path + ".deprecated",
4175
4130
  expected: "(boolean | undefined)",
4176
4131
  value: input.deprecated
4132
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4133
+ method: "typia.assert",
4134
+ path: _path + ".description",
4135
+ expected: "(string | undefined)",
4136
+ value: input.description
4177
4137
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4178
4138
  method: "typia.assert",
4179
4139
  path: _path + ".readOnly",
@@ -4215,16 +4175,16 @@ class NestiaMigrateApplication {
4215
4175
  path: _path + ".title",
4216
4176
  expected: "(string | undefined)",
4217
4177
  value: input.title
4218
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4219
- method: "typia.assert",
4220
- path: _path + ".description",
4221
- expected: "(string | undefined)",
4222
- value: input.description
4223
4178
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4224
4179
  method: "typia.assert",
4225
4180
  path: _path + ".deprecated",
4226
4181
  expected: "(boolean | undefined)",
4227
4182
  value: input.deprecated
4183
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4184
+ method: "typia.assert",
4185
+ path: _path + ".description",
4186
+ expected: "(string | undefined)",
4187
+ value: input.description
4228
4188
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4229
4189
  method: "typia.assert",
4230
4190
  path: _path + ".readOnly",
@@ -4261,16 +4221,16 @@ class NestiaMigrateApplication {
4261
4221
  path: _path + ".title",
4262
4222
  expected: "(string | undefined)",
4263
4223
  value: input.title
4264
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4265
- method: "typia.assert",
4266
- path: _path + ".description",
4267
- expected: "(string | undefined)",
4268
- value: input.description
4269
4224
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4270
4225
  method: "typia.assert",
4271
4226
  path: _path + ".deprecated",
4272
4227
  expected: "(boolean | undefined)",
4273
4228
  value: input.deprecated
4229
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4230
+ method: "typia.assert",
4231
+ path: _path + ".description",
4232
+ expected: "(string | undefined)",
4233
+ value: input.description
4274
4234
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4275
4235
  method: "typia.assert",
4276
4236
  path: _path + ".readOnly",
@@ -4307,16 +4267,16 @@ class NestiaMigrateApplication {
4307
4267
  path: _path + ".title",
4308
4268
  expected: "(string | undefined)",
4309
4269
  value: input.title
4310
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4311
- method: "typia.assert",
4312
- path: _path + ".description",
4313
- expected: "(string | undefined)",
4314
- value: input.description
4315
4270
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4316
4271
  method: "typia.assert",
4317
4272
  path: _path + ".deprecated",
4318
4273
  expected: "(boolean | undefined)",
4319
4274
  value: input.deprecated
4275
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4276
+ method: "typia.assert",
4277
+ path: _path + ".description",
4278
+ expected: "(string | undefined)",
4279
+ value: input.description
4320
4280
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4321
4281
  method: "typia.assert",
4322
4282
  path: _path + ".readOnly",
@@ -4343,16 +4303,16 @@ class NestiaMigrateApplication {
4343
4303
  path: _path + ".title",
4344
4304
  expected: "(string | undefined)",
4345
4305
  value: input.title
4346
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4347
- method: "typia.assert",
4348
- path: _path + ".description",
4349
- expected: "(string | undefined)",
4350
- value: input.description
4351
4306
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4352
4307
  method: "typia.assert",
4353
4308
  path: _path + ".deprecated",
4354
4309
  expected: "(boolean | undefined)",
4355
4310
  value: input.deprecated
4311
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4312
+ method: "typia.assert",
4313
+ path: _path + ".description",
4314
+ expected: "(string | undefined)",
4315
+ value: input.description
4356
4316
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4357
4317
  method: "typia.assert",
4358
4318
  path: _path + ".readOnly",
@@ -4379,16 +4339,16 @@ class NestiaMigrateApplication {
4379
4339
  path: _path + ".title",
4380
4340
  expected: "(string | undefined)",
4381
4341
  value: input.title
4382
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4383
- method: "typia.assert",
4384
- path: _path + ".description",
4385
- expected: "(string | undefined)",
4386
- value: input.description
4387
4342
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4388
4343
  method: "typia.assert",
4389
4344
  path: _path + ".deprecated",
4390
4345
  expected: "(boolean | undefined)",
4391
4346
  value: input.deprecated
4347
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4348
+ method: "typia.assert",
4349
+ path: _path + ".description",
4350
+ expected: "(string | undefined)",
4351
+ value: input.description
4392
4352
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4393
4353
  method: "typia.assert",
4394
4354
  path: _path + ".readOnly",
@@ -4435,16 +4395,16 @@ class NestiaMigrateApplication {
4435
4395
  path: _path + ".title",
4436
4396
  expected: "(string | undefined)",
4437
4397
  value: input.title
4438
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4439
- method: "typia.assert",
4440
- path: _path + ".description",
4441
- expected: "(string | undefined)",
4442
- value: input.description
4443
4398
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4444
4399
  method: "typia.assert",
4445
4400
  path: _path + ".deprecated",
4446
4401
  expected: "(boolean | undefined)",
4447
4402
  value: input.deprecated
4403
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4404
+ method: "typia.assert",
4405
+ path: _path + ".description",
4406
+ expected: "(string | undefined)",
4407
+ value: input.description
4448
4408
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4449
4409
  method: "typia.assert",
4450
4410
  path: _path + ".readOnly",
@@ -4556,16 +4516,16 @@ class NestiaMigrateApplication {
4556
4516
  path: _path + ".title",
4557
4517
  expected: "(string | undefined)",
4558
4518
  value: input.title
4559
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4560
- method: "typia.assert",
4561
- path: _path + ".description",
4562
- expected: "(string | undefined)",
4563
- value: input.description
4564
4519
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4565
4520
  method: "typia.assert",
4566
4521
  path: _path + ".deprecated",
4567
4522
  expected: "(boolean | undefined)",
4568
4523
  value: input.deprecated
4524
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4525
+ method: "typia.assert",
4526
+ path: _path + ".description",
4527
+ expected: "(string | undefined)",
4528
+ value: input.description
4569
4529
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4570
4530
  method: "typia.assert",
4571
4531
  path: _path + ".readOnly",
@@ -4657,16 +4617,16 @@ class NestiaMigrateApplication {
4657
4617
  path: _path + ".title",
4658
4618
  expected: "(string | undefined)",
4659
4619
  value: input.title
4660
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4661
- method: "typia.assert",
4662
- path: _path + ".description",
4663
- expected: "(string | undefined)",
4664
- value: input.description
4665
4620
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4666
4621
  method: "typia.assert",
4667
4622
  path: _path + ".deprecated",
4668
4623
  expected: "(boolean | undefined)",
4669
4624
  value: input.deprecated
4625
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4626
+ method: "typia.assert",
4627
+ path: _path + ".description",
4628
+ expected: "(string | undefined)",
4629
+ value: input.description
4670
4630
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4671
4631
  method: "typia.assert",
4672
4632
  path: _path + ".readOnly",
@@ -4758,16 +4718,16 @@ class NestiaMigrateApplication {
4758
4718
  path: _path + ".title",
4759
4719
  expected: "(string | undefined)",
4760
4720
  value: input.title
4761
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4762
- method: "typia.assert",
4763
- path: _path + ".description",
4764
- expected: "(string | undefined)",
4765
- value: input.description
4766
4721
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4767
4722
  method: "typia.assert",
4768
4723
  path: _path + ".deprecated",
4769
4724
  expected: "(boolean | undefined)",
4770
4725
  value: input.deprecated
4726
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4727
+ method: "typia.assert",
4728
+ path: _path + ".description",
4729
+ expected: "(string | undefined)",
4730
+ value: input.description
4771
4731
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4772
4732
  method: "typia.assert",
4773
4733
  path: _path + ".readOnly",
@@ -4844,16 +4804,16 @@ class NestiaMigrateApplication {
4844
4804
  path: _path + ".title",
4845
4805
  expected: "(string | undefined)",
4846
4806
  value: input.title
4847
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4848
- method: "typia.assert",
4849
- path: _path + ".description",
4850
- expected: "(string | undefined)",
4851
- value: input.description
4852
4807
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4853
4808
  method: "typia.assert",
4854
4809
  path: _path + ".deprecated",
4855
4810
  expected: "(boolean | undefined)",
4856
4811
  value: input.deprecated
4812
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4813
+ method: "typia.assert",
4814
+ path: _path + ".description",
4815
+ expected: "(string | undefined)",
4816
+ value: input.description
4857
4817
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4858
4818
  method: "typia.assert",
4859
4819
  path: _path + ".readOnly",
@@ -4945,16 +4905,16 @@ class NestiaMigrateApplication {
4945
4905
  path: _path + ".title",
4946
4906
  expected: "(string | undefined)",
4947
4907
  value: input.title
4948
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4949
- method: "typia.assert",
4950
- path: _path + ".description",
4951
- expected: "(string | undefined)",
4952
- value: input.description
4953
4908
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4954
4909
  method: "typia.assert",
4955
4910
  path: _path + ".deprecated",
4956
4911
  expected: "(boolean | undefined)",
4957
4912
  value: input.deprecated
4913
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4914
+ method: "typia.assert",
4915
+ path: _path + ".description",
4916
+ expected: "(string | undefined)",
4917
+ value: input.description
4958
4918
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4959
4919
  method: "typia.assert",
4960
4920
  path: _path + ".readOnly",
@@ -5006,16 +4966,16 @@ class NestiaMigrateApplication {
5006
4966
  path: _path + ".title",
5007
4967
  expected: "(string | undefined)",
5008
4968
  value: input.title
5009
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5010
- method: "typia.assert",
5011
- path: _path + ".description",
5012
- expected: "(string | undefined)",
5013
- value: input.description
5014
4969
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5015
4970
  method: "typia.assert",
5016
4971
  path: _path + ".deprecated",
5017
4972
  expected: "(boolean | undefined)",
5018
4973
  value: input.deprecated
4974
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4975
+ method: "typia.assert",
4976
+ path: _path + ".description",
4977
+ expected: "(string | undefined)",
4978
+ value: input.description
5019
4979
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5020
4980
  method: "typia.assert",
5021
4981
  path: _path + ".readOnly",
@@ -5062,16 +5022,16 @@ class NestiaMigrateApplication {
5062
5022
  path: _path + ".title",
5063
5023
  expected: "(string | undefined)",
5064
5024
  value: input.title
5065
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5066
- method: "typia.assert",
5067
- path: _path + ".description",
5068
- expected: "(string | undefined)",
5069
- value: input.description
5070
5025
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5071
5026
  method: "typia.assert",
5072
5027
  path: _path + ".deprecated",
5073
5028
  expected: "(boolean | undefined)",
5074
5029
  value: input.deprecated
5030
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5031
+ method: "typia.assert",
5032
+ path: _path + ".description",
5033
+ expected: "(string | undefined)",
5034
+ value: input.description
5075
5035
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5076
5036
  method: "typia.assert",
5077
5037
  path: _path + ".readOnly",
@@ -5118,16 +5078,16 @@ class NestiaMigrateApplication {
5118
5078
  path: _path + ".title",
5119
5079
  expected: "(string | undefined)",
5120
5080
  value: input.title
5121
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5122
- method: "typia.assert",
5123
- path: _path + ".description",
5124
- expected: "(string | undefined)",
5125
- value: input.description
5126
5081
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5127
5082
  method: "typia.assert",
5128
5083
  path: _path + ".deprecated",
5129
5084
  expected: "(boolean | undefined)",
5130
5085
  value: input.deprecated
5086
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5087
+ method: "typia.assert",
5088
+ path: _path + ".description",
5089
+ expected: "(string | undefined)",
5090
+ value: input.description
5131
5091
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5132
5092
  method: "typia.assert",
5133
5093
  path: _path + ".readOnly",
@@ -5164,16 +5124,16 @@ class NestiaMigrateApplication {
5164
5124
  path: _path + ".title",
5165
5125
  expected: "(string | undefined)",
5166
5126
  value: input.title
5167
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5168
- method: "typia.assert",
5169
- path: _path + ".description",
5170
- expected: "(string | undefined)",
5171
- value: input.description
5172
5127
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5173
5128
  method: "typia.assert",
5174
5129
  path: _path + ".deprecated",
5175
5130
  expected: "(boolean | undefined)",
5176
5131
  value: input.deprecated
5132
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5133
+ method: "typia.assert",
5134
+ path: _path + ".description",
5135
+ expected: "(string | undefined)",
5136
+ value: input.description
5177
5137
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5178
5138
  method: "typia.assert",
5179
5139
  path: _path + ".readOnly",
@@ -5210,17 +5170,17 @@ class NestiaMigrateApplication {
5210
5170
  path: _path + ".title",
5211
5171
  expected: "(string | undefined)",
5212
5172
  value: input.title
5213
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5214
- method: "typia.assert",
5215
- path: _path + ".description",
5216
- expected: "(string | undefined)",
5217
- value: input.description
5218
5173
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5219
5174
  method: "typia.assert",
5220
5175
  path: _path + ".deprecated",
5221
5176
  expected: "(boolean | undefined)",
5222
5177
  value: input.deprecated
5223
- }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5178
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5179
+ method: "typia.assert",
5180
+ path: _path + ".description",
5181
+ expected: "(string | undefined)",
5182
+ value: input.description
5183
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5224
5184
  method: "typia.assert",
5225
5185
  path: _path + ".readOnly",
5226
5186
  expected: "(boolean | undefined)",
@@ -5620,16 +5580,16 @@ class NestiaMigrateApplication {
5620
5580
  path: _path + ".title",
5621
5581
  expected: "(string | undefined)",
5622
5582
  value: input.title
5623
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5624
- method: "typia.assert",
5625
- path: _path + ".description",
5626
- expected: "(string | undefined)",
5627
- value: input.description
5628
5583
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5629
5584
  method: "typia.assert",
5630
5585
  path: _path + ".deprecated",
5631
5586
  expected: "(boolean | undefined)",
5632
5587
  value: input.deprecated
5588
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5589
+ method: "typia.assert",
5590
+ path: _path + ".description",
5591
+ expected: "(string | undefined)",
5592
+ value: input.description
5633
5593
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5634
5594
  method: "typia.assert",
5635
5595
  path: _path + ".readOnly",
@@ -5737,16 +5697,16 @@ class NestiaMigrateApplication {
5737
5697
  path: _path + ".title",
5738
5698
  expected: "(string | undefined)",
5739
5699
  value: input.title
5740
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5741
- method: "typia.assert",
5742
- path: _path + ".description",
5743
- expected: "(string | undefined)",
5744
- value: input.description
5745
5700
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5746
5701
  method: "typia.assert",
5747
5702
  path: _path + ".deprecated",
5748
5703
  expected: "(boolean | undefined)",
5749
5704
  value: input.deprecated
5705
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5706
+ method: "typia.assert",
5707
+ path: _path + ".description",
5708
+ expected: "(string | undefined)",
5709
+ value: input.description
5750
5710
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5751
5711
  method: "typia.assert",
5752
5712
  path: _path + ".readOnly",
@@ -5783,16 +5743,16 @@ class NestiaMigrateApplication {
5783
5743
  path: _path + ".title",
5784
5744
  expected: "(string | undefined)",
5785
5745
  value: input.title
5786
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5787
- method: "typia.assert",
5788
- path: _path + ".description",
5789
- expected: "(string | undefined)",
5790
- value: input.description
5791
5746
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5792
5747
  method: "typia.assert",
5793
5748
  path: _path + ".deprecated",
5794
5749
  expected: "(boolean | undefined)",
5795
5750
  value: input.deprecated
5751
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5752
+ method: "typia.assert",
5753
+ path: _path + ".description",
5754
+ expected: "(string | undefined)",
5755
+ value: input.description
5796
5756
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5797
5757
  method: "typia.assert",
5798
5758
  path: _path + ".readOnly",
@@ -6162,16 +6122,16 @@ class NestiaMigrateApplication {
6162
6122
  path: _path + ".title",
6163
6123
  expected: "(string | undefined)",
6164
6124
  value: input.title
6165
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6166
- method: "typia.assert",
6167
- path: _path + ".description",
6168
- expected: "(string | undefined)",
6169
- value: input.description
6170
6125
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6171
6126
  method: "typia.assert",
6172
6127
  path: _path + ".deprecated",
6173
6128
  expected: "(boolean | undefined)",
6174
6129
  value: input.deprecated
6130
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6131
+ method: "typia.assert",
6132
+ path: _path + ".description",
6133
+ expected: "(string | undefined)",
6134
+ value: input.description
6175
6135
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6176
6136
  method: "typia.assert",
6177
6137
  path: _path + ".readOnly",
@@ -6283,16 +6243,16 @@ class NestiaMigrateApplication {
6283
6243
  path: _path + ".title",
6284
6244
  expected: "(string | undefined)",
6285
6245
  value: input.title
6286
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6287
- method: "typia.assert",
6288
- path: _path + ".description",
6289
- expected: "(string | undefined)",
6290
- value: input.description
6291
6246
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6292
6247
  method: "typia.assert",
6293
6248
  path: _path + ".deprecated",
6294
6249
  expected: "(boolean | undefined)",
6295
6250
  value: input.deprecated
6251
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6252
+ method: "typia.assert",
6253
+ path: _path + ".description",
6254
+ expected: "(string | undefined)",
6255
+ value: input.description
6296
6256
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6297
6257
  method: "typia.assert",
6298
6258
  path: _path + ".readOnly",
@@ -6384,16 +6344,16 @@ class NestiaMigrateApplication {
6384
6344
  path: _path + ".title",
6385
6345
  expected: "(string | undefined)",
6386
6346
  value: input.title
6387
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6388
- method: "typia.assert",
6389
- path: _path + ".description",
6390
- expected: "(string | undefined)",
6391
- value: input.description
6392
6347
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6393
6348
  method: "typia.assert",
6394
6349
  path: _path + ".deprecated",
6395
6350
  expected: "(boolean | undefined)",
6396
6351
  value: input.deprecated
6352
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6353
+ method: "typia.assert",
6354
+ path: _path + ".description",
6355
+ expected: "(string | undefined)",
6356
+ value: input.description
6397
6357
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6398
6358
  method: "typia.assert",
6399
6359
  path: _path + ".readOnly",
@@ -6485,16 +6445,16 @@ class NestiaMigrateApplication {
6485
6445
  path: _path + ".title",
6486
6446
  expected: "(string | undefined)",
6487
6447
  value: input.title
6488
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6489
- method: "typia.assert",
6490
- path: _path + ".description",
6491
- expected: "(string | undefined)",
6492
- value: input.description
6493
6448
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6494
6449
  method: "typia.assert",
6495
6450
  path: _path + ".deprecated",
6496
6451
  expected: "(boolean | undefined)",
6497
6452
  value: input.deprecated
6453
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6454
+ method: "typia.assert",
6455
+ path: _path + ".description",
6456
+ expected: "(string | undefined)",
6457
+ value: input.description
6498
6458
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6499
6459
  method: "typia.assert",
6500
6460
  path: _path + ".readOnly",
@@ -6571,16 +6531,16 @@ class NestiaMigrateApplication {
6571
6531
  path: _path + ".title",
6572
6532
  expected: "(string | undefined)",
6573
6533
  value: input.title
6574
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6575
- method: "typia.assert",
6576
- path: _path + ".description",
6577
- expected: "(string | undefined)",
6578
- value: input.description
6579
6534
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6580
6535
  method: "typia.assert",
6581
6536
  path: _path + ".deprecated",
6582
6537
  expected: "(boolean | undefined)",
6583
6538
  value: input.deprecated
6539
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6540
+ method: "typia.assert",
6541
+ path: _path + ".description",
6542
+ expected: "(string | undefined)",
6543
+ value: input.description
6584
6544
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6585
6545
  method: "typia.assert",
6586
6546
  path: _path + ".readOnly",
@@ -6672,16 +6632,16 @@ class NestiaMigrateApplication {
6672
6632
  path: _path + ".title",
6673
6633
  expected: "(string | undefined)",
6674
6634
  value: input.title
6675
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6676
- method: "typia.assert",
6677
- path: _path + ".description",
6678
- expected: "(string | undefined)",
6679
- value: input.description
6680
6635
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6681
6636
  method: "typia.assert",
6682
6637
  path: _path + ".deprecated",
6683
6638
  expected: "(boolean | undefined)",
6684
6639
  value: input.deprecated
6640
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6641
+ method: "typia.assert",
6642
+ path: _path + ".description",
6643
+ expected: "(string | undefined)",
6644
+ value: input.description
6685
6645
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6686
6646
  method: "typia.assert",
6687
6647
  path: _path + ".readOnly",
@@ -6738,16 +6698,16 @@ class NestiaMigrateApplication {
6738
6698
  path: _path + ".title",
6739
6699
  expected: "(string | undefined)",
6740
6700
  value: input.title
6741
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6742
- method: "typia.assert",
6743
- path: _path + ".description",
6744
- expected: "(string | undefined)",
6745
- value: input.description
6746
6701
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6747
6702
  method: "typia.assert",
6748
6703
  path: _path + ".deprecated",
6749
6704
  expected: "(boolean | undefined)",
6750
6705
  value: input.deprecated
6706
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6707
+ method: "typia.assert",
6708
+ path: _path + ".description",
6709
+ expected: "(string | undefined)",
6710
+ value: input.description
6751
6711
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6752
6712
  method: "typia.assert",
6753
6713
  path: _path + ".readOnly",
@@ -6799,16 +6759,16 @@ class NestiaMigrateApplication {
6799
6759
  path: _path + ".title",
6800
6760
  expected: "(string | undefined)",
6801
6761
  value: input.title
6802
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6803
- method: "typia.assert",
6804
- path: _path + ".description",
6805
- expected: "(string | undefined)",
6806
- value: input.description
6807
6762
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6808
6763
  method: "typia.assert",
6809
6764
  path: _path + ".deprecated",
6810
6765
  expected: "(boolean | undefined)",
6811
6766
  value: input.deprecated
6767
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6768
+ method: "typia.assert",
6769
+ path: _path + ".description",
6770
+ expected: "(string | undefined)",
6771
+ value: input.description
6812
6772
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6813
6773
  method: "typia.assert",
6814
6774
  path: _path + ".readOnly",
@@ -6860,16 +6820,16 @@ class NestiaMigrateApplication {
6860
6820
  path: _path + ".title",
6861
6821
  expected: "(string | undefined)",
6862
6822
  value: input.title
6863
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6864
- method: "typia.assert",
6865
- path: _path + ".description",
6866
- expected: "(string | undefined)",
6867
- value: input.description
6868
6823
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6869
6824
  method: "typia.assert",
6870
6825
  path: _path + ".deprecated",
6871
6826
  expected: "(boolean | undefined)",
6872
6827
  value: input.deprecated
6828
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6829
+ method: "typia.assert",
6830
+ path: _path + ".description",
6831
+ expected: "(string | undefined)",
6832
+ value: input.description
6873
6833
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6874
6834
  method: "typia.assert",
6875
6835
  path: _path + ".readOnly",
@@ -6931,16 +6891,16 @@ class NestiaMigrateApplication {
6931
6891
  path: _path + ".title",
6932
6892
  expected: "(string | undefined)",
6933
6893
  value: input.title
6934
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6935
- method: "typia.assert",
6936
- path: _path + ".description",
6937
- expected: "(string | undefined)",
6938
- value: input.description
6939
6894
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6940
6895
  method: "typia.assert",
6941
6896
  path: _path + ".deprecated",
6942
6897
  expected: "(boolean | undefined)",
6943
6898
  value: input.deprecated
6899
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6900
+ method: "typia.assert",
6901
+ path: _path + ".description",
6902
+ expected: "(string | undefined)",
6903
+ value: input.description
6944
6904
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6945
6905
  method: "typia.assert",
6946
6906
  path: _path + ".readOnly",
@@ -6978,16 +6938,16 @@ class NestiaMigrateApplication {
6978
6938
  path: _path + ".title",
6979
6939
  expected: "(string | undefined)",
6980
6940
  value: input.title
6981
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6982
- method: "typia.assert",
6983
- path: _path + ".description",
6984
- expected: "(string | undefined)",
6985
- value: input.description
6986
6941
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6987
6942
  method: "typia.assert",
6988
6943
  path: _path + ".deprecated",
6989
6944
  expected: "(boolean | undefined)",
6990
6945
  value: input.deprecated
6946
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6947
+ method: "typia.assert",
6948
+ path: _path + ".description",
6949
+ expected: "(string | undefined)",
6950
+ value: input.description
6991
6951
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6992
6952
  method: "typia.assert",
6993
6953
  path: _path + ".readOnly",
@@ -7024,16 +6984,16 @@ class NestiaMigrateApplication {
7024
6984
  path: _path + ".title",
7025
6985
  expected: "(string | undefined)",
7026
6986
  value: input.title
7027
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7028
- method: "typia.assert",
7029
- path: _path + ".description",
7030
- expected: "(string | undefined)",
7031
- value: input.description
7032
6987
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7033
6988
  method: "typia.assert",
7034
6989
  path: _path + ".deprecated",
7035
6990
  expected: "(boolean | undefined)",
7036
6991
  value: input.deprecated
6992
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6993
+ method: "typia.assert",
6994
+ path: _path + ".description",
6995
+ expected: "(string | undefined)",
6996
+ value: input.description
7037
6997
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7038
6998
  method: "typia.assert",
7039
6999
  path: _path + ".readOnly",
@@ -7203,16 +7163,16 @@ class NestiaMigrateApplication {
7203
7163
  path: _path + ".title",
7204
7164
  expected: "(string | undefined)",
7205
7165
  value: input.title
7206
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7207
- method: "typia.assert",
7208
- path: _path + ".description",
7209
- expected: "(string | undefined)",
7210
- value: input.description
7211
7166
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7212
7167
  method: "typia.assert",
7213
7168
  path: _path + ".deprecated",
7214
7169
  expected: "(boolean | undefined)",
7215
7170
  value: input.deprecated
7171
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7172
+ method: "typia.assert",
7173
+ path: _path + ".description",
7174
+ expected: "(string | undefined)",
7175
+ value: input.description
7216
7176
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7217
7177
  method: "typia.assert",
7218
7178
  path: _path + ".readOnly",
@@ -7300,16 +7260,16 @@ class NestiaMigrateApplication {
7300
7260
  path: _path + ".title",
7301
7261
  expected: "(string | undefined)",
7302
7262
  value: input.title
7303
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7304
- method: "typia.assert",
7305
- path: _path + ".description",
7306
- expected: "(string | undefined)",
7307
- value: input.description
7308
7263
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7309
7264
  method: "typia.assert",
7310
7265
  path: _path + ".deprecated",
7311
7266
  expected: "(boolean | undefined)",
7312
7267
  value: input.deprecated
7268
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7269
+ method: "typia.assert",
7270
+ path: _path + ".description",
7271
+ expected: "(string | undefined)",
7272
+ value: input.description
7313
7273
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7314
7274
  method: "typia.assert",
7315
7275
  path: _path + ".readOnly",
@@ -7833,16 +7793,16 @@ class NestiaMigrateApplication {
7833
7793
  path: _path + ".title",
7834
7794
  expected: "(string | undefined)",
7835
7795
  value: input.title
7836
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7837
- method: "typia.assert",
7838
- path: _path + ".description",
7839
- expected: "(string | undefined)",
7840
- value: input.description
7841
7796
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7842
7797
  method: "typia.assert",
7843
7798
  path: _path + ".deprecated",
7844
7799
  expected: "(boolean | undefined)",
7845
7800
  value: input.deprecated
7801
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7802
+ method: "typia.assert",
7803
+ path: _path + ".description",
7804
+ expected: "(string | undefined)",
7805
+ value: input.description
7846
7806
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7847
7807
  method: "typia.assert",
7848
7808
  path: _path + ".readOnly",
@@ -7995,16 +7955,16 @@ class NestiaMigrateApplication {
7995
7955
  path: _path + ".title",
7996
7956
  expected: "(string | undefined)",
7997
7957
  value: input.title
7998
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7999
- method: "typia.assert",
8000
- path: _path + ".description",
8001
- expected: "(string | undefined)",
8002
- value: input.description
8003
7958
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8004
7959
  method: "typia.assert",
8005
7960
  path: _path + ".deprecated",
8006
7961
  expected: "(boolean | undefined)",
8007
7962
  value: input.deprecated
7963
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7964
+ method: "typia.assert",
7965
+ path: _path + ".description",
7966
+ expected: "(string | undefined)",
7967
+ value: input.description
8008
7968
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8009
7969
  method: "typia.assert",
8010
7970
  path: _path + ".readOnly",
@@ -8056,16 +8016,16 @@ class NestiaMigrateApplication {
8056
8016
  path: _path + ".title",
8057
8017
  expected: "(string | undefined)",
8058
8018
  value: input.title
8059
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8060
- method: "typia.assert",
8061
- path: _path + ".description",
8062
- expected: "(string | undefined)",
8063
- value: input.description
8064
8019
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8065
8020
  method: "typia.assert",
8066
8021
  path: _path + ".deprecated",
8067
8022
  expected: "(boolean | undefined)",
8068
8023
  value: input.deprecated
8024
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8025
+ method: "typia.assert",
8026
+ path: _path + ".description",
8027
+ expected: "(string | undefined)",
8028
+ value: input.description
8069
8029
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8070
8030
  method: "typia.assert",
8071
8031
  path: _path + ".readOnly",
@@ -8490,16 +8450,16 @@ class NestiaMigrateApplication {
8490
8450
  path: _path + ".title",
8491
8451
  expected: "(string | undefined)",
8492
8452
  value: input.title
8493
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8494
- method: "typia.assert",
8495
- path: _path + ".description",
8496
- expected: "(string | undefined)",
8497
- value: input.description
8498
8453
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8499
8454
  method: "typia.assert",
8500
8455
  path: _path + ".deprecated",
8501
8456
  expected: "(boolean | undefined)",
8502
8457
  value: input.deprecated
8458
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8459
+ method: "typia.assert",
8460
+ path: _path + ".description",
8461
+ expected: "(string | undefined)",
8462
+ value: input.description
8503
8463
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8504
8464
  method: "typia.assert",
8505
8465
  path: _path + ".readOnly",
@@ -8540,6 +8500,11 @@ class NestiaMigrateApplication {
8540
8500
  path: _path + ".multipleOf",
8541
8501
  expected: "((number & ExclusiveMinimum<0>) | undefined)",
8542
8502
  value: input.multipleOf
8503
+ }, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8504
+ method: "typia.assert",
8505
+ path: _path + ".contentMediaType",
8506
+ expected: "(string | undefined)",
8507
+ value: input.contentMediaType
8543
8508
  }, _errorFactory)) && (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8544
8509
  method: "typia.assert",
8545
8510
  path: _path + ".format",
@@ -8550,11 +8515,6 @@ class NestiaMigrateApplication {
8550
8515
  path: _path + ".pattern",
8551
8516
  expected: "(string | undefined)",
8552
8517
  value: input.pattern
8553
- }, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8554
- method: "typia.assert",
8555
- path: _path + ".contentMediaType",
8556
- expected: "(string | undefined)",
8557
- value: input.contentMediaType
8558
8518
  }, _errorFactory)) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8559
8519
  method: "typia.assert",
8560
8520
  path: _path + ".minLength",
@@ -8816,16 +8776,16 @@ class NestiaMigrateApplication {
8816
8776
  path: _path + ".title",
8817
8777
  expected: "(string | undefined)",
8818
8778
  value: input.title
8819
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8820
- method: "typia.assert",
8821
- path: _path + ".description",
8822
- expected: "(string | undefined)",
8823
- value: input.description
8824
8779
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8825
8780
  method: "typia.assert",
8826
8781
  path: _path + ".deprecated",
8827
8782
  expected: "(boolean | undefined)",
8828
8783
  value: input.deprecated
8784
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8785
+ method: "typia.assert",
8786
+ path: _path + ".description",
8787
+ expected: "(string | undefined)",
8788
+ value: input.description
8829
8789
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8830
8790
  method: "typia.assert",
8831
8791
  path: _path + ".readOnly",
@@ -8867,16 +8827,16 @@ class NestiaMigrateApplication {
8867
8827
  path: _path + ".title",
8868
8828
  expected: "(string | undefined)",
8869
8829
  value: input.title
8870
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8871
- method: "typia.assert",
8872
- path: _path + ".description",
8873
- expected: "(string | undefined)",
8874
- value: input.description
8875
8830
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8876
8831
  method: "typia.assert",
8877
8832
  path: _path + ".deprecated",
8878
8833
  expected: "(boolean | undefined)",
8879
8834
  value: input.deprecated
8835
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8836
+ method: "typia.assert",
8837
+ path: _path + ".description",
8838
+ expected: "(string | undefined)",
8839
+ value: input.description
8880
8840
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8881
8841
  method: "typia.assert",
8882
8842
  path: _path + ".readOnly",
@@ -8998,16 +8958,16 @@ class NestiaMigrateApplication {
8998
8958
  path: _path + ".title",
8999
8959
  expected: "(string | undefined)",
9000
8960
  value: input.title
9001
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9002
- method: "typia.assert",
9003
- path: _path + ".description",
9004
- expected: "(string | undefined)",
9005
- value: input.description
9006
8961
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9007
8962
  method: "typia.assert",
9008
8963
  path: _path + ".deprecated",
9009
8964
  expected: "(boolean | undefined)",
9010
8965
  value: input.deprecated
8966
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8967
+ method: "typia.assert",
8968
+ path: _path + ".description",
8969
+ expected: "(string | undefined)",
8970
+ value: input.description
9011
8971
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9012
8972
  method: "typia.assert",
9013
8973
  path: _path + ".readOnly",
@@ -9099,16 +9059,16 @@ class NestiaMigrateApplication {
9099
9059
  path: _path + ".title",
9100
9060
  expected: "(string | undefined)",
9101
9061
  value: input.title
9102
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9103
- method: "typia.assert",
9104
- path: _path + ".description",
9105
- expected: "(string | undefined)",
9106
- value: input.description
9107
9062
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9108
9063
  method: "typia.assert",
9109
9064
  path: _path + ".deprecated",
9110
9065
  expected: "(boolean | undefined)",
9111
9066
  value: input.deprecated
9067
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9068
+ method: "typia.assert",
9069
+ path: _path + ".description",
9070
+ expected: "(string | undefined)",
9071
+ value: input.description
9112
9072
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9113
9073
  method: "typia.assert",
9114
9074
  path: _path + ".readOnly",
@@ -9205,16 +9165,16 @@ class NestiaMigrateApplication {
9205
9165
  path: _path + ".title",
9206
9166
  expected: "(string | undefined)",
9207
9167
  value: input.title
9208
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9209
- method: "typia.assert",
9210
- path: _path + ".description",
9211
- expected: "(string | undefined)",
9212
- value: input.description
9213
9168
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9214
9169
  method: "typia.assert",
9215
9170
  path: _path + ".deprecated",
9216
9171
  expected: "(boolean | undefined)",
9217
9172
  value: input.deprecated
9173
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9174
+ method: "typia.assert",
9175
+ path: _path + ".description",
9176
+ expected: "(string | undefined)",
9177
+ value: input.description
9218
9178
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9219
9179
  method: "typia.assert",
9220
9180
  path: _path + ".readOnly",
@@ -9341,16 +9301,16 @@ class NestiaMigrateApplication {
9341
9301
  path: _path + ".title",
9342
9302
  expected: "(string | undefined)",
9343
9303
  value: input.title
9344
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9345
- method: "typia.assert",
9346
- path: _path + ".description",
9347
- expected: "(string | undefined)",
9348
- value: input.description
9349
9304
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9350
9305
  method: "typia.assert",
9351
9306
  path: _path + ".deprecated",
9352
9307
  expected: "(boolean | undefined)",
9353
9308
  value: input.deprecated
9309
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9310
+ method: "typia.assert",
9311
+ path: _path + ".description",
9312
+ expected: "(string | undefined)",
9313
+ value: input.description
9354
9314
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9355
9315
  method: "typia.assert",
9356
9316
  path: _path + ".readOnly",
@@ -9442,16 +9402,16 @@ class NestiaMigrateApplication {
9442
9402
  path: _path + ".title",
9443
9403
  expected: "(string | undefined)",
9444
9404
  value: input.title
9445
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9446
- method: "typia.assert",
9447
- path: _path + ".description",
9448
- expected: "(string | undefined)",
9449
- value: input.description
9450
9405
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9451
9406
  method: "typia.assert",
9452
9407
  path: _path + ".deprecated",
9453
9408
  expected: "(boolean | undefined)",
9454
9409
  value: input.deprecated
9410
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9411
+ method: "typia.assert",
9412
+ path: _path + ".description",
9413
+ expected: "(string | undefined)",
9414
+ value: input.description
9455
9415
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9456
9416
  method: "typia.assert",
9457
9417
  path: _path + ".readOnly",
@@ -9508,16 +9468,16 @@ class NestiaMigrateApplication {
9508
9468
  path: _path + ".title",
9509
9469
  expected: "(string | undefined)",
9510
9470
  value: input.title
9511
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9512
- method: "typia.assert",
9513
- path: _path + ".description",
9514
- expected: "(string | undefined)",
9515
- value: input.description
9516
9471
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9517
9472
  method: "typia.assert",
9518
9473
  path: _path + ".deprecated",
9519
9474
  expected: "(boolean | undefined)",
9520
9475
  value: input.deprecated
9476
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9477
+ method: "typia.assert",
9478
+ path: _path + ".description",
9479
+ expected: "(string | undefined)",
9480
+ value: input.description
9521
9481
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9522
9482
  method: "typia.assert",
9523
9483
  path: _path + ".readOnly",
@@ -9554,16 +9514,16 @@ class NestiaMigrateApplication {
9554
9514
  path: _path + ".title",
9555
9515
  expected: "(string | undefined)",
9556
9516
  value: input.title
9557
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9558
- method: "typia.assert",
9559
- path: _path + ".description",
9560
- expected: "(string | undefined)",
9561
- value: input.description
9562
9517
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9563
9518
  method: "typia.assert",
9564
9519
  path: _path + ".deprecated",
9565
9520
  expected: "(boolean | undefined)",
9566
9521
  value: input.deprecated
9522
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9523
+ method: "typia.assert",
9524
+ path: _path + ".description",
9525
+ expected: "(string | undefined)",
9526
+ value: input.description
9567
9527
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9568
9528
  method: "typia.assert",
9569
9529
  path: _path + ".readOnly",
@@ -9615,16 +9575,16 @@ class NestiaMigrateApplication {
9615
9575
  path: _path + ".title",
9616
9576
  expected: "(string | undefined)",
9617
9577
  value: input.title
9618
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9619
- method: "typia.assert",
9620
- path: _path + ".description",
9621
- expected: "(string | undefined)",
9622
- value: input.description
9623
9578
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9624
9579
  method: "typia.assert",
9625
9580
  path: _path + ".deprecated",
9626
9581
  expected: "(boolean | undefined)",
9627
9582
  value: input.deprecated
9583
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9584
+ method: "typia.assert",
9585
+ path: _path + ".description",
9586
+ expected: "(string | undefined)",
9587
+ value: input.description
9628
9588
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9629
9589
  method: "typia.assert",
9630
9590
  path: _path + ".readOnly",
@@ -9676,16 +9636,16 @@ class NestiaMigrateApplication {
9676
9636
  path: _path + ".title",
9677
9637
  expected: "(string | undefined)",
9678
9638
  value: input.title
9679
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9680
- method: "typia.assert",
9681
- path: _path + ".description",
9682
- expected: "(string | undefined)",
9683
- value: input.description
9684
9639
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9685
9640
  method: "typia.assert",
9686
9641
  path: _path + ".deprecated",
9687
9642
  expected: "(boolean | undefined)",
9688
9643
  value: input.deprecated
9644
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9645
+ method: "typia.assert",
9646
+ path: _path + ".description",
9647
+ expected: "(string | undefined)",
9648
+ value: input.description
9689
9649
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9690
9650
  method: "typia.assert",
9691
9651
  path: _path + ".readOnly",
@@ -9747,16 +9707,16 @@ class NestiaMigrateApplication {
9747
9707
  path: _path + ".title",
9748
9708
  expected: "(string | undefined)",
9749
9709
  value: input.title
9750
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9751
- method: "typia.assert",
9752
- path: _path + ".description",
9753
- expected: "(string | undefined)",
9754
- value: input.description
9755
9710
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9756
9711
  method: "typia.assert",
9757
9712
  path: _path + ".deprecated",
9758
9713
  expected: "(boolean | undefined)",
9759
9714
  value: input.deprecated
9715
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9716
+ method: "typia.assert",
9717
+ path: _path + ".description",
9718
+ expected: "(string | undefined)",
9719
+ value: input.description
9760
9720
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9761
9721
  method: "typia.assert",
9762
9722
  path: _path + ".readOnly",
@@ -9794,16 +9754,16 @@ class NestiaMigrateApplication {
9794
9754
  path: _path + ".title",
9795
9755
  expected: "(string | undefined)",
9796
9756
  value: input.title
9797
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9798
- method: "typia.assert",
9799
- path: _path + ".description",
9800
- expected: "(string | undefined)",
9801
- value: input.description
9802
9757
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9803
9758
  method: "typia.assert",
9804
9759
  path: _path + ".deprecated",
9805
9760
  expected: "(boolean | undefined)",
9806
9761
  value: input.deprecated
9762
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9763
+ method: "typia.assert",
9764
+ path: _path + ".description",
9765
+ expected: "(string | undefined)",
9766
+ value: input.description
9807
9767
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9808
9768
  method: "typia.assert",
9809
9769
  path: _path + ".readOnly",
@@ -9850,16 +9810,16 @@ class NestiaMigrateApplication {
9850
9810
  path: _path + ".title",
9851
9811
  expected: "(string | undefined)",
9852
9812
  value: input.title
9853
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9854
- method: "typia.assert",
9855
- path: _path + ".description",
9856
- expected: "(string | undefined)",
9857
- value: input.description
9858
9813
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9859
9814
  method: "typia.assert",
9860
9815
  path: _path + ".deprecated",
9861
9816
  expected: "(boolean | undefined)",
9862
9817
  value: input.deprecated
9818
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9819
+ method: "typia.assert",
9820
+ path: _path + ".description",
9821
+ expected: "(string | undefined)",
9822
+ value: input.description
9863
9823
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9864
9824
  method: "typia.assert",
9865
9825
  path: _path + ".readOnly",
@@ -10129,16 +10089,16 @@ class NestiaMigrateApplication {
10129
10089
  path: _path + ".title",
10130
10090
  expected: "(string | undefined)",
10131
10091
  value: input.title
10132
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10133
- method: "typia.assert",
10134
- path: _path + ".description",
10135
- expected: "(string | undefined)",
10136
- value: input.description
10137
10092
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10138
10093
  method: "typia.assert",
10139
10094
  path: _path + ".deprecated",
10140
10095
  expected: "(boolean | undefined)",
10141
10096
  value: input.deprecated
10097
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10098
+ method: "typia.assert",
10099
+ path: _path + ".description",
10100
+ expected: "(string | undefined)",
10101
+ value: input.description
10142
10102
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10143
10103
  method: "typia.assert",
10144
10104
  path: _path + ".readOnly",
@@ -10175,16 +10135,16 @@ class NestiaMigrateApplication {
10175
10135
  path: _path + ".title",
10176
10136
  expected: "(string | undefined)",
10177
10137
  value: input.title
10178
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10179
- method: "typia.assert",
10180
- path: _path + ".description",
10181
- expected: "(string | undefined)",
10182
- value: input.description
10183
10138
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10184
10139
  method: "typia.assert",
10185
10140
  path: _path + ".deprecated",
10186
10141
  expected: "(boolean | undefined)",
10187
10142
  value: input.deprecated
10143
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10144
+ method: "typia.assert",
10145
+ path: _path + ".description",
10146
+ expected: "(string | undefined)",
10147
+ value: input.description
10188
10148
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10189
10149
  method: "typia.assert",
10190
10150
  path: _path + ".readOnly",
@@ -10221,16 +10181,16 @@ class NestiaMigrateApplication {
10221
10181
  path: _path + ".title",
10222
10182
  expected: "(string | undefined)",
10223
10183
  value: input.title
10224
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10225
- method: "typia.assert",
10226
- path: _path + ".description",
10227
- expected: "(string | undefined)",
10228
- value: input.description
10229
10184
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10230
10185
  method: "typia.assert",
10231
10186
  path: _path + ".deprecated",
10232
10187
  expected: "(boolean | undefined)",
10233
10188
  value: input.deprecated
10189
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10190
+ method: "typia.assert",
10191
+ path: _path + ".description",
10192
+ expected: "(string | undefined)",
10193
+ value: input.description
10234
10194
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10235
10195
  method: "typia.assert",
10236
10196
  path: _path + ".readOnly",
@@ -10440,16 +10400,16 @@ class NestiaMigrateApplication {
10440
10400
  path: _path + ".title",
10441
10401
  expected: "(string | undefined)",
10442
10402
  value: input.title
10443
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10444
- method: "typia.assert",
10445
- path: _path + ".description",
10446
- expected: "(string | undefined)",
10447
- value: input.description
10448
10403
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10449
10404
  method: "typia.assert",
10450
10405
  path: _path + ".deprecated",
10451
10406
  expected: "(boolean | undefined)",
10452
10407
  value: input.deprecated
10408
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10409
+ method: "typia.assert",
10410
+ path: _path + ".description",
10411
+ expected: "(string | undefined)",
10412
+ value: input.description
10453
10413
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10454
10414
  method: "typia.assert",
10455
10415
  path: _path + ".readOnly",
@@ -10578,16 +10538,16 @@ class NestiaMigrateApplication {
10578
10538
  path: _path + ".title",
10579
10539
  expected: "(string | undefined)",
10580
10540
  value: input.title
10581
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10582
- method: "typia.assert",
10583
- path: _path + ".description",
10584
- expected: "(string | undefined)",
10585
- value: input.description
10586
10541
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10587
10542
  method: "typia.assert",
10588
10543
  path: _path + ".deprecated",
10589
10544
  expected: "(boolean | undefined)",
10590
10545
  value: input.deprecated
10546
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10547
+ method: "typia.assert",
10548
+ path: _path + ".description",
10549
+ expected: "(string | undefined)",
10550
+ value: input.description
10591
10551
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10592
10552
  method: "typia.assert",
10593
10553
  path: _path + ".readOnly",
@@ -10933,16 +10893,16 @@ class NestiaMigrateApplication {
10933
10893
  path: _path + ".title",
10934
10894
  expected: "(string | undefined)",
10935
10895
  value: input.title
10936
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10937
- method: "typia.assert",
10938
- path: _path + ".description",
10939
- expected: "(string | undefined)",
10940
- value: input.description
10941
10896
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10942
10897
  method: "typia.assert",
10943
10898
  path: _path + ".deprecated",
10944
10899
  expected: "(boolean | undefined)",
10945
10900
  value: input.deprecated
10901
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10902
+ method: "typia.assert",
10903
+ path: _path + ".description",
10904
+ expected: "(string | undefined)",
10905
+ value: input.description
10946
10906
  }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10947
10907
  method: "typia.assert",
10948
10908
  path: _path + ".readOnly",
@@ -11222,33 +11182,33 @@ class NestiaMigrateApplication {
11222
11182
  if (undefined === value) return true;
11223
11183
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
11224
11184
  });
11225
- const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11226
- const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11227
- const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11228
- const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11229
- const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11230
- const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11231
- const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11232
- const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11233
- const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11234
- const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11235
- const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11185
+ const _io53 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11186
+ const _io54 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11187
+ const _io55 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11188
+ const _io56 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11189
+ const _io57 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11190
+ const _io58 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
11191
+ const _io59 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11192
+ const _io60 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11193
+ const _io61 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11194
+ const _io62 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11195
+ const _io63 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11236
11196
  const _io64 = input => Object.keys(input).every(key => {
11237
11197
  const value = input[key];
11238
11198
  if (undefined === value) return true;
11239
11199
  return "object" === typeof value && null !== value && _iu10(value);
11240
11200
  });
11241
- const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11242
- const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11243
- const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11244
- const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11245
- const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11246
- const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11247
- const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11248
- const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11249
- const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11250
- const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11251
- const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11201
+ const _io65 = input => (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11202
+ const _io66 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11203
+ const _io67 = input => (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11204
+ const _io68 = input => (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11205
+ const _io69 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu2(input.items) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11206
+ const _io70 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io52(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu2(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples)) && "string" === typeof input.name && "string" === typeof input["in"];
11207
+ const _io71 = input => "string" === typeof input.$ref && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11208
+ const _io72 = input => Array.isArray(input["x-anyOf"]) && input["x-anyOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11209
+ const _io73 = input => Array.isArray(input["x-oneOf"]) && input["x-oneOf"].every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu2(elem)) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11210
+ const _io74 = input => "null" === input.type && (null === input["default"] || undefined === input["default"]) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11211
+ const _io75 = input => null !== input.type && undefined === input.type && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && "string" === typeof input.name && "string" === typeof input["in"];
11252
11212
  const _io76 = input => "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu2(input.schema) && "string" === typeof input.name && "string" === typeof input["in"] && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required);
11253
11213
  const _io77 = input => Object.keys(input).every(key => {
11254
11214
  const value = input[key];
@@ -11273,15 +11233,15 @@ class NestiaMigrateApplication {
11273
11233
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
11274
11234
  });
11275
11235
  const _io87 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu3(elem))) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io89(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io89(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io89(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io89(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io89(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io89(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io89(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io89(input.trace));
11276
- const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11236
+ const _io88 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11277
11237
  const _io89 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io91(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
11278
- const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11238
+ const _io90 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11279
11239
  const _io91 = input => Object.keys(input).every(key => {
11280
11240
  const value = input[key];
11281
11241
  if (undefined === value) return true;
11282
11242
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
11283
11243
  });
11284
- const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11244
+ const _io92 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/responses\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly);
11285
11245
  const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
11286
11246
  const _io94 = input => null !== input.openapi && undefined !== input.openapi && ("3.0" === input.openapi || "string" === typeof input.openapi && RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io98(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io101(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io142(input.paths)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io149(elem)));
11287
11247
  const _io95 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io96(input.variables));
@@ -11300,19 +11260,19 @@ class NestiaMigrateApplication {
11300
11260
  if (undefined === value) return true;
11301
11261
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
11302
11262
  });
11303
- const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11304
- const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11305
- const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11306
- const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11307
- const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11308
- const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11309
- const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11310
- const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11311
- const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11312
- const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11263
+ const _io103 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11264
+ const _io104 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11265
+ const _io105 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11266
+ const _io106 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11267
+ const _io107 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu5(input.items)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11268
+ const _io108 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io102(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu5(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11269
+ const _io109 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11270
+ const _io110 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11271
+ const _io111 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11272
+ const _io112 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu5(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io113(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11313
11273
  const _io113 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
11314
- const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11315
- const _io115 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11274
+ const _io114 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11275
+ const _io115 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.type && undefined === input.type) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11316
11276
  const _io116 = input => Object.keys(input).every(key => {
11317
11277
  const value = input[key];
11318
11278
  if (undefined === value) return true;
@@ -11331,14 +11291,14 @@ class NestiaMigrateApplication {
11331
11291
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
11332
11292
  });
11333
11293
  const _io121 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue);
11334
- const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11294
+ const _io122 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11335
11295
  const _io123 = input => Object.keys(input).every(key => {
11336
11296
  const value = input[key];
11337
11297
  if (undefined === value) return true;
11338
11298
  return "object" === typeof value && null !== value && _iu14(value);
11339
11299
  });
11340
11300
  const _io124 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io120(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.name || "string" === typeof input.name);
11341
- const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11301
+ const _io125 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11342
11302
  const _io126 = input => Object.keys(input).every(key => {
11343
11303
  const value = input[key];
11344
11304
  if (undefined === value) return true;
@@ -11381,15 +11341,15 @@ class NestiaMigrateApplication {
11381
11341
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
11382
11342
  });
11383
11343
  const _io143 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io145(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io145(input.head)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io145(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io145(input.post)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io145(input.put)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io145(input.patch)) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io145(input.options)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io145(input.trace));
11384
- const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11344
+ const _io144 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11385
11345
  const _io145 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu16(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io147(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io95(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
11386
- const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11346
+ const _io146 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11387
11347
  const _io147 = input => Object.keys(input).every(key => {
11388
11348
  const value = input[key];
11389
11349
  if (undefined === value) return true;
11390
11350
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
11391
11351
  });
11392
- const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11352
+ const _io148 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11393
11353
  const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
11394
11354
  const _io150 = input => "string" === typeof input.openapi && RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.openapi) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.info || "object" === typeof input.info && null !== input.info && _io154(input.info)) && (undefined === input.components || "object" === typeof input.components && null !== input.components && false === Array.isArray(input.components) && _io157(input.components)) && (undefined === input.paths || "object" === typeof input.paths && null !== input.paths && false === Array.isArray(input.paths) && _io175(input.paths)) && (undefined === input.webhooks || "object" === typeof input.webhooks && null !== input.webhooks && false === Array.isArray(input.webhooks) && _io208(input.webhooks)) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "object" === typeof elem && null !== elem && _io210(elem)));
11395
11355
  const _io151 = input => "string" === typeof input.url && (undefined === input.description || "string" === typeof input.description) && (undefined === input.variables || "object" === typeof input.variables && null !== input.variables && false === Array.isArray(input.variables) && _io152(input.variables));
@@ -11408,22 +11368,22 @@ class NestiaMigrateApplication {
11408
11368
  if (undefined === value) return true;
11409
11369
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
11410
11370
  });
11411
- const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref;
11412
- const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11413
- const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11414
- const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -0x8000000000000000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -0x8000000000000000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11415
- const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11416
- const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11417
- const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11418
- const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11419
- const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11420
- const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11421
- const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11422
- const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11423
- const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11371
+ const _io159 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "null" === elem || "integer" === elem || "array" === elem) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"])) && (undefined === input["enum"] || Array.isArray(input["enum"])) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && "string" === typeof input.$ref;
11372
+ const _io160 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11373
+ const _io161 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "boolean" === typeof elem)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "boolean" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11374
+ const _io162 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -0x8000000000000000 <= input.minimum && input.minimum <= 0x8000000000000000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -0x8000000000000000 <= input.maximum && input.maximum <= 0x8000000000000000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -0x8000000000000000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -0x8000000000000000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 0x8000000000000000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 0x10000000000000000 && 0 < input.multipleOf)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "integer" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11375
+ const _io163 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "number" === typeof elem)) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "number" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11376
+ const _io164 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"]) && (undefined === input["enum"] || Array.isArray(input["enum"]) && input["enum"].every(elem => null === elem || "string" === typeof elem)) && (undefined === input.format || "string" === typeof input.format) && (undefined === input.pattern || "string" === typeof input.pattern) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "string" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11377
+ const _io165 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu7(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem))) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu7(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 0x10000000000000000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 0x10000000000000000)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "array" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11378
+ const _io166 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io158(input.properties)) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu7(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "object" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11379
+ const _io167 = input => "string" === typeof input.$ref && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11380
+ const _io168 = input => "string" === typeof input.$recursiveRef && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11381
+ const _io169 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11382
+ const _io170 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11383
+ const _io171 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu7(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io172(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11424
11384
  const _io172 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
11425
- const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11426
- const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11385
+ const _io173 = input => (null === input["default"] || undefined === input["default"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && "null" === input.type && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11386
+ const _io174 = input => null !== input.type && undefined === input.type && true && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples))));
11427
11387
  const _io175 = input => Object.keys(input).every(key => {
11428
11388
  const value = input[key];
11429
11389
  if (undefined === value) return true;
@@ -11437,9 +11397,9 @@ class NestiaMigrateApplication {
11437
11397
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
11438
11398
  });
11439
11399
  const _io179 = input => (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.externalValue || "string" === typeof input.externalValue);
11440
- const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11441
- const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11442
- const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11400
+ const _io180 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/examples\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11401
+ const _io181 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11402
+ const _io182 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11443
11403
  const _io183 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu8(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu19(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io188(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io151(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated);
11444
11404
  const _io184 = input => (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.content || "object" === typeof input.content && null !== input.content && false === Array.isArray(input.content) && _io185(input.content));
11445
11405
  const _io185 = input => Object.keys(input).every(key => {
@@ -11448,7 +11408,7 @@ class NestiaMigrateApplication {
11448
11408
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
11449
11409
  });
11450
11410
  const _io186 = input => (undefined === input.schema || "object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples));
11451
- const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11411
+ const _io187 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11452
11412
  const _io188 = input => Object.keys(input).every(key => {
11453
11413
  const value = input[key];
11454
11414
  if (undefined === value) return true;
@@ -11461,7 +11421,7 @@ class NestiaMigrateApplication {
11461
11421
  return "object" === typeof value && null !== value && _iu21(value);
11462
11422
  });
11463
11423
  const _io191 = input => (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io178(input.examples)) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.name || "string" === typeof input.name);
11464
- const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11424
+ const _io192 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/responses\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11465
11425
  const _io193 = input => Object.keys(input).every(key => {
11466
11426
  const value = input[key];
11467
11427
  if (undefined === value) return true;
@@ -11506,7 +11466,7 @@ class NestiaMigrateApplication {
11506
11466
  if (undefined === value) return true;
11507
11467
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
11508
11468
  });
11509
- const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11469
+ const _io209 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/pathItems\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11510
11470
  const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
11511
11471
  const _iu0 = input => (() => {
11512
11472
  if (undefined !== input["const"]) return _io9(input); else if ("boolean" === input.type) return _io11(input); else if ("number" === input.type) return _io13(input); else if ("integer" === input.type) return _io12(input); else if ("string" === input.type) return _io14(input); else if (undefined !== input.items) return _io15(input); else if (undefined !== input.prefixItems) return _io16(input); else if ("object" === input.type) return _io17(input); else if (undefined !== input.$ref) return _io18(input); else if (undefined !== input.oneOf) return _io19(input); else if ("null" === input.type) return _io20(input); else return _io21(input);
@@ -13333,14 +13293,14 @@ class NestiaMigrateApplication {
13333
13293
  path: _path + ".title",
13334
13294
  expected: "(string | undefined)",
13335
13295
  value: input.title
13336
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13337
- path: _path + ".description",
13338
- expected: "(string | undefined)",
13339
- value: input.description
13340
13296
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13341
13297
  path: _path + ".deprecated",
13342
13298
  expected: "(boolean | undefined)",
13343
13299
  value: input.deprecated
13300
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13301
+ path: _path + ".description",
13302
+ expected: "(string | undefined)",
13303
+ value: input.description
13344
13304
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13345
13305
  path: _path + ".readOnly",
13346
13306
  expected: "(boolean | undefined)",
@@ -13422,14 +13382,14 @@ class NestiaMigrateApplication {
13422
13382
  path: _path + ".title",
13423
13383
  expected: "(string | undefined)",
13424
13384
  value: input.title
13425
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13426
- path: _path + ".description",
13427
- expected: "(string | undefined)",
13428
- value: input.description
13429
13385
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13430
13386
  path: _path + ".deprecated",
13431
13387
  expected: "(boolean | undefined)",
13432
13388
  value: input.deprecated
13389
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13390
+ path: _path + ".description",
13391
+ expected: "(string | undefined)",
13392
+ value: input.description
13433
13393
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13434
13394
  path: _path + ".readOnly",
13435
13395
  expected: "(boolean | undefined)",
@@ -13495,14 +13455,14 @@ class NestiaMigrateApplication {
13495
13455
  path: _path + ".title",
13496
13456
  expected: "(string | undefined)",
13497
13457
  value: input.title
13498
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13499
- path: _path + ".description",
13500
- expected: "(string | undefined)",
13501
- value: input.description
13502
13458
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13503
13459
  path: _path + ".deprecated",
13504
13460
  expected: "(boolean | undefined)",
13505
13461
  value: input.deprecated
13462
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13463
+ path: _path + ".description",
13464
+ expected: "(string | undefined)",
13465
+ value: input.description
13506
13466
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13507
13467
  path: _path + ".readOnly",
13508
13468
  expected: "(boolean | undefined)",
@@ -13568,14 +13528,14 @@ class NestiaMigrateApplication {
13568
13528
  path: _path + ".title",
13569
13529
  expected: "(string | undefined)",
13570
13530
  value: input.title
13571
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13572
- path: _path + ".description",
13573
- expected: "(string | undefined)",
13574
- value: input.description
13575
13531
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13576
13532
  path: _path + ".deprecated",
13577
13533
  expected: "(boolean | undefined)",
13578
13534
  value: input.deprecated
13535
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13536
+ path: _path + ".description",
13537
+ expected: "(string | undefined)",
13538
+ value: input.description
13579
13539
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13580
13540
  path: _path + ".readOnly",
13581
13541
  expected: "(boolean | undefined)",
@@ -13629,14 +13589,14 @@ class NestiaMigrateApplication {
13629
13589
  path: _path + ".title",
13630
13590
  expected: "(string | undefined)",
13631
13591
  value: input.title
13632
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13633
- path: _path + ".description",
13634
- expected: "(string | undefined)",
13635
- value: input.description
13636
13592
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13637
13593
  path: _path + ".deprecated",
13638
13594
  expected: "(boolean | undefined)",
13639
13595
  value: input.deprecated
13596
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13597
+ path: _path + ".description",
13598
+ expected: "(string | undefined)",
13599
+ value: input.description
13640
13600
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13641
13601
  path: _path + ".readOnly",
13642
13602
  expected: "(boolean | undefined)",
@@ -13702,14 +13662,14 @@ class NestiaMigrateApplication {
13702
13662
  path: _path + ".title",
13703
13663
  expected: "(string | undefined)",
13704
13664
  value: input.title
13705
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13706
- path: _path + ".description",
13707
- expected: "(string | undefined)",
13708
- value: input.description
13709
13665
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13710
13666
  path: _path + ".deprecated",
13711
13667
  expected: "(boolean | undefined)",
13712
13668
  value: input.deprecated
13669
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13670
+ path: _path + ".description",
13671
+ expected: "(string | undefined)",
13672
+ value: input.description
13713
13673
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13714
13674
  path: _path + ".readOnly",
13715
13675
  expected: "(boolean | undefined)",
@@ -13743,14 +13703,14 @@ class NestiaMigrateApplication {
13743
13703
  path: _path + ".title",
13744
13704
  expected: "(string | undefined)",
13745
13705
  value: input.title
13746
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13747
- path: _path + ".description",
13748
- expected: "(string | undefined)",
13749
- value: input.description
13750
13706
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13751
13707
  path: _path + ".deprecated",
13752
13708
  expected: "(boolean | undefined)",
13753
13709
  value: input.deprecated
13710
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13711
+ path: _path + ".description",
13712
+ expected: "(string | undefined)",
13713
+ value: input.description
13754
13714
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13755
13715
  path: _path + ".readOnly",
13756
13716
  expected: "(boolean | undefined)",
@@ -13780,14 +13740,14 @@ class NestiaMigrateApplication {
13780
13740
  path: _path + ".title",
13781
13741
  expected: "(string | undefined)",
13782
13742
  value: input.title
13783
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13784
- path: _path + ".description",
13785
- expected: "(string | undefined)",
13786
- value: input.description
13787
13743
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13788
13744
  path: _path + ".deprecated",
13789
13745
  expected: "(boolean | undefined)",
13790
13746
  value: input.deprecated
13747
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13748
+ path: _path + ".description",
13749
+ expected: "(string | undefined)",
13750
+ value: input.description
13791
13751
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13792
13752
  path: _path + ".readOnly",
13793
13753
  expected: "(boolean | undefined)",
@@ -13817,14 +13777,14 @@ class NestiaMigrateApplication {
13817
13777
  path: _path + ".title",
13818
13778
  expected: "(string | undefined)",
13819
13779
  value: input.title
13820
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13821
- path: _path + ".description",
13822
- expected: "(string | undefined)",
13823
- value: input.description
13824
13780
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13825
13781
  path: _path + ".deprecated",
13826
13782
  expected: "(boolean | undefined)",
13827
13783
  value: input.deprecated
13784
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13785
+ path: _path + ".description",
13786
+ expected: "(string | undefined)",
13787
+ value: input.description
13828
13788
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13829
13789
  path: _path + ".readOnly",
13830
13790
  expected: "(boolean | undefined)",
@@ -13846,14 +13806,14 @@ class NestiaMigrateApplication {
13846
13806
  path: _path + ".title",
13847
13807
  expected: "(string | undefined)",
13848
13808
  value: input.title
13849
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13850
- path: _path + ".description",
13851
- expected: "(string | undefined)",
13852
- value: input.description
13853
13809
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13854
13810
  path: _path + ".deprecated",
13855
13811
  expected: "(boolean | undefined)",
13856
13812
  value: input.deprecated
13813
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13814
+ path: _path + ".description",
13815
+ expected: "(string | undefined)",
13816
+ value: input.description
13857
13817
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13858
13818
  path: _path + ".readOnly",
13859
13819
  expected: "(boolean | undefined)",
@@ -13875,17 +13835,17 @@ class NestiaMigrateApplication {
13875
13835
  path: _path + ".title",
13876
13836
  expected: "(string | undefined)",
13877
13837
  value: input.title
13878
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13879
- path: _path + ".description",
13880
- expected: "(string | undefined)",
13881
- value: input.description
13882
13838
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13883
13839
  path: _path + ".deprecated",
13884
13840
  expected: "(boolean | undefined)",
13885
13841
  value: input.deprecated
13886
- }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13887
- path: _path + ".readOnly",
13888
- expected: "(boolean | undefined)",
13842
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13843
+ path: _path + ".description",
13844
+ expected: "(string | undefined)",
13845
+ value: input.description
13846
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13847
+ path: _path + ".readOnly",
13848
+ expected: "(boolean | undefined)",
13889
13849
  value: input.readOnly
13890
13850
  }) ].every(flag => flag);
13891
13851
  const _vo64 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
@@ -13921,14 +13881,14 @@ class NestiaMigrateApplication {
13921
13881
  path: _path + ".title",
13922
13882
  expected: "(string | undefined)",
13923
13883
  value: input.title
13924
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13925
- path: _path + ".description",
13926
- expected: "(string | undefined)",
13927
- value: input.description
13928
13884
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
13929
13885
  path: _path + ".deprecated",
13930
13886
  expected: "(boolean | undefined)",
13931
13887
  value: input.deprecated
13888
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13889
+ path: _path + ".description",
13890
+ expected: "(string | undefined)",
13891
+ value: input.description
13932
13892
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13933
13893
  path: _path + ".readOnly",
13934
13894
  expected: "(boolean | undefined)",
@@ -14018,14 +13978,14 @@ class NestiaMigrateApplication {
14018
13978
  path: _path + ".title",
14019
13979
  expected: "(string | undefined)",
14020
13980
  value: input.title
14021
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14022
- path: _path + ".description",
14023
- expected: "(string | undefined)",
14024
- value: input.description
14025
13981
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14026
13982
  path: _path + ".deprecated",
14027
13983
  expected: "(boolean | undefined)",
14028
13984
  value: input.deprecated
13985
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
13986
+ path: _path + ".description",
13987
+ expected: "(string | undefined)",
13988
+ value: input.description
14029
13989
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14030
13990
  path: _path + ".readOnly",
14031
13991
  expected: "(boolean | undefined)",
@@ -14099,14 +14059,14 @@ class NestiaMigrateApplication {
14099
14059
  path: _path + ".title",
14100
14060
  expected: "(string | undefined)",
14101
14061
  value: input.title
14102
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14103
- path: _path + ".description",
14104
- expected: "(string | undefined)",
14105
- value: input.description
14106
14062
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14107
14063
  path: _path + ".deprecated",
14108
14064
  expected: "(boolean | undefined)",
14109
14065
  value: input.deprecated
14066
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14067
+ path: _path + ".description",
14068
+ expected: "(string | undefined)",
14069
+ value: input.description
14110
14070
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14111
14071
  path: _path + ".readOnly",
14112
14072
  expected: "(boolean | undefined)",
@@ -14180,14 +14140,14 @@ class NestiaMigrateApplication {
14180
14140
  path: _path + ".title",
14181
14141
  expected: "(string | undefined)",
14182
14142
  value: input.title
14183
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14184
- path: _path + ".description",
14185
- expected: "(string | undefined)",
14186
- value: input.description
14187
14143
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14188
14144
  path: _path + ".deprecated",
14189
14145
  expected: "(boolean | undefined)",
14190
14146
  value: input.deprecated
14147
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14148
+ path: _path + ".description",
14149
+ expected: "(string | undefined)",
14150
+ value: input.description
14191
14151
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14192
14152
  path: _path + ".readOnly",
14193
14153
  expected: "(boolean | undefined)",
@@ -14249,14 +14209,14 @@ class NestiaMigrateApplication {
14249
14209
  path: _path + ".title",
14250
14210
  expected: "(string | undefined)",
14251
14211
  value: input.title
14252
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14253
- path: _path + ".description",
14254
- expected: "(string | undefined)",
14255
- value: input.description
14256
14212
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14257
14213
  path: _path + ".deprecated",
14258
14214
  expected: "(boolean | undefined)",
14259
14215
  value: input.deprecated
14216
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14217
+ path: _path + ".description",
14218
+ expected: "(string | undefined)",
14219
+ value: input.description
14260
14220
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14261
14221
  path: _path + ".readOnly",
14262
14222
  expected: "(boolean | undefined)",
@@ -14330,14 +14290,14 @@ class NestiaMigrateApplication {
14330
14290
  path: _path + ".title",
14331
14291
  expected: "(string | undefined)",
14332
14292
  value: input.title
14333
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14334
- path: _path + ".description",
14335
- expected: "(string | undefined)",
14336
- value: input.description
14337
14293
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14338
14294
  path: _path + ".deprecated",
14339
14295
  expected: "(boolean | undefined)",
14340
14296
  value: input.deprecated
14297
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14298
+ path: _path + ".description",
14299
+ expected: "(string | undefined)",
14300
+ value: input.description
14341
14301
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14342
14302
  path: _path + ".readOnly",
14343
14303
  expected: "(boolean | undefined)",
@@ -14379,14 +14339,14 @@ class NestiaMigrateApplication {
14379
14339
  path: _path + ".title",
14380
14340
  expected: "(string | undefined)",
14381
14341
  value: input.title
14382
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14383
- path: _path + ".description",
14384
- expected: "(string | undefined)",
14385
- value: input.description
14386
14342
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14387
14343
  path: _path + ".deprecated",
14388
14344
  expected: "(boolean | undefined)",
14389
14345
  value: input.deprecated
14346
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14347
+ path: _path + ".description",
14348
+ expected: "(string | undefined)",
14349
+ value: input.description
14390
14350
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14391
14351
  path: _path + ".readOnly",
14392
14352
  expected: "(boolean | undefined)",
@@ -14424,14 +14384,14 @@ class NestiaMigrateApplication {
14424
14384
  path: _path + ".title",
14425
14385
  expected: "(string | undefined)",
14426
14386
  value: input.title
14427
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14428
- path: _path + ".description",
14429
- expected: "(string | undefined)",
14430
- value: input.description
14431
14387
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14432
14388
  path: _path + ".deprecated",
14433
14389
  expected: "(boolean | undefined)",
14434
14390
  value: input.deprecated
14391
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14392
+ path: _path + ".description",
14393
+ expected: "(string | undefined)",
14394
+ value: input.description
14435
14395
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14436
14396
  path: _path + ".readOnly",
14437
14397
  expected: "(boolean | undefined)",
@@ -14469,14 +14429,14 @@ class NestiaMigrateApplication {
14469
14429
  path: _path + ".title",
14470
14430
  expected: "(string | undefined)",
14471
14431
  value: input.title
14472
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14473
- path: _path + ".description",
14474
- expected: "(string | undefined)",
14475
- value: input.description
14476
14432
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14477
14433
  path: _path + ".deprecated",
14478
14434
  expected: "(boolean | undefined)",
14479
14435
  value: input.deprecated
14436
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14437
+ path: _path + ".description",
14438
+ expected: "(string | undefined)",
14439
+ value: input.description
14480
14440
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14481
14441
  path: _path + ".readOnly",
14482
14442
  expected: "(boolean | undefined)",
@@ -14506,14 +14466,14 @@ class NestiaMigrateApplication {
14506
14466
  path: _path + ".title",
14507
14467
  expected: "(string | undefined)",
14508
14468
  value: input.title
14509
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14510
- path: _path + ".description",
14511
- expected: "(string | undefined)",
14512
- value: input.description
14513
14469
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14514
14470
  path: _path + ".deprecated",
14515
14471
  expected: "(boolean | undefined)",
14516
14472
  value: input.deprecated
14473
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14474
+ path: _path + ".description",
14475
+ expected: "(string | undefined)",
14476
+ value: input.description
14517
14477
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14518
14478
  path: _path + ".readOnly",
14519
14479
  expected: "(boolean | undefined)",
@@ -14543,14 +14503,14 @@ class NestiaMigrateApplication {
14543
14503
  path: _path + ".title",
14544
14504
  expected: "(string | undefined)",
14545
14505
  value: input.title
14546
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14547
- path: _path + ".description",
14548
- expected: "(string | undefined)",
14549
- value: input.description
14550
14506
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14551
14507
  path: _path + ".deprecated",
14552
14508
  expected: "(boolean | undefined)",
14553
14509
  value: input.deprecated
14510
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14511
+ path: _path + ".description",
14512
+ expected: "(string | undefined)",
14513
+ value: input.description
14554
14514
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14555
14515
  path: _path + ".readOnly",
14556
14516
  expected: "(boolean | undefined)",
@@ -14876,14 +14836,14 @@ class NestiaMigrateApplication {
14876
14836
  path: _path + ".title",
14877
14837
  expected: "(string | undefined)",
14878
14838
  value: input.title
14879
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14880
- path: _path + ".description",
14881
- expected: "(string | undefined)",
14882
- value: input.description
14883
14839
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14884
14840
  path: _path + ".deprecated",
14885
14841
  expected: "(boolean | undefined)",
14886
14842
  value: input.deprecated
14843
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14844
+ path: _path + ".description",
14845
+ expected: "(string | undefined)",
14846
+ value: input.description
14887
14847
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14888
14848
  path: _path + ".readOnly",
14889
14849
  expected: "(boolean | undefined)",
@@ -14970,14 +14930,14 @@ class NestiaMigrateApplication {
14970
14930
  path: _path + ".title",
14971
14931
  expected: "(string | undefined)",
14972
14932
  value: input.title
14973
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14974
- path: _path + ".description",
14975
- expected: "(string | undefined)",
14976
- value: input.description
14977
14933
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
14978
14934
  path: _path + ".deprecated",
14979
14935
  expected: "(boolean | undefined)",
14980
14936
  value: input.deprecated
14937
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14938
+ path: _path + ".description",
14939
+ expected: "(string | undefined)",
14940
+ value: input.description
14981
14941
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14982
14942
  path: _path + ".readOnly",
14983
14943
  expected: "(boolean | undefined)",
@@ -15008,14 +14968,14 @@ class NestiaMigrateApplication {
15008
14968
  path: _path + ".title",
15009
14969
  expected: "(string | undefined)",
15010
14970
  value: input.title
15011
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15012
- path: _path + ".description",
15013
- expected: "(string | undefined)",
15014
- value: input.description
15015
14971
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15016
14972
  path: _path + ".deprecated",
15017
14973
  expected: "(boolean | undefined)",
15018
14974
  value: input.deprecated
14975
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
14976
+ path: _path + ".description",
14977
+ expected: "(string | undefined)",
14978
+ value: input.description
15019
14979
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15020
14980
  path: _path + ".readOnly",
15021
14981
  expected: "(boolean | undefined)",
@@ -15315,14 +15275,14 @@ class NestiaMigrateApplication {
15315
15275
  path: _path + ".title",
15316
15276
  expected: "(string | undefined)",
15317
15277
  value: input.title
15318
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15319
- path: _path + ".description",
15320
- expected: "(string | undefined)",
15321
- value: input.description
15322
15278
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15323
15279
  path: _path + ".deprecated",
15324
15280
  expected: "(boolean | undefined)",
15325
15281
  value: input.deprecated
15282
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15283
+ path: _path + ".description",
15284
+ expected: "(string | undefined)",
15285
+ value: input.description
15326
15286
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15327
15287
  path: _path + ".readOnly",
15328
15288
  expected: "(boolean | undefined)",
@@ -15412,14 +15372,14 @@ class NestiaMigrateApplication {
15412
15372
  path: _path + ".title",
15413
15373
  expected: "(string | undefined)",
15414
15374
  value: input.title
15415
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15416
- path: _path + ".description",
15417
- expected: "(string | undefined)",
15418
- value: input.description
15419
15375
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15420
15376
  path: _path + ".deprecated",
15421
15377
  expected: "(boolean | undefined)",
15422
15378
  value: input.deprecated
15379
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15380
+ path: _path + ".description",
15381
+ expected: "(string | undefined)",
15382
+ value: input.description
15423
15383
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15424
15384
  path: _path + ".readOnly",
15425
15385
  expected: "(boolean | undefined)",
@@ -15493,14 +15453,14 @@ class NestiaMigrateApplication {
15493
15453
  path: _path + ".title",
15494
15454
  expected: "(string | undefined)",
15495
15455
  value: input.title
15496
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15497
- path: _path + ".description",
15498
- expected: "(string | undefined)",
15499
- value: input.description
15500
15456
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15501
15457
  path: _path + ".deprecated",
15502
15458
  expected: "(boolean | undefined)",
15503
15459
  value: input.deprecated
15460
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15461
+ path: _path + ".description",
15462
+ expected: "(string | undefined)",
15463
+ value: input.description
15504
15464
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15505
15465
  path: _path + ".readOnly",
15506
15466
  expected: "(boolean | undefined)",
@@ -15574,14 +15534,14 @@ class NestiaMigrateApplication {
15574
15534
  path: _path + ".title",
15575
15535
  expected: "(string | undefined)",
15576
15536
  value: input.title
15577
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15578
- path: _path + ".description",
15579
- expected: "(string | undefined)",
15580
- value: input.description
15581
15537
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15582
15538
  path: _path + ".deprecated",
15583
15539
  expected: "(boolean | undefined)",
15584
15540
  value: input.deprecated
15541
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15542
+ path: _path + ".description",
15543
+ expected: "(string | undefined)",
15544
+ value: input.description
15585
15545
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15586
15546
  path: _path + ".readOnly",
15587
15547
  expected: "(boolean | undefined)",
@@ -15643,14 +15603,14 @@ class NestiaMigrateApplication {
15643
15603
  path: _path + ".title",
15644
15604
  expected: "(string | undefined)",
15645
15605
  value: input.title
15646
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15647
- path: _path + ".description",
15648
- expected: "(string | undefined)",
15649
- value: input.description
15650
15606
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15651
15607
  path: _path + ".deprecated",
15652
15608
  expected: "(boolean | undefined)",
15653
15609
  value: input.deprecated
15610
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15611
+ path: _path + ".description",
15612
+ expected: "(string | undefined)",
15613
+ value: input.description
15654
15614
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15655
15615
  path: _path + ".readOnly",
15656
15616
  expected: "(boolean | undefined)",
@@ -15724,14 +15684,14 @@ class NestiaMigrateApplication {
15724
15684
  path: _path + ".title",
15725
15685
  expected: "(string | undefined)",
15726
15686
  value: input.title
15727
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15728
- path: _path + ".description",
15729
- expected: "(string | undefined)",
15730
- value: input.description
15731
15687
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15732
15688
  path: _path + ".deprecated",
15733
15689
  expected: "(boolean | undefined)",
15734
15690
  value: input.deprecated
15691
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15692
+ path: _path + ".description",
15693
+ expected: "(string | undefined)",
15694
+ value: input.description
15735
15695
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15736
15696
  path: _path + ".readOnly",
15737
15697
  expected: "(boolean | undefined)",
@@ -15777,14 +15737,14 @@ class NestiaMigrateApplication {
15777
15737
  path: _path + ".title",
15778
15738
  expected: "(string | undefined)",
15779
15739
  value: input.title
15780
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15781
- path: _path + ".description",
15782
- expected: "(string | undefined)",
15783
- value: input.description
15784
15740
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15785
15741
  path: _path + ".deprecated",
15786
15742
  expected: "(boolean | undefined)",
15787
15743
  value: input.deprecated
15744
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15745
+ path: _path + ".description",
15746
+ expected: "(string | undefined)",
15747
+ value: input.description
15788
15748
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15789
15749
  path: _path + ".readOnly",
15790
15750
  expected: "(boolean | undefined)",
@@ -15826,14 +15786,14 @@ class NestiaMigrateApplication {
15826
15786
  path: _path + ".title",
15827
15787
  expected: "(string | undefined)",
15828
15788
  value: input.title
15829
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15830
- path: _path + ".description",
15831
- expected: "(string | undefined)",
15832
- value: input.description
15833
15789
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15834
15790
  path: _path + ".deprecated",
15835
15791
  expected: "(boolean | undefined)",
15836
15792
  value: input.deprecated
15793
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15794
+ path: _path + ".description",
15795
+ expected: "(string | undefined)",
15796
+ value: input.description
15837
15797
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15838
15798
  path: _path + ".readOnly",
15839
15799
  expected: "(boolean | undefined)",
@@ -15875,14 +15835,14 @@ class NestiaMigrateApplication {
15875
15835
  path: _path + ".title",
15876
15836
  expected: "(string | undefined)",
15877
15837
  value: input.title
15878
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15879
- path: _path + ".description",
15880
- expected: "(string | undefined)",
15881
- value: input.description
15882
15838
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15883
15839
  path: _path + ".deprecated",
15884
15840
  expected: "(boolean | undefined)",
15885
15841
  value: input.deprecated
15842
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15843
+ path: _path + ".description",
15844
+ expected: "(string | undefined)",
15845
+ value: input.description
15886
15846
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15887
15847
  path: _path + ".readOnly",
15888
15848
  expected: "(boolean | undefined)",
@@ -15932,14 +15892,14 @@ class NestiaMigrateApplication {
15932
15892
  path: _path + ".title",
15933
15893
  expected: "(string | undefined)",
15934
15894
  value: input.title
15935
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15936
- path: _path + ".description",
15937
- expected: "(string | undefined)",
15938
- value: input.description
15939
15895
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15940
15896
  path: _path + ".deprecated",
15941
15897
  expected: "(boolean | undefined)",
15942
15898
  value: input.deprecated
15899
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15900
+ path: _path + ".description",
15901
+ expected: "(string | undefined)",
15902
+ value: input.description
15943
15903
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15944
15904
  path: _path + ".readOnly",
15945
15905
  expected: "(boolean | undefined)",
@@ -15970,14 +15930,14 @@ class NestiaMigrateApplication {
15970
15930
  path: _path + ".title",
15971
15931
  expected: "(string | undefined)",
15972
15932
  value: input.title
15973
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15974
- path: _path + ".description",
15975
- expected: "(string | undefined)",
15976
- value: input.description
15977
15933
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
15978
15934
  path: _path + ".deprecated",
15979
15935
  expected: "(boolean | undefined)",
15980
15936
  value: input.deprecated
15937
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15938
+ path: _path + ".description",
15939
+ expected: "(string | undefined)",
15940
+ value: input.description
15981
15941
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15982
15942
  path: _path + ".readOnly",
15983
15943
  expected: "(boolean | undefined)",
@@ -16007,14 +15967,14 @@ class NestiaMigrateApplication {
16007
15967
  path: _path + ".title",
16008
15968
  expected: "(string | undefined)",
16009
15969
  value: input.title
16010
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16011
- path: _path + ".description",
16012
- expected: "(string | undefined)",
16013
- value: input.description
16014
15970
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16015
15971
  path: _path + ".deprecated",
16016
15972
  expected: "(boolean | undefined)",
16017
15973
  value: input.deprecated
15974
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
15975
+ path: _path + ".description",
15976
+ expected: "(string | undefined)",
15977
+ value: input.description
16018
15978
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16019
15979
  path: _path + ".readOnly",
16020
15980
  expected: "(boolean | undefined)",
@@ -16154,14 +16114,14 @@ class NestiaMigrateApplication {
16154
16114
  path: _path + ".title",
16155
16115
  expected: "(string | undefined)",
16156
16116
  value: input.title
16157
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16158
- path: _path + ".description",
16159
- expected: "(string | undefined)",
16160
- value: input.description
16161
16117
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16162
16118
  path: _path + ".deprecated",
16163
16119
  expected: "(boolean | undefined)",
16164
16120
  value: input.deprecated
16121
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16122
+ path: _path + ".description",
16123
+ expected: "(string | undefined)",
16124
+ value: input.description
16165
16125
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16166
16126
  path: _path + ".readOnly",
16167
16127
  expected: "(boolean | undefined)",
@@ -16233,14 +16193,14 @@ class NestiaMigrateApplication {
16233
16193
  path: _path + ".title",
16234
16194
  expected: "(string | undefined)",
16235
16195
  value: input.title
16236
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16237
- path: _path + ".description",
16238
- expected: "(string | undefined)",
16239
- value: input.description
16240
16196
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16241
16197
  path: _path + ".deprecated",
16242
16198
  expected: "(boolean | undefined)",
16243
16199
  value: input.deprecated
16200
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16201
+ path: _path + ".description",
16202
+ expected: "(string | undefined)",
16203
+ value: input.description
16244
16204
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16245
16205
  path: _path + ".readOnly",
16246
16206
  expected: "(boolean | undefined)",
@@ -16668,14 +16628,14 @@ class NestiaMigrateApplication {
16668
16628
  path: _path + ".title",
16669
16629
  expected: "(string | undefined)",
16670
16630
  value: input.title
16671
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16672
- path: _path + ".description",
16673
- expected: "(string | undefined)",
16674
- value: input.description
16675
16631
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16676
16632
  path: _path + ".deprecated",
16677
16633
  expected: "(boolean | undefined)",
16678
16634
  value: input.deprecated
16635
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16636
+ path: _path + ".description",
16637
+ expected: "(string | undefined)",
16638
+ value: input.description
16679
16639
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16680
16640
  path: _path + ".readOnly",
16681
16641
  expected: "(boolean | undefined)",
@@ -16798,14 +16758,14 @@ class NestiaMigrateApplication {
16798
16758
  path: _path + ".title",
16799
16759
  expected: "(string | undefined)",
16800
16760
  value: input.title
16801
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16802
- path: _path + ".description",
16803
- expected: "(string | undefined)",
16804
- value: input.description
16805
16761
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16806
16762
  path: _path + ".deprecated",
16807
16763
  expected: "(boolean | undefined)",
16808
16764
  value: input.deprecated
16765
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16766
+ path: _path + ".description",
16767
+ expected: "(string | undefined)",
16768
+ value: input.description
16809
16769
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16810
16770
  path: _path + ".readOnly",
16811
16771
  expected: "(boolean | undefined)",
@@ -16848,14 +16808,14 @@ class NestiaMigrateApplication {
16848
16808
  path: _path + ".title",
16849
16809
  expected: "(string | undefined)",
16850
16810
  value: input.title
16851
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16852
- path: _path + ".description",
16853
- expected: "(string | undefined)",
16854
- value: input.description
16855
16811
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
16856
16812
  path: _path + ".deprecated",
16857
16813
  expected: "(boolean | undefined)",
16858
16814
  value: input.deprecated
16815
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
16816
+ path: _path + ".description",
16817
+ expected: "(string | undefined)",
16818
+ value: input.description
16859
16819
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16860
16820
  path: _path + ".readOnly",
16861
16821
  expected: "(boolean | undefined)",
@@ -17199,14 +17159,14 @@ class NestiaMigrateApplication {
17199
17159
  path: _path + ".title",
17200
17160
  expected: "(string | undefined)",
17201
17161
  value: input.title
17202
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17203
- path: _path + ".description",
17204
- expected: "(string | undefined)",
17205
- value: input.description
17206
17162
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17207
17163
  path: _path + ".deprecated",
17208
17164
  expected: "(boolean | undefined)",
17209
17165
  value: input.deprecated
17166
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17167
+ path: _path + ".description",
17168
+ expected: "(string | undefined)",
17169
+ value: input.description
17210
17170
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17211
17171
  path: _path + ".readOnly",
17212
17172
  expected: "(boolean | undefined)",
@@ -17239,6 +17199,10 @@ class NestiaMigrateApplication {
17239
17199
  path: _path + ".multipleOf",
17240
17200
  expected: "((number & ExclusiveMinimum<0>) | undefined)",
17241
17201
  value: input.multipleOf
17202
+ }), undefined === input.contentMediaType || "string" === typeof input.contentMediaType || _report(_exceptionable, {
17203
+ path: _path + ".contentMediaType",
17204
+ expected: "(string | undefined)",
17205
+ value: input.contentMediaType
17242
17206
  }), undefined === input.format || "string" === typeof input.format || _report(_exceptionable, {
17243
17207
  path: _path + ".format",
17244
17208
  expected: "(string | undefined)",
@@ -17247,10 +17211,6 @@ class NestiaMigrateApplication {
17247
17211
  path: _path + ".pattern",
17248
17212
  expected: "(string | undefined)",
17249
17213
  value: input.pattern
17250
- }), undefined === input.contentMediaType || "string" === typeof input.contentMediaType || _report(_exceptionable, {
17251
- path: _path + ".contentMediaType",
17252
- expected: "(string | undefined)",
17253
- value: input.contentMediaType
17254
17214
  }), undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 0x10000000000000000 || _report(_exceptionable, {
17255
17215
  path: _path + ".minLength",
17256
17216
  expected: 'number & Type<"uint64">',
@@ -17460,14 +17420,14 @@ class NestiaMigrateApplication {
17460
17420
  path: _path + ".title",
17461
17421
  expected: "(string | undefined)",
17462
17422
  value: input.title
17463
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17464
- path: _path + ".description",
17465
- expected: "(string | undefined)",
17466
- value: input.description
17467
17423
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17468
17424
  path: _path + ".deprecated",
17469
17425
  expected: "(boolean | undefined)",
17470
17426
  value: input.deprecated
17427
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17428
+ path: _path + ".description",
17429
+ expected: "(string | undefined)",
17430
+ value: input.description
17471
17431
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17472
17432
  path: _path + ".readOnly",
17473
17433
  expected: "(boolean | undefined)",
@@ -17501,14 +17461,14 @@ class NestiaMigrateApplication {
17501
17461
  path: _path + ".title",
17502
17462
  expected: "(string | undefined)",
17503
17463
  value: input.title
17504
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17505
- path: _path + ".description",
17506
- expected: "(string | undefined)",
17507
- value: input.description
17508
17464
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17509
17465
  path: _path + ".deprecated",
17510
17466
  expected: "(boolean | undefined)",
17511
17467
  value: input.deprecated
17468
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17469
+ path: _path + ".description",
17470
+ expected: "(string | undefined)",
17471
+ value: input.description
17512
17472
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17513
17473
  path: _path + ".readOnly",
17514
17474
  expected: "(boolean | undefined)",
@@ -17606,14 +17566,14 @@ class NestiaMigrateApplication {
17606
17566
  path: _path + ".title",
17607
17567
  expected: "(string | undefined)",
17608
17568
  value: input.title
17609
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17610
- path: _path + ".description",
17611
- expected: "(string | undefined)",
17612
- value: input.description
17613
17569
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17614
17570
  path: _path + ".deprecated",
17615
17571
  expected: "(boolean | undefined)",
17616
17572
  value: input.deprecated
17573
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17574
+ path: _path + ".description",
17575
+ expected: "(string | undefined)",
17576
+ value: input.description
17617
17577
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17618
17578
  path: _path + ".readOnly",
17619
17579
  expected: "(boolean | undefined)",
@@ -17687,14 +17647,14 @@ class NestiaMigrateApplication {
17687
17647
  path: _path + ".title",
17688
17648
  expected: "(string | undefined)",
17689
17649
  value: input.title
17690
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17691
- path: _path + ".description",
17692
- expected: "(string | undefined)",
17693
- value: input.description
17694
17650
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17695
17651
  path: _path + ".deprecated",
17696
17652
  expected: "(boolean | undefined)",
17697
17653
  value: input.deprecated
17654
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17655
+ path: _path + ".description",
17656
+ expected: "(string | undefined)",
17657
+ value: input.description
17698
17658
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17699
17659
  path: _path + ".readOnly",
17700
17660
  expected: "(boolean | undefined)",
@@ -17772,14 +17732,14 @@ class NestiaMigrateApplication {
17772
17732
  path: _path + ".title",
17773
17733
  expected: "(string | undefined)",
17774
17734
  value: input.title
17775
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17776
- path: _path + ".description",
17777
- expected: "(string | undefined)",
17778
- value: input.description
17779
17735
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17780
17736
  path: _path + ".deprecated",
17781
17737
  expected: "(boolean | undefined)",
17782
17738
  value: input.deprecated
17739
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17740
+ path: _path + ".description",
17741
+ expected: "(string | undefined)",
17742
+ value: input.description
17783
17743
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17784
17744
  path: _path + ".readOnly",
17785
17745
  expected: "(boolean | undefined)",
@@ -17881,14 +17841,14 @@ class NestiaMigrateApplication {
17881
17841
  path: _path + ".title",
17882
17842
  expected: "(string | undefined)",
17883
17843
  value: input.title
17884
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17885
- path: _path + ".description",
17886
- expected: "(string | undefined)",
17887
- value: input.description
17888
17844
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17889
17845
  path: _path + ".deprecated",
17890
17846
  expected: "(boolean | undefined)",
17891
17847
  value: input.deprecated
17848
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17849
+ path: _path + ".description",
17850
+ expected: "(string | undefined)",
17851
+ value: input.description
17892
17852
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17893
17853
  path: _path + ".readOnly",
17894
17854
  expected: "(boolean | undefined)",
@@ -17962,14 +17922,14 @@ class NestiaMigrateApplication {
17962
17922
  path: _path + ".title",
17963
17923
  expected: "(string | undefined)",
17964
17924
  value: input.title
17965
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17966
- path: _path + ".description",
17967
- expected: "(string | undefined)",
17968
- value: input.description
17969
17925
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
17970
17926
  path: _path + ".deprecated",
17971
17927
  expected: "(boolean | undefined)",
17972
17928
  value: input.deprecated
17929
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17930
+ path: _path + ".description",
17931
+ expected: "(string | undefined)",
17932
+ value: input.description
17973
17933
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17974
17934
  path: _path + ".readOnly",
17975
17935
  expected: "(boolean | undefined)",
@@ -18015,14 +17975,14 @@ class NestiaMigrateApplication {
18015
17975
  path: _path + ".title",
18016
17976
  expected: "(string | undefined)",
18017
17977
  value: input.title
18018
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18019
- path: _path + ".description",
18020
- expected: "(string | undefined)",
18021
- value: input.description
18022
17978
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18023
17979
  path: _path + ".deprecated",
18024
17980
  expected: "(boolean | undefined)",
18025
17981
  value: input.deprecated
17982
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
17983
+ path: _path + ".description",
17984
+ expected: "(string | undefined)",
17985
+ value: input.description
18026
17986
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18027
17987
  path: _path + ".readOnly",
18028
17988
  expected: "(boolean | undefined)",
@@ -18052,14 +18012,14 @@ class NestiaMigrateApplication {
18052
18012
  path: _path + ".title",
18053
18013
  expected: "(string | undefined)",
18054
18014
  value: input.title
18055
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18056
- path: _path + ".description",
18057
- expected: "(string | undefined)",
18058
- value: input.description
18059
18015
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18060
18016
  path: _path + ".deprecated",
18061
18017
  expected: "(boolean | undefined)",
18062
18018
  value: input.deprecated
18019
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18020
+ path: _path + ".description",
18021
+ expected: "(string | undefined)",
18022
+ value: input.description
18063
18023
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18064
18024
  path: _path + ".readOnly",
18065
18025
  expected: "(boolean | undefined)",
@@ -18101,14 +18061,14 @@ class NestiaMigrateApplication {
18101
18061
  path: _path + ".title",
18102
18062
  expected: "(string | undefined)",
18103
18063
  value: input.title
18104
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18105
- path: _path + ".description",
18106
- expected: "(string | undefined)",
18107
- value: input.description
18108
18064
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18109
18065
  path: _path + ".deprecated",
18110
18066
  expected: "(boolean | undefined)",
18111
18067
  value: input.deprecated
18068
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18069
+ path: _path + ".description",
18070
+ expected: "(string | undefined)",
18071
+ value: input.description
18112
18072
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18113
18073
  path: _path + ".readOnly",
18114
18074
  expected: "(boolean | undefined)",
@@ -18150,14 +18110,14 @@ class NestiaMigrateApplication {
18150
18110
  path: _path + ".title",
18151
18111
  expected: "(string | undefined)",
18152
18112
  value: input.title
18153
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18154
- path: _path + ".description",
18155
- expected: "(string | undefined)",
18156
- value: input.description
18157
18113
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18158
18114
  path: _path + ".deprecated",
18159
18115
  expected: "(boolean | undefined)",
18160
18116
  value: input.deprecated
18117
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18118
+ path: _path + ".description",
18119
+ expected: "(string | undefined)",
18120
+ value: input.description
18161
18121
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18162
18122
  path: _path + ".readOnly",
18163
18123
  expected: "(boolean | undefined)",
@@ -18207,14 +18167,14 @@ class NestiaMigrateApplication {
18207
18167
  path: _path + ".title",
18208
18168
  expected: "(string | undefined)",
18209
18169
  value: input.title
18210
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18211
- path: _path + ".description",
18212
- expected: "(string | undefined)",
18213
- value: input.description
18214
18170
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18215
18171
  path: _path + ".deprecated",
18216
18172
  expected: "(boolean | undefined)",
18217
18173
  value: input.deprecated
18174
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18175
+ path: _path + ".description",
18176
+ expected: "(string | undefined)",
18177
+ value: input.description
18218
18178
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18219
18179
  path: _path + ".readOnly",
18220
18180
  expected: "(boolean | undefined)",
@@ -18245,14 +18205,14 @@ class NestiaMigrateApplication {
18245
18205
  path: _path + ".title",
18246
18206
  expected: "(string | undefined)",
18247
18207
  value: input.title
18248
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18249
- path: _path + ".description",
18250
- expected: "(string | undefined)",
18251
- value: input.description
18252
18208
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18253
18209
  path: _path + ".deprecated",
18254
18210
  expected: "(boolean | undefined)",
18255
18211
  value: input.deprecated
18212
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18213
+ path: _path + ".description",
18214
+ expected: "(string | undefined)",
18215
+ value: input.description
18256
18216
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18257
18217
  path: _path + ".readOnly",
18258
18218
  expected: "(boolean | undefined)",
@@ -18290,14 +18250,14 @@ class NestiaMigrateApplication {
18290
18250
  path: _path + ".title",
18291
18251
  expected: "(string | undefined)",
18292
18252
  value: input.title
18293
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18294
- path: _path + ".description",
18295
- expected: "(string | undefined)",
18296
- value: input.description
18297
18253
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18298
18254
  path: _path + ".deprecated",
18299
18255
  expected: "(boolean | undefined)",
18300
18256
  value: input.deprecated
18257
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18258
+ path: _path + ".description",
18259
+ expected: "(string | undefined)",
18260
+ value: input.description
18301
18261
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18302
18262
  path: _path + ".readOnly",
18303
18263
  expected: "(boolean | undefined)",
@@ -18516,14 +18476,14 @@ class NestiaMigrateApplication {
18516
18476
  path: _path + ".title",
18517
18477
  expected: "(string | undefined)",
18518
18478
  value: input.title
18519
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18520
- path: _path + ".description",
18521
- expected: "(string | undefined)",
18522
- value: input.description
18523
18479
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18524
18480
  path: _path + ".deprecated",
18525
18481
  expected: "(boolean | undefined)",
18526
18482
  value: input.deprecated
18483
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18484
+ path: _path + ".description",
18485
+ expected: "(string | undefined)",
18486
+ value: input.description
18527
18487
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18528
18488
  path: _path + ".readOnly",
18529
18489
  expected: "(boolean | undefined)",
@@ -18553,14 +18513,14 @@ class NestiaMigrateApplication {
18553
18513
  path: _path + ".title",
18554
18514
  expected: "(string | undefined)",
18555
18515
  value: input.title
18556
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18557
- path: _path + ".description",
18558
- expected: "(string | undefined)",
18559
- value: input.description
18560
18516
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18561
18517
  path: _path + ".deprecated",
18562
18518
  expected: "(boolean | undefined)",
18563
18519
  value: input.deprecated
18520
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18521
+ path: _path + ".description",
18522
+ expected: "(string | undefined)",
18523
+ value: input.description
18564
18524
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18565
18525
  path: _path + ".readOnly",
18566
18526
  expected: "(boolean | undefined)",
@@ -18590,14 +18550,14 @@ class NestiaMigrateApplication {
18590
18550
  path: _path + ".title",
18591
18551
  expected: "(string | undefined)",
18592
18552
  value: input.title
18593
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18594
- path: _path + ".description",
18595
- expected: "(string | undefined)",
18596
- value: input.description
18597
18553
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18598
18554
  path: _path + ".deprecated",
18599
18555
  expected: "(boolean | undefined)",
18600
18556
  value: input.deprecated
18557
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18558
+ path: _path + ".description",
18559
+ expected: "(string | undefined)",
18560
+ value: input.description
18601
18561
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18602
18562
  path: _path + ".readOnly",
18603
18563
  expected: "(boolean | undefined)",
@@ -18767,14 +18727,14 @@ class NestiaMigrateApplication {
18767
18727
  path: _path + ".title",
18768
18728
  expected: "(string | undefined)",
18769
18729
  value: input.title
18770
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18771
- path: _path + ".description",
18772
- expected: "(string | undefined)",
18773
- value: input.description
18774
18730
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18775
18731
  path: _path + ".deprecated",
18776
18732
  expected: "(boolean | undefined)",
18777
18733
  value: input.deprecated
18734
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18735
+ path: _path + ".description",
18736
+ expected: "(string | undefined)",
18737
+ value: input.description
18778
18738
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18779
18739
  path: _path + ".readOnly",
18780
18740
  expected: "(boolean | undefined)",
@@ -18880,14 +18840,14 @@ class NestiaMigrateApplication {
18880
18840
  path: _path + ".title",
18881
18841
  expected: "(string | undefined)",
18882
18842
  value: input.title
18883
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18884
- path: _path + ".description",
18885
- expected: "(string | undefined)",
18886
- value: input.description
18887
18843
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
18888
18844
  path: _path + ".deprecated",
18889
18845
  expected: "(boolean | undefined)",
18890
18846
  value: input.deprecated
18847
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
18848
+ path: _path + ".description",
18849
+ expected: "(string | undefined)",
18850
+ value: input.description
18891
18851
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18892
18852
  path: _path + ".readOnly",
18893
18853
  expected: "(boolean | undefined)",
@@ -19173,14 +19133,14 @@ class NestiaMigrateApplication {
19173
19133
  path: _path + ".title",
19174
19134
  expected: "(string | undefined)",
19175
19135
  value: input.title
19176
- }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
19177
- path: _path + ".description",
19178
- expected: "(string | undefined)",
19179
- value: input.description
19180
19136
  }), undefined === input.deprecated || "boolean" === typeof input.deprecated || _report(_exceptionable, {
19181
19137
  path: _path + ".deprecated",
19182
19138
  expected: "(boolean | undefined)",
19183
19139
  value: input.deprecated
19140
+ }), undefined === input.description || "string" === typeof input.description || _report(_exceptionable, {
19141
+ path: _path + ".description",
19142
+ expected: "(string | undefined)",
19143
+ value: input.description
19184
19144
  }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
19185
19145
  path: _path + ".readOnly",
19186
19146
  expected: "(boolean | undefined)",