@nestia/editor 7.0.3 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1197,9 +1197,9 @@ export default NESTIA_CONFIG;
|
|
|
1197
1197
|
},
|
|
1198
1198
|
"homepage": "https://github.com/samchon/nestia-start#readme",
|
|
1199
1199
|
"devDependencies": {
|
|
1200
|
-
"@nestia/benchmark": "^7.0.
|
|
1201
|
-
"@nestia/e2e": "^7.0.
|
|
1202
|
-
"@nestia/sdk": "^7.0
|
|
1200
|
+
"@nestia/benchmark": "^7.0.3",
|
|
1201
|
+
"@nestia/e2e": "^7.0.3",
|
|
1202
|
+
"@nestia/sdk": "^7.1.0",
|
|
1203
1203
|
"@nestjs/cli": "^11.0.7",
|
|
1204
1204
|
"@rollup/plugin-terser": "^0.4.4",
|
|
1205
1205
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -1235,8 +1235,8 @@ export default NESTIA_CONFIG;
|
|
|
1235
1235
|
"write-file-webpack-plugin": "^4.5.1"
|
|
1236
1236
|
},
|
|
1237
1237
|
"dependencies": {
|
|
1238
|
-
"@nestia/core": "^7.0
|
|
1239
|
-
"@nestia/fetcher": "^7.0
|
|
1238
|
+
"@nestia/core": "^7.1.0",
|
|
1239
|
+
"@nestia/fetcher": "^7.1.0",
|
|
1240
1240
|
"@nestjs/common": "^11.1.3",
|
|
1241
1241
|
"@nestjs/core": "^11.1.3",
|
|
1242
1242
|
"@nestjs/platform-express": "^11.1.3",
|
|
@@ -1345,7 +1345,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
|
|
|
1345
1345
|
"README.md"
|
|
1346
1346
|
],
|
|
1347
1347
|
"dependencies": {
|
|
1348
|
-
"@nestia/fetcher": "^7.0.
|
|
1348
|
+
"@nestia/fetcher": "^7.0.3",
|
|
1349
1349
|
"tgrid": "^1.1.0",
|
|
1350
1350
|
"typia": "^9.4.0"
|
|
1351
1351
|
}
|
|
@@ -2702,12 +2702,12 @@ print("npm run test:simulate", "Test with mockup simulator");
|
|
|
2702
2702
|
"README.md"
|
|
2703
2703
|
],
|
|
2704
2704
|
"dependencies": {
|
|
2705
|
-
"@nestia/fetcher": "^7.0
|
|
2705
|
+
"@nestia/fetcher": "^7.1.0",
|
|
2706
2706
|
"tgrid": "^1.1.0",
|
|
2707
2707
|
"typia": "^9.4.0"
|
|
2708
2708
|
},
|
|
2709
2709
|
"devDependencies": {
|
|
2710
|
-
"@nestia/e2e": "^7.0.
|
|
2710
|
+
"@nestia/e2e": "^7.0.3",
|
|
2711
2711
|
"@rollup/plugin-terser": "^0.4.4",
|
|
2712
2712
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
2713
2713
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
@@ -4730,7 +4730,7 @@ export namespace ArgumentParser {
|
|
|
4730
4730
|
`)),o.write=sm=>{const u0=ts$1.createPrinter({newLine:ts$1.NewLineKind.LineFeed}).printFile(ts$1.factory.createSourceFile(sm.statements,ts$1.factory.createToken(ts$1.SyntaxKind.EndOfFileToken),ts$1.NodeFlags.None));return(sm.top??"")+u0}})(FilePrinter||(FilePrinter={}));var OpenApiTypeChecker;(function(o){o.isOneOf=sm=>sm.oneOf!==void 0,o.isNull=sm=>sm.type==="null",o.isConstant=sm=>sm.const!==void 0,o.isBoolean=sm=>sm.type==="boolean",o.isInteger=sm=>sm.type==="integer",o.isNumber=sm=>sm.type==="number",o.isString=sm=>sm.type==="string",o.isArray=sm=>sm.type==="array"&&sm.items!==void 0,o.isTuple=sm=>sm.type==="array"&&sm.prefixItems!==void 0,o.isObject=sm=>sm.type==="object",o.isReference=sm=>sm.$ref!==void 0,o.isUnknown=sm=>sm.type===void 0&&!o.isOneOf(sm)&&!o.isReference(sm)&&!o.isConstant(sm)})(OpenApiTypeChecker||(OpenApiTypeChecker={}));var StringUtil;(function(o){o.capitalize=sm=>sm[0].toUpperCase()+sm.slice(1).toLowerCase(),o.splitWithNormalization=sm=>sm.split("/").map(u0=>normalize(u0.trim())).filter(u0=>!!u0.length),o.escapeDuplicate=sm=>u0=>sm.includes(u0)?o.escapeDuplicate(sm)(`_${u0}`):u0,o.escapeNonVariable=sm=>{sm=escape(sm);for(const[u0,_0]of VARIABLE_REPLACERS)sm=sm.split(u0).join(_0);for(let u0=0;u0<=9;++u0)if(sm[0]===u0.toString()){sm="_"+sm;break}return sm===""?"_empty_":sm}})(StringUtil||(StringUtil={}));const escape=o=>(o=o.trim(),RESERVED.has(o)?`_${o}`:(o.length!==0&&"0"<=o[0]&&o[0]<="9"&&(o=`_${o}`),o)),normalize=o=>escape(o.split(".").join("_").split("-").join("_")),RESERVED=new Set(["break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","export","extends","false","finally","for","function","if","import","in","instanceof","module","new","null","package","public","private","protected","return","super","switch","this","throw","true","try","typeof","var","void","while","with"]),VARIABLE_REPLACERS=[["`","_backquote_"],["!","_exclamation_"],["@","_at_"],["#","_hash_"],["$","_dollar_"],["%","_percent_"],["^","_caret_"],["&","_and_"],["*","_star_"],["(","_lparen_"],[")","_rparen_"],["-","_"],["+","_plus_"],["|","_or_"],["{","_blt_"],["}","_bgt_"],["<","_lt_"],[">","_gt_"],["[","_alt_"],["]","_agt_"],[",","_comma_"],["'","_singlequote_"],['"',"_doublequote_"],[" ","_space_"],["?","_question_"],[":","_colon_"],[";","_semicolon_"],["...","_rest_"]];var NestiaMigrateSchemaProgrammer;(function(o){o.write=P_=>{const Z_=[];if(OpenApiTypeChecker.isUnknown(P_.schema))return TypeFactory.keyword("any");const fy=OpenApiTypeChecker.isConstant(P_.schema)?sm({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isBoolean(P_.schema)?u0({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isInteger(P_.schema)?_0({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isNumber(P_.schema)?Q0({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isString(P_.schema)?a_({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isArray(P_.schema)?h_({components:P_.components,importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isTuple(P_.schema)?c_({components:P_.components,importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isObject(P_.schema)?k_({components:P_.components,importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isReference(P_.schema)?D_({importer:P_.importer,schema:P_.schema}):OpenApiTypeChecker.isOneOf(P_.schema)?O_({components:P_.components,importer:P_.importer,elements:P_.schema.oneOf}):OpenApiTypeChecker.isNull(P_.schema)?createNode("null"):TypeFactory.keyword("any");return Z_.push(fy),Z_.length===0?TypeFactory.keyword("any"):Z_.length===1?Z_[0]:ts$1.factory.createUnionTypeNode(Z_)};const sm=P_=>{const Z_=[ts$1.factory.createLiteralTypeNode(typeof P_.schema.const=="boolean"?P_.schema.const===!0?ts$1.factory.createTrue():ts$1.factory.createFalse():typeof P_.schema.const=="number"?P_.schema.const<0?ts$1.factory.createPrefixUnaryExpression(ts$1.SyntaxKind.MinusToken,ts$1.factory.createNumericLiteral(-P_.schema.const)):ts$1.factory.createNumericLiteral(P_.schema.const):ts$1.factory.createStringLiteral(P_.schema.const))];return writePlugin({importer:P_.importer,schema:P_.schema,regular:["const","title","description","deprecated","example","examples"],intersection:Z_}),Z_.length===1?Z_[0]:ts$1.factory.createIntersectionTypeNode(Z_)},u0=P_=>{const Z_=[TypeFactory.keyword("boolean")];return writePlugin({importer:P_.importer,regular:["default","title","description","deprecated","example","examples","type"],intersection:Z_,schema:P_.schema}),Z_.length===1?Z_[0]:ts$1.factory.createIntersectionTypeNode(Z_)},_0=P_=>e_({factory:()=>[TypeFactory.keyword("number"),P_.importer.tag("Type","int32")],importer:P_.importer,schema:P_.schema}),Q0=P_=>e_({factory:()=>[TypeFactory.keyword("number")],importer:P_.importer,schema:P_.schema}),e_=P_=>{const Z_=P_.factory();return P_.schema.default!==void 0&&Z_.push(P_.importer.tag("Default",P_.schema.default)),P_.schema.minimum!==void 0&&Z_.push(P_.importer.tag(P_.schema.exclusiveMinimum?"ExclusiveMinimum":"Minimum",P_.schema.minimum)),P_.schema.maximum!==void 0&&Z_.push(P_.importer.tag(P_.schema.exclusiveMaximum?"ExclusiveMaximum":"Maximum",P_.schema.maximum)),P_.schema.multipleOf!==void 0&&Z_.push(P_.importer.tag("MultipleOf",P_.schema.multipleOf)),writePlugin({importer:P_.importer,regular:["default","title","description","deprecated","example","examples","type","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf"],intersection:Z_,schema:P_.schema}),Z_.length===1?Z_[0]:ts$1.factory.createIntersectionTypeNode(Z_)},a_=P_=>{if(P_.schema.format==="binary")return ts$1.factory.createTypeReferenceNode("File");const Z_=[TypeFactory.keyword("string")];return P_.schema.default!==void 0&&Z_.push(P_.importer.tag("Default",P_.schema.default)),P_.schema.minLength!==void 0&&Z_.push(P_.importer.tag("MinLength",P_.schema.minLength)),P_.schema.maxLength!==void 0&&Z_.push(P_.importer.tag("MaxLength",P_.schema.maxLength)),P_.schema.pattern!==void 0&&Z_.push(P_.importer.tag("Pattern",P_.schema.pattern)),P_.schema.format!==void 0&&FormatCheatSheet[P_.schema.format]!==void 0&&Z_.push(P_.importer.tag("Format",P_.schema.format)),P_.schema.contentMediaType!==void 0&&Z_.push(P_.importer.tag("ContentMediaType",P_.schema.contentMediaType)),writePlugin({importer:P_.importer,regular:["default","title","description","deprecated","example","examples","type","format","pattern","contentMediaType","minLength","maxLength"],intersection:Z_,schema:P_.schema}),Z_.length===1?Z_[0]:ts$1.factory.createIntersectionTypeNode(Z_)},h_=P_=>{const Z_=[ts$1.factory.createArrayTypeNode(o.write({components:P_.components,importer:P_.importer,schema:P_.schema.items}))];return P_.schema.minItems!==void 0&&Z_.push(P_.importer.tag("MinItems",P_.schema.minItems)),P_.schema.maxItems!==void 0&&Z_.push(P_.importer.tag("MaxItems",P_.schema.maxItems)),P_.schema.uniqueItems===!0&&Z_.push(P_.importer.tag("UniqueItems")),writePlugin({importer:P_.importer,regular:["items","uniqueItems","minItems","maxItems","title","description","deprecated","example","examples","type"],intersection:Z_,schema:P_.schema}),Z_.length===1?Z_[0]:ts$1.factory.createIntersectionTypeNode(Z_)},c_=P_=>{const fy=[ts$1.factory.createTupleTypeNode([...P_.schema.prefixItems.map(W_=>o.write({components:P_.components,importer:P_.importer,schema:W_})),...typeof P_.schema.additionalItems=="object"&&P_.schema.additionalItems!==null?[ts$1.factory.createRestTypeNode(o.write({components:P_.components,importer:P_.importer,schema:P_.schema.additionalItems}))]:P_.schema.additionalItems===!0?[ts$1.factory.createRestTypeNode(ts$1.factory.createArrayTypeNode(ts$1.factory.createKeywordTypeNode(ts$1.SyntaxKind.AnyKeyword)))]:[]])];return writePlugin({importer:P_.importer,regular:["uniqueItems","minItems","maxItems","title","description","deprecated","example","examples","type","prefixItems","additionalItems"],intersection:fy,schema:P_.schema}),fy.length===1?fy[0]:ts$1.factory.createIntersectionTypeNode(fy)},k_=P_=>{var W_;const Z_=()=>ts$1.factory.createTypeLiteralNode(Object.entries(P_.schema.properties??[]).map(([B_,H_],hy)=>{var lx,Y_;return[...hy!==0&&((lx=H_.title)!=null&&lx.length||(Y_=H_.description)!=null&&Y_.length)?[ts$1.factory.createIdentifier(`
|
|
4731
4731
|
`)]:[],y_({components:P_.components,importer:P_.importer,required:P_.schema.required??[],key:B_,value:H_})]}).flat()),fy=()=>ts$1.factory.createTypeLiteralNode([T_({components:P_.components,importer:P_.importer,schema:P_.schema.additionalProperties})]);return(W_=P_.schema.properties)!=null&&W_.length&&typeof P_.schema.additionalProperties=="object"?ts$1.factory.createIntersectionTypeNode([Z_(),fy()]):typeof P_.schema.additionalProperties=="object"?fy():Z_()},y_=P_=>FilePrinter.description(ts$1.factory.createPropertySignature(void 0,Escaper.variable(P_.key)?ts$1.factory.createIdentifier(P_.key):ts$1.factory.createStringLiteral(P_.key),P_.required.includes(P_.key)?void 0:ts$1.factory.createToken(ts$1.SyntaxKind.QuestionToken),o.write({components:P_.components,importer:P_.importer,schema:P_.value})),writeComment$1(P_.value)),T_=P_=>FilePrinter.description(ts$1.factory.createIndexSignature(void 0,[ts$1.factory.createParameterDeclaration(void 0,void 0,ts$1.factory.createIdentifier("key"),void 0,TypeFactory.keyword("string"))],o.write(P_)),writeComment$1(P_.schema)),D_=P_=>{if(P_.schema.$ref.startsWith("#/components/schemas")===!1)return TypeFactory.keyword("any");const Z_=P_.schema.$ref.split("/").slice(3).filter(fy=>fy.length!==0).map(StringUtil.escapeNonVariable).join("");return Z_===""?TypeFactory.keyword("any"):P_.importer.dto(Z_)},O_=P_=>ts$1.factory.createUnionTypeNode(P_.elements.map(Z_=>o.write({components:P_.components,importer:P_.importer,schema:Z_})))})(NestiaMigrateSchemaProgrammer||(NestiaMigrateSchemaProgrammer={}));const createNode=o=>ts$1.factory.createTypeReferenceNode(o),writeComment$1=o=>{var sm,u0;return[...(sm=o.description)!=null&&sm.length?[o.description]:[],...(u0=o.description)!=null&&u0.length&&(o.title!==void 0||o.deprecated===!0)?[""]:[],...o.title!==void 0?[`@title ${o.title}`]:[],...o.deprecated===!0?["@deprecated"]:[]].join(`
|
|
4732
4732
|
`).split("*/").join("*\\/")},writePlugin=o=>{const sm={};for(const[u0,_0]of Object.entries(o.schema))_0!==void 0&&o.regular.includes(u0)===!1&&(sm[u0]=_0);Object.keys(sm).length!==0&&o.intersection.push(o.importer.tag("JsonSchemaPlugin",sm))};var NestiaMigrateApiFunctionProgrammer;(function(o){o.write=Q0=>FilePrinter.description(ts$1.factory.createFunctionDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword),ts$1.factory.createModifier(ts$1.SyntaxKind.AsyncKeyword)],void 0,Q0.route.accessor.at(-1),void 0,o.writeParameterDeclarations(Q0),ts$1.factory.createTypeReferenceNode("Promise",[ts$1.factory.createTypeReferenceNode(Q0.route.success===null?"void":`${Q0.route.accessor.at(-1)}.Response`)]),ts$1.factory.createBlock(u0(Q0),!0)),sm(Q0.config,Q0.route)),o.writeParameterDeclarations=Q0=>{var a_;const e_=IdentifierFactory.parameter("connection",ts$1.factory.createTypeReferenceNode(Q0.importer.external({type:"instance",library:"@nestia/fetcher",name:"IConnection"}),Q0.route.headers?[ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Headers`)]:void 0));return Q0.config.keyword===!0?(Q0.route.parameters.length>0||!!Q0.route.query||!!Q0.route.body)===!1?[e_]:[e_,ts$1.factory.createParameterDeclaration(void 0,void 0,"props",void 0,ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Props`))]:[e_,...Q0.route.parameters.map(h_=>IdentifierFactory.parameter(h_.key,NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:h_.schema}))),...Q0.route.query?[IdentifierFactory.parameter(Q0.route.query.key,ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Query`))]:[],...Q0.route.body?[IdentifierFactory.parameter(Q0.route.body.key,ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Body`),(Q0.route.body.type==="application/json"||Q0.route.body.type==="text/plain")&&((a_=Q0.route.operation().requestBody)==null?void 0:a_.required)===!1?ts$1.factory.createToken(ts$1.SyntaxKind.QuestionToken):void 0)]:[]]};const sm=(Q0,e_)=>{var h_,c_;const a_=e_.comment();return[Q0.keyword===!0?a_.split("@param ").join("@param props."):a_,`@path ${e_.emendedPath}`,`@${((h_=Q0.author)==null?void 0:h_.tag)??"nestia"} ${((c_=Q0.author)==null?void 0:c_.value)??"Generated by Nestia - https://github.com/samchon/nestia"}`].join(`
|
|
4733
|
-
`)},u0=Q0=>{var k_,y_;const e_=!!((k_=Q0.route.success)!=null&&k_["x-nestia-encrypted"]),a_=((y_=Q0.route.body)==null?void 0:y_.type)??"application/json",h_=T_=>Q0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),T_):ts$1.factory.createIdentifier(T_),c_=()=>ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.importer.external({type:"instance",library:`@nestia/fetcher/lib/${e_?"EncryptedFetcher":"PlainFetcher"}`,name:e_?"EncryptedFetcher":"PlainFetcher"})),"fetch"),void 0,[a_&&a_!=="multipart/form-data"?ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(ts$1.factory.createIdentifier("connection")),ts$1.factory.createPropertyAssignment("headers",ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(IdentifierFactory.access(ts$1.factory.createIdentifier("connection"),"headers")),ts$1.factory.createPropertyAssignment(ts$1.factory.createStringLiteral("Content-Type"),ts$1.factory.createStringLiteral(a_))],!0))],!0):ts$1.factory.createIdentifier("connection"),ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),"METADATA")),ts$1.factory.createPropertyAssignment("path",ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),"path"),void 0,_0(Q0,!1))),ts$1.factory.createPropertyAssignment("status",ts$1.factory.createNull())],!0),...Q0.route.body?[h_(Q0.route.body.key)]:[]]);return Q0.config.simulate!==!0?[ts$1.factory.createReturnStatement(c_())]:[ts$1.factory.createReturnStatement(ts$1.factory.createConditionalExpression(ts$1.factory.createIdentifier("!!connection.simulate"),void 0,ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${Q0.route.accessor.at(-1)}.simulate`),[],[ts$1.factory.createIdentifier("connection"),..._0(Q0,!0)]),void 0,c_()))]},_0=(Q0,e_)=>Q0.route.parameters.length===0&&Q0.route.query===null&&(e_===!1||Q0.route.body===null)?[]:Q0.config.keyword===!0?[ts$1.factory.createIdentifier("props")]:[...Q0.route.parameters.map(a_=>ts$1.factory.createIdentifier(a_.key)),...Q0.route.query?[ts$1.factory.createIdentifier(Q0.route.query.key)]:[],...e_&&Q0.route.body?[ts$1.factory.createIdentifier(Q0.route.body.key)]:[]]})(NestiaMigrateApiFunctionProgrammer||(NestiaMigrateApiFunctionProgrammer={}));var NestiaMigrateApiSimulationProgrammer;(function(o){o.random=_0=>{const Q0=_0.route.success?NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.success.schema}):TypeFactory.keyword("void");return constant$1("random",ts$1.factory.createArrowFunction(void 0,void 0,[ts$1.factory.createParameterDeclaration(void 0,void 0,"g",ts$1.factory.createToken(ts$1.SyntaxKind.QuestionToken),ts$1.factory.createTypeReferenceNode(ts$1.factory.createIdentifier("Partial"),[ts$1.factory.createTypeReferenceNode(`${_0.importer.external({type:"default",library:"typia",name:"typia"})}.IRandomGenerator`)]))],Q0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"default",library:"typia",name:"typia"})),"random"),[Q0],[ts$1.factory.createIdentifier("g")])))},o.simulate=_0=>{const Q0=()=>ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("random"),void 0,[ts$1.factory.createConditionalExpression(ts$1.factory.createLogicalAnd(ts$1.factory.createStrictEquality(ts$1.factory.createStringLiteral("object"),ts$1.factory.createTypeOfExpression(ts$1.factory.createIdentifier("connection.simulate"))),ts$1.factory.createStrictInequality(ts$1.factory.createNull(),ts$1.factory.createIdentifier("connection.simulate"))),void 0,ts$1.factory.createIdentifier("connection.simulate"),void 0,ts$1.factory.createIdentifier("undefined"))]);return constant$1("simulate",ts$1.factory.createArrowFunction(void 0,void 0,NestiaMigrateApiFunctionProgrammer.writeParameterDeclarations(_0),ts$1.factory.createTypeReferenceNode(_0.route.success?"Response":"void"),void 0,ts$1.factory.createBlock([...sm(_0),ts$1.factory.createReturnStatement(Q0())],!0)))};const sm=_0=>{var c_;const Q0=k_=>_0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),k_):ts$1.factory.createIdentifier(k_),e_=[..._0.route.parameters.map(k_=>({category:"param",name:k_.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:k_.schema})})),..._0.route.query?[{category:"query",name:_0.route.query.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.query.schema})}]:[],..._0.route.body?[{category:"body",name:_0.route.body.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.body.schema})}]:[]];if(e_.length===0)return[];const a_=StatementFactory.constant({name:"assert",value:ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"instance",library:"@nestia/fetcher/lib/NestiaSimulator",name:"NestiaSimulator"})),"assert"),void 0,[ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("method",ts$1.factory.createIdentifier("METADATA.method")),ts$1.factory.createPropertyAssignment("host",ts$1.factory.createIdentifier("connection.host")),ts$1.factory.createPropertyAssignment("path",NestiaMigrateApiNamespaceProgrammer.writePathCallExpression(_0.config,_0.route)),ts$1.factory.createPropertyAssignment("contentType",ts$1.factory.createStringLiteral(((c_=_0.route.success)==null?void 0:c_.type)??"application/json"))],!0)])}),h_=e_.map(k_=>ts$1.factory.createCallExpression((()=>{const y_=IdentifierFactory.access(ts$1.factory.createIdentifier("assert"),k_.category);return k_.category!=="param"?y_:ts$1.factory.createCallExpression(y_,void 0,[ts$1.factory.createStringLiteral(k_.name)])})(),void 0,[ts$1.factory.createArrowFunction(void 0,void 0,[],void 0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"default",library:"typia",name:"typia"})),"assert"),void 0,[k_.category==="headers"?ts$1.factory.createIdentifier("connection.headers"):Q0(k_.name)]))])).map(ts$1.factory.createExpressionStatement);return[a_,u0(_0.importer,h_)]},u0=(_0,Q0)=>ts$1.factory.createTryStatement(ts$1.factory.createBlock(Q0,!0),ts$1.factory.createCatchClause("exp",ts$1.factory.createBlock([ts$1.factory.createIfStatement(ts$1.factory.createLogicalNot(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.external({type:"default",library:"typia",name:"typia"})),"is"),[ts$1.factory.createTypeReferenceNode(_0.external({type:"instance",library:"@nestia/fetcher",name:"HttpError"}))],[ts$1.factory.createIdentifier("exp")])),ts$1.factory.createThrowStatement(ts$1.factory.createIdentifier("exp"))),ts$1.factory.createReturnStatement(ts$1.factory.createAsExpression(ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("success",ts$1.factory.createFalse()),ts$1.factory.createPropertyAssignment("status",ts$1.factory.createIdentifier("exp.status")),ts$1.factory.createPropertyAssignment("headers",ts$1.factory.createIdentifier("exp.headers")),ts$1.factory.createPropertyAssignment("data",ts$1.factory.createIdentifier("exp.toJSON().message"))],!0),TypeFactory.keyword("any")))],!0)),void 0)})(NestiaMigrateApiSimulationProgrammer||(NestiaMigrateApiSimulationProgrammer={}));const constant$1=(o,sm)=>ts$1.factory.createVariableStatement([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(ts$1.factory.createIdentifier(o),void 0,void 0,sm)],ts$1.NodeFlags.Const));var NestiaMigrateApiNamespaceProgrammer;(function(o){o.write=Q0=>{const e_=sm(Q0);return ts$1.factory.createModuleDeclaration([ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),ts$1.factory.createModuleBlock([...e_,...e_.length?[FilePrinter.newLine()]:[],u0(Q0),FilePrinter.newLine(),_0(Q0),...Q0.config.simulate===!0?[NestiaMigrateApiSimulationProgrammer.random(Q0),NestiaMigrateApiSimulationProgrammer.simulate(Q0)]:[]]),ts$1.NodeFlags.Namespace)},o.writePathCallExpression=(Q0,e_)=>ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${e_.accessor.at(-1)}.path`),void 0,e_.parameters.length===0&&e_.query===null?[]:Q0.keyword===!0?[ts$1.factory.createIdentifier("props")]:[...e_.parameters,...e_.query?[e_.query]:[]].map(a_=>ts$1.factory.createIdentifier(a_.key)));const sm=Q0=>{const e_=[],a_=(h_,c_)=>e_.push(ts$1.factory.createTypeAliasDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],h_,void 0,c_));return Q0.config.keyword===!0&&(Q0.route.parameters.length>0||Q0.route.query||Q0.route.body)&&a_("Props",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:{type:"object",properties:Object.fromEntries([...Q0.route.parameters.map(h_=>[h_.key,{...h_.schema,title:h_.parameter().title,description:h_.parameter().description}]),...Q0.route.query?[[Q0.route.query.key,{...Q0.route.query.schema,title:Q0.route.query.title(),description:Q0.route.query.description()}]]:[],...Q0.route.body?[[Q0.route.body.key,{...Q0.route.body.schema,description:Q0.route.body.description()}]]:[]]),required:[...Q0.route.parameters.map(h_=>h_.key),...Q0.route.query?[Q0.route.query.key]:[],...Q0.route.body?[Q0.route.body.key]:[]]}})),Q0.route.headers&&a_("Headers",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.headers.schema})),Q0.route.query&&a_("Query",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.query.schema})),Q0.route.body&&a_("Body",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.body.schema})),Q0.route.success&&a_("Response",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.success.schema})),e_},u0=Q0=>{var e_,a_,h_;return constant("METADATA",ts$1.factory.createAsExpression(ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("method",ts$1.factory.createStringLiteral(Q0.route.method.toUpperCase())),ts$1.factory.createPropertyAssignment("path",ts$1.factory.createStringLiteral(getPath(Q0.route))),ts$1.factory.createPropertyAssignment("request",Q0.route.body?LiteralFactory.write({type:Q0.route.body.type,encrypted:!!Q0.route.body["x-nestia-encrypted"]}):ts$1.factory.createNull()),ts$1.factory.createPropertyAssignment("response",Q0.route.method.toUpperCase()!=="HEAD"?LiteralFactory.write({type:((e_=Q0.route.success)==null?void 0:e_.type)??"application/json",encrypted:!!((a_=Q0.route.success)!=null&&a_["x-nestia-encrypted"])}):ts$1.factory.createNull()),...((h_=Q0.route.success)==null?void 0:h_.type)==="application/x-www-form-urlencoded"?[ts$1.factory.createPropertyAssignment("parseQuery",ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${Q0.importer.external({type:"default",library:"typia",name:"typia"})}.http.createAssertQuery`),[NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.success.schema})],void 0))]:[]],!0),ts$1.factory.createTypeReferenceNode(ts$1.factory.createIdentifier("const"))))},_0=Q0=>{const e_=Q0.route.parameters.length===0&&Q0.route.query===null,a_=T_=>Q0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),T_):ts$1.factory.createIdentifier(T_),h_=T_=>constant("path",ts$1.factory.createArrowFunction([],[],e_?[]:Q0.config.keyword===!0?[IdentifierFactory.parameter("props",Q0.route.body?ts$1.factory.createTypeReferenceNode("Omit",[ts$1.factory.createTypeReferenceNode("Props"),ts$1.factory.createLiteralTypeNode(ts$1.factory.createStringLiteral(Q0.route.body.key))]):ts$1.factory.createTypeReferenceNode("Props"))]:[...Q0.route.parameters.map(D_=>IdentifierFactory.parameter(D_.key,NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:D_.schema}))),...Q0.route.query?[IdentifierFactory.parameter(Q0.route.query.key,ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Query`))]:[]],void 0,void 0,T_)),c_=()=>{const T_=getPath(Q0.route),D_=T_.split(":");return D_.length===1?ts$1.factory.createStringLiteral(T_):ts$1.factory.createTemplateExpression(ts$1.factory.createTemplateHead(D_[0]),D_.slice(1).map((O_,P_,Z_)=>{const fy=O_.split("/")[0];return ts$1.factory.createTemplateSpan(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("encodeURIComponent"),void 0,[ts$1.factory.createBinaryExpression(a_(Q0.route.parameters.find(W_=>W_.name===fy).key),ts$1.factory.createToken(ts$1.SyntaxKind.QuestionQuestionToken),ts$1.factory.createStringLiteral("null"))]),(P_!==Z_.length-1?ts$1.factory.createTemplateMiddle:ts$1.factory.createTemplateTail)(O_.substring(fy.length)))}))};if(!Q0.route.query)return h_(c_());const k_=T_=>Q0.route.parameters.find(D_=>D_.key===T_)!==void 0?k_("_"+T_):T_,y_=k_("variables");return h_(ts$1.factory.createBlock([local({name:y_,type:"URLSearchParams",expression:ts$1.factory.createNewExpression(ts$1.factory.createIdentifier("URLSearchParams"),[],[])}),ts$1.factory.createForOfStatement(void 0,ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(ts$1.factory.createArrayBindingPattern([ts$1.factory.createBindingElement(void 0,void 0,ts$1.factory.createIdentifier("key"),void 0),ts$1.factory.createBindingElement(void 0,void 0,ts$1.factory.createIdentifier("value"),void 0)]),void 0,void 0,void 0)],ts$1.NodeFlags.Const),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("Object.entries"),void 0,[ts$1.factory.createAsExpression(a_(Q0.route.query.key),TypeFactory.keyword("any"))]),ts$1.factory.createIfStatement(ts$1.factory.createStrictEquality(ts$1.factory.createIdentifier("undefined"),ts$1.factory.createIdentifier("value")),ts$1.factory.createContinueStatement(),ts$1.factory.createIfStatement(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("Array.isArray"),void 0,[ts$1.factory.createIdentifier("value")]),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("value"),ts$1.factory.createIdentifier("forEach")),void 0,[ts$1.factory.createArrowFunction(void 0,void 0,[IdentifierFactory.parameter("elem")],void 0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"append"),void 0,[ts$1.factory.createIdentifier("key"),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("String"),void 0,[ts$1.factory.createIdentifier("elem")])]))])),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"set"),void 0,[ts$1.factory.createIdentifier("key"),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("String"),void 0,[ts$1.factory.createIdentifier("value")])]))))),local({name:"location",type:"string",expression:c_()}),ts$1.factory.createReturnStatement(ts$1.factory.createConditionalExpression(ts$1.factory.createStrictEquality(ExpressionFactory.number(0),IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"size")),void 0,ts$1.factory.createIdentifier("location"),void 0,ts$1.factory.createTemplateExpression(ts$1.factory.createTemplateHead(""),[ts$1.factory.createTemplateSpan(ts$1.factory.createIdentifier("location"),ts$1.factory.createTemplateMiddle("?")),ts$1.factory.createTemplateSpan(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"toString"),void 0,void 0),ts$1.factory.createTemplateTail(""))])))],!0))}})(NestiaMigrateApiNamespaceProgrammer||(NestiaMigrateApiNamespaceProgrammer={}));const constant=(o,sm)=>ts$1.factory.createVariableStatement([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(o,void 0,void 0,sm)],ts$1.NodeFlags.Const)),getPath=o=>(o.emendedPath.startsWith("/")?"":"/")+o.emendedPath,local=o=>ts$1.factory.createVariableStatement([],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(o.name,void 0,ts$1.factory.createTypeReferenceNode(o.type),o.expression)],ts$1.NodeFlags.Const));var TypeLiteralFactory;(function(o){o.generate=h_=>typeof h_=="boolean"?_0(h_):typeof h_=="number"?u0(h_):typeof h_=="string"?sm(h_):typeof h_=="object"?h_===null?Q0():Array.isArray(h_)?e_(h_):a_(h_):ts$1.factory.createKeywordTypeNode(ts$1.SyntaxKind.AnyKeyword);const sm=h_=>ts$1.factory.createLiteralTypeNode(ts$1.factory.createStringLiteral(h_)),u0=h_=>ts$1.factory.createLiteralTypeNode(h_<0?ts$1.factory.createPrefixUnaryExpression(ts$1.SyntaxKind.MinusToken,ts$1.factory.createNumericLiteral(-h_)):ts$1.factory.createNumericLiteral(h_)),_0=h_=>ts$1.factory.createLiteralTypeNode(h_?ts$1.factory.createTrue():ts$1.factory.createFalse()),Q0=()=>ts$1.factory.createLiteralTypeNode(ts$1.factory.createNull()),e_=h_=>ts$1.factory.createTupleTypeNode(h_.map(o.generate)),a_=h_=>ts$1.factory.createTypeLiteralNode(Object.entries(h_).map(([c_,k_])=>ts$1.factory.createPropertySignature(void 0,Escaper.variable(c_)?ts$1.factory.createIdentifier(c_):ts$1.factory.createStringLiteral(c_),void 0,o.generate(k_))))})(TypeLiteralFactory||(TypeLiteralFactory={}));var MapUtil;(function(o){o.take=sm=>u0=>_0=>{const Q0=sm.get(u0);if(Q0)return Q0;const e_=_0();return sm.set(u0,e_),e_}})(MapUtil||(MapUtil={}));class NestiaMigrateImportProgrammer{constructor(){this.external_=new Map,this.dtos_=new Set}empty(){return this.external_.size===0&&this.dtos_.size===0}external(sm){const u0=MapUtil.take(this.external_)(sm.library)(()=>({default:null,instances:new Set})),_0=sm.name.split(".")[0];return sm.type==="default"?u0.default=sm.name:u0.instances.add(_0),_0}dto(sm,u0){const _0=sm.split(".")[0];return this.dtos_.add(_0),ts$1.factory.createTypeReferenceNode(u0!=null&&u0.length?ts$1.factory.createQualifiedName(ts$1.factory.createIdentifier(u0),ts$1.factory.createIdentifier(_0)):sm)}tag(sm,u0){const _0=this.external({type:"instance",library:"typia",name:"tags"});return ts$1.factory.createTypeReferenceNode(`${_0}.${sm}`,u0===void 0?[]:[TypeLiteralFactory.generate(u0)])}toStatements(sm,u0){return[...[...this.external_.entries()].map(([_0,Q0])=>ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,Q0.default!==null?ts$1.factory.createIdentifier(Q0.default):void 0,Q0.instances.size?ts$1.factory.createNamedImports([...Q0.instances].map(e_=>ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier(e_)))):void 0),ts$1.factory.createStringLiteral(_0))),...this.external_.size&&this.dtos_.size?[FilePrinter.newLine()]:[],...[...this.dtos_].filter(u0?_0=>_0!==u0.split(".")[0]:()=>!0).map(_0=>ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,void 0,ts$1.factory.createNamedImports([ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier(_0))])),ts$1.factory.createStringLiteral(sm(_0))))]}}var NestiaMigrateApiFileProgrammer;(function(o){o.write=sm=>{const u0=new NestiaMigrateImportProgrammer,_0=sm.routes.map(Q0=>[FilePrinter.newLine(),NestiaMigrateApiFunctionProgrammer.write({config:sm.config,components:sm.components,importer:u0,route:Q0}),NestiaMigrateApiNamespaceProgrammer.write({config:sm.config,components:sm.components,importer:u0,route:Q0})]).flat();return[...u0.toStatements(Q0=>`../${"../".repeat(sm.namespace.length)}structures/${Q0}`),...[...sm.children].map(Q0=>ts$1.factory.createExportDeclaration(void 0,!1,ts$1.factory.createNamespaceExport(ts$1.factory.createIdentifier(Q0)),ts$1.factory.createStringLiteral(`./${Q0}`),void 0)),..._0]}})(NestiaMigrateApiFileProgrammer||(NestiaMigrateApiFileProgrammer={}));var NestiaMigrateDtoProgrammer;(function(o){o.compose=_0=>{const Q0=new Map;for(const[e_,a_]of Object.entries(_0.components.schemas??{})){const h_=e_.split("/").filter(c_=>c_.length!==0).map(StringUtil.escapeNonVariable).join("");sm(Q0)(h_)(c_=>u0(_0.config)(_0.components)(c_)(h_,a_))}return Q0};const sm=_0=>Q0=>e_=>{const a_=Q0.split("."),h_={value:null};return a_.forEach((c_,k_)=>{h_.value=MapUtil.take(_0)(c_)(()=>({name:c_,children:new Map,programmer:null})),k_===a_.length-1&&(h_.value.programmer=e_),_0=h_.value.children}),h_},u0=_0=>Q0=>e_=>(a_,h_)=>FilePrinter.description(ts$1.factory.createTypeAliasDeclaration([ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],a_.split(".").at(-1),[],NestiaMigrateSchemaProgrammer.write({components:Q0,importer:e_,schema:h_})),writeComment(_0)(h_,a_.indexOf(".")===-1))})(NestiaMigrateDtoProgrammer||(NestiaMigrateDtoProgrammer={}));const writeComment=o=>(sm,u0)=>{var _0,Q0,e_,a_;return[...(_0=sm.description)!=null&&_0.length?[sm.description]:[],...(Q0=sm.description)!=null&&Q0.length&&(sm.title!==void 0||sm.deprecated===!0)?[""]:[],...sm.title!==void 0?[`@title ${sm.title}`]:[],...sm.deprecated===!0?["@deprecated"]:[],...u0?[`@${((e_=o.author)==null?void 0:e_.tag)??"nestia"} ${((a_=o.author)==null?void 0:a_.value)??"Generated by Nestia - https://github.com/samchon/nestia"}`]:[]].join(`
|
|
4733
|
+
`)},u0=Q0=>{var k_,y_;const e_=!!((k_=Q0.route.success)!=null&&k_["x-nestia-encrypted"]),a_=((y_=Q0.route.body)==null?void 0:y_.type)??"application/json",h_=T_=>Q0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),T_):ts$1.factory.createIdentifier(T_),c_=()=>ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.importer.external({type:"instance",library:`@nestia/fetcher/lib/${e_?"EncryptedFetcher":"PlainFetcher"}`,name:e_?"EncryptedFetcher":"PlainFetcher"})),"fetch"),void 0,[a_&&a_!=="multipart/form-data"?ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(ts$1.factory.createIdentifier("connection")),ts$1.factory.createPropertyAssignment("headers",ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(IdentifierFactory.access(ts$1.factory.createIdentifier("connection"),"headers")),ts$1.factory.createPropertyAssignment(ts$1.factory.createStringLiteral("Content-Type"),ts$1.factory.createStringLiteral(a_))],!0))],!0):ts$1.factory.createIdentifier("connection"),ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),"METADATA")),ts$1.factory.createPropertyAssignment("path",ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),"path"),void 0,_0(Q0,!1))),ts$1.factory.createPropertyAssignment("status",ts$1.factory.createNull())],!0),...Q0.route.body?[h_(Q0.route.body.key)]:[]]);return Q0.config.simulate!==!0?[ts$1.factory.createReturnStatement(c_())]:[ts$1.factory.createReturnStatement(ts$1.factory.createConditionalExpression(ts$1.factory.createStrictEquality(ts$1.factory.createTrue(),ts$1.factory.createIdentifier("connection.simulate")),void 0,ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${Q0.route.accessor.at(-1)}.simulate`),[],[ts$1.factory.createIdentifier("connection"),..._0(Q0,!0)]),void 0,c_()))]},_0=(Q0,e_)=>Q0.route.parameters.length===0&&Q0.route.query===null&&(e_===!1||Q0.route.body===null)?[]:Q0.config.keyword===!0?[ts$1.factory.createIdentifier("props")]:[...Q0.route.parameters.map(a_=>ts$1.factory.createIdentifier(a_.key)),...Q0.route.query?[ts$1.factory.createIdentifier(Q0.route.query.key)]:[],...e_&&Q0.route.body?[ts$1.factory.createIdentifier(Q0.route.body.key)]:[]]})(NestiaMigrateApiFunctionProgrammer||(NestiaMigrateApiFunctionProgrammer={}));var NestiaMigrateApiSimulationProgrammer;(function(o){o.random=_0=>{const Q0=_0.route.success?NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.success.schema}):TypeFactory.keyword("void");return constant$1("random",ts$1.factory.createArrowFunction(void 0,void 0,[],Q0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"default",library:"typia",name:"typia"})),"random"),[Q0],void 0)))},o.simulate=_0=>{const Q0=()=>ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("random"),void 0,void 0);return constant$1("simulate",ts$1.factory.createArrowFunction(void 0,void 0,NestiaMigrateApiFunctionProgrammer.writeParameterDeclarations(_0),ts$1.factory.createTypeReferenceNode(_0.route.success?"Response":"void"),void 0,ts$1.factory.createBlock([...sm(_0),ts$1.factory.createReturnStatement(Q0())],!0)))};const sm=_0=>{var c_;const Q0=k_=>_0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),k_):ts$1.factory.createIdentifier(k_),e_=[..._0.route.parameters.map(k_=>({category:"param",name:k_.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:k_.schema})})),..._0.route.query?[{category:"query",name:_0.route.query.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.query.schema})}]:[],..._0.route.body?[{category:"body",name:_0.route.body.key,schema:NestiaMigrateSchemaProgrammer.write({components:_0.components,importer:_0.importer,schema:_0.route.body.schema})}]:[]];if(e_.length===0)return[ts$1.factory.createExpressionStatement(ts$1.factory.createIdentifier("connection"))];const a_=StatementFactory.constant({name:"assert",value:ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"instance",library:"@nestia/fetcher/lib/NestiaSimulator",name:"NestiaSimulator"})),"assert"),void 0,[ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("method",ts$1.factory.createIdentifier("METADATA.method")),ts$1.factory.createPropertyAssignment("host",ts$1.factory.createIdentifier("connection.host")),ts$1.factory.createPropertyAssignment("path",NestiaMigrateApiNamespaceProgrammer.writePathCallExpression(_0.config,_0.route)),ts$1.factory.createPropertyAssignment("contentType",ts$1.factory.createStringLiteral(((c_=_0.route.success)==null?void 0:c_.type)??"application/json"))],!0)])}),h_=e_.map(k_=>ts$1.factory.createCallExpression((()=>{const y_=IdentifierFactory.access(ts$1.factory.createIdentifier("assert"),k_.category);return k_.category!=="param"?y_:ts$1.factory.createCallExpression(y_,void 0,[ts$1.factory.createStringLiteral(k_.name)])})(),void 0,[ts$1.factory.createArrowFunction(void 0,void 0,[],void 0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.importer.external({type:"default",library:"typia",name:"typia"})),"assert"),void 0,[k_.category==="headers"?ts$1.factory.createIdentifier("connection.headers"):Q0(k_.name)]))])).map(ts$1.factory.createExpressionStatement);return[a_,u0(_0.importer,h_)]},u0=(_0,Q0)=>ts$1.factory.createTryStatement(ts$1.factory.createBlock(Q0,!0),ts$1.factory.createCatchClause("exp",ts$1.factory.createBlock([ts$1.factory.createIfStatement(ts$1.factory.createLogicalNot(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(_0.external({type:"default",library:"typia",name:"typia"})),"is"),[ts$1.factory.createTypeReferenceNode(_0.external({type:"instance",library:"@nestia/fetcher",name:"HttpError"}))],[ts$1.factory.createIdentifier("exp")])),ts$1.factory.createThrowStatement(ts$1.factory.createIdentifier("exp"))),ts$1.factory.createReturnStatement(ts$1.factory.createAsExpression(ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("success",ts$1.factory.createFalse()),ts$1.factory.createPropertyAssignment("status",ts$1.factory.createIdentifier("exp.status")),ts$1.factory.createPropertyAssignment("headers",ts$1.factory.createIdentifier("exp.headers")),ts$1.factory.createPropertyAssignment("data",ts$1.factory.createIdentifier("exp.toJSON().message"))],!0),TypeFactory.keyword("any")))],!0)),void 0)})(NestiaMigrateApiSimulationProgrammer||(NestiaMigrateApiSimulationProgrammer={}));const constant$1=(o,sm)=>ts$1.factory.createVariableStatement([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(ts$1.factory.createIdentifier(o),void 0,void 0,sm)],ts$1.NodeFlags.Const));var NestiaMigrateApiNamespaceProgrammer;(function(o){o.write=Q0=>{const e_=sm(Q0);return ts$1.factory.createModuleDeclaration([ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createIdentifier(Q0.route.accessor.at(-1)),ts$1.factory.createModuleBlock([...e_,...e_.length?[FilePrinter.newLine()]:[],u0(Q0),FilePrinter.newLine(),_0(Q0),...Q0.config.simulate===!0?[NestiaMigrateApiSimulationProgrammer.random(Q0),NestiaMigrateApiSimulationProgrammer.simulate(Q0)]:[]]),ts$1.NodeFlags.Namespace)},o.writePathCallExpression=(Q0,e_)=>ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${e_.accessor.at(-1)}.path`),void 0,e_.parameters.length===0&&e_.query===null?[]:Q0.keyword===!0?[ts$1.factory.createIdentifier("props")]:[...e_.parameters,...e_.query?[e_.query]:[]].map(a_=>ts$1.factory.createIdentifier(a_.key)));const sm=Q0=>{const e_=[],a_=(h_,c_)=>e_.push(ts$1.factory.createTypeAliasDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],h_,void 0,c_));return Q0.config.keyword===!0&&(Q0.route.parameters.length>0||Q0.route.query||Q0.route.body)&&a_("Props",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:{type:"object",properties:Object.fromEntries([...Q0.route.parameters.map(h_=>[h_.key,{...h_.schema,title:h_.parameter().title,description:h_.parameter().description}]),...Q0.route.query?[[Q0.route.query.key,{...Q0.route.query.schema,title:Q0.route.query.title(),description:Q0.route.query.description()}]]:[],...Q0.route.body?[[Q0.route.body.key,{...Q0.route.body.schema,description:Q0.route.body.description()}]]:[]]),required:[...Q0.route.parameters.map(h_=>h_.key),...Q0.route.query?[Q0.route.query.key]:[],...Q0.route.body?[Q0.route.body.key]:[]]}})),Q0.route.headers&&a_("Headers",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.headers.schema})),Q0.route.query&&a_("Query",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.query.schema})),Q0.route.body&&a_("Body",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.body.schema})),Q0.route.success&&a_("Response",NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.success.schema})),e_},u0=Q0=>{var e_,a_,h_;return constant("METADATA",ts$1.factory.createAsExpression(ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment("method",ts$1.factory.createStringLiteral(Q0.route.method.toUpperCase())),ts$1.factory.createPropertyAssignment("path",ts$1.factory.createStringLiteral(getPath(Q0.route))),ts$1.factory.createPropertyAssignment("request",Q0.route.body?LiteralFactory.write({type:Q0.route.body.type,encrypted:!!Q0.route.body["x-nestia-encrypted"]}):ts$1.factory.createNull()),ts$1.factory.createPropertyAssignment("response",Q0.route.method.toUpperCase()!=="HEAD"?LiteralFactory.write({type:((e_=Q0.route.success)==null?void 0:e_.type)??"application/json",encrypted:!!((a_=Q0.route.success)!=null&&a_["x-nestia-encrypted"])}):ts$1.factory.createNull()),...((h_=Q0.route.success)==null?void 0:h_.type)==="application/x-www-form-urlencoded"?[ts$1.factory.createPropertyAssignment("parseQuery",ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(`${Q0.importer.external({type:"default",library:"typia",name:"typia"})}.http.createAssertQuery`),[NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:Q0.route.success.schema})],void 0))]:[]],!0),ts$1.factory.createTypeReferenceNode(ts$1.factory.createIdentifier("const"))))},_0=Q0=>{const e_=Q0.route.parameters.length===0&&Q0.route.query===null,a_=T_=>Q0.config.keyword===!0?IdentifierFactory.access(ts$1.factory.createIdentifier("props"),T_):ts$1.factory.createIdentifier(T_),h_=T_=>constant("path",ts$1.factory.createArrowFunction([],[],e_?[]:Q0.config.keyword===!0?[IdentifierFactory.parameter("props",Q0.route.body?ts$1.factory.createTypeReferenceNode("Omit",[ts$1.factory.createTypeReferenceNode("Props"),ts$1.factory.createLiteralTypeNode(ts$1.factory.createStringLiteral(Q0.route.body.key))]):ts$1.factory.createTypeReferenceNode("Props"))]:[...Q0.route.parameters.map(D_=>IdentifierFactory.parameter(D_.key,NestiaMigrateSchemaProgrammer.write({components:Q0.components,importer:Q0.importer,schema:D_.schema}))),...Q0.route.query?[IdentifierFactory.parameter(Q0.route.query.key,ts$1.factory.createTypeReferenceNode(`${Q0.route.accessor.at(-1)}.Query`))]:[]],void 0,void 0,T_)),c_=()=>{const T_=getPath(Q0.route),D_=T_.split(":");return D_.length===1?ts$1.factory.createStringLiteral(T_):ts$1.factory.createTemplateExpression(ts$1.factory.createTemplateHead(D_[0]),D_.slice(1).map((O_,P_,Z_)=>{const fy=O_.split("/")[0];return ts$1.factory.createTemplateSpan(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("encodeURIComponent"),void 0,[ts$1.factory.createBinaryExpression(a_(Q0.route.parameters.find(W_=>W_.name===fy).key),ts$1.factory.createToken(ts$1.SyntaxKind.QuestionQuestionToken),ts$1.factory.createStringLiteral("null"))]),(P_!==Z_.length-1?ts$1.factory.createTemplateMiddle:ts$1.factory.createTemplateTail)(O_.substring(fy.length)))}))};if(!Q0.route.query)return h_(c_());const k_=T_=>Q0.route.parameters.find(D_=>D_.key===T_)!==void 0?k_("_"+T_):T_,y_=k_("variables");return h_(ts$1.factory.createBlock([local({name:y_,type:"URLSearchParams",expression:ts$1.factory.createNewExpression(ts$1.factory.createIdentifier("URLSearchParams"),[],[])}),ts$1.factory.createForOfStatement(void 0,ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(ts$1.factory.createArrayBindingPattern([ts$1.factory.createBindingElement(void 0,void 0,ts$1.factory.createIdentifier("key"),void 0),ts$1.factory.createBindingElement(void 0,void 0,ts$1.factory.createIdentifier("value"),void 0)]),void 0,void 0,void 0)],ts$1.NodeFlags.Const),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("Object.entries"),void 0,[ts$1.factory.createAsExpression(a_(Q0.route.query.key),TypeFactory.keyword("any"))]),ts$1.factory.createIfStatement(ts$1.factory.createStrictEquality(ts$1.factory.createIdentifier("undefined"),ts$1.factory.createIdentifier("value")),ts$1.factory.createContinueStatement(),ts$1.factory.createIfStatement(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("Array.isArray"),void 0,[ts$1.factory.createIdentifier("value")]),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("value"),ts$1.factory.createIdentifier("forEach")),void 0,[ts$1.factory.createArrowFunction(void 0,void 0,[IdentifierFactory.parameter("elem")],void 0,void 0,ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"append"),void 0,[ts$1.factory.createIdentifier("key"),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("String"),void 0,[ts$1.factory.createIdentifier("elem")])]))])),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"set"),void 0,[ts$1.factory.createIdentifier("key"),ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("String"),void 0,[ts$1.factory.createIdentifier("value")])]))))),local({name:"location",type:"string",expression:c_()}),ts$1.factory.createReturnStatement(ts$1.factory.createConditionalExpression(ts$1.factory.createStrictEquality(ExpressionFactory.number(0),IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"size")),void 0,ts$1.factory.createIdentifier("location"),void 0,ts$1.factory.createTemplateExpression(ts$1.factory.createTemplateHead(""),[ts$1.factory.createTemplateSpan(ts$1.factory.createIdentifier("location"),ts$1.factory.createTemplateMiddle("?")),ts$1.factory.createTemplateSpan(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(y_),"toString"),void 0,void 0),ts$1.factory.createTemplateTail(""))])))],!0))}})(NestiaMigrateApiNamespaceProgrammer||(NestiaMigrateApiNamespaceProgrammer={}));const constant=(o,sm)=>ts$1.factory.createVariableStatement([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(o,void 0,void 0,sm)],ts$1.NodeFlags.Const)),getPath=o=>(o.emendedPath.startsWith("/")?"":"/")+o.emendedPath,local=o=>ts$1.factory.createVariableStatement([],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration(o.name,void 0,ts$1.factory.createTypeReferenceNode(o.type),o.expression)],ts$1.NodeFlags.Const));var TypeLiteralFactory;(function(o){o.generate=h_=>typeof h_=="boolean"?_0(h_):typeof h_=="number"?u0(h_):typeof h_=="string"?sm(h_):typeof h_=="object"?h_===null?Q0():Array.isArray(h_)?e_(h_):a_(h_):ts$1.factory.createKeywordTypeNode(ts$1.SyntaxKind.AnyKeyword);const sm=h_=>ts$1.factory.createLiteralTypeNode(ts$1.factory.createStringLiteral(h_)),u0=h_=>ts$1.factory.createLiteralTypeNode(h_<0?ts$1.factory.createPrefixUnaryExpression(ts$1.SyntaxKind.MinusToken,ts$1.factory.createNumericLiteral(-h_)):ts$1.factory.createNumericLiteral(h_)),_0=h_=>ts$1.factory.createLiteralTypeNode(h_?ts$1.factory.createTrue():ts$1.factory.createFalse()),Q0=()=>ts$1.factory.createLiteralTypeNode(ts$1.factory.createNull()),e_=h_=>ts$1.factory.createTupleTypeNode(h_.map(o.generate)),a_=h_=>ts$1.factory.createTypeLiteralNode(Object.entries(h_).map(([c_,k_])=>ts$1.factory.createPropertySignature(void 0,Escaper.variable(c_)?ts$1.factory.createIdentifier(c_):ts$1.factory.createStringLiteral(c_),void 0,o.generate(k_))))})(TypeLiteralFactory||(TypeLiteralFactory={}));var MapUtil;(function(o){o.take=sm=>u0=>_0=>{const Q0=sm.get(u0);if(Q0)return Q0;const e_=_0();return sm.set(u0,e_),e_}})(MapUtil||(MapUtil={}));class NestiaMigrateImportProgrammer{constructor(){this.external_=new Map,this.dtos_=new Set}empty(){return this.external_.size===0&&this.dtos_.size===0}external(sm){const u0=MapUtil.take(this.external_)(sm.library)(()=>({default:null,instances:new Set})),_0=sm.name.split(".")[0];return sm.type==="default"?u0.default=sm.name:u0.instances.add(_0),_0}dto(sm,u0){const _0=sm.split(".")[0];return this.dtos_.add(_0),ts$1.factory.createTypeReferenceNode(u0!=null&&u0.length?ts$1.factory.createQualifiedName(ts$1.factory.createIdentifier(u0),ts$1.factory.createIdentifier(_0)):sm)}tag(sm,u0){const _0=this.external({type:"instance",library:"typia",name:"tags"});return ts$1.factory.createTypeReferenceNode(`${_0}.${sm}`,u0===void 0?[]:[TypeLiteralFactory.generate(u0)])}toStatements(sm,u0){return[...[...this.external_.entries()].map(([_0,Q0])=>ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,Q0.default!==null?ts$1.factory.createIdentifier(Q0.default):void 0,Q0.instances.size?ts$1.factory.createNamedImports([...Q0.instances].map(e_=>ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier(e_)))):void 0),ts$1.factory.createStringLiteral(_0))),...this.external_.size&&this.dtos_.size?[FilePrinter.newLine()]:[],...[...this.dtos_].filter(u0?_0=>_0!==u0.split(".")[0]:()=>!0).map(_0=>ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,void 0,ts$1.factory.createNamedImports([ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier(_0))])),ts$1.factory.createStringLiteral(sm(_0))))]}}var NestiaMigrateApiFileProgrammer;(function(o){o.write=sm=>{const u0=new NestiaMigrateImportProgrammer,_0=sm.routes.map(Q0=>[FilePrinter.newLine(),NestiaMigrateApiFunctionProgrammer.write({config:sm.config,components:sm.components,importer:u0,route:Q0}),NestiaMigrateApiNamespaceProgrammer.write({config:sm.config,components:sm.components,importer:u0,route:Q0})]).flat();return[...u0.toStatements(Q0=>`../${"../".repeat(sm.namespace.length)}structures/${Q0}`),...[...sm.children].map(Q0=>ts$1.factory.createExportDeclaration(void 0,!1,ts$1.factory.createNamespaceExport(ts$1.factory.createIdentifier(Q0)),ts$1.factory.createStringLiteral(`./${Q0}`),void 0)),..._0]}})(NestiaMigrateApiFileProgrammer||(NestiaMigrateApiFileProgrammer={}));var NestiaMigrateDtoProgrammer;(function(o){o.compose=_0=>{const Q0=new Map;for(const[e_,a_]of Object.entries(_0.components.schemas??{})){const h_=e_.split("/").filter(c_=>c_.length!==0).map(StringUtil.escapeNonVariable).join("");sm(Q0)(h_)(c_=>u0(_0.config)(_0.components)(c_)(h_,a_))}return Q0};const sm=_0=>Q0=>e_=>{const a_=Q0.split("."),h_={value:null};return a_.forEach((c_,k_)=>{h_.value=MapUtil.take(_0)(c_)(()=>({name:c_,children:new Map,programmer:null})),k_===a_.length-1&&(h_.value.programmer=e_),_0=h_.value.children}),h_},u0=_0=>Q0=>e_=>(a_,h_)=>FilePrinter.description(ts$1.factory.createTypeAliasDeclaration([ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],a_.split(".").at(-1),[],NestiaMigrateSchemaProgrammer.write({components:Q0,importer:e_,schema:h_})),writeComment(_0)(h_,a_.indexOf(".")===-1))})(NestiaMigrateDtoProgrammer||(NestiaMigrateDtoProgrammer={}));const writeComment=o=>(sm,u0)=>{var _0,Q0,e_,a_;return[...(_0=sm.description)!=null&&_0.length?[sm.description]:[],...(Q0=sm.description)!=null&&Q0.length&&(sm.title!==void 0||sm.deprecated===!0)?[""]:[],...sm.title!==void 0?[`@title ${sm.title}`]:[],...sm.deprecated===!0?["@deprecated"]:[],...u0?[`@${((e_=o.author)==null?void 0:e_.tag)??"nestia"} ${((a_=o.author)==null?void 0:a_.value)??"Generated by Nestia - https://github.com/samchon/nestia"}`]:[]].join(`
|
|
4734
4734
|
`).split("*/").join("*\\/")};var NestiaMigrateApiProgrammer;(function(o){o.write=_0=>{const Q0=new HashMap(a_=>hash(a_.join(".")),(a_,h_)=>a_.length===h_.length&&a_.join(".")===h_.join("."));for(const a_ of _0.routes){const h_=a_.accessor.slice(0,-1);let c_=Q0.take(h_,()=>({config:_0.config,components:_0.document.components,namespace:h_,routes:[],children:new Set}));c_.routes.push(a_),h_.forEach((k_,y_,T_)=>{const D_=h_.slice(0,T_.length-y_-1),O_=Q0.take(D_,()=>({config:_0.config,components:_0.document.components,namespace:D_,children:new Set,routes:[]}));O_.children.add(c_.namespace.at(-1)),c_=O_})}const e_=Object.fromEntries(Q0.toJSON().map(({second:a_})=>[`src/${_0.mode==="nest"?"api/":""}functional/${[...a_.namespace,"index.ts"].join("/")}`,FilePrinter.write({statements:NestiaMigrateApiFileProgrammer.write({...a_,config:_0.config,components:_0.document.components})})]));if(_0.mode==="sdk")for(const[a_,h_]of NestiaMigrateDtoProgrammer.compose({config:_0.config,components:_0.document.components}).entries())e_[`src/structures/${a_}.ts`]=FilePrinter.write({statements:sm(a_,h_)});return e_};const sm=(_0,Q0)=>{const e_=new NestiaMigrateImportProgrammer,a_=u0(e_,Q0);return a_.length===0?[]:[...e_.toStatements(h_=>`./${h_}`,_0),...e_.empty()?[]:[FilePrinter.newLine()],...a_]},u0=(_0,Q0)=>{const e_=[];if(Q0.programmer!==null&&e_.push(Q0.programmer(_0)),Q0.children.size!==0){const a_=[];for(const h_ of Q0.children.values())a_.push(...u0(_0,h_));e_.push(ts$1.factory.createModuleDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createIdentifier(Q0.name),ts$1.factory.createModuleBlock(a_),ts$1.NodeFlags.Namespace))}return e_.push(FilePrinter.newLine()),e_}})(NestiaMigrateApiProgrammer||(NestiaMigrateApiProgrammer={}));var NestiaMigrateE2eFunctionProgrammer;(function(o){o.write=u0=>ts$1.factory.createFunctionDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword),ts$1.factory.createModifier(ts$1.SyntaxKind.AsyncKeyword)],void 0,["test","api",...u0.route.accessor].join("_"),void 0,[IdentifierFactory.parameter("connection",ts$1.factory.createTypeReferenceNode(ts$1.factory.createQualifiedName(ts$1.factory.createIdentifier(u0.importer.external({type:"default",library:"@ORGANIZATION/PROJECT-api",name:"api"})),ts$1.factory.createIdentifier("IConnection"))))],void 0,ts$1.factory.createBlock(o.writeBody(u0),!0)),o.writeBody=u0=>[ts$1.factory.createVariableStatement([],ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration("output",void 0,u0.route.success?NestiaMigrateSchemaProgrammer.write({components:u0.components,importer:u0.importer,schema:u0.route.success.schema}):void 0,ts$1.factory.createAwaitExpression(sm(u0)))],ts$1.NodeFlags.Const)),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier(u0.importer.external({type:"default",library:"typia",name:"typia"})),"assert"),void 0,[ts$1.factory.createIdentifier("output")]))];const sm=u0=>{const _0=ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("api.functional"),ts$1.factory.createIdentifier(u0.route.accessor.join("."))),Q0=ts$1.factory.createIdentifier("connection");if(u0.route.parameters.length===0&&u0.route.query===null&&u0.route.body===null)return ts$1.factory.createCallExpression(_0,void 0,[Q0]);const e_=ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier(u0.importer.external({type:"default",library:"typia",name:"typia"})),"random");return u0.config.keyword===!0?ts$1.factory.createCallExpression(_0,void 0,[Q0,LiteralFactory.write(Object.fromEntries([...u0.route.parameters,u0.route.query,u0.route.body].filter(a_=>a_!==null).map(({key:a_,schema:h_})=>[a_,ts$1.factory.createCallExpression(e_,[NestiaMigrateSchemaProgrammer.write({components:u0.components,importer:u0.importer,schema:h_})],void 0)])))]):ts$1.factory.createCallExpression(_0,void 0,[Q0,...[...u0.route.parameters,u0.route.query,u0.route.body].filter(a_=>!!a_).map(a_=>ts$1.factory.createCallExpression(e_,[NestiaMigrateSchemaProgrammer.write({components:u0.components,importer:u0.importer,schema:a_.schema})],void 0))])}})(NestiaMigrateE2eFunctionProgrammer||(NestiaMigrateE2eFunctionProgrammer={}));var NestiaMigrateApiStartProgrammer;(function(o){o.write=Q0=>{const e_=new NestiaMigrateImportProgrammer,a_=sm(Q0,e_,pick(Q0.routes)),h_=[...e_.toStatements(c_=>`@ORGANIZATION/PROJECT-api/lib/structures/${c_}`),FilePrinter.newLine(),ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,void 0,ts$1.factory.createNamedImports([ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier("TestGlobal"))])),ts$1.factory.createStringLiteral("./TestGlobal"),void 0),FilePrinter.newLine(),a_,ts$1.factory.createExpressionStatement(_0())];return{"test/start.ts":FilePrinter.write({statements:h_})}};const sm=(Q0,e_,a_)=>StatementFactory.constant({name:"main",value:ts$1.factory.createArrowFunction([ts$1.factory.createToken(ts$1.SyntaxKind.AsyncKeyword)],void 0,[],void 0,void 0,ts$1.factory.createBlock([u0(Q0,e_),...NestiaMigrateE2eFunctionProgrammer.writeBody({config:Q0.config,components:Q0.document.components,importer:e_,route:a_})],!0))}),u0=(Q0,e_)=>{var a_,h_,c_;return ts$1.factory.createVariableStatement(void 0,ts$1.factory.createVariableDeclarationList([ts$1.factory.createVariableDeclaration("connection",void 0,ts$1.factory.createTypeReferenceNode(ts$1.factory.createQualifiedName(ts$1.factory.createIdentifier(e_.external({type:"default",library:"@ORGANIZATION/PROJECT-api",name:"api"})),ts$1.factory.createIdentifier("IConnection"))),ts$1.factory.createObjectLiteralExpression([ts$1.factory.createSpreadAssignment(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("TestGlobal"),"connection"),void 0,void 0)),...(c_=(h_=(a_=Q0.document.servers)==null?void 0:a_[0])==null?void 0:h_.url)!=null&&c_.length?[ts$1.factory.createPropertyAssignment("host",ts$1.factory.createStringLiteral(Q0.document.servers[0].url))]:[],...Q0.config.simulate===!0?[ts$1.factory.createPropertyAssignment("simulate",ts$1.factory.createTrue())]:[]],!0))],ts$1.NodeFlags.Const))},_0=()=>ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("main"),void 0,void 0),"catch"),void 0,[ts$1.factory.createArrowFunction(void 0,void 0,[IdentifierFactory.parameter("exp")],void 0,void 0,ts$1.factory.createBlock([ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("console"),"log"),void 0,[ts$1.factory.createIdentifier("exp")])),ts$1.factory.createExpressionStatement(ts$1.factory.createCallExpression(ts$1.factory.createPropertyAccessExpression(ts$1.factory.createIdentifier("process"),"exit"),void 0,[ts$1.factory.createPrefixMinus(ts$1.factory.createNumericLiteral("1"))]))],!0))])})(NestiaMigrateApiStartProgrammer||(NestiaMigrateApiStartProgrammer={}));const pick=o=>{const sm=Math.random()*o.length,u0=Math.min(o.length-1,Math.floor(sm));return o[u0]};var NestiaMigrateE2eProgrammer;(function(o){o.write=u0=>Object.fromEntries(u0.routes.map(_0=>sm(u0.config,u0.document.components,_0)).map(_0=>[`${_0.location}/${_0.file}`,_0.content]));const sm=(u0,_0,Q0)=>{const e_=new NestiaMigrateImportProgrammer,a_=NestiaMigrateE2eFunctionProgrammer.write({config:u0,components:_0,importer:e_,route:Q0}),h_=[...e_.toStatements(c_=>`@ORGANIZATION/PROJECT-api/lib/structures/${c_}`),FilePrinter.newLine(),a_];return{location:"test/features/api",file:`${["test","api",...Q0.accessor].join("_")}.ts`,content:FilePrinter.write({statements:h_})}}})(NestiaMigrateE2eProgrammer||(NestiaMigrateE2eProgrammer={}));var NestiaMigrateControllerAnalyzer;(function(o){o.analyze=sm=>{const u0=new Map;for(const Q0 of sm){const e_=Q0.operation()["x-samchon-controller"]??(Q0.accessor.length<=1?"__App":Q0.accessor.slice(0,-1).map(StringUtil.capitalize).join(""))+"Controller";MapUtil.take(u0)(e_)(()=>({name:e_,path:"@lazy",location:"@lazy",routes:[]})).routes.push(Q0)}const _0=[...u0.values()];for(const Q0 of _0){const e_=k_=>k_.emendedPath.split("/"),a_=k_=>e_(k_).filter(y_=>y_.length!==0&&y_[0]!==":"),h_=e_(Q0.routes[0]),c_=a_(Q0.routes[0]);for(const k_ of Q0.routes.slice(1))h_.splice(getSplitIndex(h_,e_(k_))),c_.splice(getSplitIndex(c_,a_(k_)));Q0.path=h_.join("/"),Q0.location=["src","controllers",...c_].join("/")}return _0}})(NestiaMigrateControllerAnalyzer||(NestiaMigrateControllerAnalyzer={}));const getSplitIndex=(o,sm)=>{const u0=Math.min(o.length,sm.length);for(let _0=0;_0<u0;++_0)if(o[_0]!==sm[_0])return _0;return u0};var NestiaMigrateNestMethodProgrammer;(function(o){o.write=a_=>{const h_=a_.route.success?NestiaMigrateSchemaProgrammer.write({components:a_.components,importer:a_.importer,schema:a_.route.success.schema}):TypeFactory.keyword("void"),c_=ts$1.factory.createMethodDeclaration([...u0(a_),ts$1.factory.createToken(ts$1.SyntaxKind.PublicKeyword),ts$1.factory.createToken(ts$1.SyntaxKind.AsyncKeyword)],void 0,a_.route.accessor.at(-1),void 0,void 0,_0(a_),ts$1.factory.createTypeReferenceNode("Promise",[h_]),ts$1.factory.createBlock([...[...a_.route.parameters.map(k_=>k_.key),...a_.route.headers?["headers"]:[],...a_.route.query?["query"]:[],...a_.route.body?["body"]:[]].map(k_=>ts$1.factory.createExpressionStatement(ts$1.factory.createIdentifier(k_))),ts$1.factory.createReturnStatement(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(a_.importer.external({type:"default",library:"typia",name:"typia"})),"random"),[h_],void 0))],!0));return FilePrinter.description(c_,sm(a_.config,a_.route))};const sm=(a_,h_)=>{var c_,k_;return[h_.comment(),`@${((c_=a_.author)==null?void 0:c_.tag)??"nestia"} ${((k_=a_.author)==null?void 0:k_.value)??"Generated by Nestia - https://github.com/samchon/nestia"}`].join(`
|
|
4735
4735
|
`)},u0=a_=>{var T_,D_,O_,P_,Z_;const h_=(fy,W_)=>ts$1.factory.createIdentifier(a_.importer.external({type:"instance",library:fy,name:W_})),c_=[];a_.route.success&&c_.push(...e_("Response")(a_.importer)(a_.route.success.media())),a_.route.operation()["x-samchon-human"]===!0&&c_.push(ts$1.factory.createDecorator(ts$1.factory.createCallExpression(h_("@nestia/core","HumanRoute"),void 0,void 0)));const k_=a_.route.emendedPath.slice(a_.controller.path.length).split("/").filter(fy=>!!fy.length).join("/"),y_=fy=>ts$1.factory.createDecorator(ts$1.factory.createCallExpression(IdentifierFactory.access(h_("@nestia/core",fy),StringUtil.capitalize(a_.route.method)),[],k_.length?[ts$1.factory.createStringLiteral(k_)]:void 0));(T_=a_.route.success)!=null&&T_["x-nestia-encrypted"]?c_.push(y_("EncryptedRoute")):((D_=a_.route.success)==null?void 0:D_.type)==="text/plain"?c_.push(ts$1.factory.createDecorator(ts$1.factory.createCallExpression(h_("@nestjs/common",StringUtil.capitalize(a_.route.method)),[],[ts$1.factory.createStringLiteral(a_.route.path)]))):((O_=a_.route.success)==null?void 0:O_.type)==="application/x-www-form-urlencoded"?c_.push(y_("TypedQuery")):a_.route.method==="head"?c_.push(ts$1.factory.createDecorator(ts$1.factory.createCallExpression(h_("@nestjs/common","Head"),[],[ts$1.factory.createStringLiteral(a_.route.path)]))):(a_.route.success===null||((P_=a_.route.success)==null?void 0:P_.type)==="application/json")&&c_.push(y_("TypedRoute"));for(const[fy,W_]of Object.entries(a_.route.exceptions??{}))c_.push(ts$1.factory.createDecorator(ts$1.factory.createCallExpression(h_("@nestia/core","TypedException"),[NestiaMigrateSchemaProgrammer.write({components:a_.components,importer:a_.importer,schema:W_.schema})],[isNaN(Number(fy))?ts$1.factory.createStringLiteral(fy):ExpressionFactory.number(Number(fy)),...(Z_=W_.response().description)!=null&&Z_.length?[ts$1.factory.createStringLiteral(W_.response().description)]:[]])));return c_},_0=a_=>{var h_;return[...a_.route.parameters.map(c_=>ts$1.factory.createParameterDeclaration([...e_("Parameter")(a_.importer)(c_.parameter()),ts$1.factory.createDecorator(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(a_.importer.external({type:"instance",library:"@nestia/core",name:"TypedParam"})),void 0,[ts$1.factory.createStringLiteral(c_.key)]))],void 0,c_.key,void 0,NestiaMigrateSchemaProgrammer.write({components:a_.components,importer:a_.importer,schema:c_.schema}))),...a_.route.headers?[Q0({method:"TypedHeaders",variable:"headers",arguments:[]})(a_.components)(a_.importer)({required:!0,schema:a_.route.headers.schema,example:a_.route.headers.example(),examples:a_.route.headers.examples()})]:[],...a_.route.query?[Q0({method:"TypedQuery",variable:"query",arguments:[]})(a_.components)(a_.importer)({required:!0,schema:a_.route.query.schema,example:a_.route.query.example(),examples:a_.route.query.examples()})]:[],...a_.route.body?[Q0({method:a_.route.body["x-nestia-encrypted"]?"EncryptedBody":a_.route.body.type==="application/json"?"TypedBody":a_.route.body.type==="application/x-www-form-urlencoded"?["TypedQuery","Body"]:a_.route.body.type==="text/plain"?"PlainBody":a_.route.body.type==="multipart/form-data"?["TypedFormData","Body"]:"TypedBody",variable:"body",arguments:a_.route.body.type==="multipart/form-data"?[ts$1.factory.createArrowFunction(void 0,void 0,[],void 0,void 0,ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(a_.importer.external({type:"default",library:"multer",name:"Multer"})),void 0,void 0))]:[]})(a_.components)(a_.importer)({schema:a_.route.body.schema,required:!((a_.route.body.type==="application/json"||a_.route.body.type==="text/plain")&&((h_=a_.route.operation().requestBody)==null?void 0:h_.required)===!1),example:a_.route.body.media().example,examples:a_.route.body.media().examples})]:[]]},Q0=a_=>h_=>c_=>k_=>{const y_=ts$1.factory.createIdentifier(c_.external({type:"instance",library:"@nestia/core",name:typeof a_.method=="string"?a_.method:a_.method[0]}));return ts$1.factory.createParameterDeclaration([...e_("Parameter")(c_)(k_),ts$1.factory.createDecorator(ts$1.factory.createCallExpression(typeof a_.method=="string"?y_:IdentifierFactory.access(y_,a_.method[1]),void 0,a_.arguments))],void 0,a_.variable,k_.required===!1?ts$1.factory.createToken(ts$1.SyntaxKind.QuestionToken):void 0,NestiaMigrateSchemaProgrammer.write({components:h_,importer:c_,schema:k_.schema}))},e_=a_=>h_=>c_=>[...c_.example!==void 0?[ts$1.factory.createDecorator(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(h_.external({type:"instance",library:"@nestia/core",name:"SwaggerExample"})),a_),[],[LiteralFactory.write(c_.example)]))]:[],...Object.entries(c_.examples??{}).map(([k_,y_])=>ts$1.factory.createDecorator(ts$1.factory.createCallExpression(IdentifierFactory.access(ts$1.factory.createIdentifier(h_.external({type:"instance",library:"@nestia/core",name:"SwaggerExample"})),a_),[],[ts$1.factory.createStringLiteral(k_),LiteralFactory.write(y_)])))]})(NestiaMigrateNestMethodProgrammer||(NestiaMigrateNestMethodProgrammer={}));var NestiaMigrateNestControllerProgrammer;(function(o){o.write=sm=>{const u0=new NestiaMigrateImportProgrammer,_0=ts$1.factory.createClassDeclaration([ts$1.factory.createDecorator(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier(u0.external({type:"instance",library:"@nestjs/common",name:"Controller"})),[],[ts$1.factory.createStringLiteral(sm.controller.path)])),ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],sm.controller.name,[],[],sm.controller.routes.map((Q0,e_)=>[...e_!==0?[FilePrinter.newLine()]:[],NestiaMigrateNestMethodProgrammer.write({config:sm.config,components:sm.components,controller:sm.controller,importer:u0,route:Q0})]).flat());return[...u0.toStatements(Q0=>`${"../".repeat(StringUtil.splitWithNormalization(sm.controller.location).length-1)}api/structures/${Q0}`),...u0.empty()?[]:[FilePrinter.newLine()],_0]}})(NestiaMigrateNestControllerProgrammer||(NestiaMigrateNestControllerProgrammer={}));var NestiaMigrateNestModuleProgrammer;(function(o){o.write=sm=>[$import("@nestjs/common")("Module"),...sm.length?[FilePrinter.newLine()]:[],...sm.map(u0=>$import(`${u0.location.replace("src/","./")}/${u0.name}`)(u0.name)),...sm.length?[FilePrinter.newLine()]:[],ts$1.factory.createClassDeclaration([ts$1.factory.createDecorator(ts$1.factory.createCallExpression(ts$1.factory.createIdentifier("Module"),void 0,[ts$1.factory.createObjectLiteralExpression([ts$1.factory.createPropertyAssignment(ts$1.factory.createIdentifier("controllers"),ts$1.factory.createArrayLiteralExpression(sm.map(u0=>ts$1.factory.createIdentifier(u0.name)),!0))],!0)])),ts$1.factory.createToken(ts$1.SyntaxKind.ExportKeyword)],"MyModule",void 0,void 0,[])]})(NestiaMigrateNestModuleProgrammer||(NestiaMigrateNestModuleProgrammer={}));const $import=o=>sm=>ts$1.factory.createImportDeclaration(void 0,ts$1.factory.createImportClause(!1,void 0,ts$1.factory.createNamedImports([ts$1.factory.createImportSpecifier(!1,void 0,ts$1.factory.createIdentifier(sm))])),ts$1.factory.createStringLiteral(o));var NestiaMigrateNestProgrammer;(function(o){o.write=_0=>{const Q0=NestiaMigrateControllerAnalyzer.analyze(_0.routes),e_=[["src/MyModule.ts",NestiaMigrateNestModuleProgrammer.write(Q0)],...Q0.map(a_=>[`${a_.location}/${a_.name}.ts`,NestiaMigrateNestControllerProgrammer.write({config:_0.config,components:_0.document.components,controller:a_})]),...[...NestiaMigrateDtoProgrammer.compose({config:_0.config,components:_0.document.components}).entries()].map(([a_,h_])=>[`src/api/structures/${a_}.ts`,sm(a_,h_)])];return Object.fromEntries(e_.map(([a_,h_])=>[a_,FilePrinter.write({statements:h_})]))};const sm=(_0,Q0)=>{const e_=new NestiaMigrateImportProgrammer,a_=u0(e_)(Q0);return a_.length===0?[]:[...e_.toStatements(h_=>`./${h_}`,_0),...e_.empty()?[]:[FilePrinter.newLine()],...a_]},u0=_0=>Q0=>{const e_=[];if(Q0.programmer!==null&&e_.push(Q0.programmer(_0)),Q0.children.size){const a_=[];for(const h_ of Q0.children.values())a_.push(...u0(_0)(h_));e_.push(ts$1.factory.createModuleDeclaration([ts$1.factory.createModifier(ts$1.SyntaxKind.ExportKeyword)],ts$1.factory.createIdentifier(Q0.name),ts$1.factory.createModuleBlock(a_),ts$1.NodeFlags.Namespace))}return e_.push(FilePrinter.newLine()),e_}})(NestiaMigrateNestProgrammer||(NestiaMigrateNestProgrammer={}));class NestiaMigrateApplication{constructor(sm){this.document=sm,this.application_=HttpMigration.application(sm)}static assert(sm){return new NestiaMigrateApplication(OpenApi.convert((()=>{const u0=a0=>typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&_0(w0)))&&(a0.info===void 0||typeof a0.info=="object"&&a0.info!==null&&a_(a0.info))&&typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1&&k_(a0.components)&&(a0.paths===void 0||typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1&&aS(a0.paths))&&(a0.webhooks===void 0||typeof a0.webhooks=="object"&&a0.webhooks!==null&&Array.isArray(a0.webhooks)===!1&&aS(a0.webhooks))&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="object"&&w0!==null&&U7(w0)))&&a0["x-samchon-emended-v4"]===!0,_0=a0=>typeof a0.url=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.variables===void 0||typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1&&Q0(a0.variables)),Q0=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&e_(cm)}),e_=a0=>typeof a0.default=="string"&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>typeof w0=="string"))&&(a0.description===void 0||typeof a0.description=="string"),a_=a0=>typeof a0.title=="string"&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string")&&(a0.contact===void 0||typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1&&h_(a0.contact))&&(a0.license===void 0||typeof a0.license=="object"&&a0.license!==null&&c_(a0.license))&&typeof a0.version=="string",h_=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.url===void 0||typeof a0.url=="string")&&(a0.email===void 0||typeof a0.email=="string"&&/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i.test(a0.email)),c_=a0=>typeof a0.name=="string"&&(a0.identifier===void 0||typeof a0.identifier=="string")&&(a0.url===void 0||typeof a0.url=="string"),k_=a0=>(a0.schemas===void 0||typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1&&y_(a0.schemas))&&(a0.securitySchemes===void 0||typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1&&kx(a0.securitySchemes)),y_=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&_9(cm)}),T_=a0=>(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),D_=a0=>Object.keys(a0).every(w0=>(a0[w0]===void 0,!0)),O_=a0=>(a0.default===void 0||typeof a0.default=="boolean")&&a0.type==="boolean"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),P_=a0=>(a0.default===void 0||typeof a0.default=="number"&&Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3)&&(a0.minimum===void 0||typeof a0.minimum=="number"&&Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3)&&(a0.maximum===void 0||typeof a0.maximum=="number"&&Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3)&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3&&0<a0.multipleOf)&&a0.type==="integer"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),Z_=a0=>(a0.default===void 0||typeof a0.default=="number")&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&a0.type==="number"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),fy=a0=>(a0.default===void 0||typeof a0.default=="string")&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&a0.type==="string"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),W_=a0=>typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&_9(a0.items)&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&a0.type==="array"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),B_=a0=>a0.type==="array"&&Array.isArray(a0.prefixItems)&&a0.prefixItems.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&_9(w0))&&a0.additionalItems!==null&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1&&_9(a0.additionalItems))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),H_=a0=>(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&y_(a0.properties))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&_9(a0.additionalProperties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&a0.type==="object"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),hy=a0=>typeof a0.$ref=="string"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),lx=a0=>Array.isArray(a0.oneOf)&&a0.oneOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&NC(w0))&&(a0.discriminator===void 0||typeof a0.discriminator=="object"&&a0.discriminator!==null&&bx(a0.discriminator))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),Y_=a0=>(a0.default===null||a0.default===void 0)&&a0.type==="null"&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),nx=a0=>a0.type!==null&&a0.type===void 0&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),bx=a0=>typeof a0.propertyName=="string"&&(a0.mapping===void 0||typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1&&Zx(a0.mapping)),Zx=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="string"}),kx=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&R$(cm)}),s7=a0=>a0.type==="apiKey"&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&(a0.name===void 0||typeof a0.name=="string")&&(a0.description===void 0||typeof a0.description=="string"),t7=a0=>a0.type==="http"&&a0.scheme==="basic"&&(a0.description===void 0||typeof a0.description=="string"),rS=a0=>a0.type==="http"&&a0.scheme==="bearer"&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string")&&(a0.description===void 0||typeof a0.description=="string"),P7=a0=>a0.type==="oauth2"&&typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1&&m7(a0.flows)&&(a0.description===void 0||typeof a0.description=="string"),m7=a0=>(a0.authorizationCode===void 0||typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1&&E7(a0.authorizationCode))&&(a0.implicit===void 0||typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1&&ZS(a0.implicit))&&(a0.password===void 0||typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1&&K7(a0.password))&&(a0.clientCredentials===void 0||typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1&&K7(a0.clientCredentials)),E7=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),ZS=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),K7=a0=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),l7=a0=>a0.type==="openIdConnect"&&typeof a0.openIdConnectUrl=="string"&&(a0.description===void 0||typeof a0.description=="string"),aS=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&eA(cm)}),eA=a0=>(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&_0(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.delete===void 0||typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1&&SS(a0.delete))&&(a0.head===void 0||typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1&&SS(a0.head))&&(a0.get===void 0||typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1&&SS(a0.get))&&(a0.post===void 0||typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1&&SS(a0.post))&&(a0.put===void 0||typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1&&SS(a0.put))&&(a0.patch===void 0||typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1&&SS(a0.patch))&&(a0.options===void 0||typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1&&SS(a0.options))&&(a0.trace===void 0||typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1&&SS(a0.trace)),SS=a0=>(a0.operationId===void 0||typeof a0.operationId=="string")&&(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&mS(w0)))&&(a0.requestBody===void 0||typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1&&ES(a0.requestBody))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&Nx(a0.responses))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&_0(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="string"))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&(a0["x-samchon-human"]===void 0||typeof a0["x-samchon-human"]=="boolean")&&(a0["x-samchon-accessor"]===void 0||Array.isArray(a0["x-samchon-accessor"])&&a0["x-samchon-accessor"].every(w0=>typeof w0=="string"))&&(a0["x-samchon-controller"]===void 0||typeof a0["x-samchon-controller"]=="string"),mS=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&_9(a0.schema)&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&pT(a0.examples)),pT=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&HA(cm)}),HA=a0=>(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"),ES=a0=>(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&S7(a0.content))&&(a0.description===void 0||typeof a0.description=="string")&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0["x-nestia-encrypted"]===void 0||typeof a0["x-nestia-encrypted"]=="boolean"),S7=a0=>(a0["text/plain"]===void 0||typeof a0["text/plain"]=="object"&&a0["text/plain"]!==null&&Array.isArray(a0["text/plain"])===!1&&cT(a0["text/plain"]))&&(a0["application/json"]===void 0||typeof a0["application/json"]=="object"&&a0["application/json"]!==null&&Array.isArray(a0["application/json"])===!1&&cT(a0["application/json"]))&&(a0["multipart/form-data"]===void 0||typeof a0["multipart/form-data"]=="object"&&a0["multipart/form-data"]!==null&&Array.isArray(a0["multipart/form-data"])===!1&&cT(a0["multipart/form-data"]))&&(a0["application/x-www-form-url-encoded"]===void 0||typeof a0["application/x-www-form-url-encoded"]=="object"&&a0["application/x-www-form-url-encoded"]!==null&&Array.isArray(a0["application/x-www-form-url-encoded"])===!1&&cT(a0["application/x-www-form-url-encoded"]))&&(a0["*/*"]===void 0||typeof a0["*/*"]=="object"&&a0["*/*"]!==null&&Array.isArray(a0["*/*"])===!1&&cT(a0["*/*"]))&&Object.keys(a0).every(w0=>{if(["text/plain","application/json","multipart/form-data","application/x-www-form-url-encoded","*/*"].some(i_=>w0===i_))return!0;const cm=a0[w0];return cm===void 0?!0:cm===void 0||typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&cT(cm)}),cT=a0=>(a0.schema===void 0||typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&_9(a0.schema))&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&pT(a0.examples)),Nx=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&dI(cm)}),dI=a0=>(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&D7(a0.headers))&&(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&S7(a0.content))&&(a0.description===void 0||typeof a0.description=="string")&&(a0["x-nestia-encrypted"]===void 0||typeof a0["x-nestia-encrypted"]=="boolean"),D7=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&mS(cm)}),RS=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:Array.isArray(cm)&&cm.every(i_=>typeof i_=="string")}),U7=a0=>typeof a0.name=="string"&&(a0.description===void 0||typeof a0.description=="string"),nT=a0=>a0.swagger!==null&&a0.swagger!==void 0&&(a0.swagger==="2.0"||typeof a0.swagger=="string"&&RegExp(/^2\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.swagger))&&(a0.info===void 0||typeof a0.info=="object"&&a0.info!==null&&nI(a0.info))&&(a0.host===void 0||typeof a0.host=="string")&&(a0.basePath===void 0||typeof a0.basePath=="string")&&(a0.consumes===void 0||Array.isArray(a0.consumes)&&a0.consumes.every(w0=>typeof w0=="string"))&&(a0.produces===void 0||Array.isArray(a0.produces)&&a0.produces.every(w0=>typeof w0=="string"))&&(a0.definitions===void 0||typeof a0.definitions=="object"&&a0.definitions!==null&&Array.isArray(a0.definitions)===!1&&P3(a0.definitions))&&(a0.parameters===void 0||typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1&&a7(a0.parameters))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&$A(a0.responses))&&(a0.securityDefinitions===void 0||typeof a0.securityDefinitions=="object"&&a0.securityDefinitions!==null&&Array.isArray(a0.securityDefinitions)===!1&&aT(a0.securityDefinitions))&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.paths===void 0||typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1&&TC(a0.paths))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="object"&&w0!==null&&iT(w0))),nI=a0=>typeof a0.title=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string")&&(a0.contact===void 0||typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1&&vI(a0.contact))&&(a0.license===void 0||typeof a0.license=="object"&&a0.license!==null&&oC(a0.license))&&typeof a0.version=="string",vI=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.url===void 0||typeof a0.url=="string")&&(a0.email===void 0||typeof a0.email=="string"),oC=a0=>typeof a0.name=="string"&&(a0.url===void 0||typeof a0.url=="string"),P3=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&oB(cm)}),Q3=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="boolean")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="boolean"))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="boolean"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),GC=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3)&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3)&&(a0.maximum===void 0||typeof a0.maximum=="number"&&Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3)&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="integer"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),U3=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="number")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="number"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),JD=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="string")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="string"))&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="string"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),nC=a0=>typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&oB(a0.items)&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="array"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),y7=a0=>(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&P3(a0.properties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&oB(a0.additionalProperties))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number")&&(a0.minProperties===void 0||typeof a0.minProperties=="number")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="object"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples)),XD=a0=>typeof a0.$ref=="string"&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,gS=a0=>Array.isArray(a0["x-anyOf"])&&a0["x-anyOf"].every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&oB(w0))&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,Gx=a0=>Array.isArray(a0["x-oneOf"])&&a0["x-oneOf"].every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&oB(w0))&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,pS=a0=>a0.type==="null"&&(a0.default===null||a0.default===void 0)&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,VS=a0=>a0.type!==null&&a0.type===void 0&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,a7=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Kw(cm)}),EA=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="boolean")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="boolean"))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="boolean"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",nA=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3)&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3)&&(a0.maximum===void 0||typeof a0.maximum=="number"&&Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3)&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="integer"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",WA=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="number")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="number"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",eT=a0=>(a0.default===null||a0.default===void 0||typeof a0.default=="string")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="string"))&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="string"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",XA=a0=>typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&oB(a0.items)&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="array"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",BT=a0=>(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&P3(a0.properties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&oB(a0.additionalProperties))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number")&&(a0.minProperties===void 0||typeof a0.minProperties=="number")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="object"&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean")&&(a0.examples===void 0||Array.isArray(a0.examples))&&typeof a0.name=="string"&&typeof a0.in=="string",mT=a0=>typeof a0.$ref=="string"&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&typeof a0.name=="string"&&typeof a0.in=="string",K3=a0=>Array.isArray(a0["x-anyOf"])&&a0["x-anyOf"].every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&oB(w0))&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&typeof a0.name=="string"&&typeof a0.in=="string",C3=a0=>Array.isArray(a0["x-oneOf"])&&a0["x-oneOf"].every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&oB(w0))&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&typeof a0.name=="string"&&typeof a0.in=="string",lI=a0=>a0.type==="null"&&(a0.default===null||a0.default===void 0)&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&typeof a0.name=="string"&&typeof a0.in=="string",vC=a0=>a0.type!==null&&a0.type===void 0&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&typeof a0.name=="string"&&typeof a0.in=="string",g4=a0=>typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&oB(a0.schema)&&typeof a0.name=="string"&&typeof a0.in=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.required===void 0||typeof a0.required=="boolean"),$A=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&PT(cm)}),PT=a0=>(a0.description===void 0||typeof a0.description=="string")&&(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&P3(a0.headers))&&(a0.schema===void 0||typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&oB(a0.schema))&&!0,aT=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&pF(cm)}),$3=a0=>a0.type==="apiKey"&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&(a0.name===void 0||typeof a0.name=="string")&&(a0.description===void 0||typeof a0.description=="string"),J3=a0=>a0.type==="basic"&&(a0.name===void 0||typeof a0.name=="string")&&(a0.description===void 0||typeof a0.description=="string"),OC=a0=>a0.type==="oauth2"&&a0.flow==="implicit"&&(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes))&&(a0.description===void 0||typeof a0.description=="string"),PI=a0=>a0.type==="oauth2"&&a0.flow==="accessCode"&&(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes))&&(a0.description===void 0||typeof a0.description=="string"),AA=a0=>a0.type==="oauth2"&&a0.flow==="password"&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes))&&(a0.description===void 0||typeof a0.description=="string"),tT=a0=>a0.type==="oauth2"&&a0.flow==="application"&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes))&&(a0.description===void 0||typeof a0.description=="string"),TC=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&JI(cm)}),JI=a0=>(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&H5(w0)))&&(a0.delete===void 0||typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1&&JT(a0.delete))&&(a0.head===void 0||typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1&&JT(a0.head))&&(a0.get===void 0||typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1&&JT(a0.get))&&(a0.post===void 0||typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1&&JT(a0.post))&&(a0.put===void 0||typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1&&JT(a0.put))&&(a0.patch===void 0||typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1&&JT(a0.patch))&&(a0.options===void 0||typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1&&JT(a0.options))&&(a0.trace===void 0||typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1&&JT(a0.trace)),a4=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/parameters\/(.*)/).test(a0.$ref)&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,JT=a0=>(a0.operationId===void 0||typeof a0.operationId=="string")&&(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&SH(w0)))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&d8(a0.responses))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="string"))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"),ZE=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/definitions\/parameters\/(.*)/).test(a0.$ref)&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,d8=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&cB(cm)}),RA=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/definitions\/responses\/(.*)/).test(a0.$ref)&&(a0.examples===void 0||Array.isArray(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,iT=a0=>typeof a0.name=="string"&&(a0.description===void 0||typeof a0.description=="string"),Hx=a0=>a0.openapi!==null&&a0.openapi!==void 0&&(a0.openapi==="3.0"||typeof a0.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&lD(w0)))&&(a0.info===void 0||typeof a0.info=="object"&&a0.info!==null&&VC(a0.info))&&(a0.components===void 0||typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1&&fD(a0.components))&&(a0.paths===void 0||typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1&&sB(a0.paths))&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="object"&&w0!==null&&MT(w0))),lD=a0=>typeof a0.url=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.variables===void 0||typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1&&J4(a0.variables)),J4=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&KT(cm)}),KT=a0=>typeof a0.default=="string"&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>typeof w0=="string"))&&(a0.description===void 0||typeof a0.description=="string"),VC=a0=>typeof a0.title=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string")&&(a0.contact===void 0||typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1&&yE(a0.contact))&&(a0.license===void 0||typeof a0.license=="object"&&a0.license!==null&&GI(a0.license))&&typeof a0.version=="string",yE=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.url===void 0||typeof a0.url=="string")&&(a0.email===void 0||typeof a0.email=="string"),GI=a0=>typeof a0.name=="string"&&(a0.url===void 0||typeof a0.url=="string"),fD=a0=>(a0.schemas===void 0||typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1&&Uw(a0.schemas))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&eD(a0.responses))&&(a0.parameters===void 0||typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1&&eN(a0.parameters))&&(a0.requestBodies===void 0||typeof a0.requestBodies=="object"&&a0.requestBodies!==null&&Array.isArray(a0.requestBodies)===!1&&X4(a0.requestBodies))&&(a0.securitySchemes===void 0||typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1&&kN(a0.securitySchemes))&&(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&IM(a0.headers))&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&tJ(a0.examples)),Uw=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&pR(cm)}),SA=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="boolean")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="boolean"))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="boolean"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),NT=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3)&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3)&&(a0.maximum===void 0||typeof a0.maximum=="number"&&Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3)&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="integer"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),ZI=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="number")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="number"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),UA=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="string")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="string"))&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="string"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),mC=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&pR(a0.items)&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="array"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),wT=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&Uw(a0.properties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&pR(a0.additionalProperties))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number")&&(a0.minProperties===void 0||typeof a0.minProperties=="number")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="object"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),IA=a0=>typeof a0.$ref=="string"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,R7=a0=>Array.isArray(a0.allOf)&&a0.allOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&pR(w0))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,qA=a0=>Array.isArray(a0.anyOf)&&a0.anyOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&pR(w0))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,V7=a0=>Array.isArray(a0.oneOf)&&a0.oneOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&pR(w0))&&(a0.discriminator===void 0||typeof a0.discriminator=="object"&&a0.discriminator!==null&&TA(a0.discriminator))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,TA=a0=>typeof a0.propertyName=="string"&&(a0.mapping===void 0||typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1&&Zx(a0.mapping)),RC=a0=>(a0.default===null||a0.default===void 0)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="null"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),sD=a0=>(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type!==null&&a0.type===void 0&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),eD=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&TP(cm)}),TP=a0=>(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&DF(a0.content))&&(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&lR(a0.headers))&&(a0.description===void 0||typeof a0.description=="string"),DF=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&IN(cm)}),IN=a0=>(a0.schema===void 0||typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&pR(a0.schema))&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&xE(a0.examples)),xE=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&CM(cm)}),$E=a0=>(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"),r4=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,lR=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&LR(cm)}),nP=a0=>(a0.required===void 0||typeof a0.required=="boolean")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&xE(a0.examples))&&typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&pR(a0.schema)&&(a0.name===void 0||typeof a0.name=="string"),QF=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,eN=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&tV(cm)}),tV=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&pR(a0.schema)&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&xE(a0.examples)),X4=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&wF(cm)}),wF=a0=>(a0.description===void 0||typeof a0.description=="string")&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&DF(a0.content)),kN=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Mee(cm)}),XP=a0=>a0.type==="apiKey"&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&(a0.name===void 0||typeof a0.name=="string")&&(a0.description===void 0||typeof a0.description=="string"),zA=a0=>a0.type==="http"&&a0.scheme==="basic"&&(a0.description===void 0||typeof a0.description=="string"),ZF=a0=>a0.type==="http"&&a0.scheme==="bearer"&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string")&&(a0.description===void 0||typeof a0.description=="string"),dP=a0=>a0.type==="oauth2"&&typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1&&xD(a0.flows)&&(a0.description===void 0||typeof a0.description=="string"),xD=a0=>(a0.authorizationCode===void 0||typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1&&R8(a0.authorizationCode))&&(a0.implicit===void 0||typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1&&mN(a0.implicit))&&(a0.password===void 0||typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1&&OO(a0.password))&&(a0.clientCredentials===void 0||typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1&&OO(a0.clientCredentials)),R8=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),mN=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),OO=a0=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),TM=a0=>a0.type==="openIdConnect"&&typeof a0.openIdConnectUrl=="string"&&(a0.description===void 0||typeof a0.description=="string"),IM=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&nP(cm)}),tJ=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&$E(cm)}),sB=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&VO(cm)}),VO=a0=>(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&gL(w0)))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&lD(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.delete===void 0||typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1&&Hv(a0.delete))&&(a0.head===void 0||typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1&&Hv(a0.head))&&(a0.get===void 0||typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1&&Hv(a0.get))&&(a0.post===void 0||typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1&&Hv(a0.post))&&(a0.put===void 0||typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1&&Hv(a0.put))&&(a0.patch===void 0||typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1&&Hv(a0.patch))&&(a0.options===void 0||typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1&&Hv(a0.options))&&(a0.trace===void 0||typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1&&Hv(a0.trace)),L_=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,Hv=a0=>(a0.operationId===void 0||typeof a0.operationId=="string")&&(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&gL(w0)))&&(a0.requestBody===void 0||typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1&&AH(a0.requestBody))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&TS(a0.responses))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&lD(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="string"))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"),Bx=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,TS=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&gq(cm)}),j7=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,MT=a0=>typeof a0.name=="string"&&(a0.description===void 0||typeof a0.description=="string"),oI=a0=>typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&MC(w0)))&&(a0.info===void 0||typeof a0.info=="object"&&a0.info!==null&&LC(a0.info))&&(a0.components===void 0||typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1&&aB(a0.components))&&(a0.paths===void 0||typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1&&M_(a0.paths))&&(a0.webhooks===void 0||typeof a0.webhooks=="object"&&a0.webhooks!==null&&Array.isArray(a0.webhooks)===!1&&rN(a0.webhooks))&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="object"&&w0!==null&&$$(w0))),MC=a0=>typeof a0.url=="string"&&(a0.description===void 0||typeof a0.description=="string")&&(a0.variables===void 0||typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1&&bE(a0.variables)),bE=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&L4(cm)}),L4=a0=>typeof a0.default=="string"&&(a0.enum===void 0||Array.isArray(a0.enum)&&1<=a0.enum.length&&a0.enum.every(w0=>typeof w0=="string"))&&(a0.description===void 0||typeof a0.description=="string"),LC=a0=>typeof a0.title=="string"&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string")&&(a0.contact===void 0||typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1&&Dw(a0.contact))&&(a0.license===void 0||typeof a0.license=="object"&&a0.license!==null&&_N(a0.license))&&typeof a0.version=="string",Dw=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.url===void 0||typeof a0.url=="string")&&(a0.email===void 0||typeof a0.email=="string"),_N=a0=>typeof a0.name=="string"&&(a0.identifier===void 0||typeof a0.identifier=="string")&&(a0.url===void 0||typeof a0.url=="string"),aB=a0=>(a0.schemas===void 0||typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1&&F$(a0.schemas))&&(a0.pathItems===void 0||typeof a0.pathItems=="object"&&a0.pathItems!==null&&Array.isArray(a0.pathItems)===!1&&M_(a0.pathItems))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&p_(a0.responses))&&(a0.parameters===void 0||typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1&&R_(a0.parameters))&&(a0.requestBodies===void 0||typeof a0.requestBodies=="object"&&a0.requestBodies!==null&&Array.isArray(a0.requestBodies)===!1&&z1(a0.requestBodies))&&(a0.securitySchemes===void 0||typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1&&k2(a0.securitySchemes))&&(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&uO(a0.headers))&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&PF(a0.examples)),F$=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&fO(cm)}),IC=a0=>Array.isArray(a0.type)&&a0.type.every(w0=>w0==="string"||w0==="number"||w0==="boolean"||w0==="object"||w0==="null"||w0==="integer"||w0==="array")&&(a0.default===null||a0.default===void 0||Array.isArray(a0.default))&&(a0.enum===void 0||Array.isArray(a0.enum))&&(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean")&&(a0.nullable===void 0||typeof a0.nullable=="boolean")&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&a0.items!==null&&(a0.items===void 0||Array.isArray(a0.items)&&a0.items.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))||typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&fO(a0.items))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.prefixItems===void 0||Array.isArray(a0.prefixItems)&&a0.prefixItems.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0)))&&a0.additionalItems!==null&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1&&fO(a0.additionalItems))&&(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&F$(a0.properties))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&fO(a0.additionalProperties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number")&&(a0.minProperties===void 0||typeof a0.minProperties=="number")&&Array.isArray(a0.oneOf)&&a0.oneOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&(a0.discriminator===void 0||typeof a0.discriminator=="object"&&a0.discriminator!==null&&sU(a0.discriminator))&&Array.isArray(a0.anyOf)&&a0.anyOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&Array.isArray(a0.allOf)&&a0.allOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&typeof a0.$ref=="string",uR=a0=>(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean")&&(a0.nullable===void 0||typeof a0.nullable=="boolean")&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,fR=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="boolean")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="boolean"))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="boolean"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),kM=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3)&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3)&&(a0.maximum===void 0||typeof a0.maximum=="number"&&Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3)&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"&&Math.floor(a0.exclusiveMinimum)===a0.exclusiveMinimum&&-9223372036854776e3<=a0.exclusiveMinimum&&a0.exclusiveMinimum<=9223372036854776e3||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"&&Math.floor(a0.exclusiveMaximum)===a0.exclusiveMaximum&&-9223372036854776e3<=a0.exclusiveMaximum&&a0.exclusiveMaximum<=9223372036854776e3||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="integer"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),cz=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="number")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="number"))&&(a0.minimum===void 0||typeof a0.minimum=="number")&&(a0.maximum===void 0||typeof a0.maximum=="number")&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean")&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean")&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&0<a0.multipleOf)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="number"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),CN=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.default===null||a0.default===void 0||typeof a0.default=="string")&&(a0.enum===void 0||Array.isArray(a0.enum)&&a0.enum.every(w0=>w0===null||typeof w0=="string"))&&(a0.format===void 0||typeof a0.format=="string")&&(a0.pattern===void 0||typeof a0.pattern=="string")&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string")&&(a0.minLength===void 0||typeof a0.minLength=="number"&&Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3)&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="string"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),W5=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&a0.items!==null&&(a0.items===void 0||Array.isArray(a0.items)&&a0.items.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))||typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&fO(a0.items))&&(a0.prefixItems===void 0||Array.isArray(a0.prefixItems)&&a0.prefixItems.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0)))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean")&&a0.additionalItems!==null&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1&&fO(a0.additionalItems))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3)&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="array"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),pq=a0=>(a0.nullable===void 0||typeof a0.nullable=="boolean")&&(a0.properties===void 0||typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1&&F$(a0.properties))&&(a0.required===void 0||Array.isArray(a0.required)&&a0.required.every(w0=>typeof w0=="string"))&&a0.additionalProperties!==null&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1&&fO(a0.additionalProperties))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number")&&(a0.minProperties===void 0||typeof a0.minProperties=="number")&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="object"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),tN=a0=>typeof a0.$ref=="string"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,s$=a0=>typeof a0.$recursiveRef=="string"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,GG=a0=>Array.isArray(a0.allOf)&&a0.allOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,WG=a0=>Array.isArray(a0.anyOf)&&a0.anyOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,mq=a0=>Array.isArray(a0.oneOf)&&a0.oneOf.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&fO(w0))&&(a0.discriminator===void 0||typeof a0.discriminator=="object"&&a0.discriminator!==null&&sU(a0.discriminator))&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,sU=a0=>typeof a0.propertyName=="string"&&(a0.mapping===void 0||typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1&&Zx(a0.mapping)),MR=a0=>(a0.default===null||a0.default===void 0)&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.type==="null"&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),aU=a0=>a0.type!==null&&a0.type===void 0&&!0&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples)),M_=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&_q(cm)}),_q=a0=>(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&QN(w0)))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&MC(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.delete===void 0||typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1&&BN(a0.delete))&&(a0.head===void 0||typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1&&BN(a0.head))&&(a0.get===void 0||typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1&&BN(a0.get))&&(a0.post===void 0||typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1&&BN(a0.post))&&(a0.put===void 0||typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1&&BN(a0.put))&&(a0.patch===void 0||typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1&&BN(a0.patch))&&(a0.options===void 0||typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1&&BN(a0.options))&&(a0.trace===void 0||typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1&&BN(a0.trace)),hq=a0=>(a0.name===void 0||typeof a0.name=="string")&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&fO(a0.schema)&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&hL(a0.examples)),hL=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&nJ(cm)}),HG=a0=>(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"),e9=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,SX=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,dR=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,BN=a0=>(a0.operationId===void 0||typeof a0.operationId=="string")&&(a0.parameters===void 0||Array.isArray(a0.parameters)&&a0.parameters.every(w0=>typeof w0=="object"&&w0!==null&&QN(w0)))&&(a0.requestBody===void 0||typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1&&XG(a0.requestBody))&&(a0.responses===void 0||typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1&&AX(a0.responses))&&(a0.servers===void 0||Array.isArray(a0.servers)&&a0.servers.every(w0=>typeof w0=="object"&&w0!==null&&MC(w0)))&&(a0.summary===void 0||typeof a0.summary=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.security===void 0||Array.isArray(a0.security)&&a0.security.every(w0=>typeof w0=="object"&&w0!==null&&Array.isArray(w0)===!1&&RS(w0)))&&(a0.tags===void 0||Array.isArray(a0.tags)&&a0.tags.every(w0=>typeof w0=="string"))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"),M9=a0=>(a0.description===void 0||typeof a0.description=="string")&&(a0.required===void 0||typeof a0.required=="boolean")&&(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&oU(a0.content)),oU=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&rJ(cm)}),rJ=a0=>(a0.schema===void 0||typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&fO(a0.schema))&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&hL(a0.examples)),lz=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,AX=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&TX(cm)}),cU=a0=>(a0.content===void 0||typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1&&oU(a0.content))&&(a0.headers===void 0||typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1&&KG(a0.headers))&&(a0.description===void 0||typeof a0.description=="string"),KG=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&pI(cm)}),bH=a0=>(a0.required===void 0||typeof a0.required=="boolean")&&(a0.description===void 0||typeof a0.description=="string")&&!0&&(a0.examples===void 0||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&hL(a0.examples))&&typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1&&fO(a0.schema)&&(a0.name===void 0||typeof a0.name=="string"),E_=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,p_=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&cU(cm)}),R_=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&hq(cm)}),z1=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&M9(cm)}),k2=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&yL(cm)}),Wx=a0=>a0.type==="apiKey"&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie")&&(a0.name===void 0||typeof a0.name=="string")&&(a0.description===void 0||typeof a0.description=="string"),OS=a0=>a0.type==="http"&&a0.scheme==="basic"&&(a0.description===void 0||typeof a0.description=="string"),I7=a0=>a0.type==="http"&&a0.scheme==="bearer"&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string")&&(a0.description===void 0||typeof a0.description=="string"),gA=a0=>a0.type==="oauth2"&&typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1&&fA(a0.flows)&&(a0.description===void 0||typeof a0.description=="string"),fA=a0=>(a0.authorizationCode===void 0||typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1&&W3(a0.authorizationCode))&&(a0.implicit===void 0||typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1&&YE(a0.implicit))&&(a0.password===void 0||typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1&&o4(a0.password))&&(a0.clientCredentials===void 0||typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1&&o4(a0.clientCredentials)),W3=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),YE=a0=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),o4=a0=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string")&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string")&&(a0.scopes===void 0||typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1&&Zx(a0.scopes)),T4=a0=>a0.type==="openIdConnect"&&typeof a0.openIdConnectUrl=="string"&&(a0.description===void 0||typeof a0.description=="string"),uO=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&bH(cm)}),PF=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&HG(cm)}),rN=a0=>Object.keys(a0).every(w0=>{const cm=a0[w0];return cm===void 0?!0:typeof cm=="object"&&cm!==null&&Array.isArray(cm)===!1&&yq(cm)}),VD=a0=>typeof a0.$ref=="string"&&RegExp(/^#\/components\/pathItems\/(.*)/).test(a0.$ref)&&a0.examples!==null&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&D_(a0.examples))&&(a0.title===void 0||typeof a0.title=="string")&&(a0.description===void 0||typeof a0.description=="string")&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean")&&!0,$$=a0=>typeof a0.name=="string"&&(a0.description===void 0||typeof a0.description=="string"),_9=a0=>a0.const!==void 0?T_(a0):a0.type==="boolean"?O_(a0):a0.type==="number"?Z_(a0):a0.type==="integer"?P_(a0):a0.type==="string"?fy(a0):a0.items!==void 0?W_(a0):a0.prefixItems!==void 0?B_(a0):a0.type==="object"?H_(a0):a0.$ref!==void 0?hy(a0):a0.oneOf!==void 0?lx(a0):a0.type==="null"?Y_(a0):nx(a0),NC=a0=>a0.const!==void 0?T_(a0):a0.type==="boolean"?O_(a0):a0.type==="number"?Z_(a0):a0.type==="integer"?P_(a0):a0.type==="string"?fy(a0):a0.items!==void 0?W_(a0):a0.prefixItems!==void 0?B_(a0):a0.type==="object"?H_(a0):a0.$ref!==void 0?hy(a0):a0.type==="null"?Y_(a0):nx(a0),oB=a0=>a0.type==="boolean"?Q3(a0):a0.type==="number"?U3(a0):a0.type==="integer"?GC(a0):a0.type==="string"?JD(a0):a0.type==="array"?nC(a0):a0.type==="object"?y7(a0):a0.$ref!==void 0?XD(a0):a0["x-anyOf"]!==void 0?gS(a0):a0["x-oneOf"]!==void 0?Gx(a0):a0.type==="null"?pS(a0):VS(a0),H5=a0=>a0.type==="boolean"?EA(a0):a0.type==="number"?WA(a0):a0.type==="integer"?nA(a0):a0.type==="string"?eT(a0):a0.type==="array"?XA(a0):a0.type==="object"?BT(a0):a0["x-anyOf"]!==void 0?K3(a0):a0["x-oneOf"]!==void 0?C3(a0):a0.type==="null"?lI(a0):a0.schema!==void 0?g4(a0):mT(a0)?mT(a0):vC(a0)?vC(a0):a4(a0)?a4(a0):!1,SH=a0=>a0.type==="boolean"?EA(a0):a0.type==="number"?WA(a0):a0.type==="integer"?nA(a0):a0.type==="string"?eT(a0):a0.type==="array"?XA(a0):a0.type==="object"?BT(a0):a0["x-anyOf"]!==void 0?K3(a0):a0["x-oneOf"]!==void 0?C3(a0):a0.type==="null"?lI(a0):a0.schema!==void 0?g4(a0):mT(a0)?mT(a0):vC(a0)?vC(a0):ZE(a0)?ZE(a0):!1,pR=a0=>a0.type==="boolean"?SA(a0):a0.type==="number"?ZI(a0):a0.type==="integer"?NT(a0):a0.type==="string"?UA(a0):a0.type==="array"?mC(a0):a0.type==="object"?wT(a0):a0.$ref!==void 0?IA(a0):a0.allOf!==void 0?R7(a0):a0.anyOf!==void 0?qA(a0):a0.oneOf!==void 0?V7(a0):a0.type==="null"?RC(a0):sD(a0),gL=a0=>a0.in!==void 0?tV(a0):typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)?L_(a0):typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)?QF(a0):!1,fO=a0=>Array.isArray(a0.type)&&a0.type.every(w0=>w0==="string"||w0==="number"||w0==="boolean"||w0==="object"||w0==="null"||w0==="integer"||w0==="array")?IC(a0):a0.type==="boolean"?fR(a0):a0.type==="number"?cz(a0):a0.type==="integer"?kM(a0):a0.type==="string"?CN(a0):a0.type==="array"?W5(a0):a0.type==="object"?pq(a0):a0.$recursiveRef!==void 0?s$(a0):a0.type==="null"?MR(a0):a0.const!==void 0?uR(a0):a0.$ref!==void 0?tN(a0):a0.allOf!==void 0?GG(a0):a0.anyOf!==void 0?WG(a0):a0.oneOf!==void 0?mq(a0):aU(a0),QN=a0=>a0.in!==void 0?hq(a0):typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)?dR(a0):typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)?SX(a0):!1,R$=a0=>a0.type==="apiKey"?s7(a0):a0.scheme==="basic"?t7(a0):a0.scheme==="bearer"?rS(a0):a0.type==="oauth2"?P7(a0):a0.type==="openIdConnect"?l7(a0):!1,Kw=a0=>a0.type==="boolean"?EA(a0):a0.type==="number"?WA(a0):a0.type==="integer"?nA(a0):a0.type==="string"?eT(a0):a0.type==="array"?XA(a0):a0.type==="object"?BT(a0):a0.$ref!==void 0?mT(a0):a0["x-anyOf"]!==void 0?K3(a0):a0["x-oneOf"]!==void 0?C3(a0):a0.type==="null"?lI(a0):a0.schema!==void 0?g4(a0):vC(a0),pF=a0=>a0.type==="apiKey"?$3(a0):a0.type==="basic"?J3(a0):a0.flow==="implicit"?OC(a0):a0.flow==="accessCode"?PI(a0):a0.flow==="application"?tT(a0):a0.flow==="password"?AA(a0):!1,cB=a0=>a0.$ref!==void 0?RA(a0):PT(a0),CM=a0=>a0.$ref!==void 0?r4(a0):$E(a0),LR=a0=>a0.schema!==void 0?nP(a0):a0.$ref!==void 0?QF(a0):!1,Mee=a0=>a0.type==="apiKey"?XP(a0):a0.scheme==="basic"?zA(a0):a0.scheme==="bearer"?ZF(a0):a0.type==="oauth2"?dP(a0):a0.type==="openIdConnect"?TM(a0):!1,AH=a0=>a0.$ref!==void 0?Bx(a0):wF(a0),gq=a0=>a0.$ref!==void 0?j7(a0):TP(a0),nJ=a0=>a0.$ref!==void 0?e9(a0):HG(a0),XG=a0=>a0.$ref!==void 0?lz(a0):M9(a0),TX=a0=>a0.$ref!==void 0?E_(a0):cU(a0),pI=a0=>a0.$ref!==void 0?SX(a0):a0.schema!==void 0?bH(a0):!1,yL=a0=>a0.type==="apiKey"?Wx(a0):a0.scheme==="basic"?OS(a0):a0.scheme==="bearer"?I7(a0):a0.type==="oauth2"?gA(a0):a0.type==="openIdConnect"?T4(a0):!1,yq=a0=>a0.$ref!==void 0?VD(a0):_q(a0),M$=a0=>a0["x-samchon-emended-v4"]!==void 0?u0(a0):a0.swagger!==void 0?nT(a0):a0.openapi!==null&&a0.openapi!==void 0&&(a0.openapi==="3.0"||typeof a0.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi))?Hx(a0):typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)?oI(a0):!1,EQ=(a0,w0,cm=!0)=>(typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openapi",expected:"`3.1.${number}`",value:a0.openapi},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))&&L9(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&(a0.info===void 0||(typeof a0.info=="object"&&a0.info!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApi.IDocument.IInfo | undefined)",value:a0.info},g_))&&TH(a0.info,w0+".info",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApi.IDocument.IInfo | undefined)",value:a0.info},g_))&&((typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"OpenApi.IComponents",value:a0.components},g_))&&IX(a0.components,w0+".components",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"OpenApi.IComponents",value:a0.components},g_))&&(a0.paths===void 0||(typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApi.IPath> | undefined)",value:a0.paths},g_))&&wQ(a0.paths,w0+".paths",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApi.IPath> | undefined)",value:a0.paths},g_))&&(a0.webhooks===void 0||(typeof a0.webhooks=="object"&&a0.webhooks!==null&&Array.isArray(a0.webhooks)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".webhooks",expected:"(Record<string, OpenApi.IPath> | undefined)",value:a0.webhooks},g_))&&wQ(a0.webhooks,w0+".webhooks",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".webhooks",expected:"(Record<string, OpenApi.IPath> | undefined)",value:a0.webhooks},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApi.IDocument.ITag> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApi.IDocument.ITag",value:i_},g_))&&TL(i_,w0+".tags["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApi.IDocument.ITag",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApi.IDocument.ITag> | undefined)",value:a0.tags},g_))&&(a0["x-samchon-emended-v4"]===!0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-emended-v4"]',expected:"true",value:a0["x-samchon-emended-v4"]},g_)),L9=(a0,w0,cm=!0)=>(typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"string",value:a0.url},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.variables===void 0||(typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApi.IServer.IVariable> | undefined)",value:a0.variables},g_))&&vq(a0.variables,w0+".variables",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApi.IServer.IVariable> | undefined)",value:a0.variables},g_)),vq=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IServer.IVariable",value:s_},g_))&&rV(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IServer.IVariable",value:s_},g_)}),rV=(a0,w0,cm=!0)=>(typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"string",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string> | undefined)",value:a0.enum},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),TH=(a0,w0,cm=!0)=>(typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"string",value:a0.title},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".termsOfService",expected:"(string | undefined)",value:a0.termsOfService},g_))&&(a0.contact===void 0||(typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApi.IDocument.IContact | undefined)",value:a0.contact},g_))&&IH(a0.contact,w0+".contact",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApi.IDocument.IContact | undefined)",value:a0.contact},g_))&&(a0.license===void 0||(typeof a0.license=="object"&&a0.license!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApi.IDocument.ILicense | undefined)",value:a0.license},g_))&&lB(a0.license,w0+".license",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApi.IDocument.ILicense | undefined)",value:a0.license},g_))&&(typeof a0.version=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".version",expected:"string",value:a0.version},g_)),IH=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_))&&(a0.email===void 0||typeof a0.email=="string"&&(/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i.test(a0.email)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".email",expected:'string & Format<"email">',value:a0.email},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".email",expected:'((string & Format<"email">) | undefined)',value:a0.email},g_)),lB=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.identifier===void 0||typeof a0.identifier=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".identifier",expected:"(string | undefined)",value:a0.identifier},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_)),IX=(a0,w0,cm=!0)=>(a0.schemas===void 0||(typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:a0.schemas},g_))&&kX(a0.schemas,w0+".schemas",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:a0.schemas},g_))&&(a0.securitySchemes===void 0||(typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApi.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_))&&o$(a0.securitySchemes,w0+".securitySchemes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApi.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_)),kX=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:s_},g_))&&VR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:s_},g_)}),nV=(a0,w0,cm=!0)=>(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["const"]',expected:"(boolean | number | string)",value:a0.const},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),y8=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>(a0[i_]===void 0,!0)),Nw=(a0,w0,cm=!0)=>(a0.default===void 0||typeof a0.default=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(boolean | undefined)",value:a0.default},g_))&&(a0.type==="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"boolean"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),uz=(a0,w0,cm=!0)=>(a0.default===void 0||typeof a0.default=="number"&&(Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'number & Type<"int64">',value:a0.default},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'((number & Type<"int64">) | undefined)',value:a0.default},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&(Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'number & Type<"int64">',value:a0.minimum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'((number & Type<"int64">) | undefined)',value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"&&(Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'number & Type<"int64">',value:a0.maximum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'((number & Type<"int64">) | undefined)',value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'number & Type<"uint64">',value:a0.multipleOf},g_))&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:a0.multipleOf},g_))&&(a0.type==="integer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"integer"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),xq=(a0,w0,cm=!0)=>(a0.default===void 0||typeof a0.default=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(number | undefined)",value:a0.default},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.type==="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"number"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),iV=(a0,w0,cm=!0)=>(a0.default===void 0||typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(string | undefined)",value:a0.default},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contentMediaType",expected:"(string | undefined)",value:a0.contentMediaType},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.type==="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"string"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),bq=(a0,w0,cm=!0)=>((typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:a0.items},g_))&&VR(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:a0.items},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),kH=(a0,w0,cm=!0)=>(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&((Array.isArray(a0.prefixItems)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"Array<OpenApi.IJsonSchema>",value:a0.prefixItems},g_))&&a0.prefixItems.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:i_},g_))&&VR(i_,w0+".prefixItems["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"Array<OpenApi.IJsonSchema>",value:a0.prefixItems},g_))&&(a0.additionalItems!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalItems},g_))&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||(typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalItems},g_))&&VR(a0.additionalItems,w0+".additionalItems",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalItems},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),EM=(a0,w0,cm=!0)=>(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:a0.properties},g_))&&kX(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&VR(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.type==="object"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"object"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),YG=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),a$=(a0,w0,cm=!0)=>((Array.isArray(a0.oneOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<IConstant | IBoolean | IInteger | INumber | IString | IArray | ITuple | IObject | IReference<string> | INull | IUnknown>",value:a0.oneOf},g_))&&a0.oneOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:i_},g_))&&DL(i_,w0+".oneOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<IConstant | IBoolean | IInteger | INumber | IString | IArray | ITuple | IObject | IReference<string> | INull | IUnknown>",value:a0.oneOf},g_))&&(a0.discriminator===void 0||(typeof a0.discriminator=="object"&&a0.discriminator!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApi.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&CH(a0.discriminator,w0+".discriminator",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApi.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),CX=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | undefined)",value:a0.default},g_))&&(a0.type==="null"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"null"',value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),Sq=(a0,w0,cm=!0)=>(a0.type!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.type===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_))&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, any> | undefined)",value:a0.examples},g_)),CH=(a0,w0,cm=!0)=>(typeof a0.propertyName=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".propertyName",expected:"string",value:a0.propertyName},g_))&&(a0.mapping===void 0||(typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_))&&j9(a0.mapping,w0+".mapping",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_)),j9=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:typeof s_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"string",value:s_},g_)}),o$=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:s_},g_))&&zQ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:s_},g_)}),iJ=(a0,w0,cm=!0)=>(a0.type==="apiKey"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"apiKey"',value:a0.type},g_))&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:a0.in},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),jR=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="basic"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"basic"',value:a0.scheme},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),EX=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="bearer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"bearer"',value:a0.scheme},g_))&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".bearerFormat",expected:"(string | undefined)",value:a0.bearerFormat},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),DM=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&((typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApi.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&DQ(a0.flows,w0+".flows",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApi.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),DQ=(a0,w0,cm=!0)=>(a0.authorizationCode===void 0||(typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApi.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&QG(a0.authorizationCode,w0+".authorizationCode",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApi.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&(a0.implicit===void 0||(typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&sJ(a0.implicit,w0+".implicit",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&(a0.password===void 0||(typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&Aq(a0.password,w0+".password",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&(a0.clientCredentials===void 0||(typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_))&&Aq(a0.clientCredentials,w0+".clientCredentials",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_)),QG=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),sJ=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),Aq=(a0,w0,cm=!0)=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),vL=(a0,w0,cm=!0)=>(a0.type==="openIdConnect"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"openIdConnect"',value:a0.type},g_))&&(typeof a0.openIdConnectUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openIdConnectUrl",expected:"string",value:a0.openIdConnectUrl},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),wQ=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IPath",value:s_},g_))&&xL(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IPath",value:s_},g_)}),xL=(a0,w0,cm=!0)=>(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))&&L9(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.delete===void 0||(typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApi.IOperation | undefined)",value:a0.delete},g_))&&bL(a0.delete,w0+'["delete"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApi.IOperation | undefined)",value:a0.delete},g_))&&(a0.head===void 0||(typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApi.IOperation | undefined)",value:a0.head},g_))&&bL(a0.head,w0+".head",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApi.IOperation | undefined)",value:a0.head},g_))&&(a0.get===void 0||(typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApi.IOperation | undefined)",value:a0.get},g_))&&bL(a0.get,w0+".get",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApi.IOperation | undefined)",value:a0.get},g_))&&(a0.post===void 0||(typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApi.IOperation | undefined)",value:a0.post},g_))&&bL(a0.post,w0+".post",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApi.IOperation | undefined)",value:a0.post},g_))&&(a0.put===void 0||(typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApi.IOperation | undefined)",value:a0.put},g_))&&bL(a0.put,w0+".put",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApi.IOperation | undefined)",value:a0.put},g_))&&(a0.patch===void 0||(typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApi.IOperation | undefined)",value:a0.patch},g_))&&bL(a0.patch,w0+".patch",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApi.IOperation | undefined)",value:a0.patch},g_))&&(a0.options===void 0||(typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApi.IOperation | undefined)",value:a0.options},g_))&&bL(a0.options,w0+".options",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApi.IOperation | undefined)",value:a0.options},g_))&&(a0.trace===void 0||(typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApi.IOperation | undefined)",value:a0.trace},g_))&&bL(a0.trace,w0+".trace",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApi.IOperation | undefined)",value:a0.trace},g_)),bL=(a0,w0,cm=!0)=>(a0.operationId===void 0||typeof a0.operationId=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".operationId",expected:"(string | undefined)",value:a0.operationId},g_))&&(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<OpenApi.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"OpenApi.IOperation.IParameter",value:i_},g_))&&SL(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"OpenApi.IOperation.IParameter",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<OpenApi.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&(a0.requestBody===void 0||(typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApi.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&uB(a0.requestBody,w0+".requestBody",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApi.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApi.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&JN(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApi.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))&&L9(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApi.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&(a0["x-samchon-human"]===void 0||typeof a0["x-samchon-human"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-human"]',expected:"(boolean | undefined)",value:a0["x-samchon-human"]},g_))&&(a0["x-samchon-accessor"]===void 0||(Array.isArray(a0["x-samchon-accessor"])||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-accessor"]',expected:"(Array<string> | undefined)",value:a0["x-samchon-accessor"]},g_))&&a0["x-samchon-accessor"].every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-accessor"]['+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-accessor"]',expected:"(Array<string> | undefined)",value:a0["x-samchon-accessor"]},g_))&&(a0["x-samchon-controller"]===void 0||typeof a0["x-samchon-controller"]=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-samchon-controller"]',expected:"(string | undefined)",value:a0["x-samchon-controller"]},g_)),SL=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:a0.in},g_))&&((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:a0.schema},g_))&&VR(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:a0.schema},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:a0.examples},g_))&&nN(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:a0.examples},g_)),nN=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IExample",value:s_},g_))&&aJ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IExample",value:s_},g_)}),aJ=(a0,w0,cm=!0)=>(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".externalValue",expected:"(string | undefined)",value:a0.externalValue},g_)),uB=(a0,w0,cm=!0)=>(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:a0.content},g_))&&oJ(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:a0.content},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0["x-nestia-encrypted"]===void 0||typeof a0["x-nestia-encrypted"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nestia-encrypted"]',expected:"(boolean | undefined)",value:a0["x-nestia-encrypted"]},g_)),oJ=(a0,w0,cm=!0)=>(a0["text/plain"]===void 0||(typeof a0["text/plain"]=="object"&&a0["text/plain"]!==null&&Array.isArray(a0["text/plain"])===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["text/plain"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["text/plain"]},g_))&&L$(a0["text/plain"],w0+'["text/plain"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["text/plain"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["text/plain"]},g_))&&(a0["application/json"]===void 0||(typeof a0["application/json"]=="object"&&a0["application/json"]!==null&&Array.isArray(a0["application/json"])===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["application/json"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["application/json"]},g_))&&L$(a0["application/json"],w0+'["application/json"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["application/json"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["application/json"]},g_))&&(a0["multipart/form-data"]===void 0||(typeof a0["multipart/form-data"]=="object"&&a0["multipart/form-data"]!==null&&Array.isArray(a0["multipart/form-data"])===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["multipart/form-data"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["multipart/form-data"]},g_))&&L$(a0["multipart/form-data"],w0+'["multipart/form-data"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["multipart/form-data"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["multipart/form-data"]},g_))&&(a0["application/x-www-form-url-encoded"]===void 0||(typeof a0["application/x-www-form-url-encoded"]=="object"&&a0["application/x-www-form-url-encoded"]!==null&&Array.isArray(a0["application/x-www-form-url-encoded"])===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["application/x-www-form-url-encoded"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["application/x-www-form-url-encoded"]},g_))&&L$(a0["application/x-www-form-url-encoded"],w0+'["application/x-www-form-url-encoded"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["application/x-www-form-url-encoded"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["application/x-www-form-url-encoded"]},g_))&&(a0["*/*"]===void 0||(typeof a0["*/*"]=="object"&&a0["*/*"]!==null&&Array.isArray(a0["*/*"])===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["*/*"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["*/*"]},g_))&&L$(a0["*/*"],w0+'["*/*"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["*/*"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:a0["*/*"]},g_))&&(cm===!1||Object.keys(a0).every(i_=>{if(["text/plain","application/json","multipart/form-data","application/x-www-form-url-encoded","*/*"].some(z_=>i_===z_))return!0;const s_=a0[i_];return s_===void 0?!0:s_===void 0||(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.IOperation.IMediaType | undefined)",value:s_},g_))&&L$(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApi.IOperation.IMediaType | undefined)",value:s_},g_)})),L$=(a0,w0,cm=!0)=>(a0.schema===void 0||(typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&VR(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:a0.examples},g_))&&nN(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:a0.examples},g_)),JN=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IOperation.IResponse",value:s_},g_))&&AL(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IOperation.IResponse",value:s_},g_)}),AL=(a0,w0,cm=!0)=>(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:"(Record<string, OpenApi.IOperation.IParameter> | undefined)",value:a0.headers},g_))&&B9(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:"(Record<string, OpenApi.IOperation.IParameter> | undefined)",value:a0.headers},g_))&&(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:a0.content},g_))&&oJ(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:a0.content},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0["x-nestia-encrypted"]===void 0||typeof a0["x-nestia-encrypted"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nestia-encrypted"]',expected:"(boolean | undefined)",value:a0["x-nestia-encrypted"]},g_)),B9=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IOperation.IParameter",value:s_},g_))&&SL(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApi.IOperation.IParameter",value:s_},g_)}),cJ=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(Array.isArray(s_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"Array<string>",value:s_},g_))&&s_.every((z_,vx)=>typeof z_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_)+"["+vx+"]",expected:"string",value:z_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"Array<string>",value:s_},g_)}),TL=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),sV=(a0,w0,cm=!0)=>(a0.swagger!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".swagger",expected:'("2.0" | `2.0.${number}`)',value:a0.swagger},g_))&&(a0.swagger!==void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".swagger",expected:'("2.0" | `2.0.${number}`)',value:a0.swagger},g_))&&(a0.swagger==="2.0"||typeof a0.swagger=="string"&&RegExp(/^2\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.swagger)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".swagger",expected:'("2.0" | `2.0.${number}`)',value:a0.swagger},g_))&&(a0.info===void 0||(typeof a0.info=="object"&&a0.info!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(SwaggerV2.IDocument.IInfo | undefined)",value:a0.info},g_))&&VN(a0.info,w0+".info",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(SwaggerV2.IDocument.IInfo | undefined)",value:a0.info},g_))&&(a0.host===void 0||typeof a0.host=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".host",expected:"(string | undefined)",value:a0.host},g_))&&(a0.basePath===void 0||typeof a0.basePath=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".basePath",expected:"(string | undefined)",value:a0.basePath},g_))&&(a0.consumes===void 0||(Array.isArray(a0.consumes)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".consumes",expected:"(Array<string> | undefined)",value:a0.consumes},g_))&&a0.consumes.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".consumes["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".consumes",expected:"(Array<string> | undefined)",value:a0.consumes},g_))&&(a0.produces===void 0||(Array.isArray(a0.produces)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".produces",expected:"(Array<string> | undefined)",value:a0.produces},g_))&&a0.produces.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".produces["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".produces",expected:"(Array<string> | undefined)",value:a0.produces},g_))&&(a0.definitions===void 0||(typeof a0.definitions=="object"&&a0.definitions!==null&&Array.isArray(a0.definitions)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".definitions",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.definitions},g_))&&Tq(a0.definitions,w0+".definitions",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".definitions",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.definitions},g_))&&(a0.parameters===void 0||(typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, SwaggerV2.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&Iq(a0.parameters,w0+".parameters",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, SwaggerV2.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, SwaggerV2.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&fJ(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, SwaggerV2.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&(a0.securityDefinitions===void 0||(typeof a0.securityDefinitions=="object"&&a0.securityDefinitions!==null&&Array.isArray(a0.securityDefinitions)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securityDefinitions",expected:"(Record<string, SwaggerV2.ISecurityDefinition> | undefined)",value:a0.securityDefinitions},g_))&&pz(a0.securityDefinitions,w0+".securityDefinitions",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securityDefinitions",expected:"(Record<string, SwaggerV2.ISecurityDefinition> | undefined)",value:a0.securityDefinitions},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.paths===void 0||(typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, SwaggerV2.IPath> | undefined)",value:a0.paths},g_))&&_z(a0.paths,w0+".paths",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, SwaggerV2.IPath> | undefined)",value:a0.paths},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<SwaggerV2.IDocument.ITag> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"SwaggerV2.IDocument.ITag",value:i_},g_))&&jee(i_,w0+".tags["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"SwaggerV2.IDocument.ITag",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<SwaggerV2.IDocument.ITag> | undefined)",value:a0.tags},g_)),VN=(a0,w0,cm=!0)=>(typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"string",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".termsOfService",expected:"(string | undefined)",value:a0.termsOfService},g_))&&(a0.contact===void 0||(typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(SwaggerV2.IDocument.IContact | undefined)",value:a0.contact},g_))&&PQ(a0.contact,w0+".contact",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(SwaggerV2.IDocument.IContact | undefined)",value:a0.contact},g_))&&(a0.license===void 0||(typeof a0.license=="object"&&a0.license!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(SwaggerV2.IDocument.ILicense | undefined)",value:a0.license},g_))&&Lee(a0.license,w0+".license",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(SwaggerV2.IDocument.ILicense | undefined)",value:a0.license},g_))&&(typeof a0.version=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".version",expected:"string",value:a0.version},g_)),PQ=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_))&&(a0.email===void 0||typeof a0.email=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".email",expected:"(string | undefined)",value:a0.email},g_)),Lee=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_)),Tq=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:s_},g_))&&BM(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:s_},g_)}),wM=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(boolean | null | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(boolean | null)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"boolean"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),lU=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&(Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'number & Type<"int64">',value:a0.default},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&(Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'number & Type<"int64">',value:a0.minimum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'((number & Type<"int64">) | undefined)',value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"&&(Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'number & Type<"int64">',value:a0.maximum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'((number & Type<"int64">) | undefined)',value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'number & Type<"uint64">',value:a0.multipleOf},g_))&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="integer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"integer"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),DX=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | number | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"number"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),fB=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | string | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | string)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"string"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),wX=(a0,w0,cm=!0)=>((typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.items},g_))&&BM(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.items},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),ZG=(a0,w0,cm=!0)=>(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.properties},g_))&&Tq(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&BM(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxProperties",expected:"(number | undefined)",value:a0.maxProperties},g_))&&(a0.minProperties===void 0||typeof a0.minProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minProperties",expected:"(number | undefined)",value:a0.minProperties},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="object"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"object"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_)),eW=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,PX=(a0,w0,cm=!0)=>((Array.isArray(a0["x-anyOf"])||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-anyOf"]},g_))&&a0["x-anyOf"].every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))&&BM(i_,w0+'["x-anyOf"]['+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-anyOf"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,OX=(a0,w0,cm=!0)=>((Array.isArray(a0["x-oneOf"])||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-oneOf"]},g_))&&a0["x-oneOf"].every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))&&BM(i_,w0+'["x-oneOf"]['+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-oneOf"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,EH=(a0,w0,cm=!0)=>(a0.type==="null"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"null"',value:a0.type},g_))&&(a0.default===null||a0.default===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | undefined)",value:a0.default},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,OQ=(a0,w0,cm=!0)=>(a0.type!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.type===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,Iq=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IOperation.IBodyParameter)",value:s_},g_))&&Uee(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IOperation.IBodyParameter)",value:s_},g_)}),kq=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(boolean | null | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(boolean | null)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"boolean"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),lJ=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&(Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'number & Type<"int64">',value:a0.default},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&(Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'number & Type<"int64">',value:a0.minimum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'((number & Type<"int64">) | undefined)',value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"&&(Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'number & Type<"int64">',value:a0.maximum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'((number & Type<"int64">) | undefined)',value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'number & Type<"uint64">',value:a0.multipleOf},g_))&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="integer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"integer"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),Cq=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | number | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"number"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),X8=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | string | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | string)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"string"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),PM=(a0,w0,cm=!0)=>((typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.items},g_))&&BM(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.items},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),fz=(a0,w0,cm=!0)=>(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.properties},g_))&&Tq(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&BM(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxProperties",expected:"(number | undefined)",value:a0.maxProperties},g_))&&(a0.minProperties===void 0||typeof a0.minProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minProperties",expected:"(number | undefined)",value:a0.minProperties},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="object"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"object"',value:a0.type},g_))&&(a0["x-nullable"]===void 0||typeof a0["x-nullable"]=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-nullable"]',expected:"(boolean | undefined)",value:a0["x-nullable"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),Eq=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),aV=(a0,w0,cm=!0)=>((Array.isArray(a0["x-anyOf"])||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-anyOf"]},g_))&&a0["x-anyOf"].every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))&&BM(i_,w0+'["x-anyOf"]['+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-anyOf"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),IL=(a0,w0,cm=!0)=>((Array.isArray(a0["x-oneOf"])||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-oneOf"]},g_))&&a0["x-oneOf"].every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))&&BM(i_,w0+'["x-oneOf"]['+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]['+s_+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:a0["x-oneOf"]},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),dz=(a0,w0,cm=!0)=>(a0.type==="null"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"null"',value:a0.type},g_))&&(a0.default===null||a0.default===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | undefined)",value:a0.default},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),oV=(a0,w0,cm=!0)=>(a0.type!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.type===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_)),uJ=(a0,w0,cm=!0)=>((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.schema},g_))&&BM(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:a0.schema},g_))&&(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(typeof a0.in=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:"string",value:a0.in},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_)),fJ=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"SwaggerV2.IOperation.IResponse",value:s_},g_))&&dB(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"SwaggerV2.IOperation.IResponse",value:s_},g_)}),dB=(a0,w0,cm=!0)=>(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.headers},g_))&&Tq(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:a0.headers},g_))&&(a0.schema===void 0||(typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&BM(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&!0,pz=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:s_},g_))&&bR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:s_},g_)}),mz=(a0,w0,cm=!0)=>(a0.type==="apiKey"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"apiKey"',value:a0.type},g_))&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:a0.in},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),f5=(a0,w0,cm=!0)=>(a0.type==="basic"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"basic"',value:a0.type},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),cV=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&(a0.flow==="implicit"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flow",expected:'"implicit"',value:a0.flow},g_))&&(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),D5=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&(a0.flow==="accessCode"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flow",expected:'"accessCode"',value:a0.flow},g_))&&(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),dJ=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&(a0.flow==="password"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flow",expected:'"password"',value:a0.flow},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),NX=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&(a0.flow==="application"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flow",expected:'"application"',value:a0.flow},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),_z=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"SwaggerV2.IPath",value:s_},g_))&&uU(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"SwaggerV2.IPath",value:s_},g_)}),uU=(a0,w0,cm=!0)=>(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:i_},g_))&&B$(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&(a0.delete===void 0||(typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(SwaggerV2.IOperation | undefined)",value:a0.delete},g_))&&mR(a0.delete,w0+'["delete"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(SwaggerV2.IOperation | undefined)",value:a0.delete},g_))&&(a0.head===void 0||(typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(SwaggerV2.IOperation | undefined)",value:a0.head},g_))&&mR(a0.head,w0+".head",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(SwaggerV2.IOperation | undefined)",value:a0.head},g_))&&(a0.get===void 0||(typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(SwaggerV2.IOperation | undefined)",value:a0.get},g_))&&mR(a0.get,w0+".get",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(SwaggerV2.IOperation | undefined)",value:a0.get},g_))&&(a0.post===void 0||(typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(SwaggerV2.IOperation | undefined)",value:a0.post},g_))&&mR(a0.post,w0+".post",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(SwaggerV2.IOperation | undefined)",value:a0.post},g_))&&(a0.put===void 0||(typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(SwaggerV2.IOperation | undefined)",value:a0.put},g_))&&mR(a0.put,w0+".put",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(SwaggerV2.IOperation | undefined)",value:a0.put},g_))&&(a0.patch===void 0||(typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(SwaggerV2.IOperation | undefined)",value:a0.patch},g_))&&mR(a0.patch,w0+".patch",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(SwaggerV2.IOperation | undefined)",value:a0.patch},g_))&&(a0.options===void 0||(typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(SwaggerV2.IOperation | undefined)",value:a0.options},g_))&&mR(a0.options,w0+".options",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(SwaggerV2.IOperation | undefined)",value:a0.options},g_))&&(a0.trace===void 0||(typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(SwaggerV2.IOperation | undefined)",value:a0.trace},g_))&&mR(a0.trace,w0+".trace",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(SwaggerV2.IOperation | undefined)",value:a0.trace},g_)),fU=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/parameters\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/parameters/${string}`",value:a0.$ref},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,mR=(a0,w0,cm=!0)=>(a0.operationId===void 0||typeof a0.operationId=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".operationId",expected:"(string | undefined)",value:a0.operationId},g_))&&(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/definitions/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/definitions/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:i_},g_))&&UQ(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/definitions/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/definitions/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/definitions/responses/${string}`>> | undefined)",value:a0.responses},g_))&&hz(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/definitions/responses/${string}`>> | undefined)",value:a0.responses},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_)),lV=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/definitions\/parameters\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/definitions/parameters/${string}`",value:a0.$ref},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,hz=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.IJsonSchema.IReference<`#/definitions/responses/${string}`> | SwaggerV2.IOperation.IResponse)",value:s_},g_))&&V$(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(SwaggerV2.IJsonSchema.IReference<`#/definitions/responses/${string}`> | SwaggerV2.IOperation.IResponse)",value:s_},g_)}),OM=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/definitions\/responses\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/definitions/responses/${string}`",value:a0.$ref},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,jee=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),pJ=(a0,w0,cm=!0)=>(a0.openapi!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openapi",expected:'("3.0" | `3.0.${number}`)',value:a0.openapi},g_))&&(a0.openapi!==void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openapi",expected:'("3.0" | `3.0.${number}`)',value:a0.openapi},g_))&&(a0.openapi==="3.0"||typeof a0.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openapi",expected:'("3.0" | `3.0.${number}`)',value:a0.openapi},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))&&NM(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&(a0.info===void 0||(typeof a0.info=="object"&&a0.info!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApiV3.IDocument.IInfo | undefined)",value:a0.info},g_))&&uV(a0.info,w0+".info",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApiV3.IDocument.IInfo | undefined)",value:a0.info},g_))&&(a0.components===void 0||(typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"(OpenApiV3.IComponents | undefined)",value:a0.components},g_))&&FM(a0.components,w0+".components",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"(OpenApiV3.IComponents | undefined)",value:a0.components},g_))&&(a0.paths===void 0||(typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApiV3.IPath> | undefined)",value:a0.paths},g_))&&UD(a0.paths,w0+".paths",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApiV3.IPath> | undefined)",value:a0.paths},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApiV3.IDocument.ITag> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApiV3.IDocument.ITag",value:i_},g_))&&_B(i_,w0+".tags["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApiV3.IDocument.ITag",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApiV3.IDocument.ITag> | undefined)",value:a0.tags},g_)),NM=(a0,w0,cm=!0)=>(typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"string",value:a0.url},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.variables===void 0||(typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApiV3.IServer.IVariable> | undefined)",value:a0.variables},g_))&&FX(a0.variables,w0+".variables",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApiV3.IServer.IVariable> | undefined)",value:a0.variables},g_)),FX=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IServer.IVariable",value:s_},g_))&&gz(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IServer.IVariable",value:s_},g_)}),gz=(a0,w0,cm=!0)=>(typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"string",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string> | undefined)",value:a0.enum},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),uV=(a0,w0,cm=!0)=>(typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"string",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".termsOfService",expected:"(string | undefined)",value:a0.termsOfService},g_))&&(a0.contact===void 0||(typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApiV3.IDocument.IContact | undefined)",value:a0.contact},g_))&&_R(a0.contact,w0+".contact",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApiV3.IDocument.IContact | undefined)",value:a0.contact},g_))&&(a0.license===void 0||(typeof a0.license=="object"&&a0.license!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApiV3.IDocument.ILicense | undefined)",value:a0.license},g_))&&kL(a0.license,w0+".license",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApiV3.IDocument.ILicense | undefined)",value:a0.license},g_))&&(typeof a0.version=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".version",expected:"string",value:a0.version},g_)),_R=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_))&&(a0.email===void 0||typeof a0.email=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".email",expected:"(string | undefined)",value:a0.email},g_)),kL=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_)),FM=(a0,w0,cm=!0)=>(a0.schemas===void 0||(typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:a0.schemas},g_))&&pB(a0.schemas,w0+".schemas",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:a0.schemas},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApiV3.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&hR(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApiV3.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&(a0.parameters===void 0||(typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, OpenApiV3.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&tW(a0.parameters,w0+".parameters",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, OpenApiV3.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&(a0.requestBodies===void 0||(typeof a0.requestBodies=="object"&&a0.requestBodies!==null&&Array.isArray(a0.requestBodies)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBodies",expected:"(Record<string, OpenApiV3.IOperation.IRequestBody> | undefined)",value:a0.requestBodies},g_))&&V3(a0.requestBodies,w0+".requestBodies",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBodies",expected:"(Record<string, OpenApiV3.IOperation.IRequestBody> | undefined)",value:a0.requestBodies},g_))&&(a0.securitySchemes===void 0||(typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApiV3.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_))&&MX(a0.securitySchemes,w0+".securitySchemes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApiV3.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_))&&(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<OpenApiV3.IOperation.IParameter, "in">> | undefined)',value:a0.headers},g_))&&vz(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<OpenApiV3.IOperation.IParameter, "in">> | undefined)',value:a0.headers},g_))&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApiV3.IExample> | undefined)",value:a0.examples},g_))&&PE(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApiV3.IExample> | undefined)",value:a0.examples},g_)),pB=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:s_},g_))&&JM(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:s_},g_)}),dU=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(boolean | null | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(boolean | null)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"boolean"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),$X=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&(Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'number & Type<"int64">',value:a0.default},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&(Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'number & Type<"int64">',value:a0.minimum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'((number & Type<"int64">) | undefined)',value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"&&(Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'number & Type<"int64">',value:a0.maximum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'((number & Type<"int64">) | undefined)',value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'number & Type<"uint64">',value:a0.multipleOf},g_))&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="integer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"integer"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),RX=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | number | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"number"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),NQ=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | string | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | string)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"string"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),rO=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&((typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.items},g_))&&JM(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.items},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),Bee=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:a0.properties},g_))&&pB(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&JM(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:a0.additionalProperties},g_))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxProperties",expected:"(number | undefined)",value:a0.maxProperties},g_))&&(a0.minProperties===void 0||typeof a0.minProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minProperties",expected:"(number | undefined)",value:a0.minProperties},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="object"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"object"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),I8=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,Dq=(a0,w0,cm=!0)=>((Array.isArray(a0.allOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.allOf},g_))&&a0.allOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))&&JM(i_,w0+".allOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.allOf},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,FQ=(a0,w0,cm=!0)=>((Array.isArray(a0.anyOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.anyOf},g_))&&a0.anyOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))&&JM(i_,w0+".anyOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.anyOf},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,fV=(a0,w0,cm=!0)=>((Array.isArray(a0.oneOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.oneOf},g_))&&a0.oneOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))&&JM(i_,w0+".oneOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3.IJsonSchema>",value:a0.oneOf},g_))&&(a0.discriminator===void 0||(typeof a0.discriminator=="object"&&a0.discriminator!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&mJ(a0.discriminator,w0+".discriminator",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,mJ=(a0,w0,cm=!0)=>(typeof a0.propertyName=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".propertyName",expected:"string",value:a0.propertyName},g_))&&(a0.mapping===void 0||(typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_))&&j9(a0.mapping,w0+".mapping",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_)),wq=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | undefined)",value:a0.default},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="null"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"null"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),UN=(a0,w0,cm=!0)=>(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.type===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),hR=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IResponse",value:s_},g_))&&BR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IResponse",value:s_},g_)}),BR=(a0,w0,cm=!0)=>(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&$P(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<IParameter, "in"> | IReference<`#/components/headers/${string}`>> | undefined)',value:a0.headers},g_))&&t9(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<IParameter, "in"> | IReference<`#/components/headers/${string}`>> | undefined)',value:a0.headers},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),$P=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IMediaType",value:s_},g_))&&pU(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IMediaType",value:s_},g_)}),pU=(a0,w0,cm=!0)=>(a0.schema===void 0||(typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&JM(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | undefined)",value:a0.schema},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_))&&dV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_)),dV=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IExample | OpenApiV3.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:s_},g_))&&hV(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IExample | OpenApiV3.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:s_},g_)}),F8=(a0,w0,cm=!0)=>(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".externalValue",expected:"(string | undefined)",value:a0.externalValue},g_)),M8=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/examples/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,t9=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:s_},g_))&&U$(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:s_},g_)}),$Q=(a0,w0,cm=!0)=>(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_))&&dV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_))&&((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.schema},g_))&&JM(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.schema},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_)),DH=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/headers/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,tW=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IParameter",value:s_},g_))&&r9(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IParameter",value:s_},g_)}),r9=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:a0.in},g_))&&((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.schema},g_))&&JM(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:a0.schema},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_))&&dV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:a0.examples},g_)),V3=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IRequestBody",value:s_},g_))&&wP(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IOperation.IRequestBody",value:s_},g_)}),wP=(a0,w0,cm=!0)=>(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&$P(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:a0.content},g_)),MX=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:s_},g_))&&SR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:s_},g_)}),yz=(a0,w0,cm=!0)=>(a0.type==="apiKey"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"apiKey"',value:a0.type},g_))&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:a0.in},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),_J=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="basic"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"basic"',value:a0.scheme},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),ene=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="bearer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"bearer"',value:a0.scheme},g_))&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".bearerFormat",expected:"(string | undefined)",value:a0.bearerFormat},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),hN=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&((typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApiV3.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&mB(a0.flows,w0+".flows",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApiV3.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),mB=(a0,w0,cm=!0)=>(a0.authorizationCode===void 0||(typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApiV3.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&NO(a0.authorizationCode,w0+".authorizationCode",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApiV3.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&(a0.implicit===void 0||(typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&gR(a0.implicit,w0+".implicit",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&(a0.password===void 0||(typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&YI(a0.password,w0+".password",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&(a0.clientCredentials===void 0||(typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_))&&YI(a0.clientCredentials,w0+".clientCredentials",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_)),NO=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),gR=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),YI=(a0,w0,cm=!0)=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),$M=(a0,w0,cm=!0)=>(a0.type==="openIdConnect"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"openIdConnect"',value:a0.type},g_))&&(typeof a0.openIdConnectUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openIdConnectUrl",expected:"string",value:a0.openIdConnectUrl},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),vz=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'Omit<OpenApiV3.IOperation.IParameter, "in">',value:s_},g_))&&$Q(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'Omit<OpenApiV3.IOperation.IParameter, "in">',value:s_},g_)}),PE=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IExample",value:s_},g_))&&F8(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IExample",value:s_},g_)}),UD=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IPath",value:s_},g_))&&LX(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3.IPath",value:s_},g_)}),LX=(a0,w0,cm=!0)=>(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:i_},g_))&&J$(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))&&NM(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.delete===void 0||(typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApiV3.IOperation | undefined)",value:a0.delete},g_))&&hJ(a0.delete,w0+'["delete"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApiV3.IOperation | undefined)",value:a0.delete},g_))&&(a0.head===void 0||(typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApiV3.IOperation | undefined)",value:a0.head},g_))&&hJ(a0.head,w0+".head",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApiV3.IOperation | undefined)",value:a0.head},g_))&&(a0.get===void 0||(typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApiV3.IOperation | undefined)",value:a0.get},g_))&&hJ(a0.get,w0+".get",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApiV3.IOperation | undefined)",value:a0.get},g_))&&(a0.post===void 0||(typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApiV3.IOperation | undefined)",value:a0.post},g_))&&hJ(a0.post,w0+".post",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApiV3.IOperation | undefined)",value:a0.post},g_))&&(a0.put===void 0||(typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApiV3.IOperation | undefined)",value:a0.put},g_))&&hJ(a0.put,w0+".put",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApiV3.IOperation | undefined)",value:a0.put},g_))&&(a0.patch===void 0||(typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApiV3.IOperation | undefined)",value:a0.patch},g_))&&hJ(a0.patch,w0+".patch",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApiV3.IOperation | undefined)",value:a0.patch},g_))&&(a0.options===void 0||(typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApiV3.IOperation | undefined)",value:a0.options},g_))&&hJ(a0.options,w0+".options",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApiV3.IOperation | undefined)",value:a0.options},g_))&&(a0.trace===void 0||(typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApiV3.IOperation | undefined)",value:a0.trace},g_))&&hJ(a0.trace,w0+".trace",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApiV3.IOperation | undefined)",value:a0.trace},g_)),RM=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/parameters/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,hJ=(a0,w0,cm=!0)=>(a0.operationId===void 0||typeof a0.operationId=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".operationId",expected:"(string | undefined)",value:a0.operationId},g_))&&(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:i_},g_))&&J$(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:a0.parameters},g_))&&(a0.requestBody===void 0||(typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&p5(a0.requestBody,w0+".requestBody",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>> | undefined)",value:a0.responses},g_))&&j$(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>> | undefined)",value:a0.responses},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))&&NM(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_)),Iw=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/requestBodies/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,j$=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3.IOperation.IResponse)",value:s_},g_))&&AR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3.IOperation.IResponse)",value:s_},g_)}),RP=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/responses/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,_B=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),mU=(a0,w0,cm=!0)=>(typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openapi",expected:"`3.1.${number}`",value:a0.openapi},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))&&yR(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&(a0.info===void 0||(typeof a0.info=="object"&&a0.info!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApiV3_1.IDocument.IInfo | undefined)",value:a0.info},g_))&&RQ(a0.info,w0+".info",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".info",expected:"(OpenApiV3_1.IDocument.IInfo | undefined)",value:a0.info},g_))&&(a0.components===void 0||(typeof a0.components=="object"&&a0.components!==null&&Array.isArray(a0.components)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"(OpenApiV3_1.IComponents | undefined)",value:a0.components},g_))&&NF(a0.components,w0+".components",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".components",expected:"(OpenApiV3_1.IComponents | undefined)",value:a0.components},g_))&&(a0.paths===void 0||(typeof a0.paths=="object"&&a0.paths!==null&&Array.isArray(a0.paths)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:a0.paths},g_))&&jQ(a0.paths,w0+".paths",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".paths",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:a0.paths},g_))&&(a0.webhooks===void 0||(typeof a0.webhooks=="object"&&a0.webhooks!==null&&Array.isArray(a0.webhooks)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".webhooks",expected:"(Record<string, IPath | IReference<`#/components/pathItems/${string}`>> | undefined)",value:a0.webhooks},g_))&&VQ(a0.webhooks,w0+".webhooks",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".webhooks",expected:"(Record<string, IPath | IReference<`#/components/pathItems/${string}`>> | undefined)",value:a0.webhooks},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApiV3_1.IDocument.ITag> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApiV3_1.IDocument.ITag",value:i_},g_))&&FH(i_,w0+".tags["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"OpenApiV3_1.IDocument.ITag",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<OpenApiV3_1.IDocument.ITag> | undefined)",value:a0.tags},g_)),yR=(a0,w0,cm=!0)=>(typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"string",value:a0.url},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.variables===void 0||(typeof a0.variables=="object"&&a0.variables!==null&&Array.isArray(a0.variables)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApiV3_1.IServer.IVariable> | undefined)",value:a0.variables},g_))&&OF(a0.variables,w0+".variables",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".variables",expected:"(Record<string, OpenApiV3_1.IServer.IVariable> | undefined)",value:a0.variables},g_)),OF=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IServer.IVariable",value:s_},g_))&&jX(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IServer.IVariable",value:s_},g_)}),jX=(a0,w0,cm=!0)=>(typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"string",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"((Array<string> & MinItems<1>) | undefined)",value:a0.enum},g_))&&(1<=a0.enum.length||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"Array<> & MinItems<1>",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"((Array<string> & MinItems<1>) | undefined)",value:a0.enum},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),RQ=(a0,w0,cm=!0)=>(typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"string",value:a0.title},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.termsOfService===void 0||typeof a0.termsOfService=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".termsOfService",expected:"(string | undefined)",value:a0.termsOfService},g_))&&(a0.contact===void 0||(typeof a0.contact=="object"&&a0.contact!==null&&Array.isArray(a0.contact)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApiV3_1.IDocument.IContact | undefined)",value:a0.contact},g_))&&Jee(a0.contact,w0+".contact",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contact",expected:"(OpenApiV3_1.IDocument.IContact | undefined)",value:a0.contact},g_))&&(a0.license===void 0||(typeof a0.license=="object"&&a0.license!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApiV3_1.IDocument.ILicense | undefined)",value:a0.license},g_))&&J8(a0.license,w0+".license",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".license",expected:"(OpenApiV3_1.IDocument.ILicense | undefined)",value:a0.license},g_))&&(typeof a0.version=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".version",expected:"string",value:a0.version},g_)),Jee=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_))&&(a0.email===void 0||typeof a0.email=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".email",expected:"(string | undefined)",value:a0.email},g_)),J8=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.identifier===void 0||typeof a0.identifier=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".identifier",expected:"(string | undefined)",value:a0.identifier},g_))&&(a0.url===void 0||typeof a0.url=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".url",expected:"(string | undefined)",value:a0.url},g_)),NF=(a0,w0,cm=!0)=>(a0.schemas===void 0||(typeof a0.schemas=="object"&&a0.schemas!==null&&Array.isArray(a0.schemas)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.schemas},g_))&&Pq(a0.schemas,w0+".schemas",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schemas",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.schemas},g_))&&(a0.pathItems===void 0||(typeof a0.pathItems=="object"&&a0.pathItems!==null&&Array.isArray(a0.pathItems)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pathItems",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:a0.pathItems},g_))&&jQ(a0.pathItems,w0+".pathItems",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pathItems",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:a0.pathItems},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApiV3_1.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&iW(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, OpenApiV3_1.IOperation.IResponse> | undefined)",value:a0.responses},g_))&&(a0.parameters===void 0||(typeof a0.parameters=="object"&&a0.parameters!==null&&Array.isArray(a0.parameters)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, OpenApiV3_1.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&sW(a0.parameters,w0+".parameters",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Record<string, OpenApiV3_1.IOperation.IParameter> | undefined)",value:a0.parameters},g_))&&(a0.requestBodies===void 0||(typeof a0.requestBodies=="object"&&a0.requestBodies!==null&&Array.isArray(a0.requestBodies)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBodies",expected:"(Record<string, OpenApiV3_1.IOperation.IRequestBody> | undefined)",value:a0.requestBodies},g_))&&l$(a0.requestBodies,w0+".requestBodies",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBodies",expected:"(Record<string, OpenApiV3_1.IOperation.IRequestBody> | undefined)",value:a0.requestBodies},g_))&&(a0.securitySchemes===void 0||(typeof a0.securitySchemes=="object"&&a0.securitySchemes!==null&&Array.isArray(a0.securitySchemes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApiV3_1.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_))&&yU(a0.securitySchemes,w0+".securitySchemes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".securitySchemes",expected:"(Record<string, OpenApiV3_1.ISecurityScheme> | undefined)",value:a0.securitySchemes},g_))&&(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<OpenApiV3_1.IOperation.IParameter, "in">> | undefined)',value:a0.headers},g_))&&_V(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, Omit<OpenApiV3_1.IOperation.IParameter, "in">> | undefined)',value:a0.headers},g_))&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApiV3_1.IExample> | undefined)",value:a0.examples},g_))&&Vee(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, OpenApiV3_1.IExample> | undefined)",value:a0.examples},g_)),Pq=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),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)",value:s_},g_))&&w5(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),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)",value:s_},g_)}),wH=(a0,w0,cm=!0)=>((Array.isArray(a0.type)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'Array<"string" | "number" | "boolean" | "object" | "null" | "integer" | "array">',value:a0.type},g_))&&a0.type.every((i_,s_)=>i_==="string"||i_==="number"||i_==="boolean"||i_==="object"||i_==="null"||i_==="integer"||i_==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type["+s_+"]",expected:'("array" | "boolean" | "integer" | "null" | "number" | "object" | "string")',value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'Array<"string" | "number" | "boolean" | "object" | "null" | "integer" | "array">',value:a0.type},g_))&&(a0.default===null||a0.default===void 0||Array.isArray(a0.default)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(Array<any> | null | undefined)",value:a0.default},g_))&&(a0.enum===void 0||Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<any> | undefined)",value:a0.enum},g_))&&(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["const"]',expected:"(boolean | number | string)",value:a0.const},g_))&&(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contentMediaType",expected:"(string | undefined)",value:a0.contentMediaType},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.items!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_))&&(a0.items===void 0||Array.isArray(a0.items)&&a0.items.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".items["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items["+s_+"]",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)",value:i_},g_))||typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&w5(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.prefixItems===void 0||(Array.isArray(a0.prefixItems)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:a0.prefixItems},g_))&&a0.prefixItems.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".prefixItems["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:a0.prefixItems},g_))&&(a0.additionalItems!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||(typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&w5(a0.additionalItems,w0+".additionalItems",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.properties},g_))&&Pq(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&w5(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxProperties",expected:"(number | undefined)",value:a0.maxProperties},g_))&&(a0.minProperties===void 0||typeof a0.minProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minProperties",expected:"(number | undefined)",value:a0.minProperties},g_))&&((Array.isArray(a0.oneOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.oneOf},g_))&&a0.oneOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".oneOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.oneOf},g_))&&(a0.discriminator===void 0||(typeof a0.discriminator=="object"&&a0.discriminator!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&OH(a0.discriminator,w0+".discriminator",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&((Array.isArray(a0.anyOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.anyOf},g_))&&a0.anyOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".anyOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.anyOf},g_))&&((Array.isArray(a0.allOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.allOf},g_))&&a0.allOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".allOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.allOf},g_))&&(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_)),d5=(a0,w0,cm=!0)=>(typeof a0.const=="string"||typeof a0.const=="number"||typeof a0.const=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["const"]',expected:"(boolean | number | string)",value:a0.const},g_))&&(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,MM=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(boolean | null | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(boolean | null)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:a0.enum},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"boolean"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),vR=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"&&(Math.floor(a0.default)===a0.default&&-9223372036854776e3<=a0.default&&a0.default<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'number & Type<"int64">',value:a0.default},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"&&(Math.floor(a0.minimum)===a0.minimum&&-9223372036854776e3<=a0.minimum&&a0.minimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'number & Type<"int64">',value:a0.minimum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:'((number & Type<"int64">) | undefined)',value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"&&(Math.floor(a0.maximum)===a0.maximum&&-9223372036854776e3<=a0.maximum&&a0.maximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'number & Type<"int64">',value:a0.maximum},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:'((number & Type<"int64">) | undefined)',value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"&&(Math.floor(a0.exclusiveMinimum)===a0.exclusiveMinimum&&-9223372036854776e3<=a0.exclusiveMinimum&&a0.exclusiveMinimum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:'number & Type<"int64">',value:a0.exclusiveMinimum},g_))||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:'((number & Type<"int64">) | boolean | undefined)',value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"&&(Math.floor(a0.exclusiveMaximum)===a0.exclusiveMaximum&&-9223372036854776e3<=a0.exclusiveMaximum&&a0.exclusiveMaximum<=9223372036854776e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:'number & Type<"int64">',value:a0.exclusiveMaximum},g_))||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:'((number & Type<"int64">) | boolean | undefined)',value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(Math.floor(a0.multipleOf)===a0.multipleOf&&0<=a0.multipleOf&&a0.multipleOf<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'number & Type<"uint64">',value:a0.multipleOf},g_))&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="integer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"integer"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),_U=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | number | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | number)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<number | null> | undefined)",value:a0.enum},g_))&&(a0.minimum===void 0||typeof a0.minimum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minimum",expected:"(number | undefined)",value:a0.minimum},g_))&&(a0.maximum===void 0||typeof a0.maximum=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maximum",expected:"(number | undefined)",value:a0.maximum},g_))&&(a0.exclusiveMinimum===void 0||typeof a0.exclusiveMinimum=="number"||typeof a0.exclusiveMinimum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:a0.exclusiveMinimum},g_))&&(a0.exclusiveMaximum===void 0||typeof a0.exclusiveMaximum=="number"||typeof a0.exclusiveMaximum=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:a0.exclusiveMaximum},g_))&&(a0.multipleOf===void 0||typeof a0.multipleOf=="number"&&(0<a0.multipleOf||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:a0.multipleOf},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:a0.multipleOf},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"number"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),LM=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.default===null||a0.default===void 0||typeof a0.default=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | string | undefined)",value:a0.default},g_))&&(a0.enum===void 0||(Array.isArray(a0.enum)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&a0.enum.every((i_,s_)=>i_===null||typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]['+s_+"]",expected:"(null | string)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["enum"]',expected:"(Array<string | null> | undefined)",value:a0.enum},g_))&&(a0.format===void 0||typeof a0.format=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".format",expected:"(string | undefined)",value:a0.format},g_))&&(a0.pattern===void 0||typeof a0.pattern=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".pattern",expected:"(string | undefined)",value:a0.pattern},g_))&&(a0.contentMediaType===void 0||typeof a0.contentMediaType=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".contentMediaType",expected:"(string | undefined)",value:a0.contentMediaType},g_))&&(a0.minLength===void 0||typeof a0.minLength=="number"&&(Math.floor(a0.minLength)===a0.minLength&&0<=a0.minLength&&a0.minLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'number & Type<"uint64">',value:a0.minLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.minLength},g_))&&(a0.maxLength===void 0||typeof a0.maxLength=="number"&&(Math.floor(a0.maxLength)===a0.maxLength&&0<=a0.maxLength&&a0.maxLength<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'number & Type<"uint64">',value:a0.maxLength},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxLength},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"string"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),rW=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.items!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_))&&(a0.items===void 0||Array.isArray(a0.items)&&a0.items.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".items["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items["+s_+"]",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)",value:i_},g_))||typeof a0.items=="object"&&a0.items!==null&&Array.isArray(a0.items)===!1&&w5(a0.items,w0+".items",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".items",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)",value:a0.items},g_))&&(a0.prefixItems===void 0||(Array.isArray(a0.prefixItems)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:a0.prefixItems},g_))&&a0.prefixItems.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".prefixItems["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:a0.prefixItems},g_))&&(a0.uniqueItems===void 0||typeof a0.uniqueItems=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".uniqueItems",expected:"(boolean | undefined)",value:a0.uniqueItems},g_))&&(a0.additionalItems!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&(a0.additionalItems===void 0||typeof a0.additionalItems=="boolean"||(typeof a0.additionalItems=="object"&&a0.additionalItems!==null&&Array.isArray(a0.additionalItems)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&w5(a0.additionalItems,w0+".additionalItems",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalItems",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)",value:a0.additionalItems},g_))&&(a0.minItems===void 0||typeof a0.minItems=="number"&&(Math.floor(a0.minItems)===a0.minItems&&0<=a0.minItems&&a0.minItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'number & Type<"uint64">',value:a0.minItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.minItems},g_))&&(a0.maxItems===void 0||typeof a0.maxItems=="number"&&(Math.floor(a0.maxItems)===a0.maxItems&&0<=a0.maxItems&&a0.maxItems<=18446744073709552e3||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'number & Type<"uint64">',value:a0.maxItems},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:a0.maxItems},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="array"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"array"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),S_=(a0,w0,cm=!0)=>(a0.nullable===void 0||typeof a0.nullable=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".nullable",expected:"(boolean | undefined)",value:a0.nullable},g_))&&(a0.properties===void 0||(typeof a0.properties=="object"&&a0.properties!==null&&Array.isArray(a0.properties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.properties},g_))&&Pq(a0.properties,w0+".properties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:a0.properties},g_))&&(a0.required===void 0||(Array.isArray(a0.required)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&a0.required.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(Array<string> | undefined)",value:a0.required},g_))&&(a0.additionalProperties!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&(a0.additionalProperties===void 0||typeof a0.additionalProperties=="boolean"||(typeof a0.additionalProperties=="object"&&a0.additionalProperties!==null&&Array.isArray(a0.additionalProperties)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&w5(a0.additionalProperties,w0+".additionalProperties",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".additionalProperties",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)",value:a0.additionalProperties},g_))&&(a0.maxProperties===void 0||typeof a0.maxProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".maxProperties",expected:"(number | undefined)",value:a0.maxProperties},g_))&&(a0.minProperties===void 0||typeof a0.minProperties=="number"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".minProperties",expected:"(number | undefined)",value:a0.minProperties},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="object"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"object"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),o_=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"string",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,EN=(a0,w0,cm=!0)=>(typeof a0.$recursiveRef=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$recursiveRef",expected:"string",value:a0.$recursiveRef},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,MQ=(a0,w0,cm=!0)=>((Array.isArray(a0.allOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.allOf},g_))&&a0.allOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".allOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.allOf},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,CL=(a0,w0,cm=!0)=>((Array.isArray(a0.anyOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.anyOf},g_))&&a0.anyOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".anyOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.anyOf},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,PH=(a0,w0,cm=!0)=>((Array.isArray(a0.oneOf)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.oneOf},g_))&&a0.oneOf.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",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)",value:i_},g_))&&w5(i_,w0+".oneOf["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf["+s_+"]",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)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:a0.oneOf},g_))&&(a0.discriminator===void 0||(typeof a0.discriminator=="object"&&a0.discriminator!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&OH(a0.discriminator,w0+".discriminator",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:a0.discriminator},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,OH=(a0,w0,cm=!0)=>(typeof a0.propertyName=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".propertyName",expected:"string",value:a0.propertyName},g_))&&(a0.mapping===void 0||(typeof a0.mapping=="object"&&a0.mapping!==null&&Array.isArray(a0.mapping)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_))&&j9(a0.mapping,w0+".mapping",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".mapping",expected:"(Record<string, string> | undefined)",value:a0.mapping},g_)),LQ=(a0,w0,cm=!0)=>(a0.default===null||a0.default===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["default"]',expected:"(null | undefined)",value:a0.default},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.type==="null"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"null"',value:a0.type},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),hU=(a0,w0,cm=!0)=>(a0.type!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&(a0.type===void 0||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:"undefined",value:a0.type},g_))&&!0&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)),jQ=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IPath",value:s_},g_))&&nW(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IPath",value:s_},g_)}),nW=(a0,w0,cm=!0)=>(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:i_},g_))&&zN(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:a0.parameters},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))&&yR(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.delete===void 0||(typeof a0.delete=="object"&&a0.delete!==null&&Array.isArray(a0.delete)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.delete},g_))&&EL(a0.delete,w0+'["delete"]',cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["delete"]',expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.delete},g_))&&(a0.head===void 0||(typeof a0.head=="object"&&a0.head!==null&&Array.isArray(a0.head)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.head},g_))&&EL(a0.head,w0+".head",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".head",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.head},g_))&&(a0.get===void 0||(typeof a0.get=="object"&&a0.get!==null&&Array.isArray(a0.get)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.get},g_))&&EL(a0.get,w0+".get",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".get",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.get},g_))&&(a0.post===void 0||(typeof a0.post=="object"&&a0.post!==null&&Array.isArray(a0.post)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.post},g_))&&EL(a0.post,w0+".post",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".post",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.post},g_))&&(a0.put===void 0||(typeof a0.put=="object"&&a0.put!==null&&Array.isArray(a0.put)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.put},g_))&&EL(a0.put,w0+".put",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".put",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.put},g_))&&(a0.patch===void 0||(typeof a0.patch=="object"&&a0.patch!==null&&Array.isArray(a0.patch)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.patch},g_))&&EL(a0.patch,w0+".patch",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".patch",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.patch},g_))&&(a0.options===void 0||(typeof a0.options=="object"&&a0.options!==null&&Array.isArray(a0.options)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.options},g_))&&EL(a0.options,w0+".options",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".options",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.options},g_))&&(a0.trace===void 0||(typeof a0.trace=="object"&&a0.trace!==null&&Array.isArray(a0.trace)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.trace},g_))&&EL(a0.trace,w0+".trace",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".trace",expected:"(OpenApiV3_1.IOperation | undefined)",value:a0.trace},g_)),BX=(a0,w0,cm=!0)=>(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.in==="path"||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:a0.in},g_))&&((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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)",value:a0.schema},g_))&&w5(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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)",value:a0.schema},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_))&&pV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_)),pV=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IExample | OpenApiV3_1.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:s_},g_))&&bz(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IExample | OpenApiV3_1.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:s_},g_)}),JX=(a0,w0,cm=!0)=>(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.externalValue===void 0||typeof a0.externalValue=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".externalValue",expected:"(string | undefined)",value:a0.externalValue},g_)),gU=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/examples/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,BQ=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/headers/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,hB=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/parameters/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,EL=(a0,w0,cm=!0)=>(a0.operationId===void 0||typeof a0.operationId=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".operationId",expected:"(string | undefined)",value:a0.operationId},g_))&&(a0.parameters===void 0||(Array.isArray(a0.parameters)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:a0.parameters},g_))&&a0.parameters.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:i_},g_))&&zN(i_,w0+".parameters["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters["+s_+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:a0.parameters},g_))&&(a0.requestBody===void 0||(typeof a0.requestBody=="object"&&a0.requestBody!==null&&Array.isArray(a0.requestBody)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3_1.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&gN(a0.requestBody,w0+".requestBody",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".requestBody",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3_1.IOperation.IRequestBody | undefined)",value:a0.requestBody},g_))&&(a0.responses===void 0||(typeof a0.responses=="object"&&a0.responses!==null&&Array.isArray(a0.responses)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>>.o1 | undefined)",value:a0.responses},g_))&&jM(a0.responses,w0+".responses",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>>.o1 | undefined)",value:a0.responses},g_))&&(a0.servers===void 0||(Array.isArray(a0.servers)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&a0.servers.every((i_,s_)=>(typeof i_=="object"&&i_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))&&yR(i_,w0+".servers["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers["+s_+"]",expected:"OpenApiV3_1.IServer",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:a0.servers},g_))&&(a0.summary===void 0||typeof a0.summary=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".summary",expected:"(string | undefined)",value:a0.summary},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.security===void 0||(Array.isArray(a0.security)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&a0.security.every((i_,s_)=>(typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))&&cJ(i_,w0+".security["+s_+"]",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security["+s_+"]",expected:"Record<string, Array<string>>",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:a0.security},g_))&&(a0.tags===void 0||(Array.isArray(a0.tags)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&a0.tags.every((i_,s_)=>typeof i_=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags["+s_+"]",expected:"string",value:i_},g_))||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tags",expected:"(Array<string> | undefined)",value:a0.tags},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_)),gJ=(a0,w0,cm=!0)=>(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&c$(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:a0.content},g_)),c$=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IMediaType",value:s_},g_))&&yJ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IMediaType",value:s_},g_)}),yJ=(a0,w0,cm=!0)=>(a0.schema===void 0||(typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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 | undefined)",value:a0.schema},g_))&&w5(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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 | undefined)",value:a0.schema},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_))&&pV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_)),y4=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/requestBodies/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,jM=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3_1.IOperation.IResponse)",value:s_},g_))&&tne(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3_1.IOperation.IResponse)",value:s_},g_)}),JQ=(a0,w0,cm=!0)=>(a0.content===void 0||(typeof a0.content=="object"&&a0.content!==null&&Array.isArray(a0.content)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&c$(a0.content,w0+".content",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:a0.content},g_))&&(a0.headers===void 0||(typeof a0.headers=="object"&&a0.headers!==null&&Array.isArray(a0.headers)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, IReference<`#/components/headers/${string}`> | Omit<IParameter, "in">> | undefined)',value:a0.headers},g_))&&VX(a0.headers,w0+".headers",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".headers",expected:'(Record<string, IReference<`#/components/headers/${string}`> | Omit<IParameter, "in">> | undefined)',value:a0.headers},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),VX=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'(Omit<OpenApiV3_1.IOperation.IParameter, "in"> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:s_},g_))&&rne(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'(Omit<OpenApiV3_1.IOperation.IParameter, "in"> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:s_},g_)}),JR=(a0,w0,cm=!0)=>(a0.required===void 0||typeof a0.required=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".required",expected:"(boolean | undefined)",value:a0.required},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&!0&&(a0.examples===void 0||(typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_))&&pV(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:a0.examples},g_))&&((typeof a0.schema=="object"&&a0.schema!==null&&Array.isArray(a0.schema)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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)",value:a0.schema},g_))&&w5(a0.schema,w0+".schema",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".schema",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)",value:a0.schema},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_)),gB=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/responses/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,iW=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IResponse",value:s_},g_))&&JQ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IResponse",value:s_},g_)}),sW=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IParameter",value:s_},g_))&&BX(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IParameter",value:s_},g_)}),l$=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IRequestBody",value:s_},g_))&&gJ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IOperation.IRequestBody",value:s_},g_)}),yU=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:s_},g_))&&Sz(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:s_},g_)}),vJ=(a0,w0,cm=!0)=>(a0.type==="apiKey"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"apiKey"',value:a0.type},g_))&&(a0.in===void 0||a0.in==="query"||a0.in==="header"||a0.in==="cookie"||_assertGuard_2(cm,{method:"typia.assert",path:w0+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:a0.in},g_))&&(a0.name===void 0||typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"(string | undefined)",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),xz=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="basic"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"basic"',value:a0.scheme},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),FD=(a0,w0,cm=!0)=>(a0.type==="http"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"http"',value:a0.type},g_))&&(a0.scheme==="bearer"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scheme",expected:'"bearer"',value:a0.scheme},g_))&&(a0.bearerFormat===void 0||typeof a0.bearerFormat=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".bearerFormat",expected:"(string | undefined)",value:a0.bearerFormat},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),xR=(a0,w0,cm=!0)=>(a0.type==="oauth2"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"oauth2"',value:a0.type},g_))&&((typeof a0.flows=="object"&&a0.flows!==null&&Array.isArray(a0.flows)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApiV3_1.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&J9(a0.flows,w0+".flows",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".flows",expected:"OpenApiV3_1.ISecurityScheme.IOAuth2.IFlowSet",value:a0.flows},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),J9=(a0,w0,cm=!0)=>(a0.authorizationCode===void 0||(typeof a0.authorizationCode=="object"&&a0.authorizationCode!==null&&Array.isArray(a0.authorizationCode)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&DN(a0.authorizationCode,w0+".authorizationCode",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationCode",expected:"(OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow | undefined)",value:a0.authorizationCode},g_))&&(a0.implicit===void 0||(typeof a0.implicit=="object"&&a0.implicit!==null&&Array.isArray(a0.implicit)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&mV(a0.implicit,w0+".implicit",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".implicit",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:a0.implicit},g_))&&(a0.password===void 0||(typeof a0.password=="object"&&a0.password!==null&&Array.isArray(a0.password)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&NH(a0.password,w0+".password",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".password",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.password},g_))&&(a0.clientCredentials===void 0||(typeof a0.clientCredentials=="object"&&a0.clientCredentials!==null&&Array.isArray(a0.clientCredentials)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_))&&NH(a0.clientCredentials,w0+".clientCredentials",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".clientCredentials",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:a0.clientCredentials},g_)),DN=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),mV=(a0,w0,cm=!0)=>(a0.authorizationUrl===void 0||typeof a0.authorizationUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".authorizationUrl",expected:"(string | undefined)",value:a0.authorizationUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),NH=(a0,w0,cm=!0)=>(a0.tokenUrl===void 0||typeof a0.tokenUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".tokenUrl",expected:"(string | undefined)",value:a0.tokenUrl},g_))&&(a0.refreshUrl===void 0||typeof a0.refreshUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".refreshUrl",expected:"(string | undefined)",value:a0.refreshUrl},g_))&&(a0.scopes===void 0||(typeof a0.scopes=="object"&&a0.scopes!==null&&Array.isArray(a0.scopes)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_))&&j9(a0.scopes,w0+".scopes",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".scopes",expected:"(Record<string, string> | undefined)",value:a0.scopes},g_)),aW=(a0,w0,cm=!0)=>(a0.type==="openIdConnect"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".type",expected:'"openIdConnect"',value:a0.type},g_))&&(typeof a0.openIdConnectUrl=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".openIdConnectUrl",expected:"string",value:a0.openIdConnectUrl},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),_V=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'Omit<OpenApiV3_1.IOperation.IParameter, "in">',value:s_},g_))&&JR(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:'Omit<OpenApiV3_1.IOperation.IParameter, "in">',value:s_},g_)}),Vee=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IExample",value:s_},g_))&&JX(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"OpenApiV3_1.IExample",value:s_},g_)}),VQ=(a0,w0,cm=!0)=>cm===!1||Object.keys(a0).every(i_=>{const s_=a0[i_];return s_===void 0?!0:(typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/pathItems/${string}`> | OpenApiV3_1.IPath)",value:s_},g_))&&xJ(s_,w0+_accessExpressionAsString_2(i_),cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+_accessExpressionAsString_2(i_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/pathItems/${string}`> | OpenApiV3_1.IPath)",value:s_},g_)}),I4=(a0,w0,cm=!0)=>(typeof a0.$ref=="string"&&RegExp(/^#\/components\/pathItems\/(.*)/).test(a0.$ref)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".$ref",expected:"`#/components/pathItems/${string}`",value:a0.$ref},g_))&&(a0.examples!==null||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.examples===void 0||Array.isArray(a0.examples)||typeof a0.examples=="object"&&a0.examples!==null&&Array.isArray(a0.examples)===!1&&y8(a0.examples,w0+".examples",cm)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_)||_assertGuard_2(cm,{method:"typia.assert",path:w0+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:a0.examples},g_))&&(a0.title===void 0||typeof a0.title=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".title",expected:"(string | undefined)",value:a0.title},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_))&&(a0.deprecated===void 0||typeof a0.deprecated=="boolean"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".deprecated",expected:"(boolean | undefined)",value:a0.deprecated},g_))&&!0,FH=(a0,w0,cm=!0)=>(typeof a0.name=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".name",expected:"string",value:a0.name},g_))&&(a0.description===void 0||typeof a0.description=="string"||_assertGuard_2(cm,{method:"typia.assert",path:w0+".description",expected:"(string | undefined)",value:a0.description},g_)),VR=(a0,w0,cm=!0)=>a0.const!==void 0?nV(a0,w0,cm):a0.type==="boolean"?Nw(a0,w0,cm):a0.type==="number"?xq(a0,w0,cm):a0.type==="integer"?uz(a0,w0,cm):a0.type==="string"?iV(a0,w0,cm):a0.items!==void 0?bq(a0,w0,cm):a0.prefixItems!==void 0?kH(a0,w0,cm):a0.type==="object"?EM(a0,w0,cm):a0.$ref!==void 0?YG(a0,w0,cm):a0.oneOf!==void 0?a$(a0,w0,cm):a0.type==="null"?CX(a0,w0,cm):Sq(a0,w0,cm),DL=(a0,w0,cm=!0)=>a0.const!==void 0?nV(a0,w0,cm):a0.type==="boolean"?Nw(a0,w0,cm):a0.type==="number"?xq(a0,w0,cm):a0.type==="integer"?uz(a0,w0,cm):a0.type==="string"?iV(a0,w0,cm):a0.items!==void 0?bq(a0,w0,cm):a0.prefixItems!==void 0?kH(a0,w0,cm):a0.type==="object"?EM(a0,w0,cm):a0.$ref!==void 0?YG(a0,w0,cm):a0.type==="null"?CX(a0,w0,cm):Sq(a0,w0,cm),BM=(a0,w0,cm=!0)=>a0.type==="boolean"?wM(a0,w0,cm):a0.type==="number"?DX(a0,w0,cm):a0.type==="integer"?lU(a0,w0,cm):a0.type==="string"?fB(a0,w0,cm):a0.type==="array"?wX(a0,w0,cm):a0.type==="object"?ZG(a0,w0,cm):a0.$ref!==void 0?eW(a0,w0,cm):a0["x-anyOf"]!==void 0?PX(a0,w0,cm):a0["x-oneOf"]!==void 0?OX(a0,w0,cm):a0.type==="null"?EH(a0,w0,cm):OQ(a0,w0,cm),B$=(a0,w0,cm=!0)=>a0.type==="boolean"?kq(a0,w0,cm):a0.type==="number"?Cq(a0,w0,cm):a0.type==="integer"?lJ(a0,w0,cm):a0.type==="string"?X8(a0,w0,cm):a0.type==="array"?PM(a0,w0,cm):a0.type==="object"?fz(a0,w0,cm):a0["x-anyOf"]!==void 0?aV(a0,w0,cm):a0["x-oneOf"]!==void 0?IL(a0,w0,cm):a0.type==="null"?dz(a0,w0,cm):a0.schema!==void 0?uJ(a0,w0,cm):Eq(a0,w0,!1)||oV(a0,w0,!1)||fU(a0,w0,!1)||_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(IReference<string> & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/parameters/${string}`>)",value:a0},g_),UQ=(a0,w0,cm=!0)=>a0.type==="boolean"?kq(a0,w0,cm):a0.type==="number"?Cq(a0,w0,cm):a0.type==="integer"?lJ(a0,w0,cm):a0.type==="string"?X8(a0,w0,cm):a0.type==="array"?PM(a0,w0,cm):a0.type==="object"?fz(a0,w0,cm):a0["x-anyOf"]!==void 0?aV(a0,w0,cm):a0["x-oneOf"]!==void 0?IL(a0,w0,cm):a0.type==="null"?dz(a0,w0,cm):a0.schema!==void 0?uJ(a0,w0,cm):Eq(a0,w0,!1)||oV(a0,w0,!1)||lV(a0,w0,!1)||_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(IReference<string> & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/definitions/parameters/${string}`>)",value:a0},g_),JM=(a0,w0,cm=!0)=>a0.type==="boolean"?dU(a0,w0,cm):a0.type==="number"?RX(a0,w0,cm):a0.type==="integer"?$X(a0,w0,cm):a0.type==="string"?NQ(a0,w0,cm):a0.type==="array"?rO(a0,w0,cm):a0.type==="object"?Bee(a0,w0,cm):a0.$ref!==void 0?I8(a0,w0,cm):a0.allOf!==void 0?Dq(a0,w0,cm):a0.anyOf!==void 0?FQ(a0,w0,cm):a0.oneOf!==void 0?fV(a0,w0,cm):a0.type==="null"?wq(a0,w0,cm):UN(a0,w0,cm),J$=(a0,w0,cm=!0)=>a0.in!==void 0?r9(a0,w0,cm):typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)?RM(a0,w0,cm):typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)?DH(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApiV3.IOperation.IParameter | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)",value:a0},g_),w5=(a0,w0,cm=!0)=>Array.isArray(a0.type)&&a0.type.every((i_,s_)=>i_==="string"||i_==="number"||i_==="boolean"||i_==="object"||i_==="null"||i_==="integer"||i_==="array")?wH(a0,w0,cm):a0.type==="boolean"?MM(a0,w0,cm):a0.type==="number"?_U(a0,w0,cm):a0.type==="integer"?vR(a0,w0,cm):a0.type==="string"?LM(a0,w0,cm):a0.type==="array"?rW(a0,w0,cm):a0.type==="object"?S_(a0,w0,cm):a0.$recursiveRef!==void 0?EN(a0,w0,cm):a0.type==="null"?LQ(a0,w0,cm):a0.const!==void 0?d5(a0,w0,cm):a0.$ref!==void 0?o_(a0,w0,cm):a0.allOf!==void 0?MQ(a0,w0,cm):a0.anyOf!==void 0?CL(a0,w0,cm):a0.oneOf!==void 0?PH(a0,w0,cm):hU(a0,w0,cm),zN=(a0,w0,cm=!0)=>a0.in!==void 0?BX(a0,w0,cm):typeof a0.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(a0.$ref)?hB(a0,w0,cm):typeof a0.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(a0.$ref)?BQ(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApiV3_1.IOperation.IParameter | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)",value:a0},g_),zQ=(a0,w0,cm=!0)=>a0.type==="apiKey"?iJ(a0,w0,cm):a0.scheme==="basic"?jR(a0,w0,cm):a0.scheme==="bearer"?EX(a0,w0,cm):a0.type==="oauth2"?DM(a0,w0,cm):a0.type==="openIdConnect"?vL(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:a0},g_),Uee=(a0,w0,cm=!0)=>a0.type==="boolean"?kq(a0,w0,cm):a0.type==="number"?Cq(a0,w0,cm):a0.type==="integer"?lJ(a0,w0,cm):a0.type==="string"?X8(a0,w0,cm):a0.type==="array"?PM(a0,w0,cm):a0.type==="object"?fz(a0,w0,cm):a0.$ref!==void 0?Eq(a0,w0,cm):a0["x-anyOf"]!==void 0?aV(a0,w0,cm):a0["x-oneOf"]!==void 0?IL(a0,w0,cm):a0.type==="null"?dz(a0,w0,cm):a0.schema!==void 0?uJ(a0,w0,cm):oV(a0,w0,cm),bR=(a0,w0,cm=!0)=>a0.type==="apiKey"?mz(a0,w0,cm):a0.type==="basic"?f5(a0,w0,cm):a0.flow==="implicit"?cV(a0,w0,cm):a0.flow==="accessCode"?D5(a0,w0,cm):a0.flow==="application"?NX(a0,w0,cm):a0.flow==="password"?dJ(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:a0},g_),V$=(a0,w0,cm=!0)=>a0.$ref!==void 0?OM(a0,w0,cm):dB(a0,w0,cm),hV=(a0,w0,cm=!0)=>a0.$ref!==void 0?M8(a0,w0,cm):F8(a0,w0,cm),U$=(a0,w0,cm=!0)=>a0.schema!==void 0?$Q(a0,w0,cm):a0.$ref!==void 0?DH(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:a0},g_),SR=(a0,w0,cm=!0)=>a0.type==="apiKey"?yz(a0,w0,cm):a0.scheme==="basic"?_J(a0,w0,cm):a0.scheme==="bearer"?ene(a0,w0,cm):a0.type==="oauth2"?hN(a0,w0,cm):a0.type==="openIdConnect"?$M(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:a0},g_),p5=(a0,w0,cm=!0)=>a0.$ref!==void 0?Iw(a0,w0,cm):wP(a0,w0,cm),AR=(a0,w0,cm=!0)=>a0.$ref!==void 0?RP(a0,w0,cm):BR(a0,w0,cm),bz=(a0,w0,cm=!0)=>a0.$ref!==void 0?gU(a0,w0,cm):JX(a0,w0,cm),gN=(a0,w0,cm=!0)=>a0.$ref!==void 0?y4(a0,w0,cm):gJ(a0,w0,cm),tne=(a0,w0,cm=!0)=>a0.$ref!==void 0?gB(a0,w0,cm):JQ(a0,w0,cm),rne=(a0,w0,cm=!0)=>a0.$ref!==void 0?BQ(a0,w0,cm):a0.schema!==void 0?JR(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:'(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | Omit<OpenApiV3_1.IOperation.IParameter, "in">)',value:a0},g_),Sz=(a0,w0,cm=!0)=>a0.type==="apiKey"?vJ(a0,w0,cm):a0.scheme==="basic"?xz(a0,w0,cm):a0.scheme==="bearer"?FD(a0,w0,cm):a0.type==="oauth2"?xR(a0,w0,cm):a0.type==="openIdConnect"?aW(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:a0},g_),xJ=(a0,w0,cm=!0)=>a0.$ref!==void 0?I4(a0,w0,cm):nW(a0,w0,cm),qQ=(a0,w0,cm=!0)=>a0["x-samchon-emended-v4"]!==void 0?EQ(a0,w0,cm):a0.swagger!==void 0?sV(a0,w0,cm):a0.openapi!==null&&a0.openapi!==void 0&&(a0.openapi==="3.0"||typeof a0.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi))?pJ(a0,w0,cm):typeof a0.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(a0.openapi)?mU(a0,w0,cm):_assertGuard_2(cm,{method:"typia.assert",path:w0,expected:"(OpenApi.IDocument | SwaggerV2.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument)",value:a0},g_),xv=a0=>typeof a0=="object"&&a0!==null&&M$(a0);let g_;return(a0,w0)=>(xv(a0)===!1&&(g_=w0,((cm,i_,s_=!0)=>(typeof cm=="object"&&cm!==null||_assertGuard_2(!0,{method:"typia.assert",path:i_+"",expected:"(OpenApi.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument | SwaggerV2.IDocument)",value:cm},g_))&&qQ(cm,i_+"",!0)||_assertGuard_2(!0,{method:"typia.assert",path:i_+"",expected:"(OpenApi.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument | SwaggerV2.IDocument)",value:cm},g_))(a0,"$input",!0)),a0)})()(sm)))}static validate(sm){const u0=(()=>{const _0=cm=>typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&Q0(i_)))&&(cm.info===void 0||typeof cm.info=="object"&&cm.info!==null&&h_(cm.info))&&typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1&&y_(cm.components)&&(cm.paths===void 0||typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1&&eA(cm.paths))&&(cm.webhooks===void 0||typeof cm.webhooks=="object"&&cm.webhooks!==null&&Array.isArray(cm.webhooks)===!1&&eA(cm.webhooks))&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="object"&&i_!==null&&nT(i_)))&&cm["x-samchon-emended-v4"]===!0,Q0=cm=>typeof cm.url=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.variables===void 0||typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1&&e_(cm.variables)),e_=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&a_(s_)}),a_=cm=>typeof cm.default=="string"&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>typeof i_=="string"))&&(cm.description===void 0||typeof cm.description=="string"),h_=cm=>typeof cm.title=="string"&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.termsOfService===void 0||typeof cm.termsOfService=="string")&&(cm.contact===void 0||typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1&&c_(cm.contact))&&(cm.license===void 0||typeof cm.license=="object"&&cm.license!==null&&k_(cm.license))&&typeof cm.version=="string",c_=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.url===void 0||typeof cm.url=="string")&&(cm.email===void 0||typeof cm.email=="string"&&/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i.test(cm.email)),k_=cm=>typeof cm.name=="string"&&(cm.identifier===void 0||typeof cm.identifier=="string")&&(cm.url===void 0||typeof cm.url=="string"),y_=cm=>(cm.schemas===void 0||typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1&&T_(cm.schemas))&&(cm.securitySchemes===void 0||typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1&&s7(cm.securitySchemes)),T_=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&NC(s_)}),D_=cm=>(typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),O_=cm=>Object.keys(cm).every(i_=>(cm[i_]===void 0,!0)),P_=cm=>(cm.default===void 0||typeof cm.default=="boolean")&&cm.type==="boolean"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),Z_=cm=>(cm.default===void 0||typeof cm.default=="number"&&Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3)&&(cm.minimum===void 0||typeof cm.minimum=="number"&&Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3)&&(cm.maximum===void 0||typeof cm.maximum=="number"&&Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3)&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3&&0<cm.multipleOf)&&cm.type==="integer"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),fy=cm=>(cm.default===void 0||typeof cm.default=="number")&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&cm.type==="number"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),W_=cm=>(cm.default===void 0||typeof cm.default=="string")&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.contentMediaType===void 0||typeof cm.contentMediaType=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&cm.type==="string"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),B_=cm=>typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&NC(cm.items)&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&cm.type==="array"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),H_=cm=>cm.type==="array"&&Array.isArray(cm.prefixItems)&&cm.prefixItems.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&NC(i_))&&cm.additionalItems!==null&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1&&NC(cm.additionalItems))&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),hy=cm=>(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&T_(cm.properties))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&NC(cm.additionalProperties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&cm.type==="object"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),lx=cm=>typeof cm.$ref=="string"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),Y_=cm=>Array.isArray(cm.oneOf)&&cm.oneOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&oB(i_))&&(cm.discriminator===void 0||typeof cm.discriminator=="object"&&cm.discriminator!==null&&Zx(cm.discriminator))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),nx=cm=>(cm.default===null||cm.default===void 0)&&cm.type==="null"&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),bx=cm=>cm.type!==null&&cm.type===void 0&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),Zx=cm=>typeof cm.propertyName=="string"&&(cm.mapping===void 0||typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1&&kx(cm.mapping)),kx=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="string"}),s7=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Kw(s_)}),t7=cm=>cm.type==="apiKey"&&(cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&(cm.name===void 0||typeof cm.name=="string")&&(cm.description===void 0||typeof cm.description=="string"),rS=cm=>cm.type==="http"&&cm.scheme==="basic"&&(cm.description===void 0||typeof cm.description=="string"),P7=cm=>cm.type==="http"&&cm.scheme==="bearer"&&(cm.bearerFormat===void 0||typeof cm.bearerFormat=="string")&&(cm.description===void 0||typeof cm.description=="string"),m7=cm=>cm.type==="oauth2"&&typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1&&E7(cm.flows)&&(cm.description===void 0||typeof cm.description=="string"),E7=cm=>(cm.authorizationCode===void 0||typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1&&ZS(cm.authorizationCode))&&(cm.implicit===void 0||typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1&&K7(cm.implicit))&&(cm.password===void 0||typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1&&l7(cm.password))&&(cm.clientCredentials===void 0||typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1&&l7(cm.clientCredentials)),ZS=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),K7=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),l7=cm=>(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),aS=cm=>cm.type==="openIdConnect"&&typeof cm.openIdConnectUrl=="string"&&(cm.description===void 0||typeof cm.description=="string"),eA=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&SS(s_)}),SS=cm=>(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&Q0(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.delete===void 0||typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1&&mS(cm.delete))&&(cm.head===void 0||typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1&&mS(cm.head))&&(cm.get===void 0||typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1&&mS(cm.get))&&(cm.post===void 0||typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1&&mS(cm.post))&&(cm.put===void 0||typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1&&mS(cm.put))&&(cm.patch===void 0||typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1&&mS(cm.patch))&&(cm.options===void 0||typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1&&mS(cm.options))&&(cm.trace===void 0||typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1&&mS(cm.trace)),mS=cm=>(cm.operationId===void 0||typeof cm.operationId=="string")&&(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&pT(i_)))&&(cm.requestBody===void 0||typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1&&S7(cm.requestBody))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&dI(cm.responses))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&Q0(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="string"))&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&(cm["x-samchon-human"]===void 0||typeof cm["x-samchon-human"]=="boolean")&&(cm["x-samchon-accessor"]===void 0||Array.isArray(cm["x-samchon-accessor"])&&cm["x-samchon-accessor"].every(i_=>typeof i_=="string"))&&(cm["x-samchon-controller"]===void 0||typeof cm["x-samchon-controller"]=="string"),pT=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&NC(cm.schema)&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&HA(cm.examples)),HA=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&ES(s_)}),ES=cm=>(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.externalValue===void 0||typeof cm.externalValue=="string"),S7=cm=>(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&cT(cm.content))&&(cm.description===void 0||typeof cm.description=="string")&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm["x-nestia-encrypted"]===void 0||typeof cm["x-nestia-encrypted"]=="boolean"),cT=cm=>(cm["text/plain"]===void 0||typeof cm["text/plain"]=="object"&&cm["text/plain"]!==null&&Array.isArray(cm["text/plain"])===!1&&Nx(cm["text/plain"]))&&(cm["application/json"]===void 0||typeof cm["application/json"]=="object"&&cm["application/json"]!==null&&Array.isArray(cm["application/json"])===!1&&Nx(cm["application/json"]))&&(cm["multipart/form-data"]===void 0||typeof cm["multipart/form-data"]=="object"&&cm["multipart/form-data"]!==null&&Array.isArray(cm["multipart/form-data"])===!1&&Nx(cm["multipart/form-data"]))&&(cm["application/x-www-form-url-encoded"]===void 0||typeof cm["application/x-www-form-url-encoded"]=="object"&&cm["application/x-www-form-url-encoded"]!==null&&Array.isArray(cm["application/x-www-form-url-encoded"])===!1&&Nx(cm["application/x-www-form-url-encoded"]))&&(cm["*/*"]===void 0||typeof cm["*/*"]=="object"&&cm["*/*"]!==null&&Array.isArray(cm["*/*"])===!1&&Nx(cm["*/*"]))&&Object.keys(cm).every(i_=>{if(["text/plain","application/json","multipart/form-data","application/x-www-form-url-encoded","*/*"].some(z_=>i_===z_))return!0;const s_=cm[i_];return s_===void 0?!0:s_===void 0||typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&Nx(s_)}),Nx=cm=>(cm.schema===void 0||typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&NC(cm.schema))&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&HA(cm.examples)),dI=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&D7(s_)}),D7=cm=>(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&RS(cm.headers))&&(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&cT(cm.content))&&(cm.description===void 0||typeof cm.description=="string")&&(cm["x-nestia-encrypted"]===void 0||typeof cm["x-nestia-encrypted"]=="boolean"),RS=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&pT(s_)}),U7=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:Array.isArray(s_)&&s_.every(z_=>typeof z_=="string")}),nT=cm=>typeof cm.name=="string"&&(cm.description===void 0||typeof cm.description=="string"),nI=cm=>cm.swagger!==null&&cm.swagger!==void 0&&(cm.swagger==="2.0"||typeof cm.swagger=="string"&&RegExp(/^2\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.swagger))&&(cm.info===void 0||typeof cm.info=="object"&&cm.info!==null&&vI(cm.info))&&(cm.host===void 0||typeof cm.host=="string")&&(cm.basePath===void 0||typeof cm.basePath=="string")&&(cm.consumes===void 0||Array.isArray(cm.consumes)&&cm.consumes.every(i_=>typeof i_=="string"))&&(cm.produces===void 0||Array.isArray(cm.produces)&&cm.produces.every(i_=>typeof i_=="string"))&&(cm.definitions===void 0||typeof cm.definitions=="object"&&cm.definitions!==null&&Array.isArray(cm.definitions)===!1&&Q3(cm.definitions))&&(cm.parameters===void 0||typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1&&EA(cm.parameters))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&PT(cm.responses))&&(cm.securityDefinitions===void 0||typeof cm.securityDefinitions=="object"&&cm.securityDefinitions!==null&&Array.isArray(cm.securityDefinitions)===!1&&$3(cm.securityDefinitions))&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.paths===void 0||typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1&&JI(cm.paths))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="object"&&i_!==null&&Hx(i_))),vI=cm=>typeof cm.title=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.termsOfService===void 0||typeof cm.termsOfService=="string")&&(cm.contact===void 0||typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1&&oC(cm.contact))&&(cm.license===void 0||typeof cm.license=="object"&&cm.license!==null&&P3(cm.license))&&typeof cm.version=="string",oC=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.url===void 0||typeof cm.url=="string")&&(cm.email===void 0||typeof cm.email=="string"),P3=cm=>typeof cm.name=="string"&&(cm.url===void 0||typeof cm.url=="string"),Q3=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&H5(s_)}),GC=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="boolean")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="boolean"))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="boolean"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),U3=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="number"&&Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3)&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number"&&Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3)&&(cm.maximum===void 0||typeof cm.maximum=="number"&&Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3)&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="integer"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),JD=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="number")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="number"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),nC=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="string")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="string"))&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="string"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),y7=cm=>typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&H5(cm.items)&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="array"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),XD=cm=>(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&Q3(cm.properties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&H5(cm.additionalProperties))&&(cm.maxProperties===void 0||typeof cm.maxProperties=="number")&&(cm.minProperties===void 0||typeof cm.minProperties=="number")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="object"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples)),gS=cm=>typeof cm.$ref=="string"&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,Gx=cm=>Array.isArray(cm["x-anyOf"])&&cm["x-anyOf"].every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&H5(i_))&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,pS=cm=>Array.isArray(cm["x-oneOf"])&&cm["x-oneOf"].every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&H5(i_))&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,VS=cm=>cm.type==="null"&&(cm.default===null||cm.default===void 0)&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,a7=cm=>cm.type!==null&&cm.type===void 0&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,EA=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&pF(s_)}),nA=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="boolean")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="boolean"))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="boolean"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",WA=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="number"&&Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3)&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number"&&Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3)&&(cm.maximum===void 0||typeof cm.maximum=="number"&&Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3)&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="integer"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",eT=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="number")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="number"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",XA=cm=>(cm.default===null||cm.default===void 0||typeof cm.default=="string")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="string"))&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="string"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",BT=cm=>typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&H5(cm.items)&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="array"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",mT=cm=>(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&Q3(cm.properties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&H5(cm.additionalProperties))&&(cm.maxProperties===void 0||typeof cm.maxProperties=="number")&&(cm.minProperties===void 0||typeof cm.minProperties=="number")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="object"&&(cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean")&&(cm.examples===void 0||Array.isArray(cm.examples))&&typeof cm.name=="string"&&typeof cm.in=="string",K3=cm=>typeof cm.$ref=="string"&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&typeof cm.name=="string"&&typeof cm.in=="string",C3=cm=>Array.isArray(cm["x-anyOf"])&&cm["x-anyOf"].every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&H5(i_))&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&typeof cm.name=="string"&&typeof cm.in=="string",lI=cm=>Array.isArray(cm["x-oneOf"])&&cm["x-oneOf"].every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&H5(i_))&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&typeof cm.name=="string"&&typeof cm.in=="string",vC=cm=>cm.type==="null"&&(cm.default===null||cm.default===void 0)&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&typeof cm.name=="string"&&typeof cm.in=="string",g4=cm=>cm.type!==null&&cm.type===void 0&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&typeof cm.name=="string"&&typeof cm.in=="string",$A=cm=>typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&H5(cm.schema)&&typeof cm.name=="string"&&typeof cm.in=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.required===void 0||typeof cm.required=="boolean"),PT=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&aT(s_)}),aT=cm=>(cm.description===void 0||typeof cm.description=="string")&&(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&Q3(cm.headers))&&(cm.schema===void 0||typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&H5(cm.schema))&&!0,$3=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&cB(s_)}),J3=cm=>cm.type==="apiKey"&&(cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&(cm.name===void 0||typeof cm.name=="string")&&(cm.description===void 0||typeof cm.description=="string"),OC=cm=>cm.type==="basic"&&(cm.name===void 0||typeof cm.name=="string")&&(cm.description===void 0||typeof cm.description=="string"),PI=cm=>cm.type==="oauth2"&&cm.flow==="implicit"&&(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes))&&(cm.description===void 0||typeof cm.description=="string"),AA=cm=>cm.type==="oauth2"&&cm.flow==="accessCode"&&(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes))&&(cm.description===void 0||typeof cm.description=="string"),tT=cm=>cm.type==="oauth2"&&cm.flow==="password"&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes))&&(cm.description===void 0||typeof cm.description=="string"),TC=cm=>cm.type==="oauth2"&&cm.flow==="application"&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes))&&(cm.description===void 0||typeof cm.description=="string"),JI=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&a4(s_)}),a4=cm=>(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&SH(i_)))&&(cm.delete===void 0||typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1&&ZE(cm.delete))&&(cm.head===void 0||typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1&&ZE(cm.head))&&(cm.get===void 0||typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1&&ZE(cm.get))&&(cm.post===void 0||typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1&&ZE(cm.post))&&(cm.put===void 0||typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1&&ZE(cm.put))&&(cm.patch===void 0||typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1&&ZE(cm.patch))&&(cm.options===void 0||typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1&&ZE(cm.options))&&(cm.trace===void 0||typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1&&ZE(cm.trace)),JT=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/parameters\/(.*)/).test(cm.$ref)&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,ZE=cm=>(cm.operationId===void 0||typeof cm.operationId=="string")&&(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&pR(i_)))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&RA(cm.responses))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="string"))&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean"),d8=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/definitions\/parameters\/(.*)/).test(cm.$ref)&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,RA=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&CM(s_)}),iT=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/definitions\/responses\/(.*)/).test(cm.$ref)&&(cm.examples===void 0||Array.isArray(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,Hx=cm=>typeof cm.name=="string"&&(cm.description===void 0||typeof cm.description=="string"),lD=cm=>cm.openapi!==null&&cm.openapi!==void 0&&(cm.openapi==="3.0"||typeof cm.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&J4(i_)))&&(cm.info===void 0||typeof cm.info=="object"&&cm.info!==null&&yE(cm.info))&&(cm.components===void 0||typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1&&Uw(cm.components))&&(cm.paths===void 0||typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1&&VO(cm.paths))&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="object"&&i_!==null&&oI(i_))),J4=cm=>typeof cm.url=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.variables===void 0||typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1&&KT(cm.variables)),KT=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&VC(s_)}),VC=cm=>typeof cm.default=="string"&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>typeof i_=="string"))&&(cm.description===void 0||typeof cm.description=="string"),yE=cm=>typeof cm.title=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.termsOfService===void 0||typeof cm.termsOfService=="string")&&(cm.contact===void 0||typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1&&GI(cm.contact))&&(cm.license===void 0||typeof cm.license=="object"&&cm.license!==null&&fD(cm.license))&&typeof cm.version=="string",GI=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.url===void 0||typeof cm.url=="string")&&(cm.email===void 0||typeof cm.email=="string"),fD=cm=>typeof cm.name=="string"&&(cm.url===void 0||typeof cm.url=="string"),Uw=cm=>(cm.schemas===void 0||typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1&&SA(cm.schemas))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&TP(cm.responses))&&(cm.parameters===void 0||typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1&&tV(cm.parameters))&&(cm.requestBodies===void 0||typeof cm.requestBodies=="object"&&cm.requestBodies!==null&&Array.isArray(cm.requestBodies)===!1&&wF(cm.requestBodies))&&(cm.securitySchemes===void 0||typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1&&XP(cm.securitySchemes))&&(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&tJ(cm.headers))&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&sB(cm.examples)),SA=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&gL(s_)}),NT=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="boolean")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="boolean"))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="boolean"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),ZI=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="number"&&Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3)&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number"&&Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3)&&(cm.maximum===void 0||typeof cm.maximum=="number"&&Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3)&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="integer"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),UA=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="number")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="number"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),mC=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="string")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="string"))&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="string"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),wT=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&gL(cm.items)&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="array"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),IA=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&SA(cm.properties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&gL(cm.additionalProperties))&&(cm.maxProperties===void 0||typeof cm.maxProperties=="number")&&(cm.minProperties===void 0||typeof cm.minProperties=="number")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="object"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),R7=cm=>typeof cm.$ref=="string"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,qA=cm=>Array.isArray(cm.allOf)&&cm.allOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&gL(i_))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,V7=cm=>Array.isArray(cm.anyOf)&&cm.anyOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&gL(i_))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,TA=cm=>Array.isArray(cm.oneOf)&&cm.oneOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&gL(i_))&&(cm.discriminator===void 0||typeof cm.discriminator=="object"&&cm.discriminator!==null&&RC(cm.discriminator))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,RC=cm=>typeof cm.propertyName=="string"&&(cm.mapping===void 0||typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1&&kx(cm.mapping)),sD=cm=>(cm.default===null||cm.default===void 0)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="null"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),eD=cm=>(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type!==null&&cm.type===void 0&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),TP=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&DF(s_)}),DF=cm=>(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&IN(cm.content))&&(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&nP(cm.headers))&&(cm.description===void 0||typeof cm.description=="string"),IN=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&xE(s_)}),xE=cm=>(cm.schema===void 0||typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&gL(cm.schema))&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&$E(cm.examples)),$E=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&LR(s_)}),r4=cm=>(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.externalValue===void 0||typeof cm.externalValue=="string"),lR=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,nP=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Mee(s_)}),QF=cm=>(cm.required===void 0||typeof cm.required=="boolean")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&$E(cm.examples))&&typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&gL(cm.schema)&&(cm.name===void 0||typeof cm.name=="string"),eN=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,tV=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&X4(s_)}),X4=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&gL(cm.schema)&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&$E(cm.examples)),wF=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&kN(s_)}),kN=cm=>(cm.description===void 0||typeof cm.description=="string")&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&IN(cm.content)),XP=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&AH(s_)}),zA=cm=>cm.type==="apiKey"&&(cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&(cm.name===void 0||typeof cm.name=="string")&&(cm.description===void 0||typeof cm.description=="string"),ZF=cm=>cm.type==="http"&&cm.scheme==="basic"&&(cm.description===void 0||typeof cm.description=="string"),dP=cm=>cm.type==="http"&&cm.scheme==="bearer"&&(cm.bearerFormat===void 0||typeof cm.bearerFormat=="string")&&(cm.description===void 0||typeof cm.description=="string"),xD=cm=>cm.type==="oauth2"&&typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1&&R8(cm.flows)&&(cm.description===void 0||typeof cm.description=="string"),R8=cm=>(cm.authorizationCode===void 0||typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1&&mN(cm.authorizationCode))&&(cm.implicit===void 0||typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1&&OO(cm.implicit))&&(cm.password===void 0||typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1&&TM(cm.password))&&(cm.clientCredentials===void 0||typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1&&TM(cm.clientCredentials)),mN=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),OO=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),TM=cm=>(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),IM=cm=>cm.type==="openIdConnect"&&typeof cm.openIdConnectUrl=="string"&&(cm.description===void 0||typeof cm.description=="string"),tJ=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&QF(s_)}),sB=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&r4(s_)}),VO=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&L_(s_)}),L_=cm=>(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&fO(i_)))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&J4(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.delete===void 0||typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1&&Bx(cm.delete))&&(cm.head===void 0||typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1&&Bx(cm.head))&&(cm.get===void 0||typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1&&Bx(cm.get))&&(cm.post===void 0||typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1&&Bx(cm.post))&&(cm.put===void 0||typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1&&Bx(cm.put))&&(cm.patch===void 0||typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1&&Bx(cm.patch))&&(cm.options===void 0||typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1&&Bx(cm.options))&&(cm.trace===void 0||typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1&&Bx(cm.trace)),Hv=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,Bx=cm=>(cm.operationId===void 0||typeof cm.operationId=="string")&&(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&fO(i_)))&&(cm.requestBody===void 0||typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1&&gq(cm.requestBody))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&j7(cm.responses))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&J4(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="string"))&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean"),TS=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,j7=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&nJ(s_)}),MT=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,oI=cm=>typeof cm.name=="string"&&(cm.description===void 0||typeof cm.description=="string"),MC=cm=>typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&bE(i_)))&&(cm.info===void 0||typeof cm.info=="object"&&cm.info!==null&&Dw(cm.info))&&(cm.components===void 0||typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1&&F$(cm.components))&&(cm.paths===void 0||typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1&&_q(cm.paths))&&(cm.webhooks===void 0||typeof cm.webhooks=="object"&&cm.webhooks!==null&&Array.isArray(cm.webhooks)===!1&&VD(cm.webhooks))&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="object"&&i_!==null&&_9(i_))),bE=cm=>typeof cm.url=="string"&&(cm.description===void 0||typeof cm.description=="string")&&(cm.variables===void 0||typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1&&L4(cm.variables)),L4=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&LC(s_)}),LC=cm=>typeof cm.default=="string"&&(cm.enum===void 0||Array.isArray(cm.enum)&&1<=cm.enum.length&&cm.enum.every(i_=>typeof i_=="string"))&&(cm.description===void 0||typeof cm.description=="string"),Dw=cm=>typeof cm.title=="string"&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.termsOfService===void 0||typeof cm.termsOfService=="string")&&(cm.contact===void 0||typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1&&_N(cm.contact))&&(cm.license===void 0||typeof cm.license=="object"&&cm.license!==null&&aB(cm.license))&&typeof cm.version=="string",_N=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.url===void 0||typeof cm.url=="string")&&(cm.email===void 0||typeof cm.email=="string"),aB=cm=>typeof cm.name=="string"&&(cm.identifier===void 0||typeof cm.identifier=="string")&&(cm.url===void 0||typeof cm.url=="string"),F$=cm=>(cm.schemas===void 0||typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1&&IC(cm.schemas))&&(cm.pathItems===void 0||typeof cm.pathItems=="object"&&cm.pathItems!==null&&Array.isArray(cm.pathItems)===!1&&_q(cm.pathItems))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&R_(cm.responses))&&(cm.parameters===void 0||typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1&&z1(cm.parameters))&&(cm.requestBodies===void 0||typeof cm.requestBodies=="object"&&cm.requestBodies!==null&&Array.isArray(cm.requestBodies)===!1&&k2(cm.requestBodies))&&(cm.securitySchemes===void 0||typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1&&Wx(cm.securitySchemes))&&(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&PF(cm.headers))&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&rN(cm.examples)),IC=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&QN(s_)}),uR=cm=>Array.isArray(cm.type)&&cm.type.every(i_=>i_==="string"||i_==="number"||i_==="boolean"||i_==="object"||i_==="null"||i_==="integer"||i_==="array")&&(cm.default===null||cm.default===void 0||Array.isArray(cm.default))&&(cm.enum===void 0||Array.isArray(cm.enum))&&(typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean")&&(cm.nullable===void 0||typeof cm.nullable=="boolean")&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.contentMediaType===void 0||typeof cm.contentMediaType=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&cm.items!==null&&(cm.items===void 0||Array.isArray(cm.items)&&cm.items.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))||typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&QN(cm.items))&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.prefixItems===void 0||Array.isArray(cm.prefixItems)&&cm.prefixItems.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_)))&&cm.additionalItems!==null&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1&&QN(cm.additionalItems))&&(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&IC(cm.properties))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&QN(cm.additionalProperties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&(cm.maxProperties===void 0||typeof cm.maxProperties=="number")&&(cm.minProperties===void 0||typeof cm.minProperties=="number")&&Array.isArray(cm.oneOf)&&cm.oneOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&(cm.discriminator===void 0||typeof cm.discriminator=="object"&&cm.discriminator!==null&&MR(cm.discriminator))&&Array.isArray(cm.anyOf)&&cm.anyOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&Array.isArray(cm.allOf)&&cm.allOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&typeof cm.$ref=="string",fR=cm=>(typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean")&&(cm.nullable===void 0||typeof cm.nullable=="boolean")&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,kM=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="boolean")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="boolean"))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="boolean"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),cz=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="number"&&Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3)&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number"&&Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3)&&(cm.maximum===void 0||typeof cm.maximum=="number"&&Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3)&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"&&Math.floor(cm.exclusiveMinimum)===cm.exclusiveMinimum&&-9223372036854776e3<=cm.exclusiveMinimum&&cm.exclusiveMinimum<=9223372036854776e3||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"&&Math.floor(cm.exclusiveMaximum)===cm.exclusiveMaximum&&-9223372036854776e3<=cm.exclusiveMaximum&&cm.exclusiveMaximum<=9223372036854776e3||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="integer"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),CN=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="number")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="number"))&&(cm.minimum===void 0||typeof cm.minimum=="number")&&(cm.maximum===void 0||typeof cm.maximum=="number")&&(cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean")&&(cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean")&&(cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&0<cm.multipleOf)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="number"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),W5=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.default===null||cm.default===void 0||typeof cm.default=="string")&&(cm.enum===void 0||Array.isArray(cm.enum)&&cm.enum.every(i_=>i_===null||typeof i_=="string"))&&(cm.format===void 0||typeof cm.format=="string")&&(cm.pattern===void 0||typeof cm.pattern=="string")&&(cm.contentMediaType===void 0||typeof cm.contentMediaType=="string")&&(cm.minLength===void 0||typeof cm.minLength=="number"&&Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3)&&(cm.maxLength===void 0||typeof cm.maxLength=="number"&&Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="string"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),pq=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&cm.items!==null&&(cm.items===void 0||Array.isArray(cm.items)&&cm.items.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))||typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&QN(cm.items))&&(cm.prefixItems===void 0||Array.isArray(cm.prefixItems)&&cm.prefixItems.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_)))&&(cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean")&&cm.additionalItems!==null&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1&&QN(cm.additionalItems))&&(cm.minItems===void 0||typeof cm.minItems=="number"&&Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3)&&(cm.maxItems===void 0||typeof cm.maxItems=="number"&&Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="array"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),tN=cm=>(cm.nullable===void 0||typeof cm.nullable=="boolean")&&(cm.properties===void 0||typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1&&IC(cm.properties))&&(cm.required===void 0||Array.isArray(cm.required)&&cm.required.every(i_=>typeof i_=="string"))&&cm.additionalProperties!==null&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1&&QN(cm.additionalProperties))&&(cm.maxProperties===void 0||typeof cm.maxProperties=="number")&&(cm.minProperties===void 0||typeof cm.minProperties=="number")&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="object"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),s$=cm=>typeof cm.$ref=="string"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,GG=cm=>typeof cm.$recursiveRef=="string"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,WG=cm=>Array.isArray(cm.allOf)&&cm.allOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,mq=cm=>Array.isArray(cm.anyOf)&&cm.anyOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,sU=cm=>Array.isArray(cm.oneOf)&&cm.oneOf.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&QN(i_))&&(cm.discriminator===void 0||typeof cm.discriminator=="object"&&cm.discriminator!==null&&MR(cm.discriminator))&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,MR=cm=>typeof cm.propertyName=="string"&&(cm.mapping===void 0||typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1&&kx(cm.mapping)),aU=cm=>(cm.default===null||cm.default===void 0)&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.type==="null"&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),M_=cm=>cm.type!==null&&cm.type===void 0&&!0&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples)),_q=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&hq(s_)}),hq=cm=>(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&R$(i_)))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&bE(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.delete===void 0||typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1&&M9(cm.delete))&&(cm.head===void 0||typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1&&M9(cm.head))&&(cm.get===void 0||typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1&&M9(cm.get))&&(cm.post===void 0||typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1&&M9(cm.post))&&(cm.put===void 0||typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1&&M9(cm.put))&&(cm.patch===void 0||typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1&&M9(cm.patch))&&(cm.options===void 0||typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1&&M9(cm.options))&&(cm.trace===void 0||typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1&&M9(cm.trace)),hL=cm=>(cm.name===void 0||typeof cm.name=="string")&&(cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&QN(cm.schema)&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&HG(cm.examples)),HG=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&XG(s_)}),e9=cm=>(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.externalValue===void 0||typeof cm.externalValue=="string"),SX=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,dR=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,BN=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,M9=cm=>(cm.operationId===void 0||typeof cm.operationId=="string")&&(cm.parameters===void 0||Array.isArray(cm.parameters)&&cm.parameters.every(i_=>typeof i_=="object"&&i_!==null&&R$(i_)))&&(cm.requestBody===void 0||typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1&&TX(cm.requestBody))&&(cm.responses===void 0||typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1&&cU(cm.responses))&&(cm.servers===void 0||Array.isArray(cm.servers)&&cm.servers.every(i_=>typeof i_=="object"&&i_!==null&&bE(i_)))&&(cm.summary===void 0||typeof cm.summary=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.security===void 0||Array.isArray(cm.security)&&cm.security.every(i_=>typeof i_=="object"&&i_!==null&&Array.isArray(i_)===!1&&U7(i_)))&&(cm.tags===void 0||Array.isArray(cm.tags)&&cm.tags.every(i_=>typeof i_=="string"))&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean"),oU=cm=>(cm.description===void 0||typeof cm.description=="string")&&(cm.required===void 0||typeof cm.required=="boolean")&&(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&rJ(cm.content)),rJ=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&lz(s_)}),lz=cm=>(cm.schema===void 0||typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&QN(cm.schema))&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&HG(cm.examples)),AX=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,cU=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&pI(s_)}),KG=cm=>(cm.content===void 0||typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1&&rJ(cm.content))&&(cm.headers===void 0||typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1&&bH(cm.headers))&&(cm.description===void 0||typeof cm.description=="string"),bH=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&yL(s_)}),E_=cm=>(cm.required===void 0||typeof cm.required=="boolean")&&(cm.description===void 0||typeof cm.description=="string")&&!0&&(cm.examples===void 0||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&HG(cm.examples))&&typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1&&QN(cm.schema)&&(cm.name===void 0||typeof cm.name=="string"),p_=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,R_=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&KG(s_)}),z1=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&hL(s_)}),k2=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&oU(s_)}),Wx=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&yq(s_)}),OS=cm=>cm.type==="apiKey"&&(cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie")&&(cm.name===void 0||typeof cm.name=="string")&&(cm.description===void 0||typeof cm.description=="string"),I7=cm=>cm.type==="http"&&cm.scheme==="basic"&&(cm.description===void 0||typeof cm.description=="string"),gA=cm=>cm.type==="http"&&cm.scheme==="bearer"&&(cm.bearerFormat===void 0||typeof cm.bearerFormat=="string")&&(cm.description===void 0||typeof cm.description=="string"),fA=cm=>cm.type==="oauth2"&&typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1&&W3(cm.flows)&&(cm.description===void 0||typeof cm.description=="string"),W3=cm=>(cm.authorizationCode===void 0||typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1&&YE(cm.authorizationCode))&&(cm.implicit===void 0||typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1&&o4(cm.implicit))&&(cm.password===void 0||typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1&&T4(cm.password))&&(cm.clientCredentials===void 0||typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1&&T4(cm.clientCredentials)),YE=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),o4=cm=>(cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),T4=cm=>(cm.tokenUrl===void 0||typeof cm.tokenUrl=="string")&&(cm.refreshUrl===void 0||typeof cm.refreshUrl=="string")&&(cm.scopes===void 0||typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1&&kx(cm.scopes)),uO=cm=>cm.type==="openIdConnect"&&typeof cm.openIdConnectUrl=="string"&&(cm.description===void 0||typeof cm.description=="string"),PF=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&E_(s_)}),rN=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&e9(s_)}),VD=cm=>Object.keys(cm).every(i_=>{const s_=cm[i_];return s_===void 0?!0:typeof s_=="object"&&s_!==null&&Array.isArray(s_)===!1&&M$(s_)}),$$=cm=>typeof cm.$ref=="string"&&RegExp(/^#\/components\/pathItems\/(.*)/).test(cm.$ref)&&cm.examples!==null&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&O_(cm.examples))&&(cm.title===void 0||typeof cm.title=="string")&&(cm.description===void 0||typeof cm.description=="string")&&(cm.deprecated===void 0||typeof cm.deprecated=="boolean")&&!0,_9=cm=>typeof cm.name=="string"&&(cm.description===void 0||typeof cm.description=="string"),NC=cm=>cm.const!==void 0?D_(cm):cm.type==="boolean"?P_(cm):cm.type==="number"?fy(cm):cm.type==="integer"?Z_(cm):cm.type==="string"?W_(cm):cm.items!==void 0?B_(cm):cm.prefixItems!==void 0?H_(cm):cm.type==="object"?hy(cm):cm.$ref!==void 0?lx(cm):cm.oneOf!==void 0?Y_(cm):cm.type==="null"?nx(cm):bx(cm),oB=cm=>cm.const!==void 0?D_(cm):cm.type==="boolean"?P_(cm):cm.type==="number"?fy(cm):cm.type==="integer"?Z_(cm):cm.type==="string"?W_(cm):cm.items!==void 0?B_(cm):cm.prefixItems!==void 0?H_(cm):cm.type==="object"?hy(cm):cm.$ref!==void 0?lx(cm):cm.type==="null"?nx(cm):bx(cm),H5=cm=>cm.type==="boolean"?GC(cm):cm.type==="number"?JD(cm):cm.type==="integer"?U3(cm):cm.type==="string"?nC(cm):cm.type==="array"?y7(cm):cm.type==="object"?XD(cm):cm.$ref!==void 0?gS(cm):cm["x-anyOf"]!==void 0?Gx(cm):cm["x-oneOf"]!==void 0?pS(cm):cm.type==="null"?VS(cm):a7(cm),SH=cm=>cm.type==="boolean"?nA(cm):cm.type==="number"?eT(cm):cm.type==="integer"?WA(cm):cm.type==="string"?XA(cm):cm.type==="array"?BT(cm):cm.type==="object"?mT(cm):cm["x-anyOf"]!==void 0?C3(cm):cm["x-oneOf"]!==void 0?lI(cm):cm.type==="null"?vC(cm):cm.schema!==void 0?$A(cm):K3(cm)?K3(cm):g4(cm)?g4(cm):JT(cm)?JT(cm):!1,pR=cm=>cm.type==="boolean"?nA(cm):cm.type==="number"?eT(cm):cm.type==="integer"?WA(cm):cm.type==="string"?XA(cm):cm.type==="array"?BT(cm):cm.type==="object"?mT(cm):cm["x-anyOf"]!==void 0?C3(cm):cm["x-oneOf"]!==void 0?lI(cm):cm.type==="null"?vC(cm):cm.schema!==void 0?$A(cm):K3(cm)?K3(cm):g4(cm)?g4(cm):d8(cm)?d8(cm):!1,gL=cm=>cm.type==="boolean"?NT(cm):cm.type==="number"?UA(cm):cm.type==="integer"?ZI(cm):cm.type==="string"?mC(cm):cm.type==="array"?wT(cm):cm.type==="object"?IA(cm):cm.$ref!==void 0?R7(cm):cm.allOf!==void 0?qA(cm):cm.anyOf!==void 0?V7(cm):cm.oneOf!==void 0?TA(cm):cm.type==="null"?sD(cm):eD(cm),fO=cm=>cm.in!==void 0?X4(cm):typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)?Hv(cm):typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)?eN(cm):!1,QN=cm=>Array.isArray(cm.type)&&cm.type.every(i_=>i_==="string"||i_==="number"||i_==="boolean"||i_==="object"||i_==="null"||i_==="integer"||i_==="array")?uR(cm):cm.type==="boolean"?kM(cm):cm.type==="number"?CN(cm):cm.type==="integer"?cz(cm):cm.type==="string"?W5(cm):cm.type==="array"?pq(cm):cm.type==="object"?tN(cm):cm.$recursiveRef!==void 0?GG(cm):cm.type==="null"?aU(cm):cm.const!==void 0?fR(cm):cm.$ref!==void 0?s$(cm):cm.allOf!==void 0?WG(cm):cm.anyOf!==void 0?mq(cm):cm.oneOf!==void 0?sU(cm):M_(cm),R$=cm=>cm.in!==void 0?hL(cm):typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)?BN(cm):typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)?dR(cm):!1,Kw=cm=>cm.type==="apiKey"?t7(cm):cm.scheme==="basic"?rS(cm):cm.scheme==="bearer"?P7(cm):cm.type==="oauth2"?m7(cm):cm.type==="openIdConnect"?aS(cm):!1,pF=cm=>cm.type==="boolean"?nA(cm):cm.type==="number"?eT(cm):cm.type==="integer"?WA(cm):cm.type==="string"?XA(cm):cm.type==="array"?BT(cm):cm.type==="object"?mT(cm):cm.$ref!==void 0?K3(cm):cm["x-anyOf"]!==void 0?C3(cm):cm["x-oneOf"]!==void 0?lI(cm):cm.type==="null"?vC(cm):cm.schema!==void 0?$A(cm):g4(cm),cB=cm=>cm.type==="apiKey"?J3(cm):cm.type==="basic"?OC(cm):cm.flow==="implicit"?PI(cm):cm.flow==="accessCode"?AA(cm):cm.flow==="application"?TC(cm):cm.flow==="password"?tT(cm):!1,CM=cm=>cm.$ref!==void 0?iT(cm):aT(cm),LR=cm=>cm.$ref!==void 0?lR(cm):r4(cm),Mee=cm=>cm.schema!==void 0?QF(cm):cm.$ref!==void 0?eN(cm):!1,AH=cm=>cm.type==="apiKey"?zA(cm):cm.scheme==="basic"?ZF(cm):cm.scheme==="bearer"?dP(cm):cm.type==="oauth2"?xD(cm):cm.type==="openIdConnect"?IM(cm):!1,gq=cm=>cm.$ref!==void 0?TS(cm):kN(cm),nJ=cm=>cm.$ref!==void 0?MT(cm):DF(cm),XG=cm=>cm.$ref!==void 0?SX(cm):e9(cm),TX=cm=>cm.$ref!==void 0?AX(cm):oU(cm),pI=cm=>cm.$ref!==void 0?p_(cm):KG(cm),yL=cm=>cm.$ref!==void 0?dR(cm):cm.schema!==void 0?E_(cm):!1,yq=cm=>cm.type==="apiKey"?OS(cm):cm.scheme==="basic"?I7(cm):cm.scheme==="bearer"?gA(cm):cm.type==="oauth2"?fA(cm):cm.type==="openIdConnect"?uO(cm):!1,M$=cm=>cm.$ref!==void 0?$$(cm):hq(cm),EQ=cm=>cm["x-samchon-emended-v4"]!==void 0?_0(cm):cm.swagger!==void 0?nI(cm):cm.openapi!==null&&cm.openapi!==void 0&&(cm.openapi==="3.0"||typeof cm.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi))?lD(cm):typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)?MC(cm):!1,L9=(cm,i_,s_=!0)=>[typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)||w0(s_,{path:i_+".openapi",expected:"`3.1.${number}`",value:cm.openapi}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_}))&&vq(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}),cm.info===void 0||(typeof cm.info=="object"&&cm.info!==null||w0(s_,{path:i_+".info",expected:"(OpenApi.IDocument.IInfo | undefined)",value:cm.info}))&&IH(cm.info,i_+".info",s_)||w0(s_,{path:i_+".info",expected:"(OpenApi.IDocument.IInfo | undefined)",value:cm.info}),(typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1||w0(s_,{path:i_+".components",expected:"OpenApi.IComponents",value:cm.components}))&&kX(cm.components,i_+".components",s_)||w0(s_,{path:i_+".components",expected:"OpenApi.IComponents",value:cm.components}),cm.paths===void 0||(typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApi.IPath> | undefined)",value:cm.paths}))&&xL(cm.paths,i_+".paths",s_)||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApi.IPath> | undefined)",value:cm.paths}),cm.webhooks===void 0||(typeof cm.webhooks=="object"&&cm.webhooks!==null&&Array.isArray(cm.webhooks)===!1||w0(s_,{path:i_+".webhooks",expected:"(Record<string, OpenApi.IPath> | undefined)",value:cm.webhooks}))&&xL(cm.webhooks,i_+".webhooks",s_)||w0(s_,{path:i_+".webhooks",expected:"(Record<string, OpenApi.IPath> | undefined)",value:cm.webhooks}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApi.IDocument.ITag> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApi.IDocument.ITag",value:z_}))&&sV(z_,i_+".tags["+vx+"]",s_)||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApi.IDocument.ITag",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApi.IDocument.ITag> | undefined)",value:cm.tags}),cm["x-samchon-emended-v4"]===!0||w0(s_,{path:i_+'["x-samchon-emended-v4"]',expected:"true",value:cm["x-samchon-emended-v4"]})].every(z_=>z_),vq=(cm,i_,s_=!0)=>[typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"string",value:cm.url}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.variables===void 0||(typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApi.IServer.IVariable> | undefined)",value:cm.variables}))&&rV(cm.variables,i_+".variables",s_)||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApi.IServer.IVariable> | undefined)",value:cm.variables})].every(z_=>z_),rV=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IServer.IVariable",value:vx}))&&TH(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IServer.IVariable",value:vx})}).every(z_=>z_)].every(z_=>z_),TH=(cm,i_,s_=!0)=>[typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"string",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string> | undefined)",value:cm.enum}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),IH=(cm,i_,s_=!0)=>[typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"string",value:cm.title}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.termsOfService===void 0||typeof cm.termsOfService=="string"||w0(s_,{path:i_+".termsOfService",expected:"(string | undefined)",value:cm.termsOfService}),cm.contact===void 0||(typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1||w0(s_,{path:i_+".contact",expected:"(OpenApi.IDocument.IContact | undefined)",value:cm.contact}))&&lB(cm.contact,i_+".contact",s_)||w0(s_,{path:i_+".contact",expected:"(OpenApi.IDocument.IContact | undefined)",value:cm.contact}),cm.license===void 0||(typeof cm.license=="object"&&cm.license!==null||w0(s_,{path:i_+".license",expected:"(OpenApi.IDocument.ILicense | undefined)",value:cm.license}))&&IX(cm.license,i_+".license",s_)||w0(s_,{path:i_+".license",expected:"(OpenApi.IDocument.ILicense | undefined)",value:cm.license}),typeof cm.version=="string"||w0(s_,{path:i_+".version",expected:"string",value:cm.version})].every(z_=>z_),lB=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url}),cm.email===void 0||typeof cm.email=="string"&&(/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i.test(cm.email)||w0(s_,{path:i_+".email",expected:'string & Format<"email">',value:cm.email}))||w0(s_,{path:i_+".email",expected:'((string & Format<"email">) | undefined)',value:cm.email})].every(z_=>z_),IX=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.identifier===void 0||typeof cm.identifier=="string"||w0(s_,{path:i_+".identifier",expected:"(string | undefined)",value:cm.identifier}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url})].every(z_=>z_),kX=(cm,i_,s_=!0)=>[cm.schemas===void 0||(typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:cm.schemas}))&&nV(cm.schemas,i_+".schemas",s_)||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:cm.schemas}),cm.securitySchemes===void 0||(typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApi.ISecurityScheme> | undefined)",value:cm.securitySchemes}))&&iJ(cm.securitySchemes,i_+".securitySchemes",s_)||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApi.ISecurityScheme> | undefined)",value:cm.securitySchemes})].every(z_=>z_),nV=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:vx}))&&DL(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:vx})}).every(z_=>z_)].every(z_=>z_),y8=(cm,i_,s_=!0)=>[typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean"||w0(s_,{path:i_+'["const"]',expected:"(boolean | number | string)",value:cm.const}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),Nw=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>(cm[z_]===void 0,!0)).every(z_=>z_)].every(z_=>z_),uz=(cm,i_,s_=!0)=>[cm.default===void 0||typeof cm.default=="boolean"||w0(s_,{path:i_+'["default"]',expected:"(boolean | undefined)",value:cm.default}),cm.type==="boolean"||w0(s_,{path:i_+".type",expected:'"boolean"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),xq=(cm,i_,s_=!0)=>[cm.default===void 0||typeof cm.default=="number"&&(Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3||w0(s_,{path:i_+'["default"]',expected:'number & Type<"int64">',value:cm.default}))||w0(s_,{path:i_+'["default"]',expected:'((number & Type<"int64">) | undefined)',value:cm.default}),cm.minimum===void 0||typeof cm.minimum=="number"&&(Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3||w0(s_,{path:i_+".minimum",expected:'number & Type<"int64">',value:cm.minimum}))||w0(s_,{path:i_+".minimum",expected:'((number & Type<"int64">) | undefined)',value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"&&(Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3||w0(s_,{path:i_+".maximum",expected:'number & Type<"int64">',value:cm.maximum}))||w0(s_,{path:i_+".maximum",expected:'((number & Type<"int64">) | undefined)',value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3||w0(s_,{path:i_+".multipleOf",expected:'number & Type<"uint64">',value:cm.multipleOf}))&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:cm.multipleOf}),cm.type==="integer"||w0(s_,{path:i_+".type",expected:'"integer"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),iV=(cm,i_,s_=!0)=>[cm.default===void 0||typeof cm.default=="number"||w0(s_,{path:i_+'["default"]',expected:"(number | undefined)",value:cm.default}),cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.type==="number"||w0(s_,{path:i_+".type",expected:'"number"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),bq=(cm,i_,s_=!0)=>[cm.default===void 0||typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"(string | undefined)",value:cm.default}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.contentMediaType===void 0||typeof cm.contentMediaType=="string"||w0(s_,{path:i_+".contentMediaType",expected:"(string | undefined)",value:cm.contentMediaType}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),cm.type==="string"||w0(s_,{path:i_+".type",expected:'"string"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),kH=(cm,i_,s_=!0)=>[(typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1||w0(s_,{path:i_+".items",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:cm.items}))&&DL(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:cm.items}),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),EM=(cm,i_,s_=!0)=>[cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),(Array.isArray(cm.prefixItems)||w0(s_,{path:i_+".prefixItems",expected:"Array<OpenApi.IJsonSchema>",value:cm.prefixItems}))&&cm.prefixItems.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".prefixItems["+vx+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:z_}))&&DL(z_,i_+".prefixItems["+vx+"]",s_)||w0(s_,{path:i_+".prefixItems["+vx+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".prefixItems",expected:"Array<OpenApi.IJsonSchema>",value:cm.prefixItems}),(cm.additionalItems!==null||w0(s_,{path:i_+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalItems}))&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||(typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1||w0(s_,{path:i_+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalItems}))&&DL(cm.additionalItems,i_+".additionalItems",s_)||w0(s_,{path:i_+".additionalItems",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalItems})),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),YG=(cm,i_,s_=!0)=>[cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:cm.properties}))&&nV(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApi.IJsonSchema> | undefined)",value:cm.properties}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&DL(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties})),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),cm.type==="object"||w0(s_,{path:i_+".type",expected:'"object"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),a$=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),CX=(cm,i_,s_=!0)=>[(Array.isArray(cm.oneOf)||w0(s_,{path:i_+".oneOf",expected:"Array<IConstant | IBoolean | IInteger | INumber | IString | IArray | ITuple | IObject | IReference<string> | INull | IUnknown>",value:cm.oneOf}))&&cm.oneOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".oneOf["+vx+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:z_}))&&BM(z_,i_+".oneOf["+vx+"]",s_)||w0(s_,{path:i_+".oneOf["+vx+"]",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".oneOf",expected:"Array<IConstant | IBoolean | IInteger | INumber | IString | IArray | ITuple | IObject | IReference<string> | INull | IUnknown>",value:cm.oneOf}),cm.discriminator===void 0||(typeof cm.discriminator=="object"&&cm.discriminator!==null||w0(s_,{path:i_+".discriminator",expected:"(OpenApi.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}))&&j9(cm.discriminator,i_+".discriminator",s_)||w0(s_,{path:i_+".discriminator",expected:"(OpenApi.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),Sq=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||w0(s_,{path:i_+'["default"]',expected:"(null | undefined)",value:cm.default}),cm.type==="null"||w0(s_,{path:i_+".type",expected:'"null"',value:cm.type}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),CH=(cm,i_,s_=!0)=>[!0,(cm.type!==null||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type}))&&(cm.type===void 0||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples}))&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, any> | undefined)",value:cm.examples})].every(z_=>z_),j9=(cm,i_,s_=!0)=>[typeof cm.propertyName=="string"||w0(s_,{path:i_+".propertyName",expected:"string",value:cm.propertyName}),cm.mapping===void 0||(typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping}))&&o$(cm.mapping,i_+".mapping",s_)||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping})].every(z_=>z_),o$=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:typeof vx=="string"||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"string",value:vx})}).every(z_=>z_)].every(z_=>z_),iJ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:vx}))&&Uee(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:vx})}).every(z_=>z_)].every(z_=>z_),jR=(cm,i_,s_=!0)=>[cm.type==="apiKey"||w0(s_,{path:i_+".type",expected:'"apiKey"',value:cm.type}),cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:cm.in}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),EX=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="basic"||w0(s_,{path:i_+".scheme",expected:'"basic"',value:cm.scheme}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),DM=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="bearer"||w0(s_,{path:i_+".scheme",expected:'"bearer"',value:cm.scheme}),cm.bearerFormat===void 0||typeof cm.bearerFormat=="string"||w0(s_,{path:i_+".bearerFormat",expected:"(string | undefined)",value:cm.bearerFormat}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),DQ=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),(typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1||w0(s_,{path:i_+".flows",expected:"OpenApi.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}))&&QG(cm.flows,i_+".flows",s_)||w0(s_,{path:i_+".flows",expected:"OpenApi.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),QG=(cm,i_,s_=!0)=>[cm.authorizationCode===void 0||(typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApi.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}))&&sJ(cm.authorizationCode,i_+".authorizationCode",s_)||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApi.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}),cm.implicit===void 0||(typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}))&&Aq(cm.implicit,i_+".implicit",s_)||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}),cm.password===void 0||(typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1||w0(s_,{path:i_+".password",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}))&&vL(cm.password,i_+".password",s_)||w0(s_,{path:i_+".password",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}),cm.clientCredentials===void 0||(typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials}))&&vL(cm.clientCredentials,i_+".clientCredentials",s_)||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApi.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials})].every(z_=>z_),sJ=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),Aq=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),vL=(cm,i_,s_=!0)=>[cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),wQ=(cm,i_,s_=!0)=>[cm.type==="openIdConnect"||w0(s_,{path:i_+".type",expected:'"openIdConnect"',value:cm.type}),typeof cm.openIdConnectUrl=="string"||w0(s_,{path:i_+".openIdConnectUrl",expected:"string",value:cm.openIdConnectUrl}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),xL=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IPath",value:vx}))&&bL(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IPath",value:vx})}).every(z_=>z_)].every(z_=>z_),bL=(cm,i_,s_=!0)=>[cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_}))&&vq(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.delete===void 0||(typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1||w0(s_,{path:i_+'["delete"]',expected:"(OpenApi.IOperation | undefined)",value:cm.delete}))&&SL(cm.delete,i_+'["delete"]',s_)||w0(s_,{path:i_+'["delete"]',expected:"(OpenApi.IOperation | undefined)",value:cm.delete}),cm.head===void 0||(typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1||w0(s_,{path:i_+".head",expected:"(OpenApi.IOperation | undefined)",value:cm.head}))&&SL(cm.head,i_+".head",s_)||w0(s_,{path:i_+".head",expected:"(OpenApi.IOperation | undefined)",value:cm.head}),cm.get===void 0||(typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1||w0(s_,{path:i_+".get",expected:"(OpenApi.IOperation | undefined)",value:cm.get}))&&SL(cm.get,i_+".get",s_)||w0(s_,{path:i_+".get",expected:"(OpenApi.IOperation | undefined)",value:cm.get}),cm.post===void 0||(typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1||w0(s_,{path:i_+".post",expected:"(OpenApi.IOperation | undefined)",value:cm.post}))&&SL(cm.post,i_+".post",s_)||w0(s_,{path:i_+".post",expected:"(OpenApi.IOperation | undefined)",value:cm.post}),cm.put===void 0||(typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1||w0(s_,{path:i_+".put",expected:"(OpenApi.IOperation | undefined)",value:cm.put}))&&SL(cm.put,i_+".put",s_)||w0(s_,{path:i_+".put",expected:"(OpenApi.IOperation | undefined)",value:cm.put}),cm.patch===void 0||(typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1||w0(s_,{path:i_+".patch",expected:"(OpenApi.IOperation | undefined)",value:cm.patch}))&&SL(cm.patch,i_+".patch",s_)||w0(s_,{path:i_+".patch",expected:"(OpenApi.IOperation | undefined)",value:cm.patch}),cm.options===void 0||(typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1||w0(s_,{path:i_+".options",expected:"(OpenApi.IOperation | undefined)",value:cm.options}))&&SL(cm.options,i_+".options",s_)||w0(s_,{path:i_+".options",expected:"(OpenApi.IOperation | undefined)",value:cm.options}),cm.trace===void 0||(typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1||w0(s_,{path:i_+".trace",expected:"(OpenApi.IOperation | undefined)",value:cm.trace}))&&SL(cm.trace,i_+".trace",s_)||w0(s_,{path:i_+".trace",expected:"(OpenApi.IOperation | undefined)",value:cm.trace})].every(z_=>z_),SL=(cm,i_,s_=!0)=>[cm.operationId===void 0||typeof cm.operationId=="string"||w0(s_,{path:i_+".operationId",expected:"(string | undefined)",value:cm.operationId}),cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<OpenApi.IOperation.IParameter> | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"OpenApi.IOperation.IParameter",value:z_}))&&nN(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"OpenApi.IOperation.IParameter",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<OpenApi.IOperation.IParameter> | undefined)",value:cm.parameters}),cm.requestBody===void 0||(typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1||w0(s_,{path:i_+".requestBody",expected:"(OpenApi.IOperation.IRequestBody | undefined)",value:cm.requestBody}))&&oJ(cm.requestBody,i_+".requestBody",s_)||w0(s_,{path:i_+".requestBody",expected:"(OpenApi.IOperation.IRequestBody | undefined)",value:cm.requestBody}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApi.IOperation.IResponse> | undefined)",value:cm.responses}))&&AL(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApi.IOperation.IResponse> | undefined)",value:cm.responses}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_}))&&vq(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApi.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApi.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".tags["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),cm["x-samchon-human"]===void 0||typeof cm["x-samchon-human"]=="boolean"||w0(s_,{path:i_+'["x-samchon-human"]',expected:"(boolean | undefined)",value:cm["x-samchon-human"]}),cm["x-samchon-accessor"]===void 0||(Array.isArray(cm["x-samchon-accessor"])||w0(s_,{path:i_+'["x-samchon-accessor"]',expected:"(Array<string> | undefined)",value:cm["x-samchon-accessor"]}))&&cm["x-samchon-accessor"].map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+'["x-samchon-accessor"]['+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["x-samchon-accessor"]',expected:"(Array<string> | undefined)",value:cm["x-samchon-accessor"]}),cm["x-samchon-controller"]===void 0||typeof cm["x-samchon-controller"]=="string"||w0(s_,{path:i_+'["x-samchon-controller"]',expected:"(string | undefined)",value:cm["x-samchon-controller"]})].every(z_=>z_),nN=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:cm.in}),(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:cm.schema}))&&DL(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown)",value:cm.schema}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:cm.examples}))&&aJ(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:cm.examples})].every(z_=>z_),aJ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IExample",value:vx}))&&uB(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IExample",value:vx})}).every(z_=>z_)].every(z_=>z_),uB=(cm,i_,s_=!0)=>[cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.externalValue===void 0||typeof cm.externalValue=="string"||w0(s_,{path:i_+".externalValue",expected:"(string | undefined)",value:cm.externalValue})].every(z_=>z_),oJ=(cm,i_,s_=!0)=>[cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:cm.content}))&&L$(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:cm.content}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm["x-nestia-encrypted"]===void 0||typeof cm["x-nestia-encrypted"]=="boolean"||w0(s_,{path:i_+'["x-nestia-encrypted"]',expected:"(boolean | undefined)",value:cm["x-nestia-encrypted"]})].every(z_=>z_),L$=(cm,i_,s_=!0)=>[cm["text/plain"]===void 0||(typeof cm["text/plain"]=="object"&&cm["text/plain"]!==null&&Array.isArray(cm["text/plain"])===!1||w0(s_,{path:i_+'["text/plain"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["text/plain"]}))&&JN(cm["text/plain"],i_+'["text/plain"]',s_)||w0(s_,{path:i_+'["text/plain"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["text/plain"]}),cm["application/json"]===void 0||(typeof cm["application/json"]=="object"&&cm["application/json"]!==null&&Array.isArray(cm["application/json"])===!1||w0(s_,{path:i_+'["application/json"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["application/json"]}))&&JN(cm["application/json"],i_+'["application/json"]',s_)||w0(s_,{path:i_+'["application/json"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["application/json"]}),cm["multipart/form-data"]===void 0||(typeof cm["multipart/form-data"]=="object"&&cm["multipart/form-data"]!==null&&Array.isArray(cm["multipart/form-data"])===!1||w0(s_,{path:i_+'["multipart/form-data"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["multipart/form-data"]}))&&JN(cm["multipart/form-data"],i_+'["multipart/form-data"]',s_)||w0(s_,{path:i_+'["multipart/form-data"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["multipart/form-data"]}),cm["application/x-www-form-url-encoded"]===void 0||(typeof cm["application/x-www-form-url-encoded"]=="object"&&cm["application/x-www-form-url-encoded"]!==null&&Array.isArray(cm["application/x-www-form-url-encoded"])===!1||w0(s_,{path:i_+'["application/x-www-form-url-encoded"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["application/x-www-form-url-encoded"]}))&&JN(cm["application/x-www-form-url-encoded"],i_+'["application/x-www-form-url-encoded"]',s_)||w0(s_,{path:i_+'["application/x-www-form-url-encoded"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["application/x-www-form-url-encoded"]}),cm["*/*"]===void 0||(typeof cm["*/*"]=="object"&&cm["*/*"]!==null&&Array.isArray(cm["*/*"])===!1||w0(s_,{path:i_+'["*/*"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["*/*"]}))&&JN(cm["*/*"],i_+'["*/*"]',s_)||w0(s_,{path:i_+'["*/*"]',expected:"(OpenApi.IOperation.IMediaType | undefined)",value:cm["*/*"]}),s_===!1||Object.keys(cm).map(z_=>{if(["text/plain","application/json","multipart/form-data","application/x-www-form-url-encoded","*/*"].some(X3=>z_===X3))return!0;const vx=cm[z_];return vx===void 0?!0:vx===void 0||(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.IOperation.IMediaType | undefined)",value:vx}))&&JN(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApi.IOperation.IMediaType | undefined)",value:vx})}).every(z_=>z_)].every(z_=>z_),JN=(cm,i_,s_=!0)=>[cm.schema===void 0||(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | undefined)",value:cm.schema}))&&DL(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(OpenApi.IJsonSchema.IArray | OpenApi.IJsonSchema.IBoolean | OpenApi.IJsonSchema.IConstant | OpenApi.IJsonSchema.IInteger | OpenApi.IJsonSchema.INull | OpenApi.IJsonSchema.INumber | OpenApi.IJsonSchema.IObject | OpenApi.IJsonSchema.IOneOf | OpenApi.IJsonSchema.IReference<string> | OpenApi.IJsonSchema.IString | OpenApi.IJsonSchema.ITuple | OpenApi.IJsonSchema.IUnknown | undefined)",value:cm.schema}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:cm.examples}))&&aJ(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApi.IExample> | undefined)",value:cm.examples})].every(z_=>z_),AL=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IOperation.IResponse",value:vx}))&&B9(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IOperation.IResponse",value:vx})}).every(z_=>z_)].every(z_=>z_),B9=(cm,i_,s_=!0)=>[cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:"(Record<string, OpenApi.IOperation.IParameter> | undefined)",value:cm.headers}))&&cJ(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:"(Record<string, OpenApi.IOperation.IParameter> | undefined)",value:cm.headers}),cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:cm.content}))&&L$(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(OpenApi.IOperation.IContent | undefined)",value:cm.content}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm["x-nestia-encrypted"]===void 0||typeof cm["x-nestia-encrypted"]=="boolean"||w0(s_,{path:i_+'["x-nestia-encrypted"]',expected:"(boolean | undefined)",value:cm["x-nestia-encrypted"]})].every(z_=>z_),cJ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IOperation.IParameter",value:vx}))&&nN(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApi.IOperation.IParameter",value:vx})}).every(z_=>z_)].every(z_=>z_),TL=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(Array.isArray(vx)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"Array<string>",value:vx}))&&vx.map((X3,OE)=>typeof X3=="string"||w0(s_,{path:i_+_accessExpressionAsString_2(z_)+"["+OE+"]",expected:"string",value:X3})).every(X3=>X3)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"Array<string>",value:vx})}).every(z_=>z_)].every(z_=>z_),sV=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),VN=(cm,i_,s_=!0)=>[(cm.swagger!==null||w0(s_,{path:i_+".swagger",expected:'("2.0" | `2.0.${number}`)',value:cm.swagger}))&&(cm.swagger!==void 0||w0(s_,{path:i_+".swagger",expected:'("2.0" | `2.0.${number}`)',value:cm.swagger}))&&(cm.swagger==="2.0"||typeof cm.swagger=="string"&&RegExp(/^2\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.swagger)||w0(s_,{path:i_+".swagger",expected:'("2.0" | `2.0.${number}`)',value:cm.swagger})),cm.info===void 0||(typeof cm.info=="object"&&cm.info!==null||w0(s_,{path:i_+".info",expected:"(SwaggerV2.IDocument.IInfo | undefined)",value:cm.info}))&&PQ(cm.info,i_+".info",s_)||w0(s_,{path:i_+".info",expected:"(SwaggerV2.IDocument.IInfo | undefined)",value:cm.info}),cm.host===void 0||typeof cm.host=="string"||w0(s_,{path:i_+".host",expected:"(string | undefined)",value:cm.host}),cm.basePath===void 0||typeof cm.basePath=="string"||w0(s_,{path:i_+".basePath",expected:"(string | undefined)",value:cm.basePath}),cm.consumes===void 0||(Array.isArray(cm.consumes)||w0(s_,{path:i_+".consumes",expected:"(Array<string> | undefined)",value:cm.consumes}))&&cm.consumes.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".consumes["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".consumes",expected:"(Array<string> | undefined)",value:cm.consumes}),cm.produces===void 0||(Array.isArray(cm.produces)||w0(s_,{path:i_+".produces",expected:"(Array<string> | undefined)",value:cm.produces}))&&cm.produces.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".produces["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".produces",expected:"(Array<string> | undefined)",value:cm.produces}),cm.definitions===void 0||(typeof cm.definitions=="object"&&cm.definitions!==null&&Array.isArray(cm.definitions)===!1||w0(s_,{path:i_+".definitions",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.definitions}))&&wM(cm.definitions,i_+".definitions",s_)||w0(s_,{path:i_+".definitions",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.definitions}),cm.parameters===void 0||(typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1||w0(s_,{path:i_+".parameters",expected:"(Record<string, SwaggerV2.IOperation.IParameter> | undefined)",value:cm.parameters}))&&kq(cm.parameters,i_+".parameters",s_)||w0(s_,{path:i_+".parameters",expected:"(Record<string, SwaggerV2.IOperation.IParameter> | undefined)",value:cm.parameters}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, SwaggerV2.IOperation.IResponse> | undefined)",value:cm.responses}))&&dB(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, SwaggerV2.IOperation.IResponse> | undefined)",value:cm.responses}),cm.securityDefinitions===void 0||(typeof cm.securityDefinitions=="object"&&cm.securityDefinitions!==null&&Array.isArray(cm.securityDefinitions)===!1||w0(s_,{path:i_+".securityDefinitions",expected:"(Record<string, SwaggerV2.ISecurityDefinition> | undefined)",value:cm.securityDefinitions}))&&mz(cm.securityDefinitions,i_+".securityDefinitions",s_)||w0(s_,{path:i_+".securityDefinitions",expected:"(Record<string, SwaggerV2.ISecurityDefinition> | undefined)",value:cm.securityDefinitions}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.paths===void 0||(typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1||w0(s_,{path:i_+".paths",expected:"(Record<string, SwaggerV2.IPath> | undefined)",value:cm.paths}))&&uU(cm.paths,i_+".paths",s_)||w0(s_,{path:i_+".paths",expected:"(Record<string, SwaggerV2.IPath> | undefined)",value:cm.paths}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<SwaggerV2.IDocument.ITag> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".tags["+vx+"]",expected:"SwaggerV2.IDocument.ITag",value:z_}))&&pJ(z_,i_+".tags["+vx+"]",s_)||w0(s_,{path:i_+".tags["+vx+"]",expected:"SwaggerV2.IDocument.ITag",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<SwaggerV2.IDocument.ITag> | undefined)",value:cm.tags})].every(z_=>z_),PQ=(cm,i_,s_=!0)=>[typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"string",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.termsOfService===void 0||typeof cm.termsOfService=="string"||w0(s_,{path:i_+".termsOfService",expected:"(string | undefined)",value:cm.termsOfService}),cm.contact===void 0||(typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1||w0(s_,{path:i_+".contact",expected:"(SwaggerV2.IDocument.IContact | undefined)",value:cm.contact}))&&Lee(cm.contact,i_+".contact",s_)||w0(s_,{path:i_+".contact",expected:"(SwaggerV2.IDocument.IContact | undefined)",value:cm.contact}),cm.license===void 0||(typeof cm.license=="object"&&cm.license!==null||w0(s_,{path:i_+".license",expected:"(SwaggerV2.IDocument.ILicense | undefined)",value:cm.license}))&&Tq(cm.license,i_+".license",s_)||w0(s_,{path:i_+".license",expected:"(SwaggerV2.IDocument.ILicense | undefined)",value:cm.license}),typeof cm.version=="string"||w0(s_,{path:i_+".version",expected:"string",value:cm.version})].every(z_=>z_),Lee=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url}),cm.email===void 0||typeof cm.email=="string"||w0(s_,{path:i_+".email",expected:"(string | undefined)",value:cm.email})].every(z_=>z_),Tq=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url})].every(z_=>z_),wM=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:vx}))&&B$(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:vx})}).every(z_=>z_)].every(z_=>z_),lU=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="boolean"||w0(s_,{path:i_+'["default"]',expected:"(boolean | null | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="boolean"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(boolean | null)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="boolean"||w0(s_,{path:i_+".type",expected:'"boolean"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),DX=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="number"&&(Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3||w0(s_,{path:i_+'["default"]',expected:'number & Type<"int64">',value:cm.default}))||w0(s_,{path:i_+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"&&(Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3||w0(s_,{path:i_+".minimum",expected:'number & Type<"int64">',value:cm.minimum}))||w0(s_,{path:i_+".minimum",expected:'((number & Type<"int64">) | undefined)',value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"&&(Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3||w0(s_,{path:i_+".maximum",expected:'number & Type<"int64">',value:cm.maximum}))||w0(s_,{path:i_+".maximum",expected:'((number & Type<"int64">) | undefined)',value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3||w0(s_,{path:i_+".multipleOf",expected:'number & Type<"uint64">',value:cm.multipleOf}))&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="integer"||w0(s_,{path:i_+".type",expected:'"integer"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),fB=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="number"||w0(s_,{path:i_+'["default"]',expected:"(null | number | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="number"||w0(s_,{path:i_+".type",expected:'"number"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),wX=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"(null | string | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | string)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="string"||w0(s_,{path:i_+".type",expected:'"string"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),ZG=(cm,i_,s_=!0)=>[(typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1||w0(s_,{path:i_+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.items}))&&B$(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.items}),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),eW=(cm,i_,s_=!0)=>[cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.properties}))&&wM(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.properties}),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&B$(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties})),cm.maxProperties===void 0||typeof cm.maxProperties=="number"||w0(s_,{path:i_+".maxProperties",expected:"(number | undefined)",value:cm.maxProperties}),cm.minProperties===void 0||typeof cm.minProperties=="number"||w0(s_,{path:i_+".minProperties",expected:"(number | undefined)",value:cm.minProperties}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="object"||w0(s_,{path:i_+".type",expected:'"object"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples})].every(z_=>z_),PX=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),OX=(cm,i_,s_=!0)=>[(Array.isArray(cm["x-anyOf"])||w0(s_,{path:i_+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-anyOf"]}))&&cm["x-anyOf"].map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+'["x-anyOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_}))&&B$(z_,i_+'["x-anyOf"]['+vx+"]",s_)||w0(s_,{path:i_+'["x-anyOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-anyOf"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),EH=(cm,i_,s_=!0)=>[(Array.isArray(cm["x-oneOf"])||w0(s_,{path:i_+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-oneOf"]}))&&cm["x-oneOf"].map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+'["x-oneOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_}))&&B$(z_,i_+'["x-oneOf"]['+vx+"]",s_)||w0(s_,{path:i_+'["x-oneOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-oneOf"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),OQ=(cm,i_,s_=!0)=>[cm.type==="null"||w0(s_,{path:i_+".type",expected:'"null"',value:cm.type}),cm.default===null||cm.default===void 0||w0(s_,{path:i_+'["default"]',expected:"(null | undefined)",value:cm.default}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),Iq=(cm,i_,s_=!0)=>[(cm.type!==null||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type}))&&(cm.type===void 0||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type})),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),kq=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IOperation.IBodyParameter)",value:vx}))&&bR(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IOperation.IBodyParameter)",value:vx})}).every(z_=>z_)].every(z_=>z_),lJ=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="boolean"||w0(s_,{path:i_+'["default"]',expected:"(boolean | null | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="boolean"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(boolean | null)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="boolean"||w0(s_,{path:i_+".type",expected:'"boolean"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),Cq=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="number"&&(Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3||w0(s_,{path:i_+'["default"]',expected:'number & Type<"int64">',value:cm.default}))||w0(s_,{path:i_+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"&&(Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3||w0(s_,{path:i_+".minimum",expected:'number & Type<"int64">',value:cm.minimum}))||w0(s_,{path:i_+".minimum",expected:'((number & Type<"int64">) | undefined)',value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"&&(Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3||w0(s_,{path:i_+".maximum",expected:'number & Type<"int64">',value:cm.maximum}))||w0(s_,{path:i_+".maximum",expected:'((number & Type<"int64">) | undefined)',value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3||w0(s_,{path:i_+".multipleOf",expected:'number & Type<"uint64">',value:cm.multipleOf}))&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="integer"||w0(s_,{path:i_+".type",expected:'"integer"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),X8=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="number"||w0(s_,{path:i_+'["default"]',expected:"(null | number | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="number"||w0(s_,{path:i_+".type",expected:'"number"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),PM=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"(null | string | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | string)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="string"||w0(s_,{path:i_+".type",expected:'"string"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),fz=(cm,i_,s_=!0)=>[(typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1||w0(s_,{path:i_+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.items}))&&B$(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.items}),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),Eq=(cm,i_,s_=!0)=>[cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.properties}))&&wM(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.properties}),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&B$(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties})),cm.maxProperties===void 0||typeof cm.maxProperties=="number"||w0(s_,{path:i_+".maxProperties",expected:"(number | undefined)",value:cm.maxProperties}),cm.minProperties===void 0||typeof cm.minProperties=="number"||w0(s_,{path:i_+".minProperties",expected:"(number | undefined)",value:cm.minProperties}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="object"||w0(s_,{path:i_+".type",expected:'"object"',value:cm.type}),cm["x-nullable"]===void 0||typeof cm["x-nullable"]=="boolean"||w0(s_,{path:i_+'["x-nullable"]',expected:"(boolean | undefined)",value:cm["x-nullable"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),aV=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),IL=(cm,i_,s_=!0)=>[(Array.isArray(cm["x-anyOf"])||w0(s_,{path:i_+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-anyOf"]}))&&cm["x-anyOf"].map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+'["x-anyOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_}))&&B$(z_,i_+'["x-anyOf"]['+vx+"]",s_)||w0(s_,{path:i_+'["x-anyOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["x-anyOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-anyOf"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),dz=(cm,i_,s_=!0)=>[(Array.isArray(cm["x-oneOf"])||w0(s_,{path:i_+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-oneOf"]}))&&cm["x-oneOf"].map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+'["x-oneOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_}))&&B$(z_,i_+'["x-oneOf"]['+vx+"]",s_)||w0(s_,{path:i_+'["x-oneOf"]['+vx+"]",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["x-oneOf"]',expected:"Array<SwaggerV2.IJsonSchema>",value:cm["x-oneOf"]}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),oV=(cm,i_,s_=!0)=>[cm.type==="null"||w0(s_,{path:i_+".type",expected:'"null"',value:cm.type}),cm.default===null||cm.default===void 0||w0(s_,{path:i_+'["default"]',expected:"(null | undefined)",value:cm.default}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),uJ=(cm,i_,s_=!0)=>[(cm.type!==null||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type}))&&(cm.type===void 0||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type})),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in})].every(z_=>z_),fJ=(cm,i_,s_=!0)=>[(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.schema}))&&B$(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown)",value:cm.schema}),typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),typeof cm.in=="string"||w0(s_,{path:i_+'["in"]',expected:"string",value:cm.in}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required})].every(z_=>z_),dB=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"SwaggerV2.IOperation.IResponse",value:vx}))&&pz(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"SwaggerV2.IOperation.IResponse",value:vx})}).every(z_=>z_)].every(z_=>z_),pz=(cm,i_,s_=!0)=>[cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.headers}))&&wM(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:"(Record<string, SwaggerV2.IJsonSchema> | undefined)",value:cm.headers}),cm.schema===void 0||(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | undefined)",value:cm.schema}))&&B$(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(SwaggerV2.IJsonSchema.IAnyOf | SwaggerV2.IJsonSchema.IArray | SwaggerV2.IJsonSchema.IBoolean | SwaggerV2.IJsonSchema.IInteger | SwaggerV2.IJsonSchema.INullOnly | SwaggerV2.IJsonSchema.INumber | SwaggerV2.IJsonSchema.IObject | SwaggerV2.IJsonSchema.IOneOf | SwaggerV2.IJsonSchema.IReference<string> | SwaggerV2.IJsonSchema.IString | SwaggerV2.IJsonSchema.IUnknown | undefined)",value:cm.schema}),!0].every(z_=>z_),mz=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:vx}))&&V$(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:vx})}).every(z_=>z_)].every(z_=>z_),f5=(cm,i_,s_=!0)=>[cm.type==="apiKey"||w0(s_,{path:i_+".type",expected:'"apiKey"',value:cm.type}),cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:cm.in}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),cV=(cm,i_,s_=!0)=>[cm.type==="basic"||w0(s_,{path:i_+".type",expected:'"basic"',value:cm.type}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),D5=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),cm.flow==="implicit"||w0(s_,{path:i_+".flow",expected:'"implicit"',value:cm.flow}),cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),dJ=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),cm.flow==="accessCode"||w0(s_,{path:i_+".flow",expected:'"accessCode"',value:cm.flow}),cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),NX=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),cm.flow==="password"||w0(s_,{path:i_+".flow",expected:'"password"',value:cm.flow}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),_z=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),cm.flow==="application"||w0(s_,{path:i_+".flow",expected:'"application"',value:cm.flow}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),uU=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"SwaggerV2.IPath",value:vx}))&&fU(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"SwaggerV2.IPath",value:vx})}).every(z_=>z_)].every(z_=>z_),fU=(cm,i_,s_=!0)=>[cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/parameters/${string}`>> | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:z_}))&&UQ(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/parameters/${string}`>> | undefined)",value:cm.parameters}),cm.delete===void 0||(typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1||w0(s_,{path:i_+'["delete"]',expected:"(SwaggerV2.IOperation | undefined)",value:cm.delete}))&&lV(cm.delete,i_+'["delete"]',s_)||w0(s_,{path:i_+'["delete"]',expected:"(SwaggerV2.IOperation | undefined)",value:cm.delete}),cm.head===void 0||(typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1||w0(s_,{path:i_+".head",expected:"(SwaggerV2.IOperation | undefined)",value:cm.head}))&&lV(cm.head,i_+".head",s_)||w0(s_,{path:i_+".head",expected:"(SwaggerV2.IOperation | undefined)",value:cm.head}),cm.get===void 0||(typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1||w0(s_,{path:i_+".get",expected:"(SwaggerV2.IOperation | undefined)",value:cm.get}))&&lV(cm.get,i_+".get",s_)||w0(s_,{path:i_+".get",expected:"(SwaggerV2.IOperation | undefined)",value:cm.get}),cm.post===void 0||(typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1||w0(s_,{path:i_+".post",expected:"(SwaggerV2.IOperation | undefined)",value:cm.post}))&&lV(cm.post,i_+".post",s_)||w0(s_,{path:i_+".post",expected:"(SwaggerV2.IOperation | undefined)",value:cm.post}),cm.put===void 0||(typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1||w0(s_,{path:i_+".put",expected:"(SwaggerV2.IOperation | undefined)",value:cm.put}))&&lV(cm.put,i_+".put",s_)||w0(s_,{path:i_+".put",expected:"(SwaggerV2.IOperation | undefined)",value:cm.put}),cm.patch===void 0||(typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1||w0(s_,{path:i_+".patch",expected:"(SwaggerV2.IOperation | undefined)",value:cm.patch}))&&lV(cm.patch,i_+".patch",s_)||w0(s_,{path:i_+".patch",expected:"(SwaggerV2.IOperation | undefined)",value:cm.patch}),cm.options===void 0||(typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1||w0(s_,{path:i_+".options",expected:"(SwaggerV2.IOperation | undefined)",value:cm.options}))&&lV(cm.options,i_+".options",s_)||w0(s_,{path:i_+".options",expected:"(SwaggerV2.IOperation | undefined)",value:cm.options}),cm.trace===void 0||(typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1||w0(s_,{path:i_+".trace",expected:"(SwaggerV2.IOperation | undefined)",value:cm.trace}))&&lV(cm.trace,i_+".trace",s_)||w0(s_,{path:i_+".trace",expected:"(SwaggerV2.IOperation | undefined)",value:cm.trace})].every(z_=>z_),mR=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/parameters\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/parameters/${string}`",value:cm.$ref}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),lV=(cm,i_,s_=!0)=>[cm.operationId===void 0||typeof cm.operationId=="string"||w0(s_,{path:i_+".operationId",expected:"(string | undefined)",value:cm.operationId}),cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/definitions/parameters/${string}`>> | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/definitions/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:z_}))&&JM(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(IAnyOf & { name: string; in: string; description?: string | undefined; } | IArray & { name: string; in: string; description?: string | undefined; } | IBoolean & { name: string; in: string; description?: string | undefined; } | IInteger & { name: string; in: string; description?: string | undefined; } | INullOnly & { name: string; in: string; description?: string | undefined; } | INumber & { name: string; in: string; description?: string | undefined; } | IObject & { name: string; in: string; description?: string | undefined; } | IOneOf & { name: string; in: string; description?: string | undefined; } | IReference<string> & { name: string; in: string; description?: string | undefined; } | IString & { name: string; in: string; description?: string | undefined; } | IUnknown & { name: string; in: string; description?: string | undefined; } | SwaggerV2.IJsonSchema.IReference<`#/definitions/parameters/${string}`> | SwaggerV2.IOperation.IBodyParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/definitions/parameters/${string}`>> | undefined)",value:cm.parameters}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/definitions/responses/${string}`>> | undefined)",value:cm.responses}))&&OM(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/definitions/responses/${string}`>> | undefined)",value:cm.responses}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".tags["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated})].every(z_=>z_),hz=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/definitions\/parameters\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/definitions/parameters/${string}`",value:cm.$ref}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),OM=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.IJsonSchema.IReference<`#/definitions/responses/${string}`> | SwaggerV2.IOperation.IResponse)",value:vx}))&&hV(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(SwaggerV2.IJsonSchema.IReference<`#/definitions/responses/${string}`> | SwaggerV2.IOperation.IResponse)",value:vx})}).every(z_=>z_)].every(z_=>z_),jee=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/definitions\/responses\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/definitions/responses/${string}`",value:cm.$ref}),cm.examples===void 0||Array.isArray(cm.examples)||w0(s_,{path:i_+".examples",expected:"(Array<any> | undefined)",value:cm.examples}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),pJ=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),NM=(cm,i_,s_=!0)=>[(cm.openapi!==null||w0(s_,{path:i_+".openapi",expected:'("3.0" | `3.0.${number}`)',value:cm.openapi}))&&(cm.openapi!==void 0||w0(s_,{path:i_+".openapi",expected:'("3.0" | `3.0.${number}`)',value:cm.openapi}))&&(cm.openapi==="3.0"||typeof cm.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)||w0(s_,{path:i_+".openapi",expected:'("3.0" | `3.0.${number}`)',value:cm.openapi})),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_}))&&FX(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}),cm.info===void 0||(typeof cm.info=="object"&&cm.info!==null||w0(s_,{path:i_+".info",expected:"(OpenApiV3.IDocument.IInfo | undefined)",value:cm.info}))&&_R(cm.info,i_+".info",s_)||w0(s_,{path:i_+".info",expected:"(OpenApiV3.IDocument.IInfo | undefined)",value:cm.info}),cm.components===void 0||(typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1||w0(s_,{path:i_+".components",expected:"(OpenApiV3.IComponents | undefined)",value:cm.components}))&&pB(cm.components,i_+".components",s_)||w0(s_,{path:i_+".components",expected:"(OpenApiV3.IComponents | undefined)",value:cm.components}),cm.paths===void 0||(typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApiV3.IPath> | undefined)",value:cm.paths}))&&LX(cm.paths,i_+".paths",s_)||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApiV3.IPath> | undefined)",value:cm.paths}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApiV3.IDocument.ITag> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApiV3.IDocument.ITag",value:z_}))&&mU(z_,i_+".tags["+vx+"]",s_)||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApiV3.IDocument.ITag",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApiV3.IDocument.ITag> | undefined)",value:cm.tags})].every(z_=>z_),FX=(cm,i_,s_=!0)=>[typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"string",value:cm.url}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.variables===void 0||(typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApiV3.IServer.IVariable> | undefined)",value:cm.variables}))&&gz(cm.variables,i_+".variables",s_)||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApiV3.IServer.IVariable> | undefined)",value:cm.variables})].every(z_=>z_),gz=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IServer.IVariable",value:vx}))&&uV(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IServer.IVariable",value:vx})}).every(z_=>z_)].every(z_=>z_),uV=(cm,i_,s_=!0)=>[typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"string",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string> | undefined)",value:cm.enum}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),_R=(cm,i_,s_=!0)=>[typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"string",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.termsOfService===void 0||typeof cm.termsOfService=="string"||w0(s_,{path:i_+".termsOfService",expected:"(string | undefined)",value:cm.termsOfService}),cm.contact===void 0||(typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1||w0(s_,{path:i_+".contact",expected:"(OpenApiV3.IDocument.IContact | undefined)",value:cm.contact}))&&kL(cm.contact,i_+".contact",s_)||w0(s_,{path:i_+".contact",expected:"(OpenApiV3.IDocument.IContact | undefined)",value:cm.contact}),cm.license===void 0||(typeof cm.license=="object"&&cm.license!==null||w0(s_,{path:i_+".license",expected:"(OpenApiV3.IDocument.ILicense | undefined)",value:cm.license}))&&FM(cm.license,i_+".license",s_)||w0(s_,{path:i_+".license",expected:"(OpenApiV3.IDocument.ILicense | undefined)",value:cm.license}),typeof cm.version=="string"||w0(s_,{path:i_+".version",expected:"string",value:cm.version})].every(z_=>z_),kL=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url}),cm.email===void 0||typeof cm.email=="string"||w0(s_,{path:i_+".email",expected:"(string | undefined)",value:cm.email})].every(z_=>z_),FM=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url})].every(z_=>z_),pB=(cm,i_,s_=!0)=>[cm.schemas===void 0||(typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:cm.schemas}))&&dU(cm.schemas,i_+".schemas",s_)||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:cm.schemas}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApiV3.IOperation.IResponse> | undefined)",value:cm.responses}))&&BR(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApiV3.IOperation.IResponse> | undefined)",value:cm.responses}),cm.parameters===void 0||(typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1||w0(s_,{path:i_+".parameters",expected:"(Record<string, OpenApiV3.IOperation.IParameter> | undefined)",value:cm.parameters}))&&r9(cm.parameters,i_+".parameters",s_)||w0(s_,{path:i_+".parameters",expected:"(Record<string, OpenApiV3.IOperation.IParameter> | undefined)",value:cm.parameters}),cm.requestBodies===void 0||(typeof cm.requestBodies=="object"&&cm.requestBodies!==null&&Array.isArray(cm.requestBodies)===!1||w0(s_,{path:i_+".requestBodies",expected:"(Record<string, OpenApiV3.IOperation.IRequestBody> | undefined)",value:cm.requestBodies}))&&wP(cm.requestBodies,i_+".requestBodies",s_)||w0(s_,{path:i_+".requestBodies",expected:"(Record<string, OpenApiV3.IOperation.IRequestBody> | undefined)",value:cm.requestBodies}),cm.securitySchemes===void 0||(typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApiV3.ISecurityScheme> | undefined)",value:cm.securitySchemes}))&&yz(cm.securitySchemes,i_+".securitySchemes",s_)||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApiV3.ISecurityScheme> | undefined)",value:cm.securitySchemes}),cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<OpenApiV3.IOperation.IParameter, "in">> | undefined)',value:cm.headers}))&&PE(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<OpenApiV3.IOperation.IParameter, "in">> | undefined)',value:cm.headers}),cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApiV3.IExample> | undefined)",value:cm.examples}))&&UD(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApiV3.IExample> | undefined)",value:cm.examples})].every(z_=>z_),dU=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:vx}))&&J$(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:vx})}).every(z_=>z_)].every(z_=>z_),$X=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="boolean"||w0(s_,{path:i_+'["default"]',expected:"(boolean | null | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="boolean"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(boolean | null)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="boolean"||w0(s_,{path:i_+".type",expected:'"boolean"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),RX=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="number"&&(Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3||w0(s_,{path:i_+'["default"]',expected:'number & Type<"int64">',value:cm.default}))||w0(s_,{path:i_+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"&&(Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3||w0(s_,{path:i_+".minimum",expected:'number & Type<"int64">',value:cm.minimum}))||w0(s_,{path:i_+".minimum",expected:'((number & Type<"int64">) | undefined)',value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"&&(Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3||w0(s_,{path:i_+".maximum",expected:'number & Type<"int64">',value:cm.maximum}))||w0(s_,{path:i_+".maximum",expected:'((number & Type<"int64">) | undefined)',value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3||w0(s_,{path:i_+".multipleOf",expected:'number & Type<"uint64">',value:cm.multipleOf}))&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="integer"||w0(s_,{path:i_+".type",expected:'"integer"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),NQ=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="number"||w0(s_,{path:i_+'["default"]',expected:"(null | number | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="number"||w0(s_,{path:i_+".type",expected:'"number"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),rO=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"(null | string | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | string)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="string"||w0(s_,{path:i_+".type",expected:'"string"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),Bee=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),(typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1||w0(s_,{path:i_+".items",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.items}))&&J$(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.items}),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),I8=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:cm.properties}))&&dU(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3.IJsonSchema> | undefined)",value:cm.properties}),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties}))&&J$(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | boolean | undefined)",value:cm.additionalProperties})),cm.maxProperties===void 0||typeof cm.maxProperties=="number"||w0(s_,{path:i_+".maxProperties",expected:"(number | undefined)",value:cm.maxProperties}),cm.minProperties===void 0||typeof cm.minProperties=="number"||w0(s_,{path:i_+".minProperties",expected:"(number | undefined)",value:cm.minProperties}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="object"||w0(s_,{path:i_+".type",expected:'"object"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),Dq=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),FQ=(cm,i_,s_=!0)=>[(Array.isArray(cm.allOf)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.allOf}))&&cm.allOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".allOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_}))&&J$(z_,i_+".allOf["+vx+"]",s_)||w0(s_,{path:i_+".allOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.allOf}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),fV=(cm,i_,s_=!0)=>[(Array.isArray(cm.anyOf)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.anyOf}))&&cm.anyOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".anyOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_}))&&J$(z_,i_+".anyOf["+vx+"]",s_)||w0(s_,{path:i_+".anyOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.anyOf}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),mJ=(cm,i_,s_=!0)=>[(Array.isArray(cm.oneOf)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.oneOf}))&&cm.oneOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".oneOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_}))&&J$(z_,i_+".oneOf["+vx+"]",s_)||w0(s_,{path:i_+".oneOf["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3.IJsonSchema>",value:cm.oneOf}),cm.discriminator===void 0||(typeof cm.discriminator=="object"&&cm.discriminator!==null||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}))&&wq(cm.discriminator,i_+".discriminator",s_)||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),wq=(cm,i_,s_=!0)=>[typeof cm.propertyName=="string"||w0(s_,{path:i_+".propertyName",expected:"string",value:cm.propertyName}),cm.mapping===void 0||(typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping}))&&o$(cm.mapping,i_+".mapping",s_)||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping})].every(z_=>z_),UN=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||w0(s_,{path:i_+'["default"]',expected:"(null | undefined)",value:cm.default}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="null"||w0(s_,{path:i_+".type",expected:'"null"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),hR=(cm,i_,s_=!0)=>[!0,cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,(cm.type!==null||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type}))&&(cm.type===void 0||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type})),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),BR=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IResponse",value:vx}))&&$P(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IResponse",value:vx})}).every(z_=>z_)].every(z_=>z_),$P=(cm,i_,s_=!0)=>[cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:cm.content}))&&pU(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:cm.content}),cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<IParameter, "in"> | IReference<`#/components/headers/${string}`>> | undefined)',value:cm.headers}))&&$Q(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<IParameter, "in"> | IReference<`#/components/headers/${string}`>> | undefined)',value:cm.headers}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),pU=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IMediaType",value:vx}))&&dV(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IMediaType",value:vx})}).every(z_=>z_)].every(z_=>z_),dV=(cm,i_,s_=!0)=>[cm.schema===void 0||(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | undefined)",value:cm.schema}))&&J$(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown | undefined)",value:cm.schema}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples}))&&F8(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples})].every(z_=>z_),F8=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IExample | OpenApiV3.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:vx}))&&U$(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IExample | OpenApiV3.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:vx})}).every(z_=>z_)].every(z_=>z_),M8=(cm,i_,s_=!0)=>[cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.externalValue===void 0||typeof cm.externalValue=="string"||w0(s_,{path:i_+".externalValue",expected:"(string | undefined)",value:cm.externalValue})].every(z_=>z_),t9=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/examples/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),$Q=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:vx}))&&SR(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:vx})}).every(z_=>z_)].every(z_=>z_),DH=(cm,i_,s_=!0)=>[cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples}))&&F8(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples}),(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.schema}))&&J$(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.schema}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name})].every(z_=>z_),tW=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/headers/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),r9=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IParameter",value:vx}))&&V3(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IParameter",value:vx})}).every(z_=>z_)].every(z_=>z_),V3=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:cm.in}),(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.schema}))&&J$(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",expected:"(OpenApiV3.IJsonSchema.IAllOf | OpenApiV3.IJsonSchema.IAnyOf | OpenApiV3.IJsonSchema.IArray | OpenApiV3.IJsonSchema.IBoolean | OpenApiV3.IJsonSchema.IInteger | OpenApiV3.IJsonSchema.INullOnly | OpenApiV3.IJsonSchema.INumber | OpenApiV3.IJsonSchema.IObject | OpenApiV3.IJsonSchema.IOneOf | OpenApiV3.IJsonSchema.IReference<string> | OpenApiV3.IJsonSchema.IString | OpenApiV3.IJsonSchema.IUnknown)",value:cm.schema}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples}))&&F8(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>> | undefined)",value:cm.examples})].every(z_=>z_),wP=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IRequestBody",value:vx}))&&MX(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IOperation.IRequestBody",value:vx})}).every(z_=>z_)].every(z_=>z_),MX=(cm,i_,s_=!0)=>[cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:cm.content}))&&pU(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3.IOperation.IMediaType> | undefined)",value:cm.content})].every(z_=>z_),yz=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:vx}))&&p5(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:vx})}).every(z_=>z_)].every(z_=>z_),_J=(cm,i_,s_=!0)=>[cm.type==="apiKey"||w0(s_,{path:i_+".type",expected:'"apiKey"',value:cm.type}),cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:cm.in}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),ene=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="basic"||w0(s_,{path:i_+".scheme",expected:'"basic"',value:cm.scheme}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),hN=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="bearer"||w0(s_,{path:i_+".scheme",expected:'"bearer"',value:cm.scheme}),cm.bearerFormat===void 0||typeof cm.bearerFormat=="string"||w0(s_,{path:i_+".bearerFormat",expected:"(string | undefined)",value:cm.bearerFormat}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),mB=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),(typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1||w0(s_,{path:i_+".flows",expected:"OpenApiV3.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}))&&NO(cm.flows,i_+".flows",s_)||w0(s_,{path:i_+".flows",expected:"OpenApiV3.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),NO=(cm,i_,s_=!0)=>[cm.authorizationCode===void 0||(typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApiV3.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}))&&gR(cm.authorizationCode,i_+".authorizationCode",s_)||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApiV3.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}),cm.implicit===void 0||(typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}))&&YI(cm.implicit,i_+".implicit",s_)||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}),cm.password===void 0||(typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1||w0(s_,{path:i_+".password",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}))&&$M(cm.password,i_+".password",s_)||w0(s_,{path:i_+".password",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}),cm.clientCredentials===void 0||(typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials}))&&$M(cm.clientCredentials,i_+".clientCredentials",s_)||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApiV3.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials})].every(z_=>z_),gR=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),YI=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),$M=(cm,i_,s_=!0)=>[cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),vz=(cm,i_,s_=!0)=>[cm.type==="openIdConnect"||w0(s_,{path:i_+".type",expected:'"openIdConnect"',value:cm.type}),typeof cm.openIdConnectUrl=="string"||w0(s_,{path:i_+".openIdConnectUrl",expected:"string",value:cm.openIdConnectUrl}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),PE=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'Omit<OpenApiV3.IOperation.IParameter, "in">',value:vx}))&&DH(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'Omit<OpenApiV3.IOperation.IParameter, "in">',value:vx})}).every(z_=>z_)].every(z_=>z_),UD=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IExample",value:vx}))&&M8(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IExample",value:vx})}).every(z_=>z_)].every(z_=>z_),LX=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IPath",value:vx}))&&RM(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3.IPath",value:vx})}).every(z_=>z_)].every(z_=>z_),RM=(cm,i_,s_=!0)=>[cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:z_}))&&w5(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:cm.parameters}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_}))&&FX(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.delete===void 0||(typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1||w0(s_,{path:i_+'["delete"]',expected:"(OpenApiV3.IOperation | undefined)",value:cm.delete}))&&Iw(cm.delete,i_+'["delete"]',s_)||w0(s_,{path:i_+'["delete"]',expected:"(OpenApiV3.IOperation | undefined)",value:cm.delete}),cm.head===void 0||(typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1||w0(s_,{path:i_+".head",expected:"(OpenApiV3.IOperation | undefined)",value:cm.head}))&&Iw(cm.head,i_+".head",s_)||w0(s_,{path:i_+".head",expected:"(OpenApiV3.IOperation | undefined)",value:cm.head}),cm.get===void 0||(typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1||w0(s_,{path:i_+".get",expected:"(OpenApiV3.IOperation | undefined)",value:cm.get}))&&Iw(cm.get,i_+".get",s_)||w0(s_,{path:i_+".get",expected:"(OpenApiV3.IOperation | undefined)",value:cm.get}),cm.post===void 0||(typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1||w0(s_,{path:i_+".post",expected:"(OpenApiV3.IOperation | undefined)",value:cm.post}))&&Iw(cm.post,i_+".post",s_)||w0(s_,{path:i_+".post",expected:"(OpenApiV3.IOperation | undefined)",value:cm.post}),cm.put===void 0||(typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1||w0(s_,{path:i_+".put",expected:"(OpenApiV3.IOperation | undefined)",value:cm.put}))&&Iw(cm.put,i_+".put",s_)||w0(s_,{path:i_+".put",expected:"(OpenApiV3.IOperation | undefined)",value:cm.put}),cm.patch===void 0||(typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1||w0(s_,{path:i_+".patch",expected:"(OpenApiV3.IOperation | undefined)",value:cm.patch}))&&Iw(cm.patch,i_+".patch",s_)||w0(s_,{path:i_+".patch",expected:"(OpenApiV3.IOperation | undefined)",value:cm.patch}),cm.options===void 0||(typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1||w0(s_,{path:i_+".options",expected:"(OpenApiV3.IOperation | undefined)",value:cm.options}))&&Iw(cm.options,i_+".options",s_)||w0(s_,{path:i_+".options",expected:"(OpenApiV3.IOperation | undefined)",value:cm.options}),cm.trace===void 0||(typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1||w0(s_,{path:i_+".trace",expected:"(OpenApiV3.IOperation | undefined)",value:cm.trace}))&&Iw(cm.trace,i_+".trace",s_)||w0(s_,{path:i_+".trace",expected:"(OpenApiV3.IOperation | undefined)",value:cm.trace})].every(z_=>z_),hJ=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/parameters/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),Iw=(cm,i_,s_=!0)=>[cm.operationId===void 0||typeof cm.operationId=="string"||w0(s_,{path:i_+".operationId",expected:"(string | undefined)",value:cm.operationId}),cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:z_}))&&w5(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IOperation.IParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>> | undefined)",value:cm.parameters}),cm.requestBody===void 0||(typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1||w0(s_,{path:i_+".requestBody",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3.IOperation.IRequestBody | undefined)",value:cm.requestBody}))&&AR(cm.requestBody,i_+".requestBody",s_)||w0(s_,{path:i_+".requestBody",expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3.IOperation.IRequestBody | undefined)",value:cm.requestBody}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>> | undefined)",value:cm.responses}))&&RP(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>> | undefined)",value:cm.responses}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_}))&&FX(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".tags["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated})].every(z_=>z_),j$=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/requestBodies/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),RP=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3.IOperation.IResponse)",value:vx}))&&bz(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3.IOperation.IResponse)",value:vx})}).every(z_=>z_)].every(z_=>z_),_B=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/responses/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),mU=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),yR=(cm,i_,s_=!0)=>[typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)||w0(s_,{path:i_+".openapi",expected:"`3.1.${number}`",value:cm.openapi}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_}))&&OF(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}),cm.info===void 0||(typeof cm.info=="object"&&cm.info!==null||w0(s_,{path:i_+".info",expected:"(OpenApiV3_1.IDocument.IInfo | undefined)",value:cm.info}))&&Jee(cm.info,i_+".info",s_)||w0(s_,{path:i_+".info",expected:"(OpenApiV3_1.IDocument.IInfo | undefined)",value:cm.info}),cm.components===void 0||(typeof cm.components=="object"&&cm.components!==null&&Array.isArray(cm.components)===!1||w0(s_,{path:i_+".components",expected:"(OpenApiV3_1.IComponents | undefined)",value:cm.components}))&&Pq(cm.components,i_+".components",s_)||w0(s_,{path:i_+".components",expected:"(OpenApiV3_1.IComponents | undefined)",value:cm.components}),cm.paths===void 0||(typeof cm.paths=="object"&&cm.paths!==null&&Array.isArray(cm.paths)===!1||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:cm.paths}))&&nW(cm.paths,i_+".paths",s_)||w0(s_,{path:i_+".paths",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:cm.paths}),cm.webhooks===void 0||(typeof cm.webhooks=="object"&&cm.webhooks!==null&&Array.isArray(cm.webhooks)===!1||w0(s_,{path:i_+".webhooks",expected:"(Record<string, IPath | IReference<`#/components/pathItems/${string}`>> | undefined)",value:cm.webhooks}))&&I4(cm.webhooks,i_+".webhooks",s_)||w0(s_,{path:i_+".webhooks",expected:"(Record<string, IPath | IReference<`#/components/pathItems/${string}`>> | undefined)",value:cm.webhooks}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApiV3_1.IDocument.ITag> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApiV3_1.IDocument.ITag",value:z_}))&&VR(z_,i_+".tags["+vx+"]",s_)||w0(s_,{path:i_+".tags["+vx+"]",expected:"OpenApiV3_1.IDocument.ITag",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<OpenApiV3_1.IDocument.ITag> | undefined)",value:cm.tags})].every(z_=>z_),OF=(cm,i_,s_=!0)=>[typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"string",value:cm.url}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.variables===void 0||(typeof cm.variables=="object"&&cm.variables!==null&&Array.isArray(cm.variables)===!1||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApiV3_1.IServer.IVariable> | undefined)",value:cm.variables}))&&jX(cm.variables,i_+".variables",s_)||w0(s_,{path:i_+".variables",expected:"(Record<string, OpenApiV3_1.IServer.IVariable> | undefined)",value:cm.variables})].every(z_=>z_),jX=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IServer.IVariable",value:vx}))&&RQ(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IServer.IVariable",value:vx})}).every(z_=>z_)].every(z_=>z_),RQ=(cm,i_,s_=!0)=>[typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"string",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"((Array<string> & MinItems<1>) | undefined)",value:cm.enum}))&&(1<=cm.enum.length||w0(s_,{path:i_+'["enum"]',expected:"Array<> & MinItems<1>",value:cm.enum}))&&cm.enum.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"((Array<string> & MinItems<1>) | undefined)",value:cm.enum}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),Jee=(cm,i_,s_=!0)=>[typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"string",value:cm.title}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.termsOfService===void 0||typeof cm.termsOfService=="string"||w0(s_,{path:i_+".termsOfService",expected:"(string | undefined)",value:cm.termsOfService}),cm.contact===void 0||(typeof cm.contact=="object"&&cm.contact!==null&&Array.isArray(cm.contact)===!1||w0(s_,{path:i_+".contact",expected:"(OpenApiV3_1.IDocument.IContact | undefined)",value:cm.contact}))&&J8(cm.contact,i_+".contact",s_)||w0(s_,{path:i_+".contact",expected:"(OpenApiV3_1.IDocument.IContact | undefined)",value:cm.contact}),cm.license===void 0||(typeof cm.license=="object"&&cm.license!==null||w0(s_,{path:i_+".license",expected:"(OpenApiV3_1.IDocument.ILicense | undefined)",value:cm.license}))&&NF(cm.license,i_+".license",s_)||w0(s_,{path:i_+".license",expected:"(OpenApiV3_1.IDocument.ILicense | undefined)",value:cm.license}),typeof cm.version=="string"||w0(s_,{path:i_+".version",expected:"string",value:cm.version})].every(z_=>z_),J8=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url}),cm.email===void 0||typeof cm.email=="string"||w0(s_,{path:i_+".email",expected:"(string | undefined)",value:cm.email})].every(z_=>z_),NF=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.identifier===void 0||typeof cm.identifier=="string"||w0(s_,{path:i_+".identifier",expected:"(string | undefined)",value:cm.identifier}),cm.url===void 0||typeof cm.url=="string"||w0(s_,{path:i_+".url",expected:"(string | undefined)",value:cm.url})].every(z_=>z_),Pq=(cm,i_,s_=!0)=>[cm.schemas===void 0||(typeof cm.schemas=="object"&&cm.schemas!==null&&Array.isArray(cm.schemas)===!1||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.schemas}))&&wH(cm.schemas,i_+".schemas",s_)||w0(s_,{path:i_+".schemas",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.schemas}),cm.pathItems===void 0||(typeof cm.pathItems=="object"&&cm.pathItems!==null&&Array.isArray(cm.pathItems)===!1||w0(s_,{path:i_+".pathItems",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:cm.pathItems}))&&nW(cm.pathItems,i_+".pathItems",s_)||w0(s_,{path:i_+".pathItems",expected:"(Record<string, OpenApiV3_1.IPath> | undefined)",value:cm.pathItems}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApiV3_1.IOperation.IResponse> | undefined)",value:cm.responses}))&&sW(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, OpenApiV3_1.IOperation.IResponse> | undefined)",value:cm.responses}),cm.parameters===void 0||(typeof cm.parameters=="object"&&cm.parameters!==null&&Array.isArray(cm.parameters)===!1||w0(s_,{path:i_+".parameters",expected:"(Record<string, OpenApiV3_1.IOperation.IParameter> | undefined)",value:cm.parameters}))&&l$(cm.parameters,i_+".parameters",s_)||w0(s_,{path:i_+".parameters",expected:"(Record<string, OpenApiV3_1.IOperation.IParameter> | undefined)",value:cm.parameters}),cm.requestBodies===void 0||(typeof cm.requestBodies=="object"&&cm.requestBodies!==null&&Array.isArray(cm.requestBodies)===!1||w0(s_,{path:i_+".requestBodies",expected:"(Record<string, OpenApiV3_1.IOperation.IRequestBody> | undefined)",value:cm.requestBodies}))&&yU(cm.requestBodies,i_+".requestBodies",s_)||w0(s_,{path:i_+".requestBodies",expected:"(Record<string, OpenApiV3_1.IOperation.IRequestBody> | undefined)",value:cm.requestBodies}),cm.securitySchemes===void 0||(typeof cm.securitySchemes=="object"&&cm.securitySchemes!==null&&Array.isArray(cm.securitySchemes)===!1||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApiV3_1.ISecurityScheme> | undefined)",value:cm.securitySchemes}))&&vJ(cm.securitySchemes,i_+".securitySchemes",s_)||w0(s_,{path:i_+".securitySchemes",expected:"(Record<string, OpenApiV3_1.ISecurityScheme> | undefined)",value:cm.securitySchemes}),cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<OpenApiV3_1.IOperation.IParameter, "in">> | undefined)',value:cm.headers}))&&Vee(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:'(Record<string, Omit<OpenApiV3_1.IOperation.IParameter, "in">> | undefined)',value:cm.headers}),cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApiV3_1.IExample> | undefined)",value:cm.examples}))&&VQ(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, OpenApiV3_1.IExample> | undefined)",value:cm.examples})].every(z_=>z_),wH=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),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)",value:vx}))&&zN(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),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)",value:vx})}).every(z_=>z_)].every(z_=>z_),d5=(cm,i_,s_=!0)=>[(Array.isArray(cm.type)||w0(s_,{path:i_+".type",expected:'Array<"string" | "number" | "boolean" | "object" | "null" | "integer" | "array">',value:cm.type}))&&cm.type.map((z_,vx)=>z_==="string"||z_==="number"||z_==="boolean"||z_==="object"||z_==="null"||z_==="integer"||z_==="array"||w0(s_,{path:i_+".type["+vx+"]",expected:'("array" | "boolean" | "integer" | "null" | "number" | "object" | "string")',value:z_})).every(z_=>z_)||w0(s_,{path:i_+".type",expected:'Array<"string" | "number" | "boolean" | "object" | "null" | "integer" | "array">',value:cm.type}),cm.default===null||cm.default===void 0||Array.isArray(cm.default)||w0(s_,{path:i_+'["default"]',expected:"(Array<any> | null | undefined)",value:cm.default}),cm.enum===void 0||Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<any> | undefined)",value:cm.enum}),typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean"||w0(s_,{path:i_+'["const"]',expected:"(boolean | number | string)",value:cm.const}),cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.contentMediaType===void 0||typeof cm.contentMediaType=="string"||w0(s_,{path:i_+".contentMediaType",expected:"(string | undefined)",value:cm.contentMediaType}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),(cm.items!==null||w0(s_,{path:i_+".items",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)",value:cm.items}))&&(cm.items===void 0||Array.isArray(cm.items)&&cm.items.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".items["+vx+"]",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)",value:z_}))&&zN(z_,i_+".items["+vx+"]",s_)||w0(s_,{path:i_+".items["+vx+"]",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)",value:z_})).every(z_=>z_)||typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&zN(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",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)",value:cm.items})||w0(s_,{path:i_+".items",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)",value:cm.items})),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.prefixItems===void 0||(Array.isArray(cm.prefixItems)||w0(s_,{path:i_+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:cm.prefixItems}))&&cm.prefixItems.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".prefixItems["+vx+"]",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)",value:z_}))&&zN(z_,i_+".prefixItems["+vx+"]",s_)||w0(s_,{path:i_+".prefixItems["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:cm.prefixItems}),(cm.additionalItems!==null||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems}))&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||(typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems}))&&zN(cm.additionalItems,i_+".additionalItems",s_)||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems})),cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.properties}))&&wH(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.properties}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties}))&&zN(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties})),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),cm.maxProperties===void 0||typeof cm.maxProperties=="number"||w0(s_,{path:i_+".maxProperties",expected:"(number | undefined)",value:cm.maxProperties}),cm.minProperties===void 0||typeof cm.minProperties=="number"||w0(s_,{path:i_+".minProperties",expected:"(number | undefined)",value:cm.minProperties}),(Array.isArray(cm.oneOf)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.oneOf}))&&cm.oneOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".oneOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".oneOf["+vx+"]",s_)||w0(s_,{path:i_+".oneOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.oneOf}),cm.discriminator===void 0||(typeof cm.discriminator=="object"&&cm.discriminator!==null||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}))&&LQ(cm.discriminator,i_+".discriminator",s_)||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}),(Array.isArray(cm.anyOf)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.anyOf}))&&cm.anyOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".anyOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".anyOf["+vx+"]",s_)||w0(s_,{path:i_+".anyOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.anyOf}),(Array.isArray(cm.allOf)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.allOf}))&&cm.allOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".allOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".allOf["+vx+"]",s_)||w0(s_,{path:i_+".allOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.allOf}),typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref})].every(z_=>z_),MM=(cm,i_,s_=!0)=>[typeof cm.const=="string"||typeof cm.const=="number"||typeof cm.const=="boolean"||w0(s_,{path:i_+'["const"]',expected:"(boolean | number | string)",value:cm.const}),cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),vR=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="boolean"||w0(s_,{path:i_+'["default"]',expected:"(boolean | null | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="boolean"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(boolean | null)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<boolean | null> | undefined)",value:cm.enum}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="boolean"||w0(s_,{path:i_+".type",expected:'"boolean"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),_U=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="number"&&(Math.floor(cm.default)===cm.default&&-9223372036854776e3<=cm.default&&cm.default<=9223372036854776e3||w0(s_,{path:i_+'["default"]',expected:'number & Type<"int64">',value:cm.default}))||w0(s_,{path:i_+'["default"]',expected:'((number & Type<"int64">) | null | undefined)',value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"&&(Math.floor(cm.minimum)===cm.minimum&&-9223372036854776e3<=cm.minimum&&cm.minimum<=9223372036854776e3||w0(s_,{path:i_+".minimum",expected:'number & Type<"int64">',value:cm.minimum}))||w0(s_,{path:i_+".minimum",expected:'((number & Type<"int64">) | undefined)',value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"&&(Math.floor(cm.maximum)===cm.maximum&&-9223372036854776e3<=cm.maximum&&cm.maximum<=9223372036854776e3||w0(s_,{path:i_+".maximum",expected:'number & Type<"int64">',value:cm.maximum}))||w0(s_,{path:i_+".maximum",expected:'((number & Type<"int64">) | undefined)',value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"&&(Math.floor(cm.exclusiveMinimum)===cm.exclusiveMinimum&&-9223372036854776e3<=cm.exclusiveMinimum&&cm.exclusiveMinimum<=9223372036854776e3||w0(s_,{path:i_+".exclusiveMinimum",expected:'number & Type<"int64">',value:cm.exclusiveMinimum}))||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:'((number & Type<"int64">) | boolean | undefined)',value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"&&(Math.floor(cm.exclusiveMaximum)===cm.exclusiveMaximum&&-9223372036854776e3<=cm.exclusiveMaximum&&cm.exclusiveMaximum<=9223372036854776e3||w0(s_,{path:i_+".exclusiveMaximum",expected:'number & Type<"int64">',value:cm.exclusiveMaximum}))||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:'((number & Type<"int64">) | boolean | undefined)',value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(Math.floor(cm.multipleOf)===cm.multipleOf&&0<=cm.multipleOf&&cm.multipleOf<=18446744073709552e3||w0(s_,{path:i_+".multipleOf",expected:'number & Type<"uint64">',value:cm.multipleOf}))&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:'((number & Type<"uint64"> & ExclusiveMinimum<0>) | undefined)',value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="integer"||w0(s_,{path:i_+".type",expected:'"integer"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),LM=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="number"||w0(s_,{path:i_+'["default"]',expected:"(null | number | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="number"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | number)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<number | null> | undefined)",value:cm.enum}),cm.minimum===void 0||typeof cm.minimum=="number"||w0(s_,{path:i_+".minimum",expected:"(number | undefined)",value:cm.minimum}),cm.maximum===void 0||typeof cm.maximum=="number"||w0(s_,{path:i_+".maximum",expected:"(number | undefined)",value:cm.maximum}),cm.exclusiveMinimum===void 0||typeof cm.exclusiveMinimum=="number"||typeof cm.exclusiveMinimum=="boolean"||w0(s_,{path:i_+".exclusiveMinimum",expected:"(boolean | number | undefined)",value:cm.exclusiveMinimum}),cm.exclusiveMaximum===void 0||typeof cm.exclusiveMaximum=="number"||typeof cm.exclusiveMaximum=="boolean"||w0(s_,{path:i_+".exclusiveMaximum",expected:"(boolean | number | undefined)",value:cm.exclusiveMaximum}),cm.multipleOf===void 0||typeof cm.multipleOf=="number"&&(0<cm.multipleOf||w0(s_,{path:i_+".multipleOf",expected:"number & ExclusiveMinimum<0>",value:cm.multipleOf}))||w0(s_,{path:i_+".multipleOf",expected:"((number & ExclusiveMinimum<0>) | undefined)",value:cm.multipleOf}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="number"||w0(s_,{path:i_+".type",expected:'"number"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),rW=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.default===null||cm.default===void 0||typeof cm.default=="string"||w0(s_,{path:i_+'["default"]',expected:"(null | string | undefined)",value:cm.default}),cm.enum===void 0||(Array.isArray(cm.enum)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}))&&cm.enum.map((z_,vx)=>z_===null||typeof z_=="string"||w0(s_,{path:i_+'["enum"]['+vx+"]",expected:"(null | string)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+'["enum"]',expected:"(Array<string | null> | undefined)",value:cm.enum}),cm.format===void 0||typeof cm.format=="string"||w0(s_,{path:i_+".format",expected:"(string | undefined)",value:cm.format}),cm.pattern===void 0||typeof cm.pattern=="string"||w0(s_,{path:i_+".pattern",expected:"(string | undefined)",value:cm.pattern}),cm.contentMediaType===void 0||typeof cm.contentMediaType=="string"||w0(s_,{path:i_+".contentMediaType",expected:"(string | undefined)",value:cm.contentMediaType}),cm.minLength===void 0||typeof cm.minLength=="number"&&(Math.floor(cm.minLength)===cm.minLength&&0<=cm.minLength&&cm.minLength<=18446744073709552e3||w0(s_,{path:i_+".minLength",expected:'number & Type<"uint64">',value:cm.minLength}))||w0(s_,{path:i_+".minLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.minLength}),cm.maxLength===void 0||typeof cm.maxLength=="number"&&(Math.floor(cm.maxLength)===cm.maxLength&&0<=cm.maxLength&&cm.maxLength<=18446744073709552e3||w0(s_,{path:i_+".maxLength",expected:'number & Type<"uint64">',value:cm.maxLength}))||w0(s_,{path:i_+".maxLength",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxLength}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="string"||w0(s_,{path:i_+".type",expected:'"string"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),S_=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),(cm.items!==null||w0(s_,{path:i_+".items",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)",value:cm.items}))&&(cm.items===void 0||Array.isArray(cm.items)&&cm.items.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".items["+vx+"]",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)",value:z_}))&&zN(z_,i_+".items["+vx+"]",s_)||w0(s_,{path:i_+".items["+vx+"]",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)",value:z_})).every(z_=>z_)||typeof cm.items=="object"&&cm.items!==null&&Array.isArray(cm.items)===!1&&zN(cm.items,i_+".items",s_)||w0(s_,{path:i_+".items",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)",value:cm.items})||w0(s_,{path:i_+".items",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)",value:cm.items})),cm.prefixItems===void 0||(Array.isArray(cm.prefixItems)||w0(s_,{path:i_+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:cm.prefixItems}))&&cm.prefixItems.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".prefixItems["+vx+"]",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)",value:z_}))&&zN(z_,i_+".prefixItems["+vx+"]",s_)||w0(s_,{path:i_+".prefixItems["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".prefixItems",expected:"(Array<OpenApiV3_1.IJsonSchema> | undefined)",value:cm.prefixItems}),cm.uniqueItems===void 0||typeof cm.uniqueItems=="boolean"||w0(s_,{path:i_+".uniqueItems",expected:"(boolean | undefined)",value:cm.uniqueItems}),(cm.additionalItems!==null||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems}))&&(cm.additionalItems===void 0||typeof cm.additionalItems=="boolean"||(typeof cm.additionalItems=="object"&&cm.additionalItems!==null&&Array.isArray(cm.additionalItems)===!1||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems}))&&zN(cm.additionalItems,i_+".additionalItems",s_)||w0(s_,{path:i_+".additionalItems",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)",value:cm.additionalItems})),cm.minItems===void 0||typeof cm.minItems=="number"&&(Math.floor(cm.minItems)===cm.minItems&&0<=cm.minItems&&cm.minItems<=18446744073709552e3||w0(s_,{path:i_+".minItems",expected:'number & Type<"uint64">',value:cm.minItems}))||w0(s_,{path:i_+".minItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.minItems}),cm.maxItems===void 0||typeof cm.maxItems=="number"&&(Math.floor(cm.maxItems)===cm.maxItems&&0<=cm.maxItems&&cm.maxItems<=18446744073709552e3||w0(s_,{path:i_+".maxItems",expected:'number & Type<"uint64">',value:cm.maxItems}))||w0(s_,{path:i_+".maxItems",expected:'((number & Type<"uint64">) | undefined)',value:cm.maxItems}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="array"||w0(s_,{path:i_+".type",expected:'"array"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),o_=(cm,i_,s_=!0)=>[cm.nullable===void 0||typeof cm.nullable=="boolean"||w0(s_,{path:i_+".nullable",expected:"(boolean | undefined)",value:cm.nullable}),cm.properties===void 0||(typeof cm.properties=="object"&&cm.properties!==null&&Array.isArray(cm.properties)===!1||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.properties}))&&wH(cm.properties,i_+".properties",s_)||w0(s_,{path:i_+".properties",expected:"(Record<string, OpenApiV3_1.IJsonSchema> | undefined)",value:cm.properties}),cm.required===void 0||(Array.isArray(cm.required)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}))&&cm.required.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".required["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".required",expected:"(Array<string> | undefined)",value:cm.required}),(cm.additionalProperties!==null||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties}))&&(cm.additionalProperties===void 0||typeof cm.additionalProperties=="boolean"||(typeof cm.additionalProperties=="object"&&cm.additionalProperties!==null&&Array.isArray(cm.additionalProperties)===!1||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties}))&&zN(cm.additionalProperties,i_+".additionalProperties",s_)||w0(s_,{path:i_+".additionalProperties",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)",value:cm.additionalProperties})),cm.maxProperties===void 0||typeof cm.maxProperties=="number"||w0(s_,{path:i_+".maxProperties",expected:"(number | undefined)",value:cm.maxProperties}),cm.minProperties===void 0||typeof cm.minProperties=="number"||w0(s_,{path:i_+".minProperties",expected:"(number | undefined)",value:cm.minProperties}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="object"||w0(s_,{path:i_+".type",expected:'"object"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),EN=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"||w0(s_,{path:i_+".$ref",expected:"string",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),MQ=(cm,i_,s_=!0)=>[typeof cm.$recursiveRef=="string"||w0(s_,{path:i_+".$recursiveRef",expected:"string",value:cm.$recursiveRef}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),CL=(cm,i_,s_=!0)=>[(Array.isArray(cm.allOf)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.allOf}))&&cm.allOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".allOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".allOf["+vx+"]",s_)||w0(s_,{path:i_+".allOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".allOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.allOf}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),PH=(cm,i_,s_=!0)=>[(Array.isArray(cm.anyOf)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.anyOf}))&&cm.anyOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".anyOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".anyOf["+vx+"]",s_)||w0(s_,{path:i_+".anyOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".anyOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.anyOf}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),OH=(cm,i_,s_=!0)=>[(Array.isArray(cm.oneOf)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.oneOf}))&&cm.oneOf.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".oneOf["+vx+"]",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)",value:z_}))&&zN(z_,i_+".oneOf["+vx+"]",s_)||w0(s_,{path:i_+".oneOf["+vx+"]",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)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".oneOf",expected:"Array<OpenApiV3_1.IJsonSchema>",value:cm.oneOf}),cm.discriminator===void 0||(typeof cm.discriminator=="object"&&cm.discriminator!==null||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}))&&LQ(cm.discriminator,i_+".discriminator",s_)||w0(s_,{path:i_+".discriminator",expected:"(OpenApiV3_1.IJsonSchema.IOneOf.IDiscriminator | undefined)",value:cm.discriminator}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),LQ=(cm,i_,s_=!0)=>[typeof cm.propertyName=="string"||w0(s_,{path:i_+".propertyName",expected:"string",value:cm.propertyName}),cm.mapping===void 0||(typeof cm.mapping=="object"&&cm.mapping!==null&&Array.isArray(cm.mapping)===!1||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping}))&&o$(cm.mapping,i_+".mapping",s_)||w0(s_,{path:i_+".mapping",expected:"(Record<string, string> | undefined)",value:cm.mapping})].every(z_=>z_),hU=(cm,i_,s_=!0)=>[cm.default===null||cm.default===void 0||w0(s_,{path:i_+'["default"]',expected:"(null | undefined)",value:cm.default}),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,cm.type==="null"||w0(s_,{path:i_+".type",expected:'"null"',value:cm.type}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),jQ=(cm,i_,s_=!0)=>[(cm.type!==null||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type}))&&(cm.type===void 0||w0(s_,{path:i_+".type",expected:"undefined",value:cm.type})),!0,cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0,(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))].every(z_=>z_),nW=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IPath",value:vx}))&&BX(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IPath",value:vx})}).every(z_=>z_)].every(z_=>z_),BX=(cm,i_,s_=!0)=>[cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:z_}))&&zQ(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:cm.parameters}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_}))&&OF(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.delete===void 0||(typeof cm.delete=="object"&&cm.delete!==null&&Array.isArray(cm.delete)===!1||w0(s_,{path:i_+'["delete"]',expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.delete}))&&gJ(cm.delete,i_+'["delete"]',s_)||w0(s_,{path:i_+'["delete"]',expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.delete}),cm.head===void 0||(typeof cm.head=="object"&&cm.head!==null&&Array.isArray(cm.head)===!1||w0(s_,{path:i_+".head",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.head}))&&gJ(cm.head,i_+".head",s_)||w0(s_,{path:i_+".head",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.head}),cm.get===void 0||(typeof cm.get=="object"&&cm.get!==null&&Array.isArray(cm.get)===!1||w0(s_,{path:i_+".get",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.get}))&&gJ(cm.get,i_+".get",s_)||w0(s_,{path:i_+".get",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.get}),cm.post===void 0||(typeof cm.post=="object"&&cm.post!==null&&Array.isArray(cm.post)===!1||w0(s_,{path:i_+".post",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.post}))&&gJ(cm.post,i_+".post",s_)||w0(s_,{path:i_+".post",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.post}),cm.put===void 0||(typeof cm.put=="object"&&cm.put!==null&&Array.isArray(cm.put)===!1||w0(s_,{path:i_+".put",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.put}))&&gJ(cm.put,i_+".put",s_)||w0(s_,{path:i_+".put",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.put}),cm.patch===void 0||(typeof cm.patch=="object"&&cm.patch!==null&&Array.isArray(cm.patch)===!1||w0(s_,{path:i_+".patch",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.patch}))&&gJ(cm.patch,i_+".patch",s_)||w0(s_,{path:i_+".patch",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.patch}),cm.options===void 0||(typeof cm.options=="object"&&cm.options!==null&&Array.isArray(cm.options)===!1||w0(s_,{path:i_+".options",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.options}))&&gJ(cm.options,i_+".options",s_)||w0(s_,{path:i_+".options",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.options}),cm.trace===void 0||(typeof cm.trace=="object"&&cm.trace!==null&&Array.isArray(cm.trace)===!1||w0(s_,{path:i_+".trace",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.trace}))&&gJ(cm.trace,i_+".trace",s_)||w0(s_,{path:i_+".trace",expected:"(OpenApiV3_1.IOperation | undefined)",value:cm.trace})].every(z_=>z_),pV=(cm,i_,s_=!0)=>[cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.in==="path"||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "path" | "query")',value:cm.in}),(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",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)",value:cm.schema}))&&zN(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",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)",value:cm.schema}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples}))&&JX(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples})].every(z_=>z_),JX=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IExample | OpenApiV3_1.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:vx}))&&gN(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IExample | OpenApiV3_1.IJsonSchema.IReference<`#/components/examples/${string}`>)",value:vx})}).every(z_=>z_)].every(z_=>z_),gU=(cm,i_,s_=!0)=>[cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.externalValue===void 0||typeof cm.externalValue=="string"||w0(s_,{path:i_+".externalValue",expected:"(string | undefined)",value:cm.externalValue})].every(z_=>z_),BQ=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/examples\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/examples/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),hB=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/headers/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),EL=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/parameters/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),gJ=(cm,i_,s_=!0)=>[cm.operationId===void 0||typeof cm.operationId=="string"||w0(s_,{path:i_+".operationId",expected:"(string | undefined)",value:cm.operationId}),cm.parameters===void 0||(Array.isArray(cm.parameters)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:cm.parameters}))&&cm.parameters.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:z_}))&&zQ(z_,i_+".parameters["+vx+"]",s_)||w0(s_,{path:i_+".parameters["+vx+"]",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IOperation.IParameter)",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".parameters",expected:"(Array<IParameter | IReference<`#/components/headers/${string}`> | IReference<`#/components/parameters/${string}`>>.o1 | undefined)",value:cm.parameters}),cm.requestBody===void 0||(typeof cm.requestBody=="object"&&cm.requestBody!==null&&Array.isArray(cm.requestBody)===!1||w0(s_,{path:i_+".requestBody",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3_1.IOperation.IRequestBody | undefined)",value:cm.requestBody}))&&tne(cm.requestBody,i_+".requestBody",s_)||w0(s_,{path:i_+".requestBody",expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/requestBodies/${string}`> | OpenApiV3_1.IOperation.IRequestBody | undefined)",value:cm.requestBody}),cm.responses===void 0||(typeof cm.responses=="object"&&cm.responses!==null&&Array.isArray(cm.responses)===!1||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>>.o1 | undefined)",value:cm.responses}))&&JQ(cm.responses,i_+".responses",s_)||w0(s_,{path:i_+".responses",expected:"(Record<string, IResponse | IReference<`#/components/responses/${string}`>>.o1 | undefined)",value:cm.responses}),cm.servers===void 0||(Array.isArray(cm.servers)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}))&&cm.servers.map((z_,vx)=>(typeof z_=="object"&&z_!==null||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_}))&&OF(z_,i_+".servers["+vx+"]",s_)||w0(s_,{path:i_+".servers["+vx+"]",expected:"OpenApiV3_1.IServer",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".servers",expected:"(Array<OpenApiV3_1.IServer> | undefined)",value:cm.servers}),cm.summary===void 0||typeof cm.summary=="string"||w0(s_,{path:i_+".summary",expected:"(string | undefined)",value:cm.summary}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.security===void 0||(Array.isArray(cm.security)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}))&&cm.security.map((z_,vx)=>(typeof z_=="object"&&z_!==null&&Array.isArray(z_)===!1||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_}))&&TL(z_,i_+".security["+vx+"]",s_)||w0(s_,{path:i_+".security["+vx+"]",expected:"Record<string, Array<string>>",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".security",expected:"(Array<Record<string, Array<string>>> | undefined)",value:cm.security}),cm.tags===void 0||(Array.isArray(cm.tags)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}))&&cm.tags.map((z_,vx)=>typeof z_=="string"||w0(s_,{path:i_+".tags["+vx+"]",expected:"string",value:z_})).every(z_=>z_)||w0(s_,{path:i_+".tags",expected:"(Array<string> | undefined)",value:cm.tags}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated})].every(z_=>z_),c$=(cm,i_,s_=!0)=>[cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:cm.content}))&&yJ(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:cm.content})].every(z_=>z_),yJ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IMediaType",value:vx}))&&y4(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IMediaType",value:vx})}).every(z_=>z_)].every(z_=>z_),y4=(cm,i_,s_=!0)=>[cm.schema===void 0||(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",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 | undefined)",value:cm.schema}))&&zN(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",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 | undefined)",value:cm.schema}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples}))&&JX(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples})].every(z_=>z_),jM=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/requestBodies\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/requestBodies/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),JQ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3_1.IOperation.IResponse)",value:vx}))&&rne(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/responses/${string}`> | OpenApiV3_1.IOperation.IResponse)",value:vx})}).every(z_=>z_)].every(z_=>z_),VX=(cm,i_,s_=!0)=>[cm.content===void 0||(typeof cm.content=="object"&&cm.content!==null&&Array.isArray(cm.content)===!1||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:cm.content}))&&yJ(cm.content,i_+".content",s_)||w0(s_,{path:i_+".content",expected:"(Record<string, OpenApiV3_1.IOperation.IMediaType> | undefined)",value:cm.content}),cm.headers===void 0||(typeof cm.headers=="object"&&cm.headers!==null&&Array.isArray(cm.headers)===!1||w0(s_,{path:i_+".headers",expected:'(Record<string, IReference<`#/components/headers/${string}`> | Omit<IParameter, "in">> | undefined)',value:cm.headers}))&&JR(cm.headers,i_+".headers",s_)||w0(s_,{path:i_+".headers",expected:'(Record<string, IReference<`#/components/headers/${string}`> | Omit<IParameter, "in">> | undefined)',value:cm.headers}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),JR=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'(Omit<OpenApiV3_1.IOperation.IParameter, "in"> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:vx}))&&Sz(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'(Omit<OpenApiV3_1.IOperation.IParameter, "in"> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:vx})}).every(z_=>z_)].every(z_=>z_),gB=(cm,i_,s_=!0)=>[cm.required===void 0||typeof cm.required=="boolean"||w0(s_,{path:i_+".required",expected:"(boolean | undefined)",value:cm.required}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),!0,cm.examples===void 0||(typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples}))&&JX(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Record<string, IExample | IReference<`#/components/examples/${string}`>>.o1 | undefined)",value:cm.examples}),(typeof cm.schema=="object"&&cm.schema!==null&&Array.isArray(cm.schema)===!1||w0(s_,{path:i_+".schema",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)",value:cm.schema}))&&zN(cm.schema,i_+".schema",s_)||w0(s_,{path:i_+".schema",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)",value:cm.schema}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name})].every(z_=>z_),iW=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/responses\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/responses/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),sW=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IResponse",value:vx}))&&VX(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IResponse",value:vx})}).every(z_=>z_)].every(z_=>z_),l$=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IParameter",value:vx}))&&pV(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IParameter",value:vx})}).every(z_=>z_)].every(z_=>z_),yU=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IRequestBody",value:vx}))&&c$(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IOperation.IRequestBody",value:vx})}).every(z_=>z_)].every(z_=>z_),vJ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:vx}))&&xJ(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:vx})}).every(z_=>z_)].every(z_=>z_),xz=(cm,i_,s_=!0)=>[cm.type==="apiKey"||w0(s_,{path:i_+".type",expected:'"apiKey"',value:cm.type}),cm.in===void 0||cm.in==="query"||cm.in==="header"||cm.in==="cookie"||w0(s_,{path:i_+'["in"]',expected:'("cookie" | "header" | "query" | undefined)',value:cm.in}),cm.name===void 0||typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"(string | undefined)",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),FD=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="basic"||w0(s_,{path:i_+".scheme",expected:'"basic"',value:cm.scheme}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),xR=(cm,i_,s_=!0)=>[cm.type==="http"||w0(s_,{path:i_+".type",expected:'"http"',value:cm.type}),cm.scheme==="bearer"||w0(s_,{path:i_+".scheme",expected:'"bearer"',value:cm.scheme}),cm.bearerFormat===void 0||typeof cm.bearerFormat=="string"||w0(s_,{path:i_+".bearerFormat",expected:"(string | undefined)",value:cm.bearerFormat}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),J9=(cm,i_,s_=!0)=>[cm.type==="oauth2"||w0(s_,{path:i_+".type",expected:'"oauth2"',value:cm.type}),(typeof cm.flows=="object"&&cm.flows!==null&&Array.isArray(cm.flows)===!1||w0(s_,{path:i_+".flows",expected:"OpenApiV3_1.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}))&&DN(cm.flows,i_+".flows",s_)||w0(s_,{path:i_+".flows",expected:"OpenApiV3_1.ISecurityScheme.IOAuth2.IFlowSet",value:cm.flows}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),DN=(cm,i_,s_=!0)=>[cm.authorizationCode===void 0||(typeof cm.authorizationCode=="object"&&cm.authorizationCode!==null&&Array.isArray(cm.authorizationCode)===!1||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}))&&mV(cm.authorizationCode,i_+".authorizationCode",s_)||w0(s_,{path:i_+".authorizationCode",expected:"(OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow | undefined)",value:cm.authorizationCode}),cm.implicit===void 0||(typeof cm.implicit=="object"&&cm.implicit!==null&&Array.isArray(cm.implicit)===!1||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}))&&NH(cm.implicit,i_+".implicit",s_)||w0(s_,{path:i_+".implicit",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "tokenUrl"> | undefined)',value:cm.implicit}),cm.password===void 0||(typeof cm.password=="object"&&cm.password!==null&&Array.isArray(cm.password)===!1||w0(s_,{path:i_+".password",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}))&&aW(cm.password,i_+".password",s_)||w0(s_,{path:i_+".password",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.password}),cm.clientCredentials===void 0||(typeof cm.clientCredentials=="object"&&cm.clientCredentials!==null&&Array.isArray(cm.clientCredentials)===!1||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials}))&&aW(cm.clientCredentials,i_+".clientCredentials",s_)||w0(s_,{path:i_+".clientCredentials",expected:'(Omit<OpenApiV3_1.ISecurityScheme.IOAuth2.IFlow, "authorizationUrl"> | undefined)',value:cm.clientCredentials})].every(z_=>z_),mV=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),NH=(cm,i_,s_=!0)=>[cm.authorizationUrl===void 0||typeof cm.authorizationUrl=="string"||w0(s_,{path:i_+".authorizationUrl",expected:"(string | undefined)",value:cm.authorizationUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),aW=(cm,i_,s_=!0)=>[cm.tokenUrl===void 0||typeof cm.tokenUrl=="string"||w0(s_,{path:i_+".tokenUrl",expected:"(string | undefined)",value:cm.tokenUrl}),cm.refreshUrl===void 0||typeof cm.refreshUrl=="string"||w0(s_,{path:i_+".refreshUrl",expected:"(string | undefined)",value:cm.refreshUrl}),cm.scopes===void 0||(typeof cm.scopes=="object"&&cm.scopes!==null&&Array.isArray(cm.scopes)===!1||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes}))&&o$(cm.scopes,i_+".scopes",s_)||w0(s_,{path:i_+".scopes",expected:"(Record<string, string> | undefined)",value:cm.scopes})].every(z_=>z_),_V=(cm,i_,s_=!0)=>[cm.type==="openIdConnect"||w0(s_,{path:i_+".type",expected:'"openIdConnect"',value:cm.type}),typeof cm.openIdConnectUrl=="string"||w0(s_,{path:i_+".openIdConnectUrl",expected:"string",value:cm.openIdConnectUrl}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),Vee=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'Omit<OpenApiV3_1.IOperation.IParameter, "in">',value:vx}))&&gB(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:'Omit<OpenApiV3_1.IOperation.IParameter, "in">',value:vx})}).every(z_=>z_)].every(z_=>z_),VQ=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IExample",value:vx}))&&gU(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"OpenApiV3_1.IExample",value:vx})}).every(z_=>z_)].every(z_=>z_),I4=(cm,i_,s_=!0)=>[s_===!1||Object.keys(cm).map(z_=>{const vx=cm[z_];return vx===void 0?!0:(typeof vx=="object"&&vx!==null&&Array.isArray(vx)===!1||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/pathItems/${string}`> | OpenApiV3_1.IPath)",value:vx}))&&qQ(vx,i_+_accessExpressionAsString_2(z_),s_)||w0(s_,{path:i_+_accessExpressionAsString_2(z_),expected:"(OpenApiV3_1.IJsonSchema.IReference<`#/components/pathItems/${string}`> | OpenApiV3_1.IPath)",value:vx})}).every(z_=>z_)].every(z_=>z_),FH=(cm,i_,s_=!0)=>[typeof cm.$ref=="string"&&RegExp(/^#\/components\/pathItems\/(.*)/).test(cm.$ref)||w0(s_,{path:i_+".$ref",expected:"`#/components/pathItems/${string}`",value:cm.$ref}),(cm.examples!==null||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples}))&&(cm.examples===void 0||Array.isArray(cm.examples)||typeof cm.examples=="object"&&cm.examples!==null&&Array.isArray(cm.examples)===!1&&Nw(cm.examples,i_+".examples",s_)||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})||w0(s_,{path:i_+".examples",expected:"(Array<any> | Record<string, any> | undefined)",value:cm.examples})),cm.title===void 0||typeof cm.title=="string"||w0(s_,{path:i_+".title",expected:"(string | undefined)",value:cm.title}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description}),cm.deprecated===void 0||typeof cm.deprecated=="boolean"||w0(s_,{path:i_+".deprecated",expected:"(boolean | undefined)",value:cm.deprecated}),!0].every(z_=>z_),VR=(cm,i_,s_=!0)=>[typeof cm.name=="string"||w0(s_,{path:i_+".name",expected:"string",value:cm.name}),cm.description===void 0||typeof cm.description=="string"||w0(s_,{path:i_+".description",expected:"(string | undefined)",value:cm.description})].every(z_=>z_),DL=(cm,i_,s_=!0)=>cm.const!==void 0?y8(cm,i_,s_):cm.type==="boolean"?uz(cm,i_,s_):cm.type==="number"?iV(cm,i_,s_):cm.type==="integer"?xq(cm,i_,s_):cm.type==="string"?bq(cm,i_,s_):cm.items!==void 0?kH(cm,i_,s_):cm.prefixItems!==void 0?EM(cm,i_,s_):cm.type==="object"?YG(cm,i_,s_):cm.$ref!==void 0?a$(cm,i_,s_):cm.oneOf!==void 0?CX(cm,i_,s_):cm.type==="null"?Sq(cm,i_,s_):CH(cm,i_,s_),BM=(cm,i_,s_=!0)=>cm.const!==void 0?y8(cm,i_,s_):cm.type==="boolean"?uz(cm,i_,s_):cm.type==="number"?iV(cm,i_,s_):cm.type==="integer"?xq(cm,i_,s_):cm.type==="string"?bq(cm,i_,s_):cm.items!==void 0?kH(cm,i_,s_):cm.prefixItems!==void 0?EM(cm,i_,s_):cm.type==="object"?YG(cm,i_,s_):cm.$ref!==void 0?a$(cm,i_,s_):cm.type==="null"?Sq(cm,i_,s_):CH(cm,i_,s_),B$=(cm,i_,s_=!0)=>cm.type==="boolean"?lU(cm,i_,s_):cm.type==="number"?fB(cm,i_,s_):cm.type==="integer"?DX(cm,i_,s_):cm.type==="string"?wX(cm,i_,s_):cm.type==="array"?ZG(cm,i_,s_):cm.type==="object"?eW(cm,i_,s_):cm.$ref!==void 0?PX(cm,i_,s_):cm["x-anyOf"]!==void 0?OX(cm,i_,s_):cm["x-oneOf"]!==void 0?EH(cm,i_,s_):cm.type==="null"?OQ(cm,i_,s_):Iq(cm,i_,s_),UQ=(cm,i_,s_=!0)=>cm.type==="boolean"?lJ(cm,i_,s_):cm.type==="number"?X8(cm,i_,s_):cm.type==="integer"?Cq(cm,i_,s_):cm.type==="string"?PM(cm,i_,s_):cm.type==="array"?fz(cm,i_,s_):cm.type==="object"?Eq(cm,i_,s_):cm["x-anyOf"]!==void 0?IL(cm,i_,s_):cm["x-oneOf"]!==void 0?dz(cm,i_,s_):cm.type==="null"?oV(cm,i_,s_):cm.schema!==void 0?fJ(cm,i_,s_):aV(cm,i_,!1)||uJ(cm,i_,!1)||mR(cm,i_,!1),JM=(cm,i_,s_=!0)=>cm.type==="boolean"?lJ(cm,i_,s_):cm.type==="number"?X8(cm,i_,s_):cm.type==="integer"?Cq(cm,i_,s_):cm.type==="string"?PM(cm,i_,s_):cm.type==="array"?fz(cm,i_,s_):cm.type==="object"?Eq(cm,i_,s_):cm["x-anyOf"]!==void 0?IL(cm,i_,s_):cm["x-oneOf"]!==void 0?dz(cm,i_,s_):cm.type==="null"?oV(cm,i_,s_):cm.schema!==void 0?fJ(cm,i_,s_):aV(cm,i_,!1)||uJ(cm,i_,!1)||hz(cm,i_,!1),J$=(cm,i_,s_=!0)=>cm.type==="boolean"?$X(cm,i_,s_):cm.type==="number"?NQ(cm,i_,s_):cm.type==="integer"?RX(cm,i_,s_):cm.type==="string"?rO(cm,i_,s_):cm.type==="array"?Bee(cm,i_,s_):cm.type==="object"?I8(cm,i_,s_):cm.$ref!==void 0?Dq(cm,i_,s_):cm.allOf!==void 0?FQ(cm,i_,s_):cm.anyOf!==void 0?fV(cm,i_,s_):cm.oneOf!==void 0?mJ(cm,i_,s_):cm.type==="null"?UN(cm,i_,s_):hR(cm,i_,s_),w5=(cm,i_,s_=!0)=>cm.in!==void 0?V3(cm,i_,s_):typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)?hJ(cm,i_,s_):typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)?tW(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApiV3.IOperation.IParameter | OpenApiV3.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)",value:cm}),zN=(cm,i_,s_=!0)=>Array.isArray(cm.type)&&cm.type.map((z_,vx)=>z_==="string"||z_==="number"||z_==="boolean"||z_==="object"||z_==="null"||z_==="integer"||z_==="array").every(z_=>z_)?d5(cm,i_,s_):cm.type==="boolean"?vR(cm,i_,s_):cm.type==="number"?LM(cm,i_,s_):cm.type==="integer"?_U(cm,i_,s_):cm.type==="string"?rW(cm,i_,s_):cm.type==="array"?S_(cm,i_,s_):cm.type==="object"?o_(cm,i_,s_):cm.$recursiveRef!==void 0?MQ(cm,i_,s_):cm.type==="null"?hU(cm,i_,s_):cm.const!==void 0?MM(cm,i_,s_):cm.$ref!==void 0?EN(cm,i_,s_):cm.allOf!==void 0?CL(cm,i_,s_):cm.anyOf!==void 0?PH(cm,i_,s_):cm.oneOf!==void 0?OH(cm,i_,s_):jQ(cm,i_,s_),zQ=(cm,i_,s_=!0)=>cm.in!==void 0?pV(cm,i_,s_):typeof cm.$ref=="string"&&RegExp(/^#\/components\/parameters\/(.*)/).test(cm.$ref)?EL(cm,i_,s_):typeof cm.$ref=="string"&&RegExp(/^#\/components\/headers\/(.*)/).test(cm.$ref)?hB(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApiV3_1.IOperation.IParameter | OpenApiV3_1.IJsonSchema.IReference<`#/components/parameters/${string}`> | OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`>)",value:cm}),Uee=(cm,i_,s_=!0)=>cm.type==="apiKey"?jR(cm,i_,s_):cm.scheme==="basic"?EX(cm,i_,s_):cm.scheme==="bearer"?DM(cm,i_,s_):cm.type==="oauth2"?DQ(cm,i_,s_):cm.type==="openIdConnect"?wQ(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApi.ISecurityScheme.IApiKey | OpenApi.ISecurityScheme.IHttpBasic | OpenApi.ISecurityScheme.IHttpBearer | OpenApi.ISecurityScheme.IOAuth2 | OpenApi.ISecurityScheme.IOpenId)",value:cm}),bR=(cm,i_,s_=!0)=>cm.type==="boolean"?lJ(cm,i_,s_):cm.type==="number"?X8(cm,i_,s_):cm.type==="integer"?Cq(cm,i_,s_):cm.type==="string"?PM(cm,i_,s_):cm.type==="array"?fz(cm,i_,s_):cm.type==="object"?Eq(cm,i_,s_):cm.$ref!==void 0?aV(cm,i_,s_):cm["x-anyOf"]!==void 0?IL(cm,i_,s_):cm["x-oneOf"]!==void 0?dz(cm,i_,s_):cm.type==="null"?oV(cm,i_,s_):cm.schema!==void 0?fJ(cm,i_,s_):uJ(cm,i_,s_),V$=(cm,i_,s_=!0)=>cm.type==="apiKey"?f5(cm,i_,s_):cm.type==="basic"?cV(cm,i_,s_):cm.flow==="implicit"?D5(cm,i_,s_):cm.flow==="accessCode"?dJ(cm,i_,s_):cm.flow==="application"?_z(cm,i_,s_):cm.flow==="password"?NX(cm,i_,s_):w0(s_,{path:i_,expected:"(SwaggerV2.ISecurityDefinition.IApiKey | SwaggerV2.ISecurityDefinition.IBasic | SwaggerV2.ISecurityDefinition.IOauth2Implicit | SwaggerV2.ISecurityDefinition.IOauth2AccessCode | SwaggerV2.ISecurityDefinition.IOauth2Application | SwaggerV2.ISecurityDefinition.IOauth2Password)",value:cm}),hV=(cm,i_,s_=!0)=>cm.$ref!==void 0?jee(cm,i_,s_):pz(cm,i_,s_),U$=(cm,i_,s_=!0)=>cm.$ref!==void 0?t9(cm,i_,s_):M8(cm,i_,s_),SR=(cm,i_,s_=!0)=>cm.schema!==void 0?DH(cm,i_,s_):cm.$ref!==void 0?tW(cm,i_,s_):w0(s_,{path:i_,expected:'(Omit<OpenApiV3.IOperation.IParameter, "in"> | OpenApiV3.IJsonSchema.IReference<`#/components/headers/${string}`>)',value:cm}),p5=(cm,i_,s_=!0)=>cm.type==="apiKey"?_J(cm,i_,s_):cm.scheme==="basic"?ene(cm,i_,s_):cm.scheme==="bearer"?hN(cm,i_,s_):cm.type==="oauth2"?mB(cm,i_,s_):cm.type==="openIdConnect"?vz(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApiV3.ISecurityScheme.IApiKey | OpenApiV3.ISecurityScheme.IHttpBasic | OpenApiV3.ISecurityScheme.IHttpBearer | OpenApiV3.ISecurityScheme.IOAuth2 | OpenApiV3.ISecurityScheme.IOpenId)",value:cm}),AR=(cm,i_,s_=!0)=>cm.$ref!==void 0?j$(cm,i_,s_):MX(cm,i_,s_),bz=(cm,i_,s_=!0)=>cm.$ref!==void 0?_B(cm,i_,s_):$P(cm,i_,s_),gN=(cm,i_,s_=!0)=>cm.$ref!==void 0?BQ(cm,i_,s_):gU(cm,i_,s_),tne=(cm,i_,s_=!0)=>cm.$ref!==void 0?jM(cm,i_,s_):c$(cm,i_,s_),rne=(cm,i_,s_=!0)=>cm.$ref!==void 0?iW(cm,i_,s_):VX(cm,i_,s_),Sz=(cm,i_,s_=!0)=>cm.$ref!==void 0?hB(cm,i_,s_):cm.schema!==void 0?gB(cm,i_,s_):w0(s_,{path:i_,expected:'(OpenApiV3_1.IJsonSchema.IReference<`#/components/headers/${string}`> | Omit<OpenApiV3_1.IOperation.IParameter, "in">)',value:cm}),xJ=(cm,i_,s_=!0)=>cm.type==="apiKey"?xz(cm,i_,s_):cm.scheme==="basic"?FD(cm,i_,s_):cm.scheme==="bearer"?xR(cm,i_,s_):cm.type==="oauth2"?J9(cm,i_,s_):cm.type==="openIdConnect"?_V(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApiV3_1.ISecurityScheme.IApiKey | OpenApiV3_1.ISecurityScheme.IHttpBasic | OpenApiV3_1.ISecurityScheme.IHttpBearer | OpenApiV3_1.ISecurityScheme.IOAuth2 | OpenApiV3_1.ISecurityScheme.IOpenId)",value:cm}),qQ=(cm,i_,s_=!0)=>cm.$ref!==void 0?FH(cm,i_,s_):BX(cm,i_,s_),xv=(cm,i_,s_=!0)=>cm["x-samchon-emended-v4"]!==void 0?L9(cm,i_,s_):cm.swagger!==void 0?VN(cm,i_,s_):cm.openapi!==null&&cm.openapi!==void 0&&(cm.openapi==="3.0"||typeof cm.openapi=="string"&&RegExp(/^3\.0\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi))?NM(cm,i_,s_):typeof cm.openapi=="string"&&RegExp(/^3\.1\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(cm.openapi)?yR(cm,i_,s_):w0(s_,{path:i_,expected:"(OpenApi.IDocument | SwaggerV2.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument)",value:cm}),g_=cm=>typeof cm=="object"&&cm!==null&&EQ(cm);let a0,w0;return cm=>{if(g_(cm)===!1){a0=[],w0=_validateReport_2(a0),((s_,z_,vx=!0)=>(typeof s_=="object"&&s_!==null||w0(!0,{path:z_+"",expected:"(OpenApi.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument | SwaggerV2.IDocument)",value:s_}))&&xv(s_,z_+"",!0)||w0(!0,{path:z_+"",expected:"(OpenApi.IDocument | OpenApiV3.IDocument | OpenApiV3_1.IDocument | SwaggerV2.IDocument)",value:s_}))(cm,"$input",!0);const i_=a0.length===0;return i_?{success:i_,data:cm}:{success:i_,errors:a0,data:cm}}return{success:!0,data:cm}}})()(sm);return u0.success===!1?u0:{success:!0,data:new NestiaMigrateApplication(OpenApi.convert(sm))}}getErrors(){return this.application_.errors}nest(sm){const u0=createContext("nest",this.document,sm),_0={...Object.fromEntries(Object.entries(NEST_TEMPLATE).filter(([Q0])=>Q0.startsWith("src/api/structures")===!1&&Q0.startsWith("src/api/functional")===!1&&Q0.startsWith("src/api/controllers")===!1&&Q0.startsWith("test/features")===!1)),...NestiaMigrateNestProgrammer.write(u0),...NestiaMigrateApiProgrammer.write(u0),...sm.e2e?NestiaMigrateE2eProgrammer.write(u0):{}};return sm.package?this.rename(sm.package,_0):_0}sdk(sm){const u0=createContext("sdk",this.document,sm),_0={...Object.fromEntries(Object.entries(SDK_TEMPLATE).filter(([Q0])=>Q0.startsWith("src/structures")===!1&&Q0.startsWith("src/functional")===!1&&Q0.startsWith("test/features")===!1)),...NestiaMigrateApiProgrammer.write(u0),...NestiaMigrateApiStartProgrammer.write(u0),...sm.e2e?NestiaMigrateE2eProgrammer.write(u0):{},"swagger.json":JSON.stringify(this.document,null,2)};return sm.package?this.rename(sm.package,_0):_0}rename(sm,u0){return Object.fromEntries(Object.entries(u0).map(([_0,Q0])=>[_0,Q0.split("@ORGANIZATION/PROJECT").join(sm)]))}}const createContext=(o,sm,u0)=>{const _0=HttpMigration.application(sm);return{mode:o,document:sm,config:u0,routes:_0.routes,errors:_0.errors}};var Markers;(function(o){o.start="/**",o.nostart="/***",o.delim="*",o.end="*/"})(Markers=Markers||(Markers={}));function isSpace(o){return/^\s+$/.test(o)}function splitCR(o){const sm=o.match(/\r+$/);return sm==null?["",o]:[o.slice(-sm[0].length),o.slice(0,-sm[0].length)]}function splitSpace(o){const sm=o.match(/^\s+/);return sm==null?["",o]:[o.slice(0,sm[0].length),o.slice(sm[0].length)]}function splitLines(o){return o.split(/\n/)}function seedSpec(o={}){return Object.assign({tag:"",name:"",type:"",optional:!1,description:"",problems:[],source:[]},o)}function seedTokens(o={}){return Object.assign({start:"",delimiter:"",postDelimiter:"",tag:"",postTag:"",name:"",postName:"",type:"",postType:"",description:"",end:"",lineEnd:""},o)}const reTag=/^@\S+/;function getParser$4({fence:o="```"}={}){const sm=getFencer(o),u0=(_0,Q0)=>sm(_0)?!Q0:Q0;return function(Q0){const e_=[[]];let a_=!1;for(const h_ of Q0)reTag.test(h_.tokens.description)&&!a_?e_.push([h_]):e_[e_.length-1].push(h_),a_=u0(h_.tokens.description,a_);return e_}}function getFencer(o){return typeof o=="string"?sm=>sm.split(o).length%2===0:o}function getParser$3({startLine:o=0,markers:sm=Markers}={}){let u0=null,_0=o;return function(e_){let a_=e_;const h_=seedTokens();if([h_.lineEnd,a_]=splitCR(a_),[h_.start,a_]=splitSpace(a_),u0===null&&a_.startsWith(sm.start)&&!a_.startsWith(sm.nostart)&&(u0=[],h_.delimiter=a_.slice(0,sm.start.length),a_=a_.slice(sm.start.length),[h_.postDelimiter,a_]=splitSpace(a_)),u0===null)return _0++,null;const c_=a_.trimRight().endsWith(sm.end);if(h_.delimiter===""&&a_.startsWith(sm.delim)&&!a_.startsWith(sm.end)&&(h_.delimiter=sm.delim,a_=a_.slice(sm.delim.length),[h_.postDelimiter,a_]=splitSpace(a_)),c_){const k_=a_.trimRight();h_.end=a_.slice(k_.length-sm.end.length),a_=k_.slice(0,-sm.end.length)}if(h_.description=a_,u0.push({number:_0,source:e_,tokens:h_}),_0++,c_){const k_=u0.slice();return u0=null,k_}return null}}function getParser$2({tokenizers:o}){return function(u0){var _0;let Q0=seedSpec({source:u0});for(const e_ of o)if(Q0=e_(Q0),!((_0=Q0.problems[Q0.problems.length-1])===null||_0===void 0)&&_0.critical)break;return Q0}}function tagTokenizer$1(){return o=>{const{tokens:sm}=o.source[0],u0=sm.description.match(/\s*(@(\S+))(\s*)/);return u0===null?(o.problems.push({code:"spec:tag:prefix",message:'tag should start with "@" symbol',line:o.source[0].number,critical:!0}),o):(sm.tag=u0[1],sm.postTag=u0[3],sm.description=sm.description.slice(u0[0].length),o.tag=u0[2],o)}}function typeTokenizer$1(o="compact"){const sm=getJoiner$1(o);return u0=>{let _0=0,Q0=[];for(const[h_,{tokens:c_}]of u0.source.entries()){let k_="";if(h_===0&&c_.description[0]!=="{")return u0;for(const y_ of c_.description)if(y_==="{"&&_0++,y_==="}"&&_0--,k_+=y_,_0===0)break;if(Q0.push([c_,k_]),_0===0)break}if(_0!==0)return u0.problems.push({code:"spec:type:unpaired-curlies",message:"unpaired curlies",line:u0.source[0].number,critical:!0}),u0;const e_=[],a_=Q0[0][0].postDelimiter.length;for(const[h_,[c_,k_]]of Q0.entries())c_.type=k_,h_>0&&(c_.type=c_.postDelimiter.slice(a_)+k_,c_.postDelimiter=c_.postDelimiter.slice(0,a_)),[c_.postType,c_.description]=splitSpace(c_.description.slice(k_.length)),e_.push(c_.type);return e_[0]=e_[0].slice(1),e_[e_.length-1]=e_[e_.length-1].slice(0,-1),u0.type=sm(e_),u0}}const trim=o=>o.trim();function getJoiner$1(o){return o==="compact"?sm=>sm.map(trim).join(""):o==="preserve"?sm=>sm.join(`
|
|
4736
4736
|
`):o}const isQuoted=o=>o&&o.startsWith('"')&&o.endsWith('"');function nameTokenizer$1(){const o=(sm,{tokens:u0},_0)=>u0.type===""?sm:_0;return sm=>{const{tokens:u0}=sm.source[sm.source.reduce(o,0)],_0=u0.description.trimLeft(),Q0=_0.split('"');if(Q0.length>1&&Q0[0]===""&&Q0.length%2===1)return sm.name=Q0[1],u0.name=`"${Q0[1]}"`,[u0.postName,u0.description]=splitSpace(_0.slice(u0.name.length)),sm;let e_=0,a_="",h_=!1,c_;for(const y_ of _0){if(e_===0&&isSpace(y_))break;y_==="["&&e_++,y_==="]"&&e_--,a_+=y_}if(e_!==0)return sm.problems.push({code:"spec:name:unpaired-brackets",message:"unpaired brackets",line:sm.source[0].number,critical:!0}),sm;const k_=a_;if(a_[0]==="["&&a_[a_.length-1]==="]"){h_=!0,a_=a_.slice(1,-1);const y_=a_.split("=");if(a_=y_[0].trim(),y_[1]!==void 0&&(c_=y_.slice(1).join("=").trim()),a_==="")return sm.problems.push({code:"spec:name:empty-name",message:"empty name",line:sm.source[0].number,critical:!0}),sm;if(c_==="")return sm.problems.push({code:"spec:name:empty-default",message:"empty default value",line:sm.source[0].number,critical:!0}),sm;if(!isQuoted(c_)&&/=(?!>)/.test(c_))return sm.problems.push({code:"spec:name:invalid-default",message:"invalid default value syntax",line:sm.source[0].number,critical:!0}),sm}return sm.optional=h_,sm.name=a_,u0.name=k_,c_!==void 0&&(sm.default=c_),[u0.postName,u0.description]=splitSpace(_0.slice(u0.name.length)),sm}}function descriptionTokenizer$1(o="compact",sm=Markers){const u0=getJoiner(o);return _0=>(_0.description=u0(_0.source,sm),_0)}function getJoiner(o){return o==="compact"?compactJoiner:o==="preserve"?preserveJoiner:o}function compactJoiner(o,sm=Markers){return o.map(({tokens:{description:u0}})=>u0.trim()).filter(u0=>u0!=="").join(" ")}const lineNo=(o,{tokens:sm},u0)=>sm.type===""?o:u0,getDescription=({tokens:o})=>(o.delimiter===""?o.start:o.postDelimiter.slice(1))+o.description;function preserveJoiner(o,sm=Markers){if(o.length===0)return"";o[0].tokens.description===""&&o[0].tokens.delimiter===sm.start&&(o=o.slice(1));const u0=o[o.length-1];return u0!==void 0&&u0.tokens.description===""&&u0.tokens.end.endsWith(sm.end)&&(o=o.slice(0,-1)),o=o.slice(o.reduce(lineNo,0)),o.map(getDescription).join(`
|