@agentica/core 0.19.1 → 0.21.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.
Files changed (54) hide show
  1. package/README.md +115 -413
  2. package/lib/MicroAgentica.js +4 -1
  3. package/lib/MicroAgentica.js.map +1 -1
  4. package/lib/context/AgenticaOperation.d.ts +3 -4
  5. package/lib/context/internal/AgenticaOperationComposer.js +1 -1
  6. package/lib/context/internal/AgenticaOperationComposer.js.map +1 -1
  7. package/lib/context/internal/AgenticaOperationComposer.spec.js +39 -10
  8. package/lib/context/internal/AgenticaOperationComposer.spec.js.map +1 -1
  9. package/lib/functional/assertHttpLlmApplication.js +168 -168
  10. package/lib/functional/assertMcpController.d.ts +24 -0
  11. package/lib/functional/assertMcpController.js +1699 -0
  12. package/lib/functional/assertMcpController.js.map +1 -0
  13. package/lib/functional/validateHttpLlmApplication.js +148 -148
  14. package/lib/index.d.ts +1 -1
  15. package/lib/index.js +1 -1
  16. package/lib/index.js.map +1 -1
  17. package/lib/index.mjs +1999 -406
  18. package/lib/index.mjs.map +1 -1
  19. package/lib/orchestrate/call.js +1 -1
  20. package/lib/orchestrate/call.js.map +1 -1
  21. package/lib/orchestrate/execute.js +13 -7
  22. package/lib/orchestrate/execute.js.map +1 -1
  23. package/lib/orchestrate/initialize.js +60 -60
  24. package/lib/structures/IAgenticaController.d.ts +8 -4
  25. package/lib/structures/IAgenticaExecutor.d.ts +10 -6
  26. package/lib/structures/IMicroAgenticaExecutor.d.ts +4 -1
  27. package/lib/structures/mcp/index.d.ts +0 -2
  28. package/lib/structures/mcp/index.js +0 -2
  29. package/lib/structures/mcp/index.js.map +1 -1
  30. package/package.json +3 -3
  31. package/src/MicroAgentica.ts +3 -1
  32. package/src/context/AgenticaOperation.ts +5 -6
  33. package/src/context/internal/AgenticaOperationComposer.spec.ts +45 -14
  34. package/src/context/internal/AgenticaOperationComposer.ts +9 -2
  35. package/src/functional/assertMcpController.ts +48 -0
  36. package/src/index.ts +1 -1
  37. package/src/orchestrate/call.ts +14 -4
  38. package/src/orchestrate/execute.ts +13 -7
  39. package/src/structures/IAgenticaController.ts +9 -4
  40. package/src/structures/IAgenticaExecutor.ts +16 -8
  41. package/src/structures/IMicroAgenticaExecutor.ts +10 -4
  42. package/src/structures/mcp/index.ts +0 -2
  43. package/lib/functional/assertMcpLlmApplication.d.ts +0 -18
  44. package/lib/functional/assertMcpLlmApplication.js +0 -74
  45. package/lib/functional/assertMcpLlmApplication.js.map +0 -1
  46. package/lib/structures/mcp/IMcpLlmApplication.d.ts +0 -9
  47. package/lib/structures/mcp/IMcpLlmApplication.js +0 -3
  48. package/lib/structures/mcp/IMcpLlmApplication.js.map +0 -1
  49. package/lib/structures/mcp/IMcpLlmFunction.d.ts +0 -17
  50. package/lib/structures/mcp/IMcpLlmFunction.js +0 -3
  51. package/lib/structures/mcp/IMcpLlmFunction.js.map +0 -1
  52. package/src/functional/assertMcpLlmApplication.ts +0 -32
  53. package/src/structures/mcp/IMcpLlmApplication.ts +0 -10
  54. package/src/structures/mcp/IMcpLlmFunction.ts +0 -19
@@ -0,0 +1,1699 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
+ return new (P || (P = Promise))(function (resolve, reject) {
38
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
41
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
42
+ });
43
+ };
44
+ var __importDefault = (this && this.__importDefault) || function (mod) {
45
+ return (mod && mod.__esModule) ? mod : { "default": mod };
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.assertMcpController = assertMcpController;
49
+ const __typia_transform__assertGuard = __importStar(require("typia/lib/internal/_assertGuard.js"));
50
+ const __typia_transform__accessExpressionAsString = __importStar(require("typia/lib/internal/_accessExpressionAsString.js"));
51
+ const openapi_1 = require("@samchon/openapi");
52
+ const typia_1 = __importDefault(require("typia"));
53
+ /**
54
+ * Create an MCP controller with type assertion.
55
+ *
56
+ * Create an {@link IAgenticaController.IMcp} instance which represents
57
+ * an MCP (Model Context Protocol) controller with LLM function calling
58
+ * schemas and client connection.
59
+ *
60
+ * @param props Properties to create the MCP controller
61
+ * @param props.name Name of the MCP implementation.
62
+ * @param props.client Client connection to the MCP implementation.
63
+ * @param props.model Model schema of the LLM function calling.
64
+ * @param props.options Options to create the MCP controller.
65
+ * @returns MCP LLM application instance
66
+ * @author Samchon
67
+ */
68
+ function assertMcpController(props) {
69
+ return __awaiter(this, void 0, void 0, function* () {
70
+ // for peerDependencies
71
+ const { ListToolsResultSchema } = yield Promise.resolve().then(() => __importStar(require("@modelcontextprotocol/sdk/types.js")));
72
+ // get list of tools
73
+ const { tools } = yield props.client.request({ method: "tools/list" }, ListToolsResultSchema);
74
+ const application = openapi_1.McpLlm.application({
75
+ model: props.model,
76
+ tools: (() => { const _io0 = input => "string" === typeof input.name && input.name.length <= 64 && (undefined === input.description || "string" === typeof input.description) && ("object" === typeof input.inputSchema && null !== input.inputSchema && _iu1(input.inputSchema)); const _io1 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io2(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) && _iu0(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))) && (undefined === input.$defs || "object" === typeof input.$defs && null !== input.$defs && false === Array.isArray(input.$defs) && _io2(input.$defs)); const _io2 = input => Object.keys(input).every(key => {
77
+ const value = input[key];
78
+ if (undefined === value)
79
+ return true;
80
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _iu0(value);
81
+ }); const _io3 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io2(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) && _iu0(input.additionalProperties))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties) && (undefined === input.minProperties || "number" === typeof input.minProperties) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io4 = input => Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "integer" === elem || "array" === elem || "null" === 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) && _io5(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.multipleOf || "number" === typeof input.multipleOf && 0 < input.multipleOf) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && (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 <= 18446744073709552000)) && (null !== input.items && (undefined === input.items || (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(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) && _iu0(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && (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.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io2(input.properties)) && (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) && _iu0(elem))) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io17(input.discriminator)) && (Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && (Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem))) && "string" === typeof input.$ref; const _io5 = input => Object.keys(input).every(key => {
82
+ const value = input[key];
83
+ if (undefined === value)
84
+ return true;
85
+ return true;
86
+ }); const _io6 = 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) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io7 = 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)) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io8 = input => (undefined === input.nullable || "boolean" === typeof input.nullable) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000)) && (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 && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMinimum) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000) || "boolean" === typeof input.exclusiveMaximum) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 && 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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io9 = 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) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io10 = 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 <= 18446744073709552000)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000)) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io11 = 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) && _iu0(elem)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _iu0(input.items)))) && (undefined === input.prefixItems || Array.isArray(input.prefixItems) && input.prefixItems.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(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) && _iu0(input.additionalItems))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000)) && "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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io12 = 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) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io13 = 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) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io14 = input => Array.isArray(input.allOf) && input.allOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io15 = input => Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io16 = input => Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) && (undefined === input.discriminator || "object" === typeof input.discriminator && null !== input.discriminator && _io17(input.discriminator)) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io17 = input => "string" === typeof input.propertyName && (undefined === input.mapping || "object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) && _io18(input.mapping)); const _io18 = input => Object.keys(input).every(key => {
87
+ const value = input[key];
88
+ if (undefined === value)
89
+ return true;
90
+ return "string" === typeof value;
91
+ }); const _io19 = 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 && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io5(input.examples)))); const _io20 = 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) && _io5(input.examples)))); const _io21 = 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) && _io5(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.$defs || "object" === typeof input.$defs && null !== input.$defs && false === Array.isArray(input.$defs) && _io2(input.$defs)); const _iu0 = input => (() => {
92
+ if ("object" === input.type)
93
+ return _io3(input);
94
+ else if (Array.isArray(input.type) && input.type.every(elem => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "integer" === elem || "array" === elem || "null" === elem))
95
+ return _io4(input);
96
+ else if ("boolean" === input.type)
97
+ return _io7(input);
98
+ else if ("number" === input.type)
99
+ return _io9(input);
100
+ else if ("integer" === input.type)
101
+ return _io8(input);
102
+ else if ("string" === input.type)
103
+ return _io10(input);
104
+ else if ("array" === input.type)
105
+ return _io11(input);
106
+ else if (undefined !== input.$recursiveRef)
107
+ return _io13(input);
108
+ else if ("null" === input.type)
109
+ return _io19(input);
110
+ else
111
+ return (() => {
112
+ if (undefined !== input["const"])
113
+ return _io6(input);
114
+ else if (undefined !== input.$ref)
115
+ return _io12(input);
116
+ else if (undefined !== input.allOf)
117
+ return _io14(input);
118
+ else if (undefined !== input.anyOf)
119
+ return _io15(input);
120
+ else if (undefined !== input.oneOf)
121
+ return _io16(input);
122
+ else
123
+ return _io20(input);
124
+ })();
125
+ })(); const _iu1 = input => (() => {
126
+ if (undefined !== input.type)
127
+ return _io1(input);
128
+ else if (undefined !== input.$ref)
129
+ return _io21(input);
130
+ else
131
+ return false;
132
+ })(); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.name && (input.name.length <= 64 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
133
+ method: "typia.assert",
134
+ path: _path + ".name",
135
+ expected: "string & MaxLength<64>",
136
+ value: input.name
137
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
138
+ method: "typia.assert",
139
+ path: _path + ".name",
140
+ expected: "(string & MaxLength<64>)",
141
+ value: input.name
142
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
143
+ method: "typia.assert",
144
+ path: _path + ".description",
145
+ expected: "(string | undefined)",
146
+ value: input.description
147
+ }, _errorFactory)) && (("object" === typeof input.inputSchema && null !== input.inputSchema || __typia_transform__assertGuard._assertGuard(_exceptionable, {
148
+ method: "typia.assert",
149
+ path: _path + ".inputSchema",
150
+ expected: "(IObject & { $defs?: Record<string, IJsonSchema> | undefined; } | IReference<string> & { $defs?: Record<string, IJsonSchema> | undefined; })",
151
+ value: input.inputSchema
152
+ }, _errorFactory)) && _au1(input.inputSchema, _path + ".inputSchema", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
153
+ method: "typia.assert",
154
+ path: _path + ".inputSchema",
155
+ expected: "(IObject & { $defs?: Record<string, IJsonSchema> | undefined; } | IReference<string> & { $defs?: Record<string, IJsonSchema> | undefined; })",
156
+ value: input.inputSchema
157
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
158
+ method: "typia.assert",
159
+ path: _path + ".nullable",
160
+ expected: "(boolean | undefined)",
161
+ value: input.nullable
162
+ }, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
163
+ method: "typia.assert",
164
+ path: _path + ".properties",
165
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
166
+ value: input.properties
167
+ }, _errorFactory)) && _ao2(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
168
+ method: "typia.assert",
169
+ path: _path + ".properties",
170
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
171
+ value: input.properties
172
+ }, _errorFactory)) && (undefined === input.required || (Array.isArray(input.required) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
173
+ method: "typia.assert",
174
+ path: _path + ".required",
175
+ expected: "(Array<string> | undefined)",
176
+ value: input.required
177
+ }, _errorFactory)) && input.required.every((elem, _index22) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
178
+ method: "typia.assert",
179
+ path: _path + ".required[" + _index22 + "]",
180
+ expected: "string",
181
+ value: elem
182
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
183
+ method: "typia.assert",
184
+ path: _path + ".required",
185
+ expected: "(Array<string> | undefined)",
186
+ value: input.required
187
+ }, _errorFactory)) && ((null !== input.additionalProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
188
+ method: "typia.assert",
189
+ path: _path + ".additionalProperties",
190
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
191
+ value: input.additionalProperties
192
+ }, _errorFactory)) && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || ("object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
193
+ method: "typia.assert",
194
+ path: _path + ".additionalProperties",
195
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
196
+ value: input.additionalProperties
197
+ }, _errorFactory)) && _au0(input.additionalProperties, _path + ".additionalProperties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
198
+ method: "typia.assert",
199
+ path: _path + ".additionalProperties",
200
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
201
+ value: input.additionalProperties
202
+ }, _errorFactory))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
203
+ method: "typia.assert",
204
+ path: _path + ".maxProperties",
205
+ expected: "(number | undefined)",
206
+ value: input.maxProperties
207
+ }, _errorFactory)) && (undefined === input.minProperties || "number" === typeof input.minProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
208
+ method: "typia.assert",
209
+ path: _path + ".minProperties",
210
+ expected: "(number | undefined)",
211
+ value: input.minProperties
212
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
213
+ method: "typia.assert",
214
+ path: _path + ".type",
215
+ expected: "\"object\"",
216
+ value: input.type
217
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
218
+ method: "typia.assert",
219
+ path: _path + ".title",
220
+ expected: "(string | undefined)",
221
+ value: input.title
222
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
223
+ method: "typia.assert",
224
+ path: _path + ".description",
225
+ expected: "(string | undefined)",
226
+ value: input.description
227
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
228
+ method: "typia.assert",
229
+ path: _path + ".deprecated",
230
+ expected: "(boolean | undefined)",
231
+ value: input.deprecated
232
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
233
+ method: "typia.assert",
234
+ path: _path + ".examples",
235
+ expected: "(Array<any> | Record<string, any> | undefined)",
236
+ value: input.examples
237
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
238
+ method: "typia.assert",
239
+ path: _path + ".examples",
240
+ expected: "(Array<any> | Record<string, any> | undefined)",
241
+ value: input.examples
242
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
243
+ method: "typia.assert",
244
+ path: _path + ".examples",
245
+ expected: "(Array<any> | Record<string, any> | undefined)",
246
+ value: input.examples
247
+ }, _errorFactory))) && (undefined === input.$defs || ("object" === typeof input.$defs && null !== input.$defs && false === Array.isArray(input.$defs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
248
+ method: "typia.assert",
249
+ path: _path + ".$defs",
250
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
251
+ value: input.$defs
252
+ }, _errorFactory)) && _ao2(input.$defs, _path + ".$defs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
253
+ method: "typia.assert",
254
+ path: _path + ".$defs",
255
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
256
+ value: input.$defs
257
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
258
+ const value = input[key];
259
+ if (undefined === value)
260
+ return true;
261
+ return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
262
+ method: "typia.assert",
263
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
264
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
265
+ value: value
266
+ }, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
267
+ method: "typia.assert",
268
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
269
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
270
+ value: value
271
+ }, _errorFactory);
272
+ }); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
273
+ method: "typia.assert",
274
+ path: _path + ".nullable",
275
+ expected: "(boolean | undefined)",
276
+ value: input.nullable
277
+ }, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
278
+ method: "typia.assert",
279
+ path: _path + ".properties",
280
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
281
+ value: input.properties
282
+ }, _errorFactory)) && _ao2(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
283
+ method: "typia.assert",
284
+ path: _path + ".properties",
285
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
286
+ value: input.properties
287
+ }, _errorFactory)) && (undefined === input.required || (Array.isArray(input.required) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
288
+ method: "typia.assert",
289
+ path: _path + ".required",
290
+ expected: "(Array<string> | undefined)",
291
+ value: input.required
292
+ }, _errorFactory)) && input.required.every((elem, _index23) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
293
+ method: "typia.assert",
294
+ path: _path + ".required[" + _index23 + "]",
295
+ expected: "string",
296
+ value: elem
297
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
298
+ method: "typia.assert",
299
+ path: _path + ".required",
300
+ expected: "(Array<string> | undefined)",
301
+ value: input.required
302
+ }, _errorFactory)) && ((null !== input.additionalProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
303
+ method: "typia.assert",
304
+ path: _path + ".additionalProperties",
305
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
306
+ value: input.additionalProperties
307
+ }, _errorFactory)) && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || ("object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
308
+ method: "typia.assert",
309
+ path: _path + ".additionalProperties",
310
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
311
+ value: input.additionalProperties
312
+ }, _errorFactory)) && _au0(input.additionalProperties, _path + ".additionalProperties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
313
+ method: "typia.assert",
314
+ path: _path + ".additionalProperties",
315
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
316
+ value: input.additionalProperties
317
+ }, _errorFactory))) && (undefined === input.maxProperties || "number" === typeof input.maxProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
318
+ method: "typia.assert",
319
+ path: _path + ".maxProperties",
320
+ expected: "(number | undefined)",
321
+ value: input.maxProperties
322
+ }, _errorFactory)) && (undefined === input.minProperties || "number" === typeof input.minProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
323
+ method: "typia.assert",
324
+ path: _path + ".minProperties",
325
+ expected: "(number | undefined)",
326
+ value: input.minProperties
327
+ }, _errorFactory)) && ("object" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
328
+ method: "typia.assert",
329
+ path: _path + ".type",
330
+ expected: "\"object\"",
331
+ value: input.type
332
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
333
+ method: "typia.assert",
334
+ path: _path + ".title",
335
+ expected: "(string | undefined)",
336
+ value: input.title
337
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
338
+ method: "typia.assert",
339
+ path: _path + ".description",
340
+ expected: "(string | undefined)",
341
+ value: input.description
342
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
343
+ method: "typia.assert",
344
+ path: _path + ".deprecated",
345
+ expected: "(boolean | undefined)",
346
+ value: input.deprecated
347
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
348
+ method: "typia.assert",
349
+ path: _path + ".examples",
350
+ expected: "(Array<any> | Record<string, any> | undefined)",
351
+ value: input.examples
352
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
353
+ method: "typia.assert",
354
+ path: _path + ".examples",
355
+ expected: "(Array<any> | Record<string, any> | undefined)",
356
+ value: input.examples
357
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
358
+ method: "typia.assert",
359
+ path: _path + ".examples",
360
+ expected: "(Array<any> | Record<string, any> | undefined)",
361
+ value: input.examples
362
+ }, _errorFactory))); const _ao4 = (input, _path, _exceptionable = true) => ((Array.isArray(input.type) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
363
+ method: "typia.assert",
364
+ path: _path + ".type",
365
+ expected: "Array<\"string\" | \"number\" | \"boolean\" | \"object\" | \"integer\" | \"array\" | \"null\">",
366
+ value: input.type
367
+ }, _errorFactory)) && input.type.every((elem, _index24) => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "integer" === elem || "array" === elem || "null" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
368
+ method: "typia.assert",
369
+ path: _path + ".type[" + _index24 + "]",
370
+ expected: "(\"array\" | \"boolean\" | \"integer\" | \"null\" | \"number\" | \"object\" | \"string\")",
371
+ value: elem
372
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
373
+ method: "typia.assert",
374
+ path: _path + ".type",
375
+ expected: "Array<\"string\" | \"number\" | \"boolean\" | \"object\" | \"integer\" | \"array\" | \"null\">",
376
+ value: input.type
377
+ }, _errorFactory)) && (null === input["default"] || undefined === input["default"] || Array.isArray(input["default"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
378
+ method: "typia.assert",
379
+ path: _path + "[\"default\"]",
380
+ expected: "(Array<any> | null | undefined)",
381
+ value: input["default"]
382
+ }, _errorFactory)) && (undefined === input["enum"] || Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
383
+ method: "typia.assert",
384
+ path: _path + "[\"enum\"]",
385
+ expected: "(Array<any> | undefined)",
386
+ value: input["enum"]
387
+ }, _errorFactory)) && ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
388
+ method: "typia.assert",
389
+ path: _path + "[\"const\"]",
390
+ expected: "(boolean | number | string)",
391
+ value: input["const"]
392
+ }, _errorFactory)) && (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
393
+ method: "typia.assert",
394
+ path: _path + ".nullable",
395
+ expected: "(boolean | undefined)",
396
+ value: input.nullable
397
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
398
+ method: "typia.assert",
399
+ path: _path + ".examples",
400
+ expected: "(Array<any> | Record<string, any> | undefined)",
401
+ value: input.examples
402
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
403
+ method: "typia.assert",
404
+ path: _path + ".examples",
405
+ expected: "(Array<any> | Record<string, any> | undefined)",
406
+ value: input.examples
407
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
408
+ method: "typia.assert",
409
+ path: _path + ".examples",
410
+ expected: "(Array<any> | Record<string, any> | undefined)",
411
+ value: input.examples
412
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
413
+ method: "typia.assert",
414
+ path: _path + ".title",
415
+ expected: "(string | undefined)",
416
+ value: input.title
417
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
418
+ method: "typia.assert",
419
+ path: _path + ".description",
420
+ expected: "(string | undefined)",
421
+ value: input.description
422
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
423
+ method: "typia.assert",
424
+ path: _path + ".deprecated",
425
+ expected: "(boolean | undefined)",
426
+ value: input.deprecated
427
+ }, _errorFactory)) && true && (undefined === input.minimum || "number" === typeof input.minimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
428
+ method: "typia.assert",
429
+ path: _path + ".minimum",
430
+ expected: "(number | undefined)",
431
+ value: input.minimum
432
+ }, _errorFactory)) && (undefined === input.maximum || "number" === typeof input.maximum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
433
+ method: "typia.assert",
434
+ path: _path + ".maximum",
435
+ expected: "(number | undefined)",
436
+ value: input.maximum
437
+ }, _errorFactory)) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (0 < input.multipleOf || __typia_transform__assertGuard._assertGuard(_exceptionable, {
438
+ method: "typia.assert",
439
+ path: _path + ".multipleOf",
440
+ expected: "number & ExclusiveMinimum<0>",
441
+ value: input.multipleOf
442
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
443
+ method: "typia.assert",
444
+ path: _path + ".multipleOf",
445
+ expected: "((number & ExclusiveMinimum<0>) | undefined)",
446
+ value: input.multipleOf
447
+ }, _errorFactory)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
448
+ method: "typia.assert",
449
+ path: _path + ".exclusiveMinimum",
450
+ expected: "(boolean | number | undefined)",
451
+ value: input.exclusiveMinimum
452
+ }, _errorFactory)) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
453
+ method: "typia.assert",
454
+ path: _path + ".exclusiveMaximum",
455
+ expected: "(boolean | number | undefined)",
456
+ value: input.exclusiveMaximum
457
+ }, _errorFactory)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
458
+ method: "typia.assert",
459
+ path: _path + ".maxLength",
460
+ expected: "number & Type<\"uint64\">",
461
+ value: input.maxLength
462
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
463
+ method: "typia.assert",
464
+ path: _path + ".maxLength",
465
+ expected: "((number & Type<\"uint64\">) | undefined)",
466
+ value: input.maxLength
467
+ }, _errorFactory)) && (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
468
+ method: "typia.assert",
469
+ path: _path + ".format",
470
+ expected: "(string | undefined)",
471
+ value: input.format
472
+ }, _errorFactory)) && (undefined === input.pattern || "string" === typeof input.pattern || __typia_transform__assertGuard._assertGuard(_exceptionable, {
473
+ method: "typia.assert",
474
+ path: _path + ".pattern",
475
+ expected: "(string | undefined)",
476
+ value: input.pattern
477
+ }, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
478
+ method: "typia.assert",
479
+ path: _path + ".contentMediaType",
480
+ expected: "(string | undefined)",
481
+ value: input.contentMediaType
482
+ }, _errorFactory)) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
483
+ method: "typia.assert",
484
+ path: _path + ".minLength",
485
+ expected: "number & Type<\"uint64\">",
486
+ value: input.minLength
487
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
488
+ method: "typia.assert",
489
+ path: _path + ".minLength",
490
+ expected: "((number & Type<\"uint64\">) | undefined)",
491
+ value: input.minLength
492
+ }, _errorFactory)) && ((null !== input.items || __typia_transform__assertGuard._assertGuard(_exceptionable, {
493
+ method: "typia.assert",
494
+ path: _path + ".items",
495
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
496
+ value: input.items
497
+ }, _errorFactory)) && (undefined === input.items || (Array.isArray(input.items) && input.items.every((elem, _index25) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
498
+ method: "typia.assert",
499
+ path: _path + ".items[" + _index25 + "]",
500
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
501
+ value: elem
502
+ }, _errorFactory)) && _au0(elem, _path + ".items[" + _index25 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
503
+ method: "typia.assert",
504
+ path: _path + ".items[" + _index25 + "]",
505
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
506
+ value: elem
507
+ }, _errorFactory)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _au0(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
508
+ method: "typia.assert",
509
+ path: _path + ".items",
510
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
511
+ value: input.items
512
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
513
+ method: "typia.assert",
514
+ path: _path + ".items",
515
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
516
+ value: input.items
517
+ }, _errorFactory))) && (undefined === input.prefixItems || (Array.isArray(input.prefixItems) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
518
+ method: "typia.assert",
519
+ path: _path + ".prefixItems",
520
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | undefined)",
521
+ value: input.prefixItems
522
+ }, _errorFactory)) && input.prefixItems.every((elem, _index26) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
523
+ method: "typia.assert",
524
+ path: _path + ".prefixItems[" + _index26 + "]",
525
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
526
+ value: elem
527
+ }, _errorFactory)) && _au0(elem, _path + ".prefixItems[" + _index26 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
528
+ method: "typia.assert",
529
+ path: _path + ".prefixItems[" + _index26 + "]",
530
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
531
+ value: elem
532
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
533
+ method: "typia.assert",
534
+ path: _path + ".prefixItems",
535
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | undefined)",
536
+ value: input.prefixItems
537
+ }, _errorFactory)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
538
+ method: "typia.assert",
539
+ path: _path + ".uniqueItems",
540
+ expected: "(boolean | undefined)",
541
+ value: input.uniqueItems
542
+ }, _errorFactory)) && ((null !== input.additionalItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
543
+ method: "typia.assert",
544
+ path: _path + ".additionalItems",
545
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
546
+ value: input.additionalItems
547
+ }, _errorFactory)) && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || ("object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
548
+ method: "typia.assert",
549
+ path: _path + ".additionalItems",
550
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
551
+ value: input.additionalItems
552
+ }, _errorFactory)) && _au0(input.additionalItems, _path + ".additionalItems", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
553
+ method: "typia.assert",
554
+ path: _path + ".additionalItems",
555
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
556
+ value: input.additionalItems
557
+ }, _errorFactory))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
558
+ method: "typia.assert",
559
+ path: _path + ".minItems",
560
+ expected: "number & Type<\"uint64\">",
561
+ value: input.minItems
562
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
563
+ method: "typia.assert",
564
+ path: _path + ".minItems",
565
+ expected: "((number & Type<\"uint64\">) | undefined)",
566
+ value: input.minItems
567
+ }, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
568
+ method: "typia.assert",
569
+ path: _path + ".maxItems",
570
+ expected: "number & Type<\"uint64\">",
571
+ value: input.maxItems
572
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
573
+ method: "typia.assert",
574
+ path: _path + ".maxItems",
575
+ expected: "((number & Type<\"uint64\">) | undefined)",
576
+ value: input.maxItems
577
+ }, _errorFactory)) && ((null !== input.additionalProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
578
+ method: "typia.assert",
579
+ path: _path + ".additionalProperties",
580
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
581
+ value: input.additionalProperties
582
+ }, _errorFactory)) && (undefined === input.additionalProperties || "boolean" === typeof input.additionalProperties || ("object" === typeof input.additionalProperties && null !== input.additionalProperties && false === Array.isArray(input.additionalProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
583
+ method: "typia.assert",
584
+ path: _path + ".additionalProperties",
585
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
586
+ value: input.additionalProperties
587
+ }, _errorFactory)) && _au0(input.additionalProperties, _path + ".additionalProperties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
588
+ method: "typia.assert",
589
+ path: _path + ".additionalProperties",
590
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
591
+ value: input.additionalProperties
592
+ }, _errorFactory))) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
593
+ method: "typia.assert",
594
+ path: _path + ".properties",
595
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
596
+ value: input.properties
597
+ }, _errorFactory)) && _ao2(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
598
+ method: "typia.assert",
599
+ path: _path + ".properties",
600
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
601
+ value: input.properties
602
+ }, _errorFactory)) && (undefined === input.required || (Array.isArray(input.required) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
603
+ method: "typia.assert",
604
+ path: _path + ".required",
605
+ expected: "(Array<string> | undefined)",
606
+ value: input.required
607
+ }, _errorFactory)) && input.required.every((elem, _index27) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
608
+ method: "typia.assert",
609
+ path: _path + ".required[" + _index27 + "]",
610
+ expected: "string",
611
+ value: elem
612
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
613
+ method: "typia.assert",
614
+ path: _path + ".required",
615
+ expected: "(Array<string> | undefined)",
616
+ value: input.required
617
+ }, _errorFactory)) && (undefined === input.maxProperties || "number" === typeof input.maxProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
618
+ method: "typia.assert",
619
+ path: _path + ".maxProperties",
620
+ expected: "(number | undefined)",
621
+ value: input.maxProperties
622
+ }, _errorFactory)) && (undefined === input.minProperties || "number" === typeof input.minProperties || __typia_transform__assertGuard._assertGuard(_exceptionable, {
623
+ method: "typia.assert",
624
+ path: _path + ".minProperties",
625
+ expected: "(number | undefined)",
626
+ value: input.minProperties
627
+ }, _errorFactory)) && ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
628
+ method: "typia.assert",
629
+ path: _path + ".oneOf",
630
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
631
+ value: input.oneOf
632
+ }, _errorFactory)) && input.oneOf.every((elem, _index28) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
633
+ method: "typia.assert",
634
+ path: _path + ".oneOf[" + _index28 + "]",
635
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
636
+ value: elem
637
+ }, _errorFactory)) && _au0(elem, _path + ".oneOf[" + _index28 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
638
+ method: "typia.assert",
639
+ path: _path + ".oneOf[" + _index28 + "]",
640
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
641
+ value: elem
642
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
643
+ method: "typia.assert",
644
+ path: _path + ".oneOf",
645
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
646
+ value: input.oneOf
647
+ }, _errorFactory)) && (undefined === input.discriminator || ("object" === typeof input.discriminator && null !== input.discriminator || __typia_transform__assertGuard._assertGuard(_exceptionable, {
648
+ method: "typia.assert",
649
+ path: _path + ".discriminator",
650
+ expected: "(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",
651
+ value: input.discriminator
652
+ }, _errorFactory)) && _ao17(input.discriminator, _path + ".discriminator", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
653
+ method: "typia.assert",
654
+ path: _path + ".discriminator",
655
+ expected: "(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",
656
+ value: input.discriminator
657
+ }, _errorFactory)) && ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
658
+ method: "typia.assert",
659
+ path: _path + ".anyOf",
660
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
661
+ value: input.anyOf
662
+ }, _errorFactory)) && input.anyOf.every((elem, _index29) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
663
+ method: "typia.assert",
664
+ path: _path + ".anyOf[" + _index29 + "]",
665
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
666
+ value: elem
667
+ }, _errorFactory)) && _au0(elem, _path + ".anyOf[" + _index29 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
668
+ method: "typia.assert",
669
+ path: _path + ".anyOf[" + _index29 + "]",
670
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
671
+ value: elem
672
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
673
+ method: "typia.assert",
674
+ path: _path + ".anyOf",
675
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
676
+ value: input.anyOf
677
+ }, _errorFactory)) && ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
678
+ method: "typia.assert",
679
+ path: _path + ".allOf",
680
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
681
+ value: input.allOf
682
+ }, _errorFactory)) && input.allOf.every((elem, _index30) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
683
+ method: "typia.assert",
684
+ path: _path + ".allOf[" + _index30 + "]",
685
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
686
+ value: elem
687
+ }, _errorFactory)) && _au0(elem, _path + ".allOf[" + _index30 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
688
+ method: "typia.assert",
689
+ path: _path + ".allOf[" + _index30 + "]",
690
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
691
+ value: elem
692
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
693
+ method: "typia.assert",
694
+ path: _path + ".allOf",
695
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
696
+ value: input.allOf
697
+ }, _errorFactory)) && ("string" === typeof input.$ref || __typia_transform__assertGuard._assertGuard(_exceptionable, {
698
+ method: "typia.assert",
699
+ path: _path + ".$ref",
700
+ expected: "string",
701
+ value: input.$ref
702
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
703
+ const value = input[key];
704
+ if (undefined === value)
705
+ return true;
706
+ return true;
707
+ }); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input["const"] || "number" === typeof input["const"] || "boolean" === typeof input["const"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
708
+ method: "typia.assert",
709
+ path: _path + "[\"const\"]",
710
+ expected: "(boolean | number | string)",
711
+ value: input["const"]
712
+ }, _errorFactory)) && (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
713
+ method: "typia.assert",
714
+ path: _path + ".nullable",
715
+ expected: "(boolean | undefined)",
716
+ value: input.nullable
717
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
718
+ method: "typia.assert",
719
+ path: _path + ".examples",
720
+ expected: "(Array<any> | Record<string, any> | undefined)",
721
+ value: input.examples
722
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
723
+ method: "typia.assert",
724
+ path: _path + ".examples",
725
+ expected: "(Array<any> | Record<string, any> | undefined)",
726
+ value: input.examples
727
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
728
+ method: "typia.assert",
729
+ path: _path + ".examples",
730
+ expected: "(Array<any> | Record<string, any> | undefined)",
731
+ value: input.examples
732
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
733
+ method: "typia.assert",
734
+ path: _path + ".title",
735
+ expected: "(string | undefined)",
736
+ value: input.title
737
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
738
+ method: "typia.assert",
739
+ path: _path + ".description",
740
+ expected: "(string | undefined)",
741
+ value: input.description
742
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
743
+ method: "typia.assert",
744
+ path: _path + ".deprecated",
745
+ expected: "(boolean | undefined)",
746
+ value: input.deprecated
747
+ }, _errorFactory)) && true; const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
748
+ method: "typia.assert",
749
+ path: _path + ".nullable",
750
+ expected: "(boolean | undefined)",
751
+ value: input.nullable
752
+ }, _errorFactory)) && (null === input["default"] || undefined === input["default"] || "boolean" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
753
+ method: "typia.assert",
754
+ path: _path + "[\"default\"]",
755
+ expected: "(boolean | null | undefined)",
756
+ value: input["default"]
757
+ }, _errorFactory)) && (undefined === input["enum"] || (Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
758
+ method: "typia.assert",
759
+ path: _path + "[\"enum\"]",
760
+ expected: "(Array<boolean | null> | undefined)",
761
+ value: input["enum"]
762
+ }, _errorFactory)) && input["enum"].every((elem, _index31) => null === elem || "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
763
+ method: "typia.assert",
764
+ path: _path + "[\"enum\"][" + _index31 + "]",
765
+ expected: "(boolean | null)",
766
+ value: elem
767
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
768
+ method: "typia.assert",
769
+ path: _path + "[\"enum\"]",
770
+ expected: "(Array<boolean | null> | undefined)",
771
+ value: input["enum"]
772
+ }, _errorFactory)) && ("boolean" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
773
+ method: "typia.assert",
774
+ path: _path + ".type",
775
+ expected: "\"boolean\"",
776
+ value: input.type
777
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
778
+ method: "typia.assert",
779
+ path: _path + ".title",
780
+ expected: "(string | undefined)",
781
+ value: input.title
782
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
783
+ method: "typia.assert",
784
+ path: _path + ".description",
785
+ expected: "(string | undefined)",
786
+ value: input.description
787
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
788
+ method: "typia.assert",
789
+ path: _path + ".deprecated",
790
+ expected: "(boolean | undefined)",
791
+ value: input.deprecated
792
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
793
+ method: "typia.assert",
794
+ path: _path + ".examples",
795
+ expected: "(Array<any> | Record<string, any> | undefined)",
796
+ value: input.examples
797
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
798
+ method: "typia.assert",
799
+ path: _path + ".examples",
800
+ expected: "(Array<any> | Record<string, any> | undefined)",
801
+ value: input.examples
802
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
803
+ method: "typia.assert",
804
+ path: _path + ".examples",
805
+ expected: "(Array<any> | Record<string, any> | undefined)",
806
+ value: input.examples
807
+ }, _errorFactory))); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
808
+ method: "typia.assert",
809
+ path: _path + ".nullable",
810
+ expected: "(boolean | undefined)",
811
+ value: input.nullable
812
+ }, _errorFactory)) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] && (Math.floor(input["default"]) === input["default"] && -9223372036854776000 <= input["default"] && input["default"] <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
813
+ method: "typia.assert",
814
+ path: _path + "[\"default\"]",
815
+ expected: "number & Type<\"int64\">",
816
+ value: input["default"]
817
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
818
+ method: "typia.assert",
819
+ path: _path + "[\"default\"]",
820
+ expected: "((number & Type<\"int64\">) | null | undefined)",
821
+ value: input["default"]
822
+ }, _errorFactory)) && (undefined === input["enum"] || (Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
823
+ method: "typia.assert",
824
+ path: _path + "[\"enum\"]",
825
+ expected: "(Array<number | null> | undefined)",
826
+ value: input["enum"]
827
+ }, _errorFactory)) && input["enum"].every((elem, _index32) => null === elem || "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
828
+ method: "typia.assert",
829
+ path: _path + "[\"enum\"][" + _index32 + "]",
830
+ expected: "(null | number)",
831
+ value: elem
832
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
833
+ method: "typia.assert",
834
+ path: _path + "[\"enum\"]",
835
+ expected: "(Array<number | null> | undefined)",
836
+ value: input["enum"]
837
+ }, _errorFactory)) && (undefined === input.minimum || "number" === typeof input.minimum && (Math.floor(input.minimum) === input.minimum && -9223372036854776000 <= input.minimum && input.minimum <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
838
+ method: "typia.assert",
839
+ path: _path + ".minimum",
840
+ expected: "number & Type<\"int64\">",
841
+ value: input.minimum
842
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
843
+ method: "typia.assert",
844
+ path: _path + ".minimum",
845
+ expected: "((number & Type<\"int64\">) | undefined)",
846
+ value: input.minimum
847
+ }, _errorFactory)) && (undefined === input.maximum || "number" === typeof input.maximum && (Math.floor(input.maximum) === input.maximum && -9223372036854776000 <= input.maximum && input.maximum <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
848
+ method: "typia.assert",
849
+ path: _path + ".maximum",
850
+ expected: "number & Type<\"int64\">",
851
+ value: input.maximum
852
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
853
+ method: "typia.assert",
854
+ path: _path + ".maximum",
855
+ expected: "((number & Type<\"int64\">) | undefined)",
856
+ value: input.maximum
857
+ }, _errorFactory)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum && (Math.floor(input.exclusiveMinimum) === input.exclusiveMinimum && -9223372036854776000 <= input.exclusiveMinimum && input.exclusiveMinimum <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
858
+ method: "typia.assert",
859
+ path: _path + ".exclusiveMinimum",
860
+ expected: "number & Type<\"int64\">",
861
+ value: input.exclusiveMinimum
862
+ }, _errorFactory)) || "boolean" === typeof input.exclusiveMinimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
863
+ method: "typia.assert",
864
+ path: _path + ".exclusiveMinimum",
865
+ expected: "((number & Type<\"int64\">) | boolean | undefined)",
866
+ value: input.exclusiveMinimum
867
+ }, _errorFactory)) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum && (Math.floor(input.exclusiveMaximum) === input.exclusiveMaximum && -9223372036854776000 <= input.exclusiveMaximum && input.exclusiveMaximum <= 9223372036854776000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
868
+ method: "typia.assert",
869
+ path: _path + ".exclusiveMaximum",
870
+ expected: "number & Type<\"int64\">",
871
+ value: input.exclusiveMaximum
872
+ }, _errorFactory)) || "boolean" === typeof input.exclusiveMaximum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
873
+ method: "typia.assert",
874
+ path: _path + ".exclusiveMaximum",
875
+ expected: "((number & Type<\"int64\">) | boolean | undefined)",
876
+ value: input.exclusiveMaximum
877
+ }, _errorFactory)) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (Math.floor(input.multipleOf) === input.multipleOf && 0 <= input.multipleOf && input.multipleOf <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
878
+ method: "typia.assert",
879
+ path: _path + ".multipleOf",
880
+ expected: "number & Type<\"uint64\">",
881
+ value: input.multipleOf
882
+ }, _errorFactory)) && (0 < input.multipleOf || __typia_transform__assertGuard._assertGuard(_exceptionable, {
883
+ method: "typia.assert",
884
+ path: _path + ".multipleOf",
885
+ expected: "number & ExclusiveMinimum<0>",
886
+ value: input.multipleOf
887
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
888
+ method: "typia.assert",
889
+ path: _path + ".multipleOf",
890
+ expected: "((number & Type<\"uint64\"> & ExclusiveMinimum<0>) | undefined)",
891
+ value: input.multipleOf
892
+ }, _errorFactory)) && ("integer" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
893
+ method: "typia.assert",
894
+ path: _path + ".type",
895
+ expected: "\"integer\"",
896
+ value: input.type
897
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
898
+ method: "typia.assert",
899
+ path: _path + ".title",
900
+ expected: "(string | undefined)",
901
+ value: input.title
902
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
903
+ method: "typia.assert",
904
+ path: _path + ".description",
905
+ expected: "(string | undefined)",
906
+ value: input.description
907
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
908
+ method: "typia.assert",
909
+ path: _path + ".deprecated",
910
+ expected: "(boolean | undefined)",
911
+ value: input.deprecated
912
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
913
+ method: "typia.assert",
914
+ path: _path + ".examples",
915
+ expected: "(Array<any> | Record<string, any> | undefined)",
916
+ value: input.examples
917
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
918
+ method: "typia.assert",
919
+ path: _path + ".examples",
920
+ expected: "(Array<any> | Record<string, any> | undefined)",
921
+ value: input.examples
922
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
923
+ method: "typia.assert",
924
+ path: _path + ".examples",
925
+ expected: "(Array<any> | Record<string, any> | undefined)",
926
+ value: input.examples
927
+ }, _errorFactory))); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
928
+ method: "typia.assert",
929
+ path: _path + ".nullable",
930
+ expected: "(boolean | undefined)",
931
+ value: input.nullable
932
+ }, _errorFactory)) && (null === input["default"] || undefined === input["default"] || "number" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
933
+ method: "typia.assert",
934
+ path: _path + "[\"default\"]",
935
+ expected: "(null | number | undefined)",
936
+ value: input["default"]
937
+ }, _errorFactory)) && (undefined === input["enum"] || (Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
938
+ method: "typia.assert",
939
+ path: _path + "[\"enum\"]",
940
+ expected: "(Array<number | null> | undefined)",
941
+ value: input["enum"]
942
+ }, _errorFactory)) && input["enum"].every((elem, _index33) => null === elem || "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
943
+ method: "typia.assert",
944
+ path: _path + "[\"enum\"][" + _index33 + "]",
945
+ expected: "(null | number)",
946
+ value: elem
947
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
948
+ method: "typia.assert",
949
+ path: _path + "[\"enum\"]",
950
+ expected: "(Array<number | null> | undefined)",
951
+ value: input["enum"]
952
+ }, _errorFactory)) && (undefined === input.minimum || "number" === typeof input.minimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
953
+ method: "typia.assert",
954
+ path: _path + ".minimum",
955
+ expected: "(number | undefined)",
956
+ value: input.minimum
957
+ }, _errorFactory)) && (undefined === input.maximum || "number" === typeof input.maximum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
958
+ method: "typia.assert",
959
+ path: _path + ".maximum",
960
+ expected: "(number | undefined)",
961
+ value: input.maximum
962
+ }, _errorFactory)) && (undefined === input.exclusiveMinimum || "number" === typeof input.exclusiveMinimum || "boolean" === typeof input.exclusiveMinimum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
963
+ method: "typia.assert",
964
+ path: _path + ".exclusiveMinimum",
965
+ expected: "(boolean | number | undefined)",
966
+ value: input.exclusiveMinimum
967
+ }, _errorFactory)) && (undefined === input.exclusiveMaximum || "number" === typeof input.exclusiveMaximum || "boolean" === typeof input.exclusiveMaximum || __typia_transform__assertGuard._assertGuard(_exceptionable, {
968
+ method: "typia.assert",
969
+ path: _path + ".exclusiveMaximum",
970
+ expected: "(boolean | number | undefined)",
971
+ value: input.exclusiveMaximum
972
+ }, _errorFactory)) && (undefined === input.multipleOf || "number" === typeof input.multipleOf && (0 < input.multipleOf || __typia_transform__assertGuard._assertGuard(_exceptionable, {
973
+ method: "typia.assert",
974
+ path: _path + ".multipleOf",
975
+ expected: "number & ExclusiveMinimum<0>",
976
+ value: input.multipleOf
977
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
978
+ method: "typia.assert",
979
+ path: _path + ".multipleOf",
980
+ expected: "((number & ExclusiveMinimum<0>) | undefined)",
981
+ value: input.multipleOf
982
+ }, _errorFactory)) && ("number" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
983
+ method: "typia.assert",
984
+ path: _path + ".type",
985
+ expected: "\"number\"",
986
+ value: input.type
987
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
988
+ method: "typia.assert",
989
+ path: _path + ".title",
990
+ expected: "(string | undefined)",
991
+ value: input.title
992
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
993
+ method: "typia.assert",
994
+ path: _path + ".description",
995
+ expected: "(string | undefined)",
996
+ value: input.description
997
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
998
+ method: "typia.assert",
999
+ path: _path + ".deprecated",
1000
+ expected: "(boolean | undefined)",
1001
+ value: input.deprecated
1002
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1003
+ method: "typia.assert",
1004
+ path: _path + ".examples",
1005
+ expected: "(Array<any> | Record<string, any> | undefined)",
1006
+ value: input.examples
1007
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1008
+ method: "typia.assert",
1009
+ path: _path + ".examples",
1010
+ expected: "(Array<any> | Record<string, any> | undefined)",
1011
+ value: input.examples
1012
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1013
+ method: "typia.assert",
1014
+ path: _path + ".examples",
1015
+ expected: "(Array<any> | Record<string, any> | undefined)",
1016
+ value: input.examples
1017
+ }, _errorFactory))); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1018
+ method: "typia.assert",
1019
+ path: _path + ".nullable",
1020
+ expected: "(boolean | undefined)",
1021
+ value: input.nullable
1022
+ }, _errorFactory)) && (null === input["default"] || undefined === input["default"] || "string" === typeof input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1023
+ method: "typia.assert",
1024
+ path: _path + "[\"default\"]",
1025
+ expected: "(null | string | undefined)",
1026
+ value: input["default"]
1027
+ }, _errorFactory)) && (undefined === input["enum"] || (Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1028
+ method: "typia.assert",
1029
+ path: _path + "[\"enum\"]",
1030
+ expected: "(Array<string | null> | undefined)",
1031
+ value: input["enum"]
1032
+ }, _errorFactory)) && input["enum"].every((elem, _index34) => null === elem || "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1033
+ method: "typia.assert",
1034
+ path: _path + "[\"enum\"][" + _index34 + "]",
1035
+ expected: "(null | string)",
1036
+ value: elem
1037
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1038
+ method: "typia.assert",
1039
+ path: _path + "[\"enum\"]",
1040
+ expected: "(Array<string | null> | undefined)",
1041
+ value: input["enum"]
1042
+ }, _errorFactory)) && (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1043
+ method: "typia.assert",
1044
+ path: _path + ".format",
1045
+ expected: "(string | undefined)",
1046
+ value: input.format
1047
+ }, _errorFactory)) && (undefined === input.pattern || "string" === typeof input.pattern || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1048
+ method: "typia.assert",
1049
+ path: _path + ".pattern",
1050
+ expected: "(string | undefined)",
1051
+ value: input.pattern
1052
+ }, _errorFactory)) && (undefined === input.contentMediaType || "string" === typeof input.contentMediaType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1053
+ method: "typia.assert",
1054
+ path: _path + ".contentMediaType",
1055
+ expected: "(string | undefined)",
1056
+ value: input.contentMediaType
1057
+ }, _errorFactory)) && (undefined === input.minLength || "number" === typeof input.minLength && (Math.floor(input.minLength) === input.minLength && 0 <= input.minLength && input.minLength <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1058
+ method: "typia.assert",
1059
+ path: _path + ".minLength",
1060
+ expected: "number & Type<\"uint64\">",
1061
+ value: input.minLength
1062
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1063
+ method: "typia.assert",
1064
+ path: _path + ".minLength",
1065
+ expected: "((number & Type<\"uint64\">) | undefined)",
1066
+ value: input.minLength
1067
+ }, _errorFactory)) && (undefined === input.maxLength || "number" === typeof input.maxLength && (Math.floor(input.maxLength) === input.maxLength && 0 <= input.maxLength && input.maxLength <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1068
+ method: "typia.assert",
1069
+ path: _path + ".maxLength",
1070
+ expected: "number & Type<\"uint64\">",
1071
+ value: input.maxLength
1072
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1073
+ method: "typia.assert",
1074
+ path: _path + ".maxLength",
1075
+ expected: "((number & Type<\"uint64\">) | undefined)",
1076
+ value: input.maxLength
1077
+ }, _errorFactory)) && ("string" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1078
+ method: "typia.assert",
1079
+ path: _path + ".type",
1080
+ expected: "\"string\"",
1081
+ value: input.type
1082
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1083
+ method: "typia.assert",
1084
+ path: _path + ".title",
1085
+ expected: "(string | undefined)",
1086
+ value: input.title
1087
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1088
+ method: "typia.assert",
1089
+ path: _path + ".description",
1090
+ expected: "(string | undefined)",
1091
+ value: input.description
1092
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1093
+ method: "typia.assert",
1094
+ path: _path + ".deprecated",
1095
+ expected: "(boolean | undefined)",
1096
+ value: input.deprecated
1097
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1098
+ method: "typia.assert",
1099
+ path: _path + ".examples",
1100
+ expected: "(Array<any> | Record<string, any> | undefined)",
1101
+ value: input.examples
1102
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1103
+ method: "typia.assert",
1104
+ path: _path + ".examples",
1105
+ expected: "(Array<any> | Record<string, any> | undefined)",
1106
+ value: input.examples
1107
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1108
+ method: "typia.assert",
1109
+ path: _path + ".examples",
1110
+ expected: "(Array<any> | Record<string, any> | undefined)",
1111
+ value: input.examples
1112
+ }, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.nullable || "boolean" === typeof input.nullable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1113
+ method: "typia.assert",
1114
+ path: _path + ".nullable",
1115
+ expected: "(boolean | undefined)",
1116
+ value: input.nullable
1117
+ }, _errorFactory)) && ((null !== input.items || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1118
+ method: "typia.assert",
1119
+ path: _path + ".items",
1120
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
1121
+ value: input.items
1122
+ }, _errorFactory)) && (undefined === input.items || (Array.isArray(input.items) && input.items.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1123
+ method: "typia.assert",
1124
+ path: _path + ".items[" + _index35 + "]",
1125
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1126
+ value: elem
1127
+ }, _errorFactory)) && _au0(elem, _path + ".items[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1128
+ method: "typia.assert",
1129
+ path: _path + ".items[" + _index35 + "]",
1130
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1131
+ value: elem
1132
+ }, _errorFactory)) || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _au0(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1133
+ method: "typia.assert",
1134
+ path: _path + ".items",
1135
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
1136
+ value: input.items
1137
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1138
+ method: "typia.assert",
1139
+ path: _path + ".items",
1140
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | undefined)",
1141
+ value: input.items
1142
+ }, _errorFactory))) && (undefined === input.prefixItems || (Array.isArray(input.prefixItems) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1143
+ method: "typia.assert",
1144
+ path: _path + ".prefixItems",
1145
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | undefined)",
1146
+ value: input.prefixItems
1147
+ }, _errorFactory)) && input.prefixItems.every((elem, _index36) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1148
+ method: "typia.assert",
1149
+ path: _path + ".prefixItems[" + _index36 + "]",
1150
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1151
+ value: elem
1152
+ }, _errorFactory)) && _au0(elem, _path + ".prefixItems[" + _index36 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1153
+ method: "typia.assert",
1154
+ path: _path + ".prefixItems[" + _index36 + "]",
1155
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1156
+ value: elem
1157
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1158
+ method: "typia.assert",
1159
+ path: _path + ".prefixItems",
1160
+ expected: "(Array<OpenApiV3_1.IJsonSchema> | undefined)",
1161
+ value: input.prefixItems
1162
+ }, _errorFactory)) && (undefined === input.uniqueItems || "boolean" === typeof input.uniqueItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1163
+ method: "typia.assert",
1164
+ path: _path + ".uniqueItems",
1165
+ expected: "(boolean | undefined)",
1166
+ value: input.uniqueItems
1167
+ }, _errorFactory)) && ((null !== input.additionalItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1168
+ method: "typia.assert",
1169
+ path: _path + ".additionalItems",
1170
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
1171
+ value: input.additionalItems
1172
+ }, _errorFactory)) && (undefined === input.additionalItems || "boolean" === typeof input.additionalItems || ("object" === typeof input.additionalItems && null !== input.additionalItems && false === Array.isArray(input.additionalItems) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1173
+ method: "typia.assert",
1174
+ path: _path + ".additionalItems",
1175
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
1176
+ value: input.additionalItems
1177
+ }, _errorFactory)) && _au0(input.additionalItems, _path + ".additionalItems", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1178
+ method: "typia.assert",
1179
+ path: _path + ".additionalItems",
1180
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown | boolean | undefined)",
1181
+ value: input.additionalItems
1182
+ }, _errorFactory))) && (undefined === input.minItems || "number" === typeof input.minItems && (Math.floor(input.minItems) === input.minItems && 0 <= input.minItems && input.minItems <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1183
+ method: "typia.assert",
1184
+ path: _path + ".minItems",
1185
+ expected: "number & Type<\"uint64\">",
1186
+ value: input.minItems
1187
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1188
+ method: "typia.assert",
1189
+ path: _path + ".minItems",
1190
+ expected: "((number & Type<\"uint64\">) | undefined)",
1191
+ value: input.minItems
1192
+ }, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems && (Math.floor(input.maxItems) === input.maxItems && 0 <= input.maxItems && input.maxItems <= 18446744073709552000 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1193
+ method: "typia.assert",
1194
+ path: _path + ".maxItems",
1195
+ expected: "number & Type<\"uint64\">",
1196
+ value: input.maxItems
1197
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1198
+ method: "typia.assert",
1199
+ path: _path + ".maxItems",
1200
+ expected: "((number & Type<\"uint64\">) | undefined)",
1201
+ value: input.maxItems
1202
+ }, _errorFactory)) && ("array" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1203
+ method: "typia.assert",
1204
+ path: _path + ".type",
1205
+ expected: "\"array\"",
1206
+ value: input.type
1207
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1208
+ method: "typia.assert",
1209
+ path: _path + ".title",
1210
+ expected: "(string | undefined)",
1211
+ value: input.title
1212
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1213
+ method: "typia.assert",
1214
+ path: _path + ".description",
1215
+ expected: "(string | undefined)",
1216
+ value: input.description
1217
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1218
+ method: "typia.assert",
1219
+ path: _path + ".deprecated",
1220
+ expected: "(boolean | undefined)",
1221
+ value: input.deprecated
1222
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1223
+ method: "typia.assert",
1224
+ path: _path + ".examples",
1225
+ expected: "(Array<any> | Record<string, any> | undefined)",
1226
+ value: input.examples
1227
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1228
+ method: "typia.assert",
1229
+ path: _path + ".examples",
1230
+ expected: "(Array<any> | Record<string, any> | undefined)",
1231
+ value: input.examples
1232
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1233
+ method: "typia.assert",
1234
+ path: _path + ".examples",
1235
+ expected: "(Array<any> | Record<string, any> | undefined)",
1236
+ value: input.examples
1237
+ }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1238
+ method: "typia.assert",
1239
+ path: _path + ".$ref",
1240
+ expected: "string",
1241
+ value: input.$ref
1242
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1243
+ method: "typia.assert",
1244
+ path: _path + ".examples",
1245
+ expected: "(Array<any> | Record<string, any> | undefined)",
1246
+ value: input.examples
1247
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1248
+ method: "typia.assert",
1249
+ path: _path + ".examples",
1250
+ expected: "(Array<any> | Record<string, any> | undefined)",
1251
+ value: input.examples
1252
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1253
+ method: "typia.assert",
1254
+ path: _path + ".examples",
1255
+ expected: "(Array<any> | Record<string, any> | undefined)",
1256
+ value: input.examples
1257
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1258
+ method: "typia.assert",
1259
+ path: _path + ".title",
1260
+ expected: "(string | undefined)",
1261
+ value: input.title
1262
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1263
+ method: "typia.assert",
1264
+ path: _path + ".description",
1265
+ expected: "(string | undefined)",
1266
+ value: input.description
1267
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1268
+ method: "typia.assert",
1269
+ path: _path + ".deprecated",
1270
+ expected: "(boolean | undefined)",
1271
+ value: input.deprecated
1272
+ }, _errorFactory)) && true; const _ao13 = (input, _path, _exceptionable = true) => ("string" === typeof input.$recursiveRef || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1273
+ method: "typia.assert",
1274
+ path: _path + ".$recursiveRef",
1275
+ expected: "string",
1276
+ value: input.$recursiveRef
1277
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1278
+ method: "typia.assert",
1279
+ path: _path + ".examples",
1280
+ expected: "(Array<any> | Record<string, any> | undefined)",
1281
+ value: input.examples
1282
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1283
+ method: "typia.assert",
1284
+ path: _path + ".examples",
1285
+ expected: "(Array<any> | Record<string, any> | undefined)",
1286
+ value: input.examples
1287
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1288
+ method: "typia.assert",
1289
+ path: _path + ".examples",
1290
+ expected: "(Array<any> | Record<string, any> | undefined)",
1291
+ value: input.examples
1292
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1293
+ method: "typia.assert",
1294
+ path: _path + ".title",
1295
+ expected: "(string | undefined)",
1296
+ value: input.title
1297
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1298
+ method: "typia.assert",
1299
+ path: _path + ".description",
1300
+ expected: "(string | undefined)",
1301
+ value: input.description
1302
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1303
+ method: "typia.assert",
1304
+ path: _path + ".deprecated",
1305
+ expected: "(boolean | undefined)",
1306
+ value: input.deprecated
1307
+ }, _errorFactory)) && true; const _ao14 = (input, _path, _exceptionable = true) => ((Array.isArray(input.allOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1308
+ method: "typia.assert",
1309
+ path: _path + ".allOf",
1310
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1311
+ value: input.allOf
1312
+ }, _errorFactory)) && input.allOf.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1313
+ method: "typia.assert",
1314
+ path: _path + ".allOf[" + _index37 + "]",
1315
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1316
+ value: elem
1317
+ }, _errorFactory)) && _au0(elem, _path + ".allOf[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1318
+ method: "typia.assert",
1319
+ path: _path + ".allOf[" + _index37 + "]",
1320
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1321
+ value: elem
1322
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1323
+ method: "typia.assert",
1324
+ path: _path + ".allOf",
1325
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1326
+ value: input.allOf
1327
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1328
+ method: "typia.assert",
1329
+ path: _path + ".examples",
1330
+ expected: "(Array<any> | Record<string, any> | undefined)",
1331
+ value: input.examples
1332
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1333
+ method: "typia.assert",
1334
+ path: _path + ".examples",
1335
+ expected: "(Array<any> | Record<string, any> | undefined)",
1336
+ value: input.examples
1337
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1338
+ method: "typia.assert",
1339
+ path: _path + ".examples",
1340
+ expected: "(Array<any> | Record<string, any> | undefined)",
1341
+ value: input.examples
1342
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1343
+ method: "typia.assert",
1344
+ path: _path + ".title",
1345
+ expected: "(string | undefined)",
1346
+ value: input.title
1347
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1348
+ method: "typia.assert",
1349
+ path: _path + ".description",
1350
+ expected: "(string | undefined)",
1351
+ value: input.description
1352
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1353
+ method: "typia.assert",
1354
+ path: _path + ".deprecated",
1355
+ expected: "(boolean | undefined)",
1356
+ value: input.deprecated
1357
+ }, _errorFactory)) && true; const _ao15 = (input, _path, _exceptionable = true) => ((Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1358
+ method: "typia.assert",
1359
+ path: _path + ".anyOf",
1360
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1361
+ value: input.anyOf
1362
+ }, _errorFactory)) && input.anyOf.every((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1363
+ method: "typia.assert",
1364
+ path: _path + ".anyOf[" + _index38 + "]",
1365
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1366
+ value: elem
1367
+ }, _errorFactory)) && _au0(elem, _path + ".anyOf[" + _index38 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1368
+ method: "typia.assert",
1369
+ path: _path + ".anyOf[" + _index38 + "]",
1370
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1371
+ value: elem
1372
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1373
+ method: "typia.assert",
1374
+ path: _path + ".anyOf",
1375
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1376
+ value: input.anyOf
1377
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1378
+ method: "typia.assert",
1379
+ path: _path + ".examples",
1380
+ expected: "(Array<any> | Record<string, any> | undefined)",
1381
+ value: input.examples
1382
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1383
+ method: "typia.assert",
1384
+ path: _path + ".examples",
1385
+ expected: "(Array<any> | Record<string, any> | undefined)",
1386
+ value: input.examples
1387
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1388
+ method: "typia.assert",
1389
+ path: _path + ".examples",
1390
+ expected: "(Array<any> | Record<string, any> | undefined)",
1391
+ value: input.examples
1392
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1393
+ method: "typia.assert",
1394
+ path: _path + ".title",
1395
+ expected: "(string | undefined)",
1396
+ value: input.title
1397
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1398
+ method: "typia.assert",
1399
+ path: _path + ".description",
1400
+ expected: "(string | undefined)",
1401
+ value: input.description
1402
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1403
+ method: "typia.assert",
1404
+ path: _path + ".deprecated",
1405
+ expected: "(boolean | undefined)",
1406
+ value: input.deprecated
1407
+ }, _errorFactory)) && true; const _ao16 = (input, _path, _exceptionable = true) => ((Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1408
+ method: "typia.assert",
1409
+ path: _path + ".oneOf",
1410
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1411
+ value: input.oneOf
1412
+ }, _errorFactory)) && input.oneOf.every((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1413
+ method: "typia.assert",
1414
+ path: _path + ".oneOf[" + _index39 + "]",
1415
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1416
+ value: elem
1417
+ }, _errorFactory)) && _au0(elem, _path + ".oneOf[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1418
+ method: "typia.assert",
1419
+ path: _path + ".oneOf[" + _index39 + "]",
1420
+ expected: "(OpenApiV3_1.IJsonSchema.IAllOf | OpenApiV3_1.IJsonSchema.IAnyOf | OpenApiV3_1.IJsonSchema.IArray | OpenApiV3_1.IJsonSchema.IBoolean | OpenApiV3_1.IJsonSchema.IConstant | OpenApiV3_1.IJsonSchema.IInteger | OpenApiV3_1.IJsonSchema.IMixed | OpenApiV3_1.IJsonSchema.INull | OpenApiV3_1.IJsonSchema.INumber | OpenApiV3_1.IJsonSchema.IObject | OpenApiV3_1.IJsonSchema.IOneOf | OpenApiV3_1.IJsonSchema.IRecursiveReference | OpenApiV3_1.IJsonSchema.IReference<string> | OpenApiV3_1.IJsonSchema.IString | OpenApiV3_1.IJsonSchema.IUnknown)",
1421
+ value: elem
1422
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1423
+ method: "typia.assert",
1424
+ path: _path + ".oneOf",
1425
+ expected: "Array<OpenApiV3_1.IJsonSchema>",
1426
+ value: input.oneOf
1427
+ }, _errorFactory)) && (undefined === input.discriminator || ("object" === typeof input.discriminator && null !== input.discriminator || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1428
+ method: "typia.assert",
1429
+ path: _path + ".discriminator",
1430
+ expected: "(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",
1431
+ value: input.discriminator
1432
+ }, _errorFactory)) && _ao17(input.discriminator, _path + ".discriminator", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1433
+ method: "typia.assert",
1434
+ path: _path + ".discriminator",
1435
+ expected: "(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",
1436
+ value: input.discriminator
1437
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1438
+ method: "typia.assert",
1439
+ path: _path + ".examples",
1440
+ expected: "(Array<any> | Record<string, any> | undefined)",
1441
+ value: input.examples
1442
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1443
+ method: "typia.assert",
1444
+ path: _path + ".examples",
1445
+ expected: "(Array<any> | Record<string, any> | undefined)",
1446
+ value: input.examples
1447
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1448
+ method: "typia.assert",
1449
+ path: _path + ".examples",
1450
+ expected: "(Array<any> | Record<string, any> | undefined)",
1451
+ value: input.examples
1452
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1453
+ method: "typia.assert",
1454
+ path: _path + ".title",
1455
+ expected: "(string | undefined)",
1456
+ value: input.title
1457
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1458
+ method: "typia.assert",
1459
+ path: _path + ".description",
1460
+ expected: "(string | undefined)",
1461
+ value: input.description
1462
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1463
+ method: "typia.assert",
1464
+ path: _path + ".deprecated",
1465
+ expected: "(boolean | undefined)",
1466
+ value: input.deprecated
1467
+ }, _errorFactory)) && true; const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.propertyName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1468
+ method: "typia.assert",
1469
+ path: _path + ".propertyName",
1470
+ expected: "string",
1471
+ value: input.propertyName
1472
+ }, _errorFactory)) && (undefined === input.mapping || ("object" === typeof input.mapping && null !== input.mapping && false === Array.isArray(input.mapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1473
+ method: "typia.assert",
1474
+ path: _path + ".mapping",
1475
+ expected: "(Record<string, string> | undefined)",
1476
+ value: input.mapping
1477
+ }, _errorFactory)) && _ao18(input.mapping, _path + ".mapping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1478
+ method: "typia.assert",
1479
+ path: _path + ".mapping",
1480
+ expected: "(Record<string, string> | undefined)",
1481
+ value: input.mapping
1482
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1483
+ const value = input[key];
1484
+ if (undefined === value)
1485
+ return true;
1486
+ return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1487
+ method: "typia.assert",
1488
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1489
+ expected: "string",
1490
+ value: value
1491
+ }, _errorFactory);
1492
+ }); const _ao19 = (input, _path, _exceptionable = true) => (null === input["default"] || undefined === input["default"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1493
+ method: "typia.assert",
1494
+ path: _path + "[\"default\"]",
1495
+ expected: "(null | undefined)",
1496
+ value: input["default"]
1497
+ }, _errorFactory)) && ("null" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1498
+ method: "typia.assert",
1499
+ path: _path + ".type",
1500
+ expected: "\"null\"",
1501
+ value: input.type
1502
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1503
+ method: "typia.assert",
1504
+ path: _path + ".title",
1505
+ expected: "(string | undefined)",
1506
+ value: input.title
1507
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1508
+ method: "typia.assert",
1509
+ path: _path + ".description",
1510
+ expected: "(string | undefined)",
1511
+ value: input.description
1512
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1513
+ method: "typia.assert",
1514
+ path: _path + ".deprecated",
1515
+ expected: "(boolean | undefined)",
1516
+ value: input.deprecated
1517
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1518
+ method: "typia.assert",
1519
+ path: _path + ".examples",
1520
+ expected: "(Array<any> | Record<string, any> | undefined)",
1521
+ value: input.examples
1522
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1523
+ method: "typia.assert",
1524
+ path: _path + ".examples",
1525
+ expected: "(Array<any> | Record<string, any> | undefined)",
1526
+ value: input.examples
1527
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1528
+ method: "typia.assert",
1529
+ path: _path + ".examples",
1530
+ expected: "(Array<any> | Record<string, any> | undefined)",
1531
+ value: input.examples
1532
+ }, _errorFactory))); const _ao20 = (input, _path, _exceptionable = true) => (null !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1533
+ method: "typia.assert",
1534
+ path: _path + ".type",
1535
+ expected: "undefined",
1536
+ value: input.type
1537
+ }, _errorFactory)) && (undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1538
+ method: "typia.assert",
1539
+ path: _path + ".type",
1540
+ expected: "undefined",
1541
+ value: input.type
1542
+ }, _errorFactory)) && true && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1543
+ method: "typia.assert",
1544
+ path: _path + ".title",
1545
+ expected: "(string | undefined)",
1546
+ value: input.title
1547
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1548
+ method: "typia.assert",
1549
+ path: _path + ".description",
1550
+ expected: "(string | undefined)",
1551
+ value: input.description
1552
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1553
+ method: "typia.assert",
1554
+ path: _path + ".deprecated",
1555
+ expected: "(boolean | undefined)",
1556
+ value: input.deprecated
1557
+ }, _errorFactory)) && true && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1558
+ method: "typia.assert",
1559
+ path: _path + ".examples",
1560
+ expected: "(Array<any> | Record<string, any> | undefined)",
1561
+ value: input.examples
1562
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1563
+ method: "typia.assert",
1564
+ path: _path + ".examples",
1565
+ expected: "(Array<any> | Record<string, any> | undefined)",
1566
+ value: input.examples
1567
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1568
+ method: "typia.assert",
1569
+ path: _path + ".examples",
1570
+ expected: "(Array<any> | Record<string, any> | undefined)",
1571
+ value: input.examples
1572
+ }, _errorFactory))); const _ao21 = (input, _path, _exceptionable = true) => ("string" === typeof input.$ref || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1573
+ method: "typia.assert",
1574
+ path: _path + ".$ref",
1575
+ expected: "string",
1576
+ value: input.$ref
1577
+ }, _errorFactory)) && ((null !== input.examples || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1578
+ method: "typia.assert",
1579
+ path: _path + ".examples",
1580
+ expected: "(Array<any> | Record<string, any> | undefined)",
1581
+ value: input.examples
1582
+ }, _errorFactory)) && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _ao5(input.examples, _path + ".examples", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1583
+ method: "typia.assert",
1584
+ path: _path + ".examples",
1585
+ expected: "(Array<any> | Record<string, any> | undefined)",
1586
+ value: input.examples
1587
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1588
+ method: "typia.assert",
1589
+ path: _path + ".examples",
1590
+ expected: "(Array<any> | Record<string, any> | undefined)",
1591
+ value: input.examples
1592
+ }, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1593
+ method: "typia.assert",
1594
+ path: _path + ".title",
1595
+ expected: "(string | undefined)",
1596
+ value: input.title
1597
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1598
+ method: "typia.assert",
1599
+ path: _path + ".description",
1600
+ expected: "(string | undefined)",
1601
+ value: input.description
1602
+ }, _errorFactory)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1603
+ method: "typia.assert",
1604
+ path: _path + ".deprecated",
1605
+ expected: "(boolean | undefined)",
1606
+ value: input.deprecated
1607
+ }, _errorFactory)) && true && (undefined === input.$defs || ("object" === typeof input.$defs && null !== input.$defs && false === Array.isArray(input.$defs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1608
+ method: "typia.assert",
1609
+ path: _path + ".$defs",
1610
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
1611
+ value: input.$defs
1612
+ }, _errorFactory)) && _ao2(input.$defs, _path + ".$defs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1613
+ method: "typia.assert",
1614
+ path: _path + ".$defs",
1615
+ expected: "(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",
1616
+ value: input.$defs
1617
+ }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
1618
+ if ("object" === input.type)
1619
+ return _ao3(input, _path, true && _exceptionable);
1620
+ else if (Array.isArray(input.type) && input.type.every((elem, _index40) => "string" === elem || "number" === elem || "boolean" === elem || "object" === elem || "integer" === elem || "array" === elem || "null" === elem))
1621
+ return _ao4(input, _path, true && _exceptionable);
1622
+ else if ("boolean" === input.type)
1623
+ return _ao7(input, _path, true && _exceptionable);
1624
+ else if ("number" === input.type)
1625
+ return _ao9(input, _path, true && _exceptionable);
1626
+ else if ("integer" === input.type)
1627
+ return _ao8(input, _path, true && _exceptionable);
1628
+ else if ("string" === input.type)
1629
+ return _ao10(input, _path, true && _exceptionable);
1630
+ else if ("array" === input.type)
1631
+ return _ao11(input, _path, true && _exceptionable);
1632
+ else if (undefined !== input.$recursiveRef)
1633
+ return _ao13(input, _path, true && _exceptionable);
1634
+ else if ("null" === input.type)
1635
+ return _ao19(input, _path, true && _exceptionable);
1636
+ else
1637
+ return (() => {
1638
+ if (undefined !== input["const"])
1639
+ return _ao6(input, _path, true && _exceptionable);
1640
+ else if (undefined !== input.$ref)
1641
+ return _ao12(input, _path, true && _exceptionable);
1642
+ else if (undefined !== input.allOf)
1643
+ return _ao14(input, _path, true && _exceptionable);
1644
+ else if (undefined !== input.anyOf)
1645
+ return _ao15(input, _path, true && _exceptionable);
1646
+ else if (undefined !== input.oneOf)
1647
+ return _ao16(input, _path, true && _exceptionable);
1648
+ else
1649
+ return _ao20(input, _path, true && _exceptionable);
1650
+ })();
1651
+ })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
1652
+ if (undefined !== input.type)
1653
+ return _ao1(input, _path, true && _exceptionable);
1654
+ else if (undefined !== input.$ref)
1655
+ return _ao21(input, _path, true && _exceptionable);
1656
+ else
1657
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
1658
+ method: "typia.assert",
1659
+ path: _path,
1660
+ expected: "(IObject & { $defs?: Record<string, IJsonSchema> | undefined; } | IReference<string> & { $defs?: Record<string, IJsonSchema> | undefined; })",
1661
+ value: input
1662
+ }, _errorFactory);
1663
+ })(); const __is = input => Array.isArray(input) && input.every(elem => "object" === typeof elem && null !== elem && _io0(elem)); let _errorFactory; return (input, errorFactory) => {
1664
+ if (false === __is(input)) {
1665
+ _errorFactory = errorFactory;
1666
+ ((input, _path, _exceptionable = true) => (Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
1667
+ method: "typia.assert",
1668
+ path: _path + "",
1669
+ expected: "Array<IMcpTool>",
1670
+ value: input
1671
+ }, _errorFactory)) && input.every((elem, _index21) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(true, {
1672
+ method: "typia.assert",
1673
+ path: _path + "[" + _index21 + "]",
1674
+ expected: "IMcpTool",
1675
+ value: elem
1676
+ }, _errorFactory)) && _ao0(elem, _path + "[" + _index21 + "]", true) || __typia_transform__assertGuard._assertGuard(true, {
1677
+ method: "typia.assert",
1678
+ path: _path + "[" + _index21 + "]",
1679
+ expected: "IMcpTool",
1680
+ value: elem
1681
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(true, {
1682
+ method: "typia.assert",
1683
+ path: _path + "",
1684
+ expected: "Array<IMcpTool>",
1685
+ value: input
1686
+ }, _errorFactory))(input, "$input", true);
1687
+ }
1688
+ return input;
1689
+ }; })()(tools),
1690
+ });
1691
+ return {
1692
+ protocol: "mcp",
1693
+ name: props.name,
1694
+ client: props.client,
1695
+ application,
1696
+ };
1697
+ });
1698
+ }
1699
+ //# sourceMappingURL=assertMcpController.js.map