@nestia/migrate 9.0.2 → 9.1.0

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": "^9.0.2",\n "@nestia/e2e": "^9.0.2",\n "@nestia/sdk": "^9.0.2",\n "@nestjs/cli": "^11.0.10",\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": "^9.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.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": "^9.0.2",\n "@nestia/fetcher": "^9.0.2",\n "@nestjs/common": "^11.1.8",\n "@nestjs/core": "^11.1.8",\n "@nestjs/platform-express": "^11.1.8",\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.0.2",\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": "^9.1.0",\n "@nestia/e2e": "^9.1.0",\n "@nestia/sdk": "^9.1.0",\n "@nestjs/cli": "^11.0.12",\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": "^9.1.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": "^9.1.0",\n "@nestia/fetcher": "^9.1.0",\n "@nestjs/common": "^11.1.9",\n "@nestjs/core": "^11.1.9",\n "@nestjs/platform-express": "^11.1.9",\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.0.2",\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.0.1",\n "tgrid": "^1.2.0",\n "typia": "^10.0.2"\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": "^9.0.3",\n "tgrid": "^1.2.0",\n "typia": "^10.0.2"\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": "^9.0.2",\n "tgrid": "^1.2.0",\n "typia": "^10.0.2"\n },\n "devDependencies": {\n "@nestia/e2e": "^9.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.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": "^9.1.0",\n "tgrid": "^1.2.0",\n "typia": "^10.0.2"\n },\n "devDependencies": {\n "@nestia/e2e": "^9.1.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}',
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',
@@ -107,7 +107,7 @@ var FilePrinter;
107
107
  (function(FilePrinter) {
108
108
  FilePrinter.description = (node, comment) => {
109
109
  if (comment.length === 0) return node;
110
- ts.addSyntheticLeadingComment(node, ts.SyntaxKind.MultiLineCommentTrivia, [ "*", ...comment.split("\r\n").join("\n").split("\n").map(str => ` * ${str.split("*/").join("*\\/")}`), "" ].join("\n"), true);
110
+ ts.addSyntheticLeadingComment(node, ts.SyntaxKind.MultiLineCommentTrivia, [ "*", ...comment.split("\r\n").join("\n").split("\n").map(str => ` * ${str.split("*/").join("*\\\\/").split("*\\/").join("*\\\\/")}`), "" ].join("\n"), true);
111
111
  return node;
112
112
  };
113
113
  FilePrinter.newLine = () => ts.factory.createExpressionStatement(ts.factory.createIdentifier("\n"));
@@ -201,7 +201,7 @@ var NestiaMigrateSchemaProgrammer;
201
201
  writePlugin({
202
202
  importer: props.importer,
203
203
  schema: props.schema,
204
- regular: [ "const", "title", "description", "deprecated", "example", "examples" ],
204
+ regular: [ "const", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly" ],
205
205
  intersection
206
206
  });
207
207
  return intersection.length === 1 ? intersection[0] : ts.factory.createIntersectionTypeNode(intersection);
@@ -210,7 +210,7 @@ var NestiaMigrateSchemaProgrammer;
210
210
  const intersection = [ TypeFactory.keyword("boolean") ];
211
211
  writePlugin({
212
212
  importer: props.importer,
213
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "type" ],
213
+ regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type" ],
214
214
  intersection,
215
215
  schema: props.schema
216
216
  });
@@ -234,7 +234,7 @@ var NestiaMigrateSchemaProgrammer;
234
234
  if (props.schema.multipleOf !== undefined) intersection.push(props.importer.tag("MultipleOf", props.schema.multipleOf));
235
235
  writePlugin({
236
236
  importer: props.importer,
237
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "type", "minimum", "maximum", "exclusiveMinimum", "exclusiveMaximum", "multipleOf" ],
237
+ regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "minimum", "maximum", "exclusiveMinimum", "exclusiveMaximum", "multipleOf" ],
238
238
  intersection,
239
239
  schema: props.schema
240
240
  });
@@ -251,7 +251,7 @@ var NestiaMigrateSchemaProgrammer;
251
251
  if (props.schema.contentMediaType !== undefined) intersection.push(props.importer.tag("ContentMediaType", props.schema.contentMediaType));
252
252
  writePlugin({
253
253
  importer: props.importer,
254
- regular: [ "default", "title", "description", "deprecated", "example", "examples", "type", "format", "pattern", "contentMediaType", "minLength", "maxLength" ],
254
+ regular: [ "default", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "format", "pattern", "contentMediaType", "minLength", "maxLength" ],
255
255
  intersection,
256
256
  schema: props.schema
257
257
  });
@@ -268,7 +268,7 @@ var NestiaMigrateSchemaProgrammer;
268
268
  if (props.schema.uniqueItems === true) intersection.push(props.importer.tag("UniqueItems"));
269
269
  writePlugin({
270
270
  importer: props.importer,
271
- regular: [ "items", "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "type" ],
271
+ regular: [ "items", "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type" ],
272
272
  intersection,
273
273
  schema: props.schema
274
274
  });
@@ -287,7 +287,7 @@ var NestiaMigrateSchemaProgrammer;
287
287
  const intersection = [ tuple ];
288
288
  writePlugin({
289
289
  importer: props.importer,
290
- regular: [ "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "type", "prefixItems", "additionalItems" ],
290
+ regular: [ "uniqueItems", "minItems", "maxItems", "title", "description", "deprecated", "example", "examples", "readOnly", "writeOnly", "type", "prefixItems", "additionalItems" ],
291
291
  intersection,
292
292
  schema: props.schema
293
293
  });
@@ -314,7 +314,7 @@ var NestiaMigrateSchemaProgrammer;
314
314
  importer: props.importer,
315
315
  schema: props.value
316
316
  });
317
- return FilePrinter.description(ts.factory.createPropertySignature(undefined, Escaper.variable(props.key) ? ts.factory.createIdentifier(props.key) : ts.factory.createStringLiteral(props.key), props.required.includes(props.key) ? undefined : ts.factory.createToken(ts.SyntaxKind.QuestionToken), props.required.includes(props.key) ? valueTypeNode : ts.isUnionTypeNode(valueTypeNode) ? ts.factory.createUnionTypeNode([ ...valueTypeNode.types, ts.factory.createTypeReferenceNode("undefined") ]) : ts.factory.createUnionTypeNode([ valueTypeNode, ts.factory.createTypeReferenceNode("undefined") ])), writeComment$1(props.value));
317
+ return FilePrinter.description(ts.factory.createPropertySignature(props.value.readOnly ? [ ts.factory.createToken(ts.SyntaxKind.ReadonlyKeyword) ] : undefined, Escaper.variable(props.key) ? ts.factory.createIdentifier(props.key) : ts.factory.createStringLiteral(props.key), props.required.includes(props.key) ? undefined : ts.factory.createToken(ts.SyntaxKind.QuestionToken), props.required.includes(props.key) ? valueTypeNode : ts.isUnionTypeNode(valueTypeNode) ? ts.factory.createUnionTypeNode([ ...valueTypeNode.types, ts.factory.createTypeReferenceNode("undefined") ]) : ts.factory.createUnionTypeNode([ valueTypeNode, ts.factory.createTypeReferenceNode("undefined") ])), writeComment$1(props.value));
318
318
  };
319
319
  const writeDynamicProperty = props => FilePrinter.description(ts.factory.createIndexSignature(undefined, [ ts.factory.createParameterDeclaration(undefined, undefined, ts.factory.createIdentifier("key"), undefined, TypeFactory.keyword("string")) ], NestiaMigrateSchemaProgrammer.write(props)), writeComment$1(props.schema));
320
320
  const writeReference = props => {
@@ -332,7 +332,7 @@ var NestiaMigrateSchemaProgrammer;
332
332
 
333
333
  const createNode = text => ts.factory.createTypeReferenceNode(text);
334
334
 
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").split("*/").join("*\\/");
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");
336
336
 
337
337
  const eraseCommentTags = description => {
338
338
  const lines = description.split("\n");
@@ -713,7 +713,7 @@ var NestiaMigrateDtoProgrammer;
713
713
  })), writeComment(config)(value, key.indexOf(".") === -1));
714
714
  })(NestiaMigrateDtoProgrammer || (NestiaMigrateDtoProgrammer = {}));
715
715
 
716
- const writeComment = config => (schema, top) => [ ...schema.description?.length ? [ schema.description ] : [], ...schema.description?.length && (schema.title !== undefined || schema.deprecated === true) ? [ "" ] : [], ...schema.title !== undefined ? [ `@title ${schema.title}` ] : [], ...schema.deprecated === true ? [ `@deprecated` ] : [], ...top ? [ `@${config.author?.tag ?? "nestia"} ${config.author?.value ?? "Generated by Nestia - https://github.com/samchon/nestia"}` ] : [] ].join("\n").split("*/").join("*\\/");
716
+ const writeComment = config => (schema, top) => [ ...schema.description?.length ? [ schema.description ] : [], ...schema.description?.length && (schema.title !== undefined || schema.deprecated === true) ? [ "" ] : [], ...schema.title !== undefined ? [ `@title ${schema.title}` ] : [], ...schema.deprecated === true ? [ `@deprecated` ] : [], ...top ? [ `@${config.author?.tag ?? "nestia"} ${config.author?.value ?? "Generated by Nestia - https://github.com/samchon/nestia"}` ] : [] ].join("\n");
717
717
 
718
718
  var NestiaMigrateApiProgrammer;
719
719
 
@@ -1099,23 +1099,23 @@ class NestiaMigrateApplication {
1099
1099
  if (undefined === value) return true;
1100
1100
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu0(value);
1101
1101
  });
1102
- const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1102
+ const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1103
1103
  const _io10 = input => Object.keys(input).every(key => {
1104
1104
  const value = input[key];
1105
1105
  if (undefined === value) return true;
1106
1106
  return true;
1107
1107
  });
1108
- const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1109
- const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (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) && (undefined === input.exclusiveMaximum || "number" === 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)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1110
- const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1111
- const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (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)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1112
- const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(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)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1113
- const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (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.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1114
- const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1115
- const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1116
- const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1117
- const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1118
- const _io21 = input => null !== input.type && undefined === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
1108
+ const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1109
+ const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (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) && (undefined === input.exclusiveMaximum || "number" === 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)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1110
+ const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1111
+ const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (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)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1112
+ const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(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)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1113
+ const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (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.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1114
+ const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1115
+ const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1116
+ const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1117
+ const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1118
+ const _io21 = input => null !== input.type && undefined === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
1119
1119
  const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
1120
1120
  const _io23 = input => Object.keys(input).every(key => {
1121
1121
  const value = input[key];
@@ -1184,33 +1184,33 @@ class NestiaMigrateApplication {
1184
1184
  if (undefined === value) return true;
1185
1185
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
1186
1186
  });
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 && "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 && "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 && "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 && "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 && "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 && "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;
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;
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;
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;
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;
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);
1198
1198
  const _io64 = input => Object.keys(input).every(key => {
1199
1199
  const value = input[key];
1200
1200
  if (undefined === value) return true;
1201
1201
  return "object" === typeof value && null !== value && _iu10(value);
1202
1202
  });
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 && "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 && "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 && "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 && "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 && "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 && "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 && "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 && "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 && "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 && "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 && "string" === typeof input.name && "string" === typeof input["in"];
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"];
1214
1214
  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
1215
  const _io77 = input => Object.keys(input).every(key => {
1216
1216
  const value = input[key];
@@ -1235,15 +1235,15 @@ class NestiaMigrateApplication {
1235
1235
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
1236
1236
  });
1237
1237
  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;
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);
1239
1239
  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;
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);
1241
1241
  const _io91 = input => Object.keys(input).every(key => {
1242
1242
  const value = input[key];
1243
1243
  if (undefined === value) return true;
1244
1244
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
1245
1245
  });
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;
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);
1247
1247
  const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1248
1248
  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
1249
  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 +1262,19 @@ class NestiaMigrateApplication {
1262
1262
  if (undefined === value) return true;
1263
1263
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
1264
1264
  });
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 && "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 && "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 && "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 && "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 && "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 && "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;
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;
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;
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;
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);
1275
1275
  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 && "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 && (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))));
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))));
1278
1278
  const _io116 = input => Object.keys(input).every(key => {
1279
1279
  const value = input[key];
1280
1280
  if (undefined === value) return true;
@@ -1293,14 +1293,14 @@ class NestiaMigrateApplication {
1293
1293
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
1294
1294
  });
1295
1295
  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;
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);
1297
1297
  const _io123 = input => Object.keys(input).every(key => {
1298
1298
  const value = input[key];
1299
1299
  if (undefined === value) return true;
1300
1300
  return "object" === typeof value && null !== value && _iu14(value);
1301
1301
  });
1302
1302
  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;
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);
1304
1304
  const _io126 = input => Object.keys(input).every(key => {
1305
1305
  const value = input[key];
1306
1306
  if (undefined === value) return true;
@@ -1343,15 +1343,15 @@ class NestiaMigrateApplication {
1343
1343
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
1344
1344
  });
1345
1345
  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;
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);
1347
1347
  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;
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);
1349
1349
  const _io147 = input => Object.keys(input).every(key => {
1350
1350
  const value = input[key];
1351
1351
  if (undefined === value) return true;
1352
1352
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
1353
1353
  });
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;
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);
1355
1355
  const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1356
1356
  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
1357
  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 +1370,22 @@ class NestiaMigrateApplication {
1370
1370
  if (undefined === value) return true;
1371
1371
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
1372
1372
  });
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.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;
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 && "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 && "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 && "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 && "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 && "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 && "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;
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;
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;
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;
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;
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);
1386
1386
  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 && "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 && (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))));
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))));
1389
1389
  const _io175 = input => Object.keys(input).every(key => {
1390
1390
  const value = input[key];
1391
1391
  if (undefined === value) return true;
@@ -1399,9 +1399,9 @@ class NestiaMigrateApplication {
1399
1399
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
1400
1400
  });
1401
1401
  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;
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;
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;
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);
1405
1405
  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
1406
  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
1407
  const _io185 = input => Object.keys(input).every(key => {
@@ -1410,7 +1410,7 @@ class NestiaMigrateApplication {
1410
1410
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
1411
1411
  });
1412
1412
  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;
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);
1414
1414
  const _io188 = input => Object.keys(input).every(key => {
1415
1415
  const value = input[key];
1416
1416
  if (undefined === value) return true;
@@ -1423,7 +1423,7 @@ class NestiaMigrateApplication {
1423
1423
  return "object" === typeof value && null !== value && _iu21(value);
1424
1424
  });
1425
1425
  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;
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);
1427
1427
  const _io193 = input => Object.keys(input).every(key => {
1428
1428
  const value = input[key];
1429
1429
  if (undefined === value) return true;
@@ -1468,7 +1468,7 @@ class NestiaMigrateApplication {
1468
1468
  if (undefined === value) return true;
1469
1469
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
1470
1470
  });
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;
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);
1472
1472
  const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
1473
1473
  const _iu0 = input => (() => {
1474
1474
  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);
@@ -1879,6 +1879,16 @@ class NestiaMigrateApplication {
1879
1879
  path: _path + ".examples",
1880
1880
  expected: "(Record<string, any> | undefined)",
1881
1881
  value: input.examples
1882
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1883
+ method: "typia.assert",
1884
+ path: _path + ".readOnly",
1885
+ expected: "(boolean | undefined)",
1886
+ value: input.readOnly
1887
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1888
+ method: "typia.assert",
1889
+ path: _path + ".writeOnly",
1890
+ expected: "(boolean | undefined)",
1891
+ value: input.writeOnly
1882
1892
  }, _errorFactory));
1883
1893
  const _ao10 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1884
1894
  const value = input[key];
@@ -1920,6 +1930,16 @@ class NestiaMigrateApplication {
1920
1930
  path: _path + ".examples",
1921
1931
  expected: "(Record<string, any> | undefined)",
1922
1932
  value: input.examples
1933
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1934
+ method: "typia.assert",
1935
+ path: _path + ".readOnly",
1936
+ expected: "(boolean | undefined)",
1937
+ value: input.readOnly
1938
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1939
+ method: "typia.assert",
1940
+ path: _path + ".writeOnly",
1941
+ expected: "(boolean | undefined)",
1942
+ value: input.writeOnly
1923
1943
  }, _errorFactory));
1924
1944
  const _ao12 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1925
1945
  method: "typia.assert",
@@ -2006,6 +2026,16 @@ class NestiaMigrateApplication {
2006
2026
  path: _path + ".examples",
2007
2027
  expected: "(Record<string, any> | undefined)",
2008
2028
  value: input.examples
2029
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2030
+ method: "typia.assert",
2031
+ path: _path + ".readOnly",
2032
+ expected: "(boolean | undefined)",
2033
+ value: input.readOnly
2034
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2035
+ method: "typia.assert",
2036
+ path: _path + ".writeOnly",
2037
+ expected: "(boolean | undefined)",
2038
+ value: input.writeOnly
2009
2039
  }, _errorFactory));
2010
2040
  const _ao13 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "number" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2011
2041
  method: "typia.assert",
@@ -2072,6 +2102,16 @@ class NestiaMigrateApplication {
2072
2102
  path: _path + ".examples",
2073
2103
  expected: "(Record<string, any> | undefined)",
2074
2104
  value: input.examples
2105
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2106
+ method: "typia.assert",
2107
+ path: _path + ".readOnly",
2108
+ expected: "(boolean | undefined)",
2109
+ value: input.readOnly
2110
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2111
+ method: "typia.assert",
2112
+ path: _path + ".writeOnly",
2113
+ expected: "(boolean | undefined)",
2114
+ value: input.writeOnly
2075
2115
  }, _errorFactory));
2076
2116
  const _ao14 = (input, _path, _exceptionable = true) => (undefined === input["default"] || "string" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2077
2117
  method: "typia.assert",
@@ -2143,6 +2183,16 @@ class NestiaMigrateApplication {
2143
2183
  path: _path + ".examples",
2144
2184
  expected: "(Record<string, any> | undefined)",
2145
2185
  value: input.examples
2186
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2187
+ method: "typia.assert",
2188
+ path: _path + ".readOnly",
2189
+ expected: "(boolean | undefined)",
2190
+ value: input.readOnly
2191
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2192
+ method: "typia.assert",
2193
+ path: _path + ".writeOnly",
2194
+ expected: "(boolean | undefined)",
2195
+ value: input.writeOnly
2146
2196
  }, _errorFactory));
2147
2197
  const _ao15 = (input, _path, _exceptionable = true) => (("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2148
2198
  method: "typia.assert",
@@ -2209,6 +2259,16 @@ class NestiaMigrateApplication {
2209
2259
  path: _path + ".examples",
2210
2260
  expected: "(Record<string, any> | undefined)",
2211
2261
  value: input.examples
2262
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2263
+ method: "typia.assert",
2264
+ path: _path + ".readOnly",
2265
+ expected: "(boolean | undefined)",
2266
+ value: input.readOnly
2267
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2268
+ method: "typia.assert",
2269
+ path: _path + ".writeOnly",
2270
+ expected: "(boolean | undefined)",
2271
+ value: input.writeOnly
2212
2272
  }, _errorFactory));
2213
2273
  const _ao16 = (input, _path, _exceptionable = true) => ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2214
2274
  method: "typia.assert",
@@ -2300,6 +2360,16 @@ class NestiaMigrateApplication {
2300
2360
  path: _path + ".examples",
2301
2361
  expected: "(Record<string, any> | undefined)",
2302
2362
  value: input.examples
2363
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2364
+ method: "typia.assert",
2365
+ path: _path + ".readOnly",
2366
+ expected: "(boolean | undefined)",
2367
+ value: input.readOnly
2368
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2369
+ method: "typia.assert",
2370
+ path: _path + ".writeOnly",
2371
+ expected: "(boolean | undefined)",
2372
+ value: input.writeOnly
2303
2373
  }, _errorFactory));
2304
2374
  const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2305
2375
  method: "typia.assert",
@@ -2371,6 +2441,16 @@ class NestiaMigrateApplication {
2371
2441
  path: _path + ".examples",
2372
2442
  expected: "(Record<string, any> | undefined)",
2373
2443
  value: input.examples
2444
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2445
+ method: "typia.assert",
2446
+ path: _path + ".readOnly",
2447
+ expected: "(boolean | undefined)",
2448
+ value: input.readOnly
2449
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2450
+ method: "typia.assert",
2451
+ path: _path + ".writeOnly",
2452
+ expected: "(boolean | undefined)",
2453
+ value: input.writeOnly
2374
2454
  }, _errorFactory));
2375
2455
  const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2376
2456
  method: "typia.assert",
@@ -2402,6 +2482,16 @@ class NestiaMigrateApplication {
2402
2482
  path: _path + ".examples",
2403
2483
  expected: "(Record<string, any> | undefined)",
2404
2484
  value: input.examples
2485
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2486
+ method: "typia.assert",
2487
+ path: _path + ".readOnly",
2488
+ expected: "(boolean | undefined)",
2489
+ value: input.readOnly
2490
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2491
+ method: "typia.assert",
2492
+ path: _path + ".writeOnly",
2493
+ expected: "(boolean | undefined)",
2494
+ value: input.writeOnly
2405
2495
  }, _errorFactory));
2406
2496
  const _ao19 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2407
2497
  method: "typia.assert",
@@ -2458,6 +2548,16 @@ class NestiaMigrateApplication {
2458
2548
  path: _path + ".examples",
2459
2549
  expected: "(Record<string, any> | undefined)",
2460
2550
  value: input.examples
2551
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2552
+ method: "typia.assert",
2553
+ path: _path + ".readOnly",
2554
+ expected: "(boolean | undefined)",
2555
+ value: input.readOnly
2556
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2557
+ method: "typia.assert",
2558
+ path: _path + ".writeOnly",
2559
+ expected: "(boolean | undefined)",
2560
+ value: input.writeOnly
2461
2561
  }, _errorFactory));
2462
2562
  const _ao20 = (input, _path, _exceptionable = true) => (null === input["default"] || undefined === input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2463
2563
  method: "typia.assert",
@@ -2494,6 +2594,16 @@ class NestiaMigrateApplication {
2494
2594
  path: _path + ".examples",
2495
2595
  expected: "(Record<string, any> | undefined)",
2496
2596
  value: input.examples
2597
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2598
+ method: "typia.assert",
2599
+ path: _path + ".readOnly",
2600
+ expected: "(boolean | undefined)",
2601
+ value: input.readOnly
2602
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2603
+ method: "typia.assert",
2604
+ path: _path + ".writeOnly",
2605
+ expected: "(boolean | undefined)",
2606
+ value: input.writeOnly
2497
2607
  }, _errorFactory));
2498
2608
  const _ao21 = (input, _path, _exceptionable = true) => (null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2499
2609
  method: "typia.assert",
@@ -2530,6 +2640,16 @@ class NestiaMigrateApplication {
2530
2640
  path: _path + ".examples",
2531
2641
  expected: "(Record<string, any> | undefined)",
2532
2642
  value: input.examples
2643
+ }, _errorFactory)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2644
+ method: "typia.assert",
2645
+ path: _path + ".readOnly",
2646
+ expected: "(boolean | undefined)",
2647
+ value: input.readOnly
2648
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2649
+ method: "typia.assert",
2650
+ path: _path + ".writeOnly",
2651
+ expected: "(boolean | undefined)",
2652
+ value: input.writeOnly
2533
2653
  }, _errorFactory));
2534
2654
  const _ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2535
2655
  method: "typia.assert",
@@ -3594,7 +3714,17 @@ class NestiaMigrateApplication {
3594
3714
  path: _path + ".deprecated",
3595
3715
  expected: "(boolean | undefined)",
3596
3716
  value: input.deprecated
3597
- }, _errorFactory)) && true && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3717
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3718
+ method: "typia.assert",
3719
+ path: _path + ".readOnly",
3720
+ expected: "(boolean | undefined)",
3721
+ value: input.readOnly
3722
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3723
+ method: "typia.assert",
3724
+ path: _path + ".writeOnly",
3725
+ expected: "(boolean | undefined)",
3726
+ value: input.writeOnly
3727
+ }, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3598
3728
  method: "typia.assert",
3599
3729
  path: _path + ".type",
3600
3730
  expected: '"boolean"',
@@ -3695,7 +3825,17 @@ class NestiaMigrateApplication {
3695
3825
  path: _path + ".deprecated",
3696
3826
  expected: "(boolean | undefined)",
3697
3827
  value: input.deprecated
3698
- }, _errorFactory)) && true && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3828
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3829
+ method: "typia.assert",
3830
+ path: _path + ".readOnly",
3831
+ expected: "(boolean | undefined)",
3832
+ value: input.readOnly
3833
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3834
+ method: "typia.assert",
3835
+ path: _path + ".writeOnly",
3836
+ expected: "(boolean | undefined)",
3837
+ value: input.writeOnly
3838
+ }, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3699
3839
  method: "typia.assert",
3700
3840
  path: _path + ".type",
3701
3841
  expected: '"integer"',
@@ -3776,7 +3916,17 @@ class NestiaMigrateApplication {
3776
3916
  path: _path + ".deprecated",
3777
3917
  expected: "(boolean | undefined)",
3778
3918
  value: input.deprecated
3779
- }, _errorFactory)) && true && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3919
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3920
+ method: "typia.assert",
3921
+ path: _path + ".readOnly",
3922
+ expected: "(boolean | undefined)",
3923
+ value: input.readOnly
3924
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3925
+ method: "typia.assert",
3926
+ path: _path + ".writeOnly",
3927
+ expected: "(boolean | undefined)",
3928
+ value: input.writeOnly
3929
+ }, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3780
3930
  method: "typia.assert",
3781
3931
  path: _path + ".type",
3782
3932
  expected: '"number"',
@@ -3857,7 +4007,17 @@ class NestiaMigrateApplication {
3857
4007
  path: _path + ".deprecated",
3858
4008
  expected: "(boolean | undefined)",
3859
4009
  value: input.deprecated
3860
- }, _errorFactory)) && true && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4010
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4011
+ method: "typia.assert",
4012
+ path: _path + ".readOnly",
4013
+ expected: "(boolean | undefined)",
4014
+ value: input.readOnly
4015
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4016
+ method: "typia.assert",
4017
+ path: _path + ".writeOnly",
4018
+ expected: "(boolean | undefined)",
4019
+ value: input.writeOnly
4020
+ }, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3861
4021
  method: "typia.assert",
3862
4022
  path: _path + ".type",
3863
4023
  expected: '"string"',
@@ -3923,7 +4083,17 @@ class NestiaMigrateApplication {
3923
4083
  path: _path + ".deprecated",
3924
4084
  expected: "(boolean | undefined)",
3925
4085
  value: input.deprecated
3926
- }, _errorFactory)) && true && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4086
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4087
+ method: "typia.assert",
4088
+ path: _path + ".readOnly",
4089
+ expected: "(boolean | undefined)",
4090
+ value: input.readOnly
4091
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4092
+ method: "typia.assert",
4093
+ path: _path + ".writeOnly",
4094
+ expected: "(boolean | undefined)",
4095
+ value: input.writeOnly
4096
+ }, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3927
4097
  method: "typia.assert",
3928
4098
  path: _path + ".type",
3929
4099
  expected: '"array"',
@@ -4004,7 +4174,17 @@ class NestiaMigrateApplication {
4004
4174
  path: _path + ".deprecated",
4005
4175
  expected: "(boolean | undefined)",
4006
4176
  value: input.deprecated
4007
- }, _errorFactory)) && true && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4177
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4178
+ method: "typia.assert",
4179
+ path: _path + ".readOnly",
4180
+ expected: "(boolean | undefined)",
4181
+ value: input.readOnly
4182
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4183
+ method: "typia.assert",
4184
+ path: _path + ".writeOnly",
4185
+ expected: "(boolean | undefined)",
4186
+ value: input.writeOnly
4187
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4008
4188
  method: "typia.assert",
4009
4189
  path: _path + ".type",
4010
4190
  expected: '"object"',
@@ -4045,7 +4225,12 @@ class NestiaMigrateApplication {
4045
4225
  path: _path + ".deprecated",
4046
4226
  expected: "(boolean | undefined)",
4047
4227
  value: input.deprecated
4048
- }, _errorFactory)) && true;
4228
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4229
+ method: "typia.assert",
4230
+ path: _path + ".readOnly",
4231
+ expected: "(boolean | undefined)",
4232
+ value: input.readOnly
4233
+ }, _errorFactory));
4049
4234
  const _ao60 = (input, _path, _exceptionable = true) => ((Array.isArray(input["x-anyOf"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4050
4235
  method: "typia.assert",
4051
4236
  path: _path + '["x-anyOf"]',
@@ -4086,7 +4271,12 @@ class NestiaMigrateApplication {
4086
4271
  path: _path + ".deprecated",
4087
4272
  expected: "(boolean | undefined)",
4088
4273
  value: input.deprecated
4089
- }, _errorFactory)) && true;
4274
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4275
+ method: "typia.assert",
4276
+ path: _path + ".readOnly",
4277
+ expected: "(boolean | undefined)",
4278
+ value: input.readOnly
4279
+ }, _errorFactory));
4090
4280
  const _ao61 = (input, _path, _exceptionable = true) => ((Array.isArray(input["x-oneOf"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4091
4281
  method: "typia.assert",
4092
4282
  path: _path + '["x-oneOf"]',
@@ -4127,7 +4317,12 @@ class NestiaMigrateApplication {
4127
4317
  path: _path + ".deprecated",
4128
4318
  expected: "(boolean | undefined)",
4129
4319
  value: input.deprecated
4130
- }, _errorFactory)) && true;
4320
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4321
+ method: "typia.assert",
4322
+ path: _path + ".readOnly",
4323
+ expected: "(boolean | undefined)",
4324
+ value: input.readOnly
4325
+ }, _errorFactory));
4131
4326
  const _ao62 = (input, _path, _exceptionable = true) => ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4132
4327
  method: "typia.assert",
4133
4328
  path: _path + ".type",
@@ -4158,7 +4353,12 @@ class NestiaMigrateApplication {
4158
4353
  path: _path + ".deprecated",
4159
4354
  expected: "(boolean | undefined)",
4160
4355
  value: input.deprecated
4161
- }, _errorFactory)) && true;
4356
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4357
+ method: "typia.assert",
4358
+ path: _path + ".readOnly",
4359
+ expected: "(boolean | undefined)",
4360
+ value: input.readOnly
4361
+ }, _errorFactory));
4162
4362
  const _ao63 = (input, _path, _exceptionable = true) => (null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4163
4363
  method: "typia.assert",
4164
4364
  path: _path + ".type",
@@ -4189,7 +4389,12 @@ class NestiaMigrateApplication {
4189
4389
  path: _path + ".deprecated",
4190
4390
  expected: "(boolean | undefined)",
4191
4391
  value: input.deprecated
4192
- }, _errorFactory)) && true;
4392
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4393
+ method: "typia.assert",
4394
+ path: _path + ".readOnly",
4395
+ expected: "(boolean | undefined)",
4396
+ value: input.readOnly
4397
+ }, _errorFactory));
4193
4398
  const _ao64 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4194
4399
  const value = input[key];
4195
4400
  if (undefined === value) return true;
@@ -4240,7 +4445,17 @@ class NestiaMigrateApplication {
4240
4445
  path: _path + ".deprecated",
4241
4446
  expected: "(boolean | undefined)",
4242
4447
  value: input.deprecated
4243
- }, _errorFactory)) && true && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4448
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4449
+ method: "typia.assert",
4450
+ path: _path + ".readOnly",
4451
+ expected: "(boolean | undefined)",
4452
+ value: input.readOnly
4453
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4454
+ method: "typia.assert",
4455
+ path: _path + ".writeOnly",
4456
+ expected: "(boolean | undefined)",
4457
+ value: input.writeOnly
4458
+ }, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4244
4459
  method: "typia.assert",
4245
4460
  path: _path + ".type",
4246
4461
  expected: '"boolean"',
@@ -4351,7 +4566,17 @@ class NestiaMigrateApplication {
4351
4566
  path: _path + ".deprecated",
4352
4567
  expected: "(boolean | undefined)",
4353
4568
  value: input.deprecated
4354
- }, _errorFactory)) && true && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4569
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4570
+ method: "typia.assert",
4571
+ path: _path + ".readOnly",
4572
+ expected: "(boolean | undefined)",
4573
+ value: input.readOnly
4574
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4575
+ method: "typia.assert",
4576
+ path: _path + ".writeOnly",
4577
+ expected: "(boolean | undefined)",
4578
+ value: input.writeOnly
4579
+ }, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4355
4580
  method: "typia.assert",
4356
4581
  path: _path + ".type",
4357
4582
  expected: '"integer"',
@@ -4442,7 +4667,17 @@ class NestiaMigrateApplication {
4442
4667
  path: _path + ".deprecated",
4443
4668
  expected: "(boolean | undefined)",
4444
4669
  value: input.deprecated
4445
- }, _errorFactory)) && true && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4670
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4671
+ method: "typia.assert",
4672
+ path: _path + ".readOnly",
4673
+ expected: "(boolean | undefined)",
4674
+ value: input.readOnly
4675
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4676
+ method: "typia.assert",
4677
+ path: _path + ".writeOnly",
4678
+ expected: "(boolean | undefined)",
4679
+ value: input.writeOnly
4680
+ }, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4446
4681
  method: "typia.assert",
4447
4682
  path: _path + ".type",
4448
4683
  expected: '"number"',
@@ -4533,7 +4768,17 @@ class NestiaMigrateApplication {
4533
4768
  path: _path + ".deprecated",
4534
4769
  expected: "(boolean | undefined)",
4535
4770
  value: input.deprecated
4536
- }, _errorFactory)) && true && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4771
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4772
+ method: "typia.assert",
4773
+ path: _path + ".readOnly",
4774
+ expected: "(boolean | undefined)",
4775
+ value: input.readOnly
4776
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4777
+ method: "typia.assert",
4778
+ path: _path + ".writeOnly",
4779
+ expected: "(boolean | undefined)",
4780
+ value: input.writeOnly
4781
+ }, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4537
4782
  method: "typia.assert",
4538
4783
  path: _path + ".type",
4539
4784
  expected: '"string"',
@@ -4609,7 +4854,17 @@ class NestiaMigrateApplication {
4609
4854
  path: _path + ".deprecated",
4610
4855
  expected: "(boolean | undefined)",
4611
4856
  value: input.deprecated
4612
- }, _errorFactory)) && true && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4857
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4858
+ method: "typia.assert",
4859
+ path: _path + ".readOnly",
4860
+ expected: "(boolean | undefined)",
4861
+ value: input.readOnly
4862
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4863
+ method: "typia.assert",
4864
+ path: _path + ".writeOnly",
4865
+ expected: "(boolean | undefined)",
4866
+ value: input.writeOnly
4867
+ }, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4613
4868
  method: "typia.assert",
4614
4869
  path: _path + ".type",
4615
4870
  expected: '"array"',
@@ -4700,7 +4955,17 @@ class NestiaMigrateApplication {
4700
4955
  path: _path + ".deprecated",
4701
4956
  expected: "(boolean | undefined)",
4702
4957
  value: input.deprecated
4703
- }, _errorFactory)) && true && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4958
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4959
+ method: "typia.assert",
4960
+ path: _path + ".readOnly",
4961
+ expected: "(boolean | undefined)",
4962
+ value: input.readOnly
4963
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4964
+ method: "typia.assert",
4965
+ path: _path + ".writeOnly",
4966
+ expected: "(boolean | undefined)",
4967
+ value: input.writeOnly
4968
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4704
4969
  method: "typia.assert",
4705
4970
  path: _path + ".type",
4706
4971
  expected: '"object"',
@@ -4751,7 +5016,12 @@ class NestiaMigrateApplication {
4751
5016
  path: _path + ".deprecated",
4752
5017
  expected: "(boolean | undefined)",
4753
5018
  value: input.deprecated
4754
- }, _errorFactory)) && true && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5019
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5020
+ method: "typia.assert",
5021
+ path: _path + ".readOnly",
5022
+ expected: "(boolean | undefined)",
5023
+ value: input.readOnly
5024
+ }, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4755
5025
  method: "typia.assert",
4756
5026
  path: _path + ".name",
4757
5027
  expected: "string",
@@ -4802,7 +5072,12 @@ class NestiaMigrateApplication {
4802
5072
  path: _path + ".deprecated",
4803
5073
  expected: "(boolean | undefined)",
4804
5074
  value: input.deprecated
4805
- }, _errorFactory)) && true && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5075
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5076
+ method: "typia.assert",
5077
+ path: _path + ".readOnly",
5078
+ expected: "(boolean | undefined)",
5079
+ value: input.readOnly
5080
+ }, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4806
5081
  method: "typia.assert",
4807
5082
  path: _path + ".name",
4808
5083
  expected: "string",
@@ -4853,7 +5128,12 @@ class NestiaMigrateApplication {
4853
5128
  path: _path + ".deprecated",
4854
5129
  expected: "(boolean | undefined)",
4855
5130
  value: input.deprecated
4856
- }, _errorFactory)) && true && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5131
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5132
+ method: "typia.assert",
5133
+ path: _path + ".readOnly",
5134
+ expected: "(boolean | undefined)",
5135
+ value: input.readOnly
5136
+ }, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4857
5137
  method: "typia.assert",
4858
5138
  path: _path + ".name",
4859
5139
  expected: "string",
@@ -4894,7 +5174,12 @@ class NestiaMigrateApplication {
4894
5174
  path: _path + ".deprecated",
4895
5175
  expected: "(boolean | undefined)",
4896
5176
  value: input.deprecated
4897
- }, _errorFactory)) && true && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5177
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5178
+ method: "typia.assert",
5179
+ path: _path + ".readOnly",
5180
+ expected: "(boolean | undefined)",
5181
+ value: input.readOnly
5182
+ }, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4898
5183
  method: "typia.assert",
4899
5184
  path: _path + ".name",
4900
5185
  expected: "string",
@@ -4935,7 +5220,12 @@ class NestiaMigrateApplication {
4935
5220
  path: _path + ".deprecated",
4936
5221
  expected: "(boolean | undefined)",
4937
5222
  value: input.deprecated
4938
- }, _errorFactory)) && true && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5223
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5224
+ method: "typia.assert",
5225
+ path: _path + ".readOnly",
5226
+ expected: "(boolean | undefined)",
5227
+ value: input.readOnly
5228
+ }, _errorFactory)) && ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4939
5229
  method: "typia.assert",
4940
5230
  path: _path + ".name",
4941
5231
  expected: "string",
@@ -5340,7 +5630,12 @@ class NestiaMigrateApplication {
5340
5630
  path: _path + ".deprecated",
5341
5631
  expected: "(boolean | undefined)",
5342
5632
  value: input.deprecated
5343
- }, _errorFactory)) && true;
5633
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5634
+ method: "typia.assert",
5635
+ path: _path + ".readOnly",
5636
+ expected: "(boolean | undefined)",
5637
+ value: input.readOnly
5638
+ }, _errorFactory));
5344
5639
  const _ao89 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5345
5640
  method: "typia.assert",
5346
5641
  path: _path + ".operationId",
@@ -5452,7 +5747,12 @@ class NestiaMigrateApplication {
5452
5747
  path: _path + ".deprecated",
5453
5748
  expected: "(boolean | undefined)",
5454
5749
  value: input.deprecated
5455
- }, _errorFactory)) && true;
5750
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5751
+ method: "typia.assert",
5752
+ path: _path + ".readOnly",
5753
+ expected: "(boolean | undefined)",
5754
+ value: input.readOnly
5755
+ }, _errorFactory));
5456
5756
  const _ao91 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
5457
5757
  const value = input[key];
5458
5758
  if (undefined === value) return true;
@@ -5493,7 +5793,12 @@ class NestiaMigrateApplication {
5493
5793
  path: _path + ".deprecated",
5494
5794
  expected: "(boolean | undefined)",
5495
5795
  value: input.deprecated
5496
- }, _errorFactory)) && true;
5796
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5797
+ method: "typia.assert",
5798
+ path: _path + ".readOnly",
5799
+ expected: "(boolean | undefined)",
5800
+ value: input.readOnly
5801
+ }, _errorFactory));
5497
5802
  const _ao93 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5498
5803
  method: "typia.assert",
5499
5804
  path: _path + ".name",
@@ -5867,7 +6172,17 @@ class NestiaMigrateApplication {
5867
6172
  path: _path + ".deprecated",
5868
6173
  expected: "(boolean | undefined)",
5869
6174
  value: input.deprecated
5870
- }, _errorFactory)) && true && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6175
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6176
+ method: "typia.assert",
6177
+ path: _path + ".readOnly",
6178
+ expected: "(boolean | undefined)",
6179
+ value: input.readOnly
6180
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6181
+ method: "typia.assert",
6182
+ path: _path + ".writeOnly",
6183
+ expected: "(boolean | undefined)",
6184
+ value: input.writeOnly
6185
+ }, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5871
6186
  method: "typia.assert",
5872
6187
  path: _path + ".type",
5873
6188
  expected: '"boolean"',
@@ -5978,7 +6293,17 @@ class NestiaMigrateApplication {
5978
6293
  path: _path + ".deprecated",
5979
6294
  expected: "(boolean | undefined)",
5980
6295
  value: input.deprecated
5981
- }, _errorFactory)) && true && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6296
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6297
+ method: "typia.assert",
6298
+ path: _path + ".readOnly",
6299
+ expected: "(boolean | undefined)",
6300
+ value: input.readOnly
6301
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6302
+ method: "typia.assert",
6303
+ path: _path + ".writeOnly",
6304
+ expected: "(boolean | undefined)",
6305
+ value: input.writeOnly
6306
+ }, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5982
6307
  method: "typia.assert",
5983
6308
  path: _path + ".type",
5984
6309
  expected: '"integer"',
@@ -6069,7 +6394,17 @@ class NestiaMigrateApplication {
6069
6394
  path: _path + ".deprecated",
6070
6395
  expected: "(boolean | undefined)",
6071
6396
  value: input.deprecated
6072
- }, _errorFactory)) && true && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6397
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6398
+ method: "typia.assert",
6399
+ path: _path + ".readOnly",
6400
+ expected: "(boolean | undefined)",
6401
+ value: input.readOnly
6402
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6403
+ method: "typia.assert",
6404
+ path: _path + ".writeOnly",
6405
+ expected: "(boolean | undefined)",
6406
+ value: input.writeOnly
6407
+ }, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6073
6408
  method: "typia.assert",
6074
6409
  path: _path + ".type",
6075
6410
  expected: '"number"',
@@ -6160,7 +6495,17 @@ class NestiaMigrateApplication {
6160
6495
  path: _path + ".deprecated",
6161
6496
  expected: "(boolean | undefined)",
6162
6497
  value: input.deprecated
6163
- }, _errorFactory)) && true && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6498
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6499
+ method: "typia.assert",
6500
+ path: _path + ".readOnly",
6501
+ expected: "(boolean | undefined)",
6502
+ value: input.readOnly
6503
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6504
+ method: "typia.assert",
6505
+ path: _path + ".writeOnly",
6506
+ expected: "(boolean | undefined)",
6507
+ value: input.writeOnly
6508
+ }, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6164
6509
  method: "typia.assert",
6165
6510
  path: _path + ".type",
6166
6511
  expected: '"string"',
@@ -6236,7 +6581,17 @@ class NestiaMigrateApplication {
6236
6581
  path: _path + ".deprecated",
6237
6582
  expected: "(boolean | undefined)",
6238
6583
  value: input.deprecated
6239
- }, _errorFactory)) && true && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6584
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6585
+ method: "typia.assert",
6586
+ path: _path + ".readOnly",
6587
+ expected: "(boolean | undefined)",
6588
+ value: input.readOnly
6589
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6590
+ method: "typia.assert",
6591
+ path: _path + ".writeOnly",
6592
+ expected: "(boolean | undefined)",
6593
+ value: input.writeOnly
6594
+ }, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6240
6595
  method: "typia.assert",
6241
6596
  path: _path + ".type",
6242
6597
  expected: '"array"',
@@ -6327,7 +6682,17 @@ class NestiaMigrateApplication {
6327
6682
  path: _path + ".deprecated",
6328
6683
  expected: "(boolean | undefined)",
6329
6684
  value: input.deprecated
6330
- }, _errorFactory)) && true && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6685
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6686
+ method: "typia.assert",
6687
+ path: _path + ".readOnly",
6688
+ expected: "(boolean | undefined)",
6689
+ value: input.readOnly
6690
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6691
+ method: "typia.assert",
6692
+ path: _path + ".writeOnly",
6693
+ expected: "(boolean | undefined)",
6694
+ value: input.writeOnly
6695
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6331
6696
  method: "typia.assert",
6332
6697
  path: _path + ".type",
6333
6698
  expected: '"object"',
@@ -6383,7 +6748,17 @@ class NestiaMigrateApplication {
6383
6748
  path: _path + ".deprecated",
6384
6749
  expected: "(boolean | undefined)",
6385
6750
  value: input.deprecated
6386
- }, _errorFactory)) && true;
6751
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6752
+ method: "typia.assert",
6753
+ path: _path + ".readOnly",
6754
+ expected: "(boolean | undefined)",
6755
+ value: input.readOnly
6756
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6757
+ method: "typia.assert",
6758
+ path: _path + ".writeOnly",
6759
+ expected: "(boolean | undefined)",
6760
+ value: input.writeOnly
6761
+ }, _errorFactory));
6387
6762
  const _ao110 = (input, _path, _exceptionable = true) => ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6388
6763
  method: "typia.assert",
6389
6764
  path: _path + ".allOf",
@@ -6434,7 +6809,17 @@ class NestiaMigrateApplication {
6434
6809
  path: _path + ".deprecated",
6435
6810
  expected: "(boolean | undefined)",
6436
6811
  value: input.deprecated
6437
- }, _errorFactory)) && true;
6812
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6813
+ method: "typia.assert",
6814
+ path: _path + ".readOnly",
6815
+ expected: "(boolean | undefined)",
6816
+ value: input.readOnly
6817
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6818
+ method: "typia.assert",
6819
+ path: _path + ".writeOnly",
6820
+ expected: "(boolean | undefined)",
6821
+ value: input.writeOnly
6822
+ }, _errorFactory));
6438
6823
  const _ao111 = (input, _path, _exceptionable = true) => ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6439
6824
  method: "typia.assert",
6440
6825
  path: _path + ".anyOf",
@@ -6485,7 +6870,17 @@ class NestiaMigrateApplication {
6485
6870
  path: _path + ".deprecated",
6486
6871
  expected: "(boolean | undefined)",
6487
6872
  value: input.deprecated
6488
- }, _errorFactory)) && true;
6873
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6874
+ method: "typia.assert",
6875
+ path: _path + ".readOnly",
6876
+ expected: "(boolean | undefined)",
6877
+ value: input.readOnly
6878
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6879
+ method: "typia.assert",
6880
+ path: _path + ".writeOnly",
6881
+ expected: "(boolean | undefined)",
6882
+ value: input.writeOnly
6883
+ }, _errorFactory));
6489
6884
  const _ao112 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6490
6885
  method: "typia.assert",
6491
6886
  path: _path + ".oneOf",
@@ -6546,7 +6941,17 @@ class NestiaMigrateApplication {
6546
6941
  path: _path + ".deprecated",
6547
6942
  expected: "(boolean | undefined)",
6548
6943
  value: input.deprecated
6549
- }, _errorFactory)) && true;
6944
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6945
+ method: "typia.assert",
6946
+ path: _path + ".readOnly",
6947
+ expected: "(boolean | undefined)",
6948
+ value: input.readOnly
6949
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6950
+ method: "typia.assert",
6951
+ path: _path + ".writeOnly",
6952
+ expected: "(boolean | undefined)",
6953
+ value: input.writeOnly
6954
+ }, _errorFactory));
6550
6955
  const _ao113 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6551
6956
  method: "typia.assert",
6552
6957
  path: _path + ".propertyName",
@@ -6583,7 +6988,17 @@ class NestiaMigrateApplication {
6583
6988
  path: _path + ".deprecated",
6584
6989
  expected: "(boolean | undefined)",
6585
6990
  value: input.deprecated
6586
- }, _errorFactory)) && true && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6991
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6992
+ method: "typia.assert",
6993
+ path: _path + ".readOnly",
6994
+ expected: "(boolean | undefined)",
6995
+ value: input.readOnly
6996
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6997
+ method: "typia.assert",
6998
+ path: _path + ".writeOnly",
6999
+ expected: "(boolean | undefined)",
7000
+ value: input.writeOnly
7001
+ }, _errorFactory)) && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6587
7002
  method: "typia.assert",
6588
7003
  path: _path + ".type",
6589
7004
  expected: '"null"',
@@ -6619,7 +7034,17 @@ class NestiaMigrateApplication {
6619
7034
  path: _path + ".deprecated",
6620
7035
  expected: "(boolean | undefined)",
6621
7036
  value: input.deprecated
6622
- }, _errorFactory)) && true && ((null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7037
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7038
+ method: "typia.assert",
7039
+ path: _path + ".readOnly",
7040
+ expected: "(boolean | undefined)",
7041
+ value: input.readOnly
7042
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7043
+ method: "typia.assert",
7044
+ path: _path + ".writeOnly",
7045
+ expected: "(boolean | undefined)",
7046
+ value: input.writeOnly
7047
+ }, _errorFactory)) && ((null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6623
7048
  method: "typia.assert",
6624
7049
  path: _path + ".type",
6625
7050
  expected: "undefined",
@@ -6788,7 +7213,17 @@ class NestiaMigrateApplication {
6788
7213
  path: _path + ".deprecated",
6789
7214
  expected: "(boolean | undefined)",
6790
7215
  value: input.deprecated
6791
- }, _errorFactory)) && true;
7216
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7217
+ method: "typia.assert",
7218
+ path: _path + ".readOnly",
7219
+ expected: "(boolean | undefined)",
7220
+ value: input.readOnly
7221
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7222
+ method: "typia.assert",
7223
+ path: _path + ".writeOnly",
7224
+ expected: "(boolean | undefined)",
7225
+ value: input.writeOnly
7226
+ }, _errorFactory));
6792
7227
  const _ao123 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
6793
7228
  const value = input[key];
6794
7229
  if (undefined === value) return true;
@@ -6875,7 +7310,17 @@ class NestiaMigrateApplication {
6875
7310
  path: _path + ".deprecated",
6876
7311
  expected: "(boolean | undefined)",
6877
7312
  value: input.deprecated
6878
- }, _errorFactory)) && true;
7313
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7314
+ method: "typia.assert",
7315
+ path: _path + ".readOnly",
7316
+ expected: "(boolean | undefined)",
7317
+ value: input.readOnly
7318
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7319
+ method: "typia.assert",
7320
+ path: _path + ".writeOnly",
7321
+ expected: "(boolean | undefined)",
7322
+ value: input.writeOnly
7323
+ }, _errorFactory));
6879
7324
  const _ao126 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
6880
7325
  const value = input[key];
6881
7326
  if (undefined === value) return true;
@@ -7398,7 +7843,17 @@ class NestiaMigrateApplication {
7398
7843
  path: _path + ".deprecated",
7399
7844
  expected: "(boolean | undefined)",
7400
7845
  value: input.deprecated
7401
- }, _errorFactory)) && true;
7846
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7847
+ method: "typia.assert",
7848
+ path: _path + ".readOnly",
7849
+ expected: "(boolean | undefined)",
7850
+ value: input.readOnly
7851
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7852
+ method: "typia.assert",
7853
+ path: _path + ".writeOnly",
7854
+ expected: "(boolean | undefined)",
7855
+ value: input.writeOnly
7856
+ }, _errorFactory));
7402
7857
  const _ao145 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7403
7858
  method: "typia.assert",
7404
7859
  path: _path + ".operationId",
@@ -7550,7 +8005,17 @@ class NestiaMigrateApplication {
7550
8005
  path: _path + ".deprecated",
7551
8006
  expected: "(boolean | undefined)",
7552
8007
  value: input.deprecated
7553
- }, _errorFactory)) && true;
8008
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8009
+ method: "typia.assert",
8010
+ path: _path + ".readOnly",
8011
+ expected: "(boolean | undefined)",
8012
+ value: input.readOnly
8013
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8014
+ method: "typia.assert",
8015
+ path: _path + ".writeOnly",
8016
+ expected: "(boolean | undefined)",
8017
+ value: input.writeOnly
8018
+ }, _errorFactory));
7554
8019
  const _ao147 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
7555
8020
  const value = input[key];
7556
8021
  if (undefined === value) return true;
@@ -7601,7 +8066,17 @@ class NestiaMigrateApplication {
7601
8066
  path: _path + ".deprecated",
7602
8067
  expected: "(boolean | undefined)",
7603
8068
  value: input.deprecated
7604
- }, _errorFactory)) && true;
8069
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8070
+ method: "typia.assert",
8071
+ path: _path + ".readOnly",
8072
+ expected: "(boolean | undefined)",
8073
+ value: input.readOnly
8074
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8075
+ method: "typia.assert",
8076
+ path: _path + ".writeOnly",
8077
+ expected: "(boolean | undefined)",
8078
+ value: input.writeOnly
8079
+ }, _errorFactory));
7605
8080
  const _ao149 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7606
8081
  method: "typia.assert",
7607
8082
  path: _path + ".name",
@@ -8025,7 +8500,17 @@ class NestiaMigrateApplication {
8025
8500
  path: _path + ".deprecated",
8026
8501
  expected: "(boolean | undefined)",
8027
8502
  value: input.deprecated
8028
- }, _errorFactory)) && true && (undefined === input.minimum || "number" === typeof input.minimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8503
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8504
+ method: "typia.assert",
8505
+ path: _path + ".readOnly",
8506
+ expected: "(boolean | undefined)",
8507
+ value: input.readOnly
8508
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8509
+ method: "typia.assert",
8510
+ path: _path + ".writeOnly",
8511
+ expected: "(boolean | undefined)",
8512
+ value: input.writeOnly
8513
+ }, _errorFactory)) && (undefined === input.minimum || "number" === typeof input.minimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8029
8514
  method: "typia.assert",
8030
8515
  path: _path + ".minimum",
8031
8516
  expected: "(number | undefined)",
@@ -8341,7 +8826,17 @@ class NestiaMigrateApplication {
8341
8826
  path: _path + ".deprecated",
8342
8827
  expected: "(boolean | undefined)",
8343
8828
  value: input.deprecated
8344
- }, _errorFactory)) && true;
8829
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8830
+ method: "typia.assert",
8831
+ path: _path + ".readOnly",
8832
+ expected: "(boolean | undefined)",
8833
+ value: input.readOnly
8834
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8835
+ method: "typia.assert",
8836
+ path: _path + ".writeOnly",
8837
+ expected: "(boolean | undefined)",
8838
+ value: input.writeOnly
8839
+ }, _errorFactory));
8345
8840
  const _ao161 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8346
8841
  method: "typia.assert",
8347
8842
  path: _path + ".nullable",
@@ -8382,7 +8877,17 @@ class NestiaMigrateApplication {
8382
8877
  path: _path + ".deprecated",
8383
8878
  expected: "(boolean | undefined)",
8384
8879
  value: input.deprecated
8385
- }, _errorFactory)) && true && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8880
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8881
+ method: "typia.assert",
8882
+ path: _path + ".readOnly",
8883
+ expected: "(boolean | undefined)",
8884
+ value: input.readOnly
8885
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8886
+ method: "typia.assert",
8887
+ path: _path + ".writeOnly",
8888
+ expected: "(boolean | undefined)",
8889
+ value: input.writeOnly
8890
+ }, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8386
8891
  method: "typia.assert",
8387
8892
  path: _path + ".type",
8388
8893
  expected: '"boolean"',
@@ -8503,7 +9008,17 @@ class NestiaMigrateApplication {
8503
9008
  path: _path + ".deprecated",
8504
9009
  expected: "(boolean | undefined)",
8505
9010
  value: input.deprecated
8506
- }, _errorFactory)) && true && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9011
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9012
+ method: "typia.assert",
9013
+ path: _path + ".readOnly",
9014
+ expected: "(boolean | undefined)",
9015
+ value: input.readOnly
9016
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9017
+ method: "typia.assert",
9018
+ path: _path + ".writeOnly",
9019
+ expected: "(boolean | undefined)",
9020
+ value: input.writeOnly
9021
+ }, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8507
9022
  method: "typia.assert",
8508
9023
  path: _path + ".type",
8509
9024
  expected: '"integer"',
@@ -8594,7 +9109,17 @@ class NestiaMigrateApplication {
8594
9109
  path: _path + ".deprecated",
8595
9110
  expected: "(boolean | undefined)",
8596
9111
  value: input.deprecated
8597
- }, _errorFactory)) && true && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9112
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9113
+ method: "typia.assert",
9114
+ path: _path + ".readOnly",
9115
+ expected: "(boolean | undefined)",
9116
+ value: input.readOnly
9117
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9118
+ method: "typia.assert",
9119
+ path: _path + ".writeOnly",
9120
+ expected: "(boolean | undefined)",
9121
+ value: input.writeOnly
9122
+ }, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8598
9123
  method: "typia.assert",
8599
9124
  path: _path + ".type",
8600
9125
  expected: '"number"',
@@ -8690,7 +9215,17 @@ class NestiaMigrateApplication {
8690
9215
  path: _path + ".deprecated",
8691
9216
  expected: "(boolean | undefined)",
8692
9217
  value: input.deprecated
8693
- }, _errorFactory)) && true && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9218
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9219
+ method: "typia.assert",
9220
+ path: _path + ".readOnly",
9221
+ expected: "(boolean | undefined)",
9222
+ value: input.readOnly
9223
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9224
+ method: "typia.assert",
9225
+ path: _path + ".writeOnly",
9226
+ expected: "(boolean | undefined)",
9227
+ value: input.writeOnly
9228
+ }, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8694
9229
  method: "typia.assert",
8695
9230
  path: _path + ".type",
8696
9231
  expected: '"string"',
@@ -8816,7 +9351,17 @@ class NestiaMigrateApplication {
8816
9351
  path: _path + ".deprecated",
8817
9352
  expected: "(boolean | undefined)",
8818
9353
  value: input.deprecated
8819
- }, _errorFactory)) && true && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9354
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9355
+ method: "typia.assert",
9356
+ path: _path + ".readOnly",
9357
+ expected: "(boolean | undefined)",
9358
+ value: input.readOnly
9359
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9360
+ method: "typia.assert",
9361
+ path: _path + ".writeOnly",
9362
+ expected: "(boolean | undefined)",
9363
+ value: input.writeOnly
9364
+ }, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8820
9365
  method: "typia.assert",
8821
9366
  path: _path + ".type",
8822
9367
  expected: '"array"',
@@ -8907,7 +9452,17 @@ class NestiaMigrateApplication {
8907
9452
  path: _path + ".deprecated",
8908
9453
  expected: "(boolean | undefined)",
8909
9454
  value: input.deprecated
8910
- }, _errorFactory)) && true && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9455
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9456
+ method: "typia.assert",
9457
+ path: _path + ".readOnly",
9458
+ expected: "(boolean | undefined)",
9459
+ value: input.readOnly
9460
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9461
+ method: "typia.assert",
9462
+ path: _path + ".writeOnly",
9463
+ expected: "(boolean | undefined)",
9464
+ value: input.writeOnly
9465
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8911
9466
  method: "typia.assert",
8912
9467
  path: _path + ".type",
8913
9468
  expected: '"object"',
@@ -8963,7 +9518,17 @@ class NestiaMigrateApplication {
8963
9518
  path: _path + ".deprecated",
8964
9519
  expected: "(boolean | undefined)",
8965
9520
  value: input.deprecated
8966
- }, _errorFactory)) && true;
9521
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9522
+ method: "typia.assert",
9523
+ path: _path + ".readOnly",
9524
+ expected: "(boolean | undefined)",
9525
+ value: input.readOnly
9526
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9527
+ method: "typia.assert",
9528
+ path: _path + ".writeOnly",
9529
+ expected: "(boolean | undefined)",
9530
+ value: input.writeOnly
9531
+ }, _errorFactory));
8967
9532
  const _ao168 = (input, _path, _exceptionable = true) => ("string" === typeof input.$recursiveRef || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8968
9533
  method: "typia.assert",
8969
9534
  path: _path + ".$recursiveRef",
@@ -8999,7 +9564,17 @@ class NestiaMigrateApplication {
8999
9564
  path: _path + ".deprecated",
9000
9565
  expected: "(boolean | undefined)",
9001
9566
  value: input.deprecated
9002
- }, _errorFactory)) && true;
9567
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9568
+ method: "typia.assert",
9569
+ path: _path + ".readOnly",
9570
+ expected: "(boolean | undefined)",
9571
+ value: input.readOnly
9572
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9573
+ method: "typia.assert",
9574
+ path: _path + ".writeOnly",
9575
+ expected: "(boolean | undefined)",
9576
+ value: input.writeOnly
9577
+ }, _errorFactory));
9003
9578
  const _ao169 = (input, _path, _exceptionable = true) => ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9004
9579
  method: "typia.assert",
9005
9580
  path: _path + ".allOf",
@@ -9050,7 +9625,17 @@ class NestiaMigrateApplication {
9050
9625
  path: _path + ".deprecated",
9051
9626
  expected: "(boolean | undefined)",
9052
9627
  value: input.deprecated
9053
- }, _errorFactory)) && true;
9628
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9629
+ method: "typia.assert",
9630
+ path: _path + ".readOnly",
9631
+ expected: "(boolean | undefined)",
9632
+ value: input.readOnly
9633
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9634
+ method: "typia.assert",
9635
+ path: _path + ".writeOnly",
9636
+ expected: "(boolean | undefined)",
9637
+ value: input.writeOnly
9638
+ }, _errorFactory));
9054
9639
  const _ao170 = (input, _path, _exceptionable = true) => ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9055
9640
  method: "typia.assert",
9056
9641
  path: _path + ".anyOf",
@@ -9101,7 +9686,17 @@ class NestiaMigrateApplication {
9101
9686
  path: _path + ".deprecated",
9102
9687
  expected: "(boolean | undefined)",
9103
9688
  value: input.deprecated
9104
- }, _errorFactory)) && true;
9689
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9690
+ method: "typia.assert",
9691
+ path: _path + ".readOnly",
9692
+ expected: "(boolean | undefined)",
9693
+ value: input.readOnly
9694
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9695
+ method: "typia.assert",
9696
+ path: _path + ".writeOnly",
9697
+ expected: "(boolean | undefined)",
9698
+ value: input.writeOnly
9699
+ }, _errorFactory));
9105
9700
  const _ao171 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9106
9701
  method: "typia.assert",
9107
9702
  path: _path + ".oneOf",
@@ -9162,7 +9757,17 @@ class NestiaMigrateApplication {
9162
9757
  path: _path + ".deprecated",
9163
9758
  expected: "(boolean | undefined)",
9164
9759
  value: input.deprecated
9165
- }, _errorFactory)) && true;
9760
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9761
+ method: "typia.assert",
9762
+ path: _path + ".readOnly",
9763
+ expected: "(boolean | undefined)",
9764
+ value: input.readOnly
9765
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9766
+ method: "typia.assert",
9767
+ path: _path + ".writeOnly",
9768
+ expected: "(boolean | undefined)",
9769
+ value: input.writeOnly
9770
+ }, _errorFactory));
9166
9771
  const _ao172 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9167
9772
  method: "typia.assert",
9168
9773
  path: _path + ".propertyName",
@@ -9199,7 +9804,17 @@ class NestiaMigrateApplication {
9199
9804
  path: _path + ".deprecated",
9200
9805
  expected: "(boolean | undefined)",
9201
9806
  value: input.deprecated
9202
- }, _errorFactory)) && true && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9807
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9808
+ method: "typia.assert",
9809
+ path: _path + ".readOnly",
9810
+ expected: "(boolean | undefined)",
9811
+ value: input.readOnly
9812
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9813
+ method: "typia.assert",
9814
+ path: _path + ".writeOnly",
9815
+ expected: "(boolean | undefined)",
9816
+ value: input.writeOnly
9817
+ }, _errorFactory)) && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9203
9818
  method: "typia.assert",
9204
9819
  path: _path + ".type",
9205
9820
  expected: '"null"',
@@ -9245,7 +9860,17 @@ class NestiaMigrateApplication {
9245
9860
  path: _path + ".deprecated",
9246
9861
  expected: "(boolean | undefined)",
9247
9862
  value: input.deprecated
9248
- }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9863
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9864
+ method: "typia.assert",
9865
+ path: _path + ".readOnly",
9866
+ expected: "(boolean | undefined)",
9867
+ value: input.readOnly
9868
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9869
+ method: "typia.assert",
9870
+ path: _path + ".writeOnly",
9871
+ expected: "(boolean | undefined)",
9872
+ value: input.writeOnly
9873
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9249
9874
  method: "typia.assert",
9250
9875
  path: _path + ".examples",
9251
9876
  expected: "(Array<any> | Record<string, any> | undefined)",
@@ -9514,7 +10139,17 @@ class NestiaMigrateApplication {
9514
10139
  path: _path + ".deprecated",
9515
10140
  expected: "(boolean | undefined)",
9516
10141
  value: input.deprecated
9517
- }, _errorFactory)) && true;
10142
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10143
+ method: "typia.assert",
10144
+ path: _path + ".readOnly",
10145
+ expected: "(boolean | undefined)",
10146
+ value: input.readOnly
10147
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10148
+ method: "typia.assert",
10149
+ path: _path + ".writeOnly",
10150
+ expected: "(boolean | undefined)",
10151
+ value: input.writeOnly
10152
+ }, _errorFactory));
9518
10153
  const _ao181 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9519
10154
  method: "typia.assert",
9520
10155
  path: _path + ".$ref",
@@ -9547,10 +10182,20 @@ class NestiaMigrateApplication {
9547
10182
  value: input.description
9548
10183
  }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9549
10184
  method: "typia.assert",
9550
- path: _path + ".deprecated",
10185
+ path: _path + ".deprecated",
10186
+ expected: "(boolean | undefined)",
10187
+ value: input.deprecated
10188
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10189
+ method: "typia.assert",
10190
+ path: _path + ".readOnly",
10191
+ expected: "(boolean | undefined)",
10192
+ value: input.readOnly
10193
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10194
+ method: "typia.assert",
10195
+ path: _path + ".writeOnly",
9551
10196
  expected: "(boolean | undefined)",
9552
- value: input.deprecated
9553
- }, _errorFactory)) && true;
10197
+ value: input.writeOnly
10198
+ }, _errorFactory));
9554
10199
  const _ao182 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9555
10200
  method: "typia.assert",
9556
10201
  path: _path + ".$ref",
@@ -9586,7 +10231,17 @@ class NestiaMigrateApplication {
9586
10231
  path: _path + ".deprecated",
9587
10232
  expected: "(boolean | undefined)",
9588
10233
  value: input.deprecated
9589
- }, _errorFactory)) && true;
10234
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10235
+ method: "typia.assert",
10236
+ path: _path + ".readOnly",
10237
+ expected: "(boolean | undefined)",
10238
+ value: input.readOnly
10239
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10240
+ method: "typia.assert",
10241
+ path: _path + ".writeOnly",
10242
+ expected: "(boolean | undefined)",
10243
+ value: input.writeOnly
10244
+ }, _errorFactory));
9590
10245
  const _ao183 = (input, _path, _exceptionable = true) => (undefined === input.operationId || "string" === typeof input.operationId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9591
10246
  method: "typia.assert",
9592
10247
  path: _path + ".operationId",
@@ -9795,7 +10450,17 @@ class NestiaMigrateApplication {
9795
10450
  path: _path + ".deprecated",
9796
10451
  expected: "(boolean | undefined)",
9797
10452
  value: input.deprecated
9798
- }, _errorFactory)) && true;
10453
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10454
+ method: "typia.assert",
10455
+ path: _path + ".readOnly",
10456
+ expected: "(boolean | undefined)",
10457
+ value: input.readOnly
10458
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10459
+ method: "typia.assert",
10460
+ path: _path + ".writeOnly",
10461
+ expected: "(boolean | undefined)",
10462
+ value: input.writeOnly
10463
+ }, _errorFactory));
9799
10464
  const _ao188 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9800
10465
  const value = input[key];
9801
10466
  if (undefined === value) return true;
@@ -9923,7 +10588,17 @@ class NestiaMigrateApplication {
9923
10588
  path: _path + ".deprecated",
9924
10589
  expected: "(boolean | undefined)",
9925
10590
  value: input.deprecated
9926
- }, _errorFactory)) && true;
10591
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10592
+ method: "typia.assert",
10593
+ path: _path + ".readOnly",
10594
+ expected: "(boolean | undefined)",
10595
+ value: input.readOnly
10596
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10597
+ method: "typia.assert",
10598
+ path: _path + ".writeOnly",
10599
+ expected: "(boolean | undefined)",
10600
+ value: input.writeOnly
10601
+ }, _errorFactory));
9927
10602
  const _ao193 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9928
10603
  const value = input[key];
9929
10604
  if (undefined === value) return true;
@@ -10268,7 +10943,17 @@ class NestiaMigrateApplication {
10268
10943
  path: _path + ".deprecated",
10269
10944
  expected: "(boolean | undefined)",
10270
10945
  value: input.deprecated
10271
- }, _errorFactory)) && true;
10946
+ }, _errorFactory)) && true && (undefined === input.readOnly || "boolean" === typeof input.readOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10947
+ method: "typia.assert",
10948
+ path: _path + ".readOnly",
10949
+ expected: "(boolean | undefined)",
10950
+ value: input.readOnly
10951
+ }, _errorFactory)) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10952
+ method: "typia.assert",
10953
+ path: _path + ".writeOnly",
10954
+ expected: "(boolean | undefined)",
10955
+ value: input.writeOnly
10956
+ }, _errorFactory));
10272
10957
  const _ao210 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10273
10958
  method: "typia.assert",
10274
10959
  path: _path + ".name",
@@ -10452,23 +11137,23 @@ class NestiaMigrateApplication {
10452
11137
  if (undefined === value) return true;
10453
11138
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu0(value);
10454
11139
  });
10455
- const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
11140
+ const _io9 = input => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"]) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
10456
11141
  const _io10 = input => Object.keys(input).every(key => {
10457
11142
  const value = input[key];
10458
11143
  if (undefined === value) return true;
10459
11144
  return true;
10460
11145
  });
10461
- const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10462
- const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (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) && (undefined === input.exclusiveMaximum || "number" === 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)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10463
- const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10464
- const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (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)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10465
- const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(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)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10466
- const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (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.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10467
- const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10468
- const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10469
- const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10470
- const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
10471
- const _io21 = input => null !== input.type && undefined === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples));
11146
+ const _io11 = input => (undefined === input["default"] || "boolean" === typeof input["default"]) && "boolean" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11147
+ const _io12 = input => (undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000)) && (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) && (undefined === input.exclusiveMaximum || "number" === 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)) && "integer" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11148
+ const _io13 = input => (undefined === input["default"] || "number" === typeof input["default"]) && (undefined === input.minimum || "number" === typeof input.minimum) && (undefined === input.maximum || "number" === typeof input.maximum) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && "number" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11149
+ const _io14 = input => (undefined === input["default"] || "string" === typeof input["default"]) && (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)) && "string" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11150
+ const _io15 = input => "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(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)) && "array" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11151
+ const _io16 = input => "array" === input.type && (Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (null !== input.additionalItems && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || "object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) && _iu0(input.additionalItems))) && (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.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11152
+ const _io17 = input => (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io8(input.properties)) && (null !== input.additionalProperties && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || "object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) && _iu0(input.additionalProperties))) && (undefined === input.required || Array.isArray(input.required) && input.required.every(elem => "string" === typeof elem)) && "object" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11153
+ const _io18 = input => "string" === typeof input.$ref && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11154
+ const _io19 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu1(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io22(input.discriminator)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11155
+ const _io20 = input => (null === input["default"] || undefined === input["default"]) && "null" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
11156
+ const _io21 = input => null !== input.type && undefined === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io10(input.examples)) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && (undefined === input.writeOnly || "boolean" === typeof input.writeOnly);
10472
11157
  const _io22 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io23(input.mapping));
10473
11158
  const _io23 = input => Object.keys(input).every(key => {
10474
11159
  const value = input[key];
@@ -10537,33 +11222,33 @@ class NestiaMigrateApplication {
10537
11222
  if (undefined === value) return true;
10538
11223
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu2(value);
10539
11224
  });
10540
- 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 && "boolean" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10541
- 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 && "integer" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10542
- 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 && "number" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10543
- 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 && "string" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10544
- 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 && "array" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10545
- 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 && "object" === input.type && (undefined === input["x-nullable"] || "boolean" === typeof input["x-nullable"]) && (undefined === input.examples || Array.isArray(input.examples));
10546
- 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;
10547
- 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;
10548
- 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;
10549
- 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;
10550
- 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;
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);
10551
11236
  const _io64 = input => Object.keys(input).every(key => {
10552
11237
  const value = input[key];
10553
11238
  if (undefined === value) return true;
10554
11239
  return "object" === typeof value && null !== value && _iu10(value);
10555
11240
  });
10556
- 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 && "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"];
10557
- 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 && "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"];
10558
- 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 && "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"];
10559
- 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 && "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"];
10560
- 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 && "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"];
10561
- 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 && "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"];
10562
- 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 && "string" === typeof input.name && "string" === typeof input["in"];
10563
- 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 && "string" === typeof input.name && "string" === typeof input["in"];
10564
- 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 && "string" === typeof input.name && "string" === typeof input["in"];
10565
- 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 && "string" === typeof input.name && "string" === typeof input["in"];
10566
- 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 && "string" === typeof input.name && "string" === typeof input["in"];
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"];
10567
11252
  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);
10568
11253
  const _io77 = input => Object.keys(input).every(key => {
10569
11254
  const value = input[key];
@@ -10588,15 +11273,15 @@ class NestiaMigrateApplication {
10588
11273
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io87(value);
10589
11274
  });
10590
11275
  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));
10591
- 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;
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);
10592
11277
  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);
10593
- 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;
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);
10594
11279
  const _io91 = input => Object.keys(input).every(key => {
10595
11280
  const value = input[key];
10596
11281
  if (undefined === value) return true;
10597
11282
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu12(value);
10598
11283
  });
10599
- 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;
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);
10600
11285
  const _io93 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
10601
11286
  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)));
10602
11287
  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));
@@ -10615,19 +11300,19 @@ class NestiaMigrateApplication {
10615
11300
  if (undefined === value) return true;
10616
11301
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu5(value);
10617
11302
  });
10618
- 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 && "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))));
10619
- 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 && "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))));
10620
- 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 && "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))));
10621
- 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 && "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))));
10622
- 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 && "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))));
10623
- 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 && "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))));
10624
- 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;
10625
- 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;
10626
- 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;
10627
- 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;
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);
10628
11313
  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));
10629
- 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 && "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))));
10630
- 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 && (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))));
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))));
10631
11316
  const _io116 = input => Object.keys(input).every(key => {
10632
11317
  const value = input[key];
10633
11318
  if (undefined === value) return true;
@@ -10646,14 +11331,14 @@ class NestiaMigrateApplication {
10646
11331
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu13(value);
10647
11332
  });
10648
11333
  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);
10649
- 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;
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);
10650
11335
  const _io123 = input => Object.keys(input).every(key => {
10651
11336
  const value = input[key];
10652
11337
  if (undefined === value) return true;
10653
11338
  return "object" === typeof value && null !== value && _iu14(value);
10654
11339
  });
10655
11340
  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);
10656
- 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;
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);
10657
11342
  const _io126 = input => Object.keys(input).every(key => {
10658
11343
  const value = input[key];
10659
11344
  if (undefined === value) return true;
@@ -10696,15 +11381,15 @@ class NestiaMigrateApplication {
10696
11381
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io143(value);
10697
11382
  });
10698
11383
  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));
10699
- 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;
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);
10700
11385
  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);
10701
- 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;
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);
10702
11387
  const _io147 = input => Object.keys(input).every(key => {
10703
11388
  const value = input[key];
10704
11389
  if (undefined === value) return true;
10705
11390
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu17(value);
10706
11391
  });
10707
- 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;
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);
10708
11393
  const _io149 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
10709
11394
  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)));
10710
11395
  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));
@@ -10723,22 +11408,22 @@ class NestiaMigrateApplication {
10723
11408
  if (undefined === value) return true;
10724
11409
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu7(value);
10725
11410
  });
10726
- 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.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;
10727
- 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;
10728
- 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 && "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))));
10729
- 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 && "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))));
10730
- 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 && "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))));
10731
- 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 && "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))));
10732
- 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 && "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))));
10733
- 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 && "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))));
10734
- 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;
10735
- 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;
10736
- 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;
10737
- 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;
10738
- 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;
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);
10739
11424
  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));
10740
- 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 && "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))));
10741
- 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 && (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))));
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))));
10742
11427
  const _io175 = input => Object.keys(input).every(key => {
10743
11428
  const value = input[key];
10744
11429
  if (undefined === value) return true;
@@ -10752,9 +11437,9 @@ class NestiaMigrateApplication {
10752
11437
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu18(value);
10753
11438
  });
10754
11439
  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);
10755
- 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;
10756
- 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;
10757
- 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;
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);
10758
11443
  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);
10759
11444
  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));
10760
11445
  const _io185 = input => Object.keys(input).every(key => {
@@ -10763,7 +11448,7 @@ class NestiaMigrateApplication {
10763
11448
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io186(value);
10764
11449
  });
10765
11450
  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));
10766
- 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;
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);
10767
11452
  const _io188 = input => Object.keys(input).every(key => {
10768
11453
  const value = input[key];
10769
11454
  if (undefined === value) return true;
@@ -10776,7 +11461,7 @@ class NestiaMigrateApplication {
10776
11461
  return "object" === typeof value && null !== value && _iu21(value);
10777
11462
  });
10778
11463
  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);
10779
- 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;
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);
10780
11465
  const _io193 = input => Object.keys(input).every(key => {
10781
11466
  const value = input[key];
10782
11467
  if (undefined === value) return true;
@@ -10821,7 +11506,7 @@ class NestiaMigrateApplication {
10821
11506
  if (undefined === value) return true;
10822
11507
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu23(value);
10823
11508
  });
10824
- 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;
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);
10825
11510
  const _io210 = input => "string" === typeof input.name && (undefined === input.description || "string" === typeof input.description);
10826
11511
  const _iu0 = input => (() => {
10827
11512
  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);
@@ -11171,6 +11856,14 @@ class NestiaMigrateApplication {
11171
11856
  path: _path + ".examples",
11172
11857
  expected: "(Record<string, any> | undefined)",
11173
11858
  value: input.examples
11859
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
11860
+ path: _path + ".readOnly",
11861
+ expected: "(boolean | undefined)",
11862
+ value: input.readOnly
11863
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
11864
+ path: _path + ".writeOnly",
11865
+ expected: "(boolean | undefined)",
11866
+ value: input.writeOnly
11174
11867
  }) ].every(flag => flag);
11175
11868
  const _vo10 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
11176
11869
  const value = input[key];
@@ -11205,6 +11898,14 @@ class NestiaMigrateApplication {
11205
11898
  path: _path + ".examples",
11206
11899
  expected: "(Record<string, any> | undefined)",
11207
11900
  value: input.examples
11901
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
11902
+ path: _path + ".readOnly",
11903
+ expected: "(boolean | undefined)",
11904
+ value: input.readOnly
11905
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
11906
+ path: _path + ".writeOnly",
11907
+ expected: "(boolean | undefined)",
11908
+ value: input.writeOnly
11208
11909
  }) ].every(flag => flag);
11209
11910
  const _vo12 = (input, _path, _exceptionable = true) => [ undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -0x8000000000000000 <= input["default"] && input["default"] <= 0x8000000000000000 || _report(_exceptionable, {
11210
11911
  path: _path + '["default"]',
@@ -11274,6 +11975,14 @@ class NestiaMigrateApplication {
11274
11975
  path: _path + ".examples",
11275
11976
  expected: "(Record<string, any> | undefined)",
11276
11977
  value: input.examples
11978
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
11979
+ path: _path + ".readOnly",
11980
+ expected: "(boolean | undefined)",
11981
+ value: input.readOnly
11982
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
11983
+ path: _path + ".writeOnly",
11984
+ expected: "(boolean | undefined)",
11985
+ value: input.writeOnly
11277
11986
  }) ].every(flag => flag);
11278
11987
  const _vo13 = (input, _path, _exceptionable = true) => [ undefined === input["default"] || "number" === typeof input["default"] || _report(_exceptionable, {
11279
11988
  path: _path + '["default"]',
@@ -11327,6 +12036,14 @@ class NestiaMigrateApplication {
11327
12036
  path: _path + ".examples",
11328
12037
  expected: "(Record<string, any> | undefined)",
11329
12038
  value: input.examples
12039
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12040
+ path: _path + ".readOnly",
12041
+ expected: "(boolean | undefined)",
12042
+ value: input.readOnly
12043
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12044
+ path: _path + ".writeOnly",
12045
+ expected: "(boolean | undefined)",
12046
+ value: input.writeOnly
11330
12047
  }) ].every(flag => flag);
11331
12048
  const _vo14 = (input, _path, _exceptionable = true) => [ undefined === input["default"] || "string" === typeof input["default"] || _report(_exceptionable, {
11332
12049
  path: _path + '["default"]',
@@ -11384,6 +12101,14 @@ class NestiaMigrateApplication {
11384
12101
  path: _path + ".examples",
11385
12102
  expected: "(Record<string, any> | undefined)",
11386
12103
  value: input.examples
12104
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12105
+ path: _path + ".readOnly",
12106
+ expected: "(boolean | undefined)",
12107
+ value: input.readOnly
12108
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12109
+ path: _path + ".writeOnly",
12110
+ expected: "(boolean | undefined)",
12111
+ value: input.writeOnly
11387
12112
  }) ].every(flag => flag);
11388
12113
  const _vo15 = (input, _path, _exceptionable = true) => [ ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || _report(_exceptionable, {
11389
12114
  path: _path + ".items",
@@ -11437,6 +12162,14 @@ class NestiaMigrateApplication {
11437
12162
  path: _path + ".examples",
11438
12163
  expected: "(Record<string, any> | undefined)",
11439
12164
  value: input.examples
12165
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12166
+ path: _path + ".readOnly",
12167
+ expected: "(boolean | undefined)",
12168
+ value: input.readOnly
12169
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12170
+ path: _path + ".writeOnly",
12171
+ expected: "(boolean | undefined)",
12172
+ value: input.writeOnly
11440
12173
  }) ].every(flag => flag);
11441
12174
  const _vo16 = (input, _path, _exceptionable = true) => [ "array" === input.type || _report(_exceptionable, {
11442
12175
  path: _path + ".type",
@@ -11510,6 +12243,14 @@ class NestiaMigrateApplication {
11510
12243
  path: _path + ".examples",
11511
12244
  expected: "(Record<string, any> | undefined)",
11512
12245
  value: input.examples
12246
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12247
+ path: _path + ".readOnly",
12248
+ expected: "(boolean | undefined)",
12249
+ value: input.readOnly
12250
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12251
+ path: _path + ".writeOnly",
12252
+ expected: "(boolean | undefined)",
12253
+ value: input.writeOnly
11513
12254
  }) ].every(flag => flag);
11514
12255
  const _vo17 = (input, _path, _exceptionable = true) => [ undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || _report(_exceptionable, {
11515
12256
  path: _path + ".properties",
@@ -11567,6 +12308,14 @@ class NestiaMigrateApplication {
11567
12308
  path: _path + ".examples",
11568
12309
  expected: "(Record<string, any> | undefined)",
11569
12310
  value: input.examples
12311
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12312
+ path: _path + ".readOnly",
12313
+ expected: "(boolean | undefined)",
12314
+ value: input.readOnly
12315
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12316
+ path: _path + ".writeOnly",
12317
+ expected: "(boolean | undefined)",
12318
+ value: input.writeOnly
11570
12319
  }) ].every(flag => flag);
11571
12320
  const _vo18 = (input, _path, _exceptionable = true) => [ "string" === typeof input.$ref || _report(_exceptionable, {
11572
12321
  path: _path + ".$ref",
@@ -11592,6 +12341,14 @@ class NestiaMigrateApplication {
11592
12341
  path: _path + ".examples",
11593
12342
  expected: "(Record<string, any> | undefined)",
11594
12343
  value: input.examples
12344
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12345
+ path: _path + ".readOnly",
12346
+ expected: "(boolean | undefined)",
12347
+ value: input.readOnly
12348
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12349
+ path: _path + ".writeOnly",
12350
+ expected: "(boolean | undefined)",
12351
+ value: input.writeOnly
11595
12352
  }) ].every(flag => flag);
11596
12353
  const _vo19 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.oneOf) || _report(_exceptionable, {
11597
12354
  path: _path + ".oneOf",
@@ -11637,6 +12394,14 @@ class NestiaMigrateApplication {
11637
12394
  path: _path + ".examples",
11638
12395
  expected: "(Record<string, any> | undefined)",
11639
12396
  value: input.examples
12397
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12398
+ path: _path + ".readOnly",
12399
+ expected: "(boolean | undefined)",
12400
+ value: input.readOnly
12401
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12402
+ path: _path + ".writeOnly",
12403
+ expected: "(boolean | undefined)",
12404
+ value: input.writeOnly
11640
12405
  }) ].every(flag => flag);
11641
12406
  const _vo20 = (input, _path, _exceptionable = true) => [ null === input["default"] || undefined === input["default"] || _report(_exceptionable, {
11642
12407
  path: _path + '["default"]',
@@ -11666,6 +12431,14 @@ class NestiaMigrateApplication {
11666
12431
  path: _path + ".examples",
11667
12432
  expected: "(Record<string, any> | undefined)",
11668
12433
  value: input.examples
12434
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12435
+ path: _path + ".readOnly",
12436
+ expected: "(boolean | undefined)",
12437
+ value: input.readOnly
12438
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12439
+ path: _path + ".writeOnly",
12440
+ expected: "(boolean | undefined)",
12441
+ value: input.writeOnly
11669
12442
  }) ].every(flag => flag);
11670
12443
  const _vo21 = (input, _path, _exceptionable = true) => [ true, (null !== input.type || _report(_exceptionable, {
11671
12444
  path: _path + ".type",
@@ -11695,6 +12468,14 @@ class NestiaMigrateApplication {
11695
12468
  path: _path + ".examples",
11696
12469
  expected: "(Record<string, any> | undefined)",
11697
12470
  value: input.examples
12471
+ }), undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
12472
+ path: _path + ".readOnly",
12473
+ expected: "(boolean | undefined)",
12474
+ value: input.readOnly
12475
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
12476
+ path: _path + ".writeOnly",
12477
+ expected: "(boolean | undefined)",
12478
+ value: input.writeOnly
11698
12479
  }) ].every(flag => flag);
11699
12480
  const _vo22 = (input, _path, _exceptionable = true) => [ "string" === typeof input.propertyName || _report(_exceptionable, {
11700
12481
  path: _path + ".propertyName",
@@ -12560,7 +13341,15 @@ class NestiaMigrateApplication {
12560
13341
  path: _path + ".deprecated",
12561
13342
  expected: "(boolean | undefined)",
12562
13343
  value: input.deprecated
12563
- }), true, "boolean" === input.type || _report(_exceptionable, {
13344
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13345
+ path: _path + ".readOnly",
13346
+ expected: "(boolean | undefined)",
13347
+ value: input.readOnly
13348
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13349
+ path: _path + ".writeOnly",
13350
+ expected: "(boolean | undefined)",
13351
+ value: input.writeOnly
13352
+ }), "boolean" === input.type || _report(_exceptionable, {
12564
13353
  path: _path + ".type",
12565
13354
  expected: '"boolean"',
12566
13355
  value: input.type
@@ -12641,7 +13430,15 @@ class NestiaMigrateApplication {
12641
13430
  path: _path + ".deprecated",
12642
13431
  expected: "(boolean | undefined)",
12643
13432
  value: input.deprecated
12644
- }), true, "integer" === input.type || _report(_exceptionable, {
13433
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13434
+ path: _path + ".readOnly",
13435
+ expected: "(boolean | undefined)",
13436
+ value: input.readOnly
13437
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13438
+ path: _path + ".writeOnly",
13439
+ expected: "(boolean | undefined)",
13440
+ value: input.writeOnly
13441
+ }), "integer" === input.type || _report(_exceptionable, {
12645
13442
  path: _path + ".type",
12646
13443
  expected: '"integer"',
12647
13444
  value: input.type
@@ -12706,7 +13503,15 @@ class NestiaMigrateApplication {
12706
13503
  path: _path + ".deprecated",
12707
13504
  expected: "(boolean | undefined)",
12708
13505
  value: input.deprecated
12709
- }), true, "number" === input.type || _report(_exceptionable, {
13506
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13507
+ path: _path + ".readOnly",
13508
+ expected: "(boolean | undefined)",
13509
+ value: input.readOnly
13510
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13511
+ path: _path + ".writeOnly",
13512
+ expected: "(boolean | undefined)",
13513
+ value: input.writeOnly
13514
+ }), "number" === input.type || _report(_exceptionable, {
12710
13515
  path: _path + ".type",
12711
13516
  expected: '"number"',
12712
13517
  value: input.type
@@ -12771,7 +13576,15 @@ class NestiaMigrateApplication {
12771
13576
  path: _path + ".deprecated",
12772
13577
  expected: "(boolean | undefined)",
12773
13578
  value: input.deprecated
12774
- }), true, "string" === input.type || _report(_exceptionable, {
13579
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13580
+ path: _path + ".readOnly",
13581
+ expected: "(boolean | undefined)",
13582
+ value: input.readOnly
13583
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13584
+ path: _path + ".writeOnly",
13585
+ expected: "(boolean | undefined)",
13586
+ value: input.writeOnly
13587
+ }), "string" === input.type || _report(_exceptionable, {
12775
13588
  path: _path + ".type",
12776
13589
  expected: '"string"',
12777
13590
  value: input.type
@@ -12824,7 +13637,15 @@ class NestiaMigrateApplication {
12824
13637
  path: _path + ".deprecated",
12825
13638
  expected: "(boolean | undefined)",
12826
13639
  value: input.deprecated
12827
- }), true, "array" === input.type || _report(_exceptionable, {
13640
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13641
+ path: _path + ".readOnly",
13642
+ expected: "(boolean | undefined)",
13643
+ value: input.readOnly
13644
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13645
+ path: _path + ".writeOnly",
13646
+ expected: "(boolean | undefined)",
13647
+ value: input.writeOnly
13648
+ }), "array" === input.type || _report(_exceptionable, {
12828
13649
  path: _path + ".type",
12829
13650
  expected: '"array"',
12830
13651
  value: input.type
@@ -12889,7 +13710,15 @@ class NestiaMigrateApplication {
12889
13710
  path: _path + ".deprecated",
12890
13711
  expected: "(boolean | undefined)",
12891
13712
  value: input.deprecated
12892
- }), true, "object" === input.type || _report(_exceptionable, {
13713
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13714
+ path: _path + ".readOnly",
13715
+ expected: "(boolean | undefined)",
13716
+ value: input.readOnly
13717
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13718
+ path: _path + ".writeOnly",
13719
+ expected: "(boolean | undefined)",
13720
+ value: input.writeOnly
13721
+ }), "object" === input.type || _report(_exceptionable, {
12893
13722
  path: _path + ".type",
12894
13723
  expected: '"object"',
12895
13724
  value: input.type
@@ -12922,7 +13751,11 @@ class NestiaMigrateApplication {
12922
13751
  path: _path + ".deprecated",
12923
13752
  expected: "(boolean | undefined)",
12924
13753
  value: input.deprecated
12925
- }), true ].every(flag => flag);
13754
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13755
+ path: _path + ".readOnly",
13756
+ expected: "(boolean | undefined)",
13757
+ value: input.readOnly
13758
+ }) ].every(flag => flag);
12926
13759
  const _vo60 = (input, _path, _exceptionable = true) => [ (Array.isArray(input["x-anyOf"]) || _report(_exceptionable, {
12927
13760
  path: _path + '["x-anyOf"]',
12928
13761
  expected: "Array<SwaggerV2.IJsonSchema>",
@@ -12955,7 +13788,11 @@ class NestiaMigrateApplication {
12955
13788
  path: _path + ".deprecated",
12956
13789
  expected: "(boolean | undefined)",
12957
13790
  value: input.deprecated
12958
- }), true ].every(flag => flag);
13791
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13792
+ path: _path + ".readOnly",
13793
+ expected: "(boolean | undefined)",
13794
+ value: input.readOnly
13795
+ }) ].every(flag => flag);
12959
13796
  const _vo61 = (input, _path, _exceptionable = true) => [ (Array.isArray(input["x-oneOf"]) || _report(_exceptionable, {
12960
13797
  path: _path + '["x-oneOf"]',
12961
13798
  expected: "Array<SwaggerV2.IJsonSchema>",
@@ -12988,7 +13825,11 @@ class NestiaMigrateApplication {
12988
13825
  path: _path + ".deprecated",
12989
13826
  expected: "(boolean | undefined)",
12990
13827
  value: input.deprecated
12991
- }), true ].every(flag => flag);
13828
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13829
+ path: _path + ".readOnly",
13830
+ expected: "(boolean | undefined)",
13831
+ value: input.readOnly
13832
+ }) ].every(flag => flag);
12992
13833
  const _vo62 = (input, _path, _exceptionable = true) => [ "null" === input.type || _report(_exceptionable, {
12993
13834
  path: _path + ".type",
12994
13835
  expected: '"null"',
@@ -13013,7 +13854,11 @@ class NestiaMigrateApplication {
13013
13854
  path: _path + ".deprecated",
13014
13855
  expected: "(boolean | undefined)",
13015
13856
  value: input.deprecated
13016
- }), true ].every(flag => flag);
13857
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13858
+ path: _path + ".readOnly",
13859
+ expected: "(boolean | undefined)",
13860
+ value: input.readOnly
13861
+ }) ].every(flag => flag);
13017
13862
  const _vo63 = (input, _path, _exceptionable = true) => [ (null !== input.type || _report(_exceptionable, {
13018
13863
  path: _path + ".type",
13019
13864
  expected: "undefined",
@@ -13038,7 +13883,11 @@ class NestiaMigrateApplication {
13038
13883
  path: _path + ".deprecated",
13039
13884
  expected: "(boolean | undefined)",
13040
13885
  value: input.deprecated
13041
- }), true ].every(flag => flag);
13886
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13887
+ path: _path + ".readOnly",
13888
+ expected: "(boolean | undefined)",
13889
+ value: input.readOnly
13890
+ }) ].every(flag => flag);
13042
13891
  const _vo64 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
13043
13892
  const value = input[key];
13044
13893
  if (undefined === value) return true;
@@ -13080,7 +13929,15 @@ class NestiaMigrateApplication {
13080
13929
  path: _path + ".deprecated",
13081
13930
  expected: "(boolean | undefined)",
13082
13931
  value: input.deprecated
13083
- }), true, "boolean" === input.type || _report(_exceptionable, {
13932
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
13933
+ path: _path + ".readOnly",
13934
+ expected: "(boolean | undefined)",
13935
+ value: input.readOnly
13936
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
13937
+ path: _path + ".writeOnly",
13938
+ expected: "(boolean | undefined)",
13939
+ value: input.writeOnly
13940
+ }), "boolean" === input.type || _report(_exceptionable, {
13084
13941
  path: _path + ".type",
13085
13942
  expected: '"boolean"',
13086
13943
  value: input.type
@@ -13169,7 +14026,15 @@ class NestiaMigrateApplication {
13169
14026
  path: _path + ".deprecated",
13170
14027
  expected: "(boolean | undefined)",
13171
14028
  value: input.deprecated
13172
- }), true, "integer" === input.type || _report(_exceptionable, {
14029
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14030
+ path: _path + ".readOnly",
14031
+ expected: "(boolean | undefined)",
14032
+ value: input.readOnly
14033
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
14034
+ path: _path + ".writeOnly",
14035
+ expected: "(boolean | undefined)",
14036
+ value: input.writeOnly
14037
+ }), "integer" === input.type || _report(_exceptionable, {
13173
14038
  path: _path + ".type",
13174
14039
  expected: '"integer"',
13175
14040
  value: input.type
@@ -13242,7 +14107,15 @@ class NestiaMigrateApplication {
13242
14107
  path: _path + ".deprecated",
13243
14108
  expected: "(boolean | undefined)",
13244
14109
  value: input.deprecated
13245
- }), true, "number" === input.type || _report(_exceptionable, {
14110
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14111
+ path: _path + ".readOnly",
14112
+ expected: "(boolean | undefined)",
14113
+ value: input.readOnly
14114
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
14115
+ path: _path + ".writeOnly",
14116
+ expected: "(boolean | undefined)",
14117
+ value: input.writeOnly
14118
+ }), "number" === input.type || _report(_exceptionable, {
13246
14119
  path: _path + ".type",
13247
14120
  expected: '"number"',
13248
14121
  value: input.type
@@ -13315,7 +14188,15 @@ class NestiaMigrateApplication {
13315
14188
  path: _path + ".deprecated",
13316
14189
  expected: "(boolean | undefined)",
13317
14190
  value: input.deprecated
13318
- }), true, "string" === input.type || _report(_exceptionable, {
14191
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14192
+ path: _path + ".readOnly",
14193
+ expected: "(boolean | undefined)",
14194
+ value: input.readOnly
14195
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
14196
+ path: _path + ".writeOnly",
14197
+ expected: "(boolean | undefined)",
14198
+ value: input.writeOnly
14199
+ }), "string" === input.type || _report(_exceptionable, {
13319
14200
  path: _path + ".type",
13320
14201
  expected: '"string"',
13321
14202
  value: input.type
@@ -13376,7 +14257,15 @@ class NestiaMigrateApplication {
13376
14257
  path: _path + ".deprecated",
13377
14258
  expected: "(boolean | undefined)",
13378
14259
  value: input.deprecated
13379
- }), true, "array" === input.type || _report(_exceptionable, {
14260
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14261
+ path: _path + ".readOnly",
14262
+ expected: "(boolean | undefined)",
14263
+ value: input.readOnly
14264
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
14265
+ path: _path + ".writeOnly",
14266
+ expected: "(boolean | undefined)",
14267
+ value: input.writeOnly
14268
+ }), "array" === input.type || _report(_exceptionable, {
13380
14269
  path: _path + ".type",
13381
14270
  expected: '"array"',
13382
14271
  value: input.type
@@ -13449,7 +14338,15 @@ class NestiaMigrateApplication {
13449
14338
  path: _path + ".deprecated",
13450
14339
  expected: "(boolean | undefined)",
13451
14340
  value: input.deprecated
13452
- }), true, "object" === input.type || _report(_exceptionable, {
14341
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14342
+ path: _path + ".readOnly",
14343
+ expected: "(boolean | undefined)",
14344
+ value: input.readOnly
14345
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
14346
+ path: _path + ".writeOnly",
14347
+ expected: "(boolean | undefined)",
14348
+ value: input.writeOnly
14349
+ }), "object" === input.type || _report(_exceptionable, {
13453
14350
  path: _path + ".type",
13454
14351
  expected: '"object"',
13455
14352
  value: input.type
@@ -13490,7 +14387,11 @@ class NestiaMigrateApplication {
13490
14387
  path: _path + ".deprecated",
13491
14388
  expected: "(boolean | undefined)",
13492
14389
  value: input.deprecated
13493
- }), true, "string" === typeof input.name || _report(_exceptionable, {
14390
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14391
+ path: _path + ".readOnly",
14392
+ expected: "(boolean | undefined)",
14393
+ value: input.readOnly
14394
+ }), "string" === typeof input.name || _report(_exceptionable, {
13494
14395
  path: _path + ".name",
13495
14396
  expected: "string",
13496
14397
  value: input.name
@@ -13531,7 +14432,11 @@ class NestiaMigrateApplication {
13531
14432
  path: _path + ".deprecated",
13532
14433
  expected: "(boolean | undefined)",
13533
14434
  value: input.deprecated
13534
- }), true, "string" === typeof input.name || _report(_exceptionable, {
14435
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14436
+ path: _path + ".readOnly",
14437
+ expected: "(boolean | undefined)",
14438
+ value: input.readOnly
14439
+ }), "string" === typeof input.name || _report(_exceptionable, {
13535
14440
  path: _path + ".name",
13536
14441
  expected: "string",
13537
14442
  value: input.name
@@ -13572,7 +14477,11 @@ class NestiaMigrateApplication {
13572
14477
  path: _path + ".deprecated",
13573
14478
  expected: "(boolean | undefined)",
13574
14479
  value: input.deprecated
13575
- }), true, "string" === typeof input.name || _report(_exceptionable, {
14480
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14481
+ path: _path + ".readOnly",
14482
+ expected: "(boolean | undefined)",
14483
+ value: input.readOnly
14484
+ }), "string" === typeof input.name || _report(_exceptionable, {
13576
14485
  path: _path + ".name",
13577
14486
  expected: "string",
13578
14487
  value: input.name
@@ -13605,7 +14514,11 @@ class NestiaMigrateApplication {
13605
14514
  path: _path + ".deprecated",
13606
14515
  expected: "(boolean | undefined)",
13607
14516
  value: input.deprecated
13608
- }), true, "string" === typeof input.name || _report(_exceptionable, {
14517
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14518
+ path: _path + ".readOnly",
14519
+ expected: "(boolean | undefined)",
14520
+ value: input.readOnly
14521
+ }), "string" === typeof input.name || _report(_exceptionable, {
13609
14522
  path: _path + ".name",
13610
14523
  expected: "string",
13611
14524
  value: input.name
@@ -13638,7 +14551,11 @@ class NestiaMigrateApplication {
13638
14551
  path: _path + ".deprecated",
13639
14552
  expected: "(boolean | undefined)",
13640
14553
  value: input.deprecated
13641
- }), true, "string" === typeof input.name || _report(_exceptionable, {
14554
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14555
+ path: _path + ".readOnly",
14556
+ expected: "(boolean | undefined)",
14557
+ value: input.readOnly
14558
+ }), "string" === typeof input.name || _report(_exceptionable, {
13642
14559
  path: _path + ".name",
13643
14560
  expected: "string",
13644
14561
  value: input.name
@@ -13967,7 +14884,11 @@ class NestiaMigrateApplication {
13967
14884
  path: _path + ".deprecated",
13968
14885
  expected: "(boolean | undefined)",
13969
14886
  value: input.deprecated
13970
- }), true ].every(flag => flag);
14887
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14888
+ path: _path + ".readOnly",
14889
+ expected: "(boolean | undefined)",
14890
+ value: input.readOnly
14891
+ }) ].every(flag => flag);
13971
14892
  const _vo89 = (input, _path, _exceptionable = true) => [ undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
13972
14893
  path: _path + ".operationId",
13973
14894
  expected: "(string | undefined)",
@@ -14057,7 +14978,11 @@ class NestiaMigrateApplication {
14057
14978
  path: _path + ".deprecated",
14058
14979
  expected: "(boolean | undefined)",
14059
14980
  value: input.deprecated
14060
- }), true ].every(flag => flag);
14981
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
14982
+ path: _path + ".readOnly",
14983
+ expected: "(boolean | undefined)",
14984
+ value: input.readOnly
14985
+ }) ].every(flag => flag);
14061
14986
  const _vo91 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
14062
14987
  const value = input[key];
14063
14988
  if (undefined === value) return true;
@@ -14091,7 +15016,11 @@ class NestiaMigrateApplication {
14091
15016
  path: _path + ".deprecated",
14092
15017
  expected: "(boolean | undefined)",
14093
15018
  value: input.deprecated
14094
- }), true ].every(flag => flag);
15019
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15020
+ path: _path + ".readOnly",
15021
+ expected: "(boolean | undefined)",
15022
+ value: input.readOnly
15023
+ }) ].every(flag => flag);
14095
15024
  const _vo93 = (input, _path, _exceptionable = true) => [ "string" === typeof input.name || _report(_exceptionable, {
14096
15025
  path: _path + ".name",
14097
15026
  expected: "string",
@@ -14394,7 +15323,15 @@ class NestiaMigrateApplication {
14394
15323
  path: _path + ".deprecated",
14395
15324
  expected: "(boolean | undefined)",
14396
15325
  value: input.deprecated
14397
- }), true, "boolean" === input.type || _report(_exceptionable, {
15326
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15327
+ path: _path + ".readOnly",
15328
+ expected: "(boolean | undefined)",
15329
+ value: input.readOnly
15330
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15331
+ path: _path + ".writeOnly",
15332
+ expected: "(boolean | undefined)",
15333
+ value: input.writeOnly
15334
+ }), "boolean" === input.type || _report(_exceptionable, {
14398
15335
  path: _path + ".type",
14399
15336
  expected: '"boolean"',
14400
15337
  value: input.type
@@ -14483,7 +15420,15 @@ class NestiaMigrateApplication {
14483
15420
  path: _path + ".deprecated",
14484
15421
  expected: "(boolean | undefined)",
14485
15422
  value: input.deprecated
14486
- }), true, "integer" === input.type || _report(_exceptionable, {
15423
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15424
+ path: _path + ".readOnly",
15425
+ expected: "(boolean | undefined)",
15426
+ value: input.readOnly
15427
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15428
+ path: _path + ".writeOnly",
15429
+ expected: "(boolean | undefined)",
15430
+ value: input.writeOnly
15431
+ }), "integer" === input.type || _report(_exceptionable, {
14487
15432
  path: _path + ".type",
14488
15433
  expected: '"integer"',
14489
15434
  value: input.type
@@ -14556,7 +15501,15 @@ class NestiaMigrateApplication {
14556
15501
  path: _path + ".deprecated",
14557
15502
  expected: "(boolean | undefined)",
14558
15503
  value: input.deprecated
14559
- }), true, "number" === input.type || _report(_exceptionable, {
15504
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15505
+ path: _path + ".readOnly",
15506
+ expected: "(boolean | undefined)",
15507
+ value: input.readOnly
15508
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15509
+ path: _path + ".writeOnly",
15510
+ expected: "(boolean | undefined)",
15511
+ value: input.writeOnly
15512
+ }), "number" === input.type || _report(_exceptionable, {
14560
15513
  path: _path + ".type",
14561
15514
  expected: '"number"',
14562
15515
  value: input.type
@@ -14629,7 +15582,15 @@ class NestiaMigrateApplication {
14629
15582
  path: _path + ".deprecated",
14630
15583
  expected: "(boolean | undefined)",
14631
15584
  value: input.deprecated
14632
- }), true, "string" === input.type || _report(_exceptionable, {
15585
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15586
+ path: _path + ".readOnly",
15587
+ expected: "(boolean | undefined)",
15588
+ value: input.readOnly
15589
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15590
+ path: _path + ".writeOnly",
15591
+ expected: "(boolean | undefined)",
15592
+ value: input.writeOnly
15593
+ }), "string" === input.type || _report(_exceptionable, {
14633
15594
  path: _path + ".type",
14634
15595
  expected: '"string"',
14635
15596
  value: input.type
@@ -14690,7 +15651,15 @@ class NestiaMigrateApplication {
14690
15651
  path: _path + ".deprecated",
14691
15652
  expected: "(boolean | undefined)",
14692
15653
  value: input.deprecated
14693
- }), true, "array" === input.type || _report(_exceptionable, {
15654
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15655
+ path: _path + ".readOnly",
15656
+ expected: "(boolean | undefined)",
15657
+ value: input.readOnly
15658
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15659
+ path: _path + ".writeOnly",
15660
+ expected: "(boolean | undefined)",
15661
+ value: input.writeOnly
15662
+ }), "array" === input.type || _report(_exceptionable, {
14694
15663
  path: _path + ".type",
14695
15664
  expected: '"array"',
14696
15665
  value: input.type
@@ -14763,7 +15732,15 @@ class NestiaMigrateApplication {
14763
15732
  path: _path + ".deprecated",
14764
15733
  expected: "(boolean | undefined)",
14765
15734
  value: input.deprecated
14766
- }), true, "object" === input.type || _report(_exceptionable, {
15735
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15736
+ path: _path + ".readOnly",
15737
+ expected: "(boolean | undefined)",
15738
+ value: input.readOnly
15739
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15740
+ path: _path + ".writeOnly",
15741
+ expected: "(boolean | undefined)",
15742
+ value: input.writeOnly
15743
+ }), "object" === input.type || _report(_exceptionable, {
14767
15744
  path: _path + ".type",
14768
15745
  expected: '"object"',
14769
15746
  value: input.type
@@ -14808,7 +15785,15 @@ class NestiaMigrateApplication {
14808
15785
  path: _path + ".deprecated",
14809
15786
  expected: "(boolean | undefined)",
14810
15787
  value: input.deprecated
14811
- }), true ].every(flag => flag);
15788
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15789
+ path: _path + ".readOnly",
15790
+ expected: "(boolean | undefined)",
15791
+ value: input.readOnly
15792
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15793
+ path: _path + ".writeOnly",
15794
+ expected: "(boolean | undefined)",
15795
+ value: input.writeOnly
15796
+ }) ].every(flag => flag);
14812
15797
  const _vo110 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.allOf) || _report(_exceptionable, {
14813
15798
  path: _path + ".allOf",
14814
15799
  expected: "Array<OpenApiV3.IJsonSchema>",
@@ -14849,7 +15834,15 @@ class NestiaMigrateApplication {
14849
15834
  path: _path + ".deprecated",
14850
15835
  expected: "(boolean | undefined)",
14851
15836
  value: input.deprecated
14852
- }), true ].every(flag => flag);
15837
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15838
+ path: _path + ".readOnly",
15839
+ expected: "(boolean | undefined)",
15840
+ value: input.readOnly
15841
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15842
+ path: _path + ".writeOnly",
15843
+ expected: "(boolean | undefined)",
15844
+ value: input.writeOnly
15845
+ }) ].every(flag => flag);
14853
15846
  const _vo111 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.anyOf) || _report(_exceptionable, {
14854
15847
  path: _path + ".anyOf",
14855
15848
  expected: "Array<OpenApiV3.IJsonSchema>",
@@ -14890,7 +15883,15 @@ class NestiaMigrateApplication {
14890
15883
  path: _path + ".deprecated",
14891
15884
  expected: "(boolean | undefined)",
14892
15885
  value: input.deprecated
14893
- }), true ].every(flag => flag);
15886
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15887
+ path: _path + ".readOnly",
15888
+ expected: "(boolean | undefined)",
15889
+ value: input.readOnly
15890
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15891
+ path: _path + ".writeOnly",
15892
+ expected: "(boolean | undefined)",
15893
+ value: input.writeOnly
15894
+ }) ].every(flag => flag);
14894
15895
  const _vo112 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.oneOf) || _report(_exceptionable, {
14895
15896
  path: _path + ".oneOf",
14896
15897
  expected: "Array<OpenApiV3.IJsonSchema>",
@@ -14939,7 +15940,15 @@ class NestiaMigrateApplication {
14939
15940
  path: _path + ".deprecated",
14940
15941
  expected: "(boolean | undefined)",
14941
15942
  value: input.deprecated
14942
- }), true ].every(flag => flag);
15943
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15944
+ path: _path + ".readOnly",
15945
+ expected: "(boolean | undefined)",
15946
+ value: input.readOnly
15947
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15948
+ path: _path + ".writeOnly",
15949
+ expected: "(boolean | undefined)",
15950
+ value: input.writeOnly
15951
+ }) ].every(flag => flag);
14943
15952
  const _vo113 = (input, _path, _exceptionable = true) => [ "string" === typeof input.propertyName || _report(_exceptionable, {
14944
15953
  path: _path + ".propertyName",
14945
15954
  expected: "string",
@@ -14969,7 +15978,15 @@ class NestiaMigrateApplication {
14969
15978
  path: _path + ".deprecated",
14970
15979
  expected: "(boolean | undefined)",
14971
15980
  value: input.deprecated
14972
- }), true, "null" === input.type || _report(_exceptionable, {
15981
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
15982
+ path: _path + ".readOnly",
15983
+ expected: "(boolean | undefined)",
15984
+ value: input.readOnly
15985
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
15986
+ path: _path + ".writeOnly",
15987
+ expected: "(boolean | undefined)",
15988
+ value: input.writeOnly
15989
+ }), "null" === input.type || _report(_exceptionable, {
14973
15990
  path: _path + ".type",
14974
15991
  expected: '"null"',
14975
15992
  value: input.type
@@ -14998,7 +16015,15 @@ class NestiaMigrateApplication {
14998
16015
  path: _path + ".deprecated",
14999
16016
  expected: "(boolean | undefined)",
15000
16017
  value: input.deprecated
15001
- }), true, (null !== input.type || _report(_exceptionable, {
16018
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16019
+ path: _path + ".readOnly",
16020
+ expected: "(boolean | undefined)",
16021
+ value: input.readOnly
16022
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16023
+ path: _path + ".writeOnly",
16024
+ expected: "(boolean | undefined)",
16025
+ value: input.writeOnly
16026
+ }), (null !== input.type || _report(_exceptionable, {
15002
16027
  path: _path + ".type",
15003
16028
  expected: "undefined",
15004
16029
  value: input.type
@@ -15137,7 +16162,15 @@ class NestiaMigrateApplication {
15137
16162
  path: _path + ".deprecated",
15138
16163
  expected: "(boolean | undefined)",
15139
16164
  value: input.deprecated
15140
- }), true ].every(flag => flag);
16165
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16166
+ path: _path + ".readOnly",
16167
+ expected: "(boolean | undefined)",
16168
+ value: input.readOnly
16169
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16170
+ path: _path + ".writeOnly",
16171
+ expected: "(boolean | undefined)",
16172
+ value: input.writeOnly
16173
+ }) ].every(flag => flag);
15141
16174
  const _vo123 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
15142
16175
  const value = input[key];
15143
16176
  if (undefined === value) return true;
@@ -15208,7 +16241,15 @@ class NestiaMigrateApplication {
15208
16241
  path: _path + ".deprecated",
15209
16242
  expected: "(boolean | undefined)",
15210
16243
  value: input.deprecated
15211
- }), true ].every(flag => flag);
16244
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16245
+ path: _path + ".readOnly",
16246
+ expected: "(boolean | undefined)",
16247
+ value: input.readOnly
16248
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16249
+ path: _path + ".writeOnly",
16250
+ expected: "(boolean | undefined)",
16251
+ value: input.writeOnly
16252
+ }) ].every(flag => flag);
15212
16253
  const _vo126 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
15213
16254
  const value = input[key];
15214
16255
  if (undefined === value) return true;
@@ -15635,7 +16676,15 @@ class NestiaMigrateApplication {
15635
16676
  path: _path + ".deprecated",
15636
16677
  expected: "(boolean | undefined)",
15637
16678
  value: input.deprecated
15638
- }), true ].every(flag => flag);
16679
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16680
+ path: _path + ".readOnly",
16681
+ expected: "(boolean | undefined)",
16682
+ value: input.readOnly
16683
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16684
+ path: _path + ".writeOnly",
16685
+ expected: "(boolean | undefined)",
16686
+ value: input.writeOnly
16687
+ }) ].every(flag => flag);
15639
16688
  const _vo145 = (input, _path, _exceptionable = true) => [ undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
15640
16689
  path: _path + ".operationId",
15641
16690
  expected: "(string | undefined)",
@@ -15757,7 +16806,15 @@ class NestiaMigrateApplication {
15757
16806
  path: _path + ".deprecated",
15758
16807
  expected: "(boolean | undefined)",
15759
16808
  value: input.deprecated
15760
- }), true ].every(flag => flag);
16809
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16810
+ path: _path + ".readOnly",
16811
+ expected: "(boolean | undefined)",
16812
+ value: input.readOnly
16813
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16814
+ path: _path + ".writeOnly",
16815
+ expected: "(boolean | undefined)",
16816
+ value: input.writeOnly
16817
+ }) ].every(flag => flag);
15761
16818
  const _vo147 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
15762
16819
  const value = input[key];
15763
16820
  if (undefined === value) return true;
@@ -15799,7 +16856,15 @@ class NestiaMigrateApplication {
15799
16856
  path: _path + ".deprecated",
15800
16857
  expected: "(boolean | undefined)",
15801
16858
  value: input.deprecated
15802
- }), true ].every(flag => flag);
16859
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
16860
+ path: _path + ".readOnly",
16861
+ expected: "(boolean | undefined)",
16862
+ value: input.readOnly
16863
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
16864
+ path: _path + ".writeOnly",
16865
+ expected: "(boolean | undefined)",
16866
+ value: input.writeOnly
16867
+ }) ].every(flag => flag);
15803
16868
  const _vo149 = (input, _path, _exceptionable = true) => [ "string" === typeof input.name || _report(_exceptionable, {
15804
16869
  path: _path + ".name",
15805
16870
  expected: "string",
@@ -16142,7 +17207,15 @@ class NestiaMigrateApplication {
16142
17207
  path: _path + ".deprecated",
16143
17208
  expected: "(boolean | undefined)",
16144
17209
  value: input.deprecated
16145
- }), true, undefined === input.minimum || "number" === typeof input.minimum || _report(_exceptionable, {
17210
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17211
+ path: _path + ".readOnly",
17212
+ expected: "(boolean | undefined)",
17213
+ value: input.readOnly
17214
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17215
+ path: _path + ".writeOnly",
17216
+ expected: "(boolean | undefined)",
17217
+ value: input.writeOnly
17218
+ }), undefined === input.minimum || "number" === typeof input.minimum || _report(_exceptionable, {
16146
17219
  path: _path + ".minimum",
16147
17220
  expected: "(number | undefined)",
16148
17221
  value: input.minimum
@@ -16395,7 +17468,15 @@ class NestiaMigrateApplication {
16395
17468
  path: _path + ".deprecated",
16396
17469
  expected: "(boolean | undefined)",
16397
17470
  value: input.deprecated
16398
- }), true ].every(flag => flag);
17471
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17472
+ path: _path + ".readOnly",
17473
+ expected: "(boolean | undefined)",
17474
+ value: input.readOnly
17475
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17476
+ path: _path + ".writeOnly",
17477
+ expected: "(boolean | undefined)",
17478
+ value: input.writeOnly
17479
+ }) ].every(flag => flag);
16399
17480
  const _vo161 = (input, _path, _exceptionable = true) => [ undefined === input.nullable || "boolean" === typeof input.nullable || _report(_exceptionable, {
16400
17481
  path: _path + ".nullable",
16401
17482
  expected: "(boolean | undefined)",
@@ -16428,7 +17509,15 @@ class NestiaMigrateApplication {
16428
17509
  path: _path + ".deprecated",
16429
17510
  expected: "(boolean | undefined)",
16430
17511
  value: input.deprecated
16431
- }), true, "boolean" === input.type || _report(_exceptionable, {
17512
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17513
+ path: _path + ".readOnly",
17514
+ expected: "(boolean | undefined)",
17515
+ value: input.readOnly
17516
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17517
+ path: _path + ".writeOnly",
17518
+ expected: "(boolean | undefined)",
17519
+ value: input.writeOnly
17520
+ }), "boolean" === input.type || _report(_exceptionable, {
16432
17521
  path: _path + ".type",
16433
17522
  expected: '"boolean"',
16434
17523
  value: input.type
@@ -16525,7 +17614,15 @@ class NestiaMigrateApplication {
16525
17614
  path: _path + ".deprecated",
16526
17615
  expected: "(boolean | undefined)",
16527
17616
  value: input.deprecated
16528
- }), true, "integer" === input.type || _report(_exceptionable, {
17617
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17618
+ path: _path + ".readOnly",
17619
+ expected: "(boolean | undefined)",
17620
+ value: input.readOnly
17621
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17622
+ path: _path + ".writeOnly",
17623
+ expected: "(boolean | undefined)",
17624
+ value: input.writeOnly
17625
+ }), "integer" === input.type || _report(_exceptionable, {
16529
17626
  path: _path + ".type",
16530
17627
  expected: '"integer"',
16531
17628
  value: input.type
@@ -16598,7 +17695,15 @@ class NestiaMigrateApplication {
16598
17695
  path: _path + ".deprecated",
16599
17696
  expected: "(boolean | undefined)",
16600
17697
  value: input.deprecated
16601
- }), true, "number" === input.type || _report(_exceptionable, {
17698
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17699
+ path: _path + ".readOnly",
17700
+ expected: "(boolean | undefined)",
17701
+ value: input.readOnly
17702
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17703
+ path: _path + ".writeOnly",
17704
+ expected: "(boolean | undefined)",
17705
+ value: input.writeOnly
17706
+ }), "number" === input.type || _report(_exceptionable, {
16602
17707
  path: _path + ".type",
16603
17708
  expected: '"number"',
16604
17709
  value: input.type
@@ -16675,7 +17780,15 @@ class NestiaMigrateApplication {
16675
17780
  path: _path + ".deprecated",
16676
17781
  expected: "(boolean | undefined)",
16677
17782
  value: input.deprecated
16678
- }), true, "string" === input.type || _report(_exceptionable, {
17783
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17784
+ path: _path + ".readOnly",
17785
+ expected: "(boolean | undefined)",
17786
+ value: input.readOnly
17787
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17788
+ path: _path + ".writeOnly",
17789
+ expected: "(boolean | undefined)",
17790
+ value: input.writeOnly
17791
+ }), "string" === input.type || _report(_exceptionable, {
16679
17792
  path: _path + ".type",
16680
17793
  expected: '"string"',
16681
17794
  value: input.type
@@ -16776,7 +17889,15 @@ class NestiaMigrateApplication {
16776
17889
  path: _path + ".deprecated",
16777
17890
  expected: "(boolean | undefined)",
16778
17891
  value: input.deprecated
16779
- }), true, "array" === input.type || _report(_exceptionable, {
17892
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17893
+ path: _path + ".readOnly",
17894
+ expected: "(boolean | undefined)",
17895
+ value: input.readOnly
17896
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17897
+ path: _path + ".writeOnly",
17898
+ expected: "(boolean | undefined)",
17899
+ value: input.writeOnly
17900
+ }), "array" === input.type || _report(_exceptionable, {
16780
17901
  path: _path + ".type",
16781
17902
  expected: '"array"',
16782
17903
  value: input.type
@@ -16849,7 +17970,15 @@ class NestiaMigrateApplication {
16849
17970
  path: _path + ".deprecated",
16850
17971
  expected: "(boolean | undefined)",
16851
17972
  value: input.deprecated
16852
- }), true, "object" === input.type || _report(_exceptionable, {
17973
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
17974
+ path: _path + ".readOnly",
17975
+ expected: "(boolean | undefined)",
17976
+ value: input.readOnly
17977
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
17978
+ path: _path + ".writeOnly",
17979
+ expected: "(boolean | undefined)",
17980
+ value: input.writeOnly
17981
+ }), "object" === input.type || _report(_exceptionable, {
16853
17982
  path: _path + ".type",
16854
17983
  expected: '"object"',
16855
17984
  value: input.type
@@ -16894,7 +18023,15 @@ class NestiaMigrateApplication {
16894
18023
  path: _path + ".deprecated",
16895
18024
  expected: "(boolean | undefined)",
16896
18025
  value: input.deprecated
16897
- }), true ].every(flag => flag);
18026
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18027
+ path: _path + ".readOnly",
18028
+ expected: "(boolean | undefined)",
18029
+ value: input.readOnly
18030
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18031
+ path: _path + ".writeOnly",
18032
+ expected: "(boolean | undefined)",
18033
+ value: input.writeOnly
18034
+ }) ].every(flag => flag);
16898
18035
  const _vo168 = (input, _path, _exceptionable = true) => [ "string" === typeof input.$recursiveRef || _report(_exceptionable, {
16899
18036
  path: _path + ".$recursiveRef",
16900
18037
  expected: "string",
@@ -16923,7 +18060,15 @@ class NestiaMigrateApplication {
16923
18060
  path: _path + ".deprecated",
16924
18061
  expected: "(boolean | undefined)",
16925
18062
  value: input.deprecated
16926
- }), true ].every(flag => flag);
18063
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18064
+ path: _path + ".readOnly",
18065
+ expected: "(boolean | undefined)",
18066
+ value: input.readOnly
18067
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18068
+ path: _path + ".writeOnly",
18069
+ expected: "(boolean | undefined)",
18070
+ value: input.writeOnly
18071
+ }) ].every(flag => flag);
16927
18072
  const _vo169 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.allOf) || _report(_exceptionable, {
16928
18073
  path: _path + ".allOf",
16929
18074
  expected: "Array<OpenApiV3_1.IJsonSchema>",
@@ -16964,7 +18109,15 @@ class NestiaMigrateApplication {
16964
18109
  path: _path + ".deprecated",
16965
18110
  expected: "(boolean | undefined)",
16966
18111
  value: input.deprecated
16967
- }), true ].every(flag => flag);
18112
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18113
+ path: _path + ".readOnly",
18114
+ expected: "(boolean | undefined)",
18115
+ value: input.readOnly
18116
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18117
+ path: _path + ".writeOnly",
18118
+ expected: "(boolean | undefined)",
18119
+ value: input.writeOnly
18120
+ }) ].every(flag => flag);
16968
18121
  const _vo170 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.anyOf) || _report(_exceptionable, {
16969
18122
  path: _path + ".anyOf",
16970
18123
  expected: "Array<OpenApiV3_1.IJsonSchema>",
@@ -17005,7 +18158,15 @@ class NestiaMigrateApplication {
17005
18158
  path: _path + ".deprecated",
17006
18159
  expected: "(boolean | undefined)",
17007
18160
  value: input.deprecated
17008
- }), true ].every(flag => flag);
18161
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18162
+ path: _path + ".readOnly",
18163
+ expected: "(boolean | undefined)",
18164
+ value: input.readOnly
18165
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18166
+ path: _path + ".writeOnly",
18167
+ expected: "(boolean | undefined)",
18168
+ value: input.writeOnly
18169
+ }) ].every(flag => flag);
17009
18170
  const _vo171 = (input, _path, _exceptionable = true) => [ (Array.isArray(input.oneOf) || _report(_exceptionable, {
17010
18171
  path: _path + ".oneOf",
17011
18172
  expected: "Array<OpenApiV3_1.IJsonSchema>",
@@ -17054,7 +18215,15 @@ class NestiaMigrateApplication {
17054
18215
  path: _path + ".deprecated",
17055
18216
  expected: "(boolean | undefined)",
17056
18217
  value: input.deprecated
17057
- }), true ].every(flag => flag);
18218
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18219
+ path: _path + ".readOnly",
18220
+ expected: "(boolean | undefined)",
18221
+ value: input.readOnly
18222
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18223
+ path: _path + ".writeOnly",
18224
+ expected: "(boolean | undefined)",
18225
+ value: input.writeOnly
18226
+ }) ].every(flag => flag);
17058
18227
  const _vo172 = (input, _path, _exceptionable = true) => [ "string" === typeof input.propertyName || _report(_exceptionable, {
17059
18228
  path: _path + ".propertyName",
17060
18229
  expected: "string",
@@ -17084,7 +18253,15 @@ class NestiaMigrateApplication {
17084
18253
  path: _path + ".deprecated",
17085
18254
  expected: "(boolean | undefined)",
17086
18255
  value: input.deprecated
17087
- }), true, "null" === input.type || _report(_exceptionable, {
18256
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18257
+ path: _path + ".readOnly",
18258
+ expected: "(boolean | undefined)",
18259
+ value: input.readOnly
18260
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18261
+ path: _path + ".writeOnly",
18262
+ expected: "(boolean | undefined)",
18263
+ value: input.writeOnly
18264
+ }), "null" === input.type || _report(_exceptionable, {
17088
18265
  path: _path + ".type",
17089
18266
  expected: '"null"',
17090
18267
  value: input.type
@@ -17121,7 +18298,15 @@ class NestiaMigrateApplication {
17121
18298
  path: _path + ".deprecated",
17122
18299
  expected: "(boolean | undefined)",
17123
18300
  value: input.deprecated
17124
- }), true, (null !== input.examples || _report(_exceptionable, {
18301
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18302
+ path: _path + ".readOnly",
18303
+ expected: "(boolean | undefined)",
18304
+ value: input.readOnly
18305
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18306
+ path: _path + ".writeOnly",
18307
+ expected: "(boolean | undefined)",
18308
+ value: input.writeOnly
18309
+ }), (null !== input.examples || _report(_exceptionable, {
17125
18310
  path: _path + ".examples",
17126
18311
  expected: "(Array<any> | Record<string, any> | undefined)",
17127
18312
  value: input.examples
@@ -17339,7 +18524,15 @@ class NestiaMigrateApplication {
17339
18524
  path: _path + ".deprecated",
17340
18525
  expected: "(boolean | undefined)",
17341
18526
  value: input.deprecated
17342
- }), true ].every(flag => flag);
18527
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18528
+ path: _path + ".readOnly",
18529
+ expected: "(boolean | undefined)",
18530
+ value: input.readOnly
18531
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18532
+ path: _path + ".writeOnly",
18533
+ expected: "(boolean | undefined)",
18534
+ value: input.writeOnly
18535
+ }) ].every(flag => flag);
17343
18536
  const _vo181 = (input, _path, _exceptionable = true) => [ "string" === typeof input.$ref && RegExp(/^#\/components\/headers\/(.*)/).test(input.$ref) || _report(_exceptionable, {
17344
18537
  path: _path + ".$ref",
17345
18538
  expected: "`#/components/headers/${string}`",
@@ -17368,7 +18561,15 @@ class NestiaMigrateApplication {
17368
18561
  path: _path + ".deprecated",
17369
18562
  expected: "(boolean | undefined)",
17370
18563
  value: input.deprecated
17371
- }), true ].every(flag => flag);
18564
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18565
+ path: _path + ".readOnly",
18566
+ expected: "(boolean | undefined)",
18567
+ value: input.readOnly
18568
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18569
+ path: _path + ".writeOnly",
18570
+ expected: "(boolean | undefined)",
18571
+ value: input.writeOnly
18572
+ }) ].every(flag => flag);
17372
18573
  const _vo182 = (input, _path, _exceptionable = true) => [ "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) || _report(_exceptionable, {
17373
18574
  path: _path + ".$ref",
17374
18575
  expected: "`#/components/parameters/${string}`",
@@ -17397,7 +18598,15 @@ class NestiaMigrateApplication {
17397
18598
  path: _path + ".deprecated",
17398
18599
  expected: "(boolean | undefined)",
17399
18600
  value: input.deprecated
17400
- }), true ].every(flag => flag);
18601
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18602
+ path: _path + ".readOnly",
18603
+ expected: "(boolean | undefined)",
18604
+ value: input.readOnly
18605
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18606
+ path: _path + ".writeOnly",
18607
+ expected: "(boolean | undefined)",
18608
+ value: input.writeOnly
18609
+ }) ].every(flag => flag);
17401
18610
  const _vo183 = (input, _path, _exceptionable = true) => [ undefined === input.operationId || "string" === typeof input.operationId || _report(_exceptionable, {
17402
18611
  path: _path + ".operationId",
17403
18612
  expected: "(string | undefined)",
@@ -17566,7 +18775,15 @@ class NestiaMigrateApplication {
17566
18775
  path: _path + ".deprecated",
17567
18776
  expected: "(boolean | undefined)",
17568
18777
  value: input.deprecated
17569
- }), true ].every(flag => flag);
18778
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18779
+ path: _path + ".readOnly",
18780
+ expected: "(boolean | undefined)",
18781
+ value: input.readOnly
18782
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18783
+ path: _path + ".writeOnly",
18784
+ expected: "(boolean | undefined)",
18785
+ value: input.writeOnly
18786
+ }) ].every(flag => flag);
17570
18787
  const _vo188 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
17571
18788
  const value = input[key];
17572
18789
  if (undefined === value) return true;
@@ -17671,7 +18888,15 @@ class NestiaMigrateApplication {
17671
18888
  path: _path + ".deprecated",
17672
18889
  expected: "(boolean | undefined)",
17673
18890
  value: input.deprecated
17674
- }), true ].every(flag => flag);
18891
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
18892
+ path: _path + ".readOnly",
18893
+ expected: "(boolean | undefined)",
18894
+ value: input.readOnly
18895
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
18896
+ path: _path + ".writeOnly",
18897
+ expected: "(boolean | undefined)",
18898
+ value: input.writeOnly
18899
+ }) ].every(flag => flag);
17675
18900
  const _vo193 = (input, _path, _exceptionable = true) => [ false === _exceptionable || Object.keys(input).map(key => {
17676
18901
  const value = input[key];
17677
18902
  if (undefined === value) return true;
@@ -17956,7 +19181,15 @@ class NestiaMigrateApplication {
17956
19181
  path: _path + ".deprecated",
17957
19182
  expected: "(boolean | undefined)",
17958
19183
  value: input.deprecated
17959
- }), true ].every(flag => flag);
19184
+ }), true, undefined === input.readOnly || "boolean" === typeof input.readOnly || _report(_exceptionable, {
19185
+ path: _path + ".readOnly",
19186
+ expected: "(boolean | undefined)",
19187
+ value: input.readOnly
19188
+ }), undefined === input.writeOnly || "boolean" === typeof input.writeOnly || _report(_exceptionable, {
19189
+ path: _path + ".writeOnly",
19190
+ expected: "(boolean | undefined)",
19191
+ value: input.writeOnly
19192
+ }) ].every(flag => flag);
17960
19193
  const _vo210 = (input, _path, _exceptionable = true) => [ "string" === typeof input.name || _report(_exceptionable, {
17961
19194
  path: _path + ".name",
17962
19195
  expected: "string",