@redocly/cli 2.47.0 → 2.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/chunks/{QRD3XQNU.js → 2U54VUOE.js} +1 -1
- package/lib/chunks/3JJEI7CJ.js +456 -0
- package/lib/chunks/4I2OVMBJ.js +11 -0
- package/lib/chunks/{REBHK2JR.js → 4JDAOKRJ.js} +1 -1
- package/lib/chunks/5JIGUBC3.js +7 -0
- package/lib/chunks/{QVV2EKMT.js → 5SAFIITS.js} +1 -1
- package/lib/chunks/6KCIFTIG.js +57 -0
- package/lib/chunks/{5NR4DJW4.js → 6VSHPQXO.js} +1 -1
- package/lib/chunks/{W2NJCZOS.js → 74WJ7S7J.js} +1 -1
- package/lib/chunks/{QL4V2A4A.js → 7R5PBTLG.js} +1 -1
- package/lib/chunks/BT3ELZVX.js +42 -0
- package/lib/chunks/C5TR4MMN.js +19 -0
- package/lib/chunks/CCR5RYCX.js +20 -0
- package/lib/chunks/DCN3GSUA.js +7 -0
- package/lib/chunks/{TEQA5OM7.js → E5I67ZCZ.js} +1 -1
- package/lib/chunks/FUMCRNTK.js +78 -0
- package/lib/chunks/GNMJA2V2.js +16 -0
- package/lib/chunks/GRJG3TOI.js +14 -0
- package/lib/chunks/HA22GUKQ.js +7 -0
- package/lib/chunks/HJ36YGCI.js +184 -0
- package/lib/chunks/HJYFWIVE.js +9 -0
- package/lib/chunks/HL5FOKC4.js +16 -0
- package/lib/chunks/{SL6AH3N2.js → JBNPGEIJ.js} +1 -1
- package/lib/chunks/KHEMMNFU.js +26 -0
- package/lib/chunks/{SN2EC2ZR.js → KK2STV73.js} +1 -1
- package/lib/chunks/KK77ANZH.js +7 -0
- package/lib/chunks/L3TZNNJJ.js +13 -0
- package/lib/chunks/M6KLAAY4.js +7 -0
- package/lib/chunks/MHITBEGC.js +90 -0
- package/lib/chunks/NB54XRRU.js +10 -0
- package/lib/chunks/NSIQWNYL.js +7 -0
- package/lib/chunks/{YQW463Z7.js → NTPLYWAB.js} +1 -1
- package/lib/chunks/{5PXRDPHV.js → NUNOXB7Z.js} +1 -1
- package/lib/chunks/NWMTC4AN.js +7 -0
- package/lib/chunks/NYLAOZPO.js +22 -0
- package/lib/chunks/O4R6BSAS.js +20 -0
- package/lib/chunks/OKITK6EF.js +30 -0
- package/lib/chunks/OUCZOBEX.js +22 -0
- package/lib/chunks/PFYPTG4G.js +7 -0
- package/lib/chunks/QZH7EL26.js +7 -0
- package/lib/chunks/R4XFBOJU.js +9 -0
- package/lib/chunks/REFX2EKS.js +13 -0
- package/lib/chunks/{S4MX7JPH.js → RXOEH2LN.js} +1 -1
- package/lib/chunks/SGBB4RNM.js +11 -0
- package/lib/chunks/SQVG3CEM.js +8 -0
- package/lib/chunks/{RIFZSMUA.js → T5EPIBMA.js} +1 -1
- package/lib/chunks/TLQZAJQU.js +18 -0
- package/lib/chunks/TSB6PODJ.js +13 -0
- package/lib/chunks/TSRK76GA.js +19 -0
- package/lib/chunks/{34J2ZJDK.js → U2H2LXZE.js} +1 -1
- package/lib/chunks/UKSQ7B5H.js +2268 -0
- package/lib/chunks/UMQN5HTL.js +42 -0
- package/lib/chunks/V2LJ4UGM.js +7 -0
- package/lib/chunks/VBPP2WUF.js +7 -0
- package/lib/chunks/WPGKH5NI.js +177 -0
- package/lib/chunks/WXVC3KOI.js +67 -0
- package/lib/chunks/{KEUH3PST.js → YI34NB7D.js} +1 -1
- package/lib/chunks/YOJGIGE3.js +7 -0
- package/lib/chunks/{TO2KJ36N.js → YP5GHFYE.js} +1 -1
- package/lib/chunks/YXXYE4G2.js +7 -0
- package/lib/chunks/ZBL4IVEW.js +11 -0
- package/lib/chunks/ZMCRMR2V.js +5400 -0
- package/lib/chunks/ZOUQBK53.js +14 -0
- package/lib/chunks/ZXKOHMC6.js +177 -0
- package/lib/eject-assets/AGENTS.md +137 -0
- package/lib/eject-assets/generators/cli/docs.ts +224 -0
- package/lib/eject-assets/generators/cli/engine-source.ts +21 -0
- package/lib/eject-assets/generators/cli/index.ts +90 -0
- package/lib/eject-assets/generators/cli/render.ts +348 -0
- package/lib/eject-assets/generators/go/client.ts +57 -0
- package/lib/eject-assets/generators/go/descriptor.ts +41 -0
- package/lib/eject-assets/generators/go/index.ts +336 -0
- package/lib/eject-assets/generators/go/models.ts +179 -0
- package/lib/eject-assets/generators/go/naming.ts +49 -0
- package/lib/eject-assets/generators/go/operations.ts +296 -0
- package/lib/eject-assets/generators/go/pagination.ts +194 -0
- package/lib/eject-assets/generators/go/types.ts +60 -0
- package/lib/eject-assets/generators/mock/faker.ts +214 -0
- package/lib/eject-assets/generators/mock/index.ts +35 -0
- package/lib/eject-assets/generators/mock/render.ts +282 -0
- package/lib/eject-assets/generators/mock/sample.ts +316 -0
- package/lib/eject-assets/generators/mock/values.ts +63 -0
- package/lib/eject-assets/generators/php/client.ts +63 -0
- package/lib/eject-assets/generators/php/descriptor.ts +58 -0
- package/lib/eject-assets/generators/php/index.ts +237 -0
- package/lib/eject-assets/generators/php/models.ts +275 -0
- package/lib/eject-assets/generators/php/naming.ts +51 -0
- package/lib/eject-assets/generators/php/operations.ts +232 -0
- package/lib/eject-assets/generators/php/pagination.ts +133 -0
- package/lib/eject-assets/generators/php/types.ts +148 -0
- package/lib/eject-assets/generators/python/client.ts +123 -0
- package/lib/eject-assets/generators/python/descriptor.ts +52 -0
- package/lib/eject-assets/generators/python/index.ts +251 -0
- package/lib/eject-assets/generators/python/models.ts +242 -0
- package/lib/eject-assets/generators/python/naming.ts +46 -0
- package/lib/eject-assets/generators/python/operations.ts +147 -0
- package/lib/eject-assets/generators/python/pagination.ts +128 -0
- package/lib/eject-assets/generators/python/types.ts +54 -0
- package/lib/eject-assets/generators/swr/index.ts +37 -0
- package/lib/eject-assets/generators/swr/render.ts +78 -0
- package/lib/eject-assets/generators/tanstack-query/index.ts +48 -0
- package/lib/eject-assets/generators/tanstack-query/render.ts +346 -0
- package/lib/eject-assets/generators/transformers/index.ts +46 -0
- package/lib/eject-assets/generators/transformers/render.ts +506 -0
- package/lib/eject-assets/generators/typescript/banner.ts +35 -0
- package/lib/eject-assets/generators/typescript/client.ts +254 -0
- package/lib/eject-assets/generators/typescript/descriptor.ts +137 -0
- package/lib/eject-assets/generators/typescript/index.ts +101 -0
- package/lib/eject-assets/generators/typescript/inline-runtime.ts +135 -0
- package/lib/eject-assets/generators/typescript/operation-signature.ts +62 -0
- package/lib/eject-assets/generators/typescript/operation-types.ts +17 -0
- package/lib/eject-assets/generators/typescript/operations.ts +524 -0
- package/lib/eject-assets/generators/typescript/response-headers.ts +74 -0
- package/lib/eject-assets/generators/typescript/type-guards.ts +159 -0
- package/lib/eject-assets/generators/typescript/types.ts +172 -0
- package/lib/eject-assets/generators/zod/index.ts +32 -0
- package/lib/eject-assets/generators/zod/schemas.ts +456 -0
- package/lib/eject-assets/skills/cli-generator/SKILL.md +121 -0
- package/lib/eject-assets/skills/client-generators/SKILL.md +142 -0
- package/lib/eject-assets/skills/go-generator/SKILL.md +96 -0
- package/lib/eject-assets/skills/mock-generator/SKILL.md +50 -0
- package/lib/eject-assets/skills/php-generator/SKILL.md +112 -0
- package/lib/eject-assets/skills/python-generator/SKILL.md +110 -0
- package/lib/eject-assets/skills/swr-generator/SKILL.md +50 -0
- package/lib/eject-assets/skills/tanstack-query-generator/SKILL.md +55 -0
- package/lib/eject-assets/skills/transformers-generator/SKILL.md +47 -0
- package/lib/eject-assets/skills/typescript-generator/SKILL.md +95 -0
- package/lib/eject-assets/skills/zod-generator/SKILL.md +54 -0
- package/lib/index.js +271 -193
- package/package.json +1 -1
- package/lib/chunks/B6HS7CVY.js +0 -184
- package/lib/chunks/PIJLRHNN.js +0 -8
- package/lib/chunks/Y5HLCNL5.js +0 -2542
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { createRequire as __createRequire } from 'node:module';
|
|
2
|
+
import { fileURLToPath as __fileURLToPath } from 'node:url';
|
|
3
|
+
import { dirname as __pathDirname } from 'node:path';
|
|
4
|
+
const require = __createRequire(import.meta.url);
|
|
5
|
+
var __filename = __fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = __pathDirname(__filename);
|
|
7
|
+
import{a as rt,b as Go,c as jR}from"./NEWT5A6S.js";import{a as cu,c as v,d as NR,e as kr}from"./RFWIIJFG.js";var id=v((nd,od)=>{(function(e,t){typeof cu=="function"&&typeof nd=="object"&&typeof od=="object"?od.exports=t():typeof define=="function"&&define.amd?define(function(){return t()}):e.pluralize=t()})(nd,function(){var e=[],t=[],r={},n={},o={};function i(f){return typeof f=="string"?new RegExp("^"+f+"$","i"):f}function s(f,m){return f===m?m:f===f.toLowerCase()?m.toLowerCase():f===f.toUpperCase()?m.toUpperCase():f[0]===f[0].toUpperCase()?m.charAt(0).toUpperCase()+m.substr(1).toLowerCase():m.toLowerCase()}function a(f,m){return f.replace(/\$(\d{1,2})/g,function(h,y){return m[y]||""})}function c(f,m){return f.replace(m[0],function(h,y){var g=a(m[1],arguments);return s(h===""?f[y-1]:h,g)})}function p(f,m,h){if(!f.length||r.hasOwnProperty(f))return m;for(var y=h.length;y--;){var g=h[y];if(g[0].test(m))return c(m,g)}return m}function l(f,m,h){return function(y){var g=y.toLowerCase();return m.hasOwnProperty(g)?s(y,g):f.hasOwnProperty(g)?s(y,f[g]):p(g,y,h)}}function u(f,m,h,y){return function(g){var P=g.toLowerCase();return m.hasOwnProperty(P)?!0:f.hasOwnProperty(P)?!1:p(P,P,h)===P}}function d(f,m,h){var y=m===1?d.singular(f):d.plural(f);return(h?m+" ":"")+y}return d.plural=l(o,n,e),d.isPlural=u(o,n,e),d.singular=l(n,o,t),d.isSingular=u(n,o,t),d.addPluralRule=function(f,m){e.push([i(f),m])},d.addSingularRule=function(f,m){t.push([i(f),m])},d.addUncountableRule=function(f){if(typeof f=="string"){r[f.toLowerCase()]=!0;return}d.addPluralRule(f,"$0"),d.addSingularRule(f,"$0")},d.addIrregularRule=function(f,m){m=m.toLowerCase(),f=f.toLowerCase(),o[f]=m,n[m]=f},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(f){return d.addIrregularRule(f[0],f[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(f){return d.addPluralRule(f[0],f[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(f){return d.addSingularRule(f[0],f[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(d.addUncountableRule),d})});var Ts=v((Z8,Jb)=>{"use strict";var Gb="[^\\\\/]",sI="(?=.)",Wb="[^/]",sd="(?:\\/|$)",Yb="(?:^|\\/)",ad=`\\.{1,2}${sd}`,aI="(?!\\.)",cI=`(?!${Yb}${ad})`,pI=`(?!\\.{0,1}${sd})`,lI=`(?!${ad})`,uI="[^.\\/]",dI=`${Wb}*?`,fI="/",Qb={DOT_LITERAL:"\\.",PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:"\\/",ONE_CHAR:sI,QMARK:Wb,END_ANCHOR:sd,DOTS_SLASH:ad,NO_DOT:aI,NO_DOTS:cI,NO_DOT_SLASH:pI,NO_DOTS_SLASH:lI,QMARK_NO_DOT:uI,STAR:dI,START_ANCHOR:Yb,SEP:fI},mI={...Qb,SLASH_LITERAL:"[\\\\/]",QMARK:Gb,STAR:`${Gb}*?`,DOTS_SLASH:"\\.{1,2}(?:[\\\\/]|$)",NO_DOT:"(?!\\.)",NO_DOTS:"(?!(?:^|[\\\\/])\\.{1,2}(?:[\\\\/]|$))",NO_DOT_SLASH:"(?!\\.{0,1}(?:[\\\\/]|$))",NO_DOTS_SLASH:"(?!\\.{1,2}(?:[\\\\/]|$))",QMARK_NO_DOT:"[^.\\\\/]",START_ANCHOR:"(?:^|[\\\\/])",END_ANCHOR:"(?:[\\\\/]|$)",SEP:"\\"},hI={__proto__:null,alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};Jb.exports={DEFAULT_MAX_EXTGLOB_RECURSION:0,MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:hI,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{__proto__:null,"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===!0?mI:Qb}}});var Rs=v(It=>{"use strict";var{REGEX_BACKSLASH:yI,REGEX_REMOVE_BACKSLASH:gI,REGEX_SPECIAL_CHARS:bI,REGEX_SPECIAL_CHARS_GLOBAL:vI}=Ts();It.isObject=e=>e!==null&&typeof e=="object"&&!Array.isArray(e);It.hasRegexChars=e=>bI.test(e);It.isRegexChar=e=>e.length===1&&It.hasRegexChars(e);It.escapeRegex=e=>e.replace(vI,"\\$1");It.toPosixSlashes=e=>e.replace(yI,"/");It.isWindows=()=>{if(typeof navigator<"u"&&navigator.platform){let e=navigator.platform.toLowerCase();return e==="win32"||e==="windows"}return typeof process<"u"&&process.platform?process.platform==="win32":!1};It.removeBackslashes=e=>e.replace(gI,t=>t==="\\"?"":t);It.escapeLast=(e,t,r)=>{let n=e.lastIndexOf(t,r);return n===-1?e:e[n-1]==="\\"?It.escapeLast(e,t,n-1):`${e.slice(0,n)}\\${e.slice(n)}`};It.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r};It.wrapOutput=(e,t={},r={})=>{let n=r.contains?"":"^",o=r.contains?"":"$",i=`${n}(?:${e})${o}`;return t.negated===!0&&(i=`(?:^(?!${i}).*$)`),i};It.basename=(e,{windows:t}={})=>{let r=e.split(t?/[\\/]/:"/"),n=r[r.length-1];return n===""?r[r.length-2]:n}});var iv=v((t7,ov)=>{"use strict";var Xb=Rs(),{CHAR_ASTERISK:cd,CHAR_AT:xI,CHAR_BACKWARD_SLASH:Os,CHAR_COMMA:SI,CHAR_DOT:pd,CHAR_EXCLAMATION_MARK:ld,CHAR_FORWARD_SLASH:nv,CHAR_LEFT_CURLY_BRACE:ud,CHAR_LEFT_PARENTHESES:dd,CHAR_LEFT_SQUARE_BRACKET:wI,CHAR_PLUS:_I,CHAR_QUESTION_MARK:Zb,CHAR_RIGHT_CURLY_BRACE:PI,CHAR_RIGHT_PARENTHESES:ev,CHAR_RIGHT_SQUARE_BRACKET:EI}=Ts(),tv=e=>e===nv||e===Os,rv=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},$I=(e,t)=>{let r=t||{},n=e.length-1,o=r.parts===!0||r.scanToEnd===!0,i=[],s=[],a=[],c=e,p=-1,l=0,u=0,d=!1,f=!1,m=!1,h=!1,y=!1,g=!1,P=!1,b=!1,S=!1,x=!1,_=0,R,w,A={value:"",depth:0,isGlob:!1},E=()=>p>=n,G=()=>c.charCodeAt(p+1),F=()=>(R=w,c.charCodeAt(++p));for(;p<n;){w=F();let V;if(w===Os){P=A.backslashes=!0,w=F(),w===ud&&(g=!0);continue}if(g===!0||w===ud){for(_++;E()!==!0&&(w=F());){if(w===Os){P=A.backslashes=!0,F();continue}if(w===ud){_++;continue}if(g!==!0&&w===pd&&(w=F())===pd){if(d=A.isBrace=!0,m=A.isGlob=!0,x=!0,o===!0)continue;break}if(g!==!0&&w===SI){if(d=A.isBrace=!0,m=A.isGlob=!0,x=!0,o===!0)continue;break}if(w===PI&&(_--,_===0)){g=!1,d=A.isBrace=!0,x=!0;break}}if(o===!0)continue;break}if(w===nv){if(i.push(p),s.push(A),A={value:"",depth:0,isGlob:!1},x===!0)continue;if(R===pd&&p===l+1){l+=2;continue}u=p+1;continue}if(r.noext!==!0&&(w===_I||w===xI||w===cd||w===Zb||w===ld)===!0&&G()===dd){if(m=A.isGlob=!0,h=A.isExtglob=!0,x=!0,w===ld&&p===l&&(S=!0),o===!0){for(;E()!==!0&&(w=F());){if(w===Os){P=A.backslashes=!0,w=F();continue}if(w===ev){m=A.isGlob=!0,x=!0;break}}continue}break}if(w===cd){if(R===cd&&(y=A.isGlobstar=!0),m=A.isGlob=!0,x=!0,o===!0)continue;break}if(w===Zb){if(m=A.isGlob=!0,x=!0,o===!0)continue;break}if(w===wI){for(;E()!==!0&&(V=F());){if(V===Os){P=A.backslashes=!0,F();continue}if(V===EI){f=A.isBracket=!0,m=A.isGlob=!0,x=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&w===ld&&p===l){b=A.negated=!0,l++;continue}if(r.noparen!==!0&&w===dd){if(m=A.isGlob=!0,o===!0){for(;E()!==!0&&(w=F());){if(w===dd){P=A.backslashes=!0,w=F();continue}if(w===ev){x=!0;break}}continue}break}if(m===!0){if(x=!0,o===!0)continue;break}}r.noext===!0&&(h=!1,m=!1);let ce=c,T="",O="";l>0&&(T=c.slice(0,l),c=c.slice(l),u-=l),ce&&m===!0&&u>0?(ce=c.slice(0,u),O=c.slice(u)):m===!0?(ce="",O=c):ce=c,ce&&ce!==""&&ce!=="/"&&ce!==c&&tv(ce.charCodeAt(ce.length-1))&&(ce=ce.slice(0,-1)),r.unescape===!0&&(O&&(O=Xb.removeBackslashes(O)),ce&&P===!0&&(ce=Xb.removeBackslashes(ce)));let dt={prefix:T,input:e,start:l,base:ce,glob:O,isBrace:d,isBracket:f,isGlob:m,isExtglob:h,isGlobstar:y,negated:b,negatedExtglob:S};if(r.tokens===!0&&(dt.maxDepth=0,tv(w)||s.push(A),dt.tokens=s),r.parts===!0||r.tokens===!0){let V;for(let pe=0;pe<i.length;pe++){let ke=V?V+1:l,ne=i[pe],Ve=e.slice(ke,ne);r.tokens&&(pe===0&&l!==0?(s[pe].isPrefix=!0,s[pe].value=T):s[pe].value=Ve,rv(s[pe]),dt.maxDepth+=s[pe].depth),(pe!==0||Ve!=="")&&a.push(Ve),V=ne}if(V&&V+1<e.length){let pe=e.slice(V+1);a.push(pe),r.tokens&&(s[s.length-1].value=pe,rv(s[s.length-1]),dt.maxDepth+=s[s.length-1].depth)}dt.slashes=i,dt.parts=a}return dt};ov.exports=$I});var lv=v((r7,pv)=>{"use strict";var ks=Ts(),Kt=Rs(),{MAX_LENGTH:mc,POSIX_REGEX_SOURCE:AI,REGEX_NON_SPECIAL_CHARS:TI,REGEX_SPECIAL_CHARS_BACKREF:RI,REPLACEMENTS:sv}=ks,OI=(e,t)=>{if(typeof t.expandRange=="function")return t.expandRange(...e,t);e.sort();let r=`[${e.join("-")}]`;try{new RegExp(r)}catch{return e.map(o=>Kt.escapeRegex(o)).join("..")}return r},ni=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,av=e=>{let t=[],r=0,n=0,o=0,i="",s=!1;for(let a of e){if(s===!0){i+=a,s=!1;continue}if(a==="\\"){i+=a,s=!0;continue}if(a==='"'){o=o===1?0:1,i+=a;continue}if(o===0){if(a==="[")r++;else if(a==="]"&&r>0)r--;else if(r===0){if(a==="(")n++;else if(a===")"&&n>0)n--;else if(a==="|"&&n===0){t.push(i),i="";continue}}}i+=a}return t.push(i),t},kI=e=>{let t=!1;for(let r of e){if(t===!0){t=!1;continue}if(r==="\\"){t=!0;continue}if(/[?*+@!()[\]{}]/.test(r))return!1}return!0},cv=e=>{let t=e.trim(),r=!0;for(;r===!0;)r=!1,/^@\([^\\()[\]{}|]+\)$/.test(t)&&(t=t.slice(2,-1),r=!0);if(kI(t))return t.replace(/\\(.)/g,"$1")},II=e=>{let t=e.map(cv).filter(Boolean);for(let r=0;r<t.length;r++)for(let n=r+1;n<t.length;n++){let o=t[r],i=t[n],s=o[0];if(!(!s||o!==s.repeat(o.length)||i!==s.repeat(i.length))&&(o===i||o.startsWith(i)||i.startsWith(o)))return!0}return!1},fd=(e,t=!0)=>{if(e[0]!=="+"&&e[0]!=="*"||e[1]!=="(")return;let r=0,n=0,o=0,i=!1;for(let s=1;s<e.length;s++){let a=e[s];if(i===!0){i=!1;continue}if(a==="\\"){i=!0;continue}if(a==='"'){o=o===1?0:1;continue}if(o!==1){if(a==="["){r++;continue}if(a==="]"&&r>0){r--;continue}if(!(r>0)){if(a==="("){n++;continue}if(a===")"&&(n--,n===0))return t===!0&&s!==e.length-1?void 0:{type:e[0],body:e.slice(2,s),end:s}}}}},CI=e=>{let t=0,r=[];for(;t<e.length;){let o=fd(e.slice(t),!1);if(!o||o.type!=="*")return;let i=av(o.body).map(a=>a.trim());if(i.length!==1)return;let s=cv(i[0]);if(!s||s.length!==1)return;r.push(s),t+=o.end+1}return r.length<1?void 0:`${r.length===1?Kt.escapeRegex(r[0]):`[${r.map(o=>Kt.escapeRegex(o)).join("")}]`}*`},qI=e=>{let t=0,r=e.trim(),n=fd(r);for(;n;)t++,r=n.body.trim(),n=fd(r);return t},NI=(e,t)=>{if(t.maxExtglobRecursion===!1)return{risky:!1};let r=typeof t.maxExtglobRecursion=="number"?t.maxExtglobRecursion:ks.DEFAULT_MAX_EXTGLOB_RECURSION,n=av(e).map(o=>o.trim());if(n.length>1&&(n.some(o=>o==="")||n.some(o=>/^[*?]+$/.test(o))||II(n)))return{risky:!0};for(let o of n){let i=CI(o);if(i)return{risky:!0,safeOutput:i};if(qI(o)>r)return{risky:!0}}return{risky:!1}},md=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");e=sv[e]||e;let r={...t},n=typeof r.maxLength=="number"?Math.min(mc,r.maxLength):mc,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);let i={type:"bos",value:"",output:r.prepend||""},s=[i],a=r.capture?"":"?:",c=ks.globChars(r.windows),p=ks.extglobChars(c),{DOT_LITERAL:l,PLUS_LITERAL:u,SLASH_LITERAL:d,ONE_CHAR:f,DOTS_SLASH:m,NO_DOT:h,NO_DOT_SLASH:y,NO_DOTS_SLASH:g,QMARK:P,QMARK_NO_DOT:b,STAR:S,START_ANCHOR:x}=c,_=C=>`(${a}(?:(?!${x}${C.dot?m:l}).)*?)`,R=r.dot?"":h,w=r.dot?P:b,A=r.bash===!0?_(r):S;r.capture&&(A=`(${A})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let E={input:e,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:s};e=Kt.removePrefix(e,E),o=e.length;let G=[],F=[],ce=[],T=i,O,dt=()=>E.index===o-1,V=E.peek=(C=1)=>e[E.index+C],pe=E.advance=()=>e[++E.index]||"",ke=()=>e.slice(E.index+1),ne=(C="",U=0)=>{E.consumed+=C,E.index+=U},Ve=C=>{E.output+=C.output!=null?C.output:C.value,ne(C.value)},xt=()=>{let C=1;for(;V()==="!"&&(V(2)!=="("||V(3)==="?");)pe(),E.start++,C++;return C%2===0?!1:(E.negated=!0,E.start++,!0)},St=C=>{E[C]++,ce.push(C)},Ke=C=>{E[C]--,ce.pop()},k=C=>{if(T.type==="globstar"){let U=E.braces>0&&(C.type==="comma"||C.type==="brace"),I=C.extglob===!0||G.length&&(C.type==="pipe"||C.type==="paren");C.type!=="slash"&&C.type!=="paren"&&!U&&!I&&(E.output=E.output.slice(0,-T.output.length),T.type="star",T.value="*",T.output=A,E.output+=T.output)}if(G.length&&C.type!=="paren"&&(G[G.length-1].inner+=C.value),(C.value||C.output)&&Ve(C),T&&T.type==="text"&&C.type==="text"){T.output=(T.output||T.value)+C.value,T.value+=C.value;return}C.prev=T,s.push(C),T=C},ve=(C,U)=>{let I={...p[U],conditions:1,inner:""};I.prev=T,I.parens=E.parens,I.output=E.output,I.startIndex=E.index,I.tokensIndex=s.length;let X=(r.capture?"(":"")+I.open;St("parens"),k({type:C,value:U,output:E.output?"":f}),k({type:"paren",extglob:!0,value:pe(),output:X}),G.push(I)},Je=C=>{let U=e.slice(C.startIndex,E.index+1),I=e.slice(C.startIndex+2,E.index),X=NI(I,r);if((C.type==="plus"||C.type==="star")&&X.risky){let Oe=X.safeOutput?(C.output?"":f)+(r.capture?`(${X.safeOutput})`:X.safeOutput):void 0,Rr=s[C.tokensIndex];Rr.type="text",Rr.value=U,Rr.output=Oe||Kt.escapeRegex(U);for(let Or=C.tokensIndex+1;Or<s.length;Or++)s[Or].value="",s[Or].output="",delete s[Or].suffix;E.output=C.output+Rr.output,E.backtrack=!0,k({type:"paren",extglob:!0,value:O,output:""}),Ke("parens");return}let we=C.close+(r.capture?")":""),Ge;if(C.type==="negate"){let Oe=A;if(C.inner&&C.inner.length>1&&C.inner.includes("/")&&(Oe=_(r)),(Oe!==A||dt()||/^\)+$/.test(ke()))&&(we=C.close=`)$))${Oe}`),C.inner.includes("*")&&(Ge=ke())&&/^\.[^\\/.]+$/.test(Ge)){let Rr=md(Ge,{...t,fastpaths:!1}).output;we=C.close=`)${Rr})${Oe})`}C.prev.type==="bos"&&(E.negatedExtglob=!0)}k({type:"paren",extglob:!0,value:O,output:we}),Ke("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let C=!1,U=e.replace(RI,(I,X,we,Ge,Oe,Rr)=>Ge==="\\"?(C=!0,I):Ge==="?"?X?X+Ge+(Oe?P.repeat(Oe.length):""):Rr===0?w+(Oe?P.repeat(Oe.length):""):P.repeat(we.length):Ge==="."?l.repeat(we.length):Ge==="*"?X?X+Ge+(Oe?A:""):A:X?I:`\\${I}`);return C===!0&&(r.unescape===!0?U=U.replace(/\\/g,""):U=U.replace(/\\+/g,I=>I.length%2===0?"\\\\":I?"\\":"")),U===e&&r.contains===!0?(E.output=e,E):(E.output=Kt.wrapOutput(U,E,t),E)}for(;!dt();){if(O=pe(),O==="\0")continue;if(O==="\\"){let I=V();if(I==="/"&&r.bash!==!0||I==="."||I===";")continue;if(!I){O+="\\",k({type:"text",value:O});continue}let X=/^\\+/.exec(ke()),we=0;if(X&&X[0].length>2&&(we=X[0].length,E.index+=we,we%2!==0&&(O+="\\")),r.unescape===!0?O=pe():O+=pe(),E.brackets===0){k({type:"text",value:O});continue}}if(E.brackets>0&&(O!=="]"||T.value==="["||T.value==="[^")){if(r.posix!==!1&&O===":"){let I=T.value.slice(1);if(I.includes("[")&&(T.posix=!0,I.includes(":"))){let X=T.value.lastIndexOf("["),we=T.value.slice(0,X),Ge=T.value.slice(X+2),Oe=AI[Ge];if(Oe){T.value=we+Oe,E.backtrack=!0,pe(),!i.output&&s.indexOf(T)===1&&(i.output=f);continue}}}(O==="["&&V()!==":"||O==="-"&&V()==="]")&&(O=`\\${O}`),O==="]"&&(T.value==="["||T.value==="[^")&&(O=`\\${O}`),r.posix===!0&&O==="!"&&T.value==="["&&(O="^"),T.value+=O,Ve({value:O});continue}if(E.quotes===1&&O!=='"'){O=Kt.escapeRegex(O),T.value+=O,Ve({value:O});continue}if(O==='"'){E.quotes=E.quotes===1?0:1,r.keepQuotes===!0&&k({type:"text",value:O});continue}if(O==="("){St("parens"),k({type:"paren",value:O});continue}if(O===")"){if(E.parens===0&&r.strictBrackets===!0)throw new SyntaxError(ni("opening","("));let I=G[G.length-1];if(I&&E.parens===I.parens+1){Je(G.pop());continue}k({type:"paren",value:O,output:E.parens?")":"\\)"}),Ke("parens");continue}if(O==="["){if(r.nobracket===!0||!ke().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(ni("closing","]"));O=`\\${O}`}else St("brackets");k({type:"bracket",value:O});continue}if(O==="]"){if(r.nobracket===!0||T&&T.type==="bracket"&&T.value.length===1){k({type:"text",value:O,output:`\\${O}`});continue}if(E.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(ni("opening","["));k({type:"text",value:O,output:`\\${O}`});continue}Ke("brackets");let I=T.value.slice(1);if(T.posix!==!0&&I[0]==="^"&&!I.includes("/")&&(O=`/${O}`),T.value+=O,Ve({value:O}),r.literalBrackets===!1||Kt.hasRegexChars(I))continue;let X=Kt.escapeRegex(T.value);if(E.output=E.output.slice(0,-T.value.length),r.literalBrackets===!0){E.output+=X,T.value=X;continue}T.value=`(${a}${X}|${T.value})`,E.output+=T.value;continue}if(O==="{"&&r.nobrace!==!0){St("braces");let I={type:"brace",value:O,output:"(",outputIndex:E.output.length,tokensIndex:E.tokens.length};F.push(I),k(I);continue}if(O==="}"){let I=F[F.length-1];if(r.nobrace===!0||!I){k({type:"text",value:O,output:O});continue}let X=")";if(I.dots===!0){let we=s.slice(),Ge=[];for(let Oe=we.length-1;Oe>=0&&(s.pop(),we[Oe].type!=="brace");Oe--)we[Oe].type!=="dots"&&Ge.unshift(we[Oe].value);X=OI(Ge,r),E.backtrack=!0}if(I.comma!==!0&&I.dots!==!0){let we=E.output.slice(0,I.outputIndex),Ge=E.tokens.slice(I.tokensIndex);I.value=I.output="\\{",O=X="\\}",E.output=we;for(let Oe of Ge)E.output+=Oe.output||Oe.value}k({type:"brace",value:O,output:X}),Ke("braces"),F.pop();continue}if(O==="|"){G.length>0&&G[G.length-1].conditions++,k({type:"text",value:O});continue}if(O===","){let I=O,X=F[F.length-1];X&&ce[ce.length-1]==="braces"&&(X.comma=!0,I="|"),k({type:"comma",value:O,output:I});continue}if(O==="/"){if(T.type==="dot"&&E.index===E.start+1){E.start=E.index+1,E.consumed="",E.output="",s.pop(),T=i;continue}k({type:"slash",value:O,output:d});continue}if(O==="."){if(E.braces>0&&T.type==="dot"){T.value==="."&&(T.output=l);let I=F[F.length-1];T.type="dots",T.output+=O,T.value+=O,I.dots=!0;continue}if(E.braces+E.parens===0&&T.type!=="bos"&&T.type!=="slash"){k({type:"text",value:O,output:l});continue}k({type:"dot",value:O,output:l});continue}if(O==="?"){if(!(T&&T.value==="(")&&r.noextglob!==!0&&V()==="("&&V(2)!=="?"){ve("qmark",O);continue}if(T&&T.type==="paren"){let X=V(),we=O;(T.value==="("&&!/[!=<:]/.test(X)||X==="<"&&!/<([!=]|\w+>)/.test(ke()))&&(we=`\\${O}`),k({type:"text",value:O,output:we});continue}if(r.dot!==!0&&(T.type==="slash"||T.type==="bos")){k({type:"qmark",value:O,output:b});continue}k({type:"qmark",value:O,output:P});continue}if(O==="!"){if(r.noextglob!==!0&&V()==="("&&(V(2)!=="?"||!/[!=<:]/.test(V(3)))){ve("negate",O);continue}if(r.nonegate!==!0&&E.index===0){xt();continue}}if(O==="+"){if(r.noextglob!==!0&&V()==="("&&V(2)!=="?"){ve("plus",O);continue}if(T&&T.value==="("||r.regex===!1){k({type:"plus",value:O,output:u});continue}if(T&&(T.type==="bracket"||T.type==="paren"||T.type==="brace")||E.parens>0){k({type:"plus",value:O});continue}k({type:"plus",value:u});continue}if(O==="@"){if(r.noextglob!==!0&&V()==="("&&V(2)!=="?"){k({type:"at",extglob:!0,value:O,output:""});continue}k({type:"text",value:O});continue}if(O!=="*"){(O==="$"||O==="^")&&(O=`\\${O}`);let I=TI.exec(ke());I&&(O+=I[0],E.index+=I[0].length),k({type:"text",value:O});continue}if(T&&(T.type==="globstar"||T.star===!0)){T.type="star",T.star=!0,T.value+=O,T.output=A,E.backtrack=!0,E.globstar=!0,ne(O);continue}let C=ke();if(r.noextglob!==!0&&/^\([^?]/.test(C)){ve("star",O);continue}if(T.type==="star"){if(r.noglobstar===!0){ne(O);continue}let I=T.prev,X=I.prev,we=I.type==="slash"||I.type==="bos",Ge=X&&(X.type==="star"||X.type==="globstar");if(r.bash===!0&&(!we||C[0]&&C[0]!=="/")){k({type:"star",value:O,output:""});continue}let Oe=E.braces>0&&(I.type==="comma"||I.type==="brace"),Rr=G.length&&(I.type==="pipe"||I.type==="paren");if(!we&&I.type!=="paren"&&!Oe&&!Rr){k({type:"star",value:O,output:""});continue}for(;C.slice(0,3)==="/**";){let Or=e[E.index+4];if(Or&&Or!=="/")break;C=C.slice(3),ne("/**",3)}if(I.type==="bos"&&dt()){T.type="globstar",T.value+=O,T.output=_(r),E.output=T.output,E.globstar=!0,ne(O);continue}if(I.type==="slash"&&I.prev.type!=="bos"&&!Ge&&dt()){E.output=E.output.slice(0,-(I.output+T.output).length),I.output=`(?:${I.output}`,T.type="globstar",T.output=_(r)+(r.strictSlashes?")":"|$)"),T.value+=O,E.globstar=!0,E.output+=I.output+T.output,ne(O);continue}if(I.type==="slash"&&I.prev.type!=="bos"&&C[0]==="/"){let Or=C[1]!==void 0?"|$":"";E.output=E.output.slice(0,-(I.output+T.output).length),I.output=`(?:${I.output}`,T.type="globstar",T.output=`${_(r)}${d}|${d}${Or})`,T.value+=O,E.output+=I.output+T.output,E.globstar=!0,ne(O+pe()),k({type:"slash",value:"/",output:""});continue}if(I.type==="bos"&&C[0]==="/"){T.type="globstar",T.value+=O,T.output=`(?:^|${d}|${_(r)}${d})`,E.output=T.output,E.globstar=!0,ne(O+pe()),k({type:"slash",value:"/",output:""});continue}E.output=E.output.slice(0,-T.output.length),T.type="globstar",T.output=_(r),T.value+=O,E.output+=T.output,E.globstar=!0,ne(O);continue}let U={type:"star",value:O,output:A};if(r.bash===!0){U.output=".*?",(T.type==="bos"||T.type==="slash")&&(U.output=R+U.output),k(U);continue}if(T&&(T.type==="bracket"||T.type==="paren")&&r.regex===!0){U.output=O,k(U);continue}(E.index===E.start||T.type==="slash"||T.type==="dot")&&(T.type==="dot"?(E.output+=y,T.output+=y):r.dot===!0?(E.output+=g,T.output+=g):(E.output+=R,T.output+=R),V()!=="*"&&(E.output+=f,T.output+=f)),k(U)}for(;E.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(ni("closing","]"));E.output=Kt.escapeLast(E.output,"["),Ke("brackets")}for(;E.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(ni("closing",")"));E.output=Kt.escapeLast(E.output,"("),Ke("parens")}for(;E.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(ni("closing","}"));E.output=Kt.escapeLast(E.output,"{"),Ke("braces")}if(r.strictSlashes!==!0&&(T.type==="star"||T.type==="bracket")&&k({type:"maybe_slash",value:"",output:`${d}?`}),E.backtrack===!0){E.output="";for(let C of E.tokens)E.output+=C.output!=null?C.output:C.value,C.suffix&&(E.output+=C.suffix)}return E};md.fastpaths=(e,t)=>{let r={...t},n=typeof r.maxLength=="number"?Math.min(mc,r.maxLength):mc,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);e=sv[e]||e;let{DOT_LITERAL:i,SLASH_LITERAL:s,ONE_CHAR:a,DOTS_SLASH:c,NO_DOT:p,NO_DOTS:l,NO_DOTS_SLASH:u,STAR:d,START_ANCHOR:f}=ks.globChars(r.windows),m=r.dot?l:p,h=r.dot?u:p,y=r.capture?"":"?:",g={negated:!1,prefix:""},P=r.bash===!0?".*?":d;r.capture&&(P=`(${P})`);let b=R=>R.noglobstar===!0?P:`(${y}(?:(?!${f}${R.dot?c:i}).)*?)`,S=R=>{switch(R){case"*":return`${m}${a}${P}`;case".*":return`${i}${a}${P}`;case"*.*":return`${m}${P}${i}${a}${P}`;case"*/*":return`${m}${P}${s}${a}${h}${P}`;case"**":return m+b(r);case"**/*":return`(?:${m}${b(r)}${s})?${h}${a}${P}`;case"**/*.*":return`(?:${m}${b(r)}${s})?${h}${P}${i}${a}${P}`;case"**/.*":return`(?:${m}${b(r)}${s})?${i}${a}${P}`;default:{let w=/^(.*?)\.(\w+)$/.exec(R);if(!w)return;let A=S(w[1]);return A?A+i+w[2]:void 0}}},x=Kt.removePrefix(e,g),_=S(x);return _&&r.strictSlashes!==!0&&(_+=`${s}?`),_};pv.exports=md});var fv=v((n7,dv)=>{"use strict";var jI=iv(),hd=lv(),uv=Rs(),MI=Ts(),DI=e=>e&&typeof e=="object"&&!Array.isArray(e),Le=(e,t,r=!1)=>{if(Array.isArray(e)){let l=e.map(d=>Le(d,t,r));return d=>{for(let f of l){let m=f(d);if(m)return m}return!1}}let n=DI(e)&&e.tokens&&e.input;if(e===""||typeof e!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let o=t||{},i=o.windows,s=n?Le.compileRe(e,t):Le.makeRe(e,t,!1,!0),a=s.state;delete s.state;let c=()=>!1;if(o.ignore){let l={...t,ignore:null,onMatch:null,onResult:null};c=Le(o.ignore,l,r)}let p=(l,u=!1)=>{let{isMatch:d,match:f,output:m}=Le.test(l,s,t,{glob:e,posix:i}),h={glob:e,state:a,regex:s,posix:i,input:l,output:m,match:f,isMatch:d};return typeof o.onResult=="function"&&o.onResult(h),d===!1?(h.isMatch=!1,u?h:!1):c(l)?(typeof o.onIgnore=="function"&&o.onIgnore(h),h.isMatch=!1,u?h:!1):(typeof o.onMatch=="function"&&o.onMatch(h),u?h:!0)};return r&&(p.state=a),p};Le.test=(e,t,r,{glob:n,posix:o}={})=>{if(typeof e!="string")throw new TypeError("Expected input to be a string");if(e==="")return{isMatch:!1,output:""};let i=r||{},s=i.format||(o?uv.toPosixSlashes:null),a=e===n,c=a&&s?s(e):e;return a===!1&&(c=s?s(e):e,a=c===n),(a===!1||i.capture===!0)&&(i.matchBase===!0||i.basename===!0?a=Le.matchBase(e,t,r,o):a=t.exec(c)),{isMatch:!!a,match:a,output:c}};Le.matchBase=(e,t,r)=>(t instanceof RegExp?t:Le.makeRe(t,r)).test(uv.basename(e));Le.isMatch=(e,t,r)=>Le(t,r)(e);Le.parse=(e,t)=>Array.isArray(e)?e.map(r=>Le.parse(r,t)):hd(e,{...t,fastpaths:!1});Le.scan=(e,t)=>jI(e,t);Le.compileRe=(e,t,r=!1,n=!1)=>{if(r===!0)return e.output;let o=t||{},i=o.contains?"":"^",s=o.contains?"":"$",a=`${i}(?:${e.output})${s}`;e&&e.negated===!0&&(a=`^(?!${a}).*$`);let c=Le.toRegex(a,t);return n===!0&&(c.state=e),c};Le.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||typeof e!="string")throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]==="."||e[0]==="*")&&(o.output=hd.fastpaths(e,t)),o.output||(o=hd(e,t)),Le.compileRe(o,t,r,n)};Le.toRegex=(e,t)=>{try{let r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(r){if(t&&t.debug===!0)throw r;return/$^/}};Le.constants=MI;dv.exports=Le});var gv=v((o7,yv)=>{"use strict";var mv=fv(),LI=Rs();function hv(e,t,r=!1){return t&&(t.windows===null||t.windows===void 0)&&(t={...t,windows:LI.isWindows()}),mv(e,t,r)}Object.assign(hv,mv);yv.exports=hv});var js=v(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.regexpCode=ge.getEsmExportName=ge.getProperty=ge.safeStringify=ge.stringify=ge.strConcat=ge.addCodeArg=ge.str=ge._=ge.nil=ge._Code=ge.Name=ge.IDENTIFIER=ge._CodeOrName=void 0;var qs=class{};ge._CodeOrName=qs;ge.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var mo=class extends qs{constructor(t){if(super(),!ge.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};ge.Name=mo;var Zt=class extends qs{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof mo&&(r[n.str]=(r[n.str]||0)+1),r),{})}};ge._Code=Zt;ge.nil=new Zt("");function x0(e,...t){let r=[e[0]],n=0;for(;n<t.length;)Vd(r,t[n]),r.push(e[++n]);return new Zt(r)}ge._=x0;var Fd=new Zt("+");function S0(e,...t){let r=[Ns(e[0])],n=0;for(;n<t.length;)r.push(Fd),Vd(r,t[n]),r.push(Fd,Ns(e[++n]));return D2(r),new Zt(r)}ge.str=S0;function Vd(e,t){t instanceof Zt?e.push(...t._items):t instanceof mo?e.push(t):e.push(z2(t))}ge.addCodeArg=Vd;function D2(e){let t=1;for(;t<e.length-1;){if(e[t]===Fd){let r=L2(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function L2(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof mo||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof mo))return`"${e}${t.slice(1)}`}function U2(e,t){return t.emptyStr()?e:e.emptyStr()?t:S0`${e}${t}`}ge.strConcat=U2;function z2(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Ns(Array.isArray(e)?e.join(","):e)}function F2(e){return new Zt(Ns(e))}ge.stringify=F2;function Ns(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}ge.safeStringify=Ns;function V2(e){return typeof e=="string"&&ge.IDENTIFIER.test(e)?new Zt(`.${e}`):x0`[${e}]`}ge.getProperty=V2;function B2(e){if(typeof e=="string"&&ge.IDENTIFIER.test(e))return new Zt(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}ge.getEsmExportName=B2;function H2(e){return new Zt(e.toString())}ge.regexpCode=H2});var Kd=v(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.ValueScope=Nt.ValueScopeName=Nt.Scope=Nt.varKinds=Nt.UsedValueState=void 0;var qt=js(),Bd=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},kc;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(kc||(Nt.UsedValueState=kc={}));Nt.varKinds={const:new qt.Name("const"),let:new qt.Name("let"),var:new qt.Name("var")};var Ic=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof qt.Name?t:this.name(t)}name(t){return new qt.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};Nt.Scope=Ic;var Cc=class extends qt.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,qt._)`.${new qt.Name(r)}[${n}]`}};Nt.ValueScopeName=Cc;var K2=(0,qt._)`\n`,Hd=class extends Ic{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?K2:qt.nil}}get(){return this._scope}name(t){return new Cc(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:i}=o,s=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[i];if(a){let l=a.get(s);if(l)return l}else a=this._values[i]=new Map;a.set(s,o);let c=this._scope[i]||(this._scope[i]=[]),p=c.length;return c[p]=r.ref,o.setValue(r,{property:i,itemIndex:p}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,qt._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let i=qt.nil;for(let s in t){let a=t[s];if(!a)continue;let c=n[s]=n[s]||new Map;a.forEach(p=>{if(c.has(p))return;c.set(p,kc.Started);let l=r(p);if(l){let u=this.opts.es5?Nt.varKinds.var:Nt.varKinds.const;i=(0,qt._)`${i}${u} ${p} = ${l};${this.opts._n}`}else if(l=o?.(p))i=(0,qt._)`${i}${l}${this.opts._n}`;else throw new Bd(p);c.set(p,kc.Completed)})}return i}};Nt.ValueScope=Hd});var B=v(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.or=te.and=te.not=te.CodeGen=te.operators=te.varKinds=te.ValueScopeName=te.ValueScope=te.Scope=te.Name=te.regexpCode=te.stringify=te.getProperty=te.nil=te.strConcat=te.str=te._=void 0;var le=js(),yr=Kd(),$n=js();Object.defineProperty(te,"_",{enumerable:!0,get:function(){return $n._}});Object.defineProperty(te,"str",{enumerable:!0,get:function(){return $n.str}});Object.defineProperty(te,"strConcat",{enumerable:!0,get:function(){return $n.strConcat}});Object.defineProperty(te,"nil",{enumerable:!0,get:function(){return $n.nil}});Object.defineProperty(te,"getProperty",{enumerable:!0,get:function(){return $n.getProperty}});Object.defineProperty(te,"stringify",{enumerable:!0,get:function(){return $n.stringify}});Object.defineProperty(te,"regexpCode",{enumerable:!0,get:function(){return $n.regexpCode}});Object.defineProperty(te,"Name",{enumerable:!0,get:function(){return $n.Name}});var Mc=Kd();Object.defineProperty(te,"Scope",{enumerable:!0,get:function(){return Mc.Scope}});Object.defineProperty(te,"ValueScope",{enumerable:!0,get:function(){return Mc.ValueScope}});Object.defineProperty(te,"ValueScopeName",{enumerable:!0,get:function(){return Mc.ValueScopeName}});Object.defineProperty(te,"varKinds",{enumerable:!0,get:function(){return Mc.varKinds}});te.operators={GT:new le._Code(">"),GTE:new le._Code(">="),LT:new le._Code("<"),LTE:new le._Code("<="),EQ:new le._Code("==="),NEQ:new le._Code("!=="),NOT:new le._Code("!"),OR:new le._Code("||"),AND:new le._Code("&&"),ADD:new le._Code("+")};var nn=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},Gd=class extends nn{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?yr.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=mi(this.rhs,t,r)),this}get names(){return this.rhs instanceof le._CodeOrName?this.rhs.names:{}}},qc=class extends nn{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof le.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=mi(this.rhs,t,r),this}get names(){let t=this.lhs instanceof le.Name?{}:{...this.lhs.names};return jc(t,this.rhs)}},Wd=class extends qc{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},Yd=class extends nn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},Qd=class extends nn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},Jd=class extends nn{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},Xd=class extends nn{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=mi(this.code,t,r),this}get names(){return this.code instanceof le._CodeOrName?this.code.names:{}}},Ms=class extends nn{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let i=n[o];i.optimizeNames(t,r)||(G2(t,i.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>go(t,r.names),{})}},on=class extends Ms{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},Zd=class extends Ms{},fi=class extends on{};fi.kind="else";var ho=class e extends on{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new fi(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(w0(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=mi(this.condition,t,r),this}get names(){let t=super.names;return jc(t,this.condition),this.else&&go(t,this.else.names),t}};ho.kind="if";var yo=class extends on{};yo.kind="for";var ef=class extends yo{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=mi(this.iteration,t,r),this}get names(){return go(super.names,this.iteration.names)}},tf=class extends yo{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?yr.varKinds.var:this.varKind,{name:n,from:o,to:i}=this;return`for(${r} ${n}=${o}; ${n}<${i}; ${n}++)`+super.render(t)}get names(){let t=jc(super.names,this.from);return jc(t,this.to)}},Nc=class extends yo{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=mi(this.iterable,t,r),this}get names(){return go(super.names,this.iterable.names)}},Ds=class extends on{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};Ds.kind="func";var Ls=class extends Ms{render(t){return"return "+super.render(t)}};Ls.kind="return";var rf=class extends on{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&go(t,this.catch.names),this.finally&&go(t,this.finally.names),t}},Us=class extends on{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};Us.kind="catch";var zs=class extends on{render(t){return"finally"+super.render(t)}};zs.kind="finally";var nf=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
8
|
+
`:""},this._extScope=t,this._scope=new yr.Scope({parent:t}),this._nodes=[new Zd]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let i=this._scope.toName(r);return n!==void 0&&o&&(this._constants[i.str]=n),this._leafNode(new Gd(t,i,n)),i}const(t,r,n){return this._def(yr.varKinds.const,t,r,n)}let(t,r,n){return this._def(yr.varKinds.let,t,r,n)}var(t,r,n){return this._def(yr.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new qc(t,r,n))}add(t,r){return this._leafNode(new Wd(t,te.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==le.nil&&this._leafNode(new Xd(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,le.addCodeArg)(r,o));return r.push("}"),new le._Code(r)}if(t,r,n){if(this._blockNode(new ho(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new ho(t))}else(){return this._elseNode(new fi)}endIf(){return this._endBlockNode(ho,fi)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new ef(t),r)}forRange(t,r,n,o,i=this.opts.es5?yr.varKinds.var:yr.varKinds.let){let s=this._scope.toName(t);return this._for(new tf(i,s,r,n),()=>o(s))}forOf(t,r,n,o=yr.varKinds.const){let i=this._scope.toName(t);if(this.opts.es5){let s=r instanceof le.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,le._)`${s}.length`,a=>{this.var(i,(0,le._)`${s}[${a}]`),n(i)})}return this._for(new Nc("of",o,i,r),()=>n(i))}forIn(t,r,n,o=this.opts.es5?yr.varKinds.var:yr.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,le._)`Object.keys(${r})`,n);let i=this._scope.toName(t);return this._for(new Nc("in",o,i,r),()=>n(i))}endFor(){return this._endBlockNode(yo)}label(t){return this._leafNode(new Yd(t))}break(t){return this._leafNode(new Qd(t))}return(t){let r=new Ls;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Ls)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new rf;if(this._blockNode(o),this.code(t),r){let i=this.name("e");this._currNode=o.catch=new Us(i),r(i)}return n&&(this._currNode=o.finally=new zs,this.code(n)),this._endBlockNode(Us,zs)}throw(t){return this._leafNode(new Jd(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=le.nil,n,o){return this._blockNode(new Ds(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Ds)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof ho))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};te.CodeGen=nf;function go(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function jc(e,t){return t instanceof le._CodeOrName?go(e,t.names):e}function mi(e,t,r){if(e instanceof le.Name)return n(e);if(!o(e))return e;return new le._Code(e._items.reduce((i,s)=>(s instanceof le.Name&&(s=n(s)),s instanceof le._Code?i.push(...s._items):i.push(s),i),[]));function n(i){let s=r[i.str];return s===void 0||t[i.str]!==1?i:(delete t[i.str],s)}function o(i){return i instanceof le._Code&&i._items.some(s=>s instanceof le.Name&&t[s.str]===1&&r[s.str]!==void 0)}}function G2(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function w0(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,le._)`!${of(e)}`}te.not=w0;var W2=_0(te.operators.AND);function Y2(...e){return e.reduce(W2)}te.and=Y2;var Q2=_0(te.operators.OR);function J2(...e){return e.reduce(Q2)}te.or=J2;function _0(e){return(t,r)=>t===le.nil?r:r===le.nil?t:(0,le._)`${of(t)} ${e} ${of(r)}`}function of(e){return e instanceof le.Name?e:(0,le._)`(${e})`}});var se=v(ie=>{"use strict";Object.defineProperty(ie,"__esModule",{value:!0});ie.checkStrictMode=ie.getErrorPath=ie.Type=ie.useFunc=ie.setEvaluated=ie.evaluatedPropsToName=ie.mergeEvaluated=ie.eachItem=ie.unescapeJsonPointer=ie.escapeJsonPointer=ie.escapeFragment=ie.unescapeFragment=ie.schemaRefOrVal=ie.schemaHasRulesButRef=ie.schemaHasRules=ie.checkUnknownRules=ie.alwaysValidSchema=ie.toHash=void 0;var Ae=B(),X2=js();function Z2(e){let t={};for(let r of e)t[r]=!0;return t}ie.toHash=Z2;function eU(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:($0(e,t),!A0(t,e.self.RULES.all))}ie.alwaysValidSchema=eU;function $0(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let i in t)o[i]||O0(e,`unknown keyword: "${i}"`)}ie.checkUnknownRules=$0;function A0(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}ie.schemaHasRules=A0;function tU(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}ie.schemaHasRulesButRef=tU;function rU({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Ae._)`${r}`}return(0,Ae._)`${e}${t}${(0,Ae.getProperty)(n)}`}ie.schemaRefOrVal=rU;function nU(e){return T0(decodeURIComponent(e))}ie.unescapeFragment=nU;function oU(e){return encodeURIComponent(af(e))}ie.escapeFragment=oU;function af(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}ie.escapeJsonPointer=af;function T0(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}ie.unescapeJsonPointer=T0;function iU(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}ie.eachItem=iU;function P0({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,i,s,a)=>{let c=s===void 0?i:s instanceof Ae.Name?(i instanceof Ae.Name?e(o,i,s):t(o,i,s),s):i instanceof Ae.Name?(t(o,s,i),i):r(i,s);return a===Ae.Name&&!(c instanceof Ae.Name)?n(o,c):c}}ie.mergeEvaluated={props:P0({mergeNames:(e,t,r)=>e.if((0,Ae._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,Ae._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,Ae._)`${r} || {}`).code((0,Ae._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,Ae._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,Ae._)`${r} || {}`),cf(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:R0}),items:P0({mergeNames:(e,t,r)=>e.if((0,Ae._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,Ae._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,Ae._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,Ae._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function R0(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,Ae._)`{}`);return t!==void 0&&cf(e,r,t),r}ie.evaluatedPropsToName=R0;function cf(e,t,r){Object.keys(r).forEach(n=>e.assign((0,Ae._)`${t}${(0,Ae.getProperty)(n)}`,!0))}ie.setEvaluated=cf;var E0={};function sU(e,t){return e.scopeValue("func",{ref:t,code:E0[t.code]||(E0[t.code]=new X2._Code(t.code))})}ie.useFunc=sU;var sf;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(sf||(ie.Type=sf={}));function aU(e,t,r){if(e instanceof Ae.Name){let n=t===sf.Num;return r?n?(0,Ae._)`"[" + ${e} + "]"`:(0,Ae._)`"['" + ${e} + "']"`:n?(0,Ae._)`"/" + ${e}`:(0,Ae._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Ae.getProperty)(e).toString():"/"+af(e)}ie.getErrorPath=aU;function O0(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}ie.checkStrictMode=O0});var Pt=v(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});var ot=B(),cU={data:new ot.Name("data"),valCxt:new ot.Name("valCxt"),instancePath:new ot.Name("instancePath"),parentData:new ot.Name("parentData"),parentDataProperty:new ot.Name("parentDataProperty"),rootData:new ot.Name("rootData"),dynamicAnchors:new ot.Name("dynamicAnchors"),isAllOfVariant:new ot.Name("isAllOfVariant"),vErrors:new ot.Name("vErrors"),errors:new ot.Name("errors"),this:new ot.Name("this"),self:new ot.Name("self"),scope:new ot.Name("scope"),json:new ot.Name("json"),jsonPos:new ot.Name("jsonPos"),jsonLen:new ot.Name("jsonLen"),jsonPart:new ot.Name("jsonPart")};pf.default=cU});var Fs=v(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.extendErrors=ht.resetErrorsCount=ht.reportExtraError=ht.reportError=ht.keyword$DataError=ht.keywordError=void 0;var me=B(),Dc=se(),Et=Pt();ht.keywordError={message:({keyword:e})=>(0,me.str)`must pass "${e}" keyword validation`};ht.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,me.str)`"${e}" keyword must be ${t} ($data)`:(0,me.str)`"${e}" keyword is invalid ($data)`};function pU(e,t=ht.keywordError,r,n){let{it:o}=e,{gen:i,compositeRule:s,allErrors:a}=o,c=C0(e,t,r);n??(s||a)?k0(i,c):I0(o,(0,me._)`[${c}]`)}ht.reportError=pU;function lU(e,t=ht.keywordError,r){let{it:n}=e,{gen:o,compositeRule:i,allErrors:s}=n,a=C0(e,t,r);k0(o,a),i||s||I0(n,Et.default.vErrors)}ht.reportExtraError=lU;function uU(e,t){e.assign(Et.default.errors,t),e.if((0,me._)`${Et.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,me._)`${Et.default.vErrors}.length`,t),()=>e.assign(Et.default.vErrors,null)))}ht.resetErrorsCount=uU;function dU({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:i}){if(o===void 0)throw new Error("ajv implementation error");let s=e.name("err");e.forRange("i",o,Et.default.errors,a=>{e.const(s,(0,me._)`${Et.default.vErrors}[${a}]`),e.if((0,me._)`${s}.instancePath === undefined`,()=>e.assign((0,me._)`${s}.instancePath`,(0,me.strConcat)(Et.default.instancePath,i.errorPath))),e.assign((0,me._)`${s}.schemaPath`,(0,me.str)`${i.errSchemaPath}/${t}`),i.opts.verbose&&(e.assign((0,me._)`${s}.schema`,r),e.assign((0,me._)`${s}.data`,n))})}ht.extendErrors=dU;function k0(e,t){let r=e.const("err",t);e.if((0,me._)`${Et.default.vErrors} === null`,()=>e.assign(Et.default.vErrors,(0,me._)`[${r}]`),(0,me._)`${Et.default.vErrors}.push(${r})`),e.code((0,me._)`${Et.default.errors}++`)}function I0(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,me._)`new ${e.ValidationError}(${t})`):(r.assign((0,me._)`${n}.errors`,t),r.return(!1))}var bo={keyword:new me.Name("keyword"),schemaPath:new me.Name("schemaPath"),params:new me.Name("params"),propertyName:new me.Name("propertyName"),message:new me.Name("message"),schema:new me.Name("schema"),parentSchema:new me.Name("parentSchema")};function C0(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,me._)`{}`:fU(e,t,r)}function fU(e,t,r={}){let{gen:n,it:o}=e,i=[mU(o,r),hU(e,r)];return yU(e,t,i),n.object(...i)}function mU({errorPath:e},{instancePath:t}){let r=t?(0,me.str)`${e}${(0,Dc.getErrorPath)(t,Dc.Type.Str)}`:e;return[Et.default.instancePath,(0,me.strConcat)(Et.default.instancePath,r)]}function hU({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,me.str)`${t}/${e}`;return r&&(o=(0,me.str)`${o}${(0,Dc.getErrorPath)(r,Dc.Type.Str)}`),[bo.schemaPath,o]}function yU(e,{params:t,message:r},n){let{keyword:o,data:i,schemaValue:s,it:a}=e,{opts:c,propertyName:p,topSchemaRef:l,schemaPath:u}=a;n.push([bo.keyword,o],[bo.params,typeof t=="function"?t(e):t||(0,me._)`{}`]),c.messages&&n.push([bo.message,typeof r=="function"?r(e):r]),c.verbose&&n.push([bo.schema,s],[bo.parentSchema,(0,me._)`${l}${u}`],[Et.default.data,i]),p&&n.push([bo.propertyName,p])}});var N0=v(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});hi.boolOrEmptySchema=hi.topBoolOrEmptySchema=void 0;var gU=Fs(),bU=B(),vU=Pt(),xU={message:"boolean schema is false"};function SU(e){let{gen:t,schema:r,validateName:n}=e;r===!1?q0(e,!1):typeof r=="object"&&r.$async===!0?t.return(vU.default.data):(t.assign((0,bU._)`${n}.errors`,null),t.return(!0))}hi.topBoolOrEmptySchema=SU;function wU(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),q0(e)):r.var(t,!0)}hi.boolOrEmptySchema=wU;function q0(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,gU.reportError)(o,xU,void 0,t)}});var lf=v(yi=>{"use strict";Object.defineProperty(yi,"__esModule",{value:!0});yi.getRules=yi.isJSONType=void 0;var _U=["string","number","integer","boolean","null","object","array"],PU=new Set(_U);function EU(e){return typeof e=="string"&&PU.has(e)}yi.isJSONType=EU;function $U(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}yi.getRules=$U});var uf=v(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.shouldUseRule=An.shouldUseGroup=An.schemaHasRulesForType=void 0;function AU({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&j0(e,n)}An.schemaHasRulesForType=AU;function j0(e,t){return t.rules.some(r=>M0(e,r))}An.shouldUseGroup=j0;function M0(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}An.shouldUseRule=M0});var Vs=v(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.reportTypeError=yt.checkDataTypes=yt.checkDataType=yt.coerceAndCheckDataType=yt.getJSONTypes=yt.getSchemaTypes=yt.DataType=void 0;var TU=lf(),RU=uf(),OU=Fs(),Q=B(),D0=se(),gi;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(gi||(yt.DataType=gi={}));function kU(e){let t=L0(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}yt.getSchemaTypes=kU;function L0(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(TU.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}yt.getJSONTypes=L0;function IU(e,t){let{gen:r,data:n,opts:o}=e,i=CU(t,o.coerceTypes),s=t.length>0&&!(i.length===0&&t.length===1&&(0,RU.schemaHasRulesForType)(e,t[0]));if(s){let a=ff(t,n,o.strictNumbers,gi.Wrong);r.if(a,()=>{i.length?qU(e,t,i):mf(e)})}return s}yt.coerceAndCheckDataType=IU;var U0=new Set(["string","number","integer","boolean","null"]);function CU(e,t){return t?e.filter(r=>U0.has(r)||t==="array"&&r==="array"):[]}function qU(e,t,r){let{gen:n,data:o,opts:i}=e,s=n.let("dataType",(0,Q._)`typeof ${o}`),a=n.let("coerced",(0,Q._)`undefined`);i.coerceTypes==="array"&&n.if((0,Q._)`${s} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,Q._)`${o}[0]`).assign(s,(0,Q._)`typeof ${o}`).if(ff(t,o,i.strictNumbers),()=>n.assign(a,o))),n.if((0,Q._)`${a} !== undefined`);for(let p of r)(U0.has(p)||p==="array"&&i.coerceTypes==="array")&&c(p);n.else(),mf(e),n.endIf(),n.if((0,Q._)`${a} !== undefined`,()=>{n.assign(o,a),NU(e,a)});function c(p){switch(p){case"string":n.elseIf((0,Q._)`${s} == "number" || ${s} == "boolean"`).assign(a,(0,Q._)`"" + ${o}`).elseIf((0,Q._)`${o} === null`).assign(a,(0,Q._)`""`);return;case"number":n.elseIf((0,Q._)`${s} == "boolean" || ${o} === null
|
|
9
|
+
|| (${s} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,Q._)`+${o}`);return;case"integer":n.elseIf((0,Q._)`${s} === "boolean" || ${o} === null
|
|
10
|
+
|| (${s} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,Q._)`+${o}`);return;case"boolean":n.elseIf((0,Q._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,Q._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,Q._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,Q._)`${s} === "string" || ${s} === "number"
|
|
11
|
+
|| ${s} === "boolean" || ${o} === null`).assign(a,(0,Q._)`[${o}]`)}}}function NU({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,Q._)`${t} !== undefined`,()=>e.assign((0,Q._)`${t}[${r}]`,n))}function df(e,t,r,n=gi.Correct){let o=n===gi.Correct?Q.operators.EQ:Q.operators.NEQ,i;switch(e){case"null":return(0,Q._)`${t} ${o} null`;case"array":i=(0,Q._)`Array.isArray(${t})`;break;case"object":i=(0,Q._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=s((0,Q._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=s();break;default:return(0,Q._)`typeof ${t} ${o} ${e}`}return n===gi.Correct?i:(0,Q.not)(i);function s(a=Q.nil){return(0,Q.and)((0,Q._)`typeof ${t} == "number"`,a,r?(0,Q._)`isFinite(${t})`:Q.nil)}}yt.checkDataType=df;function ff(e,t,r,n){if(e.length===1)return df(e[0],t,r,n);let o,i=(0,D0.toHash)(e);if(i.array&&i.object){let s=(0,Q._)`typeof ${t} != "object"`;o=i.null?s:(0,Q._)`!${t} || ${s}`,delete i.null,delete i.array,delete i.object}else o=Q.nil;i.number&&delete i.integer;for(let s in i)o=(0,Q.and)(o,df(s,t,r,n));return o}yt.checkDataTypes=ff;var jU={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,Q._)`{type: ${e}}`:(0,Q._)`{type: ${t}}`};function mf(e){let t=MU(e);(0,OU.reportError)(t,jU)}yt.reportTypeError=mf;function MU(e){let{gen:t,data:r,schema:n}=e,o=(0,D0.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var F0=v(Lc=>{"use strict";Object.defineProperty(Lc,"__esModule",{value:!0});Lc.assignDefaults=void 0;var bi=B(),DU=se();function LU(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)z0(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,i)=>z0(e,i,o.default))}Lc.assignDefaults=LU;function z0(e,t,r){let{gen:n,compositeRule:o,data:i,opts:s}=e;if(r===void 0)return;let a=(0,bi._)`${i}${(0,bi.getProperty)(t)}`;if(o){(0,DU.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=(0,bi._)`${a} === undefined`;s.useDefaults==="empty"&&(c=(0,bi._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,bi._)`${a} = ${(0,bi.stringify)(r)}`)}});var yf=v(zc=>{"use strict";Object.defineProperty(zc,"__esModule",{value:!0});zc.getSkipCondition=void 0;var Uc=B(),hf=Pt();function UU(e,t){var r;let n=(r=e.properties)===null||r===void 0?void 0:r[t];if(!n)return;let o=n.readOnly===!0,i=n.writeOnly===!0;if(!o&&!i)return;let s=[],a=(0,Uc._)`typeof ${hf.default.this} == "object" && ${hf.default.this} && ${hf.default.this}.apiContext`;return o&&s.push((0,Uc._)`${a} === "request"`),i&&s.push((0,Uc._)`${a} === "response"`),(0,Uc.or)(...s)}zc.getSkipCondition=UU});var er=v(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.validateUnion=Ee.validateArray=Ee.usePattern=Ee.callValidateCode=Ee.schemaProperties=Ee.allSchemaProperties=Ee.noPropertyInData=Ee.propertyInData=Ee.isOwnProperty=Ee.hasPropFunc=Ee.reportMissingProp=Ee.checkMissingProp=Ee.checkReportMissingProp=void 0;var Te=B(),gf=se(),sn=Pt(),zU=se(),FU=yf();function VU(e,t){let{gen:r,data:n,it:o}=e;r.if(vf(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,Te._)`${t}`},!0),e.error()})}Ee.checkReportMissingProp=VU;function BU({gen:e,data:t,it:{opts:r},parentSchema:n},o,i){return(0,Te.or)(...o.map(s=>{var a;return(0,Te.and)((0,Te.not)((a=(0,FU.getSkipCondition)(n,s))!==null&&a!==void 0?a:(0,Te._)`false`),vf(e,t,s,r.ownProperties),(0,Te._)`${i} = ${s}`)}))}Ee.checkMissingProp=BU;function HU(e,t){e.setParams({missingProperty:t},!0),e.error()}Ee.reportMissingProp=HU;function V0(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Te._)`Object.prototype.hasOwnProperty`})}Ee.hasPropFunc=V0;function bf(e,t,r){return(0,Te._)`${V0(e)}.call(${t}, ${r})`}Ee.isOwnProperty=bf;function KU(e,t,r,n){let o=(0,Te._)`${t}${(0,Te.getProperty)(r)} !== undefined`;return n?(0,Te._)`${o} && ${bf(e,t,r)}`:o}Ee.propertyInData=KU;function vf(e,t,r,n){let o=(0,Te._)`${t}${(0,Te.getProperty)(r)} === undefined`;return n?(0,Te.or)(o,(0,Te.not)(bf(e,t,r))):o}Ee.noPropertyInData=vf;function B0(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}Ee.allSchemaProperties=B0;function GU(e,t){return B0(t).filter(r=>!(0,gf.alwaysValidSchema)(e,t[r]))}Ee.schemaProperties=GU;function WU({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:i},it:s},a,c,p){let l=p?(0,Te._)`${e}, ${t}, ${n}${o}`:t,u=[[sn.default.instancePath,(0,Te.strConcat)(sn.default.instancePath,i)],[sn.default.parentData,s.parentData],[sn.default.parentDataProperty,s.parentDataProperty],[sn.default.rootData,sn.default.rootData],[sn.default.isAllOfVariant,s.isAllOfVariant?1:0]];s.opts.dynamicRef&&u.push([sn.default.dynamicAnchors,sn.default.dynamicAnchors]);let d=(0,Te._)`${l}, ${r.object(...u)}`;return c!==Te.nil?(0,Te._)`${a}.call(${c}, ${d})`:(0,Te._)`${a}(${d})`}Ee.callValidateCode=WU;var YU=(0,Te._)`new RegExp`;function QU({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,i=o(r,n);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,Te._)`${o.code==="new RegExp"?YU:(0,zU.useFunc)(e,o)}(${r}, ${n})`})}Ee.usePattern=QU;function JU(e){let{gen:t,data:r,keyword:n,it:o}=e,i=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return s(()=>t.assign(a,!1)),a}return t.var(i,!0),s(()=>t.break()),i;function s(a){let c=t.const("len",(0,Te._)`${r}.length`);t.forRange("i",0,c,p=>{e.subschema({keyword:n,dataProp:p,dataPropType:gf.Type.Num},i),t.if((0,Te.not)(i),a)})}}Ee.validateArray=JU;function XU(e){let{gen:t,schema:r,keyword:n,parentSchema:o,it:i}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(i.opts.discriminator&&o.discriminator||r.some(p=>(0,gf.alwaysValidSchema)(i,p))&&!i.opts.unevaluated)return;let a=t.let("valid",!1),c=t.name("_valid");t.block(()=>r.forEach((p,l)=>{let u=e.subschema({keyword:n,schemaProp:l,compositeRule:!0},c);t.assign(a,(0,Te._)`${a} || ${c}`),e.mergeValidEvaluated(u,c)||t.if((0,Te.not)(a))})),e.result(a,()=>e.reset(),()=>e.error(!0))}Ee.validateUnion=XU});var G0=v(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.validateKeywordUsage=jr.validSchemaType=jr.funcKeywordCode=jr.macroKeywordCode=void 0;var $t=B(),vo=Pt(),ZU=er(),ez=Fs();function tz(e,t){let{gen:r,keyword:n,schema:o,parentSchema:i,it:s}=e,a=t.macro.call(s.self,o,i,s),c=K0(r,n,a);s.opts.validateSchema!==!1&&s.self.validateSchema(a,!0);let p=r.name("valid");e.subschema({schema:a,schemaPath:$t.nil,errSchemaPath:`${s.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},p),e.pass(p,()=>e.error(!0))}jr.macroKeywordCode=tz;function rz(e,t){var r;let{gen:n,keyword:o,schema:i,parentSchema:s,$data:a,it:c}=e;oz(c,t);let p=!a&&t.compile?t.compile.call(c.self,i,s,c):t.validate,l=K0(n,o,p),u=n.let("valid");e.block$data(u,d),e.ok((r=t.valid)!==null&&r!==void 0?r:u);function d(){if(t.errors===!1)h(),t.modifying&&H0(e),y(()=>e.error());else{let g=t.async?f():m();t.modifying&&H0(e),y(()=>nz(e,g))}}function f(){let g=n.let("ruleErrs",null);return n.try(()=>h((0,$t._)`await `),P=>n.assign(u,!1).if((0,$t._)`${P} instanceof ${c.ValidationError}`,()=>n.assign(g,(0,$t._)`${P}.errors`),()=>n.throw(P))),g}function m(){let g=(0,$t._)`${l}.errors`;return n.assign(g,null),h($t.nil),g}function h(g=t.async?(0,$t._)`await `:$t.nil){let P=c.opts.passContext?vo.default.this:vo.default.self,b=!("compile"in t&&!a||t.schema===!1);n.assign(u,(0,$t._)`${g}${(0,ZU.callValidateCode)(e,l,P,b)}`,t.modifying)}function y(g){var P;n.if((0,$t.not)((P=t.valid)!==null&&P!==void 0?P:u),g)}}jr.funcKeywordCode=rz;function H0(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,$t._)`${n.parentData}[${n.parentDataProperty}]`))}function nz(e,t){let{gen:r}=e;r.if((0,$t._)`Array.isArray(${t})`,()=>{r.assign(vo.default.vErrors,(0,$t._)`${vo.default.vErrors} === null ? ${t} : ${vo.default.vErrors}.concat(${t})`).assign(vo.default.errors,(0,$t._)`${vo.default.vErrors}.length`),(0,ez.extendErrors)(e)},()=>e.error())}function oz({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function K0(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,$t.stringify)(r)})}function iz(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}jr.validSchemaType=iz;function sz({schema:e,opts:t,self:r,errSchemaPath:n},o,i){if(Array.isArray(o.keyword)?!o.keyword.includes(i):o.keyword!==i)throw new Error("ajv implementation error");let s=o.dependencies;if(s?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${i}: ${s.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[i])){let c=`keyword "${i}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}jr.validateKeywordUsage=sz});var Y0=v(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.extendSubschemaMode=Tn.extendSubschemaData=Tn.getSubschema=void 0;var Mr=B(),W0=se();function az(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:i,topSchemaRef:s}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Mr._)`${e.schemaPath}${(0,Mr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Mr._)`${e.schemaPath}${(0,Mr.getProperty)(t)}${(0,Mr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,W0.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||i===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:s,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}Tn.getSubschema=az;function cz(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:i,propertyName:s}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:p,dataPathArr:l,opts:u}=t,d=a.let("data",(0,Mr._)`${t.data}${(0,Mr.getProperty)(r)}`,!0);c(d),e.errorPath=(0,Mr.str)`${p}${(0,W0.getErrorPath)(r,n,u.jsPropertySyntax)}`,e.parentDataProperty=(0,Mr._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let p=o instanceof Mr.Name?o:a.let("data",o,!0);c(p),s!==void 0&&(e.propertyName=s)}i&&(e.dataTypes=i);function c(p){e.data=p,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,p]}}Tn.extendSubschemaData=cz;function pz(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:i}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),i!==void 0&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=r}Tn.extendSubschemaMode=pz});var Bs=v((IX,Q0)=>{"use strict";Q0.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,i;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),n=i.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[o]))return!1;for(o=n;o--!==0;){var s=i[o];if(!e(t[s],r[s]))return!1}return!0}return t!==t&&r!==r}});var xf=v((CX,J0)=>{"use strict";var Rn=J0.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Fc(t,n,o,e,"",e)};Rn.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Rn.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Rn.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Rn.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Fc(e,t,r,n,o,i,s,a,c,p){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,i,s,a,c,p);for(var l in n){var u=n[l];if(Array.isArray(u)){if(l in Rn.arrayKeywords)for(var d=0;d<u.length;d++)Fc(e,t,r,u[d],o+"/"+l+"/"+d,i,o,l,n,d)}else if(l in Rn.propsKeywords){if(u&&typeof u=="object")for(var f in u)Fc(e,t,r,u[f],o+"/"+l+"/"+lz(f),i,o,l,n,f)}else(l in Rn.keywords||e.allKeys&&!(l in Rn.skipKeywords))&&Fc(e,t,r,u,o+"/"+l,i,o,l,n)}r(n,o,i,s,a,c,p)}}function lz(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Hs=v(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});jt.getSchemaRefs=jt.resolveUrl=jt.normalizeId=jt._getFullPath=jt.getFullPath=jt.inlineRef=void 0;var uz=se(),dz=Bs(),fz=xf(),mz=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function hz(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Sf(e):t?X0(e)<=t:!1}jt.inlineRef=hz;var yz=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Sf(e){for(let t in e){if(yz.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(Sf)||typeof r=="object"&&Sf(r))return!0}return!1}function X0(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!mz.has(r)&&(typeof e[r]=="object"&&(0,uz.eachItem)(e[r],n=>t+=X0(n)),t===1/0))return 1/0}return t}function Z0(e,t="",r){r!==!1&&(t=vi(t));let n=e.parse(t);return ex(e,n)}jt.getFullPath=Z0;function ex(e,t){return e.serialize(t).split("#")[0]+"#"}jt._getFullPath=ex;var gz=/#\/?$/;function vi(e){return e?e.replace(gz,""):""}jt.normalizeId=vi;function bz(e,t,r){return r=vi(r),e.resolve(t,r)}jt.resolveUrl=bz;var vz=/^[a-z_][-a-z0-9._]*$/i;function xz(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=vi(e[r]||t),i={"":o},s=Z0(n,o,!1),a={},c=new Set;return fz(e,{allKeys:!0},(u,d,f,m)=>{if(m===void 0)return;let h=s+d,y=i[m];typeof u[r]=="string"&&(y=g.call(this,u[r])),P.call(this,u.$anchor),P.call(this,u.$dynamicAnchor),i[d]=y;function g(b){let S=this.opts.uriResolver.resolve;if(b=vi(y?S(y,b):b),c.has(b))throw l(b);c.add(b);let x=this.refs[b];return typeof x=="string"&&(x=this.refs[x]),typeof x=="object"?p(u,x.schema,b):b!==vi(h)&&(b[0]==="#"?(p(u,a[b],b),a[b]=u):this.refs[b]=h),b}function P(b){if(typeof b=="string"){if(!vz.test(b))throw new Error(`invalid anchor "${b}"`);g.call(this,`#${b}`)}}}),a;function p(u,d,f){if(d!==void 0&&!dz(u,d))throw l(f)}function l(u){return new Error(`reference "${u}" resolves to more than one schema`)}}jt.getSchemaRefs=xz});var xi=v(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});On.getData=On.KeywordCxt=On.validateFunctionCode=void 0;var ix=N0(),tx=Vs(),_f=uf(),Vc=Vs(),Sz=F0(),Gs=G0(),wf=Y0(),M=B(),z=Pt(),wz=Hs(),an=se(),Ks=Fs();function _z(e){if(cx(e)&&(px(e),ax(e))){$z(e);return}sx(e,()=>(0,ix.topBoolOrEmptySchema)(e))}On.validateFunctionCode=_z;function sx({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},i){o.code.es5?e.func(t,(0,M._)`${z.default.data}, ${z.default.valCxt}`,n.$async,()=>{e.code((0,M._)`"use strict"; ${rx(r,o)}`),Ez(e,o),e.code(i)}):e.func(t,(0,M._)`${z.default.data}, ${Pz(o)}`,n.$async,()=>e.code(rx(r,o)).code(i))}function Pz(e){return(0,M._)`{${z.default.instancePath}="", ${z.default.parentData}, ${z.default.parentDataProperty}, ${z.default.rootData}=${z.default.data}${e.dynamicRef?(0,M._)`, ${z.default.dynamicAnchors}={}`:M.nil}, ${z.default.isAllOfVariant} = 0}={}`}function Ez(e,t){e.if(z.default.valCxt,()=>{e.var(z.default.instancePath,(0,M._)`${z.default.valCxt}.${z.default.instancePath}`),e.var(z.default.parentData,(0,M._)`${z.default.valCxt}.${z.default.parentData}`),e.var(z.default.parentDataProperty,(0,M._)`${z.default.valCxt}.${z.default.parentDataProperty}`),e.var(z.default.rootData,(0,M._)`${z.default.valCxt}.${z.default.rootData}`),e.var(z.default.isAllOfVariant,(0,M._)`${z.default.valCxt}.${z.default.isAllOfVariant}`),t.dynamicRef&&e.var(z.default.dynamicAnchors,(0,M._)`${z.default.valCxt}.${z.default.dynamicAnchors}`)},()=>{e.var(z.default.instancePath,(0,M._)`""`),e.var(z.default.parentData,(0,M._)`undefined`),e.var(z.default.parentDataProperty,(0,M._)`undefined`),e.var(z.default.rootData,z.default.data),e.var(z.default.isAllOfVariant,(0,M._)`0`),t.dynamicRef&&e.var(z.default.dynamicAnchors,(0,M._)`{}`)})}function $z(e){let{schema:t,opts:r,gen:n}=e;sx(e,()=>{r.$comment&&t.$comment&&ux(e),kz(e),n.let(z.default.vErrors,null),n.let(z.default.errors,0),r.unevaluated&&Az(e),lx(e),qz(e)})}function Az(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,M._)`${r}.evaluated`),t.if((0,M._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,M._)`${e.evaluated}.props`,(0,M._)`undefined`)),t.if((0,M._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,M._)`${e.evaluated}.items`,(0,M._)`undefined`))}function rx(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,M._)`/*# sourceURL=${r} */`:M.nil}function Tz(e,t){if(cx(e)&&(px(e),ax(e))){Rz(e,t);return}(0,ix.boolOrEmptySchema)(e,t)}function ax({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function cx(e){return typeof e.schema!="boolean"}function Rz(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&ux(e),Iz(e),Cz(e);let i=n.const("_errs",z.default.errors);lx(e,i),n.var(t,(0,M._)`${i} === ${z.default.errors}`)}function px(e){(0,an.checkUnknownRules)(e),Oz(e)}function lx(e,t){if(e.opts.jtd)return nx(e,[],!1,t);let r=(0,tx.getSchemaTypes)(e.schema),n=(0,tx.coerceAndCheckDataType)(e,r);nx(e,r,!n,t)}function Oz(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,an.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function kz(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,an.checkStrictMode)(e,"default is ignored in the schema root")}function Iz(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,wz.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function Cz(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function ux({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let i=r.$comment;if(o.$comment===!0)e.code((0,M._)`${z.default.self}.logger.log(${i})`);else if(typeof o.$comment=="function"){let s=(0,M.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,M._)`${z.default.self}.opts.$comment(${i}, ${s}, ${a}.schema)`)}}function qz(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:i}=e;r.$async?t.if((0,M._)`${z.default.errors} === 0`,()=>t.return(z.default.data),()=>t.throw((0,M._)`new ${o}(${z.default.vErrors})`)):(t.assign((0,M._)`${n}.errors`,z.default.vErrors),i.unevaluated&&Nz(e),t.return((0,M._)`${z.default.errors} === 0`))}function Nz({gen:e,evaluated:t,props:r,items:n}){r instanceof M.Name&&e.assign((0,M._)`${t}.props`,r),n instanceof M.Name&&e.assign((0,M._)`${t}.items`,n)}function nx(e,t,r,n){let{gen:o,schema:i,data:s,allErrors:a,opts:c,self:p}=e,{RULES:l}=p;if(i.$ref&&(c.ignoreKeywordsWithRef||!(0,an.schemaHasRulesButRef)(i,l))){o.block(()=>fx(e,"$ref",l.all.$ref.definition));return}c.jtd||jz(e,t),o.block(()=>{for(let d of l.rules)u(d);u(l.post)});function u(d){(0,_f.shouldUseGroup)(i,d)&&(d.type?(o.if((0,Vc.checkDataType)(d.type,s,c.strictNumbers)),ox(e,d),t.length===1&&t[0]===d.type&&r&&(o.else(),(0,Vc.reportTypeError)(e)),o.endIf()):ox(e,d),a||o.if((0,M._)`${z.default.errors} === ${n||0}`))}}function ox(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,Sz.assignDefaults)(e,t.type),r.block(()=>{for(let s of t.rules)((0,_f.shouldUseRule)(n,s)||i(n,s))&&fx(e,s.keyword,s.definition,t.type)});function i(s,a){return!!(a.keyword==="unevaluatedProperties"&&(s.properties||s.patternProperties)&&!e.isAllOfVariant&&e.opts.defaultUnevaluatedProperties===!1)}}function jz(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(Mz(e,t),e.opts.allowUnionTypes||Dz(e,t),Lz(e,e.dataTypes))}function Mz(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{dx(e.dataTypes,r)||Pf(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),zz(e,t)}}function Dz(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&Pf(e,"use allowUnionTypes to allow union type keyword")}function Lz(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,_f.shouldUseRule)(e.schema,o)){let{type:i}=o.definition;i.length&&!i.some(s=>Uz(t,s))&&Pf(e,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function Uz(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function dx(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function zz(e,t){let r=[];for(let n of e.dataTypes)dx(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function Pf(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,an.checkStrictMode)(e,t,e.opts.strictTypes)}var Bc=class{constructor(t,r,n){if((0,Gs.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,an.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",mx(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,Gs.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",z.default.errors))}result(t,r,n){this.failResult((0,M.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,M.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,M._)`${r} !== undefined && (${(0,M.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?Ks.reportExtraError:Ks.reportError)(this,this.def.error,r)}$dataError(){(0,Ks.reportError)(this,this.def.$dataError||Ks.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ks.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=M.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=M.nil,r=M.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:i,def:s}=this;n.if((0,M.or)((0,M._)`${o} === undefined`,r)),t!==M.nil&&n.assign(t,!0),(i.length||s.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==M.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:i}=this;return(0,M.or)(s(),a());function s(){if(n.length){if(!(r instanceof M.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,M._)`${(0,Vc.checkDataTypes)(c,r,i.opts.strictNumbers,Vc.DataType.Wrong)}`}return M.nil}function a(){if(o.validateSchema){let c=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,M._)`!${c}(${r})`}return M.nil}}subschema(t,r,n){let o=(0,wf.getSubschema)(this.it,t);(0,wf.extendSubschemaData)(o,this.it,t),(0,wf.extendSubschemaMode)(o,t);let i={...this.it,...o,items:void 0,props:void 0,isAllOfVariant:n};return Tz(i,r),i}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=an.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=an.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,M.Name)),!0}};On.KeywordCxt=Bc;function fx(e,t,r,n){let o=new Bc(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Gs.funcKeywordCode)(o,r):"macro"in r?(0,Gs.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Gs.funcKeywordCode)(o,r)}var Fz=/^\/(?:[^~]|~0|~1)*$/,Vz=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function mx(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,i;if(e==="")return z.default.rootData;if(e[0]==="/"){if(!Fz.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,i=z.default.rootData}else{let p=Vz.exec(e);if(!p)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+p[1];if(o=p[2],o==="#"){if(l>=t)throw new Error(c("property/index",l));return n[t-l]}if(l>t)throw new Error(c("data",l));if(i=r[t-l],!o)return i}let s=i,a=o.split("/");for(let p of a)p&&(i=(0,M._)`${i}${(0,M.getProperty)((0,an.unescapeJsonPointer)(p))}`,s=(0,M._)`${s} && ${i}`);return s;function c(p,l){return`Cannot access ${p} ${l} levels up, current level is ${t}`}}On.getData=mx});var Ws=v($f=>{"use strict";Object.defineProperty($f,"__esModule",{value:!0});var Ef=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};$f.default=Ef});var Si=v(Rf=>{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});var Af=Hs(),Tf=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Af.resolveUrl)(t,r,n),this.missingSchema=(0,Af.normalizeId)((0,Af.getFullPath)(t,this.missingRef))}};Rf.default=Tf});var Ys=v(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.resolveSchema=tr.getCompilingSchema=tr.resolveRef=tr.compileSchema=tr.SchemaEnv=void 0;var gr=B(),Bz=Ws(),xo=Pt(),br=Hs(),hx=se(),Hz=xi(),wi=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,br.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};tr.SchemaEnv=wi;function kf(e){let t=gx.call(this,e);if(t)return t;let r=(0,br.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:i}=this.opts,s=new gr.CodeGen(this.scope,{es5:n,lines:o,ownProperties:i}),a;e.$async&&(a=s.scopeValue("Error",{ref:Bz.default,code:(0,gr._)`require("ajv/dist/runtime/validation_error").default`}));let c=s.scopeName("validate");e.validateName=c;let p={gen:s,allErrors:this.opts.allErrors,data:xo.default.data,parentData:xo.default.parentData,parentDataProperty:xo.default.parentDataProperty,dataNames:[xo.default.data],dataPathArr:[gr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,gr.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:gr.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,gr._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,Hz.validateFunctionCode)(p),s.optimize(this.opts.code.optimize);let u=s.toString();l=`const visitedNodesForRef = new WeakMap(); ${s.scopeRefs(xo.default.scope)}return ${u}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let f=new Function(`${xo.default.self}`,`${xo.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=e.schema,f.schemaEnv=e,e.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:u,scopeValues:s._values}),this.opts.unevaluated){let{props:m,items:h}=p;f.evaluated={props:m instanceof gr.Name?void 0:m,items:h instanceof gr.Name?void 0:h,dynamicProps:m instanceof gr.Name,dynamicItems:h instanceof gr.Name},f.source&&(f.source.evaluated=(0,gr.stringify)(f.evaluated))}return e.validate=f,e}catch(u){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),u}finally{this._compilations.delete(e)}}tr.compileSchema=kf;function Kz(e,t,r){var n;let o=(0,br.resolveUrl)(this.opts.uriResolver,t,r),i=e.refs[o];if(i)return i;let s=yx.call(this,e,o);if(s===void 0){let a=(n=e.localRefs)===null||n===void 0?void 0:n[o],{schemaId:c}=this.opts;a&&(s=new wi({schema:a,schemaId:c,root:e,baseId:t}))}if(s===void 0&&this.opts.loadSchemaSync){let a=this.opts.loadSchemaSync(t,r,o);a&&!(this.refs[o]||this.schemas[o])&&(this.addSchema(a,o,void 0),s=yx.call(this,e,o))}if(s!==void 0)return e.refs[o]=Gz.call(this,s)}tr.resolveRef=Kz;function Gz(e){return(0,br.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:kf.call(this,e)}function gx(e){for(let t of this._compilations)if(Wz(t,e))return t}tr.getCompilingSchema=gx;function Wz(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function yx(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||Hc.call(this,e,t)}function Hc(e,t){let r=this.opts.uriResolver.parse(t),n=(0,br._getFullPath)(this.opts.uriResolver,r),o=(0,br.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return Of.call(this,r,e);let i=(0,br.normalizeId)(n),s=this.refs[i]||this.schemas[i];if(typeof s=="string"){let a=Hc.call(this,e,s);return typeof a?.schema!="object"?void 0:Of.call(this,r,a)}if(typeof s?.schema=="object"){if(s.validate||kf.call(this,s),i===(0,br.normalizeId)(t)){let{schema:a}=s,{schemaId:c}=this.opts,p=a[c];return p&&(o=(0,br.resolveUrl)(this.opts.uriResolver,o,p)),new wi({schema:a,schemaId:c,root:e,baseId:o})}return Of.call(this,r,s)}}tr.resolveSchema=Hc;var Yz=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Of(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,hx.unescapeFragment)(a)];if(c===void 0)return;r=c;let p=typeof r=="object"&&r[this.opts.schemaId];!Yz.has(a)&&p&&(t=(0,br.resolveUrl)(this.opts.uriResolver,t,p))}let i;if(typeof r!="boolean"&&r.$ref&&!(0,hx.schemaHasRulesButRef)(r,this.RULES)){let a=(0,br.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=Hc.call(this,n,a)}let{schemaId:s}=this.opts;if(i=i||new wi({schema:r,schemaId:s,root:n,baseId:t}),i.schema!==i.root.schema)return i}});var bx=v((LX,Qz)=>{Qz.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var qf=v((UX,Px)=>{"use strict";var Jz=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),xx=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),If=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Sx=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),Xz=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function Cf(e){let t="",r=0,n=0;for(n=0;n<e.length;n++)if(r=e[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n];break}for(n+=1;n<e.length;n++){if(r=e[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n]}return t}var Zz=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function vx(e){return e.length=0,!0}function eF(e,t,r){if(e.length){let n=Cf(e);if(n!=="")t.push(n);else return r.error=!0,!1;e.length=0}return!0}function tF(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],i=!1,s=!1,a=eF;for(let c=0;c<e.length;c++){let p=e[c];if(!(p==="["||p==="]"))if(p===":"){if(i===!0&&(s=!0),!a(o,n,r))break;if(++t>7){r.error=!0;break}c>0&&e[c-1]===":"&&(i=!0),n.push(":");continue}else if(p==="%"){if(!a(o,n,r))break;a=vx}else{o.push(p);continue}}return o.length&&(a===vx?r.zone=o.join(""):s?n.push(o.join("")):n.push(Cf(o))),r.address=n.join(""),r}function wx(e){if(rF(e,":")<2)return{host:e,isIPV6:!1};let t=tF(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,isIPV6:!0,escapedHost:n}}}function rF(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}function nF(e){let t=e,r=[],n=-1,o=0;for(;o=t.length;){if(o===1){if(t===".")break;if(t==="/"){r.push("/");break}else{r.push(t);break}}else if(o===2){if(t[0]==="."){if(t[1]===".")break;if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&(t[1]==="."||t[1]==="/")){r.push("/");break}}else if(o===3&&t==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."&&t[3]==="/"){t=t.slice(3),r.length!==0&&r.pop();continue}}if((n=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,n)),t=t.slice(n)}return r.join("")}var oF={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},iF=/[@/?#:]/g,sF=/[@/?#]/g;function _x(e,t){let r=t?sF:iF;return r.lastIndex=0,e.replace(r,n=>oF[n])}function aF(e,t=!1){if(e.indexOf("%")===-1)return e;let r="";for(let n=0;n<e.length;n++){if(e[n]==="%"&&n+2<e.length){let o=e.slice(n+1,n+3);if(If(o)){let i=o.toUpperCase(),s=String.fromCharCode(parseInt(i,16));t&&Sx(s)?r+=s:r+="%"+i,n+=2;continue}}r+=e[n]}return r}function cF(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let n=e.slice(r+1,r+3);if(If(n)){let o=n.toUpperCase(),i=String.fromCharCode(parseInt(o,16));i!=="."&&Sx(i)?t+=i:t+="%"+o,r+=2;continue}}Xz(e[r])?t+=e[r]:t+=escape(e[r])}return t}function pF(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let n=e.slice(r+1,r+3);if(If(n)){t+="%"+n.toUpperCase(),r+=2;continue}}t+=escape(e[r])}return t}function lF(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host);if(!xx(r)){let n=wx(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=_x(r,!1)}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}Px.exports={nonSimpleDomain:Zz,recomposeAuthority:lF,reescapeHostDelimiters:_x,normalizePercentEncoding:aF,normalizePathEncoding:cF,escapePreservingEscapes:pF,removeDotSegments:nF,isIPv4:xx,isUUID:Jz,normalizeIPv6:wx,stringArrayToHexStripped:Cf}});var Rx=v((zX,Tx)=>{"use strict";var{isUUID:uF}=qf(),dF=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,fF=["http","https","ws","wss","urn","urn:uuid"];function mF(e){return fF.indexOf(e)!==-1}function Nf(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S"):!1}function Ex(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function $x(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function hF(e){return e.secure=Nf(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function yF(e){if((e.port===(Nf(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function gF(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(dF);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,i=jf(o);e.path=void 0,i&&(e=i.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function bF(e,t){if(e.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,i=jf(o);i&&(e=i.serialize(e,t));let s=e,a=e.nss;return s.path=`${n||t.nid}:${a}`,t.skipEscape=!0,s}function vF(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!uF(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function xF(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var Ax={scheme:"http",domainHost:!0,parse:Ex,serialize:$x},SF={scheme:"https",domainHost:Ax.domainHost,parse:Ex,serialize:$x},Kc={scheme:"ws",domainHost:!0,parse:hF,serialize:yF},wF={scheme:"wss",domainHost:Kc.domainHost,parse:Kc.parse,serialize:Kc.serialize},_F={scheme:"urn",parse:gF,serialize:bF,skipNormalize:!0},PF={scheme:"urn:uuid",parse:vF,serialize:xF,skipNormalize:!0},Gc={http:Ax,https:SF,ws:Kc,wss:wF,urn:_F,"urn:uuid":PF};Object.setPrototypeOf(Gc,null);function jf(e){return e&&(Gc[e]||Gc[e.toLowerCase()])||void 0}Tx.exports={wsIsSecure:Nf,SCHEMES:Gc,isValidSchemeName:mF,getSchemeHandler:jf}});var Df=v((FX,Qc)=>{"use strict";var{normalizeIPv6:EF,removeDotSegments:Qs,recomposeAuthority:$F,normalizePercentEncoding:AF,normalizePathEncoding:TF,escapePreservingEscapes:RF,reescapeHostDelimiters:OF,isIPv4:kF,nonSimpleDomain:IF}=qf(),{SCHEMES:CF,getSchemeHandler:kx}=Rx();function qF(e,t){return typeof e=="string"?e=zF(e,t):typeof e=="object"&&(e=Yc(So(e,t),t)),e}function NF(e,t,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},{parsed:o,malformedAuthorityOrPort:i}=Wc(e,n),{parsed:s,malformedAuthorityOrPort:a}=Wc(t,n);if(i||a)throw new Error(o.error||s.error||"URI is malformed.");let c=Ix(o,s,n,!0);return n.skipEscape=!0,So(c,n)}function Ix(e,t,r,n){let o={};return n||(e=Yc(So(e,r),r),t=Yc(So(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Qs(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Qs(t.path||""),o.query=t.query):(t.path?(t.path[0]==="/"?o.path=Qs(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=Qs(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function jF(e,t,r){let n=Ox(e,r),o=Ox(t,r);return n!==void 0&&o!==void 0&&n.toLowerCase()===o.toLowerCase()}function So(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],i=kx(n.scheme||r.scheme);i&&i.serialize&&i.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=AF(r.path):(r.path=RF(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let s=$F(r);if(s!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(s),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!i||!i.absolutePath)&&(a=Qs(a)),s===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var MF=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,DF=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,LF=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function UF(e,t){if(t[2]!==void 0&&e.path&&e.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof e.port=="number"&&(e.port<0||e.port>65535))return"URI port is malformed."}function Wc(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,i=!1;r.reference==="suffix"&&(r.scheme?e=r.scheme+":"+e:e="//"+e);let s=e.match(DF);s!==null&&s[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let a=e.match(LF);if(a!==null){let p=a[1],l=p.replace(/[\t\n\r]/g,"");l.length>=2&&(l.slice(0,2)!=="//"?(n.error=n.error||"URI authority must not contain a literal backslash.",o=!0):p.length!==l.length&&(n.error=n.error||"URI authority introducer must not contain whitespace.",o=!0))}let c=e.match(MF);if(c){n.scheme=c[1],n.userinfo=c[3],n.host=c[4],n.port=parseInt(c[5],10),n.path=c[6]||"",n.query=c[7],n.fragment=c[8],isNaN(n.port)&&(n.port=c[5]);let p=UF(n,c);if(p!==void 0&&(n.error=n.error||p,o=!0),n.host)if(kF(n.host)===!1){let d=EF(n.host);n.host=d.host.toLowerCase(),i=d.isIPV6}else i=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let l=kx(r.scheme||n.scheme);if(!r.unicodeSupport&&(!l||!l.unicodeSupport)&&n.host&&(r.domainHost||l&&l.domainHost)&&i===!1&&IF(n.host))try{n.host=new URL("http://"+n.host).hostname}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}if((!l||l&&!l.skipNormalize)&&(e.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=OF(unescape(n.host),i))),n.path&&(n.path=TF(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}l&&l.parse&&l.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o}}function Yc(e,t){return Wc(e,t).parsed}function zF(e,t){return Cx(e,t).normalized}function Cx(e,t){let{parsed:r,malformedAuthorityOrPort:n}=Wc(e,t);return{normalized:n?e:So(r,t),malformedAuthorityOrPort:n}}function Ox(e,t){if(typeof e=="string"){let{normalized:r,malformedAuthorityOrPort:n}=Cx(e,t);return n?void 0:r}if(typeof e=="object")return So(e,t)}var Mf={SCHEMES:CF,normalize:qF,resolve:NF,resolveComponent:Ix,equal:jF,serialize:So,parse:Yc};Qc.exports=Mf;Qc.exports.default=Mf;Qc.exports.fastUri=Mf});var Nx=v(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});var qx=Df();qx.code='require("ajv/dist/runtime/uri").default';Lf.default=qx});var Ff=v(it=>{"use strict";Object.defineProperty(it,"__esModule",{value:!0});it.CodeGen=it.Name=it.nil=it.stringify=it.str=it._=it.KeywordCxt=void 0;var FF=xi();Object.defineProperty(it,"KeywordCxt",{enumerable:!0,get:function(){return FF.KeywordCxt}});var _i=B();Object.defineProperty(it,"_",{enumerable:!0,get:function(){return _i._}});Object.defineProperty(it,"str",{enumerable:!0,get:function(){return _i.str}});Object.defineProperty(it,"stringify",{enumerable:!0,get:function(){return _i.stringify}});Object.defineProperty(it,"nil",{enumerable:!0,get:function(){return _i.nil}});Object.defineProperty(it,"Name",{enumerable:!0,get:function(){return _i.Name}});Object.defineProperty(it,"CodeGen",{enumerable:!0,get:function(){return _i.CodeGen}});var VF=Ws(),Ux=Si(),BF=lf(),Js=Ys(),HF=B(),Xs=Hs(),Jc=Vs(),zf=se(),jx=bx(),KF=Nx(),zx=(e,t)=>new RegExp(e,t);zx.code="new RegExp";var GF=["removeAdditional","useDefaults","coerceTypes","defaultUnevaluatedProperties","defaultAdditionalProperties"],WF=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),YF={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},QF={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Mx=200;function JF(e){var t,r,n,o,i,s,a,c,p,l,u,d,f,m,h,y,g,P,b,S,x,_,R,w,A;let E=e.strict,G=(t=e.code)===null||t===void 0?void 0:t.optimize,F=G===!0||G===void 0?1:G||0,ce=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:zx,T=(o=e.uriResolver)!==null&&o!==void 0?o:KF.default;return{strictSchema:(s=(i=e.strictSchema)!==null&&i!==void 0?i:E)!==null&&s!==void 0?s:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:E)!==null&&c!==void 0?c:!0,strictTypes:(l=(p=e.strictTypes)!==null&&p!==void 0?p:E)!==null&&l!==void 0?l:"log",strictTuples:(d=(u=e.strictTuples)!==null&&u!==void 0?u:E)!==null&&d!==void 0?d:"log",strictRequired:(m=(f=e.strictRequired)!==null&&f!==void 0?f:E)!==null&&m!==void 0?m:!1,code:e.code?{...e.code,optimize:F,regExp:ce}:{optimize:F,regExp:ce},loopRequired:(h=e.loopRequired)!==null&&h!==void 0?h:Mx,loopEnum:(y=e.loopEnum)!==null&&y!==void 0?y:Mx,meta:(g=e.meta)!==null&&g!==void 0?g:!0,messages:(P=e.messages)!==null&&P!==void 0?P:!0,inlineRefs:(b=e.inlineRefs)!==null&&b!==void 0?b:!0,schemaId:(S=e.schemaId)!==null&&S!==void 0?S:"$id",addUsedSchema:(x=e.addUsedSchema)!==null&&x!==void 0?x:!0,validateSchema:(_=e.validateSchema)!==null&&_!==void 0?_:!0,validateFormats:(R=e.validateFormats)!==null&&R!==void 0?R:!0,unicodeRegExp:(w=e.unicodeRegExp)!==null&&w!==void 0?w:!0,int32range:(A=e.int32range)!==null&&A!==void 0?A:!0,uriResolver:T}}var Zs=class{constructor(t={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...JF(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new HF.ValueScope({scope:{},prefixes:WF,es5:r,lines:n}),this.logger=nV(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,BF.getRules)(),Dx.call(this,YF,t,"NOT SUPPORTED"),Dx.call(this,QF,t,"DEPRECATED","warn"),this._metaOpts=tV.call(this),t.formats&&ZF.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&eV.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),XF.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=jx;n==="id"&&(o={...jx},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}setDefaultUnevaluatedProperties(t){this.opts.defaultUnevaluatedProperties=t}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,u){await i.call(this,l.$schema);let d=this._addSchema(l,u);return d.validate||s.call(this,d)}async function i(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function s(l){try{return this._compileSchemaEnv(l)}catch(u){if(!(u instanceof Ux.default))throw u;return a.call(this,u),await c.call(this,u.missingSchema),s.call(this,l)}}function a({missingSchema:l,missingRef:u}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${u} cannot be resolved`)}async function c(l){let u=await p.call(this,l);this.refs[l]||await i.call(this,u.$schema),this.refs[l]||this.addSchema(u,l,r)}async function p(l){let u=this._loading[l];if(u)return u;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let s of t)this.addSchema(s,void 0,n,o);return this}let i;if(typeof t=="object"){let{schemaId:s}=this.opts;if(i=t[s],i!==void 0&&typeof i!="string")throw new Error(`schema ${s} must be string`)}return r=(0,Xs.normalizeId)(r||i),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let i="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(i);else throw new Error(i)}return o}getSchema(t){let r;for(;typeof(r=Lx.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Js.SchemaEnv({schema:{},schemaId:n});if(r=Js.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Lx.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,Xs.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(iV.call(this,n,r),!r)return(0,zf.eachItem)(n,i=>Uf.call(this,i)),this;aV.call(this,r);let o={...r,type:(0,Jc.getJSONTypes)(r.type),schemaType:(0,Jc.getJSONTypes)(r.schemaType)};return(0,zf.eachItem)(n,o.type.length===0?i=>Uf.call(this,i,o):i=>o.type.forEach(s=>Uf.call(this,i,o,s))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(i=>i.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,i)=>o+r+i)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let i=o.split("/").slice(1),s=t;for(let a of i)s=s[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:p}=c.definition,l=s[a];p&&l&&(s[a]=Fx(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,i=this.opts.addUsedSchema){let s,{schemaId:a}=this.opts;if(typeof t=="object")s=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(t);if(c!==void 0)return c;n=(0,Xs.normalizeId)(s||n);let p=Xs.getSchemaRefs.call(this,t,n);return c=new Js.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:p}),this._cache.set(c.schema,c),i&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(t,!0),c}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):Js.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{Js.compileSchema.call(this,t)}finally{this.opts=r}}};Zs.ValidationError=VF.default;Zs.MissingRefError=Ux.default;it.default=Zs;function Dx(e,t,r,n="error"){for(let o in e){let i=o;i in t&&this.logger[n](`${r}: option ${o}. ${e[i]}`)}}function Lx(e){return e=(0,Xs.normalizeId)(e),this.schemas[e]||this.refs[e]}function XF(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function ZF(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function eV(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function tV(){let e={...this.opts};for(let t of GF)delete e[t];return e}var rV={log(){},warn(){},error(){}};function nV(e){if(e===!1)return rV;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var oV=/^[a-z_$][a-z0-9_$:-]*$/i;function iV(e,t){let{RULES:r}=this;if((0,zf.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!oV.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function Uf(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,s=o?i.post:i.rules.find(({type:c})=>c===r);if(s||(s={type:r,rules:[]},i.rules.push(s)),i.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,Jc.getJSONTypes)(t.type),schemaType:(0,Jc.getJSONTypes)(t.schemaType)}};t.before?sV.call(this,s,a,t.before):s.rules.push(a),i.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function sV(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function aV(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=Fx(t)),e.validateSchema=this.compile(t,!0))}var cV={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Fx(e){return{anyOf:[e,cV]}}});var Vx=v(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});var pV={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Vf.default=pV});var ea=v(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.callRef=wo.getValidate=void 0;var lV=Si(),Bx=er(),Be=B(),Pi=Pt(),Hx=Ys(),Xc=se(),uV={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:i,validateName:s,opts:a,self:c}=n,{root:p}=i;if((r==="#"||r==="#/")&&o===p.baseId)return u();let l=Hx.resolveRef.call(c,p,o,r);if(l===void 0)throw new lV.default(n.opts.uriResolver,o,r);if(l instanceof Hx.SchemaEnv)return d(l);return f(l);function u(){if(i===p)return Zc(e,s,i,i.$async);let m=t.scopeValue("root",{ref:p});return Zc(e,(0,Be._)`${m}.validate`,p,p.$async)}function d(m){let h=Kx(e,m);Zc(e,h,m,m.$async)}function f(m){let h=t.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,Be.stringify)(m)}:{ref:m}),y=t.name("valid"),g=e.subschema({schema:m,dataTypes:[],schemaPath:Be.nil,topSchemaRef:h,errSchemaPath:r},y,n.isAllOfVariant);e.mergeEvaluated(g),e.ok(y)}}};function Kx(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Be._)`${r.scopeValue("wrapper",{ref:t})}.validate`}wo.getValidate=Kx;function Zc(e,t,r,n){let{gen:o,it:i}=e,{allErrors:s,schemaEnv:a,opts:c}=i,p=c.passContext?Pi.default.this:Be.nil;n?l():u();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,Be._)`await ${(0,Bx.callValidateCode)(e,t,p)}`),f(t),s||o.assign(m,!0)},h=>{o.if((0,Be._)`!(${h} instanceof ${i.ValidationError})`,()=>o.throw(h)),d(h),s||o.assign(m,!1)}),e.ok(m)}function u(){let m=o.name("visitedNodes");o.code((0,Be._)`const ${m} = (typeof visitedNodesForRef !== 'undefined') && visitedNodesForRef.get(${t}) || new Set()`),o.if((0,Be._)`!${m}.has(${e.data})`,()=>{o.code((0,Be._)`if (typeof visitedNodesForRef !== 'undefined') visitedNodesForRef.set(${t}, ${m})`),o.code((0,Be._)`const dataNode = ${e.data}`),o.code((0,Be._)`if (typeof dataNode === "object" && dataNode !== null) ${m}.add(dataNode)`);let h=e.result((0,Bx.callValidateCode)(e,t,p),()=>f(t),()=>d(t));return o.code((0,Be._)`${m}.delete(dataNode)`),h})}function d(m){let h=(0,Be._)`${m}.errors`;o.assign(Pi.default.vErrors,(0,Be._)`${Pi.default.vErrors} === null ? ${h} : ${Pi.default.vErrors}.concat(${h})`),o.assign(Pi.default.errors,(0,Be._)`${Pi.default.vErrors}.length`)}function f(m){var h;if(!i.opts.unevaluated)return;let y=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(i.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(i.props=Xc.mergeEvaluated.props(o,y.props,i.props));else{let g=o.var("props",(0,Be._)`${m}.evaluated.props`);i.props=Xc.mergeEvaluated.props(o,g,i.props,Be.Name)}if(i.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(i.items=Xc.mergeEvaluated.items(o,y.items,i.items));else{let g=o.var("items",(0,Be._)`${m}.evaluated.items`);i.items=Xc.mergeEvaluated.items(o,g,i.items,Be.Name)}}}wo.callRef=Zc;wo.default=uV});var Gx=v(Bf=>{"use strict";Object.defineProperty(Bf,"__esModule",{value:!0});var dV=Vx(),fV=ea(),mV=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",dV.default,fV.default];Bf.default=mV});var Wx=v(Hf=>{"use strict";Object.defineProperty(Hf,"__esModule",{value:!0});var ep=B(),kn=ep.operators,tp={maximum:{okStr:"<=",ok:kn.LTE,fail:kn.GT},minimum:{okStr:">=",ok:kn.GTE,fail:kn.LT},exclusiveMaximum:{okStr:"<",ok:kn.LT,fail:kn.GTE},exclusiveMinimum:{okStr:">",ok:kn.GT,fail:kn.LTE}},hV={message:({keyword:e,schemaCode:t})=>(0,ep.str)`must be ${tp[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,ep._)`{comparison: ${tp[e].okStr}, limit: ${t}}`},yV={keyword:Object.keys(tp),type:"number",schemaType:"number",$data:!0,error:hV,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,ep._)`${r} ${tp[t].fail} ${n} || isNaN(${r})`)}};Hf.default=yV});var Yx=v(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});var ta=B(),gV={message:({schemaCode:e})=>(0,ta.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,ta._)`{multipleOf: ${e}}`},bV={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:gV,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,i=o.opts.multipleOfPrecision,s=t.let("res"),a=i?(0,ta._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${i}`:(0,ta._)`${s} !== parseInt(${s})`;e.fail$data((0,ta._)`(${n} === 0 || (${s} = ${r}/${n}, ${a}))`)}};Kf.default=bV});var Jx=v(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});function Qx(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}Gf.default=Qx;Qx.code='require("ajv/dist/runtime/ucs2length").default'});var Xx=v(Wf=>{"use strict";Object.defineProperty(Wf,"__esModule",{value:!0});var _o=B(),vV=se(),xV=Jx(),SV={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,_o.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,_o._)`{limit: ${e}}`},wV={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:SV,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,i=t==="maxLength"?_o.operators.GT:_o.operators.LT,s=o.opts.unicode===!1?(0,_o._)`${r}.length`:(0,_o._)`${(0,vV.useFunc)(e.gen,xV.default)}(${r})`;e.fail$data((0,_o._)`${s} ${i} ${n}`)}};Wf.default=wV});var Zx=v(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var _V=er(),PV=se(),Ei=B(),EV={message:({schemaCode:e})=>(0,Ei.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Ei._)`{pattern: ${e}}`},$V={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:EV,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:s}=e,a=s.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=s.opts.code,p=c.code==="new RegExp"?(0,Ei._)`new RegExp`:(0,PV.useFunc)(t,c),l=t.let("valid");t.try(()=>t.assign(l,(0,Ei._)`${p}(${i}, ${a}).test(${r})`),()=>t.assign(l,!1)),e.fail$data((0,Ei._)`!${l}`)}else{let c=(0,_V.usePattern)(e,o);e.fail$data((0,Ei._)`!${c}.test(${r})`)}}};Yf.default=$V});var eS=v(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var ra=B(),AV={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,ra.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,ra._)`{limit: ${e}}`},TV={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:AV,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?ra.operators.GT:ra.operators.LT;e.fail$data((0,ra._)`Object.keys(${r}).length ${o} ${n}`)}};Qf.default=TV});var tS=v(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});var na=er(),RV=yf(),Po=B(),OV=se(),kV={message:({params:{missingProperty:e}})=>(0,Po.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,Po._)`{missingProperty: ${e}}`},IV={keyword:"required",type:"object",schemaType:"array",$data:!0,error:kV,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:i,it:s}=e,{opts:a}=s;if(!i&&r.length===0)return;let c=r.length>=a.loopRequired;if(s.allErrors?p():l(),a.strictRequired){let f=e.parentSchema.properties,{definedProperties:m}=e.it;for(let h of r)if(f?.[h]===void 0&&!m.has(h)){let y=s.schemaEnv.baseId+s.errSchemaPath,g=`required property "${h}" is not defined at "${y}" (strictRequired)`;(0,OV.checkStrictMode)(s,g,s.opts.strictRequired)}}function p(){var f;if(c||i)e.block$data(Po.nil,u);else for(let m of r){let h=(f=(0,RV.getSkipCondition)(e.parentSchema,m))!==null&&f!==void 0?f:(0,Po._)`false`;t.if((0,Po.not)(h),()=>(0,na.checkReportMissingProp)(e,m))}}function l(){let f=t.let("missing");if(c||i){let m=t.let("valid",!0);e.block$data(m,()=>d(f,m)),e.ok(m)}else t.if((0,na.checkMissingProp)(e,r,f)),(0,na.reportMissingProp)(e,f),t.else()}function u(){t.forOf("prop",n,f=>{e.setParams({missingProperty:f}),t.if((0,na.noPropertyInData)(t,o,f,a.ownProperties),()=>e.error())})}function d(f,m){e.setParams({missingProperty:f}),t.forOf(f,n,()=>{t.assign(m,(0,na.propertyInData)(t,o,f,a.ownProperties)),t.if((0,Po.not)(m),()=>{e.error(),t.break()})},Po.nil)}}};Jf.default=IV});var nS=v(Zf=>{"use strict";Object.defineProperty(Zf,"__esModule",{value:!0});var Xf=B(),rS=Pt(),CV={message:()=>(0,Xf.str)`must NOT be present in request context`},qV={keyword:"readOnly",schemaType:"boolean",error:CV,code(e){if(e.schema!==!0)return;let t=(0,Xf._)`(${rS.default.this} && ${rS.default.this}.apiContext)`;e.fail((0,Xf._)`${t} === "request"`)}};Zf.default=qV});var iS=v(tm=>{"use strict";Object.defineProperty(tm,"__esModule",{value:!0});var em=B(),oS=Pt(),NV={message:()=>(0,em.str)`must NOT be present in response context`},jV={keyword:"writeOnly",schemaType:"boolean",error:NV,code(e){if(e.schema!==!0)return;let t=(0,em._)`(${oS.default.this} && ${oS.default.this}.apiContext)`;e.fail((0,em._)`${t} === "response"`)}};tm.default=jV});var sS=v(rm=>{"use strict";Object.defineProperty(rm,"__esModule",{value:!0});var oa=B(),MV={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,oa.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,oa._)`{limit: ${e}}`},DV={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:MV,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?oa.operators.GT:oa.operators.LT;e.fail$data((0,oa._)`${r}.length ${o} ${n}`)}};rm.default=DV});var rp=v(nm=>{"use strict";Object.defineProperty(nm,"__esModule",{value:!0});var aS=Bs();aS.code='require("ajv/dist/runtime/equal").default';nm.default=aS});var cS=v(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});var om=Vs(),st=B(),LV=se(),UV=rp(),zV={message:({params:{i:e,j:t}})=>(0,st.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,st._)`{i: ${e}, j: ${t}}`},FV={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:zV,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:i,schemaCode:s,it:a}=e;if(!n&&!o)return;let c=t.let("valid"),p=i.items?(0,om.getSchemaTypes)(i.items):[];e.block$data(c,l,(0,st._)`${s} === false`),e.ok(c);function l(){let m=t.let("i",(0,st._)`${r}.length`),h=t.let("j");e.setParams({i:m,j:h}),t.assign(c,!0),t.if((0,st._)`${m} > 1`,()=>(u()?d:f)(m,h))}function u(){return p.length>0&&!p.some(m=>m==="object"||m==="array")}function d(m,h){let y=t.name("item"),g=(0,om.checkDataTypes)(p,y,a.opts.strictNumbers,om.DataType.Wrong),P=t.const("indices",(0,st._)`{}`);t.for((0,st._)`;${m}--;`,()=>{t.let(y,(0,st._)`${r}[${m}]`),t.if(g,(0,st._)`continue`),p.length>1&&t.if((0,st._)`typeof ${y} == "string"`,(0,st._)`${y} += "_"`),t.if((0,st._)`typeof ${P}[${y}] == "number"`,()=>{t.assign(h,(0,st._)`${P}[${y}]`),e.error(),t.assign(c,!1).break()}).code((0,st._)`${P}[${y}] = ${m}`)})}function f(m,h){let y=(0,LV.useFunc)(t,UV.default),g=t.name("outer");t.label(g).for((0,st._)`;${m}--;`,()=>t.for((0,st._)`${h} = ${m}; ${h}--;`,()=>t.if((0,st._)`${y}(${r}[${m}], ${r}[${h}])`,()=>{e.error(),t.assign(c,!1).break(g)})))}}};im.default=FV});var pS=v(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});var sm=B(),VV=se(),BV=rp(),HV={message:"must be equal to constant",params:({schemaCode:e})=>(0,sm._)`{allowedValue: ${e}}`},KV={keyword:"const",$data:!0,error:HV,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:i}=e;n||i&&typeof i=="object"?e.fail$data((0,sm._)`!${(0,VV.useFunc)(t,BV.default)}(${r}, ${o})`):e.fail((0,sm._)`${i} !== ${r}`)}};am.default=KV});var lS=v(cm=>{"use strict";Object.defineProperty(cm,"__esModule",{value:!0});var ia=B(),GV=se(),WV=rp(),YV={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,ia._)`{allowedValues: ${e}}`},QV={keyword:"enum",schemaType:"array",$data:!0,error:YV,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:s}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=s.opts.loopEnum,c,p=()=>c??(c=(0,GV.useFunc)(t,WV.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,u);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=t.const("vSchema",i);l=(0,ia.or)(...o.map((m,h)=>d(f,h)))}e.pass(l);function u(){t.assign(l,!1),t.forOf("v",i,f=>t.if((0,ia._)`${p()}(${r}, ${f})`,()=>t.assign(l,!0).break()))}function d(f,m){let h=o[m];return typeof h=="object"&&h!==null?(0,ia._)`${p()}(${r}, ${f}[${m}])`:(0,ia._)`${r} === ${h}`}}};cm.default=QV});var lm=v(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});var JV=Wx(),XV=Yx(),ZV=Xx(),eB=Zx(),tB=eS(),rB=tS(),nB=nS(),oB=iS(),iB=sS(),sB=cS(),aB=pS(),cB=lS(),pB=[JV.default,XV.default,ZV.default,eB.default,tB.default,rB.default,nB.default,oB.default,iB.default,sB.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},aB.default,cB.default];pm.default=pB});var dm=v(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});sa.validateAdditionalItems=void 0;var Eo=B(),um=se(),lB={message:({params:{len:e}})=>(0,Eo.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,Eo._)`{limit: ${e}}`},uB={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:lB,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,um.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}uS(e,n)}};function uS(e,t){let{gen:r,schema:n,data:o,keyword:i,it:s}=e;s.items=!0;let a=r.const("len",(0,Eo._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,Eo._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,um.alwaysValidSchema)(s,n)){let p=r.var("valid",(0,Eo._)`${a} <= ${t.length}`);r.if((0,Eo.not)(p),()=>c(p)),e.ok(p)}function c(p){r.forRange("i",t.length,a,l=>{e.subschema({keyword:i,dataProp:l,dataPropType:um.Type.Num},p),s.allErrors||r.if((0,Eo.not)(p),()=>r.break())})}}sa.validateAdditionalItems=uS;sa.default=uB});var fm=v(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});aa.validateTuple=void 0;var dS=B(),np=se(),dB=er(),fB={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return fS(e,"additionalItems",t);r.items=!0,!(0,np.alwaysValidSchema)(r,t)&&e.ok((0,dB.validateArray)(e))}};function fS(e,t,r=e.schema){let{gen:n,parentSchema:o,data:i,keyword:s,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=np.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),p=n.const("len",(0,dS._)`${i}.length`);r.forEach((u,d)=>{(0,np.alwaysValidSchema)(a,u)||(n.if((0,dS._)`${p} > ${d}`,()=>e.subschema({keyword:s,schemaProp:d,dataProp:d},c)),e.ok(c))});function l(u){let{opts:d,errSchemaPath:f}=a,m=r.length,h=m===u.minItems&&(m===u.maxItems||u[t]===!1);if(d.strictTuples&&!h){let y=`"${s}" is ${m}-tuple, but minItems or maxItems/${t} are not specified or different at path "${f}"`;(0,np.checkStrictMode)(a,y,d.strictTuples)}}}aa.validateTuple=fS;aa.default=fB});var mS=v(mm=>{"use strict";Object.defineProperty(mm,"__esModule",{value:!0});var mB=fm(),hB={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,mB.validateTuple)(e,"items")};mm.default=hB});var yS=v(hm=>{"use strict";Object.defineProperty(hm,"__esModule",{value:!0});var hS=B(),yB=se(),gB=er(),bB=dm(),vB={message:({params:{len:e}})=>(0,hS.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,hS._)`{limit: ${e}}`},xB={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:vB,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,yB.alwaysValidSchema)(n,t)&&(o?(0,bB.validateAdditionalItems)(e,o):e.ok((0,gB.validateArray)(e)))}};hm.default=xB});var gS=v(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});var rr=B(),op=se(),SB={message:({params:{min:e,max:t}})=>t===void 0?(0,rr.str)`must contain at least ${e} valid item(s)`:(0,rr.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,rr._)`{minContains: ${e}}`:(0,rr._)`{minContains: ${e}, maxContains: ${t}}`},wB={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:SB,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e,s,a,{minContains:c,maxContains:p}=n;i.opts.next?(s=c===void 0?1:c,a=p):s=1;let l=t.const("len",(0,rr._)`${o}.length`);if(e.setParams({min:s,max:a}),a===void 0&&s===0){(0,op.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&s>a){(0,op.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,op.alwaysValidSchema)(i,r)){let h=(0,rr._)`${l} >= ${s}`;a!==void 0&&(h=(0,rr._)`${h} && ${l} <= ${a}`),e.pass(h);return}i.items=!0;let u=t.name("valid");a===void 0&&s===1?f(u,()=>t.if(u,()=>t.break())):s===0?(t.let(u,!0),a!==void 0&&t.if((0,rr._)`${o}.length > 0`,d)):(t.let(u,!1),d()),e.result(u,()=>e.reset());function d(){let h=t.name("_valid"),y=t.let("count",0);f(h,()=>t.if(h,()=>m(y)))}function f(h,y){t.forRange("i",0,l,g=>{e.subschema({keyword:"contains",dataProp:g,dataPropType:op.Type.Num,compositeRule:!0},h),y()})}function m(h){t.code((0,rr._)`${h}++`),a===void 0?t.if((0,rr._)`${h} >= ${s}`,()=>t.assign(u,!0).break()):(t.if((0,rr._)`${h} > ${a}`,()=>t.assign(u,!1).break()),s===1?t.assign(u,!0):t.if((0,rr._)`${h} >= ${s}`,()=>t.assign(u,!0)))}}};ym.default=wB});var ip=v(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.validateSchemaDeps=Dr.validatePropertyDeps=Dr.error=void 0;var gm=B(),_B=se(),ca=er();Dr.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,gm.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,gm._)`{property: ${e},
|
|
12
|
+
missingProperty: ${n},
|
|
13
|
+
depsCount: ${t},
|
|
14
|
+
deps: ${r}}`};var PB={keyword:"dependencies",type:"object",schemaType:"object",error:Dr.error,code(e){let[t,r]=EB(e);bS(e,t),vS(e,r)}};function EB({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function bS(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let i=r.let("missing");for(let s in t){let a=t[s];if(a.length===0)continue;let c=(0,ca.propertyInData)(r,n,s,o.opts.ownProperties);e.setParams({property:s,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let p of a)(0,ca.checkReportMissingProp)(e,p)}):(r.if((0,gm._)`${c} && (${(0,ca.checkMissingProp)(e,a,i)})`),(0,ca.reportMissingProp)(e,i),r.else())}}Dr.validatePropertyDeps=bS;function vS(e,t=e.schema){let{gen:r,data:n,keyword:o,it:i}=e,s=r.name("valid");for(let a in t)(0,_B.alwaysValidSchema)(i,t[a])||(r.if((0,ca.propertyInData)(r,n,a,i.opts.ownProperties),()=>{let c=e.subschema({keyword:o,schemaProp:a},s);e.mergeValidEvaluated(c,s)},()=>r.var(s,!0)),e.ok(s))}Dr.validateSchemaDeps=vS;Dr.default=PB});var SS=v(bm=>{"use strict";Object.defineProperty(bm,"__esModule",{value:!0});var xS=B(),$B=se(),AB={message:"property name must be valid",params:({params:e})=>(0,xS._)`{propertyName: ${e.propertyName}}`},TB={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:AB,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,$B.alwaysValidSchema)(o,r))return;let i=t.name("valid");t.forIn("key",n,s=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},i),t.if((0,xS.not)(i),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(i)}};bm.default=TB});var xm=v(vm=>{"use strict";Object.defineProperty(vm,"__esModule",{value:!0});var sp=er(),vr=B(),RB=Pt(),ap=se(),OB={message:"must NOT have additional properties",params:({params:e})=>(0,vr._)`{additionalProperty: ${e.additionalProperty}}`},kB={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:OB,code(e){let{gen:t,parentSchema:r,data:n,errsCount:o,it:i}=e,{schema:s=i.opts.defaultAdditionalProperties}=e;if(!o)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,ap.alwaysValidSchema)(i,s))return;let p=(0,sp.allSchemaProperties)(r.properties),l=(0,sp.allSchemaProperties)(r.patternProperties);u(),e.ok((0,vr._)`${o} === ${RB.default.errors}`);function u(){t.forIn("key",n,y=>{!p.length&&!l.length?m(y):t.if(d(y),()=>m(y))})}function d(y){let g;if(p.length>8){let P=(0,ap.schemaRefOrVal)(i,r.properties,"properties");g=(0,sp.isOwnProperty)(t,P,y)}else p.length?g=(0,vr.or)(...p.map(P=>(0,vr._)`${y} === ${P}`)):g=vr.nil;return l.length&&(g=(0,vr.or)(g,...l.map(P=>(0,vr._)`${(0,sp.usePattern)(e,P)}.test(${y})`))),(0,vr.not)(g)}function f(y){t.code((0,vr._)`delete ${n}[${y}]`)}function m(y){if(c.removeAdditional==="all"||c.removeAdditional&&s===!1){f(y);return}if(s===!1){e.setParams({additionalProperty:y}),e.error(),a||t.break();return}if(typeof s=="object"&&!(0,ap.alwaysValidSchema)(i,s)){let g=t.name("valid");c.removeAdditional==="failing"?(h(y,g,!1),t.if((0,vr.not)(g),()=>{e.reset(),f(y)})):(h(y,g),a||t.if((0,vr.not)(g),()=>t.break()))}}function h(y,g,P){let b={keyword:"additionalProperties",dataProp:y,dataPropType:ap.Type.Str};P===!1&&Object.assign(b,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(b,g)}}};vm.default=kB});var PS=v(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});var IB=xi(),wS=er(),Sm=se(),_S=xm(),CB={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e;(i.opts.removeAdditional==="all"&&n.additionalProperties===void 0||i.opts.defaultAdditionalProperties===!1)&&_S.default.code(new IB.KeywordCxt(i,_S.default,"additionalProperties"));let s=(0,wS.allSchemaProperties)(r);for(let u of s)i.definedProperties.add(u);i.opts.unevaluated&&s.length&&i.props!==!0&&(i.props=Sm.mergeEvaluated.props(t,(0,Sm.toHash)(s),i.props));let a=s.filter(u=>!(0,Sm.alwaysValidSchema)(i,r[u]));if(a.length===0)return;let c=t.name("valid");for(let u of a)p(u)?l(u):(t.if((0,wS.propertyInData)(t,o,u,i.opts.ownProperties)),l(u),i.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(u),e.ok(c);function p(u){return i.opts.useDefaults&&!i.compositeRule&&r[u].default!==void 0}function l(u){e.subschema({keyword:"properties",schemaProp:u,dataProp:u},c)}}};wm.default=CB});var TS=v(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});var ES=er(),cp=B(),$S=se(),AS=se(),qB={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:i}=e,{opts:s}=i,a=(0,ES.allSchemaProperties)(r),c=a.filter(h=>(0,$S.alwaysValidSchema)(i,r[h]));if(a.length===0||c.length===a.length&&(!i.opts.unevaluated||i.props===!0))return;let p=s.strictSchema&&!s.allowMatchingProperties&&o.properties,l=t.name("valid");i.props!==!0&&!(i.props instanceof cp.Name)&&(i.props=(0,AS.evaluatedPropsToName)(t,i.props));let{props:u}=i;d();function d(){for(let h of a)p&&f(h),i.allErrors?m(h):(t.var(l,!0),m(h),t.if(l))}function f(h){for(let y in p)new RegExp(h).test(y)&&(0,$S.checkStrictMode)(i,`property ${y} matches pattern ${h} (use allowMatchingProperties)`)}function m(h){t.forIn("key",n,y=>{t.if((0,cp._)`${(0,ES.usePattern)(e,h)}.test(${y})`,()=>{let g=c.includes(h);g||e.subschema({keyword:"patternProperties",schemaProp:h,dataProp:y,dataPropType:AS.Type.Str},l),i.opts.unevaluated&&u!==!0?t.assign((0,cp._)`${u}[${y}]`,!0):!g&&!i.allErrors&&t.if((0,cp.not)(l),()=>t.break())})})}}};_m.default=qB});var RS=v(Pm=>{"use strict";Object.defineProperty(Pm,"__esModule",{value:!0});var NB=se(),jB={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,NB.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Pm.default=jB});var OS=v(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});var MB=er(),DB={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:MB.validateUnion,error:{message:"must match a schema in anyOf"}};Em.default=DB});var kS=v($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});var pp=B(),LB=se(),UB={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,pp._)`{passingSchemas: ${e.passing}}`},zB={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:UB,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let i=r,s=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(p),e.result(s,()=>e.reset(),()=>e.error(!0));function p(){i.forEach((l,u)=>{let d;(0,LB.alwaysValidSchema)(o,l)?t.var(c,!0):d=e.subschema({keyword:"oneOf",schemaProp:u,compositeRule:!0},c),u>0&&t.if((0,pp._)`${c} && ${s}`).assign(s,!1).assign(a,(0,pp._)`[${a}, ${u}]`).else(),t.if(c,()=>{t.assign(s,!0),t.assign(a,u),d&&e.mergeEvaluated(d,pp.Name)})})}}};$m.default=zB});var IS=v(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});var FB=se(),VB={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((i,s)=>{if((0,FB.alwaysValidSchema)(n,i))return;let a=e.subschema({keyword:"allOf",schemaProp:s},o,!0);e.ok(o),e.mergeEvaluated(a)})}};Am.default=VB});var NS=v(Tm=>{"use strict";Object.defineProperty(Tm,"__esModule",{value:!0});var lp=B(),qS=se(),BB={message:({params:e})=>(0,lp.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,lp._)`{failingKeyword: ${e.ifClause}}`},HB={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:BB,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,qS.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=CS(n,"then"),i=CS(n,"else");if(!o&&!i)return;let s=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),o&&i){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,p("then",l),p("else",l))}else o?t.if(a,p("then")):t.if((0,lp.not)(a),p("else"));e.pass(s,()=>e.error(!0));function c(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function p(l,u){return()=>{let d=e.subschema({keyword:l},a);t.assign(s,a),e.mergeValidEvaluated(d,s),u?t.assign(u,(0,lp._)`${l}`):e.setParams({ifClause:l})}}}};function CS(e,t){let r=e.schema[t];return r!==void 0&&!(0,qS.alwaysValidSchema)(e,r)}Tm.default=HB});var jS=v(Rm=>{"use strict";Object.defineProperty(Rm,"__esModule",{value:!0});var KB=se(),GB={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,KB.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Rm.default=GB});var km=v(Om=>{"use strict";Object.defineProperty(Om,"__esModule",{value:!0});var WB=dm(),YB=mS(),QB=fm(),JB=yS(),XB=gS(),ZB=ip(),e3=SS(),t3=xm(),r3=PS(),n3=TS(),o3=RS(),i3=OS(),s3=kS(),a3=IS(),c3=NS(),p3=jS();function l3(e=!1){let t=[o3.default,i3.default,s3.default,a3.default,c3.default,p3.default,e3.default,t3.default,ZB.default,r3.default,n3.default];return e?t.push(YB.default,JB.default):t.push(WB.default,QB.default),t.push(XB.default),t}Om.default=l3});var Cm=v(pa=>{"use strict";Object.defineProperty(pa,"__esModule",{value:!0});pa.dynamicAnchor=void 0;var Im=B(),u3=Pt(),MS=Ys(),d3=ea(),f3={keyword:"$dynamicAnchor",schemaType:"string",code:e=>DS(e,e.schema)};function DS(e,t){let{gen:r,it:n}=e;n.schemaEnv.root.dynamicAnchors[t]=!0;let o=(0,Im._)`${u3.default.dynamicAnchors}${(0,Im.getProperty)(t)}`,i=n.errSchemaPath==="#"?n.validateName:m3(e);r.if((0,Im._)`!${o}`,()=>r.assign(o,i))}pa.dynamicAnchor=DS;function m3(e){let{schemaEnv:t,schema:r,self:n}=e.it,{root:o,baseId:i,localRefs:s,meta:a}=t.root,{schemaId:c}=n.opts,p=new MS.SchemaEnv({schema:r,schemaId:c,root:o,baseId:i,localRefs:s,meta:a});return MS.compileSchema.call(n,p),(0,d3.getValidate)(e,p)}pa.default=f3});var qm=v(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});la.dynamicRef=void 0;var LS=B(),h3=Pt(),US=ea(),y3={keyword:"$dynamicRef",schemaType:"string",code:e=>zS(e,e.schema)};function zS(e,t){let{gen:r,keyword:n,it:o}=e;if(t[0]!=="#")throw new Error(`"${n}" only supports hash fragment reference`);let i=t.slice(1);if(o.allErrors)s();else{let c=r.let("valid",!1);s(c),e.ok(c)}function s(c){if(o.schemaEnv.root.dynamicAnchors[i]){let p=r.let("_v",(0,LS._)`${h3.default.dynamicAnchors}${(0,LS.getProperty)(i)}`);r.if(p,a(p,c),a(o.validateName,c))}else a(o.validateName,c)()}function a(c,p){return p?()=>r.block(()=>{(0,US.callRef)(e,c),r.let(p,!0)}):()=>(0,US.callRef)(e,c)}}la.dynamicRef=zS;la.default=y3});var FS=v(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});var g3=Cm(),b3=se(),v3={keyword:"$recursiveAnchor",schemaType:"boolean",code(e){e.schema?(0,g3.dynamicAnchor)(e,""):(0,b3.checkStrictMode)(e.it,"$recursiveAnchor: false is ignored")}};Nm.default=v3});var VS=v(jm=>{"use strict";Object.defineProperty(jm,"__esModule",{value:!0});var x3=qm(),S3={keyword:"$recursiveRef",schemaType:"string",code:e=>(0,x3.dynamicRef)(e,e.schema)};jm.default=S3});var BS=v(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});var w3=Cm(),_3=qm(),P3=FS(),E3=VS(),$3=[w3.default,_3.default,P3.default,E3.default];Mm.default=$3});var KS=v(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});var HS=ip(),A3={keyword:"dependentRequired",type:"object",schemaType:"object",error:HS.error,code:e=>(0,HS.validatePropertyDeps)(e)};Dm.default=A3});var GS=v(Lm=>{"use strict";Object.defineProperty(Lm,"__esModule",{value:!0});var T3=ip(),R3={keyword:"dependentSchemas",type:"object",schemaType:"object",code:e=>(0,T3.validateSchemaDeps)(e)};Lm.default=R3});var WS=v(Um=>{"use strict";Object.defineProperty(Um,"__esModule",{value:!0});var O3=se(),k3={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:e,parentSchema:t,it:r}){t.contains===void 0&&(0,O3.checkStrictMode)(r,`"${e}" without "contains" is ignored`)}};Um.default=k3});var YS=v(zm=>{"use strict";Object.defineProperty(zm,"__esModule",{value:!0});var I3=KS(),C3=GS(),q3=WS(),N3=[I3.default,C3.default,q3.default];zm.default=N3});var XS=v(Fm=>{"use strict";Object.defineProperty(Fm,"__esModule",{value:!0});var cn=B(),QS=se(),JS=Pt(),j3={message:"must NOT have unevaluated properties",params:({params:e})=>(0,cn._)`{unevaluatedProperty: ${e.unevaluatedProperty}}`},M3={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:j3,code(e){let{gen:t,schema:r=e.it.opts.defaultUnevaluatedProperties,data:n,errsCount:o,it:i}=e,s=e.schema===void 0&&e.it.opts.defaultUnevaluatedProperties===!1;if(!o)throw new Error("ajv implementation error");let{allErrors:a,props:c}=i;if(c instanceof cn.Name)t.if((0,cn._)`${c} !== true`,()=>t.forIn("key",n,d=>t.if(l(c,d),()=>p(d))));else if(c!==!0){let d=()=>t.forIn("key",n,f=>c===void 0?p(f):t.if(u(c,f),()=>p(f)));s&&i.errorPath.emptyStr()&&!i.compositeRule?t.if((0,cn._)`${JS.default.isAllOfVariant} === 0`,d):(!i.compositeRule||e.schema!==void 0)&&d()}s||(i.props=!0),e.ok((0,cn._)`${o} === ${JS.default.errors}`);function p(d){if(r===!1){e.setParams({unevaluatedProperty:d}),e.error(),a||t.break();return}if(!(0,QS.alwaysValidSchema)(i,r)){let f=t.name("valid");e.subschema({keyword:"unevaluatedProperties",dataProp:d,dataPropType:QS.Type.Str},f),a||t.if((0,cn.not)(f),()=>t.break())}}function l(d,f){return(0,cn._)`!${d} || !${d}[${f}]`}function u(d,f){let m=[];for(let h in d)d[h]===!0&&m.push((0,cn._)`${f} !== ${h}`);return(0,cn.and)(...m)}}};Fm.default=M3});var ew=v(Vm=>{"use strict";Object.defineProperty(Vm,"__esModule",{value:!0});var $o=B(),ZS=se(),D3={message:({params:{len:e}})=>(0,$o.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,$o._)`{limit: ${e}}`},L3={keyword:"unevaluatedItems",type:"array",schemaType:["boolean","object"],error:D3,code(e){let{gen:t,schema:r,data:n,it:o}=e,i=o.items||0;if(i===!0)return;let s=t.const("len",(0,$o._)`${n}.length`);if(r===!1)e.setParams({len:i}),e.fail((0,$o._)`${s} > ${i}`);else if(typeof r=="object"&&!(0,ZS.alwaysValidSchema)(o,r)){let c=t.var("valid",(0,$o._)`${s} <= ${i}`);t.if((0,$o.not)(c),()=>a(c,i)),e.ok(c)}o.items=!0;function a(c,p){t.forRange("i",p,s,l=>{e.subschema({keyword:"unevaluatedItems",dataProp:l,dataPropType:ZS.Type.Num},c),o.allErrors||t.if((0,$o.not)(c),()=>t.break())})}}};Vm.default=L3});var Hm=v(Bm=>{"use strict";Object.defineProperty(Bm,"__esModule",{value:!0});var U3=XS(),z3=ew(),F3=[U3.default,z3.default];Bm.default=F3});var tw=v(Km=>{"use strict";Object.defineProperty(Km,"__esModule",{value:!0});var ze=B(),V3={message:({schemaCode:e})=>(0,ze.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,ze._)`{format: ${e}}`},B3={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:V3,code(e,t){let{gen:r,data:n,$data:o,schema:i,schemaCode:s,it:a}=e,{opts:c,errSchemaPath:p,schemaEnv:l,self:u}=a;if(!c.validateFormats)return;o?d():f();function d(){let m=r.scopeValue("formats",{ref:u.formats,code:c.code.formats}),h=r.const("fDef",(0,ze._)`${m}[${s}]`),y=r.let("fType"),g=r.let("format");r.if((0,ze._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(y,(0,ze._)`${h}.type || "string"`).assign(g,(0,ze._)`${h}.validate`),()=>r.assign(y,(0,ze._)`"string"`).assign(g,h)),e.fail$data((0,ze.or)(P(),b()));function P(){return c.strictSchema===!1?ze.nil:(0,ze._)`${s} && !${g}`}function b(){let S=l.$async?(0,ze._)`(${h}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,ze._)`${g}(${n})`,x=(0,ze._)`(typeof ${g} == "function" ? ${S} : ${g}.test(${n}))`;return(0,ze._)`${g} && ${g} !== true && ${y} === ${t} && !${x}`}}function f(){let m=u.formats[i];if(!m){P();return}if(m===!0)return;let[h,y,g]=b(m);h===t&&e.pass(S());function P(){if(c.strictSchema===!1){u.logger.warn(x());return}throw new Error(x());function x(){return`unknown format "${i}" ignored in schema at path "${p}"`}}function b(x){let _=x instanceof RegExp?(0,ze.regexpCode)(x):c.code.formats?(0,ze._)`${c.code.formats}${(0,ze.getProperty)(i)}`:void 0,R=r.scopeValue("formats",{key:i,ref:x,code:_});return typeof x=="object"&&!(x instanceof RegExp)?[x.type||"string",x.validate,(0,ze._)`${R}.validate`]:["string",x,R]}function S(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ze._)`await ${g}(${n})`}return typeof y=="function"?(0,ze._)`${g}(${n})`:(0,ze._)`${g}.test(${n})`}}}};Km.default=B3});var Wm=v(Gm=>{"use strict";Object.defineProperty(Gm,"__esModule",{value:!0});var H3=tw(),K3=[H3.default];Gm.default=K3});var rw=v($i=>{"use strict";Object.defineProperty($i,"__esModule",{value:!0});$i.contentVocabulary=$i.metadataVocabulary=void 0;$i.metadataVocabulary=["title","description","default","deprecated","examples"];$i.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var ow=v(Ym=>{"use strict";Object.defineProperty(Ym,"__esModule",{value:!0});var G3=Gx(),W3=lm(),Y3=km(),Q3=BS(),J3=YS(),X3=Hm(),Z3=Wm(),nw=rw(),eH=[Q3.default,G3.default,W3.default,(0,Y3.default)(!0),Z3.default,nw.metadataVocabulary,nw.contentVocabulary,J3.default,X3.default];Ym.default=eH});var sw=v(up=>{"use strict";Object.defineProperty(up,"__esModule",{value:!0});up.DiscrError=void 0;var iw;(function(e){e.Tag="tag",e.Mapping="mapping"})(iw||(up.DiscrError=iw={}))});var Xm=v(Jm=>{"use strict";Object.defineProperty(Jm,"__esModule",{value:!0});var Ai=B(),Qm=sw(),aw=Ys(),tH=Si(),rH=se(),nH={message:({params:{discrError:e,tagName:t}})=>e===Qm.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf or anyOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,Ai._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`};function oH(e,t){var r;if(!(!e.allOf||!Array.isArray(e.allOf))){for(let n of e.allOf)if(!((r=n?.properties)===null||r===void 0)&&r[t])return n.properties[t]}}var iH={keyword:"discriminator",type:"object",schemaType:"object",error:nH,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:i}=e,s=o.oneOf?"oneOf":o.anyOf?"anyOf":void 0;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(!s)throw new Error("discriminator: requires oneOf or anyOf composite keyword");let c=o[s],p=t.let("valid",!1),l=t.const("tag",(0,Ai._)`${r}${(0,Ai.getProperty)(a)}`);t.if((0,Ai._)`typeof ${l} == "string"`,()=>u(),()=>e.error(!1,{discrError:Qm.DiscrError.Tag,tag:l,tagName:a})),e.ok(p);function u(){let m=f();t.if(!1);for(let h in m)t.elseIf((0,Ai._)`${l} === ${h}`),t.assign(p,d(m[h]));t.else(),e.error(!1,{discrError:Qm.DiscrError.Mapping,tag:l,tagName:a}),t.endIf()}function d(m){let h=t.name("valid"),y=e.subschema({keyword:s,schemaProp:m},h);return e.mergeEvaluated(y,Ai.Name),h}function f(){var m;let h={},y=P(o),g=!0;for(let x=0;x<c.length;x++){let _=c[x],R=_?.$ref;if(R&&n.mapping){let{mapping:A}=n,E=Object.keys(A).filter(G=>A[G]===_.$ref);if(E.length){for(let G of E)S(G,x);continue}}if(R&&!(0,rH.schemaHasRulesButRef)(_,i.self.RULES)&&(_=aw.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,R),_ instanceof aw.SchemaEnv&&(_=_.schema),_===void 0))throw new tH.default(i.opts.uriResolver,i.baseId,R);let w=(m=_?.properties)===null||m===void 0?void 0:m[a];if(!w&&_?.allOf&&(w=oH(_,a)),typeof w!="object")throw new Error(`discriminator: ${s} subschemas (or referenced schemas) must have "properties/${a}" or match mapping`);g=g&&(y||P(_)),b(w,x)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return h;function P(x){if(Array.isArray(x.required)&&x.required.includes(a))return!0;if(x.allOf&&Array.isArray(x.allOf))for(let _ of x.allOf){let R=_;if(Array.isArray(R.required)&&R.required.includes(a))return!0}return!1}function b(x,_){if(x.const)S(x.const,_);else if(x.enum)for(let R of x.enum)S(R,_);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function S(x,_){if(typeof x!="string"||x in h)throw new Error(`discriminator: "${a}" values must be unique strings`);h[x]=_}}}};Jm.default=iH});var cw=v((BZ,sH)=>{sH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/schema",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/core":!0,"https://json-schema.org/draft/2020-12/vocab/applicator":!0,"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0,"https://json-schema.org/draft/2020-12/vocab/validation":!0,"https://json-schema.org/draft/2020-12/vocab/meta-data":!0,"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0,"https://json-schema.org/draft/2020-12/vocab/content":!0},$dynamicAnchor:"meta",title:"Core and Validation specifications meta-schema",allOf:[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/unevaluated"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format-annotation"},{$ref:"meta/content"}],type:["object","boolean"],$comment:"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",properties:{definitions:{$comment:'"definitions" has been replaced by "$defs".',type:"object",additionalProperties:{$dynamicRef:"#meta"},deprecated:!0,default:{}},dependencies:{$comment:'"dependencies" has been split and replaced by "dependentSchemas" and "dependentRequired" in order to serve their differing semantics.',type:"object",additionalProperties:{anyOf:[{$dynamicRef:"#meta"},{$ref:"meta/validation#/$defs/stringArray"}]},deprecated:!0,default:{}},$recursiveAnchor:{$comment:'"$recursiveAnchor" has been replaced by "$dynamicAnchor".',$ref:"meta/core#/$defs/anchorString",deprecated:!0},$recursiveRef:{$comment:'"$recursiveRef" has been replaced by "$dynamicRef".',$ref:"meta/core#/$defs/uriReferenceString",deprecated:!0}}}});var pw=v((HZ,aH)=>{aH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/applicator",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/applicator":!0},$dynamicAnchor:"meta",title:"Applicator vocabulary meta-schema",type:["object","boolean"],properties:{prefixItems:{$ref:"#/$defs/schemaArray"},items:{$dynamicRef:"#meta"},contains:{$dynamicRef:"#meta"},additionalProperties:{$dynamicRef:"#meta"},properties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},patternProperties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},propertyNames:{$dynamicRef:"#meta"},if:{$dynamicRef:"#meta"},then:{$dynamicRef:"#meta"},else:{$dynamicRef:"#meta"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$dynamicRef:"#meta"}},$defs:{schemaArray:{type:"array",minItems:1,items:{$dynamicRef:"#meta"}}}}});var lw=v((KZ,cH)=>{cH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/unevaluated",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0},$dynamicAnchor:"meta",title:"Unevaluated applicator vocabulary meta-schema",type:["object","boolean"],properties:{unevaluatedItems:{$dynamicRef:"#meta"},unevaluatedProperties:{$dynamicRef:"#meta"}}}});var uw=v((GZ,pH)=>{pH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/content",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/content":!0},$dynamicAnchor:"meta",title:"Content vocabulary meta-schema",type:["object","boolean"],properties:{contentEncoding:{type:"string"},contentMediaType:{type:"string"},contentSchema:{$dynamicRef:"#meta"}}}});var dw=v((WZ,lH)=>{lH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/core",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/core":!0},$dynamicAnchor:"meta",title:"Core vocabulary meta-schema",type:["object","boolean"],properties:{$id:{$ref:"#/$defs/uriReferenceString",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{$ref:"#/$defs/uriString"},$ref:{$ref:"#/$defs/uriReferenceString"},$anchor:{$ref:"#/$defs/anchorString"},$dynamicRef:{$ref:"#/$defs/uriReferenceString"},$dynamicAnchor:{$ref:"#/$defs/anchorString"},$vocabulary:{type:"object",propertyNames:{$ref:"#/$defs/uriString"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$dynamicRef:"#meta"}}},$defs:{anchorString:{type:"string",pattern:"^[A-Za-z_][-A-Za-z0-9._]*$"},uriString:{type:"string",format:"uri"},uriReferenceString:{type:"string",format:"uri-reference"}}}});var fw=v((YZ,uH)=>{uH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/format-annotation",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0},$dynamicAnchor:"meta",title:"Format vocabulary meta-schema for annotation results",type:["object","boolean"],properties:{format:{type:"string"}}}});var mw=v((QZ,dH)=>{dH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/meta-data",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/meta-data":!0},$dynamicAnchor:"meta",title:"Meta-data vocabulary meta-schema",type:["object","boolean"],properties:{title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}}}});var hw=v((JZ,fH)=>{fH.exports={$schema:"https://json-schema.org/draft/2020-12/schema",$id:"https://json-schema.org/draft/2020-12/meta/validation",$vocabulary:{"https://json-schema.org/draft/2020-12/vocab/validation":!0},$dynamicAnchor:"meta",title:"Validation vocabulary meta-schema",type:["object","boolean"],properties:{type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]},const:!0,enum:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}}},$defs:{nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}}}});var yw=v(Zm=>{"use strict";Object.defineProperty(Zm,"__esModule",{value:!0});var mH=cw(),hH=pw(),yH=lw(),gH=uw(),bH=dw(),vH=fw(),xH=mw(),SH=hw(),wH=["/properties"];function _H(e){return[mH,hH,yH,gH,bH,t(this,vH),xH,t(this,SH)].forEach(r=>this.addMetaSchema(r,void 0,!1)),this;function t(r,n){return e?r.$dataMetaSchema(n,wH):n}}Zm.default=_H});var rh=v((Ie,th)=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.MissingRefError=Ie.ValidationError=Ie.CodeGen=Ie.Name=Ie.nil=Ie.stringify=Ie.str=Ie._=Ie.KeywordCxt=Ie.Ajv2020=void 0;var PH=Ff(),EH=ow(),$H=Xm(),AH=yw(),eh="https://json-schema.org/draft/2020-12/schema",Ti=class extends PH.default{constructor(t={}){super({...t,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),EH.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword($H.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();let{$data:t,meta:r}=this.opts;r&&(AH.default.call(this,t),this.refs["http://json-schema.org/schema"]=eh)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(eh)?eh:void 0)}};Ie.Ajv2020=Ti;th.exports=Ie=Ti;th.exports.Ajv2020=Ti;Object.defineProperty(Ie,"__esModule",{value:!0});Ie.default=Ti;var TH=xi();Object.defineProperty(Ie,"KeywordCxt",{enumerable:!0,get:function(){return TH.KeywordCxt}});var Ri=B();Object.defineProperty(Ie,"_",{enumerable:!0,get:function(){return Ri._}});Object.defineProperty(Ie,"str",{enumerable:!0,get:function(){return Ri.str}});Object.defineProperty(Ie,"stringify",{enumerable:!0,get:function(){return Ri.stringify}});Object.defineProperty(Ie,"nil",{enumerable:!0,get:function(){return Ri.nil}});Object.defineProperty(Ie,"Name",{enumerable:!0,get:function(){return Ri.Name}});Object.defineProperty(Ie,"CodeGen",{enumerable:!0,get:function(){return Ri.CodeGen}});var RH=Ws();Object.defineProperty(Ie,"ValidationError",{enumerable:!0,get:function(){return RH.default}});var OH=Si();Object.defineProperty(Ie,"MissingRefError",{enumerable:!0,get:function(){return OH.default}})});var Xw=v((gre,Jw)=>{"use strict";Jw.exports=(function(){function e(t,r,n,o,i){return t<r||n<r?t>n?n+1:t+1:o===i?r:r+1}return function(t,r){if(t===r)return 0;if(t.length>r.length){var n=t;t=r,r=n}for(var o=t.length,i=r.length;o>0&&t.charCodeAt(o-1)===r.charCodeAt(i-1);)o--,i--;for(var s=0;s<o&&t.charCodeAt(s)===r.charCodeAt(s);)s++;if(o-=s,i-=s,o===0||i<3)return i;var a=0,c,p,l,u,d,f,m,h,y,g,P,b,S=[];for(c=0;c<o;c++)S.push(c+1),S.push(t.charCodeAt(s+c));for(var x=S.length-1;a<i-3;)for(y=r.charCodeAt(s+(p=a)),g=r.charCodeAt(s+(l=a+1)),P=r.charCodeAt(s+(u=a+2)),b=r.charCodeAt(s+(d=a+3)),f=a+=4,c=0;c<x;c+=2)m=S[c],h=S[c+1],p=e(m,p,l,y,h),l=e(p,l,u,g,h),u=e(l,u,d,P,h),f=e(u,d,f,b,h),S[c]=f,d=u,u=l,l=p,p=m;for(;a<i;)for(y=r.charCodeAt(s+(p=a)),f=++a,c=0;c<x;c+=2)m=S[c],S[c]=f=e(m,p,f,y,S[c+1]),p=m;return f}})()});var G_=v(yh=>{"use strict";Object.defineProperty(yh,"__esModule",{value:!0});var Mp=B(),Fn=Mp.operators,mh={maximum:{exclusive:"exclusiveMaximum",ops:[{okStr:"<=",ok:Fn.LTE,fail:Fn.GT},{okStr:"<",ok:Fn.LT,fail:Fn.GTE}]},minimum:{exclusive:"exclusiveMinimum",ops:[{okStr:">=",ok:Fn.GTE,fail:Fn.LT},{okStr:">",ok:Fn.GT,fail:Fn.LTE}]}},K9={message:e=>(0,Mp.str)`must be ${hh(e).okStr} ${e.schemaCode}`,params:e=>(0,Mp._)`{comparison: ${hh(e).okStr}, limit: ${e.schemaCode}}`},G9={keyword:Object.keys(mh),type:"number",schemaType:"number",$data:!0,error:K9,code(e){let{data:t,schemaCode:r}=e;e.fail$data((0,Mp._)`${t} ${hh(e).fail} ${r} || isNaN(${t})`)}};function hh(e){var t;let r=e.keyword,n=!((t=e.parentSchema)===null||t===void 0)&&t[mh[r].exclusive]?1:0;return mh[r].ops[n]}yh.default=G9});var Y_=v(gh=>{"use strict";Object.defineProperty(gh,"__esModule",{value:!0});var W_={exclusiveMaximum:"maximum",exclusiveMinimum:"minimum"},W9={keyword:Object.keys(W_),type:"number",schemaType:"boolean",code({keyword:e,parentSchema:t}){let r=W_[e];if(t[r]===void 0)throw new Error(`${e} can only be used with ${r}`)}};gh.default=W9});var Q_=v(bh=>{"use strict";Object.defineProperty(bh,"__esModule",{value:!0});var Y9=ea(),Q9=km(),J9=Hm(),X9=Wm(),Z9=lm(),eK=G_(),tK=Y_(),rK=["title","description","default"],nK=["$schema","id","$defs",{keyword:"$comment"},"definitions",Y9.default],oK=[...Z9.default.slice(1),eK.default,tK.default],iK=[nK,oK,(0,Q9.default)(),X9.default,rK,J9.default];bh.default=iK});var J_=v((qie,sK)=>{sK.exports={id:"http://json-schema.org/draft-04/schema#",$schema:"http://json-schema.org/draft-04/schema#",description:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},positiveInteger:{type:"integer",minimum:0},positiveIntegerDefault0:{allOf:[{$ref:"#/definitions/positiveInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},minItems:1,uniqueItems:!0}},type:"object",properties:{id:{type:"string",format:"uri"},$schema:{type:"string",format:"uri"},title:{type:"string"},description:{type:"string"},default:{},multipleOf:{type:"number",minimum:0,exclusiveMinimum:!0},maximum:{type:"number"},exclusiveMaximum:{type:"boolean",default:!1},minimum:{type:"number"},exclusiveMinimum:{type:"boolean",default:!1},maxLength:{$ref:"#/definitions/positiveInteger"},minLength:{$ref:"#/definitions/positiveIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:{}},maxItems:{$ref:"#/definitions/positiveInteger"},minItems:{$ref:"#/definitions/positiveIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxProperties:{$ref:"#/definitions/positiveInteger"},minProperties:{$ref:"#/definitions/positiveIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},enum:{type:"array",minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},dependencies:{exclusiveMaximum:["maximum"],exclusiveMinimum:["minimum"]},default:{}}});var eP=v((Ce,Z_)=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.MissingRefError=Ce.ValidationError=Ce.CodeGen=Ce.Name=Ce.nil=Ce.stringify=Ce.str=Ce._=Ce.KeywordCxt=Ce.Ajv=void 0;var aK=Ff(),cK=Q_(),pK=Xm(),X_=J_(),lK=["/properties"],Dp="http://json-schema.org/draft-04/schema",ya=class extends aK.default{constructor(t={}){super({...t,schemaId:"id",dynamicRef:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),cK.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(pK.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(X_,lK):X_;this.addMetaSchema(t,Dp,!1),this.refs["http://json-schema.org/schema"]=Dp}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Dp)?Dp:void 0)}};Ce.Ajv=ya;Z_.exports=Ce=ya;Object.defineProperty(Ce,"__esModule",{value:!0});Ce.default=ya;var uK=xi();Object.defineProperty(Ce,"KeywordCxt",{enumerable:!0,get:function(){return uK.KeywordCxt}});var zi=B();Object.defineProperty(Ce,"_",{enumerable:!0,get:function(){return zi._}});Object.defineProperty(Ce,"str",{enumerable:!0,get:function(){return zi.str}});Object.defineProperty(Ce,"stringify",{enumerable:!0,get:function(){return zi.stringify}});Object.defineProperty(Ce,"nil",{enumerable:!0,get:function(){return zi.nil}});Object.defineProperty(Ce,"Name",{enumerable:!0,get:function(){return zi.Name}});Object.defineProperty(Ce,"CodeGen",{enumerable:!0,get:function(){return zi.CodeGen}});var dK=Ws();Object.defineProperty(Ce,"ValidationError",{enumerable:!0,get:function(){return dK.default}});var fK=Si();Object.defineProperty(Ce,"MissingRefError",{enumerable:!0,get:function(){return fK.default}})});var cP=v(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.formatNames=Gr.fastFormats=Gr.fullFormats=void 0;function Kr(e,t){return{validate:e,compare:t}}Gr.fullFormats={date:Kr(oP,wh),time:Kr(xh(!0),_h),"date-time":Kr(tP(!0),sP),"iso-time":Kr(xh(),iP),"iso-date-time":Kr(tP(),aP),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:vK,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[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,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:$K,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:xK,int32:{type:"number",validate:_K},int64:{type:"number",validate:PK},float:{type:"number",validate:nP},double:{type:"number",validate:nP},password:!0,binary:!0};Gr.fastFormats={...Gr.fullFormats,date:Kr(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,wh),time:Kr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,_h),"date-time":Kr(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,sP),"iso-time":Kr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,iP),"iso-date-time":Kr(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,aP),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Gr.formatNames=Object.keys(Gr.fullFormats);function mK(e){return e%4===0&&(e%100!==0||e%400===0)}var hK=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,yK=[0,31,28,31,30,31,30,31,31,30,31,30,31];function oP(e){let t=hK.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&mK(r)?29:yK[n])}function wh(e,t){if(e&&t)return e>t?1:e<t?-1:0}var vh=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function xh(e){return function(r){let n=vh.exec(r);if(!n)return!1;let o=+n[1],i=+n[2],s=+n[3],a=n[4],c=n[5]==="-"?-1:1,p=+(n[6]||0),l=+(n[7]||0);if(p>23||l>59||e&&!a)return!1;if(o<=23&&i<=59&&s<60)return!0;let u=i-l*c,d=o-p*c-(u<0?1:0);return(d===23||d===-1)&&(u===59||u===-1)&&s<61}}function _h(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function iP(e,t){if(!(e&&t))return;let r=vh.exec(e),n=vh.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var Sh=/t|\s/i;function tP(e){let t=xh(e);return function(n){let o=n.split(Sh);return o.length===2&&oP(o[0])&&t(o[1])}}function sP(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function aP(e,t){if(!(e&&t))return;let[r,n]=e.split(Sh),[o,i]=t.split(Sh),s=wh(r,o);if(s!==void 0)return s||_h(n,i)}var gK=/\/|:/,bK=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function vK(e){return gK.test(e)&&bK.test(e)}var rP=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function xK(e){return rP.lastIndex=0,rP.test(e)}var SK=-(2**31),wK=2**31-1;function _K(e){return Number.isInteger(e)&&e<=wK&&e>=SK}function PK(e){return Number.isInteger(e)}function nP(){return!0}var EK=/[^\\]\\Z/;function $K(e){if(EK.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var va=v(be=>{"use strict";Object.defineProperty(be,"__esModule",{value:!0});be.regexpCode=be.getEsmExportName=be.getProperty=be.safeStringify=be.stringify=be.strConcat=be.addCodeArg=be.str=be._=be.nil=be._Code=be.Name=be.IDENTIFIER=be._CodeOrName=void 0;var ga=class{};be._CodeOrName=ga;be.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var ko=class extends ga{constructor(t){if(super(),!be.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};be.Name=ko;var sr=class extends ga{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof ko&&(r[n.str]=(r[n.str]||0)+1),r),{})}};be._Code=sr;be.nil=new sr("");function pP(e,...t){let r=[e[0]],n=0;for(;n<t.length;)Eh(r,t[n]),r.push(e[++n]);return new sr(r)}be._=pP;var Ph=new sr("+");function lP(e,...t){let r=[ba(e[0])],n=0;for(;n<t.length;)r.push(Ph),Eh(r,t[n]),r.push(Ph,ba(e[++n]));return AK(r),new sr(r)}be.str=lP;function Eh(e,t){t instanceof sr?e.push(...t._items):t instanceof ko?e.push(t):e.push(OK(t))}be.addCodeArg=Eh;function AK(e){let t=1;for(;t<e.length-1;){if(e[t]===Ph){let r=TK(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function TK(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof ko||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof ko))return`"${e}${t.slice(1)}`}function RK(e,t){return t.emptyStr()?e:e.emptyStr()?t:lP`${e}${t}`}be.strConcat=RK;function OK(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:ba(Array.isArray(e)?e.join(","):e)}function kK(e){return new sr(ba(e))}be.stringify=kK;function ba(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}be.safeStringify=ba;function IK(e){return typeof e=="string"&&be.IDENTIFIER.test(e)?new sr(`.${e}`):pP`[${e}]`}be.getProperty=IK;function CK(e){if(typeof e=="string"&&be.IDENTIFIER.test(e))return new sr(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}be.getEsmExportName=CK;function qK(e){return new sr(e.toString())}be.regexpCode=qK});var Th=v(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.ValueScope=Dt.ValueScopeName=Dt.Scope=Dt.varKinds=Dt.UsedValueState=void 0;var Mt=va(),$h=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},Lp;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(Lp||(Dt.UsedValueState=Lp={}));Dt.varKinds={const:new Mt.Name("const"),let:new Mt.Name("let"),var:new Mt.Name("var")};var Up=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof Mt.Name?t:this.name(t)}name(t){return new Mt.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};Dt.Scope=Up;var zp=class extends Mt.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,Mt._)`.${new Mt.Name(r)}[${n}]`}};Dt.ValueScopeName=zp;var NK=(0,Mt._)`\n`,Ah=class extends Up{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?NK:Mt.nil}}get(){return this._scope}name(t){return new zp(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:i}=o,s=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[i];if(a){let l=a.get(s);if(l)return l}else a=this._values[i]=new Map;a.set(s,o);let c=this._scope[i]||(this._scope[i]=[]),p=c.length;return c[p]=r.ref,o.setValue(r,{property:i,itemIndex:p}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Mt._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let i=Mt.nil;for(let s in t){let a=t[s];if(!a)continue;let c=n[s]=n[s]||new Map;a.forEach(p=>{if(c.has(p))return;c.set(p,Lp.Started);let l=r(p);if(l){let u=this.opts.es5?Dt.varKinds.var:Dt.varKinds.const;i=(0,Mt._)`${i}${u} ${p} = ${l};${this.opts._n}`}else if(l=o?.(p))i=(0,Mt._)`${i}${l}${this.opts._n}`;else throw new $h(p);c.set(p,Lp.Completed)})}return i}};Dt.ValueScope=Ah});var Z=v(re=>{"use strict";Object.defineProperty(re,"__esModule",{value:!0});re.or=re.and=re.not=re.CodeGen=re.operators=re.varKinds=re.ValueScopeName=re.ValueScope=re.Scope=re.Name=re.regexpCode=re.stringify=re.getProperty=re.nil=re.strConcat=re.str=re._=void 0;var ue=va(),xr=Th(),Vn=va();Object.defineProperty(re,"_",{enumerable:!0,get:function(){return Vn._}});Object.defineProperty(re,"str",{enumerable:!0,get:function(){return Vn.str}});Object.defineProperty(re,"strConcat",{enumerable:!0,get:function(){return Vn.strConcat}});Object.defineProperty(re,"nil",{enumerable:!0,get:function(){return Vn.nil}});Object.defineProperty(re,"getProperty",{enumerable:!0,get:function(){return Vn.getProperty}});Object.defineProperty(re,"stringify",{enumerable:!0,get:function(){return Vn.stringify}});Object.defineProperty(re,"regexpCode",{enumerable:!0,get:function(){return Vn.regexpCode}});Object.defineProperty(re,"Name",{enumerable:!0,get:function(){return Vn.Name}});var Hp=Th();Object.defineProperty(re,"Scope",{enumerable:!0,get:function(){return Hp.Scope}});Object.defineProperty(re,"ValueScope",{enumerable:!0,get:function(){return Hp.ValueScope}});Object.defineProperty(re,"ValueScopeName",{enumerable:!0,get:function(){return Hp.ValueScopeName}});Object.defineProperty(re,"varKinds",{enumerable:!0,get:function(){return Hp.varKinds}});re.operators={GT:new ue._Code(">"),GTE:new ue._Code(">="),LT:new ue._Code("<"),LTE:new ue._Code("<="),EQ:new ue._Code("==="),NEQ:new ue._Code("!=="),NOT:new ue._Code("!"),OR:new ue._Code("||"),AND:new ue._Code("&&"),ADD:new ue._Code("+")};var fn=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},Rh=class extends fn{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?xr.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=Vi(this.rhs,t,r)),this}get names(){return this.rhs instanceof ue._CodeOrName?this.rhs.names:{}}},Fp=class extends fn{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof ue.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=Vi(this.rhs,t,r),this}get names(){let t=this.lhs instanceof ue.Name?{}:{...this.lhs.names};return Bp(t,this.rhs)}},Oh=class extends Fp{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},kh=class extends fn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},Ih=class extends fn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},Ch=class extends fn{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},qh=class extends fn{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=Vi(this.code,t,r),this}get names(){return this.code instanceof ue._CodeOrName?this.code.names:{}}},xa=class extends fn{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let i=n[o];i.optimizeNames(t,r)||(jK(t,i.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>qo(t,r.names),{})}},mn=class extends xa{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},Nh=class extends xa{},Fi=class extends mn{};Fi.kind="else";var Io=class e extends mn{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Fi(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(uP(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=Vi(this.condition,t,r),this}get names(){let t=super.names;return Bp(t,this.condition),this.else&&qo(t,this.else.names),t}};Io.kind="if";var Co=class extends mn{};Co.kind="for";var jh=class extends Co{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=Vi(this.iteration,t,r),this}get names(){return qo(super.names,this.iteration.names)}},Mh=class extends Co{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?xr.varKinds.var:this.varKind,{name:n,from:o,to:i}=this;return`for(${r} ${n}=${o}; ${n}<${i}; ${n}++)`+super.render(t)}get names(){let t=Bp(super.names,this.from);return Bp(t,this.to)}},Vp=class extends Co{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=Vi(this.iterable,t,r),this}get names(){return qo(super.names,this.iterable.names)}},Sa=class extends mn{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};Sa.kind="func";var wa=class extends xa{render(t){return"return "+super.render(t)}};wa.kind="return";var Dh=class extends mn{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&qo(t,this.catch.names),this.finally&&qo(t,this.finally.names),t}},_a=class extends mn{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};_a.kind="catch";var Pa=class extends mn{render(t){return"finally"+super.render(t)}};Pa.kind="finally";var Lh=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
15
|
+
`:""},this._extScope=t,this._scope=new xr.Scope({parent:t}),this._nodes=[new Nh]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let i=this._scope.toName(r);return n!==void 0&&o&&(this._constants[i.str]=n),this._leafNode(new Rh(t,i,n)),i}const(t,r,n){return this._def(xr.varKinds.const,t,r,n)}let(t,r,n){return this._def(xr.varKinds.let,t,r,n)}var(t,r,n){return this._def(xr.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new Fp(t,r,n))}add(t,r){return this._leafNode(new Oh(t,re.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==ue.nil&&this._leafNode(new qh(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,ue.addCodeArg)(r,o));return r.push("}"),new ue._Code(r)}if(t,r,n){if(this._blockNode(new Io(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new Io(t))}else(){return this._elseNode(new Fi)}endIf(){return this._endBlockNode(Io,Fi)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new jh(t),r)}forRange(t,r,n,o,i=this.opts.es5?xr.varKinds.var:xr.varKinds.let){let s=this._scope.toName(t);return this._for(new Mh(i,s,r,n),()=>o(s))}forOf(t,r,n,o=xr.varKinds.const){let i=this._scope.toName(t);if(this.opts.es5){let s=r instanceof ue.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,ue._)`${s}.length`,a=>{this.var(i,(0,ue._)`${s}[${a}]`),n(i)})}return this._for(new Vp("of",o,i,r),()=>n(i))}forIn(t,r,n,o=this.opts.es5?xr.varKinds.var:xr.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,ue._)`Object.keys(${r})`,n);let i=this._scope.toName(t);return this._for(new Vp("in",o,i,r),()=>n(i))}endFor(){return this._endBlockNode(Co)}label(t){return this._leafNode(new kh(t))}break(t){return this._leafNode(new Ih(t))}return(t){let r=new wa;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(wa)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Dh;if(this._blockNode(o),this.code(t),r){let i=this.name("e");this._currNode=o.catch=new _a(i),r(i)}return n&&(this._currNode=o.finally=new Pa,this.code(n)),this._endBlockNode(_a,Pa)}throw(t){return this._leafNode(new Ch(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=ue.nil,n,o){return this._blockNode(new Sa(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Sa)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof Io))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};re.CodeGen=Lh;function qo(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Bp(e,t){return t instanceof ue._CodeOrName?qo(e,t.names):e}function Vi(e,t,r){if(e instanceof ue.Name)return n(e);if(!o(e))return e;return new ue._Code(e._items.reduce((i,s)=>(s instanceof ue.Name&&(s=n(s)),s instanceof ue._Code?i.push(...s._items):i.push(s),i),[]));function n(i){let s=r[i.str];return s===void 0||t[i.str]!==1?i:(delete t[i.str],s)}function o(i){return i instanceof ue._Code&&i._items.some(s=>s instanceof ue.Name&&t[s.str]===1&&r[s.str]!==void 0)}}function jK(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function uP(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,ue._)`!${Uh(e)}`}re.not=uP;var MK=dP(re.operators.AND);function DK(...e){return e.reduce(MK)}re.and=DK;var LK=dP(re.operators.OR);function UK(...e){return e.reduce(LK)}re.or=UK;function dP(e){return(t,r)=>t===ue.nil?r:r===ue.nil?t:(0,ue._)`${Uh(t)} ${e} ${Uh(r)}`}function Uh(e){return e instanceof ue.Name?e:(0,ue._)`(${e})`}});var he=v(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.checkStrictMode=ae.getErrorPath=ae.Type=ae.useFunc=ae.setEvaluated=ae.evaluatedPropsToName=ae.mergeEvaluated=ae.eachItem=ae.unescapeJsonPointer=ae.escapeJsonPointer=ae.escapeFragment=ae.unescapeFragment=ae.schemaRefOrVal=ae.schemaHasRulesButRef=ae.schemaHasRules=ae.checkUnknownRules=ae.alwaysValidSchema=ae.toHash=void 0;var Re=Z(),zK=va();function FK(e){let t={};for(let r of e)t[r]=!0;return t}ae.toHash=FK;function VK(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(hP(e,t),!yP(t,e.self.RULES.all))}ae.alwaysValidSchema=VK;function hP(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let i in t)o[i]||vP(e,`unknown keyword: "${i}"`)}ae.checkUnknownRules=hP;function yP(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}ae.schemaHasRules=yP;function BK(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}ae.schemaHasRulesButRef=BK;function HK({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Re._)`${r}`}return(0,Re._)`${e}${t}${(0,Re.getProperty)(n)}`}ae.schemaRefOrVal=HK;function KK(e){return gP(decodeURIComponent(e))}ae.unescapeFragment=KK;function GK(e){return encodeURIComponent(Fh(e))}ae.escapeFragment=GK;function Fh(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}ae.escapeJsonPointer=Fh;function gP(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}ae.unescapeJsonPointer=gP;function WK(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}ae.eachItem=WK;function fP({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,i,s,a)=>{let c=s===void 0?i:s instanceof Re.Name?(i instanceof Re.Name?e(o,i,s):t(o,i,s),s):i instanceof Re.Name?(t(o,s,i),i):r(i,s);return a===Re.Name&&!(c instanceof Re.Name)?n(o,c):c}}ae.mergeEvaluated={props:fP({mergeNames:(e,t,r)=>e.if((0,Re._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,Re._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,Re._)`${r} || {}`).code((0,Re._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,Re._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,Re._)`${r} || {}`),Vh(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:bP}),items:fP({mergeNames:(e,t,r)=>e.if((0,Re._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,Re._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,Re._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,Re._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function bP(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,Re._)`{}`);return t!==void 0&&Vh(e,r,t),r}ae.evaluatedPropsToName=bP;function Vh(e,t,r){Object.keys(r).forEach(n=>e.assign((0,Re._)`${t}${(0,Re.getProperty)(n)}`,!0))}ae.setEvaluated=Vh;var mP={};function YK(e,t){return e.scopeValue("func",{ref:t,code:mP[t.code]||(mP[t.code]=new zK._Code(t.code))})}ae.useFunc=YK;var zh;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(zh||(ae.Type=zh={}));function QK(e,t,r){if(e instanceof Re.Name){let n=t===zh.Num;return r?n?(0,Re._)`"[" + ${e} + "]"`:(0,Re._)`"['" + ${e} + "']"`:n?(0,Re._)`"/" + ${e}`:(0,Re._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Re.getProperty)(e).toString():"/"+Fh(e)}ae.getErrorPath=QK;function vP(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}ae.checkStrictMode=vP});var hn=v(Bh=>{"use strict";Object.defineProperty(Bh,"__esModule",{value:!0});var gt=Z(),JK={data:new gt.Name("data"),valCxt:new gt.Name("valCxt"),instancePath:new gt.Name("instancePath"),parentData:new gt.Name("parentData"),parentDataProperty:new gt.Name("parentDataProperty"),rootData:new gt.Name("rootData"),dynamicAnchors:new gt.Name("dynamicAnchors"),vErrors:new gt.Name("vErrors"),errors:new gt.Name("errors"),this:new gt.Name("this"),self:new gt.Name("self"),scope:new gt.Name("scope"),json:new gt.Name("json"),jsonPos:new gt.Name("jsonPos"),jsonLen:new gt.Name("jsonLen"),jsonPart:new gt.Name("jsonPart")};Bh.default=JK});var Ea=v(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.extendErrors=bt.resetErrorsCount=bt.reportExtraError=bt.reportError=bt.keyword$DataError=bt.keywordError=void 0;var ye=Z(),Kp=he(),Tt=hn();bt.keywordError={message:({keyword:e})=>(0,ye.str)`must pass "${e}" keyword validation`};bt.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,ye.str)`"${e}" keyword must be ${t} ($data)`:(0,ye.str)`"${e}" keyword is invalid ($data)`};function XK(e,t=bt.keywordError,r,n){let{it:o}=e,{gen:i,compositeRule:s,allErrors:a}=o,c=wP(e,t,r);n??(s||a)?xP(i,c):SP(o,(0,ye._)`[${c}]`)}bt.reportError=XK;function ZK(e,t=bt.keywordError,r){let{it:n}=e,{gen:o,compositeRule:i,allErrors:s}=n,a=wP(e,t,r);xP(o,a),i||s||SP(n,Tt.default.vErrors)}bt.reportExtraError=ZK;function e4(e,t){e.assign(Tt.default.errors,t),e.if((0,ye._)`${Tt.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,ye._)`${Tt.default.vErrors}.length`,t),()=>e.assign(Tt.default.vErrors,null)))}bt.resetErrorsCount=e4;function t4({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:i}){if(o===void 0)throw new Error("ajv implementation error");let s=e.name("err");e.forRange("i",o,Tt.default.errors,a=>{e.const(s,(0,ye._)`${Tt.default.vErrors}[${a}]`),e.if((0,ye._)`${s}.instancePath === undefined`,()=>e.assign((0,ye._)`${s}.instancePath`,(0,ye.strConcat)(Tt.default.instancePath,i.errorPath))),e.assign((0,ye._)`${s}.schemaPath`,(0,ye.str)`${i.errSchemaPath}/${t}`),i.opts.verbose&&(e.assign((0,ye._)`${s}.schema`,r),e.assign((0,ye._)`${s}.data`,n))})}bt.extendErrors=t4;function xP(e,t){let r=e.const("err",t);e.if((0,ye._)`${Tt.default.vErrors} === null`,()=>e.assign(Tt.default.vErrors,(0,ye._)`[${r}]`),(0,ye._)`${Tt.default.vErrors}.push(${r})`),e.code((0,ye._)`${Tt.default.errors}++`)}function SP(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,ye._)`new ${e.ValidationError}(${t})`):(r.assign((0,ye._)`${n}.errors`,t),r.return(!1))}var No={keyword:new ye.Name("keyword"),schemaPath:new ye.Name("schemaPath"),params:new ye.Name("params"),propertyName:new ye.Name("propertyName"),message:new ye.Name("message"),schema:new ye.Name("schema"),parentSchema:new ye.Name("parentSchema")};function wP(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,ye._)`{}`:r4(e,t,r)}function r4(e,t,r={}){let{gen:n,it:o}=e,i=[n4(o,r),o4(e,r)];return i4(e,t,i),n.object(...i)}function n4({errorPath:e},{instancePath:t}){let r=t?(0,ye.str)`${e}${(0,Kp.getErrorPath)(t,Kp.Type.Str)}`:e;return[Tt.default.instancePath,(0,ye.strConcat)(Tt.default.instancePath,r)]}function o4({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,ye.str)`${t}/${e}`;return r&&(o=(0,ye.str)`${o}${(0,Kp.getErrorPath)(r,Kp.Type.Str)}`),[No.schemaPath,o]}function i4(e,{params:t,message:r},n){let{keyword:o,data:i,schemaValue:s,it:a}=e,{opts:c,propertyName:p,topSchemaRef:l,schemaPath:u}=a;n.push([No.keyword,o],[No.params,typeof t=="function"?t(e):t||(0,ye._)`{}`]),c.messages&&n.push([No.message,typeof r=="function"?r(e):r]),c.verbose&&n.push([No.schema,s],[No.parentSchema,(0,ye._)`${l}${u}`],[Tt.default.data,i]),p&&n.push([No.propertyName,p])}});var PP=v(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});Bi.boolOrEmptySchema=Bi.topBoolOrEmptySchema=void 0;var s4=Ea(),a4=Z(),c4=hn(),p4={message:"boolean schema is false"};function l4(e){let{gen:t,schema:r,validateName:n}=e;r===!1?_P(e,!1):typeof r=="object"&&r.$async===!0?t.return(c4.default.data):(t.assign((0,a4._)`${n}.errors`,null),t.return(!0))}Bi.topBoolOrEmptySchema=l4;function u4(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),_P(e)):r.var(t,!0)}Bi.boolOrEmptySchema=u4;function _P(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,s4.reportError)(o,p4,void 0,t)}});var Hh=v(Hi=>{"use strict";Object.defineProperty(Hi,"__esModule",{value:!0});Hi.getRules=Hi.isJSONType=void 0;var d4=["string","number","integer","boolean","null","object","array"],f4=new Set(d4);function m4(e){return typeof e=="string"&&f4.has(e)}Hi.isJSONType=m4;function h4(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Hi.getRules=h4});var Kh=v(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.shouldUseRule=Bn.shouldUseGroup=Bn.schemaHasRulesForType=void 0;function y4({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&EP(e,n)}Bn.schemaHasRulesForType=y4;function EP(e,t){return t.rules.some(r=>$P(e,r))}Bn.shouldUseGroup=EP;function $P(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Bn.shouldUseRule=$P});var $a=v(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.reportTypeError=vt.checkDataTypes=vt.checkDataType=vt.coerceAndCheckDataType=vt.getJSONTypes=vt.getSchemaTypes=vt.DataType=void 0;var g4=Hh(),b4=Kh(),v4=Ea(),J=Z(),AP=he(),Ki;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(Ki||(vt.DataType=Ki={}));function x4(e){let t=TP(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}vt.getSchemaTypes=x4;function TP(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(g4.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}vt.getJSONTypes=TP;function S4(e,t){let{gen:r,data:n,opts:o}=e,i=w4(t,o.coerceTypes),s=t.length>0&&!(i.length===0&&t.length===1&&(0,b4.schemaHasRulesForType)(e,t[0]));if(s){let a=Wh(t,n,o.strictNumbers,Ki.Wrong);r.if(a,()=>{i.length?_4(e,t,i):Yh(e)})}return s}vt.coerceAndCheckDataType=S4;var RP=new Set(["string","number","integer","boolean","null"]);function w4(e,t){return t?e.filter(r=>RP.has(r)||t==="array"&&r==="array"):[]}function _4(e,t,r){let{gen:n,data:o,opts:i}=e,s=n.let("dataType",(0,J._)`typeof ${o}`),a=n.let("coerced",(0,J._)`undefined`);i.coerceTypes==="array"&&n.if((0,J._)`${s} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,J._)`${o}[0]`).assign(s,(0,J._)`typeof ${o}`).if(Wh(t,o,i.strictNumbers),()=>n.assign(a,o))),n.if((0,J._)`${a} !== undefined`);for(let p of r)(RP.has(p)||p==="array"&&i.coerceTypes==="array")&&c(p);n.else(),Yh(e),n.endIf(),n.if((0,J._)`${a} !== undefined`,()=>{n.assign(o,a),P4(e,a)});function c(p){switch(p){case"string":n.elseIf((0,J._)`${s} == "number" || ${s} == "boolean"`).assign(a,(0,J._)`"" + ${o}`).elseIf((0,J._)`${o} === null`).assign(a,(0,J._)`""`);return;case"number":n.elseIf((0,J._)`${s} == "boolean" || ${o} === null
|
|
16
|
+
|| (${s} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,J._)`+${o}`);return;case"integer":n.elseIf((0,J._)`${s} === "boolean" || ${o} === null
|
|
17
|
+
|| (${s} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,J._)`+${o}`);return;case"boolean":n.elseIf((0,J._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,J._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,J._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,J._)`${s} === "string" || ${s} === "number"
|
|
18
|
+
|| ${s} === "boolean" || ${o} === null`).assign(a,(0,J._)`[${o}]`)}}}function P4({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,J._)`${t} !== undefined`,()=>e.assign((0,J._)`${t}[${r}]`,n))}function Gh(e,t,r,n=Ki.Correct){let o=n===Ki.Correct?J.operators.EQ:J.operators.NEQ,i;switch(e){case"null":return(0,J._)`${t} ${o} null`;case"array":i=(0,J._)`Array.isArray(${t})`;break;case"object":i=(0,J._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=s((0,J._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=s();break;default:return(0,J._)`typeof ${t} ${o} ${e}`}return n===Ki.Correct?i:(0,J.not)(i);function s(a=J.nil){return(0,J.and)((0,J._)`typeof ${t} == "number"`,a,r?(0,J._)`isFinite(${t})`:J.nil)}}vt.checkDataType=Gh;function Wh(e,t,r,n){if(e.length===1)return Gh(e[0],t,r,n);let o,i=(0,AP.toHash)(e);if(i.array&&i.object){let s=(0,J._)`typeof ${t} != "object"`;o=i.null?s:(0,J._)`!${t} || ${s}`,delete i.null,delete i.array,delete i.object}else o=J.nil;i.number&&delete i.integer;for(let s in i)o=(0,J.and)(o,Gh(s,t,r,n));return o}vt.checkDataTypes=Wh;var E4={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,J._)`{type: ${e}}`:(0,J._)`{type: ${t}}`};function Yh(e){let t=$4(e);(0,v4.reportError)(t,E4)}vt.reportTypeError=Yh;function $4(e){let{gen:t,data:r,schema:n}=e,o=(0,AP.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var kP=v(Gp=>{"use strict";Object.defineProperty(Gp,"__esModule",{value:!0});Gp.assignDefaults=void 0;var Gi=Z(),A4=he();function T4(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)OP(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,i)=>OP(e,i,o.default))}Gp.assignDefaults=T4;function OP(e,t,r){let{gen:n,compositeRule:o,data:i,opts:s}=e;if(r===void 0)return;let a=(0,Gi._)`${i}${(0,Gi.getProperty)(t)}`;if(o){(0,A4.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=(0,Gi._)`${a} === undefined`;s.useDefaults==="empty"&&(c=(0,Gi._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,Gi._)`${a} = ${(0,Gi.stringify)(r)}`)}});var ar=v($e=>{"use strict";Object.defineProperty($e,"__esModule",{value:!0});$e.validateUnion=$e.validateArray=$e.usePattern=$e.callValidateCode=$e.schemaProperties=$e.allSchemaProperties=$e.noPropertyInData=$e.propertyInData=$e.isOwnProperty=$e.hasPropFunc=$e.reportMissingProp=$e.checkMissingProp=$e.checkReportMissingProp=void 0;var qe=Z(),Qh=he(),Hn=hn(),R4=he();function O4(e,t){let{gen:r,data:n,it:o}=e;r.if(Xh(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,qe._)`${t}`},!0),e.error()})}$e.checkReportMissingProp=O4;function k4({gen:e,data:t,it:{opts:r}},n,o){return(0,qe.or)(...n.map(i=>(0,qe.and)(Xh(e,t,i,r.ownProperties),(0,qe._)`${o} = ${i}`)))}$e.checkMissingProp=k4;function I4(e,t){e.setParams({missingProperty:t},!0),e.error()}$e.reportMissingProp=I4;function IP(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,qe._)`Object.prototype.hasOwnProperty`})}$e.hasPropFunc=IP;function Jh(e,t,r){return(0,qe._)`${IP(e)}.call(${t}, ${r})`}$e.isOwnProperty=Jh;function C4(e,t,r,n){let o=(0,qe._)`${t}${(0,qe.getProperty)(r)} !== undefined`;return n?(0,qe._)`${o} && ${Jh(e,t,r)}`:o}$e.propertyInData=C4;function Xh(e,t,r,n){let o=(0,qe._)`${t}${(0,qe.getProperty)(r)} === undefined`;return n?(0,qe.or)(o,(0,qe.not)(Jh(e,t,r))):o}$e.noPropertyInData=Xh;function CP(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}$e.allSchemaProperties=CP;function q4(e,t){return CP(t).filter(r=>!(0,Qh.alwaysValidSchema)(e,t[r]))}$e.schemaProperties=q4;function N4({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:i},it:s},a,c,p){let l=p?(0,qe._)`${e}, ${t}, ${n}${o}`:t,u=[[Hn.default.instancePath,(0,qe.strConcat)(Hn.default.instancePath,i)],[Hn.default.parentData,s.parentData],[Hn.default.parentDataProperty,s.parentDataProperty],[Hn.default.rootData,Hn.default.rootData]];s.opts.dynamicRef&&u.push([Hn.default.dynamicAnchors,Hn.default.dynamicAnchors]);let d=(0,qe._)`${l}, ${r.object(...u)}`;return c!==qe.nil?(0,qe._)`${a}.call(${c}, ${d})`:(0,qe._)`${a}(${d})`}$e.callValidateCode=N4;var j4=(0,qe._)`new RegExp`;function M4({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,i=o(r,n);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,qe._)`${o.code==="new RegExp"?j4:(0,R4.useFunc)(e,o)}(${r}, ${n})`})}$e.usePattern=M4;function D4(e){let{gen:t,data:r,keyword:n,it:o}=e,i=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return s(()=>t.assign(a,!1)),a}return t.var(i,!0),s(()=>t.break()),i;function s(a){let c=t.const("len",(0,qe._)`${r}.length`);t.forRange("i",0,c,p=>{e.subschema({keyword:n,dataProp:p,dataPropType:Qh.Type.Num},i),t.if((0,qe.not)(i),a)})}}$e.validateArray=D4;function L4(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Qh.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let s=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((c,p)=>{let l=e.subschema({keyword:n,schemaProp:p,compositeRule:!0},a);t.assign(s,(0,qe._)`${s} || ${a}`),e.mergeValidEvaluated(l,a)||t.if((0,qe.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}$e.validateUnion=L4});var jP=v(Wr=>{"use strict";Object.defineProperty(Wr,"__esModule",{value:!0});Wr.validateKeywordUsage=Wr.validSchemaType=Wr.funcKeywordCode=Wr.macroKeywordCode=void 0;var Rt=Z(),jo=hn(),U4=ar(),z4=Ea();function F4(e,t){let{gen:r,keyword:n,schema:o,parentSchema:i,it:s}=e,a=t.macro.call(s.self,o,i,s),c=NP(r,n,a);s.opts.validateSchema!==!1&&s.self.validateSchema(a,!0);let p=r.name("valid");e.subschema({schema:a,schemaPath:Rt.nil,errSchemaPath:`${s.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},p),e.pass(p,()=>e.error(!0))}Wr.macroKeywordCode=F4;function V4(e,t){var r;let{gen:n,keyword:o,schema:i,parentSchema:s,$data:a,it:c}=e;H4(c,t);let p=!a&&t.compile?t.compile.call(c.self,i,s,c):t.validate,l=NP(n,o,p),u=n.let("valid");e.block$data(u,d),e.ok((r=t.valid)!==null&&r!==void 0?r:u);function d(){if(t.errors===!1)h(),t.modifying&&qP(e),y(()=>e.error());else{let g=t.async?f():m();t.modifying&&qP(e),y(()=>B4(e,g))}}function f(){let g=n.let("ruleErrs",null);return n.try(()=>h((0,Rt._)`await `),P=>n.assign(u,!1).if((0,Rt._)`${P} instanceof ${c.ValidationError}`,()=>n.assign(g,(0,Rt._)`${P}.errors`),()=>n.throw(P))),g}function m(){let g=(0,Rt._)`${l}.errors`;return n.assign(g,null),h(Rt.nil),g}function h(g=t.async?(0,Rt._)`await `:Rt.nil){let P=c.opts.passContext?jo.default.this:jo.default.self,b=!("compile"in t&&!a||t.schema===!1);n.assign(u,(0,Rt._)`${g}${(0,U4.callValidateCode)(e,l,P,b)}`,t.modifying)}function y(g){var P;n.if((0,Rt.not)((P=t.valid)!==null&&P!==void 0?P:u),g)}}Wr.funcKeywordCode=V4;function qP(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,Rt._)`${n.parentData}[${n.parentDataProperty}]`))}function B4(e,t){let{gen:r}=e;r.if((0,Rt._)`Array.isArray(${t})`,()=>{r.assign(jo.default.vErrors,(0,Rt._)`${jo.default.vErrors} === null ? ${t} : ${jo.default.vErrors}.concat(${t})`).assign(jo.default.errors,(0,Rt._)`${jo.default.vErrors}.length`),(0,z4.extendErrors)(e)},()=>e.error())}function H4({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function NP(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Rt.stringify)(r)})}function K4(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}Wr.validSchemaType=K4;function G4({schema:e,opts:t,self:r,errSchemaPath:n},o,i){if(Array.isArray(o.keyword)?!o.keyword.includes(i):o.keyword!==i)throw new Error("ajv implementation error");let s=o.dependencies;if(s?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${i}: ${s.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[i])){let c=`keyword "${i}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}Wr.validateKeywordUsage=G4});var DP=v(Kn=>{"use strict";Object.defineProperty(Kn,"__esModule",{value:!0});Kn.extendSubschemaMode=Kn.extendSubschemaData=Kn.getSubschema=void 0;var Yr=Z(),MP=he();function W4(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:i,topSchemaRef:s}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Yr._)`${e.schemaPath}${(0,Yr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Yr._)`${e.schemaPath}${(0,Yr.getProperty)(t)}${(0,Yr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,MP.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||i===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:s,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}Kn.getSubschema=W4;function Y4(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:i,propertyName:s}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:p,dataPathArr:l,opts:u}=t,d=a.let("data",(0,Yr._)`${t.data}${(0,Yr.getProperty)(r)}`,!0);c(d),e.errorPath=(0,Yr.str)`${p}${(0,MP.getErrorPath)(r,n,u.jsPropertySyntax)}`,e.parentDataProperty=(0,Yr._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let p=o instanceof Yr.Name?o:a.let("data",o,!0);c(p),s!==void 0&&(e.propertyName=s)}i&&(e.dataTypes=i);function c(p){e.data=p,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,p]}}Kn.extendSubschemaData=Y4;function Q4(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:i}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),i!==void 0&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=r}Kn.extendSubschemaMode=Q4});var Aa=v(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.getSchemaRefs=Lt.resolveUrl=Lt.normalizeId=Lt._getFullPath=Lt.getFullPath=Lt.inlineRef=void 0;var J4=he(),X4=Bs(),Z4=xf(),eG=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function tG(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Zh(e):t?LP(e)<=t:!1}Lt.inlineRef=tG;var rG=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Zh(e){for(let t in e){if(rG.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(Zh)||typeof r=="object"&&Zh(r))return!0}return!1}function LP(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!eG.has(r)&&(typeof e[r]=="object"&&(0,J4.eachItem)(e[r],n=>t+=LP(n)),t===1/0))return 1/0}return t}function UP(e,t="",r){r!==!1&&(t=Wi(t));let n=e.parse(t);return zP(e,n)}Lt.getFullPath=UP;function zP(e,t){return e.serialize(t).split("#")[0]+"#"}Lt._getFullPath=zP;var nG=/#\/?$/;function Wi(e){return e?e.replace(nG,""):""}Lt.normalizeId=Wi;function oG(e,t,r){return r=Wi(r),e.resolve(t,r)}Lt.resolveUrl=oG;var iG=/^[a-z_][-a-z0-9._]*$/i;function sG(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=Wi(e[r]||t),i={"":o},s=UP(n,o,!1),a={},c=new Set;return Z4(e,{allKeys:!0},(u,d,f,m)=>{if(m===void 0)return;let h=s+d,y=i[m];typeof u[r]=="string"&&(y=g.call(this,u[r])),P.call(this,u.$anchor),P.call(this,u.$dynamicAnchor),i[d]=y;function g(b){let S=this.opts.uriResolver.resolve;if(b=Wi(y?S(y,b):b),c.has(b))throw l(b);c.add(b);let x=this.refs[b];return typeof x=="string"&&(x=this.refs[x]),typeof x=="object"?p(u,x.schema,b):b!==Wi(h)&&(b[0]==="#"?(p(u,a[b],b),a[b]=u):this.refs[b]=h),b}function P(b){if(typeof b=="string"){if(!iG.test(b))throw new Error(`invalid anchor "${b}"`);g.call(this,`#${b}`)}}}),a;function p(u,d,f){if(d!==void 0&&!X4(u,d))throw l(f)}function l(u){return new Error(`reference "${u}" resolves to more than one schema`)}}Lt.getSchemaRefs=sG});var Oa=v(Gn=>{"use strict";Object.defineProperty(Gn,"__esModule",{value:!0});Gn.getData=Gn.KeywordCxt=Gn.validateFunctionCode=void 0;var KP=PP(),FP=$a(),ty=Kh(),Wp=$a(),aG=kP(),Ra=jP(),ey=DP(),D=Z(),K=hn(),cG=Aa(),yn=he(),Ta=Ea();function pG(e){if(YP(e)&&(QP(e),WP(e))){dG(e);return}GP(e,()=>(0,KP.topBoolOrEmptySchema)(e))}Gn.validateFunctionCode=pG;function GP({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},i){o.code.es5?e.func(t,(0,D._)`${K.default.data}, ${K.default.valCxt}`,n.$async,()=>{e.code((0,D._)`"use strict"; ${VP(r,o)}`),uG(e,o),e.code(i)}):e.func(t,(0,D._)`${K.default.data}, ${lG(o)}`,n.$async,()=>e.code(VP(r,o)).code(i))}function lG(e){return(0,D._)`{${K.default.instancePath}="", ${K.default.parentData}, ${K.default.parentDataProperty}, ${K.default.rootData}=${K.default.data}${e.dynamicRef?(0,D._)`, ${K.default.dynamicAnchors}={}`:D.nil}}={}`}function uG(e,t){e.if(K.default.valCxt,()=>{e.var(K.default.instancePath,(0,D._)`${K.default.valCxt}.${K.default.instancePath}`),e.var(K.default.parentData,(0,D._)`${K.default.valCxt}.${K.default.parentData}`),e.var(K.default.parentDataProperty,(0,D._)`${K.default.valCxt}.${K.default.parentDataProperty}`),e.var(K.default.rootData,(0,D._)`${K.default.valCxt}.${K.default.rootData}`),t.dynamicRef&&e.var(K.default.dynamicAnchors,(0,D._)`${K.default.valCxt}.${K.default.dynamicAnchors}`)},()=>{e.var(K.default.instancePath,(0,D._)`""`),e.var(K.default.parentData,(0,D._)`undefined`),e.var(K.default.parentDataProperty,(0,D._)`undefined`),e.var(K.default.rootData,K.default.data),t.dynamicRef&&e.var(K.default.dynamicAnchors,(0,D._)`{}`)})}function dG(e){let{schema:t,opts:r,gen:n}=e;GP(e,()=>{r.$comment&&t.$comment&&XP(e),gG(e),n.let(K.default.vErrors,null),n.let(K.default.errors,0),r.unevaluated&&fG(e),JP(e),xG(e)})}function fG(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,D._)`${r}.evaluated`),t.if((0,D._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,D._)`${e.evaluated}.props`,(0,D._)`undefined`)),t.if((0,D._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,D._)`${e.evaluated}.items`,(0,D._)`undefined`))}function VP(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,D._)`/*# sourceURL=${r} */`:D.nil}function mG(e,t){if(YP(e)&&(QP(e),WP(e))){hG(e,t);return}(0,KP.boolOrEmptySchema)(e,t)}function WP({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function YP(e){return typeof e.schema!="boolean"}function hG(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&XP(e),bG(e),vG(e);let i=n.const("_errs",K.default.errors);JP(e,i),n.var(t,(0,D._)`${i} === ${K.default.errors}`)}function QP(e){(0,yn.checkUnknownRules)(e),yG(e)}function JP(e,t){if(e.opts.jtd)return BP(e,[],!1,t);let r=(0,FP.getSchemaTypes)(e.schema),n=(0,FP.coerceAndCheckDataType)(e,r);BP(e,r,!n,t)}function yG(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,yn.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function gG(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,yn.checkStrictMode)(e,"default is ignored in the schema root")}function bG(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,cG.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function vG(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function XP({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let i=r.$comment;if(o.$comment===!0)e.code((0,D._)`${K.default.self}.logger.log(${i})`);else if(typeof o.$comment=="function"){let s=(0,D.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,D._)`${K.default.self}.opts.$comment(${i}, ${s}, ${a}.schema)`)}}function xG(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:i}=e;r.$async?t.if((0,D._)`${K.default.errors} === 0`,()=>t.return(K.default.data),()=>t.throw((0,D._)`new ${o}(${K.default.vErrors})`)):(t.assign((0,D._)`${n}.errors`,K.default.vErrors),i.unevaluated&&SG(e),t.return((0,D._)`${K.default.errors} === 0`))}function SG({gen:e,evaluated:t,props:r,items:n}){r instanceof D.Name&&e.assign((0,D._)`${t}.props`,r),n instanceof D.Name&&e.assign((0,D._)`${t}.items`,n)}function BP(e,t,r,n){let{gen:o,schema:i,data:s,allErrors:a,opts:c,self:p}=e,{RULES:l}=p;if(i.$ref&&(c.ignoreKeywordsWithRef||!(0,yn.schemaHasRulesButRef)(i,l))){o.block(()=>eE(e,"$ref",l.all.$ref.definition));return}c.jtd||wG(e,t),o.block(()=>{for(let d of l.rules)u(d);u(l.post)});function u(d){(0,ty.shouldUseGroup)(i,d)&&(d.type?(o.if((0,Wp.checkDataType)(d.type,s,c.strictNumbers)),HP(e,d),t.length===1&&t[0]===d.type&&r&&(o.else(),(0,Wp.reportTypeError)(e)),o.endIf()):HP(e,d),a||o.if((0,D._)`${K.default.errors} === ${n||0}`))}}function HP(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,aG.assignDefaults)(e,t.type),r.block(()=>{for(let i of t.rules)(0,ty.shouldUseRule)(n,i)&&eE(e,i.keyword,i.definition,t.type)})}function wG(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(_G(e,t),e.opts.allowUnionTypes||PG(e,t),EG(e,e.dataTypes))}function _G(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{ZP(e.dataTypes,r)||ry(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),AG(e,t)}}function PG(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&ry(e,"use allowUnionTypes to allow union type keyword")}function EG(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,ty.shouldUseRule)(e.schema,o)){let{type:i}=o.definition;i.length&&!i.some(s=>$G(t,s))&&ry(e,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function $G(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function ZP(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function AG(e,t){let r=[];for(let n of e.dataTypes)ZP(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function ry(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,yn.checkStrictMode)(e,t,e.opts.strictTypes)}var Yp=class{constructor(t,r,n){if((0,Ra.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,yn.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",tE(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,Ra.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",K.default.errors))}result(t,r,n){this.failResult((0,D.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,D.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,D._)`${r} !== undefined && (${(0,D.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?Ta.reportExtraError:Ta.reportError)(this,this.def.error,r)}$dataError(){(0,Ta.reportError)(this,this.def.$dataError||Ta.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ta.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=D.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=D.nil,r=D.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:i,def:s}=this;n.if((0,D.or)((0,D._)`${o} === undefined`,r)),t!==D.nil&&n.assign(t,!0),(i.length||s.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==D.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:i}=this;return(0,D.or)(s(),a());function s(){if(n.length){if(!(r instanceof D.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,D._)`${(0,Wp.checkDataTypes)(c,r,i.opts.strictNumbers,Wp.DataType.Wrong)}`}return D.nil}function a(){if(o.validateSchema){let c=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,D._)`!${c}(${r})`}return D.nil}}subschema(t,r){let n=(0,ey.getSubschema)(this.it,t);(0,ey.extendSubschemaData)(n,this.it,t),(0,ey.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return mG(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=yn.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=yn.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,D.Name)),!0}};Gn.KeywordCxt=Yp;function eE(e,t,r,n){let o=new Yp(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Ra.funcKeywordCode)(o,r):"macro"in r?(0,Ra.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Ra.funcKeywordCode)(o,r)}var TG=/^\/(?:[^~]|~0|~1)*$/,RG=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function tE(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,i;if(e==="")return K.default.rootData;if(e[0]==="/"){if(!TG.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,i=K.default.rootData}else{let p=RG.exec(e);if(!p)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+p[1];if(o=p[2],o==="#"){if(l>=t)throw new Error(c("property/index",l));return n[t-l]}if(l>t)throw new Error(c("data",l));if(i=r[t-l],!o)return i}let s=i,a=o.split("/");for(let p of a)p&&(i=(0,D._)`${i}${(0,D.getProperty)((0,yn.unescapeJsonPointer)(p))}`,s=(0,D._)`${s} && ${i}`);return s;function c(p,l){return`Cannot access ${p} ${l} levels up, current level is ${t}`}}Gn.getData=tE});var Qp=v(oy=>{"use strict";Object.defineProperty(oy,"__esModule",{value:!0});var ny=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};oy.default=ny});var ka=v(ay=>{"use strict";Object.defineProperty(ay,"__esModule",{value:!0});var iy=Aa(),sy=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,iy.resolveUrl)(t,r,n),this.missingSchema=(0,iy.normalizeId)((0,iy.getFullPath)(t,this.missingRef))}};ay.default=sy});var Xp=v(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.resolveSchema=cr.getCompilingSchema=cr.resolveRef=cr.compileSchema=cr.SchemaEnv=void 0;var Sr=Z(),OG=Qp(),Mo=hn(),wr=Aa(),rE=he(),kG=Oa(),Yi=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,wr.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};cr.SchemaEnv=Yi;function py(e){let t=nE.call(this,e);if(t)return t;let r=(0,wr.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:i}=this.opts,s=new Sr.CodeGen(this.scope,{es5:n,lines:o,ownProperties:i}),a;e.$async&&(a=s.scopeValue("Error",{ref:OG.default,code:(0,Sr._)`require("ajv/dist/runtime/validation_error").default`}));let c=s.scopeName("validate");e.validateName=c;let p={gen:s,allErrors:this.opts.allErrors,data:Mo.default.data,parentData:Mo.default.parentData,parentDataProperty:Mo.default.parentDataProperty,dataNames:[Mo.default.data],dataPathArr:[Sr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,Sr.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:Sr.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Sr._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,kG.validateFunctionCode)(p),s.optimize(this.opts.code.optimize);let u=s.toString();l=`${s.scopeRefs(Mo.default.scope)}return ${u}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let f=new Function(`${Mo.default.self}`,`${Mo.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=e.schema,f.schemaEnv=e,e.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:u,scopeValues:s._values}),this.opts.unevaluated){let{props:m,items:h}=p;f.evaluated={props:m instanceof Sr.Name?void 0:m,items:h instanceof Sr.Name?void 0:h,dynamicProps:m instanceof Sr.Name,dynamicItems:h instanceof Sr.Name},f.source&&(f.source.evaluated=(0,Sr.stringify)(f.evaluated))}return e.validate=f,e}catch(u){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),u}finally{this._compilations.delete(e)}}cr.compileSchema=py;function IG(e,t,r){var n;r=(0,wr.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let i=NG.call(this,e,r);if(i===void 0){let s=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;s&&(i=new Yi({schema:s,schemaId:a,root:e,baseId:t}))}if(i!==void 0)return e.refs[r]=CG.call(this,i)}cr.resolveRef=IG;function CG(e){return(0,wr.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:py.call(this,e)}function nE(e){for(let t of this._compilations)if(qG(t,e))return t}cr.getCompilingSchema=nE;function qG(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function NG(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||Jp.call(this,e,t)}function Jp(e,t){let r=this.opts.uriResolver.parse(t),n=(0,wr._getFullPath)(this.opts.uriResolver,r),o=(0,wr.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return cy.call(this,r,e);let i=(0,wr.normalizeId)(n),s=this.refs[i]||this.schemas[i];if(typeof s=="string"){let a=Jp.call(this,e,s);return typeof a?.schema!="object"?void 0:cy.call(this,r,a)}if(typeof s?.schema=="object"){if(s.validate||py.call(this,s),i===(0,wr.normalizeId)(t)){let{schema:a}=s,{schemaId:c}=this.opts,p=a[c];return p&&(o=(0,wr.resolveUrl)(this.opts.uriResolver,o,p)),new Yi({schema:a,schemaId:c,root:e,baseId:o})}return cy.call(this,r,s)}}cr.resolveSchema=Jp;var jG=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function cy(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,rE.unescapeFragment)(a)];if(c===void 0)return;r=c;let p=typeof r=="object"&&r[this.opts.schemaId];!jG.has(a)&&p&&(t=(0,wr.resolveUrl)(this.opts.uriResolver,t,p))}let i;if(typeof r!="boolean"&&r.$ref&&!(0,rE.schemaHasRulesButRef)(r,this.RULES)){let a=(0,wr.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=Jp.call(this,n,a)}let{schemaId:s}=this.opts;if(i=i||new Yi({schema:r,schemaId:s,root:n,baseId:t}),i.schema!==i.root.schema)return i}});var oE=v((tse,MG)=>{MG.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var sE=v(ly=>{"use strict";Object.defineProperty(ly,"__esModule",{value:!0});var iE=Df();iE.code='require("ajv/dist/runtime/uri").default';ly.default=iE});var mE=v(pt=>{"use strict";Object.defineProperty(pt,"__esModule",{value:!0});pt.CodeGen=pt.Name=pt.nil=pt.stringify=pt.str=pt._=pt.KeywordCxt=void 0;var DG=Oa();Object.defineProperty(pt,"KeywordCxt",{enumerable:!0,get:function(){return DG.KeywordCxt}});var Qi=Z();Object.defineProperty(pt,"_",{enumerable:!0,get:function(){return Qi._}});Object.defineProperty(pt,"str",{enumerable:!0,get:function(){return Qi.str}});Object.defineProperty(pt,"stringify",{enumerable:!0,get:function(){return Qi.stringify}});Object.defineProperty(pt,"nil",{enumerable:!0,get:function(){return Qi.nil}});Object.defineProperty(pt,"Name",{enumerable:!0,get:function(){return Qi.Name}});Object.defineProperty(pt,"CodeGen",{enumerable:!0,get:function(){return Qi.CodeGen}});var LG=Qp(),uE=ka(),UG=Hh(),Ia=Xp(),zG=Z(),Ca=Aa(),Zp=$a(),dy=he(),aE=oE(),FG=sE(),dE=(e,t)=>new RegExp(e,t);dE.code="new RegExp";var VG=["removeAdditional","useDefaults","coerceTypes"],BG=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),HG={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},KG={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},cE=200;function GG(e){var t,r,n,o,i,s,a,c,p,l,u,d,f,m,h,y,g,P,b,S,x,_,R,w,A;let E=e.strict,G=(t=e.code)===null||t===void 0?void 0:t.optimize,F=G===!0||G===void 0?1:G||0,ce=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:dE,T=(o=e.uriResolver)!==null&&o!==void 0?o:FG.default;return{strictSchema:(s=(i=e.strictSchema)!==null&&i!==void 0?i:E)!==null&&s!==void 0?s:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:E)!==null&&c!==void 0?c:!0,strictTypes:(l=(p=e.strictTypes)!==null&&p!==void 0?p:E)!==null&&l!==void 0?l:"log",strictTuples:(d=(u=e.strictTuples)!==null&&u!==void 0?u:E)!==null&&d!==void 0?d:"log",strictRequired:(m=(f=e.strictRequired)!==null&&f!==void 0?f:E)!==null&&m!==void 0?m:!1,code:e.code?{...e.code,optimize:F,regExp:ce}:{optimize:F,regExp:ce},loopRequired:(h=e.loopRequired)!==null&&h!==void 0?h:cE,loopEnum:(y=e.loopEnum)!==null&&y!==void 0?y:cE,meta:(g=e.meta)!==null&&g!==void 0?g:!0,messages:(P=e.messages)!==null&&P!==void 0?P:!0,inlineRefs:(b=e.inlineRefs)!==null&&b!==void 0?b:!0,schemaId:(S=e.schemaId)!==null&&S!==void 0?S:"$id",addUsedSchema:(x=e.addUsedSchema)!==null&&x!==void 0?x:!0,validateSchema:(_=e.validateSchema)!==null&&_!==void 0?_:!0,validateFormats:(R=e.validateFormats)!==null&&R!==void 0?R:!0,unicodeRegExp:(w=e.unicodeRegExp)!==null&&w!==void 0?w:!0,int32range:(A=e.int32range)!==null&&A!==void 0?A:!0,uriResolver:T}}var qa=class{constructor(t={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...GG(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new zG.ValueScope({scope:{},prefixes:BG,es5:r,lines:n}),this.logger=ZG(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,UG.getRules)(),pE.call(this,HG,t,"NOT SUPPORTED"),pE.call(this,KG,t,"DEPRECATED","warn"),this._metaOpts=JG.call(this),t.formats&&YG.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&QG.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),WG.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=aE;n==="id"&&(o={...aE},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,u){await i.call(this,l.$schema);let d=this._addSchema(l,u);return d.validate||s.call(this,d)}async function i(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function s(l){try{return this._compileSchemaEnv(l)}catch(u){if(!(u instanceof uE.default))throw u;return a.call(this,u),await c.call(this,u.missingSchema),s.call(this,l)}}function a({missingSchema:l,missingRef:u}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${u} cannot be resolved`)}async function c(l){let u=await p.call(this,l);this.refs[l]||await i.call(this,u.$schema),this.refs[l]||this.addSchema(u,l,r)}async function p(l){let u=this._loading[l];if(u)return u;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let s of t)this.addSchema(s,void 0,n,o);return this}let i;if(typeof t=="object"){let{schemaId:s}=this.opts;if(i=t[s],i!==void 0&&typeof i!="string")throw new Error(`schema ${s} must be string`)}return r=(0,Ca.normalizeId)(r||i),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let i="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(i);else throw new Error(i)}return o}getSchema(t){let r;for(;typeof(r=lE.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Ia.SchemaEnv({schema:{},schemaId:n});if(r=Ia.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=lE.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,Ca.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(t5.call(this,n,r),!r)return(0,dy.eachItem)(n,i=>uy.call(this,i)),this;n5.call(this,r);let o={...r,type:(0,Zp.getJSONTypes)(r.type),schemaType:(0,Zp.getJSONTypes)(r.schemaType)};return(0,dy.eachItem)(n,o.type.length===0?i=>uy.call(this,i,o):i=>o.type.forEach(s=>uy.call(this,i,o,s))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(i=>i.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,i)=>o+r+i)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let i=o.split("/").slice(1),s=t;for(let a of i)s=s[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:p}=c.definition,l=s[a];p&&l&&(s[a]=fE(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,i=this.opts.addUsedSchema){let s,{schemaId:a}=this.opts;if(typeof t=="object")s=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(t);if(c!==void 0)return c;n=(0,Ca.normalizeId)(s||n);let p=Ca.getSchemaRefs.call(this,t,n);return c=new Ia.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:p}),this._cache.set(c.schema,c),i&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(t,!0),c}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):Ia.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{Ia.compileSchema.call(this,t)}finally{this.opts=r}}};qa.ValidationError=LG.default;qa.MissingRefError=uE.default;pt.default=qa;function pE(e,t,r,n="error"){for(let o in e){let i=o;i in t&&this.logger[n](`${r}: option ${o}. ${e[i]}`)}}function lE(e){return e=(0,Ca.normalizeId)(e),this.schemas[e]||this.refs[e]}function WG(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function YG(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function QG(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function JG(){let e={...this.opts};for(let t of VG)delete e[t];return e}var XG={log(){},warn(){},error(){}};function ZG(e){if(e===!1)return XG;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var e5=/^[a-z_$][a-z0-9_$:-]*$/i;function t5(e,t){let{RULES:r}=this;if((0,dy.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!e5.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function uy(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,s=o?i.post:i.rules.find(({type:c})=>c===r);if(s||(s={type:r,rules:[]},i.rules.push(s)),i.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,Zp.getJSONTypes)(t.type),schemaType:(0,Zp.getJSONTypes)(t.schemaType)}};t.before?r5.call(this,s,a,t.before):s.rules.push(a),i.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function r5(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function n5(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=fE(t)),e.validateSchema=this.compile(t,!0))}var o5={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function fE(e){return{anyOf:[e,o5]}}});var hE=v(fy=>{"use strict";Object.defineProperty(fy,"__esModule",{value:!0});var i5={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};fy.default=i5});var vE=v(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Do.callRef=Do.getValidate=void 0;var s5=ka(),yE=ar(),Ut=Z(),Ji=hn(),gE=Xp(),el=he(),a5={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:i,validateName:s,opts:a,self:c}=n,{root:p}=i;if((r==="#"||r==="#/")&&o===p.baseId)return u();let l=gE.resolveRef.call(c,p,o,r);if(l===void 0)throw new s5.default(n.opts.uriResolver,o,r);if(l instanceof gE.SchemaEnv)return d(l);return f(l);function u(){if(i===p)return tl(e,s,i,i.$async);let m=t.scopeValue("root",{ref:p});return tl(e,(0,Ut._)`${m}.validate`,p,p.$async)}function d(m){let h=bE(e,m);tl(e,h,m,m.$async)}function f(m){let h=t.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,Ut.stringify)(m)}:{ref:m}),y=t.name("valid"),g=e.subschema({schema:m,dataTypes:[],schemaPath:Ut.nil,topSchemaRef:h,errSchemaPath:r},y);e.mergeEvaluated(g),e.ok(y)}}};function bE(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Ut._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Do.getValidate=bE;function tl(e,t,r,n){let{gen:o,it:i}=e,{allErrors:s,schemaEnv:a,opts:c}=i,p=c.passContext?Ji.default.this:Ut.nil;n?l():u();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,Ut._)`await ${(0,yE.callValidateCode)(e,t,p)}`),f(t),s||o.assign(m,!0)},h=>{o.if((0,Ut._)`!(${h} instanceof ${i.ValidationError})`,()=>o.throw(h)),d(h),s||o.assign(m,!1)}),e.ok(m)}function u(){e.result((0,yE.callValidateCode)(e,t,p),()=>f(t),()=>d(t))}function d(m){let h=(0,Ut._)`${m}.errors`;o.assign(Ji.default.vErrors,(0,Ut._)`${Ji.default.vErrors} === null ? ${h} : ${Ji.default.vErrors}.concat(${h})`),o.assign(Ji.default.errors,(0,Ut._)`${Ji.default.vErrors}.length`)}function f(m){var h;if(!i.opts.unevaluated)return;let y=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(i.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(i.props=el.mergeEvaluated.props(o,y.props,i.props));else{let g=o.var("props",(0,Ut._)`${m}.evaluated.props`);i.props=el.mergeEvaluated.props(o,g,i.props,Ut.Name)}if(i.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(i.items=el.mergeEvaluated.items(o,y.items,i.items));else{let g=o.var("items",(0,Ut._)`${m}.evaluated.items`);i.items=el.mergeEvaluated.items(o,g,i.items,Ut.Name)}}}Do.callRef=tl;Do.default=a5});var xE=v(my=>{"use strict";Object.defineProperty(my,"__esModule",{value:!0});var c5=hE(),p5=vE(),l5=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",c5.default,p5.default];my.default=l5});var SE=v(hy=>{"use strict";Object.defineProperty(hy,"__esModule",{value:!0});var rl=Z(),Wn=rl.operators,nl={maximum:{okStr:"<=",ok:Wn.LTE,fail:Wn.GT},minimum:{okStr:">=",ok:Wn.GTE,fail:Wn.LT},exclusiveMaximum:{okStr:"<",ok:Wn.LT,fail:Wn.GTE},exclusiveMinimum:{okStr:">",ok:Wn.GT,fail:Wn.LTE}},u5={message:({keyword:e,schemaCode:t})=>(0,rl.str)`must be ${nl[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,rl._)`{comparison: ${nl[e].okStr}, limit: ${t}}`},d5={keyword:Object.keys(nl),type:"number",schemaType:"number",$data:!0,error:u5,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,rl._)`${r} ${nl[t].fail} ${n} || isNaN(${r})`)}};hy.default=d5});var wE=v(yy=>{"use strict";Object.defineProperty(yy,"__esModule",{value:!0});var Na=Z(),f5={message:({schemaCode:e})=>(0,Na.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,Na._)`{multipleOf: ${e}}`},m5={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:f5,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,i=o.opts.multipleOfPrecision,s=t.let("res"),a=i?(0,Na._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${i}`:(0,Na._)`${s} !== parseInt(${s})`;e.fail$data((0,Na._)`(${n} === 0 || (${s} = ${r}/${n}, ${a}))`)}};yy.default=m5});var PE=v(gy=>{"use strict";Object.defineProperty(gy,"__esModule",{value:!0});function _E(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}gy.default=_E;_E.code='require("ajv/dist/runtime/ucs2length").default'});var EE=v(by=>{"use strict";Object.defineProperty(by,"__esModule",{value:!0});var Lo=Z(),h5=he(),y5=PE(),g5={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,Lo.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,Lo._)`{limit: ${e}}`},b5={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:g5,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,i=t==="maxLength"?Lo.operators.GT:Lo.operators.LT,s=o.opts.unicode===!1?(0,Lo._)`${r}.length`:(0,Lo._)`${(0,h5.useFunc)(e.gen,y5.default)}(${r})`;e.fail$data((0,Lo._)`${s} ${i} ${n}`)}};by.default=b5});var $E=v(vy=>{"use strict";Object.defineProperty(vy,"__esModule",{value:!0});var v5=ar(),x5=he(),Xi=Z(),S5={message:({schemaCode:e})=>(0,Xi.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Xi._)`{pattern: ${e}}`},w5={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:S5,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:s}=e,a=s.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=s.opts.code,p=c.code==="new RegExp"?(0,Xi._)`new RegExp`:(0,x5.useFunc)(t,c),l=t.let("valid");t.try(()=>t.assign(l,(0,Xi._)`${p}(${i}, ${a}).test(${r})`),()=>t.assign(l,!1)),e.fail$data((0,Xi._)`!${l}`)}else{let c=(0,v5.usePattern)(e,o);e.fail$data((0,Xi._)`!${c}.test(${r})`)}}};vy.default=w5});var AE=v(xy=>{"use strict";Object.defineProperty(xy,"__esModule",{value:!0});var ja=Z(),_5={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,ja.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,ja._)`{limit: ${e}}`},P5={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:_5,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?ja.operators.GT:ja.operators.LT;e.fail$data((0,ja._)`Object.keys(${r}).length ${o} ${n}`)}};xy.default=P5});var TE=v(Sy=>{"use strict";Object.defineProperty(Sy,"__esModule",{value:!0});var Ma=ar(),Da=Z(),E5=he(),$5={message:({params:{missingProperty:e}})=>(0,Da.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,Da._)`{missingProperty: ${e}}`},A5={keyword:"required",type:"object",schemaType:"array",$data:!0,error:$5,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:i,it:s}=e,{opts:a}=s;if(!i&&r.length===0)return;let c=r.length>=a.loopRequired;if(s.allErrors?p():l(),a.strictRequired){let f=e.parentSchema.properties,{definedProperties:m}=e.it;for(let h of r)if(f?.[h]===void 0&&!m.has(h)){let y=s.schemaEnv.baseId+s.errSchemaPath,g=`required property "${h}" is not defined at "${y}" (strictRequired)`;(0,E5.checkStrictMode)(s,g,s.opts.strictRequired)}}function p(){if(c||i)e.block$data(Da.nil,u);else for(let f of r)(0,Ma.checkReportMissingProp)(e,f)}function l(){let f=t.let("missing");if(c||i){let m=t.let("valid",!0);e.block$data(m,()=>d(f,m)),e.ok(m)}else t.if((0,Ma.checkMissingProp)(e,r,f)),(0,Ma.reportMissingProp)(e,f),t.else()}function u(){t.forOf("prop",n,f=>{e.setParams({missingProperty:f}),t.if((0,Ma.noPropertyInData)(t,o,f,a.ownProperties),()=>e.error())})}function d(f,m){e.setParams({missingProperty:f}),t.forOf(f,n,()=>{t.assign(m,(0,Ma.propertyInData)(t,o,f,a.ownProperties)),t.if((0,Da.not)(m),()=>{e.error(),t.break()})},Da.nil)}}};Sy.default=A5});var RE=v(wy=>{"use strict";Object.defineProperty(wy,"__esModule",{value:!0});var La=Z(),T5={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,La.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,La._)`{limit: ${e}}`},R5={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:T5,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?La.operators.GT:La.operators.LT;e.fail$data((0,La._)`${r}.length ${o} ${n}`)}};wy.default=R5});var ol=v(_y=>{"use strict";Object.defineProperty(_y,"__esModule",{value:!0});var OE=Bs();OE.code='require("ajv/dist/runtime/equal").default';_y.default=OE});var kE=v(Ey=>{"use strict";Object.defineProperty(Ey,"__esModule",{value:!0});var Py=$a(),lt=Z(),O5=he(),k5=ol(),I5={message:({params:{i:e,j:t}})=>(0,lt.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,lt._)`{i: ${e}, j: ${t}}`},C5={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:I5,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:i,schemaCode:s,it:a}=e;if(!n&&!o)return;let c=t.let("valid"),p=i.items?(0,Py.getSchemaTypes)(i.items):[];e.block$data(c,l,(0,lt._)`${s} === false`),e.ok(c);function l(){let m=t.let("i",(0,lt._)`${r}.length`),h=t.let("j");e.setParams({i:m,j:h}),t.assign(c,!0),t.if((0,lt._)`${m} > 1`,()=>(u()?d:f)(m,h))}function u(){return p.length>0&&!p.some(m=>m==="object"||m==="array")}function d(m,h){let y=t.name("item"),g=(0,Py.checkDataTypes)(p,y,a.opts.strictNumbers,Py.DataType.Wrong),P=t.const("indices",(0,lt._)`{}`);t.for((0,lt._)`;${m}--;`,()=>{t.let(y,(0,lt._)`${r}[${m}]`),t.if(g,(0,lt._)`continue`),p.length>1&&t.if((0,lt._)`typeof ${y} == "string"`,(0,lt._)`${y} += "_"`),t.if((0,lt._)`typeof ${P}[${y}] == "number"`,()=>{t.assign(h,(0,lt._)`${P}[${y}]`),e.error(),t.assign(c,!1).break()}).code((0,lt._)`${P}[${y}] = ${m}`)})}function f(m,h){let y=(0,O5.useFunc)(t,k5.default),g=t.name("outer");t.label(g).for((0,lt._)`;${m}--;`,()=>t.for((0,lt._)`${h} = ${m}; ${h}--;`,()=>t.if((0,lt._)`${y}(${r}[${m}], ${r}[${h}])`,()=>{e.error(),t.assign(c,!1).break(g)})))}}};Ey.default=C5});var IE=v(Ay=>{"use strict";Object.defineProperty(Ay,"__esModule",{value:!0});var $y=Z(),q5=he(),N5=ol(),j5={message:"must be equal to constant",params:({schemaCode:e})=>(0,$y._)`{allowedValue: ${e}}`},M5={keyword:"const",$data:!0,error:j5,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:i}=e;n||i&&typeof i=="object"?e.fail$data((0,$y._)`!${(0,q5.useFunc)(t,N5.default)}(${r}, ${o})`):e.fail((0,$y._)`${i} !== ${r}`)}};Ay.default=M5});var CE=v(Ty=>{"use strict";Object.defineProperty(Ty,"__esModule",{value:!0});var Ua=Z(),D5=he(),L5=ol(),U5={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,Ua._)`{allowedValues: ${e}}`},z5={keyword:"enum",schemaType:"array",$data:!0,error:U5,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:s}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=s.opts.loopEnum,c,p=()=>c??(c=(0,D5.useFunc)(t,L5.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,u);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=t.const("vSchema",i);l=(0,Ua.or)(...o.map((m,h)=>d(f,h)))}e.pass(l);function u(){t.assign(l,!1),t.forOf("v",i,f=>t.if((0,Ua._)`${p()}(${r}, ${f})`,()=>t.assign(l,!0).break()))}function d(f,m){let h=o[m];return typeof h=="object"&&h!==null?(0,Ua._)`${p()}(${r}, ${f}[${m}])`:(0,Ua._)`${r} === ${h}`}}};Ty.default=z5});var qE=v(Ry=>{"use strict";Object.defineProperty(Ry,"__esModule",{value:!0});var F5=SE(),V5=wE(),B5=EE(),H5=$E(),K5=AE(),G5=TE(),W5=RE(),Y5=kE(),Q5=IE(),J5=CE(),X5=[F5.default,V5.default,B5.default,H5.default,K5.default,G5.default,W5.default,Y5.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Q5.default,J5.default];Ry.default=X5});var ky=v(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});za.validateAdditionalItems=void 0;var Uo=Z(),Oy=he(),Z5={message:({params:{len:e}})=>(0,Uo.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,Uo._)`{limit: ${e}}`},eW={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Z5,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,Oy.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}NE(e,n)}};function NE(e,t){let{gen:r,schema:n,data:o,keyword:i,it:s}=e;s.items=!0;let a=r.const("len",(0,Uo._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,Uo._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,Oy.alwaysValidSchema)(s,n)){let p=r.var("valid",(0,Uo._)`${a} <= ${t.length}`);r.if((0,Uo.not)(p),()=>c(p)),e.ok(p)}function c(p){r.forRange("i",t.length,a,l=>{e.subschema({keyword:i,dataProp:l,dataPropType:Oy.Type.Num},p),s.allErrors||r.if((0,Uo.not)(p),()=>r.break())})}}za.validateAdditionalItems=NE;za.default=eW});var Iy=v(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});Fa.validateTuple=void 0;var jE=Z(),il=he(),tW=ar(),rW={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return ME(e,"additionalItems",t);r.items=!0,!(0,il.alwaysValidSchema)(r,t)&&e.ok((0,tW.validateArray)(e))}};function ME(e,t,r=e.schema){let{gen:n,parentSchema:o,data:i,keyword:s,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=il.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),p=n.const("len",(0,jE._)`${i}.length`);r.forEach((u,d)=>{(0,il.alwaysValidSchema)(a,u)||(n.if((0,jE._)`${p} > ${d}`,()=>e.subschema({keyword:s,schemaProp:d,dataProp:d},c)),e.ok(c))});function l(u){let{opts:d,errSchemaPath:f}=a,m=r.length,h=m===u.minItems&&(m===u.maxItems||u[t]===!1);if(d.strictTuples&&!h){let y=`"${s}" is ${m}-tuple, but minItems or maxItems/${t} are not specified or different at path "${f}"`;(0,il.checkStrictMode)(a,y,d.strictTuples)}}}Fa.validateTuple=ME;Fa.default=rW});var DE=v(Cy=>{"use strict";Object.defineProperty(Cy,"__esModule",{value:!0});var nW=Iy(),oW={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,nW.validateTuple)(e,"items")};Cy.default=oW});var UE=v(qy=>{"use strict";Object.defineProperty(qy,"__esModule",{value:!0});var LE=Z(),iW=he(),sW=ar(),aW=ky(),cW={message:({params:{len:e}})=>(0,LE.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,LE._)`{limit: ${e}}`},pW={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:cW,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,iW.alwaysValidSchema)(n,t)&&(o?(0,aW.validateAdditionalItems)(e,o):e.ok((0,sW.validateArray)(e)))}};qy.default=pW});var zE=v(Ny=>{"use strict";Object.defineProperty(Ny,"__esModule",{value:!0});var pr=Z(),sl=he(),lW={message:({params:{min:e,max:t}})=>t===void 0?(0,pr.str)`must contain at least ${e} valid item(s)`:(0,pr.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,pr._)`{minContains: ${e}}`:(0,pr._)`{minContains: ${e}, maxContains: ${t}}`},uW={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:lW,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e,s,a,{minContains:c,maxContains:p}=n;i.opts.next?(s=c===void 0?1:c,a=p):s=1;let l=t.const("len",(0,pr._)`${o}.length`);if(e.setParams({min:s,max:a}),a===void 0&&s===0){(0,sl.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&s>a){(0,sl.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,sl.alwaysValidSchema)(i,r)){let h=(0,pr._)`${l} >= ${s}`;a!==void 0&&(h=(0,pr._)`${h} && ${l} <= ${a}`),e.pass(h);return}i.items=!0;let u=t.name("valid");a===void 0&&s===1?f(u,()=>t.if(u,()=>t.break())):s===0?(t.let(u,!0),a!==void 0&&t.if((0,pr._)`${o}.length > 0`,d)):(t.let(u,!1),d()),e.result(u,()=>e.reset());function d(){let h=t.name("_valid"),y=t.let("count",0);f(h,()=>t.if(h,()=>m(y)))}function f(h,y){t.forRange("i",0,l,g=>{e.subschema({keyword:"contains",dataProp:g,dataPropType:sl.Type.Num,compositeRule:!0},h),y()})}function m(h){t.code((0,pr._)`${h}++`),a===void 0?t.if((0,pr._)`${h} >= ${s}`,()=>t.assign(u,!0).break()):(t.if((0,pr._)`${h} > ${a}`,()=>t.assign(u,!1).break()),s===1?t.assign(u,!0):t.if((0,pr._)`${h} >= ${s}`,()=>t.assign(u,!0)))}}};Ny.default=uW});var BE=v(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.validateSchemaDeps=Qr.validatePropertyDeps=Qr.error=void 0;var jy=Z(),dW=he(),Va=ar();Qr.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,jy.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,jy._)`{property: ${e},
|
|
19
|
+
missingProperty: ${n},
|
|
20
|
+
depsCount: ${t},
|
|
21
|
+
deps: ${r}}`};var fW={keyword:"dependencies",type:"object",schemaType:"object",error:Qr.error,code(e){let[t,r]=mW(e);FE(e,t),VE(e,r)}};function mW({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function FE(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let i=r.let("missing");for(let s in t){let a=t[s];if(a.length===0)continue;let c=(0,Va.propertyInData)(r,n,s,o.opts.ownProperties);e.setParams({property:s,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let p of a)(0,Va.checkReportMissingProp)(e,p)}):(r.if((0,jy._)`${c} && (${(0,Va.checkMissingProp)(e,a,i)})`),(0,Va.reportMissingProp)(e,i),r.else())}}Qr.validatePropertyDeps=FE;function VE(e,t=e.schema){let{gen:r,data:n,keyword:o,it:i}=e,s=r.name("valid");for(let a in t)(0,dW.alwaysValidSchema)(i,t[a])||(r.if((0,Va.propertyInData)(r,n,a,i.opts.ownProperties),()=>{let c=e.subschema({keyword:o,schemaProp:a},s);e.mergeValidEvaluated(c,s)},()=>r.var(s,!0)),e.ok(s))}Qr.validateSchemaDeps=VE;Qr.default=fW});var KE=v(My=>{"use strict";Object.defineProperty(My,"__esModule",{value:!0});var HE=Z(),hW=he(),yW={message:"property name must be valid",params:({params:e})=>(0,HE._)`{propertyName: ${e.propertyName}}`},gW={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:yW,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,hW.alwaysValidSchema)(o,r))return;let i=t.name("valid");t.forIn("key",n,s=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},i),t.if((0,HE.not)(i),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(i)}};My.default=gW});var Ly=v(Dy=>{"use strict";Object.defineProperty(Dy,"__esModule",{value:!0});var al=ar(),_r=Z(),bW=hn(),cl=he(),vW={message:"must NOT have additional properties",params:({params:e})=>(0,_r._)`{additionalProperty: ${e.additionalProperty}}`},xW={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:vW,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:i,it:s}=e;if(!i)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=s;if(s.props=!0,c.removeAdditional!=="all"&&(0,cl.alwaysValidSchema)(s,r))return;let p=(0,al.allSchemaProperties)(n.properties),l=(0,al.allSchemaProperties)(n.patternProperties);u(),e.ok((0,_r._)`${i} === ${bW.default.errors}`);function u(){t.forIn("key",o,y=>{!p.length&&!l.length?m(y):t.if(d(y),()=>m(y))})}function d(y){let g;if(p.length>8){let P=(0,cl.schemaRefOrVal)(s,n.properties,"properties");g=(0,al.isOwnProperty)(t,P,y)}else p.length?g=(0,_r.or)(...p.map(P=>(0,_r._)`${y} === ${P}`)):g=_r.nil;return l.length&&(g=(0,_r.or)(g,...l.map(P=>(0,_r._)`${(0,al.usePattern)(e,P)}.test(${y})`))),(0,_r.not)(g)}function f(y){t.code((0,_r._)`delete ${o}[${y}]`)}function m(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(y);return}if(r===!1){e.setParams({additionalProperty:y}),e.error(),a||t.break();return}if(typeof r=="object"&&!(0,cl.alwaysValidSchema)(s,r)){let g=t.name("valid");c.removeAdditional==="failing"?(h(y,g,!1),t.if((0,_r.not)(g),()=>{e.reset(),f(y)})):(h(y,g),a||t.if((0,_r.not)(g),()=>t.break()))}}function h(y,g,P){let b={keyword:"additionalProperties",dataProp:y,dataPropType:cl.Type.Str};P===!1&&Object.assign(b,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(b,g)}}};Dy.default=xW});var YE=v(zy=>{"use strict";Object.defineProperty(zy,"__esModule",{value:!0});var SW=Oa(),GE=ar(),Uy=he(),WE=Ly(),wW={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&WE.default.code(new SW.KeywordCxt(i,WE.default,"additionalProperties"));let s=(0,GE.allSchemaProperties)(r);for(let u of s)i.definedProperties.add(u);i.opts.unevaluated&&s.length&&i.props!==!0&&(i.props=Uy.mergeEvaluated.props(t,(0,Uy.toHash)(s),i.props));let a=s.filter(u=>!(0,Uy.alwaysValidSchema)(i,r[u]));if(a.length===0)return;let c=t.name("valid");for(let u of a)p(u)?l(u):(t.if((0,GE.propertyInData)(t,o,u,i.opts.ownProperties)),l(u),i.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(u),e.ok(c);function p(u){return i.opts.useDefaults&&!i.compositeRule&&r[u].default!==void 0}function l(u){e.subschema({keyword:"properties",schemaProp:u,dataProp:u},c)}}};zy.default=wW});var ZE=v(Fy=>{"use strict";Object.defineProperty(Fy,"__esModule",{value:!0});var QE=ar(),pl=Z(),JE=he(),XE=he(),_W={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:i}=e,{opts:s}=i,a=(0,QE.allSchemaProperties)(r),c=a.filter(h=>(0,JE.alwaysValidSchema)(i,r[h]));if(a.length===0||c.length===a.length&&(!i.opts.unevaluated||i.props===!0))return;let p=s.strictSchema&&!s.allowMatchingProperties&&o.properties,l=t.name("valid");i.props!==!0&&!(i.props instanceof pl.Name)&&(i.props=(0,XE.evaluatedPropsToName)(t,i.props));let{props:u}=i;d();function d(){for(let h of a)p&&f(h),i.allErrors?m(h):(t.var(l,!0),m(h),t.if(l))}function f(h){for(let y in p)new RegExp(h).test(y)&&(0,JE.checkStrictMode)(i,`property ${y} matches pattern ${h} (use allowMatchingProperties)`)}function m(h){t.forIn("key",n,y=>{t.if((0,pl._)`${(0,QE.usePattern)(e,h)}.test(${y})`,()=>{let g=c.includes(h);g||e.subschema({keyword:"patternProperties",schemaProp:h,dataProp:y,dataPropType:XE.Type.Str},l),i.opts.unevaluated&&u!==!0?t.assign((0,pl._)`${u}[${y}]`,!0):!g&&!i.allErrors&&t.if((0,pl.not)(l),()=>t.break())})})}}};Fy.default=_W});var e$=v(Vy=>{"use strict";Object.defineProperty(Vy,"__esModule",{value:!0});var PW=he(),EW={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,PW.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Vy.default=EW});var t$=v(By=>{"use strict";Object.defineProperty(By,"__esModule",{value:!0});var $W=ar(),AW={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:$W.validateUnion,error:{message:"must match a schema in anyOf"}};By.default=AW});var r$=v(Hy=>{"use strict";Object.defineProperty(Hy,"__esModule",{value:!0});var ll=Z(),TW=he(),RW={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,ll._)`{passingSchemas: ${e.passing}}`},OW={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:RW,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let i=r,s=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(p),e.result(s,()=>e.reset(),()=>e.error(!0));function p(){i.forEach((l,u)=>{let d;(0,TW.alwaysValidSchema)(o,l)?t.var(c,!0):d=e.subschema({keyword:"oneOf",schemaProp:u,compositeRule:!0},c),u>0&&t.if((0,ll._)`${c} && ${s}`).assign(s,!1).assign(a,(0,ll._)`[${a}, ${u}]`).else(),t.if(c,()=>{t.assign(s,!0),t.assign(a,u),d&&e.mergeEvaluated(d,ll.Name)})})}}};Hy.default=OW});var n$=v(Ky=>{"use strict";Object.defineProperty(Ky,"__esModule",{value:!0});var kW=he(),IW={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((i,s)=>{if((0,kW.alwaysValidSchema)(n,i))return;let a=e.subschema({keyword:"allOf",schemaProp:s},o);e.ok(o),e.mergeEvaluated(a)})}};Ky.default=IW});var s$=v(Gy=>{"use strict";Object.defineProperty(Gy,"__esModule",{value:!0});var ul=Z(),i$=he(),CW={message:({params:e})=>(0,ul.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,ul._)`{failingKeyword: ${e.ifClause}}`},qW={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:CW,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,i$.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=o$(n,"then"),i=o$(n,"else");if(!o&&!i)return;let s=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),o&&i){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,p("then",l),p("else",l))}else o?t.if(a,p("then")):t.if((0,ul.not)(a),p("else"));e.pass(s,()=>e.error(!0));function c(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function p(l,u){return()=>{let d=e.subschema({keyword:l},a);t.assign(s,a),e.mergeValidEvaluated(d,s),u?t.assign(u,(0,ul._)`${l}`):e.setParams({ifClause:l})}}}};function o$(e,t){let r=e.schema[t];return r!==void 0&&!(0,i$.alwaysValidSchema)(e,r)}Gy.default=qW});var a$=v(Wy=>{"use strict";Object.defineProperty(Wy,"__esModule",{value:!0});var NW=he(),jW={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,NW.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Wy.default=jW});var c$=v(Yy=>{"use strict";Object.defineProperty(Yy,"__esModule",{value:!0});var MW=ky(),DW=DE(),LW=Iy(),UW=UE(),zW=zE(),FW=BE(),VW=KE(),BW=Ly(),HW=YE(),KW=ZE(),GW=e$(),WW=t$(),YW=r$(),QW=n$(),JW=s$(),XW=a$();function ZW(e=!1){let t=[GW.default,WW.default,YW.default,QW.default,JW.default,XW.default,VW.default,BW.default,FW.default,HW.default,KW.default];return e?t.push(DW.default,UW.default):t.push(MW.default,LW.default),t.push(zW.default),t}Yy.default=ZW});var p$=v(Qy=>{"use strict";Object.defineProperty(Qy,"__esModule",{value:!0});var Fe=Z(),eY={message:({schemaCode:e})=>(0,Fe.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,Fe._)`{format: ${e}}`},tY={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:eY,code(e,t){let{gen:r,data:n,$data:o,schema:i,schemaCode:s,it:a}=e,{opts:c,errSchemaPath:p,schemaEnv:l,self:u}=a;if(!c.validateFormats)return;o?d():f();function d(){let m=r.scopeValue("formats",{ref:u.formats,code:c.code.formats}),h=r.const("fDef",(0,Fe._)`${m}[${s}]`),y=r.let("fType"),g=r.let("format");r.if((0,Fe._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(y,(0,Fe._)`${h}.type || "string"`).assign(g,(0,Fe._)`${h}.validate`),()=>r.assign(y,(0,Fe._)`"string"`).assign(g,h)),e.fail$data((0,Fe.or)(P(),b()));function P(){return c.strictSchema===!1?Fe.nil:(0,Fe._)`${s} && !${g}`}function b(){let S=l.$async?(0,Fe._)`(${h}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,Fe._)`${g}(${n})`,x=(0,Fe._)`(typeof ${g} == "function" ? ${S} : ${g}.test(${n}))`;return(0,Fe._)`${g} && ${g} !== true && ${y} === ${t} && !${x}`}}function f(){let m=u.formats[i];if(!m){P();return}if(m===!0)return;let[h,y,g]=b(m);h===t&&e.pass(S());function P(){if(c.strictSchema===!1){u.logger.warn(x());return}throw new Error(x());function x(){return`unknown format "${i}" ignored in schema at path "${p}"`}}function b(x){let _=x instanceof RegExp?(0,Fe.regexpCode)(x):c.code.formats?(0,Fe._)`${c.code.formats}${(0,Fe.getProperty)(i)}`:void 0,R=r.scopeValue("formats",{key:i,ref:x,code:_});return typeof x=="object"&&!(x instanceof RegExp)?[x.type||"string",x.validate,(0,Fe._)`${R}.validate`]:["string",x,R]}function S(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,Fe._)`await ${g}(${n})`}return typeof y=="function"?(0,Fe._)`${g}(${n})`:(0,Fe._)`${g}.test(${n})`}}}};Qy.default=tY});var l$=v(Jy=>{"use strict";Object.defineProperty(Jy,"__esModule",{value:!0});var rY=p$(),nY=[rY.default];Jy.default=nY});var u$=v(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});Zi.contentVocabulary=Zi.metadataVocabulary=void 0;Zi.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Zi.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var f$=v(Xy=>{"use strict";Object.defineProperty(Xy,"__esModule",{value:!0});var oY=xE(),iY=qE(),sY=c$(),aY=l$(),d$=u$(),cY=[oY.default,iY.default,(0,sY.default)(),aY.default,d$.metadataVocabulary,d$.contentVocabulary];Xy.default=cY});var h$=v(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});dl.DiscrError=void 0;var m$;(function(e){e.Tag="tag",e.Mapping="mapping"})(m$||(dl.DiscrError=m$={}))});var g$=v(eg=>{"use strict";Object.defineProperty(eg,"__esModule",{value:!0});var es=Z(),Zy=h$(),y$=Xp(),pY=ka(),lY=he(),uY={message:({params:{discrError:e,tagName:t}})=>e===Zy.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,es._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},dY={keyword:"discriminator",type:"object",schemaType:"object",error:uY,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:i}=e,{oneOf:s}=o;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!s)throw new Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),p=t.const("tag",(0,es._)`${r}${(0,es.getProperty)(a)}`);t.if((0,es._)`typeof ${p} == "string"`,()=>l(),()=>e.error(!1,{discrError:Zy.DiscrError.Tag,tag:p,tagName:a})),e.ok(c);function l(){let f=d();t.if(!1);for(let m in f)t.elseIf((0,es._)`${p} === ${m}`),t.assign(c,u(f[m]));t.else(),e.error(!1,{discrError:Zy.DiscrError.Mapping,tag:p,tagName:a}),t.endIf()}function u(f){let m=t.name("valid"),h=e.subschema({keyword:"oneOf",schemaProp:f},m);return e.mergeEvaluated(h,es.Name),m}function d(){var f;let m={},h=g(o),y=!0;for(let S=0;S<s.length;S++){let x=s[S];if(x?.$ref&&!(0,lY.schemaHasRulesButRef)(x,i.self.RULES)){let R=x.$ref;if(x=y$.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,R),x instanceof y$.SchemaEnv&&(x=x.schema),x===void 0)throw new pY.default(i.opts.uriResolver,i.baseId,R)}let _=(f=x?.properties)===null||f===void 0?void 0:f[a];if(typeof _!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(h||g(x)),P(_,S)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return m;function g({required:S}){return Array.isArray(S)&&S.includes(a)}function P(S,x){if(S.const)b(S.const,x);else if(S.enum)for(let _ of S.enum)b(_,x);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function b(S,x){if(typeof S!="string"||S in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[S]=x}}}};eg.default=dY});var b$=v((Vse,fY)=>{fY.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var x$=v((Ne,tg)=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.MissingRefError=Ne.ValidationError=Ne.CodeGen=Ne.Name=Ne.nil=Ne.stringify=Ne.str=Ne._=Ne.KeywordCxt=Ne.Ajv=void 0;var mY=mE(),hY=f$(),yY=g$(),v$=b$(),gY=["/properties"],fl="http://json-schema.org/draft-07/schema",ts=class extends mY.default{_addVocabularies(){super._addVocabularies(),hY.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(yY.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(v$,gY):v$;this.addMetaSchema(t,fl,!1),this.refs["http://json-schema.org/schema"]=fl}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(fl)?fl:void 0)}};Ne.Ajv=ts;tg.exports=Ne=ts;tg.exports.Ajv=ts;Object.defineProperty(Ne,"__esModule",{value:!0});Ne.default=ts;var bY=Oa();Object.defineProperty(Ne,"KeywordCxt",{enumerable:!0,get:function(){return bY.KeywordCxt}});var rs=Z();Object.defineProperty(Ne,"_",{enumerable:!0,get:function(){return rs._}});Object.defineProperty(Ne,"str",{enumerable:!0,get:function(){return rs.str}});Object.defineProperty(Ne,"stringify",{enumerable:!0,get:function(){return rs.stringify}});Object.defineProperty(Ne,"nil",{enumerable:!0,get:function(){return rs.nil}});Object.defineProperty(Ne,"Name",{enumerable:!0,get:function(){return rs.Name}});Object.defineProperty(Ne,"CodeGen",{enumerable:!0,get:function(){return rs.CodeGen}});var vY=Qp();Object.defineProperty(Ne,"ValidationError",{enumerable:!0,get:function(){return vY.default}});var xY=ka();Object.defineProperty(Ne,"MissingRefError",{enumerable:!0,get:function(){return xY.default}})});var S$=v(ns=>{"use strict";Object.defineProperty(ns,"__esModule",{value:!0});ns.formatLimitDefinition=void 0;var SY=x$(),Pr=Z(),Yn=Pr.operators,ml={formatMaximum:{okStr:"<=",ok:Yn.LTE,fail:Yn.GT},formatMinimum:{okStr:">=",ok:Yn.GTE,fail:Yn.LT},formatExclusiveMaximum:{okStr:"<",ok:Yn.LT,fail:Yn.GTE},formatExclusiveMinimum:{okStr:">",ok:Yn.GT,fail:Yn.LTE}},wY={message:({keyword:e,schemaCode:t})=>(0,Pr.str)`should be ${ml[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Pr._)`{comparison: ${ml[e].okStr}, limit: ${t}}`};ns.formatLimitDefinition={keyword:Object.keys(ml),type:"string",schemaType:"string",$data:!0,error:wY,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:i}=e,{opts:s,self:a}=i;if(!s.validateFormats)return;let c=new SY.KeywordCxt(i,a.RULES.all.format.definition,"format");c.$data?p():l();function p(){let d=t.scopeValue("formats",{ref:a.formats,code:s.code.formats}),f=t.const("fmt",(0,Pr._)`${d}[${c.schemaCode}]`);e.fail$data((0,Pr.or)((0,Pr._)`typeof ${f} != "object"`,(0,Pr._)`${f} instanceof RegExp`,(0,Pr._)`typeof ${f}.compare != "function"`,u(f)))}function l(){let d=c.schema,f=a.formats[d];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${d}" does not define "compare" function`);let m=t.scopeValue("formats",{key:d,ref:f,code:s.code.formats?(0,Pr._)`${s.code.formats}${(0,Pr.getProperty)(d)}`:void 0});e.fail$data(u(m))}function u(d){return(0,Pr._)`${d}.compare(${r}, ${n}) ${ml[o].fail} 0`}},dependencies:["format"]};var _Y=e=>(e.addKeyword(ns.formatLimitDefinition),e);ns.default=_Y});var E$=v((Ba,P$)=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});var os=cP(),PY=S$(),rg=Z(),w$=new rg.Name("fullFormats"),EY=new rg.Name("fastFormats"),ng=(e,t={keywords:!0})=>{if(Array.isArray(t))return _$(e,t,os.fullFormats,w$),e;let[r,n]=t.mode==="fast"?[os.fastFormats,EY]:[os.fullFormats,w$],o=t.formats||os.formatNames;return _$(e,o,r,n),t.keywords&&(0,PY.default)(e),e};ng.get=(e,t="full")=>{let n=(t==="fast"?os.fastFormats:os.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function _$(e,t,r,n){var o,i;(o=(i=e.opts.code).formats)!==null&&o!==void 0||(i.formats=(0,rg._)`require("ajv-formats/dist/formats").${n}`);for(let s of t)e.addFormat(s,r[s])}P$.exports=Ba=ng;Object.defineProperty(Ba,"__esModule",{value:!0});Ba.default=ng});var Qa=v(Jr=>{"use strict";Object.defineProperty(Jr,"__esModule",{value:!0});var cs;(function(e){e[e.SCALAR=0]="SCALAR",e[e.MAPPING=1]="MAPPING",e[e.MAP=2]="MAP",e[e.SEQ=3]="SEQ",e[e.ANCHOR_REF=4]="ANCHOR_REF",e[e.INCLUDE_REF=5]="INCLUDE_REF"})(cs=Jr.Kind||(Jr.Kind={}));function SQ(e,t){var r=t?t.endPosition:e.endPosition+1,n={key:e,value:t,startPosition:e.startPosition,endPosition:r,kind:cs.MAPPING,parent:null,errors:[]};return n}Jr.newMapping=SQ;function wQ(e,t,r,n){return{errors:[],referencesAnchor:e,value:n,startPosition:t,endPosition:r,kind:cs.ANCHOR_REF,parent:null}}Jr.newAnchorRef=wQ;function _Q(e){e===void 0&&(e="");var t={errors:[],startPosition:-1,endPosition:-1,value:""+e,kind:cs.SCALAR,parent:null,doubleQuoted:!1,rawValue:""+e};return typeof e!="string"&&(t.valueObject=e),t}Jr.newScalar=_Q;function cT(){return{errors:[],startPosition:-1,endPosition:-1,items:[],kind:cs.SEQ,parent:null}}Jr.newItems=cT;function PQ(){return cT()}Jr.newSeq=PQ;function EQ(e){return{errors:[],startPosition:-1,endPosition:-1,mappings:e||[],kind:cs.MAP,parent:null}}Jr.newMap=EQ});var Fo=v(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});function pT(e){return typeof e>"u"||e===null}Zn.isNothing=pT;function $Q(e){return typeof e=="object"&&e!==null}Zn.isObject=$Q;function AQ(e){return Array.isArray(e)?e:pT(e)?[]:[e]}Zn.toArray=AQ;function TQ(e,t){var r,n,o,i;if(t)for(i=Object.keys(t),r=0,n=i.length;r<n;r+=1)o=i[r],e[o]=t[o];return e}Zn.extend=TQ;function RQ(e,t){var r="",n;for(n=0;n<t;n+=1)r+=e;return r}Zn.repeat=RQ;function OQ(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}Zn.isNegativeZero=OQ});var ps=v((Lfe,lT)=>{"use strict";var kQ=(function(){function e(t,r,n){r===void 0&&(r=null),n===void 0&&(n=!1),this.name="YAMLException",this.reason=t,this.mark=r,this.message=this.toString(!1),this.isWarning=n}return e.isInstance=function(t){if(t!=null&&t.getClassIdentifier&&typeof t.getClassIdentifier=="function")for(var r=0,n=t.getClassIdentifier();r<n.length;r++){var o=n[r];if(o==e.CLASS_IDENTIFIER)return!0}return!1},e.prototype.getClassIdentifier=function(){var t=[];return t.concat(e.CLASS_IDENTIFIER)},e.prototype.toString=function(t){t===void 0&&(t=!1);var r;return r="JS-YAML: "+(this.reason||"(unknown reason)"),!t&&this.mark&&(r+=" "+this.mark.toString()),r},e.CLASS_IDENTIFIER="yaml-ast-parser.YAMLException",e})();lT.exports=kQ});var fT=v((Ufe,dT)=>{"use strict";var uT=Fo(),IQ=(function(){function e(t,r,n,o,i){this.name=t,this.buffer=r,this.position=n,this.line=o,this.column=i}return e.prototype.getSnippet=function(t,r){t===void 0&&(t=0),r===void 0&&(r=75);var n,o,i,s,a;if(!this.buffer)return null;for(t=t||4,r=r||75,n="",o=this.position;o>0&&`\0\r
|
|
22
|
+
\x85\u2028\u2029`.indexOf(this.buffer.charAt(o-1))===-1;)if(o-=1,this.position-o>r/2-1){n=" ... ",o+=5;break}for(i="",s=this.position;s<this.buffer.length&&`\0\r
|
|
23
|
+
\x85\u2028\u2029`.indexOf(this.buffer.charAt(s))===-1;)if(s+=1,s-this.position>r/2-1){i=" ... ",s-=5;break}return a=this.buffer.slice(o,s),uT.repeat(" ",t)+n+a+i+`
|
|
24
|
+
`+uT.repeat(" ",t+this.position-o+n.length)+"^"},e.prototype.toString=function(t){t===void 0&&(t=!0);var r,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(r=this.getSnippet(),r&&(n+=`:
|
|
25
|
+
`+r)),n},e})();dT.exports=IQ});var ut=v(Pg=>{"use strict";Object.defineProperty(Pg,"__esModule",{value:!0});var mT=ps(),CQ=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],qQ=["scalar","sequence","mapping"];function NQ(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(n){t[String(n)]=r})}),t}var jQ=(function(){function e(t,r){if(r=r||{},Object.keys(r).forEach(function(n){if(CQ.indexOf(n)===-1)throw new mT('Unknown option "'+n+'" is met in definition of "'+t+'" YAML type.')}),this.tag=t,this.kind=r.kind||null,this.resolve=r.resolve||function(){return!0},this.construct=r.construct||function(n){return n},this.instanceOf=r.instanceOf||null,this.predicate=r.predicate||null,this.represent=r.represent||null,this.defaultStyle=r.defaultStyle||null,this.styleAliases=NQ(r.styleAliases||null),qQ.indexOf(this.kind)===-1)throw new mT('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}return e})();Pg.Type=jQ});var ls=v($g=>{"use strict";Object.defineProperty($g,"__esModule",{value:!0});var hT=Fo(),Yl=ps(),MQ=ut();function Eg(e,t,r){var n=[];return e.include.forEach(function(o){r=Eg(o,t,r)}),e[t].forEach(function(o){r.forEach(function(i,s){i.tag===o.tag&&n.push(s)}),r.push(o)}),r.filter(function(o,i){return n.indexOf(i)===-1})}function DQ(){var e={},t,r;function n(o){e[o.tag]=o}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(n);return e}var LQ=(function(){function e(t){this.include=t.include||[],this.implicit=t.implicit||[],this.explicit=t.explicit||[],this.implicit.forEach(function(r){if(r.loadKind&&r.loadKind!=="scalar")throw new Yl("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}),this.compiledImplicit=Eg(this,"implicit",[]),this.compiledExplicit=Eg(this,"explicit",[]),this.compiledTypeMap=DQ(this.compiledImplicit,this.compiledExplicit)}return e.DEFAULT=null,e.create=function(){var r,n;switch(arguments.length){case 1:r=e.DEFAULT,n=arguments[0];break;case 2:r=arguments[0],n=arguments[1];break;default:throw new Yl("Wrong number of arguments for Schema.create function")}if(r=hT.toArray(r),n=hT.toArray(n),!r.every(function(o){return o instanceof e}))throw new Yl("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!n.every(function(o){return o instanceof MQ.Type}))throw new Yl("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new e({include:r,explicit:n})},e})();$g.Schema=LQ});var gT=v((Vfe,yT)=>{"use strict";var UQ=ut();yT.exports=new UQ.Type("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var vT=v((Bfe,bT)=>{"use strict";var zQ=ut();bT.exports=new zQ.Type("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var ST=v((Hfe,xT)=>{"use strict";var FQ=ut();xT.exports=new FQ.Type("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var _T=v((Kfe,wT)=>{"use strict";var VQ=ls();wT.exports=new VQ.Schema({explicit:[gT(),vT(),ST()]})});var ET=v((Gfe,PT)=>{"use strict";var BQ=ut();function HQ(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function KQ(){return null}function GQ(e){return e===null}PT.exports=new BQ.Type("tag:yaml.org,2002:null",{kind:"scalar",resolve:HQ,construct:KQ,predicate:GQ,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var AT=v((Wfe,$T)=>{"use strict";var WQ=ut();function YQ(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function QQ(e){return e==="true"||e==="True"||e==="TRUE"}function JQ(e){return Object.prototype.toString.call(e)==="[object Boolean]"}$T.exports=new WQ.Type("tag:yaml.org,2002:bool",{kind:"scalar",resolve:YQ,construct:QQ,predicate:JQ,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var RT=v((Yfe,TT)=>{"use strict";var XQ=Fo(),ZQ=ut();function e6(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function t6(e){return 48<=e&&e<=55}function r6(e){return 48<=e&&e<=57}function n6(e){if(e===null)return!1;var t=e.length,r=0,n=!1,o;if(!t)return!1;if(o=e[r],(o==="-"||o==="+")&&(o=e[++r]),o==="0"){if(r+1===t)return!0;if(o=e[++r],o==="b"){for(r++;r<t;r++)if(o=e[r],o!=="_"){if(o!=="0"&&o!=="1")return!1;n=!0}return n}if(o==="x"){for(r++;r<t;r++)if(o=e[r],o!=="_"){if(!e6(e.charCodeAt(r)))return!1;n=!0}return n}for(;r<t;r++)if(o=e[r],o!=="_"){if(!t6(e.charCodeAt(r)))return!1;n=!0}return n}for(;r<t;r++)if(o=e[r],o!=="_"){if(o===":")break;if(!r6(e.charCodeAt(r)))return!1;n=!0}return n?o!==":"?!0:/^(:[0-5]?[0-9])+$/.test(e.slice(r)):!1}function o6(e){var t=e,r=1,n,o,i=[];return t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),n=t[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),t=t.slice(1),n=t[0]),t==="0"?0:n==="0"?t[1]==="b"?r*parseInt(t.slice(2),2):t[1]==="x"?r*parseInt(t,16):r*parseInt(t,8):t.indexOf(":")!==-1?(t.split(":").forEach(function(s){i.unshift(parseInt(s,10))}),t=0,o=1,i.forEach(function(s){t+=s*o,o*=60}),r*t):r*parseInt(t,10)}function i6(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!XQ.isNegativeZero(e)}TT.exports=new ZQ.Type("tag:yaml.org,2002:int",{kind:"scalar",resolve:n6,construct:o6,predicate:i6,represent:{binary:function(e){return"0b"+e.toString(2)},octal:function(e){return"0"+e.toString(8)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return"0x"+e.toString(16).toUpperCase()}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var IT=v((Qfe,kT)=>{"use strict";var OT=Fo(),s6=ut(),a6=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)\\.[0-9_]*(?:[eE][-+][0-9]+)?|\\.[0-9_]+(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function c6(e){if(e===null)return!1;var t,r,n,o;return!!a6.test(e)}function p6(e){var t,r,n,o;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,o=[],0<="+-".indexOf(t[0])&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:0<=t.indexOf(":")?(t.split(":").forEach(function(i){o.unshift(parseFloat(i,10))}),t=0,n=1,o.forEach(function(i){t+=i*n,n*=60}),r*t):r*parseFloat(t,10)}function l6(e,t){if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(OT.isNegativeZero(e))return"-0.0";return e.toString(10)}function u6(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||OT.isNegativeZero(e))}kT.exports=new s6.Type("tag:yaml.org,2002:float",{kind:"scalar",resolve:c6,construct:p6,predicate:u6,represent:l6,defaultStyle:"lowercase"})});var qT=v((Jfe,CT)=>{"use strict";var d6=ls();CT.exports=new d6.Schema({include:[_T()],implicit:[ET(),AT(),RT(),IT()]})});var jT=v((Xfe,NT)=>{"use strict";var f6=ls();NT.exports=new f6.Schema({include:[qT()]})});var LT=v((Zfe,DT)=>{"use strict";var m6=ut(),MT=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?)?$");function h6(e){if(e===null)return!1;var t,r,n,o,i,s,a,c=0,p=null,l,u,d;return t=MT.exec(e),t!==null}function y6(e){var t,r,n,o,i,s,a,c=0,p=null,l,u,d;if(t=MT.exec(e),t===null)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,o=+t[3],!t[4])return new Date(Date.UTC(r,n,o));if(i=+t[4],s=+t[5],a=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c=c+"0";c=+c}return t[9]&&(l=+t[10],u=+(t[11]||0),p=(l*60+u)*6e4,t[9]==="-"&&(p=-p)),d=new Date(Date.UTC(r,n,o,i,s,a,c)),p&&d.setTime(d.getTime()-p),d}function g6(e){return e.toISOString()}DT.exports=new m6.Type("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:h6,construct:y6,instanceOf:Date,represent:g6})});var zT=v((eme,UT)=>{"use strict";var b6=ut();function v6(e){return e==="<<"||e===null}UT.exports=new b6.Type("tag:yaml.org,2002:merge",{kind:"scalar",resolve:v6})});var VT=v((tme,FT)=>{"use strict";var Ql=cu("buffer").Buffer,x6=ut(),Ag=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
26
|
+
\r`;function S6(e){if(e===null)return!1;var t,r,n=0,o=0,i=e.length,s=Ag;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;n+=6}return n%8===0}function w6(e){var t,r,n,o=e.replace(/[\r\n=]/g,""),i=o.length,s=Ag,a=0,c=[];for(r=0;r<i;r++)r%4===0&&r&&(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)),a=a<<6|s.indexOf(o.charAt(r));return n=i%4*6,n===0?(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)):n===18?(c.push(a>>10&255),c.push(a>>2&255)):n===12&&c.push(a>>4&255),Ql?new Ql(c):c}function _6(e){var t="",r=0,n,o,i=e.length,s=Ag;for(n=0;n<i;n++)n%3===0&&n&&(t+=s[r>>18&63],t+=s[r>>12&63],t+=s[r>>6&63],t+=s[r&63]),r=(r<<8)+e[n];return o=i%3,o===0?(t+=s[r>>18&63],t+=s[r>>12&63],t+=s[r>>6&63],t+=s[r&63]):o===2?(t+=s[r>>10&63],t+=s[r>>4&63],t+=s[r<<2&63],t+=s[64]):o===1&&(t+=s[r>>2&63],t+=s[r<<4&63],t+=s[64],t+=s[64]),t}function P6(e){return Ql&&Ql.isBuffer(e)}FT.exports=new x6.Type("tag:yaml.org,2002:binary",{kind:"scalar",resolve:S6,construct:w6,predicate:P6,represent:_6})});var HT=v((rme,BT)=>{"use strict";var E6=ut(),$6=Object.prototype.hasOwnProperty,A6=Object.prototype.toString;function T6(e){if(e===null)return!0;var t=[],r,n,o,i,s,a=e;for(r=0,n=a.length;r<n;r+=1){if(o=a[r],s=!1,A6.call(o)!=="[object Object]")return!1;for(i in o)if($6.call(o,i))if(!s)s=!0;else return!1;if(!s)return!1;if(t.indexOf(i)===-1)t.push(i);else return!1}return!0}function R6(e){return e!==null?e:[]}BT.exports=new E6.Type("tag:yaml.org,2002:omap",{kind:"sequence",resolve:T6,construct:R6})});var GT=v((nme,KT)=>{"use strict";var O6=ut(),Tg=Qa(),k6=Object.prototype.toString;function I6(e){if(e===null)return!0;if(e.kind!=Tg.Kind.SEQ)return!1;var t,r,n,o,i,s=e.items;for(t=0,r=s.length;t<r;t+=1)if(n=s[t],k6.call(n)!=="[object Object]"||!Array.isArray(n.mappings)||n.mappings.length!==1)return!1;return!0}function C6(e){if(e===null||!Array.isArray(e.items))return[];var t,r,n,o,i=e.items;for(o=Tg.newItems(),o.parent=e.parent,o.startPosition=e.startPosition,o.endPosition=e.endPosition,t=0,r=i.length;t<r;t+=1){var s=i[t],a=s.mappings[0],c=Tg.newItems();c.parent=o,c.startPosition=a.key.startPosition,c.endPosition=a.value.startPosition,a.key.parent=c,a.value.parent=c,c.items=[a.key,a.value],o.items.push(c)}return o}KT.exports=new O6.Type("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:I6,construct:C6})});var YT=v((ome,WT)=>{"use strict";var q6=ut(),N6=Qa();function j6(e){return e===null?!0:e.kind==N6.Kind.MAP}function M6(e){return e!==null?e:{}}WT.exports=new q6.Type("tag:yaml.org,2002:set",{kind:"mapping",resolve:j6,construct:M6})});var Jl=v((ime,QT)=>{"use strict";var D6=ls(),L6=new D6.Schema({include:[jT()],implicit:[LT(),zT()],explicit:[VT(),HT(),GT(),YT()]});QT.exports=L6});var XT=v((sme,JT)=>{"use strict";var U6=ut();function z6(){return!0}function F6(){}function V6(){return""}function B6(e){return typeof e>"u"}JT.exports=new U6.Type("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:z6,construct:F6,predicate:B6,represent:V6})});var eR=v((ame,ZT)=>{"use strict";var H6=ut();function K6(e){if(e===null||e.length===0)return!1;var t=e,r=/\/([gim]*)$/.exec(e),n="";if(t[0]==="/"){if(r&&(n=r[1]),n.length>3||t[t.length-n.length-1]!=="/")return!1;t=t.slice(1,t.length-n.length-1)}try{var o=new RegExp(t,n);return!0}catch{return!1}}function G6(e){var t=e,r=/\/([gim]*)$/.exec(e),n="";return t[0]==="/"&&(r&&(n=r[1]),t=t.slice(1,t.length-n.length-1)),new RegExp(t,n)}function W6(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function Y6(e){return Object.prototype.toString.call(e)==="[object RegExp]"}ZT.exports=new H6.Type("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:K6,construct:G6,predicate:Y6,represent:W6})});var Rg=v((cme,nR)=>{"use strict";var tR=ls(),rR=new tR.Schema({include:[Jl()],explicit:[XT(),eR()]});tR.Schema.DEFAULT=rR;nR.exports=rR});var yR=v((ms,Xa)=>{"use strict";Object.defineProperty(ms,"__esModule",{value:!0});var Yt=Qa(),eo=Fo(),jg=ps(),Mg=fT(),aR=Jl(),Q6=Rg(),eu=Object.prototype.hasOwnProperty,Xl=1,cR=2,pR=3,Zl=4,Og=1,J6=2,oR=3,X6=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Z6=/[\x85\u2028\u2029]/,eJ=/[,\[\]\{\}]/,lR=/^(?:!|!!|![a-z\-]+!)$/i,uR=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Er(e){return e===10||e===13}function Vo(e){return e===9||e===32}function Ft(e){return e===9||e===32||e===10||e===13}function us(e){return e===44||e===91||e===93||e===123||e===125}function tJ(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function rJ(e){return e===120?2:e===117?4:e===85?8:0}function nJ(e){return 48<=e&&e<=57?e-48:-1}function oJ(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
|
|
27
|
+
`:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function iJ(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var kg=new Array(256),Ig=new Array(256),dR=new Array(256),Cg=new Array(256);for(ur=0;ur<256;ur++)Cg[ur]=Ig[ur]=oJ(ur),kg[ur]=Ig[ur]?1:0,dR[ur]=1,kg[ur]||(Cg[ur]="\\"+String.fromCharCode(ur));var ur,sJ=(function(){function e(t,r){this.errorMap={},this.errors=[],this.lines=[],this.input=t,this.filename=r.filename||null,this.schema=r.schema||Q6,this.onWarning=r.onWarning||null,this.legacy=r.legacy||!1,this.allowAnyEscape=r.allowAnyEscape||!1,this.ignoreDuplicateKeys=r.ignoreDuplicateKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}return e})();function Dg(e,t,r){return r===void 0&&(r=!1),new jg(t,new Mg(e.filename,e.input,e.position,e.line,e.position-e.lineStart),r)}function qg(e,t,r,n,o){n===void 0&&(n=!1),o===void 0&&(o=!1);var i=aJ(e,t);if(i){var s=r+t;if(!e.errorMap[s]){var a=new Mg(e.filename,e.input,t,i.line,t-i.start);o&&(a.toLineEnd=!0);var c=new jg(r,a,n);e.errors.push(c)}}}function H(e,t){var r=Dg(e,t),n=r.message+r.mark.position;if(!e.errorMap[n]){e.errors.push(r),e.errorMap[n]=1;for(var o=e.position;;){if(e.position>=e.input.length-1)return;var i=e.input.charAt(e.position);if(i==`
|
|
28
|
+
`){e.position--,e.position==o&&(e.position+=1);return}if(i=="\r"){e.position--,e.position==o&&(e.position+=1);return}e.position++}}}function Ng(e,t){var r=Dg(e,t);e.onWarning&&e.onWarning.call(null,r)}var iR={YAML:function(t,r,n){var o,i,s;t.version!==null&&H(t,"duplication of %YAML directive"),n.length!==1&&H(t,"YAML directive accepts exactly one argument"),o=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),o===null&&H(t,"ill-formed argument of the YAML directive"),i=parseInt(o[1],10),s=parseInt(o[2],10),i!==1&&H(t,"found incompatible YAML document (version 1.2 is required)"),t.version=n[0],t.checkLineBreaks=s<2,s!==2&&H(t,"found incompatible YAML document (version 1.2 is required)")},TAG:function(t,r,n){var o,i;n.length!==2&&H(t,"TAG directive accepts exactly two arguments"),o=n[0],i=n[1],lR.test(o)||H(t,"ill-formed tag handle (first argument) of the TAG directive"),eu.call(t.tagMap,o)&&H(t,'there is a previously declared suffix for "'+o+'" tag handle'),uR.test(i)||H(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[o]=i}};function to(e,t,r,n){var o,i,s,a,c=e.result;if(c.startPosition==-1&&(c.startPosition=t),t<=r){if(a=e.input.slice(t,r),n)for(o=0,i=a.length;o<i;o+=1)s=a.charCodeAt(o),s===9||32<=s&&s<=1114111||H(e,"expected valid JSON character");else X6.test(a)&&H(e,"the stream contains non-printable characters");c.value+=a,c.endPosition=r}}function ds(e,t,r,n,o){var i,s;if(n!=null){t===null&&(t={startPosition:n.startPosition,endPosition:o.endPosition,parent:null,errors:[],mappings:[],kind:Yt.Kind.MAP});var a=Yt.newMapping(n,o);return a.parent=t,n.parent=a,o!=null&&(o.parent=a),!e.ignoreDuplicateKeys&&t.mappings.forEach(function(c){c.key&&c.key.value===(a.key&&a.key.value)&&(qg(e,a.key.startPosition,"duplicate key"),qg(e,c.key.startPosition,"duplicate key"))}),t.mappings.push(a),t.endPosition=o?o.endPosition:n.endPosition+1,t}}function Lg(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):H(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.lines.push({start:e.lineStart,line:e.line})}function aJ(e,t){for(var r,n=0;n<e.lines.length&&!(e.lines[n].start>t);n++)r=e.lines[n];return r||{start:0,line:0}}function He(e,t,r){for(var n=0,o=e.input.charCodeAt(e.position);o!==0;){for(;Vo(o);)o===9&&e.errors.push(Dg(e,"Using tabs can lead to unpredictable results",!0)),o=e.input.charCodeAt(++e.position);if(t&&o===35)do o=e.input.charCodeAt(++e.position);while(o!==10&&o!==13&&o!==0);if(Er(o))for(Lg(e),o=e.input.charCodeAt(e.position),n++,e.lineIndent=0;o===32;)e.lineIndent++,o=e.input.charCodeAt(++e.position);else break}return r!==-1&&n!==0&&e.lineIndent<r&&Ng(e,"deficient indentation"),n}function Ja(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&e.input.charCodeAt(t+1)===r&&e.input.charCodeAt(t+2)===r&&(t+=3,r=e.input.charCodeAt(t),r===0||Ft(r)))}function Ug(e,t,r){r===1?t.value+=" ":r>1&&(t.value+=eo.repeat(`
|
|
29
|
+
`,r-1))}function cJ(e,t,r){var n,o,i,s,a,c,p,l,u=e.kind,d=e.result,f,m=Yt.newScalar();if(m.plainScalar=!0,e.result=m,f=e.input.charCodeAt(e.position),Ft(f)||us(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(o=e.input.charCodeAt(e.position+1),Ft(o)||r&&us(o)))return!1;for(e.kind="scalar",i=s=e.position,a=!1;f!==0;){if(f===58){if(o=e.input.charCodeAt(e.position+1),Ft(o)||r&&us(o))break}else if(f===35){if(n=e.input.charCodeAt(e.position-1),Ft(n))break}else{if(e.position===e.lineStart&&Ja(e)||r&&us(f))break;if(Er(f))if(c=e.line,p=e.lineStart,l=e.lineIndent,He(e,!1,-1),e.lineIndent>=t){a=!0,f=e.input.charCodeAt(e.position);continue}else{e.position=s,e.line=c,e.lineStart=p,e.lineIndent=l;break}}if(a&&(to(e,i,s,!1),Ug(e,m,e.line-c),i=s=e.position,a=!1),Vo(f)||(s=e.position+1),f=e.input.charCodeAt(++e.position),e.position>=e.input.length)return!1}return to(e,i,s,!1),e.result.startPosition!=-1?(m.rawValue=e.input.substring(m.startPosition,m.endPosition),!0):(e.kind=u,e.result=d,!1)}function pJ(e,t){var r,n,o;if(r=e.input.charCodeAt(e.position),r!==39)return!1;var i=Yt.newScalar();for(i.singleQuoted=!0,e.kind="scalar",e.result=i,i.startPosition=e.position,e.position++,n=o=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(to(e,n,e.position,!0),r=e.input.charCodeAt(++e.position),i.endPosition=e.position,r===39)n=o=e.position,e.position++;else return!0;else Er(r)?(to(e,n,o,!0),Ug(e,i,He(e,!1,t)),n=o=e.position):e.position===e.lineStart&&Ja(e)?H(e,"unexpected end of the document within a single quoted scalar"):(e.position++,o=e.position,i.endPosition=e.position);H(e,"unexpected end of the stream within a single quoted scalar")}function lJ(e,t){var r,n,o,i,s,a,c;if(c=e.input.charCodeAt(e.position),c!==34)return!1;e.kind="scalar";var p=Yt.newScalar();for(p.doubleQuoted=!0,e.result=p,p.startPosition=e.position,e.position++,r=n=e.position;(c=e.input.charCodeAt(e.position))!==0;){if(c===34)return to(e,r,e.position,!0),e.position++,p.endPosition=e.position,p.rawValue=e.input.substring(p.startPosition,p.endPosition),!0;if(c===92){if(to(e,r,e.position,!0),c=e.input.charCodeAt(++e.position),Er(c))He(e,!1,t);else if(c<256&&(e.allowAnyEscape?dR[c]:kg[c]))p.value+=e.allowAnyEscape?Cg[c]:Ig[c],e.position++;else if((s=rJ(c))>0){for(o=s,i=0;o>0;o--)c=e.input.charCodeAt(++e.position),(s=tJ(c))>=0?i=(i<<4)+s:H(e,"expected hexadecimal character");p.value+=iJ(i),e.position++}else H(e,"unknown escape sequence");r=n=e.position}else Er(c)?(to(e,r,n,!0),Ug(e,p,He(e,!1,t)),r=n=e.position):e.position===e.lineStart&&Ja(e)?H(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}H(e,"unexpected end of the stream within a double quoted scalar")}function uJ(e,t){var r=!0,n,o=e.tag,i,s=e.anchor,a,c,p,l,u,d,f,m,h;if(h=e.input.charCodeAt(e.position),h===91)c=93,u=!1,i=Yt.newItems(),i.startPosition=e.position;else if(h===123)c=125,u=!0,i=Yt.newMap(),i.startPosition=e.position;else return!1;for(e.anchor!==null&&(i.anchorId=e.anchor,e.anchorMap[e.anchor]=i),h=e.input.charCodeAt(++e.position);h!==0;){if(He(e,!0,t),h=e.input.charCodeAt(e.position),h===c)return e.position++,e.tag=o,e.anchor=s,e.kind=u?"mapping":"sequence",e.result=i,i.endPosition=e.position,!0;if(!r){var y=e.position;H(e,"missed comma between flow collection entries"),e.position=y+1}if(f=d=m=null,p=l=!1,h===63&&(a=e.input.charCodeAt(e.position+1),Ft(a)&&(p=l=!0,e.position++,He(e,!0,t))),n=e.line,fs(e,t,Xl,!1,!0),f=e.tag,d=e.result,He(e,!0,t),h=e.input.charCodeAt(e.position),(l||e.line===n)&&h===58&&(p=!0,h=e.input.charCodeAt(++e.position),He(e,!0,t),fs(e,t,Xl,!1,!0),m=e.result),u)ds(e,i,f,d,m);else if(p){var g=ds(e,null,f,d,m);g.parent=i,i.items.push(g)}else d&&(d.parent=i),i.items.push(d);i.endPosition=e.position+1,He(e,!0,t),h=e.input.charCodeAt(e.position),h===44?(r=!0,h=e.input.charCodeAt(++e.position)):r=!1}H(e,"unexpected end of the stream within a flow collection")}function dJ(e,t){var r,n,o=Og,i=!1,s=t,a=0,c=!1,p,l;if(l=e.input.charCodeAt(e.position),l===124)n=!1;else if(l===62)n=!0;else return!1;var u=Yt.newScalar();for(e.kind="scalar",e.result=u,u.startPosition=e.position;l!==0;)if(l=e.input.charCodeAt(++e.position),l===43||l===45)Og===o?o=l===43?oR:J6:H(e,"repeat of a chomping mode identifier");else if((p=nJ(l))>=0)p===0?H(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):i?H(e,"repeat of an indentation width identifier"):(s=t+p-1,i=!0);else break;if(Vo(l)){do l=e.input.charCodeAt(++e.position);while(Vo(l));if(l===35)do l=e.input.charCodeAt(++e.position);while(!Er(l)&&l!==0)}for(;l!==0;){for(Lg(e),e.lineIndent=0,l=e.input.charCodeAt(e.position);(!i||e.lineIndent<s)&&l===32;)e.lineIndent++,l=e.input.charCodeAt(++e.position);if(!i&&e.lineIndent>s&&(s=e.lineIndent),Er(l)){a++;continue}if(e.lineIndent<s){o===oR?u.value+=eo.repeat(`
|
|
30
|
+
`,a):o===Og&&i&&(u.value+=`
|
|
31
|
+
`);break}for(n?Vo(l)?(c=!0,u.value+=eo.repeat(`
|
|
32
|
+
`,a+1)):c?(c=!1,u.value+=eo.repeat(`
|
|
33
|
+
`,a+1)):a===0?i&&(u.value+=" "):u.value+=eo.repeat(`
|
|
34
|
+
`,a):i&&(u.value+=eo.repeat(`
|
|
35
|
+
`,a+1)),i=!0,a=0,r=e.position;!Er(l)&&l!==0;)l=e.input.charCodeAt(++e.position);to(e,r,e.position,!1)}u.endPosition=e.position;for(var d=e.position-1,f=!1;;){var m=e.input[d];if(m=="\r"||m==`
|
|
36
|
+
`){f&&d--;break}if(m!=" "&&m!=" ")break;d--}return u.endPosition=d,u.rawValue=e.input.substring(u.startPosition,u.endPosition),!0}function sR(e,t){var r,n=e.tag,o=e.anchor,i=Yt.newItems(),s,a=!1,c;for(e.anchor!==null&&(i.anchorId=e.anchor,e.anchorMap[e.anchor]=i),i.startPosition=e.position,c=e.input.charCodeAt(e.position);c!==0&&!(c!==45||(s=e.input.charCodeAt(e.position+1),!Ft(s)));){if(a=!0,e.position++,He(e,!0,-1)&&e.lineIndent<=t){i.items.push(null),c=e.input.charCodeAt(e.position);continue}if(r=e.line,fs(e,t,pR,!1,!0),e.result&&(e.result.parent=i,i.items.push(e.result)),He(e,!0,-1),c=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&c!==0)H(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return i.endPosition=e.position,a?(e.tag=n,e.anchor=o,e.kind="sequence",e.result=i,i.endPosition=e.position,!0):!1}function fJ(e,t,r){var n,o,i,s=e.tag,a=e.anchor,c=Yt.newMap(),p=null,l=null,u=null,d=!1,f=!1,m;for(c.startPosition=e.position,e.anchor!==null&&(c.anchorId=e.anchor,e.anchorMap[e.anchor]=c),m=e.input.charCodeAt(e.position);m!==0;){if(n=e.input.charCodeAt(e.position+1),i=e.line,(m===63||m===58)&&Ft(n))m===63?(d&&(ds(e,c,p,l,null),p=l=u=null),f=!0,d=!0,o=!0):d?(d=!1,o=!0):H(e,"incomplete explicit mapping pair; a key node is missed"),e.position+=1,m=n;else if(fs(e,r,cR,!1,!0))if(e.line===i){for(m=e.input.charCodeAt(e.position);Vo(m);)m=e.input.charCodeAt(++e.position);if(m===58)m=e.input.charCodeAt(++e.position),Ft(m)||H(e,"a whitespace character is expected after the key-value separator within a block mapping"),d&&(ds(e,c,p,l,null),p=l=u=null),f=!0,d=!1,o=!1,p=e.tag,l=e.result;else{if(e.position==e.lineStart&&Ja(e))break;if(f)H(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=s,e.anchor=a,!0}}else if(f){for(H(e,"can not read a block mapping entry; a multiline key may not be an implicit key");e.position>0;)if(m=e.input.charCodeAt(--e.position),Er(m)){e.position++;break}}else return e.tag=s,e.anchor=a,!0;else break;if((e.line===i||e.lineIndent>t)&&(fs(e,t,Zl,!0,o)&&(d?l=e.result:u=e.result),d||(ds(e,c,p,l,u),p=l=u=null),He(e,!0,-1),m=e.input.charCodeAt(e.position)),e.lineIndent>t&&m!==0)H(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return d&&ds(e,c,p,l,null),f&&(e.tag=s,e.anchor=a,e.kind="mapping",e.result=c),f}function mJ(e){var t,r=!1,n=!1,o,i,s;if(s=e.input.charCodeAt(e.position),s!==33)return!1;if(e.tag!==null&&H(e,"duplication of a tag property"),s=e.input.charCodeAt(++e.position),s===60?(r=!0,s=e.input.charCodeAt(++e.position)):s===33?(n=!0,o="!!",s=e.input.charCodeAt(++e.position)):o="!",t=e.position,r){do s=e.input.charCodeAt(++e.position);while(s!==0&&s!==62);e.position<e.length?(i=e.input.slice(t,e.position),s=e.input.charCodeAt(++e.position)):H(e,"unexpected end of the stream within a verbatim tag")}else{for(;s!==0&&!Ft(s);)s===33&&(n?H(e,"tag suffix cannot contain exclamation marks"):(o=e.input.slice(t-1,e.position+1),lR.test(o)||H(e,"named tag handle cannot contain such characters"),n=!0,t=e.position+1)),s=e.input.charCodeAt(++e.position);i=e.input.slice(t,e.position),eJ.test(i)&&H(e,"tag suffix cannot contain flow indicator characters")}return i&&!uR.test(i)&&H(e,"tag name cannot contain such characters: "+i),r?e.tag=i:eu.call(e.tagMap,o)?e.tag=e.tagMap[o]+i:o==="!"?e.tag="!"+i:o==="!!"?e.tag="tag:yaml.org,2002:"+i:H(e,'undeclared tag handle "'+o+'"'),!0}function hJ(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&H(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!Ft(r)&&!us(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&H(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function yJ(e){var t,r,n=e.length,o=e.input,i;if(i=e.input.charCodeAt(e.position),i!==42)return!1;for(i=e.input.charCodeAt(++e.position),t=e.position;i!==0&&!Ft(i)&&!us(i);)i=e.input.charCodeAt(++e.position);return e.position<=t&&(H(e,"name of an alias node must contain at least one character"),e.position=t+1),r=e.input.slice(t,e.position),e.anchorMap.hasOwnProperty(r)||(H(e,'unidentified alias "'+r+'"'),e.position<=t&&(e.position=t+1)),e.result=Yt.newAnchorRef(r,t,e.position,e.anchorMap[r]),He(e,!0,-1),!0}function fs(e,t,r,n,o){var i,s,a,c=1,p=!1,l=!1,u,d,f,m,h,y;e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=s=a=Zl===r||pR===r,n&&He(e,!0,-1)&&(p=!0,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1));var g=e.position,P=e.position-e.lineStart;if(c===1)for(;mJ(e)||hJ(e);)He(e,!0,-1)?(p=!0,a=i,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1)):a=!1;if(a&&(a=p||o),(c===1||Zl===r)&&(Xl===r||cR===r?m=t:m=t+1,h=e.position-e.lineStart,c===1?a&&(sR(e,h)||fJ(e,h,m))||uJ(e,m)?l=!0:(s&&dJ(e,m)||pJ(e,m)||lJ(e,m)?l=!0:yJ(e)?(l=!0,(e.tag!==null||e.anchor!==null)&&H(e,"alias node should not have any properties")):cJ(e,m,Xl===r)&&(l=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result,e.result.anchorId=e.anchor)):c===0&&(l=a&&sR(e,h))),e.tag!==null&&e.tag!=="!")if(e.tag=="!include")e.result||(e.result=Yt.newScalar(),e.result.startPosition=e.position,e.result.endPosition=e.position,H(e,"!include without value")),e.result.kind=Yt.Kind.INCLUDE_REF;else if(e.tag==="?")for(u=0,d=e.implicitTypes.length;u<d;u+=1){f=e.implicitTypes[u];var b=e.result.value;if(f.resolve(b)){e.result.valueObject=f.construct(e.result.value),e.tag=f.tag,e.anchor!==null&&(e.result.anchorId=e.anchor,e.anchorMap[e.anchor]=e.result);break}}else eu.call(e.typeMap,e.tag)?(f=e.typeMap[e.tag],e.result!==null&&f.kind!==e.kind&&H(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+f.kind+'", not "'+e.kind+'"'),f.resolve(e.result)?(e.result=f.construct(e.result),e.anchor!==null&&(e.result.anchorId=e.anchor,e.anchorMap[e.anchor]=e.result)):H(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):qg(e,g,"unknown tag <"+e.tag+">",!1,!0);return e.tag!==null||e.anchor!==null||l}function gJ(e){var t=e.position,r,n,o,i=!1,s;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};(s=e.input.charCodeAt(e.position))!==0&&(He(e,!0,-1),s=e.input.charCodeAt(e.position),!(e.lineIndent>0||s!==37));){for(i=!0,s=e.input.charCodeAt(++e.position),r=e.position;s!==0&&!Ft(s);)s=e.input.charCodeAt(++e.position);for(n=e.input.slice(r,e.position),o=[],n.length<1&&H(e,"directive name must not be less than one character in length");s!==0;){for(;Vo(s);)s=e.input.charCodeAt(++e.position);if(s===35){do s=e.input.charCodeAt(++e.position);while(s!==0&&!Er(s));break}if(Er(s))break;for(r=e.position;s!==0&&!Ft(s);)s=e.input.charCodeAt(++e.position);o.push(e.input.slice(r,e.position))}s!==0&&Lg(e),eu.call(iR,n)?iR[n](e,n,o):(Ng(e,'unknown document directive "'+n+'"'),e.position++)}if(He(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,He(e,!0,-1)):i&&H(e,"directives end mark is expected"),fs(e,e.lineIndent-1,Zl,!1,!0),He(e,!0,-1),e.checkLineBreaks&&Z6.test(e.input.slice(t,e.position))&&Ng(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&Ja(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,He(e,!0,-1));return}if(e.position<e.length-1)H(e,"end of the stream or a document separator is expected");else return}function fR(e,t){e=String(e),t=t||{};var r=e.length;r!==0&&(e.charCodeAt(r-1)!==10&&e.charCodeAt(r-1)!==13&&(e+=`
|
|
37
|
+
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var n=new sJ(e,t);for(n.input+="\0";n.input.charCodeAt(n.position)===32;)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;){var o=n.position;if(gJ(n),n.position<=o)for(;n.position<n.length-1;n.position++){var i=n.input.charAt(n.position);if(i==`
|
|
38
|
+
`)break}}var s=n.documents,a=s.length;a>0&&(s[a-1].endPosition=r);for(var c=0,p=s;c<p.length;c++){var l=p[c];l.errors=n.errors,l.startPosition>l.endPosition&&(l.startPosition=l.endPosition)}return s}function zg(e,t,r){r===void 0&&(r={});var n=fR(e,r),o,i;for(o=0,i=n.length;o<i;o+=1)t(n[o])}ms.loadAll=zg;function Fg(e,t){t===void 0&&(t={});var r=fR(e,t),n,o;if(r.length!==0){if(r.length===1)return r[0];var i=new jg("expected a single document in the stream, but found more");return i.mark=new Mg("","",0,0,0),i.mark.position=r[0].endPosition,r[0].errors.push(i),r[0]}}ms.load=Fg;function mR(e,t,r){r===void 0&&(r={}),zg(e,t,eo.extend({schema:aR},r))}ms.safeLoadAll=mR;function hR(e,t){return t===void 0&&(t={}),Fg(e,eo.extend({schema:aR},t))}ms.safeLoad=hR;Xa.exports.loadAll=zg;Xa.exports.load=Fg;Xa.exports.safeLoadAll=mR;Xa.exports.safeLoad=hR});var _R=v(ru=>{"use strict";Object.defineProperty(ru,"__esModule",{value:!0});var Za=Fo(),Wg=ps(),bJ=Rg(),vJ=Jl(),Yg=Object.prototype.toString,xR=Object.prototype.hasOwnProperty,xJ=9,Bo=10,SJ=13,Vg=32,wJ=33,Bg=34,_J=35,PJ=37,EJ=38,Hg=39,$J=42,AJ=44,TJ=45,RJ=58,OJ=62,kJ=63,IJ=64,CJ=91,qJ=93,NJ=96,jJ=123,MJ=124,DJ=125,tt={};tt[0]="\\0";tt[7]="\\a";tt[8]="\\b";tt[9]="\\t";tt[10]="\\n";tt[11]="\\v";tt[12]="\\f";tt[13]="\\r";tt[27]="\\e";tt[34]='\\"';tt[92]="\\\\";tt[133]="\\N";tt[160]="\\_";tt[8232]="\\L";tt[8233]="\\P";var LJ=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function UJ(e,t){var r,n,o,i,s,a,c;if(t===null)return{};for(r={},n=Object.keys(t),o=0,i=n.length;o<i;o+=1)s=n[o],a=String(t[s]),s.slice(0,2)==="!!"&&(s="tag:yaml.org,2002:"+s.slice(2)),c=e.compiledTypeMap[s],c&&xR.call(c.styleAliases,a)&&(a=c.styleAliases[a]),r[s]=a;return r}function zJ(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else if(e<=4294967295)r="U",n=8;else throw new Wg("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Za.repeat("0",n-t.length)+t}function FJ(e){this.schema=e.schema||bJ,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Za.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=UJ(this.schema,e.styles||null),this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function gR(e,t){for(var r=Za.repeat(" ",t),n=0,o=-1,i="",s,a=e.length;n<a;)o=e.indexOf(`
|
|
39
|
+
`,n),o===-1?(s=e.slice(n),n=a):(s=e.slice(n,o+1),n=o+1),s.length&&s!==`
|
|
40
|
+
`&&(i+=r),i+=s;return i}function Kg(e,t){return`
|
|
41
|
+
`+Za.repeat(" ",e.indent*t)}function VJ(e,t){var r,n,o;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(o=e.implicitTypes[r],o.resolve(t))return!0;return!1}function tu(e){this.source=e,this.result="",this.checkpoint=0}tu.prototype.takeUpTo=function(e){var t;if(e<this.checkpoint)throw t=new Error("position should be > checkpoint"),t.position=e,t.checkpoint=this.checkpoint,t;return this.result+=this.source.slice(this.checkpoint,e),this.checkpoint=e,this};tu.prototype.escapeChar=function(){var e,t;return e=this.source.charCodeAt(this.checkpoint),t=tt[e]||zJ(e),this.result+=t,this.checkpoint+=1,this};tu.prototype.finish=function(){this.source.length>this.checkpoint&&this.takeUpTo(this.source.length)};function BJ(e,t,r){var n,o,i,s,a,c,p,l,u,d,f,m,h,y,g,P,b,S,x,_,R;if(t.length===0){e.dump="''";return}if(t.indexOf("!include")==0){e.dump=""+t;return}if(t.indexOf("!$$$novalue")==0){e.dump="";return}if(LJ.indexOf(t)!==-1){e.dump="'"+t+"'";return}for(n=!0,o=t.length?t.charCodeAt(0):0,i=Vg===o||Vg===t.charCodeAt(t.length-1),(TJ===o||kJ===o||IJ===o||NJ===o)&&(n=!1),i?(n=!1,s=!1,a=!1):(s=!0,a=!0),c=!0,p=new tu(t),l=!1,u=0,d=0,f=e.indent*r,m=80,f<40?m-=f:m=40,y=0;y<t.length;y++){if(h=t.charCodeAt(y),n)if(!KJ(h))n=!1;else continue;c&&h===Hg&&(c=!1),g=tt[h],P=SR(h),!(!g&&!P)&&(h!==Bo&&h!==Bg&&h!==Hg?(s=!1,a=!1):h===Bo&&(l=!0,c=!1,y>0&&(b=t.charCodeAt(y-1),b===Vg&&(a=!1,s=!1)),s&&(S=y-u,u=y,S>d&&(d=S))),h!==Bg&&(c=!1),p.takeUpTo(y),p.escapeChar())}if(n&&VJ(e,t)&&(n=!1),x="",(s||a)&&(_=0,t.charCodeAt(t.length-1)===Bo&&(_+=1,t.charCodeAt(t.length-2)===Bo&&(_+=1)),_===0?x="-":_===2&&(x="+")),a&&d<m&&(s=!1),l||(a=!1),n)e.dump=t;else if(c)e.dump="'"+t+"'";else if(s)R=HJ(t,m),e.dump=">"+x+`
|
|
42
|
+
`+gR(R,f);else if(a)x||(t=t.replace(/\n$/,"")),e.dump="|"+x+`
|
|
43
|
+
`+gR(t,f);else if(p)p.finish(),e.dump='"'+p.result+'"';else throw new Error("Failed to dump scalar value")}function HJ(e,t){var r="",n=0,o=e.length,i=/\n+$/.exec(e),s;for(i&&(o=i.index+1);n<o;)s=e.indexOf(`
|
|
44
|
+
`,n),s>o||s===-1?(r&&(r+=`
|
|
45
|
+
|
|
46
|
+
`),r+=bR(e.slice(n,o),t),n=o):(r&&(r+=`
|
|
47
|
+
|
|
48
|
+
`),r+=bR(e.slice(n,s),t),n=s+1);return i&&i[0]!==`
|
|
49
|
+
`&&(r+=i[0]),r}function bR(e,t){if(e==="")return e;for(var r=/[^\s] [^\s]/g,n="",o=0,i=0,s=r.exec(e),a,c,p;s;)a=s.index,a-i>t&&(o!==i?c=o:c=a,n&&(n+=`
|
|
50
|
+
`),p=e.slice(i,c),n+=p,i=c+1),o=a+1,s=r.exec(e);return n&&(n+=`
|
|
51
|
+
`),i!==o&&e.length-i>t?n+=e.slice(i,o)+`
|
|
52
|
+
`+e.slice(o+1):n+=e.slice(i),n}function KJ(e){return xJ!==e&&Bo!==e&&SJ!==e&&AJ!==e&&CJ!==e&&qJ!==e&&jJ!==e&&DJ!==e&&_J!==e&&EJ!==e&&$J!==e&&wJ!==e&&MJ!==e&&OJ!==e&&Hg!==e&&Bg!==e&&PJ!==e&&RJ!==e&&!tt[e]&&!SR(e)}function SR(e){return!(32<=e&&e<=126||e===133||160<=e&&e<=55295||57344<=e&&e<=65533||65536<=e&&e<=1114111)}function GJ(e,t,r){var n="",o=e.tag,i,s;for(i=0,s=r.length;i<s;i+=1)Ho(e,t,r[i],!1,!1)&&(i!==0&&(n+=", "),n+=e.dump);e.tag=o,e.dump="["+n+"]"}function WJ(e,t,r,n){var o="",i=e.tag,s,a;for(s=0,a=r.length;s<a;s+=1)Ho(e,t+1,r[s],!0,!0)&&((!n||s!==0)&&(o+=Kg(e,t)),o+="- "+e.dump);e.tag=i,e.dump=o||"[]"}function YJ(e,t,r){var n="",o=e.tag,i=Object.keys(r),s,a,c,p,l;for(s=0,a=i.length;s<a;s+=1)l="",s!==0&&(l+=", "),c=i[s],p=r[c],Ho(e,t,c,!1,!1)&&(e.dump.length>1024&&(l+="? "),l+=e.dump+": ",Ho(e,t,p,!1,!1)&&(l+=e.dump,n+=l));e.tag=o,e.dump="{"+n+"}"}function QJ(e,t,r,n){var o="",i=e.tag,s=Object.keys(r),a,c,p,l,u,d;for(a=0,c=s.length;a<c;a+=1)d="",(!n||a!==0)&&(d+=Kg(e,t)),p=s[a],l=r[p],Ho(e,t+1,p,!0,!0)&&(u=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,u&&(e.dump&&Bo===e.dump.charCodeAt(0)?d+="?":d+="? "),d+=e.dump,u&&(d+=Kg(e,t)),Ho(e,t+1,l,!0,u)&&(e.dump&&Bo===e.dump.charCodeAt(0)?d+=":":d+=": ",d+=e.dump,o+=d));e.tag=i,e.dump=o||"{}"}function vR(e,t,r){var n,o,i,s,a,c;for(o=r?e.explicitTypes:e.implicitTypes,i=0,s=o.length;i<s;i+=1)if(a=o[i],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(e.tag=r?a.tag:"?",a.represent){if(c=e.styleMap[a.tag]||a.defaultStyle,Yg.call(a.represent)==="[object Function]")n=a.represent(t,c);else if(xR.call(a.represent,c))n=a.represent[c](t,c);else throw new Wg("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');e.dump=n}return!0}return!1}function Ho(e,t,r,n,o){e.tag=null,e.dump=r,vR(e,r,!1)||vR(e,r,!0);var i=Yg.call(e.dump);n&&(n=0>e.flowLevel||e.flowLevel>t),(e.tag!==null&&e.tag!=="?"||e.indent!==2&&t>0)&&(o=!1);var s=i==="[object Object]"||i==="[object Array]",a,c;if(s&&(a=e.duplicates.indexOf(r),c=a!==-1),c&&e.usedDuplicates[a])e.dump="*ref_"+a;else{if(s&&c&&!e.usedDuplicates[a]&&(e.usedDuplicates[a]=!0),i==="[object Object]")n&&Object.keys(e.dump).length!==0?(QJ(e,t,e.dump,o),c&&(e.dump="&ref_"+a+(t===0?`
|
|
53
|
+
`:"")+e.dump)):(YJ(e,t,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump));else if(i==="[object Array]")n&&e.dump.length!==0?(WJ(e,t,e.dump,o),c&&(e.dump="&ref_"+a+(t===0?`
|
|
54
|
+
`:"")+e.dump)):(GJ(e,t,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump));else if(i==="[object String]")e.tag!=="?"&&BJ(e,e.dump,t);else{if(e.skipInvalid)return!1;throw new Wg("unacceptable kind of an object to dump "+i)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function JJ(e,t){var r=[],n=[],o,i;for(Gg(e,r,n),o=0,i=n.length;o<i;o+=1)t.duplicates.push(r[n[o]]);t.usedDuplicates=new Array(i)}function Gg(e,t,r){var n=Yg.call(e),o,i,s;if(e!==null&&typeof e=="object")if(i=t.indexOf(e),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(t.push(e),Array.isArray(e))for(i=0,s=e.length;i<s;i+=1)Gg(e[i],t,r);else for(o=Object.keys(e),i=0,s=o.length;i<s;i+=1)Gg(e[o[i]],t,r)}function wR(e,t){t=t||{};var r=new FJ(t);return JJ(e,r),Ho(r,0,e,!0,!0)?r.dump+`
|
|
55
|
+
`:""}ru.dump=wR;function XJ(e,t){return wR(e,Za.extend({schema:vJ},t))}ru.safeDump=XJ});var PR=v(ro=>{"use strict";Object.defineProperty(ro,"__esModule",{value:!0});function ZJ(e){if(["true","True","TRUE"].lastIndexOf(e)>=0)return!0;if(["false","False","FALSE"].lastIndexOf(e)>=0)return!1;throw'Invalid boolean "'+e+'"'}ro.parseYamlBoolean=ZJ;function e8(e){return e.lastIndexOf("0o",0)===0?parseInt(e.substring(2),8):parseInt(e)}function t8(e){var t=e8(e);if(isNaN(t))throw'Invalid integer "'+e+'"';return t}ro.parseYamlInteger=t8;function r8(e){if([".nan",".NaN",".NAN"].lastIndexOf(e)>=0)return NaN;var t=/^([-+])?(?:\.inf|\.Inf|\.INF)$/,r=t.exec(e);if(r)return r[1]==="-"?-1/0:1/0;var n=parseFloat(e);if(!isNaN(n))return n;throw'Invalid float "'+e+'"'}ro.parseYamlFloat=r8;var vn;(function(e){e[e.null=0]="null",e[e.bool=1]="bool",e[e.int=2]="int",e[e.float=3]="float",e[e.string=4]="string"})(vn=ro.ScalarType||(ro.ScalarType={}));function n8(e){if(e===void 0)return vn.null;if(e.doubleQuoted||!e.plainScalar||e.singleQuoted)return vn.string;var t=e.value;if(["null","Null","NULL","~",""].indexOf(t)>=0||t==null)return vn.null;if(["true","True","TRUE","false","False","FALSE"].indexOf(t)>=0)return vn.bool;var r=/^[-+]?[0-9]+$/,n=/^0o[0-7]+$/,o=/^0x[0-9a-fA-F]+$/;if(r.test(t)||n.test(t)||o.test(t))return vn.int;var i=/^[-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?$/,s=/^[-+]?(\.inf|\.Inf|\.INF)$/;return i.test(t)||s.test(t)||[".nan",".NaN",".NAN"].indexOf(t)>=0?vn.float:vn.string}ro.determineScalarType=n8});var AR=v($r=>{"use strict";function ER(e){for(var t in e)$r.hasOwnProperty(t)||($r[t]=e[t])}Object.defineProperty($r,"__esModule",{value:!0});var nu=yR();$r.load=nu.load;$r.loadAll=nu.loadAll;$r.safeLoad=nu.safeLoad;$r.safeLoadAll=nu.safeLoadAll;var $R=_R();$r.dump=$R.dump;$r.safeDump=$R.safeDump;$r.YAMLException=ps();ER(Qa());ER(PR())});import*as Wo from"node:path";function $(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function We(e){return!!e}function Xr(e,t){return e===""&&(e="#/"),e[e.length-1]==="/"?e+t:e+"/"+t}function j(e){return $(e)&&typeof e.$ref=="string"}function Yo(e){return j(e)&&Object.keys(e).length>1}function ec(e){return $(e)&&typeof e.externalValue=="string"}var Vt=class e{source;pointer;constructor(t,r){this.source=t,this.pointer=r}child(t){return new e(this.source,Xr(this.pointer,(Array.isArray(t)?t:[t]).map(Ir).join("/")))}key(){return{...this,reportOnKey:!0}}get absolutePointer(){return this.source.absoluteRef+(this.pointer==="#/"?"":this.pointer)}};function Zg(e){let t=e.indexOf("~")===-1?e:e.replaceAll("~1","/").replaceAll("~0","~");try{return decodeURIComponent(t)}catch{return t}}function Ir(e){return typeof e=="number"||e.indexOf("/")===-1&&e.indexOf("~")===-1?e:e.replaceAll("~","~0").replaceAll("/","~1")}function Sn(e){let[t,r=""]=e.split("#/");return{uri:(t.endsWith("#")?t.slice(0,-1):t)||null,pointer:pu(r)}}function pu(e){return e.split("/").map(Zg).filter(We)}function eb(e){let t=e.split("/");return t[t.length-1]}function tb(e){let t=e.split(/[\/\\]/);return t[t.length-1].replace(/\.[^.]+$/,"")}function oe(e){return e.startsWith("http://")||e.startsWith("https://")||e.startsWith("file://")||e.startsWith("data:")}function lu(e){return Wo.extname(e)?oe(e)?e.substring(0,e.lastIndexOf("/")):Wo.dirname(e):e}function tc(e,t){return oe(e)?new URL(t,e.endsWith("/")?e:`${e}/`).href:Wo.resolve(e,t)}function Cr(e){return typeof e=="string"&&(e.startsWith("#")||oe(e)||e.startsWith("./")||e.startsWith("../")||e.indexOf("/")>-1||/\.(ya?ml|json)$/i.test(e))}function rb(e){return/^#[A-Za-z][A-Za-z0-9\-_:.]*$/.test(e)}function ys(e,t,r){if(!$(t.node)&&r.parent){r.parent[r.key]=t.node;return}delete e.$ref,$(t.node)&&Object.assign(e,{...t.node,...e})}var fe=Symbol("NOT_RESOLVED"),Cu=Symbol("MERGE_KEY");function ft(e,t){return{tagName:e,nodeKind:"scalar",implicit:t.implicit??!1,matchByTagPrefix:t.matchByTagPrefix??!1,implicitFirstChars:t.implicitFirstChars??null,resolve:t.resolve,identify:t.identify??null,represent:t.represent??(r=>String(r)),representTagName:t.representTagName??null}}function qu(e,t){let r=t.finalize===void 0;return{tagName:e,nodeKind:"sequence",implicit:!1,matchByTagPrefix:t.matchByTagPrefix??!1,create:t.create,addItem:t.addItem,finalize:t.finalize??(n=>n),carrierIsResult:r,identify:t.identify??null,represent:t.represent??(n=>n),representTagName:t.representTagName??null}}function pc(e,t){let r=t.finalize===void 0;return{tagName:e,nodeKind:"mapping",implicit:!1,matchByTagPrefix:t.matchByTagPrefix??!1,create:t.create,addPair:t.addPair,has:t.has,keys:t.keys,get:t.get,finalize:t.finalize??(n=>n),carrierIsResult:r,identify:t.identify??null,represent:t.represent??(n=>n),representTagName:t.representTagName??null}}var MR=ft("tag:yaml.org,2002:str",{resolve:e=>e,identify:e=>typeof e=="string"}),DR=["","~","null","Null","NULL"],LR=ft("tag:yaml.org,2002:null",{implicit:!0,implicitFirstChars:["","~","n","N"],resolve:e=>DR.indexOf(e)!==-1?null:fe,identify:e=>e===null,represent:()=>"null"}),UR=ft("tag:yaml.org,2002:null",{implicit:!0,implicitFirstChars:["n"],resolve:(e,t)=>e==="null"||t&&e===""?null:fe,identify:e=>e===null,represent:()=>"null"}),zR=["","~","null","Null","NULL"],FR=ft("tag:yaml.org,2002:null",{implicit:!0,implicitFirstChars:["","~","n","N"],resolve:e=>zR.indexOf(e)!==-1?null:fe,identify:e=>e===null,represent:()=>"null"}),VR=["true","True","TRUE"],BR=["false","False","FALSE"],HR=ft("tag:yaml.org,2002:bool",{implicit:!0,implicitFirstChars:["t","T","f","F"],resolve:e=>VR.indexOf(e)!==-1?!0:BR.indexOf(e)!==-1?!1:fe,identify:e=>Object.prototype.toString.call(e)==="[object Boolean]",represent:e=>e?"true":"false"}),KR=["true"],GR=["false"],WR=ft("tag:yaml.org,2002:bool",{implicit:!0,implicitFirstChars:["t","f"],resolve:e=>KR.indexOf(e)!==-1?!0:GR.indexOf(e)!==-1?!1:fe,identify:e=>Object.prototype.toString.call(e)==="[object Boolean]",represent:e=>e?"true":"false"}),YR=["true","True","TRUE","y","Y","yes","Yes","YES","on","On","ON"],QR=["false","False","FALSE","n","N","no","No","NO","off","Off","OFF"],JR=ft("tag:yaml.org,2002:bool",{implicit:!0,implicitFirstChars:["y","Y","n","N","t","T","f","F","o","O"],resolve:e=>YR.indexOf(e)!==-1?!0:QR.indexOf(e)!==-1?!1:fe,identify:e=>Object.prototype.toString.call(e)==="[object Boolean]",represent:e=>e?"true":"false"}),XR=new RegExp("^(?:0o[0-7]+|0x[0-9a-fA-F]+|[-+]?[0-9]+)$"),ZR=new RegExp("^(?:[-+]?0b[0-1]+|[-+]?0o[0-7]+|[-+]?0x[0-9a-fA-F]+|[-+]?[0-9]+)$");function eO(e){let t=e,r=1;return(t[0]==="-"||t[0]==="+")&&(t[0]==="-"&&(r=-1),t=t.slice(1)),t.startsWith("0b")?r*parseInt(t.slice(2),2):t.startsWith("0o")?r*parseInt(t.slice(2),8):t.startsWith("0x")?r*parseInt(t.slice(2),16):r*parseInt(t,10)}function tO(e,t){if(t){if(!ZR.test(e))return fe}else if(!XR.test(e))return fe;let r=eO(e);return Number.isFinite(r)?r:fe}var Sb=ft("tag:yaml.org,2002:int",{implicit:!0,implicitFirstChars:["-","+",..."0123456789"],resolve:tO,identify:e=>Number.isInteger(e)&&!Object.is(e,-0)&&e.toString(10).indexOf("e")<0,represent:e=>e.toString(10)}),rO=new RegExp("^-?(?:0|[1-9][0-9]*)$"),nO=new RegExp("^(?:[-+]?0b[0-1]+|[-+]?0o[0-7]+|[-+]?0x[0-9a-fA-F]+|[-+]?[0-9]+)$");function oO(e){let t=e,r=1;return(t[0]==="-"||t[0]==="+")&&(t[0]==="-"&&(r=-1),t=t.slice(1)),t.startsWith("0b")?r*parseInt(t.slice(2),2):t.startsWith("0o")?r*parseInt(t.slice(2),8):t.startsWith("0x")?r*parseInt(t.slice(2),16):r*parseInt(t,10)}function iO(e,t){if(t){if(!nO.test(e))return fe}else if(!rO.test(e))return fe;let r=oO(e);return Number.isFinite(r)?r:fe}var sO=ft("tag:yaml.org,2002:int",{implicit:!0,implicitFirstChars:["-",..."0123456789"],resolve:iO,identify:e=>Number.isInteger(e)&&!Object.is(e,-0)&&e.toString(10).indexOf("e")<0,represent:e=>e.toString(10)}),aO=new RegExp("^(?:[-+]?0b[0-1_]+|[-+]?0[0-7_]+|[-+]?0x[0-9a-fA-F_]+|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+|[-+]?(?:0|[1-9][0-9_]*))$");function cO(e){let t=e.replace(/_/g,""),r=1;if((t[0]==="-"||t[0]==="+")&&(t[0]==="-"&&(r=-1),t=t.slice(1)),t.startsWith("0b"))return r*parseInt(t.slice(2),2);if(t.startsWith("0x"))return r*parseInt(t.slice(2),16);if(t.includes(":")){let n=0;for(let o of t.split(":"))n=n*60+Number(o);return r*n}return t!=="0"&&t[0]==="0"?r*parseInt(t,8):r*parseInt(t,10)}function pO(e){if(!aO.test(e))return fe;let t=cO(e);return Number.isFinite(t)?t:fe}var gu=ft("tag:yaml.org,2002:int",{implicit:!0,implicitFirstChars:["-","+",..."0123456789"],resolve:pO,identify:e=>Number.isInteger(e)&&!Object.is(e,-0)&&e.toString(10).indexOf("e")<0,represent:e=>e.toString(10)}),lO=new RegExp("^(?:[-+]?[0-9]+(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?|[-+]?\\.[0-9]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),uO=new RegExp("^(?:[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function dO(e){if(!lO.test(e))return fe;let t=e.toLowerCase(),r=t[0]==="-"?-1:1;if("+-".includes(t[0])&&(t=t.slice(1)),t===".inf")return r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY;if(t===".nan")return NaN;let n=r*parseFloat(t);return Number.isFinite(n)||uO.test(e)?n:fe}function fO(e){if(isNaN(e))return".nan";if(e===Number.POSITIVE_INFINITY)return".inf";if(e===Number.NEGATIVE_INFINITY)return"-.inf";if(Object.is(e,-0))return"-0.0";let t=e.toString(10);return/^[-+]?[0-9]+e/.test(t)?t.replace("e",".e"):t}var wb=ft("tag:yaml.org,2002:float",{implicit:!0,implicitFirstChars:["-","+",".",..."0123456789"],resolve:dO,identify:e=>typeof e=="number"&&(!Number.isInteger(e)||Object.is(e,-0)||e.toString(10).indexOf("e")>=0),represent:fO}),mO=new RegExp("^-?(?:0|[1-9][0-9]*)(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$"),hO=new RegExp("^(?:[-+]?[0-9]+(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?|[-+]?\\.[0-9]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function yO(e,t){if(t){if(!hO.test(e))return fe;let n=e.toLowerCase(),o=n[0]==="-"?-1:1;if("+-".includes(n[0])&&(n=n.slice(1)),n===".inf")return o===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY;if(n===".nan")return NaN;let i=o*parseFloat(n);return Number.isFinite(i)?i:fe}if(!mO.test(e))return fe;let r=Number(e);return Number.isFinite(r)?r:fe}function gO(e){if(isNaN(e))return".nan";if(e===Number.POSITIVE_INFINITY)return".inf";if(e===Number.NEGATIVE_INFINITY)return"-.inf";if(Object.is(e,-0))return"-0.0";let t=e.toString(10);return/^[-+]?[0-9]+e/.test(t)?t.replace("e",".e"):t}var bO=ft("tag:yaml.org,2002:float",{implicit:!0,implicitFirstChars:["-",..."0123456789"],resolve:yO,identify:e=>typeof e=="number"&&(!Number.isInteger(e)||Object.is(e,-0)||e.toString(10).indexOf("e")>=0),represent:gO}),vO=new RegExp("^(?:[-+]?(?:(?:[0-9][0-9_]*)?\\.[0-9_]*)(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),xO=new RegExp("^(?:[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function SO(e){if(!vO.test(e))return fe;let t=e.toLowerCase().replace(/_/g,""),r=t[0]==="-"?-1:1;if("+-".includes(t[0])&&(t=t.slice(1)),t===".inf")return r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY;if(t===".nan")return NaN;let n=0;if(t.includes(":")){for(let o of t.split(":"))n=n*60+Number(o);n*=r}else n=r*parseFloat(t);return Number.isFinite(n)||xO.test(e)?n:fe}function wO(e){if(isNaN(e))return".nan";if(e===Number.POSITIVE_INFINITY)return".inf";if(e===Number.NEGATIVE_INFINITY)return"-.inf";if(Object.is(e,-0))return"-0.0";let t=e.toString(10);return/^[-+]?[0-9]+e/.test(t)?t.replace("e",".e"):t}var bu=ft("tag:yaml.org,2002:float",{implicit:!0,implicitFirstChars:["-","+",".",..."0123456789"],resolve:SO,identify:e=>typeof e=="number"&&(!Number.isInteger(e)||Object.is(e,-0)||e.toString(10).indexOf("e")>=0),represent:wO}),Nu=ft("tag:yaml.org,2002:merge",{implicit:!0,implicitFirstChars:["<"],resolve:(e,t)=>e==="<<"||t&&e===""?Cu:fe}),_O=/^[A-Za-z0-9+/]*={0,2}$/;function PO(e){let t=e.replace(/\s/g,"");if(t.length%4!==0||!_O.test(t))return fe;let r=atob(t),n=new Uint8Array(r.length);for(let o=0;o<r.length;o++)n[o]=r.charCodeAt(o);return n}function EO(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}var ju=ft("tag:yaml.org,2002:binary",{resolve:PO,identify:e=>Object.prototype.toString.call(e)==="[object Uint8Array]",represent:EO}),$O=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),AO=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function TO(e){let t=$O.exec(e);if(t===null&&(t=AO.exec(e)),t===null)return fe;let r=+t[1],n=+t[2]-1,o=+t[3];if(!t[4]){let l=new Date(Date.UTC(r,n,o));return l.getUTCFullYear()!==r||l.getUTCMonth()!==n||l.getUTCDate()!==o?fe:l}let i=+t[4],s=+t[5],a=+t[6],c=0;if(i>23||s>59||a>59)return fe;if(t[7]){let l=t[7].slice(0,3);for(;l.length<3;)l+="0";c=+l}let p=new Date(Date.UTC(r,n,o,i,s,a,c));if(p.getUTCFullYear()!==r||p.getUTCMonth()!==n||p.getUTCDate()!==o)return fe;if(t[9]){let l=+t[10],u=+(t[11]||0);if(l>23||u>59)return fe;let d=(l*60+u)*6e4;p.setTime(p.getTime()-(t[9]==="-"?-d:d))}return p}var RO=ft("tag:yaml.org,2002:timestamp",{implicit:!0,implicitFirstChars:[..."0123456789"],resolve:TO,identify:e=>e instanceof Date,represent:e=>e.toISOString()}),OO=qu("tag:yaml.org,2002:seq",{create:()=>[],addItem:(e,t)=>{e.push(t)},identify:Array.isArray});function lc(e){if(e===null||typeof e!="object"||Array.isArray(e))return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function vu(e,t){let r={};for(let n of t)e[n]!==void 0&&(r[n]=e[n]);return r}var Mu=qu("tag:yaml.org,2002:omap",{create:()=>({list:[],seen:new Set}),addItem:(e,t)=>{let r;if(t instanceof Map){if(t.size!==1)return"cannot resolve an ordered map item";r=t.keys().next().value}else if(lc(t)){let n=Object.keys(t);if(n.length!==1)return"cannot resolve an ordered map item";r=n[0]}else return"cannot resolve an ordered map item";return e.seen.has(r)?"duplicate key in ordered map":(e.seen.add(r),e.list.push(t),"")},finalize:e=>e.list}),Du=qu("tag:yaml.org,2002:pairs",{create:()=>[],addItem:(e,t)=>{if(t instanceof Map)return t.size!==1?"cannot resolve a pairs item":(e.push(t.entries().next().value),"");if(Object.prototype.toString.call(t)!=="[object Object]")return"cannot resolve a pairs item";let r=t,n=Object.keys(r);return n.length!==1?"cannot resolve a pairs item":(e.push([n[0],r[n[0]]]),"")}}),kO=pc("tag:yaml.org,2002:map",{create:()=>({}),identify:lc,represent:e=>{let t=new Map;for(let r of Object.keys(e))t.set(r,e[r]);return t},addPair:(e,t,r)=>{if(t!==null&&typeof t=="object")return"object-based map does not support complex keys";let n=String(t);return n==="__proto__"?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,""},has:(e,t)=>t!==null&&typeof t=="object"?!1:Object.prototype.hasOwnProperty.call(e,String(t)),keys:e=>Object.keys(e),get:(e,t)=>e[String(t)]}),Lu=pc("tag:yaml.org,2002:set",{create:()=>new Set,identify:e=>e instanceof Set,represent:e=>{let t=new Map;for(let r of e)t.set(r,null);return t},addPair:(e,t,r)=>r!==null?"cannot resolve a set item":(e.add(t),""),has:(e,t)=>e.has(t),keys:e=>e.keys(),get:()=>null});function IO(){return{scalar:{},sequence:{},mapping:{}}}function CO(){return{scalar:[],sequence:[],mapping:[]}}function qO(e){let t=[];for(let r of e){let n=t.length;for(let o=0;o<t.length;o++){let i=t[o];if(i.nodeKind===r.nodeKind&&i.tagName===r.tagName&&i.matchByTagPrefix===r.matchByTagPrefix){n=o;break}}t[n]=r}return t}var uc=class _b{tags;implicitScalarTags;implicitScalarByFirstChar;implicitScalarAnyFirstChar;defaultScalarTag;defaultSequenceTag;defaultMappingTag;exact;prefix;constructor(t){let r=qO(t),n=[],o=IO(),i=CO();for(let l of r){if(l.nodeKind==="scalar"&&l.implicit){if(l.matchByTagPrefix)throw new Error("Implicit scalar tags cannot match by tag prefix");n.push(l)}switch(l.nodeKind){case"scalar":l.matchByTagPrefix?i.scalar.push(l):o.scalar[l.tagName]=l;break;case"sequence":l.matchByTagPrefix?i.sequence.push(l):o.sequence[l.tagName]=l;break;case"mapping":l.matchByTagPrefix?i.mapping.push(l):o.mapping[l.tagName]=l;break}}let s=n.filter(l=>l.implicitFirstChars===null),a=new Set;for(let l of n)if(l.implicitFirstChars!==null)for(let u of l.implicitFirstChars)a.add(u);let c=new Map;for(let l of a)c.set(l,n.filter(u=>u.implicitFirstChars===null||u.implicitFirstChars.indexOf(l)!==-1));let p=o.scalar["tag:yaml.org,2002:str"];if(!p)throw new Error("schema does not define the default scalar tag (tag:yaml.org,2002:str)");this.tags=r,this.implicitScalarTags=n,this.implicitScalarByFirstChar=c,this.implicitScalarAnyFirstChar=s,this.defaultScalarTag=p,this.defaultSequenceTag=o.sequence["tag:yaml.org,2002:seq"],this.defaultMappingTag=o.mapping["tag:yaml.org,2002:map"],this.exact=o,this.prefix=i}withTags(...t){let r=[];for(let n of t)r=r.concat(n);return new _b([...this.tags,...r])}},Uu=new uc([MR,OO,kO]),A8=new uc([...Uu.tags,UR,WR,sO,bO]),zu=new uc([...Uu.tags,LR,HR,Sb,wb]),NO=new uc([...Uu.tags,FR,JR,gu,bu,RO,Nu,ju,Mu,Du,Lu]),T8=pc("tag:yaml.org,2002:map",{create:()=>new Map,addPair:(e,t,r)=>(e.set(t,r),""),has:(e,t)=>e.has(t),keys:e=>e.keys(),get:(e,t)=>e.get(t),identify:e=>e instanceof Map||lc(e),represent:e=>{if(e instanceof Map)return e;let t=new Map,r=e;for(let n of Object.keys(r))t.set(n,r[n]);return t}});function nb(e){if(Array.isArray(e)){let t=Array.prototype.slice.call(e);for(let r=0;r<t.length;r++){if(Array.isArray(t[r]))return null;typeof t[r]=="object"&&Object.prototype.toString.call(t[r])==="[object Object]"&&(t[r]="[object Object]")}return String(t)}return typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"?"[object Object]":String(e)}var R8=pc("tag:yaml.org,2002:map",{create:()=>({}),identify:lc,represent:e=>{let t=new Map;for(let r of Object.keys(e))t.set(r,e[r]);return t},addPair:(e,t,r)=>{let n=nb(t);return n===null?"nested arrays are not supported inside keys":(n==="__proto__"?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,"")},has:(e,t)=>{let r=nb(t);return r!==null&&Object.prototype.hasOwnProperty.call(e,r)},keys:e=>Object.keys(e),get:(e,t)=>e[String(t)]}),jO={maxLength:79,indent:1,linesBefore:3,linesAfter:2};function uu(e,t,r,n,o){let i="",s="",a=Math.floor(o/2)-1;return n-t>a&&(i=" ... ",t=n-a+i.length),r-n>a&&(s=" ...",r=n+a-s.length),{str:i+e.slice(t,r).replace(/\t/g,"\u2192")+s,pos:n-t+i.length}}function du(e,t){return" ".repeat(Math.max(t-e.length,0))+e}function MO(e,t){if(!e.buffer)return null;let r={...jO,...t},n=/\r?\n|\r|\0/g,o=[0],i=[],s,a=-1;for(;s=n.exec(e.buffer);)i.push(s.index),o.push(s.index+s[0].length),e.position<=s.index&&a<0&&(a=o.length-2);a<0&&(a=o.length-1);let c="",p=Math.min(e.line+r.linesAfter,i.length).toString().length,l=r.maxLength-(r.indent+p+3);for(let d=1;d<=r.linesBefore&&!(a-d<0);d++){let f=uu(e.buffer,o[a-d],i[a-d],e.position-(o[a]-o[a-d]),l);c=`${" ".repeat(r.indent)}${du((e.line-d+1).toString(),p)} | ${f.str}
|
|
56
|
+
${c}`}let u=uu(e.buffer,o[a],i[a],e.position,l);c+=`${" ".repeat(r.indent)}${du((e.line+1).toString(),p)} | ${u.str}
|
|
57
|
+
`,c+=`${"-".repeat(r.indent+p+3+u.pos)}^
|
|
58
|
+
`;for(let d=1;d<=r.linesAfter&&!(a+d>=i.length);d++){let f=uu(e.buffer,o[a+d],i[a+d],e.position-(o[a]-o[a+d]),l);c+=`${" ".repeat(r.indent)}${du((e.line+d+1).toString(),p)} | ${f.str}
|
|
59
|
+
`}return c.replace(/\n$/,"")}function ob(e,t){let r="";return e.mark?(e.mark.name&&(r+=`in "${e.mark.name}" `),r+=`(${e.mark.line+1}:${e.mark.column+1})`,!t&&e.mark.snippet&&(r+=`
|
|
60
|
+
|
|
61
|
+
${e.mark.snippet}`),`${e.reason} ${r}`):e.reason}var Ps=class extends Error{reason;mark;constructor(e,t){super(),this.name="YAMLException",this.reason=e,this.mark=t,this.message=ob(this,!1),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}toString(e){return`${this.name}: ${ob(this,e)}`}};function dc(e,t,r,n=""){let o=0,i=0;for(let a=0;a<t;a++){let c=e.charCodeAt(a);c===10?(o++,i=a+1):c===13&&(o++,e.charCodeAt(a+1)===10&&a++,i=a+1)}let s={name:n,buffer:e,position:t,line:o,column:t-i};throw s.snippet=MO(s),new Ps(r,s)}var DO=-1;function ib(e){switch(e){case 48:return"\0";case 97:return"\x07";case 98:return"\b";case 116:return" ";case 9:return" ";case 110:return`
|
|
62
|
+
`;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"\x1B";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"\x85";case 95:return"\xA0";case 76:return"\u2028";case 80:return"\u2029";default:return""}}var Pb=new Array(256),Eb=new Array(256);for(let e=0;e<256;e++)Pb[e]=ib(e)?1:0,Eb[e]=ib(e);function LO(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function UO(e){return e>=48&&e<=57?e-48:(e|32)-97+10}function zO(e){return e===120?2:e===117?4:8}function sc(e,t,r){let n=0;for(;t<r;){let o=e.charCodeAt(t);if(o===10)n++,t++;else if(o===13)n++,t++,e.charCodeAt(t)===10&&t++;else if(o===32||o===9)t++;else break}return{position:t,breaks:n}}function Fu(e){return e===1?" ":`
|
|
63
|
+
`.repeat(e-1)}function FO(e,t,r){let n="",o=t,i=t,s=t;for(;o<r;){let a=e.charCodeAt(o);if(a===10||a===13){n+=e.slice(i,s);let c=sc(e,o,r);n+=Fu(c.breaks),o=i=s=c.position}else o++,a!==32&&a!==9&&(s=o)}return n+e.slice(i,s)}function VO(e,t,r){let n="",o=t,i=t,s=t;for(;o<r;){let a=e.charCodeAt(o);if(a===39)n+=e.slice(i,o)+"'",o+=2,i=s=o;else if(a===10||a===13){n+=e.slice(i,s);let c=sc(e,o,r);n+=Fu(c.breaks),o=i=s=c.position}else o++,a!==32&&a!==9&&(s=o)}return n+e.slice(i,r)}function BO(e,t,r){let n="",o=t,i=t,s=t;for(;o<r;){let a=e.charCodeAt(o);if(a===92){n+=e.slice(i,o),o++;let c=e.charCodeAt(o);if(c===10||c===13)o=sc(e,o,r).position;else if(c<256&&Pb[c])n+=Eb[c],o++;else{let p=zO(c),l=0;for(;p>0;p--){o++;let u=UO(e.charCodeAt(o));l=(l<<4)+u}n+=LO(l),o++}i=s=o}else if(a===10||a===13){n+=e.slice(i,s);let c=sc(e,o,r);n+=Fu(c.breaks),o=i=s=c.position}else o++,a!==32&&a!==9&&(s=o)}return n+e.slice(i,r)}function sb(e,t,r,n,o,i){let s=n<0?0:n,a=e.slice(t,r).replace(/\r\n?/g,`
|
|
64
|
+
`),c=a===""?[]:(a.endsWith(`
|
|
65
|
+
`)?a.slice(0,-1):a).split(`
|
|
66
|
+
`),p="",l=!1,u=0,d=!1;for(let f of c){let m=0;for(;m<s&&f.charCodeAt(m)===32;)m++;if(n<0||m>=f.length){u++;continue}let h=f.slice(s),y=h.charCodeAt(0);i?y===32||y===9?(d=!0,p+=`
|
|
67
|
+
`.repeat(l?1+u:u)):d?(d=!1,p+=`
|
|
68
|
+
`.repeat(u+1)):u===0?l&&(p+=" "):p+=`
|
|
69
|
+
`.repeat(u):p+=`
|
|
70
|
+
`.repeat(l?1+u:u),p+=h,l=!0,u=0}return o===3?p+=`
|
|
71
|
+
`.repeat(l?1+u:u):o!==2&&l&&(p+=`
|
|
72
|
+
`),p}function HO(e,t){if(t.valueStart===DO)return"";let{valueStart:r,valueEnd:n}=t;if(t.fast)return e.slice(r,n);switch(t.style){case 2:return VO(e,r,n);case 3:return BO(e,r,n);case 4:return sb(e,r,n,t.indent,t.chomping,!1);case 5:return sb(e,r,n,t.indent,t.chomping,!0);default:return FO(e,r,n)}}var KO={"!":"!","!!":"tag:yaml.org,2002:"};function fu(e){return encodeURI(e).replace(/!/g,"%21")}function $b(e,t){if(e.startsWith("!<")&&e.endsWith(">"))return decodeURIComponent(e.slice(2,-1));let r=e.indexOf("!",1),n=r===-1?"!":e.slice(0,r+1),o=t?.[n]??KO[n]??n;return decodeURIComponent(o)+decodeURIComponent(e.slice(n.length))}function Ab(e){let t=e;return t.charCodeAt(0)===33?(t=t.slice(1),`!${fu(t)}`):t.slice(0,18)==="tag:yaml.org,2002:"?`!!${fu(t.slice(18))}`:`!<${fu(t)}>`}var Qo=-1,Vu={filename:"",schema:zu,json:!1,maxTotalMergeKeys:1e4,maxAliases:-1};function GO(e){return"tagStart"in e&&e.tagStart!==Qo?e.tagStart:"anchorStart"in e&&e.anchorStart!==Qo?e.anchorStart:"valueStart"in e&&e.valueStart!==Qo?e.valueStart:"start"in e?e.start:0}function kt(e,t){dc(e.source,e.position,t,e.filename)}function Tb(e,t,r,n){try{return r.finalize(n)}catch(o){if(o instanceof Ps)throw o;dc(e.source,t,o instanceof Error?o.message:String(o),e.filename)}}function oc(e,t,r){let n=e[r];if(n)return n;for(let o of t)if(r.startsWith(o.tagName))return o}function WO(e,t,r,n,o){let i=oc(t,r,n);if(i)return i;kt(e,`unknown ${o} tag !<${n}>`)}function YO(e,t){let r=HO(e.source,t),n=t.tagStart===Qo?"":e.source.slice(t.tagStart,t.tagEnd),o=e.schema.defaultScalarTag;if(n!==""){if(n==="!")return{value:r,tag:o};let i=$b(n,e.tagHandlers),s=oc(e.schema.exact.scalar,e.schema.prefix.scalar,i);if(s){let c=s.resolve(r,!0,i);return c===fe&&kt(e,`cannot resolve a node with !<${i}> explicit tag`),{value:c,tag:s}}let a=oc(e.schema.exact.mapping,e.schema.prefix.mapping,i)??oc(e.schema.exact.sequence,e.schema.prefix.sequence,i);if(a){r!==""&&kt(e,`cannot resolve a node with !<${i}> explicit tag`);let c=a.create(i);return{value:a.carrierIsResult?c:Tb(e,e.position,a,c),tag:a}}kt(e,`unknown scalar tag !<${i}>`)}if(t.style===1){let i=e.schema.implicitScalarByFirstChar.get(r.charAt(0))??e.schema.implicitScalarAnyFirstChar;for(let s of i){let a=s.resolve(r,!1,s.tagName);if(a!==fe)return{value:a,tag:s}}}return{value:o.resolve(r,!1,o.tagName),tag:o}}function ab(e,t,r,n,o,i){let s=t.tagStart===Qo?"":e.source.slice(t.tagStart,t.tagEnd),a=s===""||s==="!"?o:$b(s,e.tagHandlers);return{tagName:a,tag:WO(e,r,n,a,i)}}function Rb(e){return e.nodeKind==="mapping"}function cb(e,t,r,n){for(let o of n.keys(r)){if(e.maxTotalMergeKeys!==-1&&++e.totalMergeKeys>e.maxTotalMergeKeys&&kt(e,`merge keys exceeded maxTotalMergeKeys (${e.maxTotalMergeKeys})`),t.tag.has(t.value,o))continue;let i=t.tag.addPair(t.value,o,n.get(r,o));i&&kt(e,i),(t.overridable??=new Set).add(o)}}function QO(e,t,r,n){if(e.position=t.keyPosition,Rb(n))cb(e,t,r,n);else if(n.nodeKind==="sequence"&&Array.isArray(r))for(let o of r)cb(e,t,o,t.tag);else kt(e,"cannot merge mappings; the provided source object is unacceptable")}function JO(e,t,r,n,o){if(e.position=t.keyPosition,r===Cu){QO(e,t,n,o);return}!e.json&&t.tag.has(t.value,r)&&!t.overridable?.has(r)&&kt(e,"duplicated mapping key");let i=t.tag.addPair(t.value,r,n);i&&kt(e,i),t.overridable?.delete(r)}function mu(e,t,r){let n=e.frames[e.frames.length-1];if(n.kind==="document")n.value=t,n.hasValue=!0;else if(n.kind==="sequence"){n.merge&&(Rb(r)||kt(e,"cannot merge mappings; the provided source object is unacceptable"));let o=n.tag.addItem(n.value,t,n.index++);o&&kt(e,o)}else if(n.hasKey){let o=n.key;n.key=void 0,n.hasKey=!1,JO(e,n,o,t,r)}else n.key=t,n.keyPosition=e.position,n.hasKey=!0}function hu(e,t,r,n,o){if(t.anchorStart!==Qo){let i={value:r,tag:n,isValueFinal:o};return e.anchors.set(e.source.slice(t.anchorStart,t.anchorEnd),i),i}return null}function XO(e,t){let r={...Vu,...t,events:e,documents:[],eventIndex:0,position:0,frames:[],anchors:new Map,tagHandlers:Object.create(null),totalMergeKeys:0,aliasCount:0};for(;r.eventIndex<r.events.length;){let n=r.events[r.eventIndex++];switch(r.position=GO(n),n.type){case 1:r.anchors=new Map,r.aliasCount=0,r.tagHandlers=Object.create(null);for(let o of n.directives)o.kind==="tag"&&(r.tagHandlers[o.handle]=o.prefix);r.frames.push({kind:"document",position:r.position,value:void 0,hasValue:!1});break;case 4:{let{value:o,tag:i}=YO(r,n);hu(r,n,o,i,!0),mu(r,o,i);break}case 2:{let o=ab(r,n,r.schema.exact.sequence,r.schema.prefix.sequence,"tag:yaml.org,2002:seq","sequence"),i=o.tag.create(o.tagName),s=hu(r,n,i,o.tag,o.tag.carrierIsResult),a=r.frames[r.frames.length-1],c=a!==void 0&&a.kind==="mapping"&&a.hasKey&&a.key===Cu;r.frames.push({kind:"sequence",position:r.position,value:i,tag:o.tag,anchor:s,index:0,merge:c});break}case 3:{let o=ab(r,n,r.schema.exact.mapping,r.schema.prefix.mapping,"tag:yaml.org,2002:map","mapping"),i=o.tag.create(o.tagName),s=hu(r,n,i,o.tag,o.tag.carrierIsResult);r.frames.push({kind:"mapping",position:r.position,value:i,tag:o.tag,anchor:s,key:void 0,keyPosition:r.position,hasKey:!1,overridable:null});break}case 5:{r.maxAliases!==-1&&++r.aliasCount>r.maxAliases&&kt(r,`aliases exceeded maxAliases (${r.maxAliases})`);let o=r.source.slice(n.anchorStart,n.anchorEnd),i=r.anchors.get(o);i||kt(r,`unidentified alias "${o}"`),i.isValueFinal||kt(r,`recursive alias "${o}" is not supported for tag ${i.tag.tagName} because it uses finalize()`),mu(r,i.value,i.tag);break}case 6:{let o=r.frames.pop();if(o.kind==="document")r.documents.push(o.value);else{let i=o.tag.carrierIsResult?o.value:Tb(r,o.position,o.tag,o.value);o.anchor&&(o.anchor.value=i,o.anchor.isValueFinal=!0),mu(r,i,o.tag)}break}}}return r.documents}var xe=-1,Ob=Object.prototype.hasOwnProperty,ei=1,xu=2,kb=3,ac=4,ZO=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,e1=/[,\[\]{}]/,Ib=/^(?:!|!!|![0-9A-Za-z-]+!)$/,Su=String.raw`(?:%[0-9A-Fa-f]{2}|[0-9A-Za-z\-#;/?:@&=+$,_.!~*'()\[\]])`,Cb=String.raw`(?:%[0-9A-Fa-f]{2}|[0-9A-Za-z\-#;/?:@&=+$.~*'()_])`,t1=new RegExp(`^(?:${Su})*$`),r1=new RegExp(`^(?:${Cb})+$`),n1=new RegExp(`^(?:!(?:${Su})*|${Cb}(?:${Su})*)$`),Bu={filename:"",maxDepth:100};function o1(e,t,r){e.events.push({type:1,explicitStart:t,explicitEnd:r,directives:e.directives})}function qb(e,t,r,n,o,i,s){e.events.push({type:2,start:t,anchorStart:r,anchorEnd:n,tagStart:o,tagEnd:i,style:s})}function wu(e,t,r,n,o,i,s){e.events.push({type:3,start:t,anchorStart:r,anchorEnd:n,tagStart:o,tagEnd:i,style:s})}function pb(e,t){e.events.splice(t.eventsLength,0,{type:3,start:t.position,anchorStart:xe,anchorEnd:xe,tagStart:xe,tagEnd:xe,style:2})}function ri(e,t,r,n,o,i,s,a,c=1,p=-1,l=!1){e.events.push({type:4,valueStart:t,valueEnd:r,anchorStart:n,anchorEnd:o,tagStart:i,tagEnd:s,style:a,chomping:c,indent:p,fast:l})}function i1(e,t,r){e.events.push({type:5,anchorStart:t,anchorEnd:r})}function Jo(e){e.events.push({type:6})}function wt(e){ri(e,xe,xe,xe,xe,xe,xe,1)}function lb(){return{anchorStart:xe,anchorEnd:xe,tagStart:xe,tagEnd:xe}}function vs(e){return{position:e.position,line:e.line,lineStart:e.lineStart,lineIndent:e.lineIndent,firstTabInLine:e.firstTabInLine,eventsLength:e.events.length}}function Xo(e,t){e.position=t.position,e.line=t.line,e.lineStart=t.lineStart,e.lineIndent=t.lineIndent,e.firstTabInLine=t.firstTabInLine,e.events.length=t.eventsLength}function L(e,t){dc(e.input.slice(0,e.length),e.position,t,e.filename)}function Xe(e){return e===10||e===13}function io(e){return e===9||e===32}function dr(e){return io(e)||Xe(e)}function Zr(e){return e===0||dr(e)}function so(e){return e===44||e===91||e===93||e===123||e===125}function s1(e){return e>=48&&e<=57?e-48:-1}function a1(e){if(e>=48&&e<=57)return e-48;let t=e|32;return t>=97&&t<=102?t-97+10:-1}function c1(e){return e===120?2:e===117?4:e===85?8:0}function p1(e){return e===48||e===97||e===98||e===116||e===9||e===110||e===118||e===102||e===114||e===101||e===32||e===34||e===47||e===92||e===78||e===95||e===76||e===80}function cc(e){e.input.charCodeAt(e.position)===10?e.position++:(e.position++,e.input.charCodeAt(e.position)===10&&e.position++),e.line++,e.lineStart=e.position,e.lineIndent=0,e.firstTabInLine=-1}function _t(e,t){let r=0,n=e.input.charCodeAt(e.position),o=e.position===e.lineStart||dr(e.input.charCodeAt(e.position-1));for(;n!==0;){for(;io(n);)o=!0,n===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),n=e.input.charCodeAt(++e.position);if(t&&o&&n===35)do n=e.input.charCodeAt(++e.position);while(!Xe(n)&&n!==0);if(!Xe(n))break;for(cc(e),r++,o=!0,n=e.input.charCodeAt(e.position);n===32;)e.lineIndent++,n=e.input.charCodeAt(++e.position)}return r}function _n(e,t=e.position){let r=e.input.charCodeAt(t);if((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)){let n=e.input.charCodeAt(t+3);return n===0||dr(n)}return!1}function ub(e){let t=e.input.charCodeAt(e.position);for(;t!==0&&!Xe(t);)t=e.input.charCodeAt(++e.position)}function Nb(e,t,r){ZO.test(e.input.slice(t,r))&&L(e,"the stream contains non-printable characters")}function l1(e,t,r){if(e.input.charCodeAt(e.position)!==33)return!1;t.tagStart!==xe&&L(e,"duplication of a tag property");let n=e.position,o=!1,i=!1,s="!",a=e.input.charCodeAt(++e.position);a===60?(o=!0,a=e.input.charCodeAt(++e.position)):a===33&&(i=!0,s="!!",a=e.input.charCodeAt(++e.position));let c=e.position,p;if(o){for(;a!==0&&a!==62;)a=e.input.charCodeAt(++e.position);a!==62&&L(e,"unexpected end of the stream within a verbatim tag"),p=e.input.slice(c,e.position),e.position++}else{for(;a!==0&&!dr(a)&&!(r&&so(a));)a===33&&(i?L(e,"tag suffix cannot contain exclamation marks"):(s=e.input.slice(c-1,e.position+1),Ib.test(s)||L(e,"named tag handle cannot contain such characters"),i=!0,c=e.position+1)),a=e.input.charCodeAt(++e.position);p=e.input.slice(c,e.position),e1.test(p)&&L(e,"tag suffix cannot contain flow indicator characters")}return p&&!(o?t1.test(p):r1.test(p))&&L(e,`tag name cannot contain such characters: ${p}`),!o&&s!=="!"&&s!=="!!"&&!Ob.call(e.tagHandlers,s)&&L(e,`undeclared tag handle "${s}"`),t.tagStart=n,t.tagEnd=e.position,!0}function u1(e,t){if(e.input.charCodeAt(e.position)!==38)return!1;t.anchorStart!==xe&&L(e,"duplication of an anchor property"),e.position++;let r=e.position;for(;e.input.charCodeAt(e.position)!==0&&!dr(e.input.charCodeAt(e.position))&&!so(e.input.charCodeAt(e.position));)e.position++;return e.position===r&&L(e,"name of an anchor node must contain at least one character"),t.anchorStart=r,t.anchorEnd=e.position,!0}function d1(e,t){if(e.input.charCodeAt(e.position)!==42)return!1;(t.anchorStart!==xe||t.tagStart!==xe)&&L(e,"alias node should not have any properties"),e.position++;let r=e.position;for(;e.input.charCodeAt(e.position)!==0&&!dr(e.input.charCodeAt(e.position))&&!so(e.input.charCodeAt(e.position));)e.position++;return e.position===r&&L(e,"name of an alias node must contain at least one character"),i1(e,r,e.position),!0}function _u(e,t){_t(e,!1),e.lineIndent<t&&L(e,"deficient indentation")}function f1(e,t,r){if(e.input.charCodeAt(e.position)!==39)return!1;e.position++;let n=e.position,o=!0;for(;e.input.charCodeAt(e.position)!==0;){let i=e.input.charCodeAt(e.position);if(i===39){if(e.input.charCodeAt(e.position+1)===39){o=!1,e.position+=2;continue}let s=e.position;return e.position++,ri(e,n,s,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,2,1,-1,o),!0}Xe(i)?(o=!1,_u(e,t)):e.position===e.lineStart&&_n(e)?L(e,"unexpected end of the document within a single quoted scalar"):i!==9&&i<32?L(e,"expected valid JSON character"):e.position++}L(e,"unexpected end of the stream within a single quoted scalar")}function m1(e,t,r){if(e.input.charCodeAt(e.position)!==34)return!1;e.position++;let n=e.position,o=!0;for(;e.input.charCodeAt(e.position)!==0;){let i=e.input.charCodeAt(e.position);if(i===34){let s=e.position;return e.position++,ri(e,n,s,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,3,1,-1,o),!0}if(i===92){o=!1;let s=e.input.charCodeAt(++e.position);if(Xe(s))_u(e,t);else if(p1(s))e.position++;else{let a=c1(s);for(a===0&&L(e,"unknown escape sequence");a-- >0;)e.position++,a1(e.input.charCodeAt(e.position))<0&&L(e,"expected hexadecimal character");e.position++}}else Xe(i)?(o=!1,_u(e,t)):e.position===e.lineStart&&_n(e)?L(e,"unexpected end of the document within a double quoted scalar"):i!==9&&i<32?L(e,"expected valid JSON character"):e.position++}L(e,"unexpected end of the stream within a double quoted scalar")}function h1(e,t,r){let n=e.input.charCodeAt(e.position),o=1,i=-1,s=!1;if(n!==124&&n!==62)return!1;let a=n===124?4:5;for(e.position++;e.input.charCodeAt(e.position)!==0;){let f=e.input.charCodeAt(e.position),m=s1(f);if(f===43||f===45)o!==1&&L(e,"repeat of a chomping mode identifier"),o=f===43?3:2,e.position++;else if(m>=0)m===0&&L(e,"bad explicit indentation width of a block scalar; it cannot be less than one"),s&&L(e,"repeat of an indentation width identifier"),i=t+m-1,s=!0,e.position++;else break}let c=!1;for(;io(e.input.charCodeAt(e.position));)c=!0,e.position++;c&&e.input.charCodeAt(e.position)===35&&ub(e),Xe(e.input.charCodeAt(e.position))?cc(e):e.input.charCodeAt(e.position)!==0&&L(e,"a line break is expected");let p=s?i:-1,l=0,u=e.position,d=e.position;for(;e.input.charCodeAt(e.position)!==0;){let f=e.position,m=0;for(;e.input.charCodeAt(f+m)===32;)m++;let h=e.input.charCodeAt(f+m);if(h===0){p>=0?m>p&&(d=f+m):m>0&&(d=f+m);break}if(f===e.lineStart&&_n(e,f))break;if(!s&&p===-1&&Xe(h)&&(l=Math.max(l,m)),!s&&p===-1&&!Xe(h)&&(h===9&&m<t&&(e.position=f+m,L(e,"tab characters must not be used in indentation")),m<l&&(e.position=f+m,L(e,"bad indentation of a mapping entry"))),p===-1&&h!==0&&!Xe(h)&&m<t){e.lineIndent=m,e.position=f+m;break}!s&&h!==0&&!Xe(h)&&p===-1&&(p=m);let y=p===-1?t+1:p;if(h!==0&&!Xe(h)&&m<y){e.lineIndent=m,e.position=f+m;break}ub(e),d=e.position,Xe(e.input.charCodeAt(e.position))&&(cc(e),d=e.position)}return Nb(e,u,d),ri(e,u,d,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,a,o,p),!0}function y1(e,t){let r=e.input.charCodeAt(e.position),n=t===ei;if(r===0||dr(r)||r===35||r===38||r===42||r===33||r===124||r===62||r===39||r===34||r===37||r===64||r===96||n&&so(r))return!1;if(r===63||r===45){let o=e.input.charCodeAt(e.position+1);if(Zr(o)||n&&so(o))return!1}return!0}function g1(e,t,r,n){if(!y1(e,r))return!1;let o=e.position,i=e.position,s=e.input.charCodeAt(e.position),a=r===ei,c=!1;for(;s!==0&&!(e.position===e.lineStart&&_n(e));){if(s===58){let p=e.input.charCodeAt(e.position+1);if(Zr(p)||a&&so(p))break}else if(s===35){if(dr(e.input.charCodeAt(e.position-1)))break}else{if(a&&so(s))break;if(Xe(s)){let p=e.position,l=e.line,u=e.lineStart,d=e.lineIndent;if(_t(e,!1),e.lineIndent>=t){c=!0,s=e.input.charCodeAt(e.position);continue}e.position=p,e.line=l,e.lineStart=u,e.lineIndent=d;break}}io(s)||(i=e.position+1),s=e.input.charCodeAt(++e.position)}return i===o?!1:(Nb(e,o,i),ri(e,o,i,n.anchorStart,n.anchorEnd,n.tagStart,n.tagEnd,1,1,-1,!c),!0)}function gs(e,t){let r=e.line;_t(e,!0),(e.line>r&&e.lineIndent<t||e.firstTabInLine!==-1&&e.lineIndent<t)&&L(e,"deficient indentation")}function b1(e,t,r){let n=e.input.charCodeAt(e.position),o=n===123,i=e.position,s=!0;if(n!==91&&n!==123)return!1;let a=o?125:93;for(o?wu(e,i,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,2):qb(e,i,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,2),e.position++;e.input.charCodeAt(e.position)!==0;){gs(e,t);let c=e.input.charCodeAt(e.position);if(c===a)return e.position++,Jo(e),!0;s?c===44&&L(e,"expected the node content, but found ','"):L(e,"missed comma between flow collection entries");let p=!1,l=!1;c===63&&dr(e.input.charCodeAt(e.position+1))&&(p=l=!0,e.position+=1,gs(e,t));let u=e.line,d=vs(e),f=oo(e,t,ei,!1,!0);gs(e,t),c=e.input.charCodeAt(e.position),(o||l||e.line===u)&&c===58?(p=!0,e.position++,gs(e,t),o||pb(e,d),f||wt(e),oo(e,t,ei,!1,!0)||wt(e),gs(e,t),o||Jo(e)):o&&p?(f||wt(e),wt(e)):o?wt(e):p&&(pb(e,d),f||wt(e),wt(e),Jo(e)),c=e.input.charCodeAt(e.position),c===44?(s=!0,e.position++):s=!1}L(e,"unexpected end of the stream within a flow collection")}function db(e,t,r){if(e.firstTabInLine!==-1||e.input.charCodeAt(e.position)!==45||!Zr(e.input.charCodeAt(e.position+1)))return!1;for(qb(e,e.position,r.anchorStart,r.anchorEnd,r.tagStart,r.tagEnd,1);e.input.charCodeAt(e.position)===45&&Zr(e.input.charCodeAt(e.position+1));){e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,L(e,"tab characters must not be used in indentation"));let n=e.line;e.position++;let o=_t(e,!0)>0;if(e.firstTabInLine!==-1&&e.input.charCodeAt(e.position)===45&&Zr(e.input.charCodeAt(e.position+1))&&L(e,"bad indentation of a sequence entry"),o&&e.lineIndent<=t?wt(e):oo(e,t,kb,!1,!0),_t(e,!0),e.lineIndent<t||e.position>=e.length)break;e.lineIndent>t&&L(e,"bad indentation of a sequence entry"),e.line===n&&e.input.charCodeAt(e.position)===45&&Zr(e.input.charCodeAt(e.position+1))&&L(e,"bad indentation of a sequence entry")}return Jo(e),!0}function yu(e,t,r,n){let o=!1,i=!1,s=!1,a=!1;if(e.firstTabInLine!==-1)return!1;let c=e.input.charCodeAt(e.position);for(;c!==0;){!o&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,L(e,"tab characters must not be used in indentation"));let p=e.input.charCodeAt(e.position+1),l=e.line;if((c===63||c===58)&&Zr(p))s||(wu(e,e.position,n.anchorStart,n.anchorEnd,n.tagStart,n.tagEnd,1),s=!0),c===63?(o&&wt(e),i=!0,o=!0):(o||(wt(e),i=!0),o=!1),e.position+=1,a=!0;else{o&&(wt(e),o=!1);let u=vs(e);if(!oo(e,r,xu,!1,!0))break;if(e.line===l){for(c=e.input.charCodeAt(e.position);io(c);)c=e.input.charCodeAt(++e.position);if(c===58){if(c=e.input.charCodeAt(++e.position),Zr(c)||L(e,"a whitespace character is expected after the key-value separator within a block mapping"),!s){for(Xo(e,u),wu(e,u.position,n.anchorStart,n.anchorEnd,n.tagStart,n.tagEnd,1),s=!0,oo(e,r,xu,!1,!0),c=e.input.charCodeAt(e.position);io(c);)c=e.input.charCodeAt(++e.position);e.position++}i=!0,o=!1,a=!1}else if(i)L(e,"expected ':' after a mapping key");else return n.anchorStart!==xe||n.tagStart!==xe?(Xo(e,u),!1):!0}else if(i)L(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return n.anchorStart!==xe||n.tagStart!==xe?(Xo(e,u),!1):!0}if(oo(e,t,ac,!0,a)&&(a=!1),o||a&&(wt(e),a=!1),_t(e,!0),c=e.input.charCodeAt(e.position),(e.line===l||e.lineIndent>t)&&c!==0)L(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return i?(o&&wt(e),s&&Jo(e),!0):!1}function oo(e,t,r,n,o,i=!0){e.depth>=e.maxDepth&&L(e,`nesting exceeded maxDepth (${e.maxDepth})`),e.depth++;let s=1,a=!1,c=!1,p=null,l=lb(),u=r===ac||r===kb,d=u,f=u;if(n&&_t(e,!0)&&(a=!0,e.lineIndent>t?s=1:e.lineIndent===t?s=0:s=-1),e.position===e.lineStart&&_n(e))return e.depth--,!1;if(s===1)for(;;){let m=e.input.charCodeAt(e.position),h=vs(e);if(a&&s!==1&&(m===33||m===38))break;if(a&&f&&(l.tagStart!==xe||l.anchorStart!==xe)&&(m===33||m===38)){let y=vs(e),g=t+1;if(yu(e,e.position-e.lineStart,g,l)&&e.events[y.eventsLength]?.type===3)return e.depth--,!0;Xo(e,y)}if(a&&(m===33&&l.tagStart!==xe||m===38&&l.anchorStart!==xe)||!l1(e,l,r===ei)&&!u1(e,l))break;p===null&&(p=h),_t(e,!0)?(a=!0,d=f,e.lineIndent>t?s=1:e.lineIndent===t?s=0:s=-1):d=!1}if(d&&(d=a||o),s===1||r===ac){let m=r===ei||r===xu?t:t+1,h=e.position-e.lineStart;if(s===1)if(d&&(db(e,h,l)||yu(e,h,m,l))||b1(e,m,l))c=!0;else{let y=e.input.charCodeAt(e.position);if(p!==null&&i&&f&&!d&&y!==124&&y!==62){let g=vs(e),P=p.position-p.lineStart;Xo(e,p),yu(e,P,m,lb())&&e.events[g.eventsLength]?.type===3?c=!0:Xo(e,g)}!c&&(u&&h1(e,m,l)||f1(e,m,l)||m1(e,m,l)||d1(e,l)||g1(e,m,r,l))&&(c=!0)}else s===0&&(c=d&&db(e,h,l))}return u=u&&!c,!c&&(l.anchorStart!==xe||l.tagStart!==xe||u)&&(ri(e,xe,xe,l.anchorStart,l.anchorEnd,l.tagStart,l.tagEnd,1),c=!0),e.depth--,c||l.anchorStart!==xe||l.tagStart!==xe}function v1(e){if(e.lineIndent>0||e.input.charCodeAt(e.position)!==37)return!1;e.position++;let t=e.position;for(;e.input.charCodeAt(e.position)!==0&&!dr(e.input.charCodeAt(e.position));)e.position++;let r=e.input.slice(t,e.position),n=[];for(r.length===0&&L(e,"directive name must not be less than one character in length");e.input.charCodeAt(e.position)!==0&&!Xe(e.input.charCodeAt(e.position));){for(;io(e.input.charCodeAt(e.position));)e.position++;if(e.input.charCodeAt(e.position)===35||Xe(e.input.charCodeAt(e.position))||e.input.charCodeAt(e.position)===0)break;let o=e.position;for(;e.input.charCodeAt(e.position)!==0&&!dr(e.input.charCodeAt(e.position));)e.position++;n.push(e.input.slice(o,e.position))}if(Xe(e.input.charCodeAt(e.position))&&cc(e),r==="YAML"){e.directives.some(i=>i.kind==="yaml")&&L(e,"duplication of %YAML directive"),n.length!==1&&L(e,"YAML directive accepts exactly one argument");let o=/^([0-9]+)\.([0-9]+)$/.exec(n[0]);o===null&&L(e,"ill-formed argument of the YAML directive"),parseInt(o[1],10)!==1&&L(e,"unacceptable YAML version of the document"),e.directives.push({kind:"yaml",version:n[0]})}else if(r==="TAG"){n.length!==2&&L(e,"TAG directive accepts exactly two arguments");let[o,i]=n;Ib.test(o)||L(e,"ill-formed tag handle (first argument) of the TAG directive"),Ob.call(e.tagHandlers,o)&&L(e,`there is a previously declared suffix for "${o}" tag handle`),n1.test(i)||L(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagHandlers[o]=i,e.directives.push({kind:"tag",handle:o,prefix:i})}return!0}function x1(e){e.directives=[],e.tagHandlers=Object.create(null);let t=!1;for(_t(e,!0);v1(e);)t=!0,_t(e,!0);let r=!1,n=!1,o=!0;if(e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45&&Zr(e.input.charCodeAt(e.position+3))){r=!0;let a=e.line;e.position+=3,_t(e,!0),o=e.line>a}else t&&L(e,"directives end mark is expected");let i=e.events.length;if(!r&&e.position===e.lineStart&&e.input.charCodeAt(e.position)===46&&_n(e)){e.position+=3,_t(e,!0);return}if(o1(e,r,!1),oo(e,e.lineIndent-1,ac,!1,o,o)||wt(e),_t(e,!0),e.position===e.lineStart&&_n(e)&&(n=e.input.charCodeAt(e.position)===46,n)){let a=e.line;e.position+=3,_t(e,!0),e.line===a&&e.position<e.length&&L(e,"end of the stream or a document separator is expected")}let s=e.events[i];s?.type===1&&(s.explicitEnd=n),Jo(e),!n&&e.position<e.length&&!(e.position===e.lineStart&&_n(e))&&L(e,"end of the stream or a document separator is expected")}function S1(e,t){let r=e.length,n={...Bu,...t,input:`${e}\0`,length:r,position:0,line:0,lineStart:0,lineIndent:0,firstTabInLine:-1,depth:0,directives:[],tagHandlers:Object.create(null),events:[]},o=e.indexOf("\0");for(o!==-1&&dc(e,o,"null byte is not allowed in input",n.filename),n.input.charCodeAt(n.position)===65279&&n.position++;n.position<n.length&&(_t(n,!0),!(n.position>=n.length));){let i=n.position;x1(n),n.position===i&&L(n,"can not read a document")}return n.events}var w1={...Bu,...Vu};function _1(e,t={}){let r={...w1,...t},n=String(e),o=Object.keys(Bu),i=Object.keys(Vu);return XO(S1(n,vu(r,o)),{...vu(r,i),source:n})}function jb(e,t,r){let n=null;typeof t=="function"?n=t:t!==null&&typeof t=="object"&&(r=t);let o=_1(e,r);if(n===null)return o;for(let i of o)n(i)}var rc=class{tagged=!1;flow=!1;singleQuoted=!1;doubleQuoted=!1;literal=!1;folded=!1},no=Symbol("INVALID");function P1(e){let t=new Set([e.defaultScalarTag,e.defaultSequenceTag,e.defaultMappingTag].filter(i=>i!==void 0)),r=e.implicitScalarTags,n=e.tags.filter(i=>!(i.nodeKind==="scalar"&&i.implicit)&&!t.has(i)),o=e.tags.filter(i=>t.has(i));return[...r.map(i=>({tag:i,implicitTag:!0})),...n.map(i=>({tag:i,implicitTag:!1})),...o.map(i=>({tag:i,implicitTag:!0}))]}function E1(e,t){for(let r=0,n=e.representTypes.length;r<n;r+=1){let{tag:o,implicitTag:i}=e.representTypes[r];if(o.identify&&o.identify(t)){let s;return o.matchByTagPrefix&&o.representTagName?s=o.representTagName(t):s=o.tagName,{tag:o,tagName:s,implicitTag:i}}}return null}function bs(e,t){if(!e.noRefs&&t!==null&&typeof t=="object"){let l=e.refs.get(t);if(l)return l.anchor===void 0&&(l.anchor=`ref_${e.refCounter++}`),{kind:"alias",tag:"",style:new rc,anchor:l.anchor}}let r=E1(e,t);if(!r){if(t===void 0||e.skipInvalid)return no;throw new Ps(`unacceptable kind of an object to dump ${Object.prototype.toString.call(t)}`)}let{tag:n,tagName:o,implicitTag:i}=r,s=i?o:Ab(o);if(n.nodeKind==="scalar"){let l=new rc;return l.tagged=!i,{kind:"scalar",tag:s,style:l,value:n.represent(t)}}if(n.nodeKind==="sequence"){let l=n.represent(t),u=new rc;u.tagged=!i;let d={kind:"sequence",tag:s,style:u,items:[]};e.noRefs||e.refs.set(t,d);for(let f=0,m=l.length;f<m;f+=1){let h=bs(e,l[f]);h===no&&l[f]===void 0&&(h=bs(e,null)),h!==no&&d.items.push(h)}return d}let a=n.represent(t),c=new rc;c.tagged=!i;let p={kind:"mapping",tag:s,style:c,items:[]};e.noRefs||e.refs.set(t,p);for(let[l,u]of a){let d=bs(e,l);if(d===no)continue;let f=bs(e,u);f!==no&&p.items.push({key:d,value:f})}return p}function $1(e,t,r={}){let n=bs({representTypes:P1(t),noRefs:r.noRefs??!1,skipInvalid:r.skipInvalid??!1,refs:new Map,refCounter:0},e);return[{contents:n===no?null:n,directives:[]}]}var A1=Symbol("visit:break"),Mb=Symbol("visit:skip");function ic(e,t,r){let n=t(e,r);if(n===A1)return!0;if(n===Mb)return!1;let o=r.depth+1;switch(e.kind){case"sequence":for(let i of e.items)if(ic(i,t,{depth:o,parent:e,isKey:!1}))return!0;break;case"mapping":for(let{key:i,value:s}of e.items)if(ic(i,t,{depth:o,parent:e,isKey:!0})||ic(s,t,{depth:o,parent:e,isKey:!1}))return!0;break}return!1}function T1(e,t){for(let r of e)if(r.contents&&ic(r.contents,t,{depth:0,parent:null,isKey:!1}))return}var Hu=65279,R1=9,ao=10,Db=13,O1=32,k1=33,Lb=34,Pu=35,I1=37,C1=38,Ub=39,q1=42,Eu=44,Ku=45,Ss=58,N1=61,j1=62,zb=63,M1=64,$u=91,Au=93,D1=96,Tu=123,L1=124,Ru=125,mt={};mt[0]="\\0";mt[7]="\\a";mt[8]="\\b";mt[9]="\\t";mt[10]="\\n";mt[11]="\\v";mt[12]="\\f";mt[13]="\\r";mt[27]="\\e";mt[34]='\\"';mt[92]="\\\\";mt[133]="\\N";mt[160]="\\_";mt[8232]="\\L";mt[8233]="\\P";var Gu={indent:2,seqNoIndent:!1,seqInlineFirst:!0,sortKeys:!1,lineWidth:80,flowBracketPadding:!1,flowSkipCommaSpace:!1,flowSkipColonSpace:!1,quoteFlowKeys:!1,quoteStyle:"single",forceQuotes:!1,tagBeforeAnchor:!1};function U1(e){return e.style.tagged?e.tag:Ab(e.tag)}function z1(e){let t={...Gu,...e};return{...t,defaultScalarTagName:t.schema.defaultScalarTag.tagName,implicitResolvers:t.schema.implicitScalarTags}}function F1(e){let t=e.toString(16).toUpperCase(),r=e<=255?"x":"u",n=e<=255?2:4;return`\\${r}${"0".repeat(n-t.length)}${t}`}function fb(e,t){let r=" ".repeat(t),n=0,o="",i=e.length;for(;n<i;){let s,a=e.indexOf(`
|
|
73
|
+
`,n);a===-1?(s=e.slice(n),n=i):(s=e.slice(n,a+1),n=a+1),s.length&&s!==`
|
|
74
|
+
`&&(o+=r),o+=s}return o}function Ou(e,t){return`
|
|
75
|
+
${" ".repeat(e.indent*t)}`}function V1(e,t){let r=e.indent*Math.max(1,t);return{indent:r,blockIndent:t===0?e.indent+1:e.indent,lineWidth:e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-r)}}function mb(e,t){for(let r=0,n=e.implicitResolvers.length;r<n;r+=1){let o=e.implicitResolvers[r];if(o.resolve(t,!1,o.tagName)!==fe)return o.tagName}return e.defaultScalarTagName}function ti(e){return e===O1||e===R1}function B1(e){let t=e.charCodeAt(0);if(t!==Ku&&t!==46||e.charCodeAt(1)!==t||e.charCodeAt(2)!==t)return!1;if(e.length===3)return!0;let r=e.charCodeAt(3);return ti(r)||r===Db||r===ao}function ws(e){return e>=32&&e<=126||e>=161&&e<=55295&&e!==8232&&e!==8233||e>=57344&&e<=65533&&e!==Hu||e>=65536&&e<=1114111}function hb(e){return ws(e)&&e!==Hu&&e!==Db&&e!==ao}function ku(e,t,r){let n=hb(e),o=n&&!ti(e);return(r?n:n&&e!==Eu&&e!==$u&&e!==Au&&e!==Tu&&e!==Ru)&&e!==Pu&&!(t===Ss&&!o)||hb(t)&&!ti(t)&&e===Pu||t===Ss&&o&&(r||e!==Eu&&e!==$u&&e!==Au&&e!==Tu&&e!==Ru)}function H1(e){return ws(e)&&e!==Hu&&!ti(e)&&e!==Ku&&e!==zb&&e!==Ss&&e!==Eu&&e!==$u&&e!==Au&&e!==Tu&&e!==Ru&&e!==Pu&&e!==C1&&e!==q1&&e!==k1&&e!==L1&&e!==N1&&e!==j1&&e!==Ub&&e!==Lb&&e!==I1&&e!==M1&&e!==D1}function K1(e,t){let r=Zo(e,0);if(H1(r))return!0;if(e.length>1&&(r===Ku||r===zb||r===Ss)){let n=Zo(e,1);return!ti(n)&&ku(n,r,t)}return!1}function G1(e){return!ti(e)&&e!==Ss}function Zo(e,t){let r=e.charCodeAt(t),n;return r>=55296&&r<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function Fb(e){return/^\n* /.test(e)}var _s=1,xs=2,Wu=3,Yu=4,wn=5;function W1(e,t,r,n,o,i){let{blockIndent:s,lineWidth:a}=r,c,p=0,l=-1,u=!1,d=!1,f=a!==-1,m=-1,h=!B1(t)&&K1(t,i)&&G1(Zo(t,t.length-1));if(n||o)for(c=0;c<t.length;p>=65536?c+=2:c++){if(p=Zo(t,c),!ws(p))return wn;h=h&&ku(p,l,i),l=p}else{for(c=0;c<t.length;p>=65536?c+=2:c++){if(p=Zo(t,c),p===ao)u=!0,f&&(d=d||c-m-1>a&&t[m+1]!==" ",m=c);else if(!ws(p))return wn;h=h&&ku(p,l,i),l=p}d=d||f&&c-m-1>a&&t[m+1]!==" "}return!u&&!d?h&&!o?_s:e.quoteStyle==="double"?wn:xs:s>9&&Fb(t)?wn:d?Yu:Wu}function Y1(e,t,r){let{indent:n,blockIndent:o,lineWidth:i}=r;switch(t){case _s:return gb(e,n);case xs:return`'${gb(e,n).replace(/'/g,"''")}'`;case Wu:return"|"+yb(e,o)+bb(fb(e,n));case Yu:return">"+yb(e,o)+bb(fb(J1(e,i),n));case wn:return`"${X1(e)}"`}}function Q1(e,t,r,n,o){let i=n||!o;if(t.style.singleQuoted)return xs;if(t.style.doubleQuoted)return wn;if(!i){if(t.style.literal)return Wu;if(t.style.folded)return Yu}let s=t.value;if(s.length===0)return t.style.tagged||mb(e,s)===t.tag?_s:e.quoteStyle==="double"?wn:xs;let a=W1(e,s,r,i,e.forceQuotes&&!n,o);return a===_s&&!t.style.tagged&&mb(e,s)!==t.tag?e.quoteStyle==="double"?wn:xs:a}function yb(e,t){let r=Fb(e)?String(t):"",n=e[e.length-1]===`
|
|
76
|
+
`;return`${r}${n&&(e[e.length-2]===`
|
|
77
|
+
`||e===`
|
|
78
|
+
`)?"+":n?"":"-"}
|
|
79
|
+
`}function gb(e,t){let r=e.indexOf(`
|
|
80
|
+
`);if(r===-1)return e;let n=" ".repeat(t),o=e.slice(0,r),i=/(\n+)([^\n]*)/g;i.lastIndex=r;let s;for(;s=i.exec(e);){let a=s[1].length,c=s[2];o+=`
|
|
81
|
+
`.repeat(a+1)+n+c}return o}function bb(e){return e[e.length-1]===`
|
|
82
|
+
`?e.slice(0,-1):e}function J1(e,t){let r=/(\n+)([^\n]*)/g,n=e.indexOf(`
|
|
83
|
+
`);n===-1&&(n=e.length),r.lastIndex=n;let o=vb(e.slice(0,n),t),i=e[0]===`
|
|
84
|
+
`||e[0]===" ",s,a;for(;a=r.exec(e);){let c=a[1],p=a[2];s=p[0]===" ",o+=c+(!i&&!s&&p!==""?`
|
|
85
|
+
`:"")+vb(p,t),i=s}return o}function vb(e,t){if(e===""||e[0]===" ")return e;let r=/ [^ ]/g,n,o=0,i,s=0,a=0,c="";for(;n=r.exec(e);)a=n.index,a-o>t&&(i=s>o?s:a,c+=`
|
|
86
|
+
${e.slice(o,i)}`,o=i+1),s=a;return c+=`
|
|
87
|
+
`,e.length-o>t&&s>o?c+=`${e.slice(o,s)}
|
|
88
|
+
${e.slice(s+1)}`:c+=e.slice(o),c.slice(1)}function X1(e){let t="",r=0;for(let n=0;n<e.length;r>=65536?n+=2:n++){r=Zo(e,n);let o=mt[r];if(o){t+=o;continue}if(ws(r)){t+=e[n],r>=65536&&(t+=e[n+1]);continue}t+=F1(r)}return t}function Z1(e,t,r){let n="";for(let i=0,s=r.items.length;i<s;i+=1){let a=en(e,t,r.items[i],{});n!==""&&(n+=`,${e.flowSkipCommaSpace?"":" "}`),n+=a}let o=e.flowBracketPadding&&n!==""?" ":"";return`[${o}${n}${o}]`}function xb(e,t,r,n){let o="";for(let i=0,s=r.items.length;i<s;i+=1){let a=en(e,t+1,r.items[i],{block:!0,compact:e.seqInlineFirst,isblockseq:!0});(!n||o!=="")&&(o+=Ou(e,t)),a===""||ao===a.charCodeAt(0)?o+="-":o+="- ",o+=a}return o}function ek(e,t,r){let n="",o=Vb(e,r.items);for(let{key:s,value:a}of o){let c="";n!==""&&(c+=`,${e.flowSkipCommaSpace?"":" "}`);let p=en(e,t,s,{iskey:!0}),l=p.length>1024;l?c+="? ":e.quoteFlowKeys&&(c+='"');let u=en(e,t,a,{}),d=e.flowSkipColonSpace||u===""?"":" ";c+=`${p}${e.quoteFlowKeys&&!l?'"':""}:${d}${u}`,n+=c}let i=e.flowBracketPadding&&n!==""?" ":"";return`{${i}${n}${i}}`}function nc(e){return e.kind==="scalar"?e.value:e}function Vb(e,t){if(!e.sortKeys)return t;let r=t.slice();if(e.sortKeys===!0)r.sort((n,o)=>{let i=nc(n.key),s=nc(o.key);return i<s?-1:i>s?1:0});else{let n=e.sortKeys;r.sort((o,i)=>n(nc(o.key),nc(i.key)))}return r}function tk(e,t,r,n){let o="",i=Vb(e,r.items);for(let s=0,a=i.length;s<a;s+=1){let c="";(!n||o!=="")&&(c+=Ou(e,t));let{key:p,value:l}=i[s],u=(p.kind==="mapping"||p.kind==="sequence")&&!p.style.flow&&p.items.length!==0||p.kind==="scalar"&&(p.style.literal||p.style.folded),d=u?en(e,t+1,p,{block:!0,compact:!0,isblockseq:!Iu(e,p,t+1)}):en(e,t+1,p,{block:!0,compact:!0,iskey:!0}),f=p.kind==="scalar"&&p.value.indexOf(`
|
|
89
|
+
`)!==-1,m=u||f||d.length>1024;m&&(d&&ao===d.charCodeAt(0)?c+="?":c+="? "),c+=d,m&&(c+=Ou(e,t));let h=en(e,t+1,l,{block:!0,compact:m,isblockseq:m&&!Iu(e,l,t+1)}),y=p.kind==="scalar"&&p.value===""&&d!==""&&d.charCodeAt(d.length-1)!==Ub&&d.charCodeAt(d.length-1)!==Lb,g=!m&&(p.kind==="alias"||y)?" ":"";h===""||ao===h.charCodeAt(0)?c+=`${g}:`:c+=`${g}: `,c+=h,o+=c}return o}function Iu(e,t,r){return t.style.tagged||t.anchor!==void 0||e.indent<2&&r>0}function en(e,t,r,n){if(r.kind==="alias")return`*${r.anchor}`;let{block:o=!1,iskey:i=!1,isblockseq:s=!1}=n,a=n.compact??!1,c=r.anchor!==void 0;Iu(e,r,t)&&(a=!1);let p,l=r.style.tagged,u=o&&(r.kind==="mapping"||r.kind==="sequence")&&!r.style.flow&&r.items.length!==0;if(r.kind==="mapping")u?p=tk(e,t,r,a):p=ek(e,t,r);else if(r.kind==="sequence")u?e.seqNoIndent&&!s&&t>0?p=xb(e,t-1,r,a):p=xb(e,t,r,a):p=Z1(e,t,r);else{let d=V1(e,t),f=Q1(e,r,d,i,o);p=Y1(r.value,f,d),l=r.style.tagged||f!==_s&&r.tag!==e.defaultScalarTagName}if(u&&a&&t>0&&e.indent>2&&(p=`${" ".repeat(e.indent-2)}${p}`),l||c){let d=[],f=l?U1(r):null,m=c?`&${r.anchor}`:null;e.tagBeforeAnchor?(f!==null&&d.push(f),m!==null&&d.push(m)):(m!==null&&d.push(m),f!==null&&d.push(f));let h=p===""||p.charCodeAt(0)===ao?"":" ";p=`${d.join(" ")}${h}${p}`}return p}function rk(e){return(e.kind==="sequence"||e.kind==="mapping")&&!e.style.flow&&e.items.length!==0&&!e.style.tagged&&e.anchor===void 0}function nk(e){let t=e;for(;(t.kind==="sequence"||t.kind==="mapping")&&!t.style.flow&&t.items.length!==0;)t=t.kind==="sequence"?t.items[t.items.length-1]:t.items[t.items.length-1].value;if(t.kind!=="scalar"||!(t.style.literal||t.style.folded))return!1;let{value:r}=t;return r.endsWith(`
|
|
90
|
+
|
|
91
|
+
`)||r===`
|
|
92
|
+
`}function ok(e){let t="";for(let r of e.directives){if(r.kind==="yaml"){t+=`%YAML ${r.version}
|
|
93
|
+
`;continue}let{handle:n,prefix:o}=r;t+=`%TAG ${n} ${o}
|
|
94
|
+
`}return t}function ik(e,t){let r=z1(t),n="",o=!1;for(let i=0;i<e.length;i+=1){let s=e[i],a=ok(s),c=a!=="",p=s.explicitStart||c||i>0&&!o;if(n+=a,s.contents===null)p&&(n+=`---
|
|
95
|
+
`);else if(p){let l=en(r,0,s.contents,{block:!0,compact:!0}),u=l===""?"":c||rk(s.contents)?`
|
|
96
|
+
`:" ";n+=`---${u}${l}
|
|
97
|
+
`}else n+=en(r,0,s.contents,{block:!0,compact:!0})+`
|
|
98
|
+
`;o=s.explicitEnd||s.contents!==null&&nk(s.contents),o&&(n+=`...
|
|
99
|
+
`)}return n}var sk=NO.withTags({...gu,resolve:(e,t,r)=>{let n=gu.resolve(e,t,r);return n===fe?Sb.resolve(e,t,r):n}},{...bu,resolve:(e,t,r)=>{let n=bu.resolve(e,t,r);return n===fe?wb.resolve(e,t,r):n}}),ak={...Gu,schema:sk,skipInvalid:!1,noRefs:!1,flowLevel:-1,transform:()=>{}};function Bb(e,t={}){let r={...ak,...t},n=$1(e,r.schema,{noRefs:r.noRefs,skipInvalid:r.skipInvalid});return r.flowLevel>=0&&T1(n,(o,i)=>{if(!(i.depth<r.flowLevel))return o.style.flow=!0,Mb}),r.transform(n),ik(n,{...vu(r,Object.keys(Gu)),schema:r.schema})}var ck=zu.withTags(Nu,ju,Mu,Du,Lu),co=(e,t)=>{let r=jb(e,{schema:ck,...t});if(r.length===0)return e.trim()===""?void 0:null;if(r.length>1)throw new Ps("expected a single document in the stream, but found more");return r[0]},fc=(e,t)=>Bb(e,t);var ed={};NR(ed,{bgBlack:()=>kk,bgBlackBright:()=>Gk,bgBlue:()=>Nk,bgBlueBright:()=>Jk,bgCyan:()=>Mk,bgCyanBright:()=>Zk,bgGreen:()=>Ck,bgGreenBright:()=>Yk,bgMagenta:()=>jk,bgMagentaBright:()=>Xk,bgRed:()=>Ik,bgRedBright:()=>Wk,bgWhite:()=>Dk,bgWhiteBright:()=>eI,bgYellow:()=>qk,bgYellowBright:()=>Qk,black:()=>wk,blackBright:()=>Lk,blue:()=>$k,blueBright:()=>Vk,bold:()=>hk,cyan:()=>Tk,cyanBright:()=>Hk,dim:()=>yk,gray:()=>Ok,green:()=>Pk,greenBright:()=>zk,hidden:()=>xk,inverse:()=>vk,italic:()=>gk,magenta:()=>Ak,magentaBright:()=>Bk,options:()=>Zu,red:()=>_k,redBright:()=>Uk,reset:()=>mk,strikethrough:()=>Sk,underline:()=>bk,white:()=>Rk,whiteBright:()=>Kk,yellow:()=>Ek,yellowBright:()=>Fk});import*as Ju from"tty";var Pn=process.env,pk="NO_COLOR"in Pn,lk="FORCE_COLOR"in Pn,uk=process.platform==="win32",dk=Ju&&Ju.isatty(1)&&Pn.TERM&&Pn.TERM!=="dumb",fk="CI"in Pn&&("GITHUB_ACTIONS"in Pn||"GITLAB_CI"in Pn||"CIRCLECI"in Pn),Qu=!pk&&(lk||uk||dk||fk),Xu=(e,t,r,n)=>o=>Qu?e+(~(o+="").indexOf(t,4)?o.replace(r,n):o)+t:o,ee=(e,t)=>Xu(`\x1B[${e}m`,`\x1B[${t}m`,new RegExp(`\\x1b\\[${t}m`,"g"),`\x1B[${e}m`),Zu=Object.defineProperty({},"enabled",{get:()=>Qu,set:e=>Qu=e}),mk=ee(0,0),hk=Xu("\x1B[1m","\x1B[22m",/\x1b\[22m/g,"\x1B[22m\x1B[1m"),yk=Xu("\x1B[2m","\x1B[22m",/\x1b\[22m/g,"\x1B[22m\x1B[2m"),gk=ee(3,23),bk=ee(4,24),vk=ee(7,27),xk=ee(8,28),Sk=ee(9,29),wk=ee(30,39),_k=ee(31,39),Pk=ee(32,39),Ek=ee(33,39),$k=ee(34,39),Ak=ee(35,39),Tk=ee(36,39),Rk=ee(37,39),Ok=ee(90,39),kk=ee(40,49),Ik=ee(41,49),Ck=ee(42,49),qk=ee(43,49),Nk=ee(44,49),jk=ee(45,49),Mk=ee(46,49),Dk=ee(47,49),Lk=ee(90,39),Uk=ee(91,39),zk=ee(92,39),Fk=ee(93,39),Vk=ee(94,39),Bk=ee(95,39),Hk=ee(96,39),Kk=ee(97,39),Gk=ee(100,49),Wk=ee(101,49),Yk=ee(102,49),Qk=ee(103,49),Jk=ee(104,49),Xk=ee(105,49),Zk=ee(106,49),eI=ee(107,49);var Ze=typeof window<"u"||typeof process>"u"||process?.platform==="browser",Es=Ze?{}:process.env||{};function Hb(e){return e}var $s=Zu,W=new Proxy(ed,{get(e,t){return Ze?Hb:e[t]}}),td=class{info(t){return Ze?console.info(t):process.stderr.write(t)}warn(t){return Ze?console.warn(t):process.stderr.write(W.yellow(t))}error(t){return Ze?console.error(t):process.stderr.write(W.red(t))}output(t){return Ze?console.log(t):process.stdout.write(t)}printNewLine(){Ze?console.log(`
|
|
100
|
+
`):process.stdout.write(`
|
|
101
|
+
`)}printSeparator(t){let r=process.stdout.columns||80,n=t.repeat(Math.ceil(r/t.length)).slice(0,r),o=Ze?n:W.gray(n);return Ze?console.log(o):process.stdout.write(o)}indent(t,r){let n=Ze?" ":"\xA0";return t.split(`
|
|
102
|
+
`).map(o=>n.repeat(r)+o).join(`
|
|
103
|
+
`)}},Y=new td;import*as tI from"node:fs";import*as rd from"node:path";function rI(e){return(rd.extname(e)===".yaml"||rd.extname(e)===".yml")&&!!tI?.existsSync?.(e)}function Bt(e,t){let r,n;if(e===t)return!0;if(e&&t&&(r=e.constructor)===t.constructor){if(r===Date)return e.getTime()===t.getTime();if(r===RegExp)return e.toString()===t.toString();if(r===Array){if((n=e.length)===t.length)for(;n--&&Bt(e[n],t[n]););return n===-1}if(!r||typeof e=="object"){n=0;for(r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&++n&&!Object.prototype.hasOwnProperty.call(t,r)||!(r in t)||!Bt(e[r],t[r]))return!1;return Object.keys(t).length===n}}return e!==e&&t!==t}function Ht(e){return $(e)&&Object.keys(e).length===0}function po(e){return Array.isArray(e)&&e.length>0}function nI(e){return $(e)&&!Ht(e)}function je(e){return typeof e=="string"}function As(e){return e?Object.keys(e):[]}async function oI(e){return new Promise(t=>setTimeout(t,e))}var Kb=kr(id(),1);function iI(e,t,r){return e.split(" ").map(n=>(0,Kb.default)(n,t,r)).join(" ")}var bv=kr(gv(),1);async function yd(e,t){let r={};for(let o of t.headers)UI(e,o.matches)&&(r[o.name]=o.envVariable!==void 0?Es[o.envVariable]||"":o.value);let n=await(t.customFetch||fetch)(e,{headers:r});if(!n.ok)throw new Error(`Failed to load ${e}: ${n.status} ${n.statusText}`);return{body:await n.text(),mimeType:n.headers.get("content-type")}}function UI(e,t){return t.match(/^https?:\/\//)||(e=e.replace(/^https?:\/\//,"")),bv.default.isMatch(e,t)}function gd(e){return/^\\\\\?\\/.test(e)?e:e.replace(/\\/g,"/")}function lo(e){let t=e.match(/^\/(.*)\/(.*)|(.*)/);return t&&new RegExp(t[1]||t[3],t[2])}function q(e,t={}){return{name:`${e}List`,properties:{},items:e,...t}}function N(e,t={}){return{name:`${e}Map`,properties:{},additionalProperties:()=>e,...t}}var fr={name:"SpecExtension",properties:{},additionalProperties:{resolvable:!0}};function tn(e,t={}){let r={};for(let i of Object.keys(e))r[i]={...e[i],name:i};for(let i of Object.values(r))n(i);return r.SpecExtension=fr,r;function n(i){if(i.additionalProperties&&(i.additionalProperties=o(i.additionalProperties)),i.items&&(i.items=o(i.items)),i.properties){let s={};for(let[a,c]of Object.entries(i.properties))s[a]=o(c),t.doNotResolveExamples&&c&&c.isExample&&(s[a]={...c,resolvable:!1});i.properties=s}}function o(i){if(typeof i=="string"){if(!r[i])throw new Error(`Unknown type name found: ${i}`);return r[i]}else return typeof i=="function"?(s,a)=>o(i(s,a)):Qt(i)?(i={...i},n(i),i):i?.directResolveAs!==void 0?{...i,directResolveAs:o(i.directResolveAs)??void 0}:i}}function Qt(e){return typeof e?.name=="string"}var zI=/^[0-9][0-9Xx]{2}$/,FI={properties:{swagger:{type:"string"},info:"Info",host:{type:"string"},basePath:{type:"string"},schemes:{type:"array",items:{type:"string"}},consumes:{type:"array",items:{type:"string"}},produces:{type:"array",items:{type:"string"}},paths:"Paths",definitions:"NamedSchemas",parameters:"NamedParameters",responses:"NamedResponses",securityDefinitions:"NamedSecuritySchemes",security:"SecurityRequirementList",tags:"TagList",externalDocs:"ExternalDocs","x-servers":"XServerList","x-tagGroups":"TagGroups","x-ignoredHeaderParameters":{type:"array",items:{type:"string"}}},required:["swagger","paths","info"],extensionsPrefix:"x-"},VI={properties:{title:{type:"string"},description:{type:"string"},termsOfService:{type:"string"},contact:"Contact",license:"License",version:{type:"string"},"x-logo":"Logo"},required:["title","version"],extensionsPrefix:"x-"},BI={properties:{url:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"},href:{type:"string"}}},HI={properties:{name:{type:"string"},url:{type:"string"},email:{type:"string"}},extensionsPrefix:"x-"},KI={properties:{name:{type:"string"},url:{type:"string"}},required:["name"],extensionsPrefix:"x-"},GI={extensionsPrefix:"x-",properties:{},additionalProperties:(e,t)=>t.startsWith("/")?"PathItem":void 0},WI={properties:{$ref:{type:"string"},parameters:"ParameterList",get:"Operation",put:"Operation",post:"Operation",delete:"Operation",options:"Operation",head:"Operation",patch:"Operation"},extensionsPrefix:"x-"},YI={properties:{tags:{type:"array",items:{type:"string"}},summary:{type:"string"},description:{type:"string"},externalDocs:"ExternalDocs",operationId:{type:"string"},consumes:{type:"array",items:{type:"string"}},produces:{type:"array",items:{type:"string"}},parameters:"ParameterList",responses:"Responses",schemes:{type:"array",items:{type:"string"}},deprecated:{type:"boolean"},security:"SecurityRequirementList","x-codeSamples":"XCodeSampleList","x-code-samples":"XCodeSampleList","x-hideTryItPanel":{type:"boolean"}},required:["responses"],extensionsPrefix:"x-"},QI={properties:{lang:{type:"string"},label:{type:"string"},source:{type:"string"}}},JI={properties:{url:{type:"string"},description:{type:"string"}},required:["url"]},XI={properties:{description:{type:"string"},url:{type:"string"}},required:["url"],extensionsPrefix:"x-"},ZI={properties:{name:{type:"string"},in:{type:"string",enum:["query","header","path","formData","body"]},description:{type:"string"},required:{type:"boolean"},schema:"Schema",type:{type:"string",enum:["string","number","integer","boolean","array","file"]},format:{type:"string"},allowEmptyValue:{type:"boolean"},items:"ParameterItems",collectionFormat:{type:"string",enum:["csv","ssv","tsv","pipes","multi"]},default:null,maximum:{type:"integer"},exclusiveMaximum:{type:"boolean"},minimum:{type:"integer"},exclusiveMinimum:{type:"boolean"},maxLength:{type:"integer"},minLength:{type:"integer"},pattern:{type:"string"},maxItems:{type:"integer"},minItems:{type:"integer"},uniqueItems:{type:"boolean"},enum:{type:"array"},multipleOf:{type:"number"},"x-example":{},"x-examples":"ExamplesMap"},required(e){return!e||!e.in?["name","in"]:e.in==="body"?["name","in","schema"]:e.type==="array"?["name","in","type","items"]:["name","in","type"]},extensionsPrefix:"x-"},eC={properties:{type:{type:"string",enum:["string","number","integer","boolean","array"]},format:{type:"string"},items:"ParameterItems",collectionFormat:{type:"string",enum:["csv","ssv","tsv","pipes","multi"]},default:null,maximum:{type:"integer"},exclusiveMaximum:{type:"boolean"},minimum:{type:"integer"},exclusiveMinimum:{type:"boolean"},maxLength:{type:"integer"},minLength:{type:"integer"},pattern:{type:"string"},maxItems:{type:"integer"},minItems:{type:"integer"},uniqueItems:{type:"boolean"},enum:{type:"array"},multipleOf:{type:"number"}},required(e){return e&&e.type==="array"?["type","items"]:["type"]},extensionsPrefix:"x-"},tC={extensionsPrefix:"x-",properties:{default:"Response"},additionalProperties:(e,t)=>zI.test(t)?"Response":void 0},rC={properties:{description:{type:"string"},schema:"Schema",headers:N("Header"),examples:"Examples","x-summary":{type:"string"}},required:["description"],extensionsPrefix:"x-"},nC={properties:{},additionalProperties:{isExample:!0}},oC={properties:{description:{type:"string"},type:{type:"string",enum:["string","number","integer","boolean","array"]},format:{type:"string"},items:"ParameterItems",collectionFormat:{type:"string",enum:["csv","ssv","tsv","pipes","multi"]},default:null,maximum:{type:"integer"},exclusiveMaximum:{type:"boolean"},minimum:{type:"integer"},exclusiveMinimum:{type:"boolean"},maxLength:{type:"integer"},minLength:{type:"integer"},pattern:{type:"string"},maxItems:{type:"integer"},minItems:{type:"integer"},uniqueItems:{type:"boolean"},enum:{type:"array"},multipleOf:{type:"number"}},required(e){return $(e)&&e.type==="array"?["type","items"]:["type"]},extensionsPrefix:"x-"},iC={properties:{name:{type:"string"},description:{type:"string"},externalDocs:"ExternalDocs","x-traitTag":{type:"boolean"},"x-displayName":{type:"string"}},required:["name"],extensionsPrefix:"x-"},sC={properties:{name:{type:"string"},tags:{type:"array",items:{type:"string"}}}},aC={properties:{format:{type:"string"},title:{type:"string"},description:{type:"string"},default:null,multipleOf:{type:"number"},maximum:{type:"number"},minimum:{type:"number"},exclusiveMaximum:{type:"boolean"},exclusiveMinimum:{type:"boolean"},maxLength:{type:"number"},minLength:{type:"number"},pattern:{type:"string"},maxItems:{type:"number"},minItems:{type:"number"},uniqueItems:{type:"boolean"},maxProperties:{type:"number"},minProperties:{type:"number"},required:{type:"array",items:{type:"string"}},enum:{type:"array"},type:{type:"string",enum:["object","array","string","number","integer","boolean","null"]},items:e=>Array.isArray(e)?q("Schema"):"Schema",allOf:q("Schema"),properties:"SchemaProperties",additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",discriminator:{type:"string"},readOnly:{type:"boolean"},xml:"Xml",externalDocs:"ExternalDocs",example:{isExample:!0},"x-tags":{type:"array",items:{type:"string"}},"x-nullable":{type:"boolean"},"x-extendedDiscriminator":{type:"string"},"x-additionalPropertiesName":{type:"string"},"x-explicitMappingOnly":{type:"boolean"},"x-enumDescriptions":"EnumDescriptions"},extensionsPrefix:"x-"},cC={properties:{},additionalProperties:{type:"string"}},pC={properties:{},additionalProperties:"Schema"},lC={properties:{name:{type:"string"},namespace:{type:"string"},prefix:{type:"string"},attribute:{type:"boolean"},wrapped:{type:"boolean"}},extensionsPrefix:"x-"},uC={extensionsPrefix:"x-",properties:{},additionalProperties:{type:"string"}},dC={properties:{type:{enum:["basic","apiKey","oauth2"]},description:{type:"string"},name:{type:"string"},in:{type:"string",enum:["query","header"]},flow:{enum:["implicit","password","application","accessCode"]},authorizationUrl:{type:"string"},tokenUrl:{type:"string"},scopes:"Scopes","x-defaultClientId":{type:"string"}},required(e){switch(e?.type){case"apiKey":return["type","name","in"];case"oauth2":switch(e?.flow){case"implicit":return["type","flow","authorizationUrl","scopes"];case"accessCode":return["type","flow","authorizationUrl","tokenUrl","scopes"];case"application":case"password":return["type","flow","tokenUrl","scopes"];default:return["type","flow","scopes"]}default:return["type"]}},allowed(e){switch(e?.type){case"basic":return["type","description"];case"apiKey":return["type","name","in","description"];case"oauth2":switch(e?.flow){case"implicit":return["type","flow","authorizationUrl","description","scopes"];case"accessCode":return["type","flow","authorizationUrl","tokenUrl","description","scopes"];case"application":case"password":return["type","flow","tokenUrl","description","scopes"];default:return["type","flow","tokenUrl","authorizationUrl","description","scopes"]}default:return["type","description"]}},extensionsPrefix:"x-"},fC={properties:{},additionalProperties:{type:"array",items:{type:"string"}}},mC={properties:{value:{isExample:!0},summary:{type:"string"},description:{type:"string"},externalValue:{type:"string"}},extensionsPrefix:"x-"},bd={Root:FI,Tag:iC,TagList:q("Tag"),TagGroups:q("TagGroup"),TagGroup:sC,ExternalDocs:XI,Example:mC,ExamplesMap:N("Example"),EnumDescriptions:cC,SecurityRequirement:fC,SecurityRequirementList:q("SecurityRequirement"),Info:VI,Contact:HI,License:KI,Logo:BI,Paths:GI,PathItem:WI,Parameter:ZI,ParameterItems:eC,ParameterList:q("Parameter"),Operation:YI,Examples:nC,Header:oC,Responses:tC,Response:rC,Schema:aC,Xml:lC,SchemaProperties:pC,NamedSchemas:N("Schema"),NamedResponses:N("Response"),NamedParameters:N("Parameter"),NamedSecuritySchemes:N("SecurityScheme"),SecurityScheme:dC,Scopes:uC,XCodeSample:QI,XCodeSampleList:q("XCodeSample"),XServerList:q("XServer"),XServer:JI};var hC=/^[0-9][0-9Xx]{2}$/,yC={properties:{openapi:null,info:"Info",servers:"ServerList",security:"SecurityRequirementList",tags:"TagList",externalDocs:"ExternalDocs",paths:"Paths",components:"Components","x-webhooks":"WebhooksMap","x-tagGroups":"TagGroups","x-ignoredHeaderParameters":{type:"array",items:{type:"string"}}},required:["openapi","paths","info"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/openapi#openapi",description:"REQUIRED. This string MUST be the semantic version number of the OpenAPI Specification version that the OpenAPI document uses. The openapi field SHOULD be used by tooling specifications and clients to interpret the OpenAPI document. This is not related to the API info.version string."},gC={properties:{name:{type:"string",description:"REQUIRED. The name of the tag."},description:{type:"string",description:"A description for the tag."},externalDocs:"ExternalDocs","x-traitTag":{type:"boolean"},"x-displayName":{type:"string"}},required:["name"],extensionsPrefix:"x-",description:"The Tag Object represents a tag used by the OAS. It is not mandatory to have a tag object per tag used by the OAS but each tag object can contain additional metadata."},bC={properties:{name:{type:"string",description:"The display name for the tag, used in the navigation bar and as a section heading."},tags:{type:"array",description:"List of tags to include in this group.",items:{type:"string"}}},extensionsPrefix:"x-",description:"The x-tagGroups extension is used at the top level of an OpenAPI description.",documentationLink:"https://redocly.com/docs/realm/content/api-docs/openapi-extensions/x-tag-groups#taggroup-object"},vC={properties:{description:{type:"string",description:"A description of the target documentation. Used as the link anchor text in Redocly. If not provided, the url is used as the link anchor text."},url:{type:"string",description:"REQUIRED. The URL for the target documentation."}},required:["url"],extensionsPrefix:"x-",description:"Additional external documentation for this operation.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/external-docs"},xC={properties:{url:{type:"string",description:"REQUIRED. A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions are made when a variable is named in { curly braces }."},description:{type:"string",description:"An optional string describing the host designated by the URL."},variables:"ServerVariablesMap"},required:["url"],extensionsPrefix:"x-",description:"A server object to be used by the target operation."},SC={properties:{enum:{type:"array",items:{type:"string"},description:"An enumeration of string values to be used if the substitution options are from a limited set. The array MUST NOT be empty. If defined, the array MUST contain the default value."},default:{type:"string",description:"REQUIRED. The default value to use for substitution, which SHALL be sent if an alternate value is not supplied. Note this behavior is different than the Schema Object's treatment of default values, because in those cases parameter values are optional. If the enum is defined, the value MUST exist in the enum's values."},description:{type:"string",description:"An optional description for the server variable."}},required:["default"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/server-variables#server-variables",description:"Server variables are used when you need to make a substitution into the server URL such as when the subdomain is unique per tenant."},wC={properties:{},additionalProperties:{type:"array",items:{type:"string"}},documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/security#security-requirement-object",description:"A declaration of which security mechanisms can be used across the API. The list of values includes alternative security requirement objects that can be used. Only one of the security requirement objects need to be satisfied to authorize a request. Individual operations can override this definition. To make security optional, an empty security requirement ({}) can be included in the array."},_C={properties:{title:{type:"string",description:"REQUIRED. The title of the API."},version:{type:"string",description:"REQUIRED. The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API implementation version)."},description:{type:"string",description:"RECOMMENDED. A description of the API (Markdown may be used)."},termsOfService:{type:"string",description:"A URL to the Terms of Service for the API."},contact:"Contact",license:"License","x-logo":"Logo"},required:["title","version"],extensionsPrefix:"x-",description:"REQUIRED. Provides metadata about the API. The metadata MAY be used by tooling as required.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/info#info"},PC={properties:{url:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"},href:{type:"string"}},documentationLink:"https://redocly.com/docs-legacy/api-reference-docs/specification-extensions/x-logo#x-logo",description:"A commonly used specification extension containing the information about the API logo."},EC={properties:{name:{type:"string",description:"The identifying name of the contact person or organization."},url:{type:"string",description:"The URL pointing to the contact information."},email:{type:"string",description:"The email address of the contact person or organization."}},extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/contact",description:"The contact information for the exposed API."},$C={properties:{name:{type:"string",description:"REQUIRED. The license name used for the API."},url:{type:"string",description:"The URL pointing to the contact information."}},required:["name"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/license#license",description:"The license information for the exposed API."},AC={extensionsPrefix:"x-",properties:{},additionalProperties:(e,t)=>t.startsWith("/")?"PathItem":void 0,description:"The Paths Object is a map of a paths to the path item object. A path starts with a /.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/paths#paths-object"},TC={properties:{},additionalProperties:()=>"PathItem",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/webhooks#types"},RC={properties:{$ref:{type:"string",description:"Allows for a referenced definition of this path item. The referenced structure MUST be in the form of a Path Item Object. In case a Path Item Object field appears both in the defined object and the referenced object, the behavior is undefined. See the rules for resolving Relative References.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/reference"},servers:"ServerList",parameters:"ParameterList",summary:{type:"string",description:"An optional, string summary, intended to apply to all operations in this path."},description:{type:"string",description:"An optional, string description, intended to apply to all operations in this path."},get:"Operation",put:"Operation",post:"Operation",delete:"Operation",options:"Operation",head:"Operation",patch:"Operation",trace:"Operation","x-query":"Operation"},extensionsPrefix:"x-",description:"Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/path-item#path-item-object"},OC={properties:{name:{type:"string",description:"REQUIRED. The name of the parameter. Parameter names are case sensitive."},in:{enum:["query","header","path","cookie"],description:'REQUIRED. The location of the parameter. Possible values are "query", "header", "path", or "cookie".'},description:{type:"string",description:"A brief description of the parameter. This could contain examples of use."},required:{type:"boolean",description:'Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and its value MUST be true. Otherwise, the property MAY be included and its default value is false.'},deprecated:{type:"boolean",description:"Specifies that a parameter is deprecated and SHOULD be transitioned out of usage. Default value is false."},allowEmptyValue:{type:"boolean",description:"Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a parameter with an empty value. Default value is false. If style is used, and if behavior is n/a (cannot be serialized), the value of allowEmptyValue SHALL be ignored. Use of this property is NOT RECOMMENDED, as it is likely to be removed in a later revision."},style:{enum:["form","simple","label","matrix","spaceDelimited","pipeDelimited","deepObject"],description:"Describes how the parameter value will be serialized depending on the type of the parameter value. Default values (based on value of in): for query - form; for path - simple; for header - simple; for cookie - form."},explode:{type:"boolean",description:"When this is true, parameter values of type array or object generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters this property has no effect. When style is form, the default value is true. For all other styles, the default value is false."},allowReserved:{type:"boolean",description:"Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]@!$&'()*+,;= to be included without percent-encoding. This property only applies to parameters with an in value of query. The default value is false."},schema:"Schema",example:{isExample:!0},examples:"ExamplesMap",content:"MediaTypesMap"},required:["name","in"],requiredOneOf:["schema","content"],extensionsPrefix:"x-",description:"Describes a request parameter, which excludes the request body. A unique parameter is defined by a unique combination of the name and in values.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/parameter"},kC={properties:{tags:{type:"array",items:{type:"string"},description:"A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier."},summary:{type:"string",description:"A short summary of what the operation does.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#summary"},description:{type:"string",description:"A verbose explanation of the operation behavior.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#description"},externalDocs:"ExternalDocs",operationId:{type:"string",description:"Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#operationid"},parameters:"ParameterList",security:"SecurityRequirementList",servers:"ServerList",requestBody:"RequestBody",responses:"Responses",deprecated:{type:"boolean"},callbacks:"CallbacksMap","x-codeSamples":"XCodeSampleList","x-code-samples":"XCodeSampleList","x-hideTryItPanel":{type:"boolean"}},required:["responses"],extensionsPrefix:"x-",description:"The Operation Object describes a single API operation on a path, including its parameters, responses, and request body (if applicable). Each path can support more than one operation, but those operations must be unique. A unique operation is a combination of a path and an HTTP method, so two GET or two POST methods for the same path are not allowed.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation"},IC={properties:{lang:{type:"string"},label:{type:"string"},source:{type:"string"}},documentationLink:"https://redocly.com/docs/realm/content/api-docs/openapi-extensions/x-code-samples",description:"Code samples are snippets of code shown alongside API operations in reference documentation, giving users a quick way to start to interact with an API from their own code. The x-codeSamples addition to OpenAPI allows you to add or override any existing code samples for a particular language or endpoint."},CC={properties:{description:{type:"string",description:"A brief description of the request body. This could contain examples of use."},required:{type:"boolean",description:"Determines if the request body is required in the request. Defaults to false."},content:"MediaTypesMap"},required:["content"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/request-body",description:"The request body is defined inside of operations (including paths and webhooks). The request body can also be defined inside of the named requestBodies object in components."},qC={properties:{},additionalProperties:"MediaType",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/media-type#types"},NC={properties:{schema:"Schema",example:{isExample:!0,description:"Example of the media type. The example object SHOULD be in the correct format as specified by the media type. The example field is mutually exclusive of the examples field. Furthermore, if referencing a schema which contains an example, the example value SHALL override the example provided by the schema."},examples:"ExamplesMap",encoding:"EncodingMap"},extensionsPrefix:"x-",description:"The Media Type Object is one of the important building blocks of OpenAPI.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/media-type"},jC={properties:{value:{resolvable:!1,description:"Embedded literal example. The value field and externalValue field are mutually exclusive. To represent examples of media types that cannot naturally represented in JSON or YAML, use a string value to contain the example, escaping where necessary."},summary:{type:"string"},description:{type:"string",description:"Long description for the example."},externalValue:{type:"string",description:"A URL that points to the literal example. This provides the capability to reference examples that cannot easily be included in JSON or YAML documents. The value field and externalValue field are mutually exclusive."}},extensionsPrefix:"x-",description:"Example of the media type. The example object SHOULD be in the correct format as specified by the media type. The example field is mutually exclusive of the examples field. Furthermore, if referencing a schema which contains an example, the example value SHALL override the example provided by the schema.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/example"},MC={properties:{contentType:{type:"string",description:"The Content-Type for encoding a specific property. Default value depends on the property type: for string with format being binary \u2013 application/octet-stream; for other primitive types \u2013 text/plain; for object - application/json; for array \u2013 the default is defined based on the inner type. The value can be a specific media type (e.g. application/json), a wildcard media type (e.g. image/*), or a comma-separated list of the two types."},headers:"HeadersMap",style:{enum:["form","simple","label","matrix","spaceDelimited","pipeDelimited","deepObject"],description:"Describes how a specific property value will be serialized depending on its type. See Parameter Object for details on the style property. The behavior follows the same values as query parameters, including default values. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded."},explode:{type:"boolean",description:"When this is true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map. For other types of properties this property has no effect. When style is form, the default value is true. For all other styles, the default value is false. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded."},allowReserved:{type:"boolean",description:"Determines whether the parameter value SHOULD allow reserved characters, as defined by [RFC3986] Section 2.2 :/?#[]@!$&'()*+,;= to be included without percent-encoding. The default value is false. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded."}},extensionsPrefix:"x-",description:"A single encoding definition applied to a single schema property.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/encoding#types"},DC={properties:{},additionalProperties:{type:"string"},description:'The enum (short for "enumeration") fields in OpenAPI allow you to restrict the value of a field to a list of allowed values. These values need to be short and machine-readable, but that can make them harder for humans to parse and work with.',documentationLink:"https://redocly.com/docs/realm/content/api-docs/openapi-extensions/x-enum-descriptions"},LC={properties:{description:{type:"string",description:"A brief description of the parameter. This could contain examples of use. CommonMark syntax MAY be used for rich text representation."},required:{type:"boolean",description:"Determines whether this parameter is mandatory. Its default value is false."},deprecated:{type:"boolean"},allowEmptyValue:{type:"boolean",description:"Specifies that a parameter is deprecated and SHOULD be transitioned out of usage. Default value is false."},style:{enum:["form","simple","label","matrix","spaceDelimited","pipeDelimited","deepObject"]},explode:{type:"boolean"},allowReserved:{type:"boolean"},schema:"Schema",example:{isExample:!0,description:"Example of the header's potential value. The example SHOULD match the specified schema and encoding properties if present. The example field is mutually exclusive of the examples field. Furthermore, if referencing a schema that contains an example, the example value SHALL override the example provided by the schema. To represent examples of media types that cannot naturally be represented in JSON or YAML, a string value can contain the example with escaping where necessary."},examples:"ExamplesMap",content:"MediaTypesMap"},requiredOneOf:["schema","content"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/header#header-object",description:"The header object is used to describe a response header in the headers map."},UC={extensionsPrefix:"x-",properties:{default:"Response"},additionalProperties:(e,t)=>hC.test(t)?"Response":void 0,description:"The list of possible responses as they are returned from executing this operation.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/named-responses"},zC={properties:{description:{type:"string"},headers:"HeadersMap",content:"MediaTypesMap",links:"LinksMap","x-summary":{type:"string",documentationLink:"https://redocly.com/docs/realm/content/api-docs/openapi-extensions/x-summary#openapi-extension-x-summary",description:"Use x-summary to add a short custom text to describe the response in the API documentation."}},required:["description"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/response",description:"The response object describes a single response in the Responses Map."},FC={properties:{operationRef:{type:"string",description:"A relative or absolute reference to an OAS operation. This field is mutually exclusive of the operationId field, and MUST point to an Operation Object. Relative operationRef values MAY be used to locate an existing Operation Object in the OpenAPI definition."},operationId:{type:"string",description:"The name of an existing, resolvable OAS operation, as defined with a unique operationId. This field is mutually exclusive of the operationRef field."},parameters:null,requestBody:null,description:{type:"string",description:"A description of the link."},server:"Server"},extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/links",description:"The Link object represents a possible design-time link for a response. The presence of a link does not guarantee the caller\u2019s ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations."},vd="Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema.",vv=q("Schema",{name:"AllOf",description:vd}),xv=q("Schema",{name:"AnyOf",description:vd}),Sv=q("Schema",{name:"OneOf",description:vd}),VC={properties:{externalDocs:"ExternalDocs",discriminator:"Discriminator",title:{type:"string",description:"Value MUST be a string. Multiple types via an array are not supported."},multipleOf:{type:"number",minimum:0},maximum:{type:"number"},minimum:{type:"number"},exclusiveMaximum:{type:"boolean"},exclusiveMinimum:{type:"boolean"},maxLength:{type:"integer",minimum:0},minLength:{type:"integer",minimum:0},pattern:{type:"string",description:"(This string SHOULD be a valid regular expression, according to the Ecma-262 Edition 5.1 regular expression dialect)"},maxItems:{type:"integer",minimum:0},minItems:{type:"integer",minimum:0},uniqueItems:{type:"boolean"},maxProperties:{type:"integer",minimum:0},minProperties:{type:"integer",minimum:0},required:{type:"array",items:{type:"string"}},enum:{type:"array"},type:{enum:["object","array","string","number","integer","boolean"],description:"Value MUST be a string. Multiple types via an array are not supported."},allOf:vv,anyOf:xv,oneOf:Sv,not:"Schema",properties:"SchemaProperties",items:e=>Array.isArray(e)?q("Schema"):"Schema",additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",description:{type:"string",description:"CommonMark syntax MAY be used for rich text representation."},format:{type:"string",description:"See Data Type Formats for further details. While relying on JSON Schema's defined formats, the OAS offers a few additional predefined formats."},default:null,nullable:{type:"boolean"},readOnly:{type:"boolean"},writeOnly:{type:"boolean"},xml:"Xml",example:{isExample:!0},deprecated:{type:"boolean"},"x-tags":{type:"array",items:{type:"string"}},"x-additionalPropertiesName":{type:"string"},"x-explicitMappingOnly":{type:"boolean"}},extensionsPrefix:"x-",description:"The schema defining the content of the request, response, or parameter.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/schemas"},BC={properties:{name:{type:"string"},namespace:{type:"string"},prefix:{type:"string"},attribute:{type:"boolean"},wrapped:{type:"boolean"}},extensionsPrefix:"x-",description:"This MAY be used only on properties schemas. It has no effect on root schemas. Adds additional metadata to describe the XML representation of this property."},HC={properties:{},additionalProperties:"Schema"},KC={properties:{},additionalProperties:e=>typeof e=="string"&&Cr(e)?{type:"string",directResolveAs:"Schema"}:{type:"string"},documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/discriminator#types"},GC={properties:{propertyName:{type:"string",description:"REQUIRED. The name of the property in the payload that will hold the discriminator value."},mapping:"DiscriminatorMapping"},required:["propertyName"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/discriminator#discriminator-object",description:"When request bodies or response payloads may be one of a number of different schemas, a discriminator object can be used to aid in serialization, deserialization, and validation. The discriminator is a specific object in a schema which is used to inform the consumer of the document of an alternative schema based on the value associated with it."},WC={properties:{parameters:"NamedParameters",schemas:"NamedSchemas",responses:"NamedResponses",examples:"NamedExamples",requestBodies:"NamedRequestBodies",headers:"NamedHeaders",securitySchemes:"NamedSecuritySchemes",links:"NamedLinks",callbacks:"NamedCallbacks"},extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/components#components"},YC={properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},authorizationUrl:{type:"string"}},required:["authorizationUrl","scopes"],extensionsPrefix:"x-",description:"Configuration for the OAuth Implicit flow."},QC={properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","scopes"],extensionsPrefix:"x-",description:"Object Configuration for the OAuth Resource Owner Password flow."},JC={properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","scopes"],extensionsPrefix:"x-",description:"Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0."},XC={properties:{refreshUrl:{type:"string"},authorizationUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"},"x-usePkce":e=>typeof e=="boolean"?{type:"boolean"}:"XUsePkce"},required:["authorizationUrl","tokenUrl","scopes"],extensionsPrefix:"x-",description:"Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0."},ZC={properties:{implicit:"ImplicitFlow",password:"PasswordFlow",clientCredentials:"ClientCredentials",authorizationCode:"AuthorizationCode"},extensionsPrefix:"x-",description:"Configuration details for a supported OAuth Flow."},eq={properties:{type:{enum:["apiKey","http","oauth2","openIdConnect"],description:'REQUIRED. The type of the security scheme. Valid values are "apiKey", "http", "oauth2", "openIdConnect".'},description:{type:"string",description:"A short description for security scheme."},name:{type:"string",description:"REQUIRED. The name of the header, query or cookie parameter to be used."},in:{type:"string",enum:["query","header","cookie"],description:'REQUIRED. The location of the API key. Valid values are "query", "header" or "cookie".'},scheme:{type:"string",description:"A short description for security scheme."},bearerFormat:{type:"string",description:"A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes."},flows:"OAuth2Flows",openIdConnectUrl:{type:"string",description:"REQUIRED. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL."},"x-defaultClientId":{type:"string"}},required(e){switch(e?.type){case"apiKey":return["type","name","in"];case"http":return["type","scheme"];case"oauth2":return["type","flows"];case"openIdConnect":return["type","openIdConnectUrl"];default:return["type"]}},allowed(e){switch(e?.type){case"apiKey":return["type","name","in","description"];case"http":return["type","scheme","bearerFormat","description"];case"oauth2":return["type","flows","description"];case"openIdConnect":return["type","openIdConnectUrl","description"];default:return["type","description"]}},extensionsPrefix:"x-"},tq={properties:{disableManualConfiguration:{type:"boolean"},hideClientSecretInput:{type:"boolean"}},description:"The x-usePkce allows you to enable Proof Key for Code Exchange (PKCE) for the Oauth2 or OpenID Connect authorization code flow in the Replay.",documentationLink:"https://redocly.com/docs/realm/content/api-docs/openapi-extensions/x-use-pkce#openapi-extension-x-usepkce"},Ct={Root:yC,Tag:gC,TagList:q("Tag",{documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/tags",description:"A list of tags used by the document with additional metadata. The order of the tags can be used to reflect on their order by the parsing tools. Not all tags that are used by the Operation Object must be declared. The tags that are not declared MAY be organized randomly or based on the tools' logic. Each tag name in the list MUST be unique."}),TagGroups:q("TagGroup"),TagGroup:bC,ExternalDocs:vC,Server:xC,ServerList:q("Server",{description:"A list of servers available to the API.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/servers#servers"}),ServerVariable:SC,ServerVariablesMap:N("ServerVariable",{description:"A map between a variable name and its value. The value is used for substitution in the server's URL template."}),SecurityRequirement:wC,SecurityRequirementList:q("SecurityRequirement"),Info:_C,Contact:EC,License:$C,Paths:AC,PathItem:RC,Parameter:OC,ParameterList:q("Parameter",{description:"A list of parameters that are applicable for this operation. If a parameter is already defined at the Path Item, the new definition will override it but can never remove it. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link to parameters that are defined at the OpenAPI Object\u2019s components/parameters."}),Operation:kC,Callback:N("PathItem",{extensionsPrefix:"x-",description:"https://redocly.com/learn/openapi/openapi-visual-reference/callbacks#callback-object"}),CallbacksMap:N("Callback"),RequestBody:CC,MediaTypesMap:qC,MediaType:NC,Example:jC,ExamplesMap:N("Example"),Encoding:MC,EncodingMap:N("Encoding"),EnumDescriptions:DC,Header:LC,HeadersMap:N("Header"),Responses:UC,Response:zC,Link:FC,Logo:PC,Schema:VC,AllOf:vv,AnyOf:xv,OneOf:Sv,Xml:BC,SchemaProperties:HC,DiscriminatorMapping:KC,Discriminator:GC,Components:WC,LinksMap:N("Link"),NamedSchemas:N("Schema"),NamedResponses:N("Response"),NamedParameters:N("Parameter"),NamedExamples:N("Example"),NamedRequestBodies:N("RequestBody"),NamedHeaders:N("Header"),NamedSecuritySchemes:N("SecurityScheme"),NamedLinks:N("Link"),NamedCallbacks:N("Callback"),ImplicitFlow:YC,PasswordFlow:QC,ClientCredentials:JC,AuthorizationCode:XC,OAuth2Flows:ZC,SecurityScheme:eq,XCodeSample:IC,XCodeSampleList:q("XCodeSample"),XUsePkce:tq,WebhooksMap:TC};var rq={properties:{openapi:null,info:"Info",servers:"ServerList",security:"SecurityRequirementList",tags:"TagList",externalDocs:"ExternalDocs",paths:"Paths",webhooks:"WebhooksMap",components:"Components",jsonSchemaDialect:{type:"string",description:"The default value for the $schema keyword within Schema Objects contained within this OAS document. This MUST be in the form of a URI."}},required:["openapi","info"],requiredOneOf:["paths","components","webhooks"],extensionsPrefix:"x-",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/openapi#openapi",description:"REQUIRED. This string MUST be the semantic version number of the OpenAPI Specification version that the OpenAPI document uses. The openapi field SHOULD be used by tooling specifications and clients to interpret the OpenAPI document. This is not related to the API info.version string."},nq={...Ct.License,properties:{...Ct.License.properties,identifier:{type:"string",description:"An [SPDX-Licenses] expression for the API. The identifier field is mutually exclusive of the url field."}}},oq={...Ct.Info,properties:{...Ct.Info.properties,summary:{type:"string",description:"A short summary of the API. This field MAY be used by tooling as required."}}},iq={...Ct.Components,properties:{...Ct.Components.properties,pathItems:"NamedPathItems"}},sq={properties:{tags:{type:"array",items:{type:"string"},description:"A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier."},summary:{type:"string",description:"A short summary of what the operation does.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#summary"},description:{type:"string",description:"A verbose explanation of the operation behavior.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#description"},externalDocs:"ExternalDocs",operationId:{type:"string",description:"Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.",documentationLink:"https://redocly.com/learn/openapi/openapi-visual-reference/operation#operationid"},parameters:"ParameterList",security:"SecurityRequirementList",servers:"ServerList",requestBody:"RequestBody",responses:"Responses",deprecated:{type:"boolean"},callbacks:"CallbacksMap","x-codeSamples":"XCodeSampleList","x-code-samples":"XCodeSampleList","x-hideTryItPanel":{type:"boolean"}},extensionsPrefix:"x-",description:"The Operation Object describes a single API operation on a path, including its parameters, responses, and request body (if applicable). Each path can support more than one operation, but those operations must be unique. A unique operation is a combination of a path and an HTTP method, so two GET or two POST methods for the same path are not allowed."},aq={properties:{$id:{type:"string"},$anchor:{type:"string"},id:{type:"string"},$schema:{type:"string"},definitions:"NamedSchemas",$defs:"NamedSchemas",$vocabulary:{type:"string"},externalDocs:"ExternalDocs",discriminator:"Discriminator",title:{type:"string"},multipleOf:{type:"number",minimum:0},maximum:{type:"number"},minimum:{type:"number"},exclusiveMaximum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{type:"integer",minimum:0},minLength:{type:"integer",minimum:0},pattern:{type:"string"},maxItems:{type:"integer",minimum:0},minItems:{type:"integer",minimum:0},uniqueItems:{type:"boolean"},maxProperties:{type:"integer",minimum:0},minProperties:{type:"integer",minimum:0},required:{type:"array",items:{type:"string"}},enum:{type:"array"},type:e=>Array.isArray(e)?{type:"array",items:{enum:["object","array","string","number","integer","boolean","null"]}}:{enum:["object","array","string","number","integer","boolean","null"]},allOf:q("Schema",{name:"AllOf"}),anyOf:q("Schema",{name:"AnyOf"}),oneOf:q("Schema",{name:"OneOf"}),not:"Schema",if:"Schema",then:"Schema",else:"Schema",dependentSchemas:N("Schema"),dependentRequired:"DependentRequired",prefixItems:q("Schema"),contains:"Schema",minContains:{type:"integer",minimum:0},maxContains:{type:"integer",minimum:0},patternProperties:"PatternProperties",propertyNames:"Schema",unevaluatedItems:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",unevaluatedProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",summary:{type:"string"},properties:"SchemaProperties",items:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",description:{type:"string"},format:{type:"string"},contentEncoding:{type:"string"},contentMediaType:{type:"string"},contentSchema:"Schema",default:null,readOnly:{type:"boolean"},writeOnly:{type:"boolean"},xml:"Xml",examples:{type:"array"},example:{isExample:!0},deprecated:{type:"boolean"},const:null,$comment:{type:"string"},"x-tags":{type:"array",items:{type:"string"}},$dynamicAnchor:{type:"string"},$dynamicRef:{type:"string"}},extensionsPrefix:"x-"},wv={properties:{},additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema"},cq={properties:{type:{enum:["apiKey","http","oauth2","openIdConnect","mutualTLS"]},description:{type:"string"},name:{type:"string"},in:{type:"string",enum:["query","header","cookie"]},scheme:{type:"string"},bearerFormat:{type:"string"},flows:"OAuth2Flows",openIdConnectUrl:{type:"string"}},required(e){switch(e?.type){case"apiKey":return["type","name","in"];case"http":return["type","scheme"];case"oauth2":return["type","flows"];case"openIdConnect":return["type","openIdConnectUrl"];default:return["type"]}},allowed(e){switch(e?.type){case"apiKey":return["type","name","in","description"];case"http":return["type","scheme","bearerFormat","description"];case"oauth2":switch(e?.flows){case"implicit":return["type","flows","authorizationUrl","refreshUrl","description","scopes"];case"password":case"clientCredentials":return["type","flows","tokenUrl","refreshUrl","description","scopes"];case"authorizationCode":return["type","flows","authorizationUrl","refreshUrl","tokenUrl","description","scopes"];default:return["type","flows","authorizationUrl","refreshUrl","tokenUrl","description","scopes"]}case"openIdConnect":return["type","openIdConnectUrl","description"];case"mutualTLS":return["type","description"];default:return["type","description"]}},extensionsPrefix:"x-"},pq={properties:{},additionalProperties:{type:"array",items:{type:"string"}}},Pe={...Ct,Info:oq,Root:rq,Schema:aq,SchemaProperties:wv,PatternProperties:wv,License:nq,Components:iq,NamedPathItems:N("PathItem"),SecurityScheme:cq,Operation:sq,DependentRequired:pq};var lq={...Pe.Root,properties:{...Pe.Root.properties,$self:{type:"string",description:"This string MUST be in the form of a URI reference as defined by [RFC3986] Section 4.1. The $self field provides the self-assigned URI of this document, which also serves as its base URI in accordance with [RFC3986] Section 5.1.1. Implementations MUST support identifying the targets of API description URIs using the URI defined by this field when it is present. See Establishing the Base URI for the base URI behavior when $self is absent or relative, and see Appendix F for examples of using $self to resolve references."}}},uq={...Pe.Tag,properties:{...Pe.Tag.properties,kind:{type:"string",description:"A machine-readable string to categorize what sort of tag it is. Any string value can be used; common uses are nav for Navigation, badge for visible badges, audience for APIs used by different groups. A registry of the most commonly used values is available."},parent:{type:"string",description:"The name of a tag that this tag is nested under. The named tag MUST exist in the API description, and circular references between parent and child tags MUST NOT be used."},summary:{type:"string",description:"A short summary of the tag, used for display purposes."}},description:"Adds metadata to a single tag that is used by the Operation Object. It is not mandatory to have a Tag Object per tag defined in the Operation Object instances."},dq={...Pe.Server,properties:{...Pe.Server.properties,name:{type:"string",description:"An optional unique string to refer to the host designated by the URL."}},description:"An object representing a Server."},fq={...Pe.SecurityScheme,properties:{...Pe.SecurityScheme.properties,deprecated:{type:"boolean",description:"Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is false."},oauth2MetadataUrl:{type:"string",description:"URL to the OAuth2 authorization server metadata [RFC8414]. TLS is required."}},allowed(e){switch(e?.type){case"apiKey":return["type","name","in","description","deprecated"];case"http":return["type","scheme","bearerFormat","description","deprecated"];case"oauth2":switch(e?.flows){case"implicit":return["type","flows","authorizationUrl","refreshUrl","description","scopes","oauth2MetadataUrl","deprecated"];case"password":case"clientCredentials":return["type","flows","tokenUrl","refreshUrl","description","scopes","oauth2MetadataUrl","deprecated"];case"authorizationCode":return["type","flows","authorizationUrl","refreshUrl","tokenUrl","description","scopes","oauth2MetadataUrl","deprecated"];case"deviceAuthorization":return["type","flows","deviceAuthorizationUrl","tokenUrl"];default:return["type","flows","authorizationUrl","refreshUrl","tokenUrl","description","scopes","oauth2MetadataUrl","deprecated"]}case"openIdConnect":return["type","openIdConnectUrl","description","deprecated"];case"mutualTLS":return["type","description","deprecated"];default:return["type","description","deprecated"]}},description:"Defines a security scheme that can be used by the operations."},mq={...Pe.OAuth2Flows,properties:{...Pe.OAuth2Flows.properties,deviceAuthorization:"DeviceAuthorization"}},hq={properties:{deviceAuthorizationUrl:{type:"string",description:"REQUIRED. The device authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS."},tokenUrl:{type:"string",description:"REQUIRED. The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS."},refreshUrl:{type:"string",description:"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS."},scopes:N("string",{description:"REQUIRED. The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty."})},required:["deviceAuthorizationUrl","tokenUrl","scopes"],extensionsPrefix:"x-",description:"Configuration for the OAuth Device Authorization flow."},yq={...Ct.PathItem,properties:{...Ct.PathItem.properties,query:"Operation",additionalOperations:N("Operation")}},gq={...Pe.Parameter,properties:{...Pe.Parameter.properties,in:{description:'REQUIRED. The location of the parameter. Possible values are "query", "querystring", "header", "path" or "cookie".',enum:["query","header","path","cookie","querystring"]}}},bq={...Pe.Response,properties:{...Pe.Response.properties,summary:{type:"string",description:"A short summary of the meaning of the response."}}},vq={...Pe.MediaType,properties:{...Pe.MediaType.properties,itemSchema:"Schema",prefixEncoding:q("Encoding",{description:"A map between a property name and its encoding information, as defined under Encoding By Name. The encoding field SHALL only apply when the media type is multipart or application/x-www-form-urlencoded. If no Encoding Object is provided for a property, the behavior is determined by the default values documented for the Encoding Object. This field MUST NOT be present if prefixEncoding or itemEncoding are present."}),itemEncoding:"Encoding"}},xq={...Pe.Discriminator,properties:{...Pe.Discriminator.properties,defaultMapping:e=>{let t="The schema name or URI reference to a schema that is expected to validate the structure of the model when the discriminating property is not present in the payload or contains a value for which there is no explicit or implicit mapping.";return Cr(e)?{type:"string",directResolveAs:"Schema",description:t}:{type:"string",description:t}}}},Sq={extensionsPrefix:"x-",properties:{...Pe.Components.properties,mediaTypes:"NamedMediaTypes"}},wq={...Pe.Example,properties:{...Pe.Example.properties,dataValue:{resolvable:!1,description:"An example of the data structure that MUST be valid according to the relevant Schema Object. If this field is present, value MUST be absent."},serializedValue:{type:"string",description:"An example of the serialized form of the value, including encoding and escaping as described under Validating Examples. If dataValue is present, then this field SHOULD contain the serialization of the given data. Otherwise, it SHOULD be the valid serialization of a data value that itself MUST be valid as described for dataValue. This field SHOULD NOT be used if the serialization format is JSON, as the data form is easier to work with. If this field is present, value, and externalValue MUST be absent."}}},_q={properties:{nodeType:{type:"string",enum:["element","attribute","text","cdata","none"],description:'One of element, attribute, text, cdata, or none, as explained under XML Node Types. The default value is none if $ref, $dynamicRef, or type: "array" is present in the Schema Object containing the XML Object, and element otherwise.'},name:{type:"string",description:"Sets the name of the element/attribute corresponding to the schema, replacing the name that was inferred as described under XML Node Names. This field SHALL be ignored if the nodeType is text, cdata, or none."},namespace:{type:"string",description:"The IRI ([RFC3987]) of the namespace definition. Value MUST be in the form of a non-relative IRI."},prefix:{type:"string",description:"The prefix to be used for the name."},attribute:{type:"boolean",description:'Declares whether the property definition translates to an attribute instead of an element. Default value is false. If nodeType is present, this field MUST NOT be present.Deprecated: Use nodeType: "attribute" instead of attribute: true.'},wrapped:{type:"boolean",description:'MAY be used only for an array definition. Signifies whether the array is wrapped (for example, <books><book/><book/></books>) or unwrapped (<book/><book/>). Default value is false. The definition takes effect only when defined alongside type being "array" (outside the items). If nodeType is present, this field MUST NOT be present. Deprecated: Use nodeType: "element" instead of wrapped: true.'}},extensionsPrefix:"x-",description:"A metadata object that allows for more fine-tuned XML model definitions. When using a Schema Object with XML, if no XML Object is present, the behavior is determined by the XML Object\u2019s default field values."},Pq={...Pe.Schema,properties:{...Pe.Schema.properties,xml:"Xml"}},Ye={...Pe,Root:lq,Tag:uq,Server:dq,SecurityScheme:fq,OAuth2Flows:mq,DeviceAuthorization:hq,PathItem:yq,Parameter:gq,Response:bq,MediaType:vq,Discriminator:xq,Example:wq,Xml:_q,Schema:Pq,Components:Sq,NamedMediaTypes:N("MediaTypesMap")};var Eq={properties:{},description:"Protocol-specific information for an HTTP channel."},$q={properties:{},description:"Protocol-specific information for an HTTP server."},Aq={properties:{headers:"Schema",statusCode:{type:"number"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an HTTP message, i.e., a request or a response."},Tq={properties:{type:{type:"string"},method:{type:"string",enum:["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS","CONNECT","TRACE"]},query:"Schema",headers:"Schema",bindingVersion:{type:"string"}},description:"Protocol-specific information for an HTTP operation."},Rq={properties:{method:{type:"string"},query:"Schema",headers:"Schema",bindingVersion:{type:"string"}},description:"Protocol-specific information for a WebSockets channel."},Oq={properties:{},description:"Protocol-specific information for a WebSockets server."},kq={properties:{},description:"Protocol-specific information for a WebSockets message."},Iq={properties:{},description:"Protocol-specific information for a WebSockets operation."},Cq={properties:{"cleanup.policy":{type:"array",items:{enum:["delete","compact"]}},"retention.ms":{type:"integer"},"retention.bytes":{type:"integer"},"delete.retention.ms":{type:"integer"},"max.message.bytes":{type:"integer"},"confluent.key.schema.validation":{type:"boolean"},"confluent.key.subject.name.strategy":{type:"string"},"confluent.value.schema.validation":{type:"boolean"},"confluent.value.subject.name.strategy":{type:"string"}}},qq={properties:{topic:{type:"string"},partitions:{type:"integer"},replicas:{type:"integer"},topicConfiguration:"KafkaTopicConfiguration",bindingVersion:{type:"string"}},description:"Protocol-specific information for a Kafka channel."},Nq={properties:{schemaRegistryUrl:{type:"string"},schemaRegistryVendor:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a Kafka server."},jq={properties:{key:"Schema",schemaIdLocation:{type:"string"},schemaIdPayloadEncoding:{type:"string"},schemaLookupStrategy:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a Kafka message."},Mq={properties:{groupId:"Schema",clientId:"Schema",bindingVersion:{type:"string"}},description:"Protocol-specific information for a Kafka operation."},Dq={properties:{destination:{type:"string"},destinationType:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an Anypoint MQ channel."},Lq={properties:{},description:"Protocol-specific information for an Anypoint MQ server."},Uq={properties:{headers:"Schema",bindingVersion:{type:"string"}},description:"Protocol-specific information for an Anypoint MQ message."},zq={properties:{},description:"Protocol-specific information for an Anypoint MQ operation."},Fq={properties:{name:{type:"string"},type:{type:"string",enum:["topic","direct","fanout","default","headers"]},durable:{type:"boolean"},autoDelete:{type:"boolean"},vhost:{type:"string"}},description:"The AMQP exchange the channel is bound to."},Vq={properties:{name:{type:"string"},durable:{type:"boolean"},exclusive:{type:"boolean"},autoDelete:{type:"boolean"},vhost:{type:"string"}},description:"The AMQP queue the channel is bound to."},Bq={properties:{is:{type:"string",enum:["queue","routingKey"]},exchange:"AmqpChannelExchange",queue:"AmqpChannelQueue",bindingVersion:{type:"string"}},description:"Protocol-specific information for an AMQP 0-9-1 channel."},Hq={properties:{},description:"Protocol-specific information for an AMQP 0-9-1 server."},Kq={properties:{contentEncoding:{type:"string"},messageType:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an AMQP 0-9-1 message."},Gq={properties:{expiration:{type:"integer"},userId:{type:"string"},cc:{type:"array",items:{type:"string"}},priority:{type:"integer"},deliveryMode:{type:"integer"},mandatory:{type:"boolean"},bcc:{type:"array",items:{type:"string"}},replyTo:{type:"string"},timestamp:{type:"boolean"},ack:{type:"boolean"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an AMQP 0-9-1 operation."},Wq={properties:{},description:"Protocol-specific information for an AMQP 1.0 channel."},Yq={properties:{},description:"Protocol-specific information for an AMQP 1.0 server."},Qq={properties:{},description:"Protocol-specific information for an AMQP 1.0 message."},Jq={properties:{},description:"Protocol-specific information for an AMQP 1.0 operation."},Xq={properties:{},description:"Protocol-specific information for an MQTT channel."},Zq={properties:{topic:{type:"string"},qos:{type:"integer"},message:{type:"string"},retain:{type:"boolean"}}},eN={properties:{clientId:{type:"string"},cleanSession:{type:"boolean"},lastWill:"MqttServerBindingLastWill",keepAlive:{type:"integer"},sessionExpiryInterval:e=>$(e)?"Schema":{type:"integer"},maximumPacketSize:e=>$(e)?"Schema":{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an MQTT server."},tN={properties:{payloadFormatIndicator:{type:"integer"},correlationData:"Schema",contentType:{type:"string"},responseTopic:e=>$(e)?"Schema":{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an MQTT message."},rN={properties:{qos:{type:"integer"},retain:{type:"boolean"},messageExpiryInterval:e=>$(e)?"Schema":{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an MQTT operation."},nN={properties:{},description:"Protocol-specific information for an MQTT 5 channel."},oN={properties:{sessionExpiryInterval:e=>$(e)?"Schema":{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an MQTT 5 server."},iN={properties:{},description:"Protocol-specific information for an MQTT 5 message."},sN={properties:{},description:"Protocol-specific information for an MQTT 5 operation."},aN={properties:{},description:"Protocol-specific information for a NATS channel."},cN={properties:{},description:"Protocol-specific information for a NATS server."},pN={properties:{},description:"Protocol-specific information for a NATS message."},lN={properties:{queue:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a NATS operation."},uN={properties:{destination:{type:"string"},destinationType:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a JMS channel."},dN={properties:{name:{type:"string"},value:{}},required:["name","value"],description:"A name-value pair to set on the JMS ConnectionFactory implementation."},fN={properties:{jmsConnectionFactory:{type:"string"},properties:q("JmsServerBindingProperty"),clientID:{type:"string"},bindingVersion:{type:"string"}},required:["jmsConnectionFactory"],description:"Protocol-specific information for a JMS server."},mN={properties:{headers:"Schema",bindingVersion:{type:"string"}},description:"Protocol-specific information for a JMS message."},hN={properties:{},description:"Protocol-specific information for a JMS operation."},yN={properties:{},description:"Protocol-specific information for a Solace channel."},gN={properties:{bindingVersion:{type:"string"},msgVpn:{type:"string"},clientName:{type:"string"}},description:"Protocol-specific information for a Solace server."},bN={properties:{},description:"Protocol-specific information for a Solace message."},vN={properties:{destinationType:{type:"string",enum:["queue","topic"]},deliveryMode:{type:"string",enum:["direct","persistent"]},"queue.name":{type:"string"},"queue.topicSubscriptions":{type:"array",items:{type:"string"}},"queue.accessType":{type:"string",enum:["exclusive","nonexclusive"]},"queue.maxMsgSpoolSize":{type:"string"},"queue.maxMsgSpoolUsage":{type:"string"},"queue.maxTtl":{type:"string"},"topic.topicSubscriptions":{type:"array",items:{type:"string"}}}},xN={properties:{bindingVersion:{type:"string"},destinations:q("SolaceDestination"),dmqEligible:{type:"boolean"},priority:{type:"integer",minimum:0},timeToLive:{type:"integer"}},description:"Protocol-specific information for a Solace operation."},SN={properties:{url:{type:"string"},email:{type:"string"},phone:{type:"string"},arn:{type:"string"},name:{type:"string"}},description:"Identifies an SNS resource: exactly one of url, email, phone, arn, or name."},wN={properties:{type:{type:"string",enum:["standard","FIFO"]},contentBasedDeduplication:{type:"boolean"}},required:["type"],description:"Defines the ordering and deduplication properties of an SNS topic."},_N={properties:{effect:{type:"string",enum:["Allow","Deny"]},principal:{},action:{},resource:{},condition:{type:"object"}},required:["effect","principal","action"],description:"An SNS access-policy statement."},PN={properties:{statements:q("SnsStatement")},required:["statements"],description:"The security policy for an SNS topic."},EN={properties:{name:{type:"string"},ordering:"SnsOrdering",policy:"SnsPolicy",tags:{type:"object"},bindingVersion:{type:"string"}},required:["name"],description:"Protocol-specific information for an SNS channel."},$N={properties:{deadLetterQueue:"SnsIdentifier",maxReceiveCount:{type:"integer"}},required:["deadLetterQueue"],description:"Defines where unprocessable SNS messages are moved."},AN={properties:{minDelayTarget:{type:"integer"},maxDelayTarget:{type:"integer"},numRetries:{type:"integer"},numNoDelayRetries:{type:"integer"},numMinDelayRetries:{type:"integer"},numMaxDelayRetries:{type:"integer"},backoffFunction:{type:"string",enum:["arithmetic","exponential","geometric","linear"]},maxReceivesPerSecond:{type:"integer"}},description:"Defines how SNS retries the delivery of messages to a subscription endpoint."},TN={properties:{protocol:{type:"string",enum:["http","https","email","email-json","sms","sqs","application","lambda","firehose"]},endpoint:"SnsIdentifier",filterPolicy:{type:"object"},filterPolicyScope:{type:"string",enum:["MessageAttributes","MessageBody"]},rawMessageDelivery:{type:"boolean"},redrivePolicy:"SnsRedrivePolicy",deliveryPolicy:"SnsDeliveryPolicy",displayName:{type:"string"}},required:["protocol","endpoint","rawMessageDelivery"],description:"Describes an SNS subscription consuming messages from a topic."},RN={properties:{topic:"SnsIdentifier",consumers:q("SnsConsumer"),deliveryPolicy:"SnsDeliveryPolicy",bindingVersion:{type:"string"}},required:["consumers"],description:"Protocol-specific information for an SNS operation."},ON={properties:{arn:{type:"string"},name:{type:"string"}},description:"Identifies an SQS queue: exactly one of arn or name."},kN={properties:{deadLetterQueue:"SqsIdentifier",maxReceiveCount:{type:"integer"}},required:["deadLetterQueue"],description:"Defines where unprocessable SQS messages are moved."},IN={properties:{effect:{type:"string",enum:["Allow","Deny"]},principal:{},action:{},resource:{},condition:{type:"object"}},required:["effect","principal","action"],description:"An SQS access-policy statement."},CN={properties:{statements:q("SqsStatement")},required:["statements"],description:"The security policy for an SQS queue."},_v={properties:{name:{type:"string"},fifoQueue:{type:"boolean"},deduplicationScope:{type:"string",enum:["queue","messageGroup"]},fifoThroughputLimit:{type:"string",enum:["perQueue","perMessageGroupId"]},deliveryDelay:{type:"integer"},visibilityTimeout:{type:"integer"},receiveMessageWaitTime:{type:"integer"},messageRetentionPeriod:{type:"integer"},redrivePolicy:"SqsRedrivePolicy",policy:"SqsPolicy",tags:{type:"object"}},required:["name","fifoQueue"],description:"Describes an SQS queue (channel-level definition)."},qN={..._v,required:["name"],description:"Describes an SQS queue (operation-level definition)."},NN={properties:{queue:"SqsQueue",deadLetterQueue:"SqsQueue",bindingVersion:{type:"string"}},required:["queue"],description:"Protocol-specific information for an SQS channel."},jN={properties:{queues:q("SqsOperationQueue"),bindingVersion:{type:"string"}},required:["queues"],description:"Protocol-specific information for an SQS operation."},MN={properties:{},description:"Protocol-specific information for a STOMP channel."},DN={properties:{},description:"Protocol-specific information for a STOMP server."},LN={properties:{},description:"Protocol-specific information for a STOMP message."},UN={properties:{},description:"Protocol-specific information for a STOMP operation."},zN={properties:{},description:"Protocol-specific information for a Redis channel."},FN={properties:{},description:"Protocol-specific information for a Redis server."},VN={properties:{},description:"Protocol-specific information for a Redis message."},BN={properties:{},description:"Protocol-specific information for a Redis operation."},HN={properties:{},description:"Protocol-specific information for a Mercure channel."},KN={properties:{},description:"Protocol-specific information for a Mercure server."},GN={properties:{},description:"Protocol-specific information for a Mercure message."},WN={properties:{},description:"Protocol-specific information for a Mercure operation."},YN={properties:{groupId:{type:"string"},ccdtQueueManagerName:{type:"string"},cipherSpec:{type:"string"},multiEndpointServer:{type:"boolean"},heartBeatInterval:{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an IBM MQ server."},QN={properties:{objectName:{type:"string"},isPartitioned:{type:"boolean"},exclusive:{type:"boolean"}},required:["objectName"],description:"Defines the properties of an IBM MQ queue."},JN={properties:{string:{type:"string"},objectName:{type:"string"},durablePermitted:{type:"boolean"},lastMsgRetained:{type:"boolean"}},description:"Defines the properties of an IBM MQ topic."},XN={properties:{destinationType:{type:"string",enum:["topic","queue"]},queue:"IbmmqChannelQueue",topic:"IbmmqChannelTopic",maxMsgLength:{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an IBM MQ channel."},ZN={properties:{type:{type:"string",enum:["string","jms","binary"]},headers:{type:"string"},description:{type:"string"},expiry:{type:"integer"},bindingVersion:{type:"string"}},description:"Protocol-specific information for an IBM MQ message."},ej={properties:{allowedPersistenceRegions:{type:"array",items:{type:"string"}}},description:"Policy constraining the regions where Google Cloud Pub/Sub messages are stored."},tj={properties:{encoding:{type:"string"},firstRevisionId:{type:"string"},lastRevisionId:{type:"string"},name:{type:"string"}},required:["encoding","name"],description:"Settings for validating Google Cloud Pub/Sub messages against a schema."},rj={properties:{labels:{type:"object"},messageRetentionDuration:{type:"string"},messageStoragePolicy:"GooglepubsubMessageStoragePolicy",schemaSettings:"GooglepubsubSchemaSettings",topic:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a Google Cloud Pub/Sub channel."},nj={properties:{name:{type:"string"},type:{type:"string"}},required:["name"],description:"Identifies the Google Cloud Pub/Sub schema a message is validated against."},oj={properties:{attributes:{type:"object"},orderingKey:{type:"string"},schema:"GooglepubsubSchema",bindingVersion:{type:"string"}},description:"Protocol-specific information for a Google Cloud Pub/Sub message."},ij={properties:{tenant:{type:"string"},bindingVersion:{type:"string"}},description:"Protocol-specific information for a Pulsar server."},sj={properties:{time:{type:"integer"},size:{type:"integer"}},description:"The retention policy of a Pulsar topic."},aj={properties:{namespace:{type:"string"},persistence:{type:"string",enum:["persistent","non-persistent"]},compaction:{type:"integer"},"geo-replication":{type:"array",items:{type:"string"}},retention:"PulsarRetention",ttl:{type:"integer"},deduplication:{type:"boolean"},bindingVersion:{type:"string"}},required:["namespace","persistence"],description:"Protocol-specific information for a Pulsar channel."},cj={properties:{rmwImplementation:{type:"string"},domainId:{type:"integer",minimum:0}},description:"Protocol-specific information for a ROS 2 server."},pj={properties:{},description:"Protocol-specific information for a ROS 2 channel."},lj={properties:{reliability:{type:"string",enum:["best_effort","reliable"]},history:{type:"string",enum:["keep_last","keep_all","unknown"]},durability:{type:"string",enum:["transient_local","volatile"]},lifespan:{type:"integer"},deadline:{type:"integer"},liveliness:{type:"string",enum:["automatic","manual"]},leaseDuration:{type:"integer"}},description:"Quality of Service settings for a ROS 2 operation."},uj={properties:{role:{type:"string",enum:["publisher","subscriber","service_client","service_server","action_client","action_server"]},node:{type:"string"},qosPolicies:"Ros2QosPolicies",bindingVersion:{type:"string"}},description:"Protocol-specific information for a ROS 2 operation."},dj={properties:{},description:"Protocol-specific information for a ROS 2 message."},fj={extensionsPrefix:"x-",properties:{http:"HttpServerBinding",ws:"WsServerBinding",kafka:"KafkaServerBinding",anypointmq:"AnypointmqServerBinding",amqp:"AmqpServerBinding",amqp1:"Amqp1ServerBinding",mqtt:"MqttServerBinding",mqtt5:"Mqtt5ServerBinding",nats:"NatsServerBinding",jms:"JmsServerBinding",solace:"SolaceServerBinding",stomp:"StompServerBinding",redis:"RedisServerBinding",mercure:"MercureServerBinding",ibmmq:"IbmmqServerBinding",pulsar:"PulsarServerBinding"},additionalProperties:{type:"object"},description:"Map describing protocol-specific definitions for a server."},mj={extensionsPrefix:"x-",properties:{http:"HttpChannelBinding",ws:"WsChannelBinding",kafka:"KafkaChannelBinding",anypointmq:"AnypointmqChannelBinding",amqp:"AmqpChannelBinding",amqp1:"Amqp1ChannelBinding",mqtt:"MqttChannelBinding",mqtt5:"Mqtt5ChannelBinding",nats:"NatsChannelBinding",jms:"JmsChannelBinding",solace:"SolaceChannelBinding",stomp:"StompChannelBinding",redis:"RedisChannelBinding",mercure:"MercureChannelBinding",sns:"SnsChannelBinding",sqs:"SqsChannelBinding",ibmmq:"IbmmqChannelBinding",googlepubsub:"GooglepubsubChannelBinding",pulsar:"PulsarChannelBinding"},additionalProperties:{type:"object"},description:"Map describing protocol-specific definitions for a channel."},hj={extensionsPrefix:"x-",properties:{http:"HttpOperationBinding",ws:"WsOperationBinding",kafka:"KafkaOperationBinding",anypointmq:"AnypointmqOperationBinding",amqp:"AmqpOperationBinding",amqp1:"Amqp1OperationBinding",mqtt:"MqttOperationBinding",mqtt5:"Mqtt5OperationBinding",nats:"NatsOperationBinding",jms:"JmsOperationBinding",solace:"SolaceOperationBinding",stomp:"StompOperationBinding",redis:"RedisOperationBinding",mercure:"MercureOperationBinding",sns:"SnsOperationBinding",sqs:"SqsOperationBinding"},additionalProperties:{type:"object"},description:"Map describing protocol-specific definitions for an operation."},yj={extensionsPrefix:"x-",properties:{http:"HttpMessageBinding",ws:"WsMessageBinding",kafka:"KafkaMessageBinding",anypointmq:"AnypointmqMessageBinding",amqp:"AmqpMessageBinding",amqp1:"Amqp1MessageBinding",mqtt:"MqttMessageBinding",mqtt5:"Mqtt5MessageBinding",nats:"NatsMessageBinding",jms:"JmsMessageBinding",solace:"SolaceMessageBinding",stomp:"StompMessageBinding",redis:"RedisMessageBinding",mercure:"MercureMessageBinding",ibmmq:"IbmmqMessageBinding",googlepubsub:"GooglepubsubMessageBinding"},additionalProperties:{type:"object"},description:"Map describing protocol-specific definitions for a message."},Jt={HttpServerBinding:$q,HttpChannelBinding:Eq,HttpMessageBinding:Aq,HttpOperationBinding:Tq,WsServerBinding:Oq,WsChannelBinding:Rq,WsMessageBinding:kq,WsOperationBinding:Iq,KafkaServerBinding:Nq,KafkaTopicConfiguration:Cq,KafkaChannelBinding:qq,KafkaMessageBinding:jq,KafkaOperationBinding:Mq,AnypointmqServerBinding:Lq,AnypointmqChannelBinding:Dq,AnypointmqMessageBinding:Uq,AnypointmqOperationBinding:zq,AmqpServerBinding:Hq,AmqpChannelExchange:Fq,AmqpChannelQueue:Vq,AmqpChannelBinding:Bq,AmqpMessageBinding:Kq,AmqpOperationBinding:Gq,Amqp1ServerBinding:Yq,Amqp1ChannelBinding:Wq,Amqp1MessageBinding:Qq,Amqp1OperationBinding:Jq,MqttServerBindingLastWill:Zq,MqttServerBinding:eN,MqttChannelBinding:Xq,MqttMessageBinding:tN,MqttOperationBinding:rN,Mqtt5ServerBinding:oN,Mqtt5ChannelBinding:nN,Mqtt5MessageBinding:iN,Mqtt5OperationBinding:sN,NatsServerBinding:cN,NatsChannelBinding:aN,NatsMessageBinding:pN,NatsOperationBinding:lN,JmsServerBindingProperty:dN,JmsServerBinding:fN,JmsChannelBinding:uN,JmsMessageBinding:mN,JmsOperationBinding:hN,SolaceServerBinding:gN,SolaceChannelBinding:yN,SolaceMessageBinding:bN,SolaceDestination:vN,SolaceOperationBinding:xN,StompServerBinding:DN,StompChannelBinding:MN,StompMessageBinding:LN,StompOperationBinding:UN,RedisServerBinding:FN,RedisChannelBinding:zN,RedisMessageBinding:VN,RedisOperationBinding:BN,MercureServerBinding:KN,MercureChannelBinding:HN,MercureMessageBinding:GN,MercureOperationBinding:WN,SnsIdentifier:SN,SnsOrdering:wN,SnsStatement:_N,SnsPolicy:PN,SnsChannelBinding:EN,SnsRedrivePolicy:$N,SnsDeliveryPolicy:AN,SnsConsumer:TN,SnsOperationBinding:RN,SqsIdentifier:ON,SqsRedrivePolicy:kN,SqsStatement:IN,SqsPolicy:CN,SqsQueue:_v,SqsOperationQueue:qN,SqsChannelBinding:NN,SqsOperationBinding:jN,IbmmqServerBinding:YN,IbmmqChannelQueue:QN,IbmmqChannelTopic:JN,IbmmqChannelBinding:XN,IbmmqMessageBinding:ZN,GooglepubsubMessageStoragePolicy:ej,GooglepubsubSchemaSettings:tj,GooglepubsubChannelBinding:rj,GooglepubsubSchema:nj,GooglepubsubMessageBinding:oj,PulsarServerBinding:ij,PulsarRetention:sj,PulsarChannelBinding:aj,ServerBindings:fj,ChannelBindings:mj,MessageBindings:yj,OperationBindings:hj},Pv={Ros2ServerBinding:cj,Ros2ChannelBinding:pj,Ros2OperationBinding:uj,Ros2QosPolicies:lj,Ros2MessageBinding:dj};var oi={extensionsPrefix:"x-",properties:{$id:{type:"string"},$schema:{type:"string"},definitions:"NamedSchemas",externalDocs:"ExternalDocs",discriminator:"Discriminator",title:{type:"string"},multipleOf:{type:"number",minimum:0},maximum:{type:"number"},minimum:{type:"number"},exclusiveMaximum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{type:"integer",minimum:0},minLength:{type:"integer",minimum:0},pattern:{type:"string"},maxItems:{type:"integer",minimum:0},minItems:{type:"integer",minimum:0},uniqueItems:{type:"boolean"},maxProperties:{type:"integer",minimum:0},minProperties:{type:"integer",minimum:0},required:{type:"array",items:{type:"string"}},enum:{type:"array"},type:e=>Array.isArray(e)?{type:"array",items:{enum:["object","array","string","number","integer","boolean","null"]}}:{enum:["object","array","string","number","integer","boolean","null"]},allOf:q("Schema"),anyOf:q("Schema"),oneOf:q("Schema"),not:"Schema",if:"Schema",then:"Schema",else:"Schema",contains:"Schema",patternProperties:{type:"object"},propertyNames:"Schema",properties:"SchemaProperties",items:e=>Array.isArray(e)?q("Schema"):"Schema",additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",description:{type:"string"},format:{type:"string"},contentEncoding:{type:"string"},contentMediaType:{type:"string"},default:null,readOnly:{type:"boolean"},writeOnly:{type:"boolean"},examples:{type:"array"},example:{isExample:!0},deprecated:{type:"boolean"},const:null,$comment:{type:"string"},additionalItems:e=>typeof e=="boolean"?{type:"boolean"}:"Schema",dependencies:"Dependencies"}},ii={properties:{},additionalProperties:e=>typeof e=="boolean"?{type:"boolean"}:"Schema"},si={properties:{},additionalProperties:e=>Array.isArray(e)?{type:"array",items:{type:"string"}}:"Schema"},ai={properties:{},additionalProperties:e=>typeof e=="string"&&Cr(e)?{type:"string",directResolveAs:"Schema"}:{type:"string"}},ci={properties:{propertyName:{type:"string"},mapping:"DiscriminatorMapping"},required:["propertyName"]};var gj={extensionsPrefix:"x-",properties:{asyncapi:null,info:"Info",id:{type:"string",description:"Identifier of the application the AsyncAPI document is defining."},servers:"ServerMap",channels:"ChannelMap",components:"Components",tags:"TagList",externalDocs:"ExternalDocs",defaultContentType:{type:"string"}},required:["asyncapi","channels","info"]},bj={extensionsPrefix:"x-",properties:{description:{type:"string",description:"An optional description of this channel item. CommonMark syntax can be used for rich text representation."},subscribe:"Operation",publish:"Operation",parameters:"ParametersMap",bindings:"ChannelBindings",servers:{type:"array",items:{type:"string"},description:"The servers on which this channel is available, specified as an optional unordered list of names (string keys) of Server Objects defined in the Servers Object (a map)."}},description:"Describes the operations available on a single channel."},vj={properties:{},additionalProperties:"Channel"},xd={extensionsPrefix:"x-",properties:{name:{type:"string",description:"REQUIRED. The name of the tag."},description:{type:"string",description:"A short description for the tag. CommonMark syntax can be used for rich text representation."},externalDocs:"ExternalDocs"},required:["name"],description:"Allows adding meta data to a single tag."},Sd={extensionsPrefix:"x-",properties:{description:{type:"string",description:"A short description of the target documentation. CommonMark syntax can be used for rich text representation."},url:{type:"string",description:"REQUIRED. The URL for the target documentation. This MUST be in the form of an absolute URL."}},required:["url"],description:"Allows referencing an external resource for extended documentation."},xj={properties:{},additionalProperties:{type:"array",items:{type:"string"}},description:"Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the Components Object."},Sj={extensionsPrefix:"x-",properties:{url:{type:"string",description:"REQUIRED. A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the AsyncAPI document is being served. Variable substitutions will be made when a variable is named in {braces}."},protocol:{type:"string",description:"REQUIRED. The protocol this URL supports for connection. Supported protocol include, but are not limited to: amqp, amqps, http, https, ibmmq, jms, kafka, kafka-secure, anypointmq, mqtt, secure-mqtt, solace, stomp, stomps, ws, wss, mercure, googlepubsub, pulsar."},protocolVersion:{type:"string",description:"The version of the protocol used for connection. For instance: AMQP 0.9.1, HTTP 2.0, Kafka 1.0.0, etc."},description:{type:"string",description:"An optional string describing the host designated by the URL. CommonMark syntax MAY be used for rich text representation."},variables:"ServerVariablesMap",security:"SecurityRequirementList",bindings:"ServerBindings",tags:"TagList"},required:["url","protocol"],description:"An object representing a message broker, a server or any other kind of computer program capable of sending and/or receiving data. This object is used to capture details such as URIs, protocols and security configuration. Variable substitution can be used so that some details, for example usernames and passwords, can be injected by code generation tools."},wd={properties:{},additionalProperties:(e,t)=>t.match(/^[A-Za-z0-9_\-]+$/)?"Server":void 0},_d={extensionsPrefix:"x-",properties:{enum:{type:"array",items:{type:"string"},description:"An enumeration of string values to be used if the substitution options are from a limited set."},default:{type:"string",description:"The default value to use for substitution, and to send, if an alternate value is not supplied."},description:{type:"string",description:"An optional description for the server variable. CommonMark syntax MAY be used for rich text representation."},examples:{type:"array",items:{type:"string"},description:"An array of examples of the server variable."}},required:[],description:"An object representing a Server Variable for server URL template substitution."},wj={extensionsPrefix:"x-",properties:{title:{type:"string",description:"REQUIRED. The title of the application."},version:{type:"string",description:"REQUIRED Provides the version of the application API (not to be confused with the specification version)."},description:{type:"string",description:"A short description of the application. CommonMark syntax can be used for rich text representation."},termsOfService:{type:"string",description:"A URL to the Terms of Service for the API. This MUST be in the form of an absolute URL."},contact:"Contact",license:"License"},required:["title","version"],description:"The object provides metadata about the API. The metadata can be used by the clients if needed."},Pd={extensionsPrefix:"x-",properties:{name:{type:"string",description:"The identifying name of the contact person/organization."},url:{type:"string",description:"The URL pointing to the contact information. This MUST be in the form of an absolute URL."},email:{type:"string",description:"The email address of the contact person/organization. MUST be in the format of an email address."}},description:"Contact information for the exposed API."},Ed={extensionsPrefix:"x-",properties:{name:{type:"string",description:"REQUIRED. The license name used for the API."},url:{type:"string",description:"A URL to the license used for the API. This MUST be in the form of an absolute URL."}},required:["name"],description:"License information for the exposed API."},_j={extensionsPrefix:"x-",properties:{description:{type:"string",description:"A verbose explanation of the parameter. CommonMark syntax can be used for rich text representation."},schema:"Schema",location:{type:"string",description:"A runtime expression that specifies the location of the parameter value. Even when a definition for the target field exists, it MUST NOT be used to validate this parameter but, instead, the schema property MUST be used."}},description:"Describes a parameter included in a channel name."},$d={extensionsPrefix:"x-",properties:{description:{type:"string",description:"An optional description of the identifier. CommonMark syntax can be used for rich text representation."},location:{type:"string",description:"REQUIRED. A runtime expression that specifies the location of the correlation ID."}},required:["location"],description:"An object that specifies an identifier at design time that can used for message tracing and correlation."},Pj={extensionsPrefix:"x-",properties:{messageId:{type:"string",description:"Unique string used to identify the message. The id MUST be unique among all messages described in the API. The messageId value is case-sensitive. Tools and libraries MAY use the messageId to uniquely identify a message, therefore, it is RECOMMENDED to follow common programming naming conventions."},headers:"Schema",payload:"Schema",correlationId:"CorrelationId",schemaFormat:{type:"string",description:"A string containing the name of the schema format used to define the message payload. If omitted, implementations should parse the payload as a Schema object. When the payload is defined using a $ref to a remote file, it is RECOMMENDED the schema format includes the file encoding type to allow implementations to parse the file correctly."},contentType:{type:"string",description:"The content type to use when encoding/decoding a message's payload. The value MUST be a specific media type (e.g. application/json). When omitted, the value MUST be the one specified on the defaultContentType field."},name:{type:"string",description:"A machine-friendly name for the message."},title:{type:"string",description:"A human-friendly title for the message."},summary:{type:"string",description:"A short summary of what the message is about."},description:{type:"string",description:"A verbose explanation of the message. CommonMark syntax can be used for rich text representation."},tags:"TagList",externalDocs:"ExternalDocs",bindings:"MessageBindings",examples:"MessageExampleList",traits:"MessageTraitList"},additionalProperties:{},description:"Describes a message received on a given channel and operation."},Ej={extensionsPrefix:"x-",properties:{tags:"TagList",summary:{type:"string",description:"A short summary of what the operation is about."},description:{type:"string",description:"A verbose explanation of the operation. CommonMark syntax can be used for rich text representation."},externalDocs:"ExternalDocs",operationId:{type:"string",description:"Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is RECOMMENDED to follow common programming naming conventions."},security:"SecurityRequirementList",bindings:"OperationBindings"},required:[],description:"Describes a trait that MAY be applied to an Operation Object. This object MAY contain any property from the Operation Object, except message and traits."},$j={extensionsPrefix:"x-",properties:{messageId:{type:"string",description:"Unique string used to identify the message. The id MUST be unique among all messages described in the API. The messageId value is case-sensitive. Tools and libraries MAY use the messageId to uniquely identify a message, therefore, it is RECOMMENDED to follow common programming naming conventions."},headers:"Schema",correlationId:"CorrelationId",schemaFormat:{type:"string",description:"A string containing the name of the schema format/language used to define the message payload. If omitted, implementations should parse the payload as a Schema object."},contentType:{type:"string",description:"The content type to use when encoding/decoding a message's payload. The value MUST be a specific media type (e.g. application/json). When omitted, the value MUST be the one specified on the defaultContentType field."},name:{type:"string",description:"A verbose explanation of the message. CommonMark syntax can be used for rich text representation."},title:{type:"string",description:"A human-friendly title for the message."},summary:{type:"string",description:"A short summary of what the message is about."},description:{type:"string",description:"A verbose explanation of the message. CommonMark syntax can be used for rich text representation."},tags:"TagList",externalDocs:"ExternalDocs",bindings:"MessageBindings",examples:"MessageExampleList"},additionalProperties:{},description:"Describes a trait that MAY be applied to a Message Object. This object MAY contain any property from the Message Object, except payload and traits."},Aj={extensionsPrefix:"x-",properties:{tags:"TagList",summary:{type:"string",description:"A short summary of what the operation is about."},description:{type:"string",description:"A verbose explanation of the operation. CommonMark syntax can be used for rich text representation."},externalDocs:"ExternalDocs",operationId:{type:"string",description:"Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is RECOMMENDED to follow common programming naming conventions."},security:"SecurityRequirementList",bindings:"OperationBindings",traits:"OperationTraitList",message:"Message"},required:[],description:"Describes a publish or a subscribe operation. This provides a place to document how and why messages are sent and received."},Ad={extensionsPrefix:"x-",properties:{payload:{isExample:!0,description:"The value of this field MUST validate against the Message Object's payload field."},summary:{type:"string",description:"A short summary of what the example is about."},name:{type:"string",description:"A machine-friendly name."},headers:{type:"object",description:"The value of this field MUST validate against the Message Object's headers field."}},description:"Message Example Object represents an example of a Message Object and MUST contain either headers and/or payload fields."},Tj={extensionsPrefix:"x-",properties:{messages:"NamedMessages",parameters:"NamedParameters",schemas:"NamedSchemas",correlationIds:"NamedCorrelationIds",messageTraits:"NamedMessageTraits",operationTraits:"NamedOperationTraits",securitySchemes:"NamedSecuritySchemes",servers:"ServerMap",serverVariables:"ServerVariablesMap",channels:"ChannelMap",serverBindings:"ServerBindings",channelBindings:"ChannelBindings",operationBindings:"OperationBindings",messageBindings:"MessageBindings"}},Rj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},authorizationUrl:{type:"string"}},required:["authorizationUrl","scopes"],description:"Configuration for the OAuth Implicit flow."},Oj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","scopes"],description:"Configuration for the OAuth Password flow."},kj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","scopes"],description:"Configuration for the OAuth Client Credentials flow."},Ij={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},authorizationUrl:{type:"string"},scopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["authorizationUrl","tokenUrl","scopes"],description:"Configuration for the OAuth Authorization Code flow."},Td={extensionsPrefix:"x-",properties:{implicit:"ImplicitFlow",password:"PasswordFlow",clientCredentials:"ClientCredentials",authorizationCode:"AuthorizationCode"}},Cj={properties:{type:{enum:["userPassword","apiKey","X509","symmetricEncryption","asymmetricEncryption","httpApiKey","http","oauth2","openIdConnect","plain","scramSha256","scramSha512","gssapi"]},description:{type:"string",description:"A short description for security scheme. CommonMark syntax MAY be used for rich text representation."},name:{type:"string",description:"REQUIRED. The name of the header, query or cookie parameter to be used."},in:{type:"string",enum:["query","header","cookie","user","password"],description:'REQUIRED. The location of the API key. Valid values are "user" and "password" for apiKey and "query", "header" or "cookie" for httpApiKey.'},scheme:{type:"string",description:"REQUIRED. The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235."},bearerFormat:{type:"string",description:"A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes."},flows:"SecuritySchemeFlows",openIdConnectUrl:{type:"string",description:"REQUIRED. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of an absolute URL."}},required(e){switch(e?.type){case"apiKey":return["type","in"];case"httpApiKey":return["type","name","in"];case"http":return["type","scheme"];case"oauth2":return["type","flows"];case"openIdConnect":return["type","openIdConnectUrl"];default:return["type"]}},allowed(e){switch(e?.type){case"apiKey":return["type","in","description"];case"httpApiKey":return["type","name","in","description"];case"http":return["type","scheme","bearerFormat","description"];case"oauth2":return["type","flows","description"];case"openIdConnect":return["type","openIdConnectUrl","description"];default:return["type","description"]}},extensionsPrefix:"x-",description:"Defines a security scheme that can be used by the operations."},Rd={...Jt,Root:gj,Tag:xd,TagList:q("Tag"),ServerMap:wd,ExternalDocs:Sd,Server:Sj,ServerVariable:_d,ServerVariablesMap:N("ServerVariable"),SecurityRequirement:xj,SecurityRequirementList:q("SecurityRequirement"),Info:wj,Contact:Pd,License:Ed,ChannelMap:vj,Channel:bj,Parameter:_j,ParametersMap:N("Parameter"),Operation:Aj,Schema:oi,MessageExample:Ad,SchemaProperties:ii,DiscriminatorMapping:ai,Discriminator:ci,Components:Tj,NamedSchemas:N("Schema"),NamedMessages:N("Message"),NamedMessageTraits:N("MessageTrait"),NamedOperationTraits:N("OperationTrait"),NamedParameters:N("Parameter"),NamedSecuritySchemes:N("SecurityScheme"),NamedCorrelationIds:N("CorrelationId"),ImplicitFlow:Rj,PasswordFlow:Oj,ClientCredentials:kj,AuthorizationCode:Ij,SecuritySchemeFlows:Td,SecurityScheme:Cj,Message:Pj,OperationTrait:Ej,OperationTraitList:q("OperationTrait"),MessageTrait:$j,MessageTraitList:q("MessageTrait"),MessageExampleList:q("MessageExample"),CorrelationId:$d,Dependencies:si};var qj={extensionsPrefix:"x-",properties:{asyncapi:{type:"string",description:"REQUIRED. Specifies the AsyncAPI Specification version being used. It can be used by tooling Specifications and clients to interpret the version. The structure shall be major.minor.patch, where patch versions must be compatible with the existing major.minor tooling. Typically patch versions will be introduced to address errors in the documentation, and tooling should typically be compatible with the corresponding major.minor (1.0.*). Patch versions will correspond to patches of this document."},info:"Info",id:{type:"string",description:"Identifier of the application the AsyncAPI document is defining."},servers:"ServerMap",channels:"NamedChannels",components:"Components",operations:"NamedOperations",defaultContentType:{type:"string",description:"Default content type to use when encoding/decoding a message's payload."}},required:["asyncapi","info"],description:"This is the root document object for the API specification. It combines resource listing and API declaration together into one document."},Nj={extensionsPrefix:"x-",properties:{address:{type:"string",description:`An optional string representation of this channel's address. The address is typically the "topic name", "routing key", "event type", or "path". When null or absent, it MUST be interpreted as unknown. This is useful when the address is generated dynamically at runtime or can't be known upfront. It MAY contain Channel Address Expressions. Query parameters and fragments SHALL NOT be used, instead use bindings to define them.`},messages:"NamedMessages",title:{type:"string",description:"A human-friendly title for the channel."},summary:{type:"string",description:"A short summary of the channel."},description:{type:"string",description:"An optional description of this channel. CommonMark syntax can be used for rich text representation."},servers:"ServerList",parameters:"ParametersMap",bindings:"ChannelBindings",tags:"TagList",externalDocs:"ExternalDocs"},description:"Describes a shared communication channel."},jj={extensionsPrefix:"x-",properties:{host:{type:"string",description:"REQUIRED. The server host name. It MAY include the port. This field supports Server Variables. Variable substitutions will be made when a variable is named in {braces}."},pathname:{type:"string",description:"The path to a resource in the host. This field supports Server Variables. Variable substitutions will be made when a variable is named in {braces}."},protocol:{type:"string",description:"REQUIRED. The protocol this server supports for connection."},protocolVersion:{type:"string",description:"The version of the protocol used for connection. For instance: AMQP 0.9.1, HTTP 2.0, Kafka 1.0.0, etc."},description:{type:"string",description:"An optional string describing the server. CommonMark syntax MAY be used for rich text representation."},variables:"ServerVariablesMap",security:"SecuritySchemeList",bindings:"ServerBindings",externalDocs:"ExternalDocs",tags:"TagList"},required:["host","protocol"],description:"An object representing a message broker, a server or any other kind of computer program capable of sending and/or receiving data. This object is used to capture details such as URIs, protocols and security configuration. Variable substitution can be used so that some details, for example usernames and passwords, can be injected by code generation tools."},Mj={extensionsPrefix:"x-",properties:{title:{type:"string",description:"REQUIRED. The title of the application."},version:{type:"string",description:"REQUIRED Provides the version of the application API (not to be confused with the specification version)."},description:{type:"string",description:"A short description of the application. CommonMark syntax can be used for rich text representation."},termsOfService:{type:"string",description:"A URL to the Terms of Service for the API. This MUST be in the form of an absolute URL."},contact:"Contact",license:"License",tags:"TagList",externalDocs:"ExternalDocs"},required:["title","version"],description:"The object provides metadata about the API. The metadata can be used by the clients if needed."},Dj={extensionsPrefix:"x-",properties:{description:{type:"string",description:"An optional description for the parameter. CommonMark syntax MAY be used for rich text representation."},enum:{type:"array",items:{type:"string"},description:"An enumeration of string values to be used if the substitution options are from a limited set."},default:{type:"string",description:"The default value to use for substitution, and to send, if an alternate value is not supplied."},examples:{type:"array",items:{type:"string"},description:"An array of examples of the parameter value."},location:{type:"string",description:"A runtime expression that specifies the location of the parameter value."}},description:"Describes a parameter included in a channel address."},Lj={extensionsPrefix:"x-",properties:{headers:e=>$(e)&&"schema"in e?"MultiFormatSchema":"Schema",payload:e=>$(e)&&"schema"in e?"MultiFormatSchema":"Schema",correlationId:"CorrelationId",contentType:{type:"string",description:"The content type to use when encoding/decoding a message's payload. The value MUST be a specific media type (e.g. application/json). When omitted, the value MUST be the one specified on the defaultContentType field."},name:{type:"string",description:"A machine-friendly name for the message."},title:{type:"string",description:"A human-friendly title for the message."},summary:{type:"string",description:"A short summary of what the message is about."},description:{type:"string",description:"A verbose explanation of the message. CommonMark syntax can be used for rich text representation."},tags:"TagList",externalDocs:"ExternalDocs",bindings:"MessageBindings",examples:"MessageExampleList",traits:"MessageTraitList"},description:"Describes a message received on a given channel and operation."},Uj={extensionsPrefix:"x-",properties:{tags:"TagList",title:{type:"string",description:"A human-friendly title for the operation."},summary:{type:"string",description:"A short summary of what the operation is about."},description:{type:"string",description:"A verbose explanation of the operation. CommonMark syntax can be used for rich text representation."},externalDocs:"ExternalDocs",security:"SecuritySchemeList",bindings:"OperationBindings"},required:[],description:"Describes a trait that MAY be applied to an Operation Object. This object MAY contain any property from the Operation Object, except the action, channel, messages and traits ones."},zj={extensionsPrefix:"x-",properties:{headers:e=>$(e)&&"schema"in e?"MultiFormatSchema":"Schema",correlationId:"CorrelationId",contentType:{type:"string",description:"The content type to use when encoding/decoding a message's payload. The value MUST be a specific media type (e.g. application/json). When omitted, the value MUST be the one specified on the defaultContentType field."},name:{type:"string",description:"A machine-friendly name for the message."},title:{type:"string",description:"A human-friendly title for the message."},summary:{type:"string",description:"A short summary of what the message is about."},description:{type:"string",description:"A verbose explanation of the message. CommonMark syntax can be used for rich text representation."},tags:"TagList",externalDocs:"ExternalDocs",bindings:"MessageBindings",examples:"MessageExampleList"},description:"Describes a trait that MAY be applied to a Message Object. This object MAY contain any property from the Message Object, except payload and traits."},Fj={extensionsPrefix:"x-",properties:{action:{type:"string",enum:["send","receive"],description:"Required. Use send when it's expected that the application will send a message to the given channel, and receive when the application should expect receiving messages from the given channel."},channel:"Channel",title:{type:"string",description:"A human-friendly title for the operation."},tags:"TagList",summary:{type:"string",description:"A short summary of what the operation is about."},description:{type:"string",description:"A verbose explanation of the operation. CommonMark syntax can be used for rich text representation."},externalDocs:"ExternalDocs",operationId:{type:"string"},security:"SecuritySchemeList",bindings:"OperationBindings",traits:"OperationTraitList",messages:"MessageList",reply:"OperationReply"},required:["action","channel"]},Vj={extensionsPrefix:"x-",properties:{channel:"Channel",messages:"MessageList",address:"OperationReplyAddress"},description:"Describes the reply part that MAY be applied to an Operation Object. If an operation implements the request/reply pattern, the reply object represents the response message."},Bj={extensionsPrefix:"x-",properties:{location:{type:"string",description:"REQUIRED. A runtime expression that specifies the location of the reply address."},description:{type:"string",description:"An optional description of the address. CommonMark syntax can be used for rich text representation."}},required:["location"],description:"An object that specifies where an operation has to send the reply."},Hj={extensionsPrefix:"x-",properties:{messages:"NamedMessages",parameters:"NamedParameters",schemas:"NamedSchemas",replies:"NamedOperationReplies",replyAddresses:"NamedOperationRelyAddresses",correlationIds:"NamedCorrelationIds",messageTraits:"NamedMessageTraits",operationTraits:"NamedOperationTraits",tags:"NamedTags",externalDocs:"NamedExternalDocs",securitySchemes:"NamedSecuritySchemes",servers:"ServerMap",serverVariables:"ServerVariablesMap",channels:"NamedChannels",operations:"NamedOperations",serverBindings:"ServerBindings",channelBindings:"ChannelBindings",operationBindings:"OperationBindings",messageBindings:"MessageBindings"},description:"Holds a set of reusable objects for different aspects of the AsyncAPI specification. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object."},Kj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},availableScopes:{type:"object",additionalProperties:{type:"string"}},authorizationUrl:{type:"string"}},required:["authorizationUrl","availableScopes"],description:"Configuration for the OAuth Implicit flow."},Gj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},availableScopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","availableScopes"],description:"Configuration for the OAuth Resource Owner Protected Credentials flow."},Wj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},availableScopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["tokenUrl","availableScopes"],description:"Configuration for the OAuth Client Credentials flow."},Yj={extensionsPrefix:"x-",properties:{refreshUrl:{type:"string"},authorizationUrl:{type:"string"},availableScopes:{type:"object",additionalProperties:{type:"string"}},tokenUrl:{type:"string"}},required:["authorizationUrl","tokenUrl","availableScopes"],description:"Configuration for the OAuth Authorization Code flow."},Qj={properties:{type:{enum:["userPassword","apiKey","X509","symmetricEncryption","asymmetricEncryption","httpApiKey","http","oauth2","openIdConnect","plain","scramSha256","scramSha512","gssapi"],description:'REQUIRED. The type of the security scheme. Valid values are "userPassword", "apiKey", "X509", "symmetricEncryption", "asymmetricEncryption", "httpApiKey", "http", "oauth2", "openIdConnect", "plain", "scramSha256", "scramSha512", and "gssapi".'},description:{type:"string",description:"A short description for security scheme. CommonMark syntax MAY be used for rich text representation."},name:{type:"string",description:"REQUIRED. The name of the header, query or cookie parameter to be used."},in:{type:"string",enum:["query","header","cookie","user","password"],description:'REQUIRED. The location of the API key. Valid values are "user" and "password" for apiKey and "query", "header" or "cookie" for httpApiKey.'},scheme:{type:"string",description:"REQUIRED. The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235."},bearerFormat:{type:"string",description:"A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes."},flows:"SecuritySchemeFlows",openIdConnectUrl:{type:"string",description:"REQUIRED. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of an absolute URL."},scopes:{type:"array",items:{type:"string"},description:"List of the needed scope names. An empty array means no scopes are needed."}},required(e){switch(e?.type){case"apiKey":return["type","in"];case"httpApiKey":return["type","name","in"];case"http":return["type","scheme"];case"oauth2":return["type","flows"];case"openIdConnect":return["type","openIdConnectUrl"];default:return["type"]}},allowed(e){switch(e?.type){case"apiKey":return["type","in","description"];case"httpApiKey":return["type","name","in","description"];case"http":return["type","scheme","bearerFormat","description"];case"oauth2":return["type","flows","description","scopes"];case"openIdConnect":return["type","openIdConnectUrl","description","scopes"];default:return["type","description"]}},extensionsPrefix:"x-",description:"Defines a security scheme that can be used by the operations."},Jj={...Jt.ServerBindings,properties:{...Jt.ServerBindings.properties,ros2:"Ros2ServerBinding"}},Xj={...Jt.ChannelBindings,properties:{...Jt.ChannelBindings.properties,ros2:"Ros2ChannelBinding"}},Zj={...Jt.OperationBindings,properties:{...Jt.OperationBindings.properties,ros2:"Ros2OperationBinding"}},eM={...Jt.MessageBindings,properties:{...Jt.MessageBindings.properties,ros2:"Ros2MessageBinding"}},tM={extensionsPrefix:"x-",properties:{schema:"Schema",schemaFormat:{type:"string"}},description:"Represents a schema definition. Unlike the Schema Object, it supports multiple schema formats or languages."},rM={properties:{},additionalProperties:e=>$(e)&&"schema"in e?"MultiFormatSchema":"Schema"},Od={...Jt,...Pv,ServerBindings:Jj,ChannelBindings:Xj,OperationBindings:Zj,MessageBindings:eM,CorrelationId:$d,SecuritySchemeFlows:Td,ServerVariable:_d,Contact:Pd,License:Ed,MessageExample:Ad,Tag:xd,Dependencies:si,Schema:oi,MultiFormatSchema:tM,Discriminator:ci,DiscriminatorMapping:ai,SchemaProperties:ii,ServerMap:wd,ExternalDocs:Sd,Root:qj,Channel:Nj,Parameter:Dj,Info:Mj,Server:jj,MessageTrait:zj,Operation:Fj,OperationReply:Vj,OperationReplyAddress:Bj,Components:Hj,ImplicitFlow:Kj,PasswordFlow:Gj,ClientCredentials:Wj,AuthorizationCode:Yj,SecurityScheme:Qj,Message:Lj,OperationTrait:Uj,ServerVariablesMap:N("ServerVariable"),NamedTags:N("Tag"),NamedExternalDocs:N("ExternalDocs"),NamedChannels:N("Channel"),ParametersMap:N("Parameter"),NamedOperations:N("Operation"),NamedOperationReplies:N("OperationReply"),NamedOperationRelyAddresses:N("OperationReplyAddress"),NamedSchemas:rM,NamedMessages:N("Message"),NamedMessageTraits:N("MessageTrait"),NamedOperationTraits:N("OperationTrait"),NamedParameters:N("Parameter"),NamedSecuritySchemes:N("SecurityScheme"),NamedCorrelationIds:N("CorrelationId"),ServerList:q("Server"),SecuritySchemeList:q("SecurityScheme"),MessageList:q("Message"),OperationTraitList:q("OperationTrait"),MessageTraitList:q("MessageTrait"),MessageExampleList:q("MessageExample"),TagList:q("Tag")};var nM={properties:{arazzo:{type:"string",description:"REQUIRED. This string MUST be the version number of the Arazzo Specification that the Arazzo Description uses. The arazzo field MUST be used by tooling to interpret the Arazzo Description."},info:"Info",sourceDescriptions:"SourceDescriptions",workflows:"Workflows",components:"Components"},required:["arazzo","info","sourceDescriptions","workflows"],extensionsPrefix:"x-"},oM={properties:{},additionalProperties:"Parameter"},iM={properties:{},additionalProperties:"SuccessActionObject"},sM={properties:{},additionalProperties:"FailureActionObject"},aM={properties:{inputs:"NamedInputs",parameters:"NamedParameters",successActions:"NamedSuccessActions",failureActions:"NamedFailureActions"},extensionsPrefix:"x-"},cM=N("Schema"),pM={properties:{title:{type:"string",description:"REQUIRED. A human readable title of the Arazzo Description."},description:{type:"string",description:"A description of the purpose of the workflows defined. CommonMark syntax MAY be used for rich text representation."},summary:{type:"string",description:"A short summary of the Arazzo Description."},version:{type:"string",description:"REQUIRED. The version identifier of the Arazzo document (which is distinct from the Arazzo Specification version)."}},required:["title","version"],extensionsPrefix:"x-",description:"The object provides metadata about API workflows defined in this Arazzo document. The metadata MAY be used by the clients if needed."},lM={properties:{},items:e=>e?.type==="openapi"?"OpenAPISourceDescription":"ArazzoSourceDescription"},uM={properties:{name:{type:"string",description:"REQUIRED. A unique name for the source description. Tools and libraries MAY use the name to uniquely identify a source description, therefore, it is RECOMMENDED to follow common programming naming conventions. SHOULD conform to the regular expression [A-Za-z0-9_-]+."},type:{type:"string",enum:["openapi"],description:'The type of source description. Possible values are "openapi".'},url:{type:"string",description:"REQUIRED. A URL to a source description to be used by a workflow. If a relative reference is used, it MUST be in the form of a URI-reference as defined by [RFC3986] Section 4.2."},"x-serverUrl":{type:"string"}},required:["name","type","url"],extensionsPrefix:"x-",description:"Describes a source description (such as an OpenAPI description) that will be referenced by one or more workflows described within an Arazzo Description."},dM={properties:{name:{type:"string",description:"REQUIRED. A unique name for the source description. Tools and libraries MAY use the name to uniquely identify a source description, therefore, it is RECOMMENDED to follow common programming naming conventions. SHOULD conform to the regular expression [A-Za-z0-9_-]+."},type:{type:"string",enum:["arazzo"],description:'The type of source description. Possible values are "arazzo".'},url:{type:"string",description:"REQUIRED. A URL to a source description to be used by a workflow. If a relative reference is used, it MUST be in the form of a URI-reference as defined by [RFC3986] Section 4.2."}},required:["name","type","url"],extensionsPrefix:"x-",description:"Describes a source description (such as an OpenAPI description) that will be referenced by one or more workflows described within an Arazzo Description."},fM={properties:{reference:{type:"string",description:"REQUIRED. A Runtime Expression used to reference the desired object."},value:{}},required:["reference"],extensionsPrefix:"x-",description:"A simple object to allow referencing of objects contained within the Components Object. It can be used from locations within steps or workflows in the Arazzo Description. Note - Input Objects MUST use standard JSON Schema referencing via the $ref keyword while all non JSON Schema objects use this object and its expression based referencing mechanism."},mM={properties:{in:{type:"string",enum:["header","query","path","cookie"],description:'The location of the parameter. Possible values are "path", "query", "header", or "cookie". When the step in context specifies a workflowId, then all parameters map to workflow inputs. In all other scenarios (e.g., a step specifies an operationId), the in field MUST be specified.'},name:{type:"string",description:"REQUIRED. The name of the parameter. Parameter names are case sensitive."},value:{}},required:["name","value"],extensionsPrefix:"x-",description:"Describes a single step parameter. A unique parameter is defined by the combination of a name and in fields."},hM={properties:{},items:e=>e?.reference?"ReusableObject":"Parameter"},yM={properties:{workflowId:{type:"string",description:"REQUIRED. The unique identifier of the workflow."},summary:{type:"string",description:"A short summary of what the workflow does."},description:{type:"string",description:"A verbose explanation of the workflow behavior. CommonMark syntax MAY be used for rich text representation."},parameters:"Parameters",dependsOn:{type:"array",items:{type:"string"},description:"A list of workflows that MUST be completed before this workflow can be processed. Each value provided MUST be a workflowId."},inputs:"Schema",outputs:"Outputs",steps:"Steps",successActions:"OnSuccessActionList",failureActions:"OnFailureActionList","x-security":"ExtendedSecurityList"},required:["workflowId","steps"],extensionsPrefix:"x-",description:"Describes the steps to be taken across one or more APIs to achieve an objective. The workflow object MAY define inputs needed in order to execute workflow steps, where the defined steps represent a call to an API operation or another workflow, and a set of outputs."},gM=q("Workflow"),bM=q("Step"),vM={properties:{stepId:{type:"string",description:"REQUIRED. Unique string to represent the step. The stepId MUST be unique amongst all steps described in the workflow. The stepId value is case-sensitive. Tools and libraries MAY use the stepId to uniquely identify a workflow step, therefore, it is RECOMMENDED to follow common programming naming conventions. SHOULD conform to the regular expression [A-Za-z0-9_-]+."},description:{type:"string",description:"A description of the step. CommonMark syntax MAY be used for rich text representation."},operationId:{type:"string",description:"The name of an existing, resolvable operation, as defined with a unique operationId and existing within one of the sourceDescriptions. The referenced operation will be invoked by this workflow step. If multiple (non arazzo type) sourceDescriptions are defined, then the operationId MUST be specified using a Runtime Expression (e.g., $sourceDescriptions.<name>.<operationId>) to avoid ambiguity or potential clashes. This field is mutually exclusive of the operationPath and workflowId fields respectively."},operationPath:{type:"string",description:"A reference to a Source Description Object combined with a JSON Pointer to reference an operation. This field is mutually exclusive of the operationId and workflowId fields respectively. The operation being referenced MUST be described within one of the sourceDescriptions descriptions. A Runtime Expression syntax MUST be used to identify the source description document. If the referenced operation has an operationId defined then the operationId SHOULD be preferred over the operationPath."},workflowId:{type:"string",description:"The workflowId referencing an existing workflow within the Arazzo Description. If the referenced workflow is contained within an arazzo type sourceDescription, then the workflowId MUST be specified using a Runtime Expression (e.g., $sourceDescriptions.<name>.<workflowId>) to avoid ambiguity or potential clashes. The field is mutually exclusive of the operationId and operationPath fields respectively."},parameters:"Parameters",successCriteria:q("CriterionObject",{description:"A list of assertions to determine the success of the step. Each assertion is described using a Criterion Object. All assertions MUST be satisfied for the step to be deemed successful."}),onSuccess:"OnSuccessActionList",onFailure:"OnFailureActionList",outputs:"Outputs","x-operation":"ExtendedOperation","x-security":"ExtendedSecurityList",requestBody:"RequestBody"},required:["stepId"],requiredOneOf:["x-operation","operationId","operationPath","workflowId"],extensionsPrefix:"x-",description:"Describes a single workflow step which MAY be a call to an API operation (OpenAPI Operation Object) or another Workflow Object."},xM={properties:{},additionalProperties:{type:"string"},description:"A map between a friendly name and a dynamic output value defined using a Runtime Expression. The name MUST use keys that match the regular expression: ^[a-zA-Z0-9_.-]+$."},SM={properties:{contentType:{type:"string",description:"The Content-Type for the request content. If omitted then refer to Content-Type specified at the targeted operation to understand serialization requirements."},payload:{},replacements:q("Replacement",{description:"A list of locations and values to set within a payload."})},required:["payload"],extensionsPrefix:"x-",description:"A single request body describing the Content-Type and request body content to be passed by a step to an operation."},wM={properties:{target:{type:"string",description:"REQUIRED. A JSON Pointer or XPath Expression which MUST be resolved against the request body. Used to identify the location to inject the value."},value:{}},required:["target","value"],extensionsPrefix:"x-",description:"Describes a location within a payload (e.g., a request body) and a value to set within the location."},_M={properties:{schemeName:{type:"string",description:"REQUIRED. Name of the security scheme from your OpenAPI specification. Use with operationId or operationPath at the step level."},values:{},scheme:"SecurityScheme"},required:["values"],requiredOneOf:["schemeName","scheme"],description:"Use the x-security extension to define authorization flows based on OpenAPI security schemes. Respect automatically constructs appropriate authorization headers, queries, or cookies based on your parameters."},PM={properties:{url:{type:"string",description:"REQUIRED. A valid url including the protocol (such as http://localhost:4000/my-api or https://example.com/api/my-api)."},method:{enum:["get","post","put","delete","patch","head","options","trace","connect","query","GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD","TRACE","CONNECT","QUERY"],description:"REQUIRED. HTTP operation method. Possible values: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, CONNECT, TRACE. You can also use their lowercase equivalents."}},required:["url","method"],description:"x-operation enables you to specify a URL and HTTP method for an operation that is not described in the Arazzo sourceDescriptions section. The primary application of the x-operation extension is to facilitate calls to third-party APIs or other endpoints that are needed in a sequence of API calls."},EM={properties:{condition:{type:"string",description:"REQUIRED. The condition to apply. Conditions can be simple (e.g. $statusCode == 200 which applies an operator on a value obtained from a runtime expression), or a regex, or a JSONPath expression. For regex or JSONPath, the type and context MUST be specified."},context:{type:"string",description:"A Runtime Expression used to set the context for the condition to be applied on. If type is specified, then the context MUST be provided (e.g. $response.body would set the context that a JSONPath query expression could be applied to)."},type:e=>{if(e)return typeof e=="string"?{enum:["regex","jsonpath","simple","xpath"],description:"The type of condition to be applied."}:e?.type==="jsonpath"?"JSONPathCriterion":"XPathCriterion"}},required:["condition"],description:"An object used to specify the context, conditions, and condition types that can be used to prove or satisfy assertions specified in Step Object successCriteria, Success Action Object criteria, and Failure Action Object criteria."},$M={properties:{type:{type:"string",enum:["jsonpath"]},version:{type:"string",enum:["draft-goessner-dispatch-jsonpath-00"]}}},AM={properties:{type:{type:"string",enum:["xpath"]},version:{type:"string",enum:["xpath-30","xpath-20","xpath-10"]}}},TM={properties:{name:{type:"string",description:"REQUIRED. The name of the success action. Names are case sensitive."},type:{type:"string",enum:["goto","end"],description:'REQUIRED. The type of action to take. Possible values are "end" or "goto".'},stepId:{type:"string",description:'The stepId to transfer to upon success of the step. This field is only relevant when the type field value is "goto". The referenced stepId MUST be within the current workflow. This field is mutually exclusive to workflowId.'},workflowId:{type:"string",description:'The workflowId referencing an existing workflow within the Arazzo Description to transfer to upon success of the step. This field is only relevant when the type field value is "goto". If the referenced workflow is contained within an arazzo type sourceDescription, then the workflowId MUST be specified using a Runtime Expression (e.g., $sourceDescriptions.<name>.<workflowId>) to avoid ambiguity or potential clashes. This field is mutually exclusive to stepId.'},criteria:q("CriterionObject",{description:"A list of assertions to determine if this action SHALL be executed. Each assertion is described using a Criterion Object. All criteria assertions MUST be satisfied for the action to be executed."})},required:["type","name"],description:"A single success action which describes an action to take upon success of a workflow step."},RM={properties:{},items:e=>e?.type&&e?.name?"SuccessActionObject":"ReusableObject"},OM={properties:{name:{type:"string",description:"REQUIRED. The name of the failure action. Names are case sensitive."},type:{type:"string",enum:["goto","retry","end"],description:'REQUIRED. The type of action to take. Possible values are "end", "retry", or "goto".'},workflowId:{type:"string",description:'The workflowId referencing an existing workflow within the Arazzo Description to transfer to upon failure of the step. This field is only relevant when the type field value is "goto" or "retry". If the referenced workflow is contained within an arazzo type sourceDescription, then the workflowId MUST be specified using a Runtime Expression (e.g., $sourceDescriptions.<name>.<workflowId>) to avoid ambiguity or potential clashes. This field is mutually exclusive to stepId. When used with "retry", context transfers back upon completion of the specified workflow.'},stepId:{type:"string",description:'The stepId to transfer to upon failure of the step. This field is only relevant when the type field value is "goto" or "retry". The referenced stepId MUST be within the current workflow. This field is mutually exclusive to workflowId. When used with "retry", context transfers back upon completion of the specified step.'},retryAfter:{type:"number",minimum:0,description:'A non-negative decimal indicating the seconds to delay after the step failure before another attempt SHALL be made. Note: if an HTTP Retry-After response header was returned to a step from a targeted operation, then it SHOULD overrule this particular field value. This field only applies when the type field value is "retry".'},retryLimit:{type:"number",minimum:0,description:'A non-negative integer indicating how many attempts to retry the step MAY be attempted before failing the overall step. If not specified then a single retry SHALL be attempted. This field only applies when the type field value is "retry". The retryLimit MUST be exhausted prior to executing subsequent failure actions.'},criteria:q("CriterionObject",{description:"A list of assertions to determine if this action SHALL be executed. Each assertion is described using a Criterion Object."})},required:["type","name"],description:"A single failure action which describes an action to take upon failure of a workflow step."},kM={properties:{},items:e=>e?.type&&e?.name?"FailureActionObject":"ReusableObject"},Qe={Root:nM,Info:pM,SourceDescriptions:lM,OpenAPISourceDescription:uM,ArazzoSourceDescription:dM,Parameters:hM,Parameter:mM,ReusableObject:fM,Workflows:gM,Workflow:yM,Steps:bM,Step:vM,RequestBody:SM,Replacement:wM,ExtendedOperation:PM,ExtendedSecurityList:q("ExtendedSecurity"),ExtendedSecurity:_M,Outputs:xM,CriterionObject:EM,XPathCriterion:AM,JSONPathCriterion:$M,SuccessActionObject:TM,OnSuccessActionList:RM,FailureActionObject:OM,OnFailureActionList:kM,Schema:Ye.Schema,NamedSchemas:N("Schema"),ExternalDocs:Ye.ExternalDocs,DiscriminatorMapping:Ye.DiscriminatorMapping,Discriminator:Ye.Discriminator,DependentRequired:Ye.DependentRequired,SchemaProperties:Ye.SchemaProperties,PatternProperties:Ye.SchemaProperties,Components:aM,NamedInputs:cM,NamedParameters:oM,NamedSuccessActions:iM,NamedFailureActions:sM,Xml:Ye.Xml,SecurityScheme:Ye.SecurityScheme,OAuth2Flows:Ye.OAuth2Flows,ImplicitFlow:Ye.ImplicitFlow,PasswordFlow:Ye.PasswordFlow,ClientCredentials:Ye.ClientCredentials,AuthorizationCode:Ye.AuthorizationCode,DeviceAuthorization:Ye.DeviceAuthorization};var IM={...Qe.Root,properties:{...Qe.Root.properties,$self:{type:"string",description:"This string MUST be in the form of a URI-reference as defined by [RFC3986] Section 4.1. The $self field provides the self-assigned URI of this document, which also serves as its base URI in accordance with [RFC3986] Section 5.1.1."}}},CM={properties:{},items:e=>e?.type==="openapi"?"OpenAPISourceDescription":e?.type==="asyncapi"?"AsyncAPISourceDescription":"ArazzoSourceDescription"},qM={properties:{name:{type:"string",description:"REQUIRED. A unique name for the source description. Tools and libraries MAY use the name to uniquely identify a source description, therefore, it is RECOMMENDED to follow common programming naming conventions. SHOULD conform to the regular expression [A-Za-z0-9_-]+."},type:{type:"string",enum:["asyncapi"],description:'The type of source description. Possible values are "asyncapi".'},url:{type:"string",description:"REQUIRED. A URL to a source description to be used by a workflow. If a relative reference is used, it MUST be in the form of a URI-reference as defined by [RFC3986] Section 4.2."}},required:["name","type","url"],extensionsPrefix:"x-",description:"Describes a source description (such as an AsyncAPI description) that will be referenced by one or more workflows described within an Arazzo Description."},NM={...Qe.Parameter,properties:{...Qe.Parameter.properties,in:{type:"string",enum:["header","query","path","cookie","querystring"],description:'The location of the parameter. Possible values are "path", "query", "querystring", "header", or "cookie". When the step in context specifies a workflowId, then all parameters map to workflow inputs. In all other scenarios (e.g., a step specifies an operationId), the in field MUST be specified.'}}},jM={...Qe.Step,properties:{...Qe.Step.properties,channelPath:{type:"string",description:"A reference to a Source Description Object combined with a JSON Pointer to reference an AsyncAPI channel. This field is mutually exclusive of the operationId, operationPath, and workflowId fields respectively. A Runtime Expression syntax MUST be used to identify the source description document."},action:{type:"string",enum:["send","receive"],description:'Describes the intent of the message flow for an AsyncAPI operation. Possible values are "send" or "receive".'},correlationId:{type:"string",description:'A Runtime Expression used to correlate a request with a response when interacting with asynchronous APIs. Applies to "receive" steps.'},timeout:{type:"integer",minimum:0,description:"A non-negative integer indicating the maximum amount of time (in milliseconds) to wait before timing out."},dependsOn:{type:"array",items:{type:"string"},description:"A list of steps that MUST be completed before this step can be executed. Each value provided MUST be a stepId."}},requiredOneOf:["x-operation","operationId","operationPath","channelPath","workflowId"]},MM={properties:{type:{type:"string",enum:["jsonpath"]},version:{type:"string",enum:["rfc9535","draft-goessner-dispatch-jsonpath-00"]}},required:["type","version"]},DM={properties:{type:{type:"string",enum:["xpath"]},version:{type:"string",enum:["xpath-31","xpath-30","xpath-20","xpath-10"]}},required:["type","version"]},LM={properties:{type:{type:"string",enum:["jsonpointer"]},version:{type:"string",enum:["rfc6901"]}},required:["type","version"]},UM={properties:{type:{type:"string",enum:["jsonpath","xpath","jsonpointer"],description:"REQUIRED. The selector type. The options allowed are jsonpath, xpath, or jsonpointer."},version:{type:"string",description:"REQUIRED. A short hand string representing the version of the expression type being used."}},required:["type","version"]},zM=e=>e?.type==="jsonpath"?"JSONPathExpression":e?.type==="xpath"?"XPathExpression":e?.type==="jsonpointer"?"JSONPointerExpression":"ExpressionType",kd=(e,t,{optional:r=!0}={})=>n=>{if(!(r&&!n))return typeof n=="string"?{enum:e,description:t}:zM(n)},FM={...Qe.CriterionObject,properties:{...Qe.CriterionObject.properties,type:kd(["regex","jsonpath","simple","xpath"],"The type of condition to be applied.")}},VM={properties:{context:{type:"string",description:"REQUIRED. A Runtime Expression that evaluates to structured data (e.g., $response.body) the selector is applied to."},selector:{type:"string",description:"REQUIRED. The selector expression (JSONPath, XPath, or JSON Pointer) used to extract data from the context."},type:kd(["jsonpath","xpath","jsonpointer"],"The type of selector to be applied.",{optional:!1})},required:["context","selector","type"],extensionsPrefix:"x-",description:"An object used to extract specific data from structured content using JSONPath, XPath, or JSON Pointer expressions."},BM={properties:{},additionalProperties:e=>$(e)?"SelectorObject":{type:"string"},description:"A map between a friendly name and a dynamic output value defined using a Runtime Expression or a Selector Object. The name MUST use keys that match the regular expression: ^[a-zA-Z0-9_.-]+$."},HM={...Qe.Replacement,properties:{...Qe.Replacement.properties,value:e=>$(e)&&"selector"in e?"SelectorObject":{},targetSelectorType:kd(["jsonpath","xpath","jsonpointer"],"The type of selector used in the target field.")}},KM={...Qe.SuccessActionObject,properties:{...Qe.SuccessActionObject.properties,parameters:"Parameters"}},GM={...Qe.FailureActionObject,properties:{...Qe.FailureActionObject.properties,parameters:"Parameters"}},Id={...Qe,Root:IM,SourceDescriptions:CM,AsyncAPISourceDescription:qM,Parameter:NM,Step:jM,CriterionObject:FM,JSONPathExpression:MM,XPathExpression:DM,JSONPointerExpression:LM,ExpressionType:UM,SelectorObject:VM,Outputs:BM,Replacement:HM,SuccessActionObject:KM,FailureActionObject:GM};var WM={properties:{overlay:{type:"string",description:"REQUIRED. This string MUST be the version number of the Overlay Specification that the Overlay document uses. The overlay field SHOULD be used by tooling to interpret the Overlay document."},info:"Info",extends:{type:"string",description:"URI reference that identifies the target document (such as an [OpenAPI] document) this overlay applies to."},actions:"Actions"},required:["overlay","info","actions"],extensionsPrefix:"x-",description:"This is the root object of the Overlay."},YM={properties:{title:{type:"string",description:"REQUIRED. A human readable description of the purpose of the overlay."},version:{type:"string",description:"REQUIRED. A version identifer for indicating changes to the Overlay document."}},required:["title","version"],extensionsPrefix:"x-",description:"The object provides metadata about the Overlay. The metadata MAY be used by the clients if needed."},QM=q("Action"),JM={properties:{target:{type:"string",description:"REQUIRED A JSONPath expression selecting nodes in the target document."},description:{type:"string",description:"A description of the action. [CommonMark] syntax MAY be used for rich text representation."},update:{},remove:{type:"boolean",description:"A boolean value that indicates that the target object or array MUST be removed from the the map or array it is contained in. The default value is false."}},required:["target"],extensionsPrefix:"x-",description:"This object represents one or more changes to be applied to the target document at the location defined by the target JSONPath expression"},Cd={Root:WM,Info:YM,Actions:QM,Action:JM};var XM={properties:{openrpc:{type:"string",description:"REQUIRED. This string MUST be the semantic version number of the OpenRPC Specification version that the OpenRPC document uses. The openrpc field SHOULD be used by tooling specifications and clients to interpret the OpenRPC document. This is not related to the API info.version string."},info:"Info",servers:"ServerList",methods:"MethodList",components:"Components",externalDocs:"ExternalDocs"},required:["openrpc","info","methods"],extensionsPrefix:"x-",description:"This is the root object of the OpenRPC document. The contents of this object represent a whole OpenRPC document. How this object is constructed or stored is outside the scope of the OpenRPC Specification."},ZM={properties:{title:{type:"string",description:"REQUIRED. The title of the application."},description:{type:"string",description:"A verbose description of the application. GitHub Flavored Markdown syntax MAY be used for rich text representation."},termsOfService:{type:"string",description:"A URL to the Terms of Service for the API. MUST be in the format of a URL."},contact:"Contact",license:"License",version:{type:"string",description:"REQUIRED. The version of the OpenRPC document (which is distinct from the OpenRPC Specification version or the API implementation version)."}},required:["title","version"],extensionsPrefix:"x-",description:"REQUIRED. Provides metadata about the API. The metadata MAY be used by tooling as required."},eD={properties:{name:{type:"string",description:"The identifying name of the contact person/organization."},url:{type:"string",description:"The URL pointing to the contact information. MUST be in the format of a URL."},email:{type:"string",description:"The email address of the contact person/organization. MUST be in the format of an email address."}},extensionsPrefix:"x-",description:"Contact information for the exposed API."},tD={properties:{name:{type:"string",description:"REQUIRED. The license name used for the API."},url:{type:"string",description:"A URL to the license used for the API. MUST be in the format of a URL."}},required:["name"],extensionsPrefix:"x-",description:"License information for the exposed API."},rD={properties:{url:{type:"string",description:"REQUIRED. A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenRPC document is being served. Server Variables are passed into the Runtime Expression to produce a server URL."},name:{type:"string",description:"REQUIRED. A name to be used as the canonical name for the server."},description:{type:"string",description:"An optional string describing the host designated by the URL. GitHub Flavored Markdown syntax MAY be used for rich text representation."},summary:{type:"string",description:"A short summary of what the server is."},variables:"ServerVariablesMap"},required:["url"],extensionsPrefix:"x-",description:"An object representing a Server."},nD={properties:{enum:{type:"array",items:{type:"string"},description:"An enumeration of string values to be used if the substitution options are from a limited set."},default:{type:"string",description:"REQUIRED. The default value to use for substitution, which SHALL be sent if an alternate value is not supplied. Note this behavior is different than the Schema Object\u2019s treatment of default values, because in those cases parameter values are optional."},description:{type:"string",description:"An optional description for the server variable. GitHub Flavored Markdown syntax MAY be used for rich text representation."}},required:["default"],extensionsPrefix:"x-",description:"An object representing a Server Variable for server URL template substitution."},oD={properties:{name:{type:"string",description:"REQUIRED. The cannonical name for the method. The name MUST be unique within the methods array."},tags:"TagList",summary:{type:"string",description:"A short summary of what the method does."},description:{type:"string",description:"A verbose explanation of the method behavior. GitHub Flavored Markdown syntax MAY be used for rich text representation."},externalDocs:"ExternalDocs",params:"ContentDescriptorList",result:"ContentDescriptor",deprecated:{type:"boolean",description:"Declares this method to be deprecated. Consumers SHOULD refrain from usage of the declared method. Default value is false."},servers:"ServerList",errors:"ErrorList",links:"LinkList",paramStructure:{enum:["by-name","by-position","either"]},examples:"ExamplePairingList"},required:["name","params"],extensionsPrefix:"x-",description:"Describes the interface for the given method name. The method name is used as the method field of the JSON-RPC body. It therefore MUST be unique."},iD={properties:{name:{type:"string",description:"REQUIRED. Name of the content that is being described. If the content described is a method parameter assignable by-name, this field SHALL define the parameter\u2019s key (ie name)."},summary:{type:"string",description:"A short summary of the content that is being described."},description:{type:"string",description:"A verbose explanation of the content descriptor behavior. GitHub Flavored Markdown syntax MAY be used for rich text representation."},required:{type:"boolean",description:"Determines if the content is a required field. Default value is false."},schema:"Schema",deprecated:{type:"boolean",description:"Specifies that the content is deprecated and SHOULD be transitioned out of usage. Default value is false."}},required:["name","schema"],extensionsPrefix:"x-",description:"Content Descriptors are objects that do just as they suggest - describe content. They are reusable ways of describing either parameters or result. They MUST have a schema."},sD={properties:{name:{type:"string",description:"REQUIRED Name for the example pairing."},description:{type:"string",description:"A verbose explanation of the example pairing."},summary:{type:"string",description:"Short description for the example pairing."},params:"ExampleList",result:"Example"},extensionsPrefix:"x-",description:"The Example Pairing object consists of a set of example params and result. The result is what you can expect from the JSON-RPC service given the exact params."},aD={properties:{name:{type:"string",description:"Cannonical name of the example."},summary:{type:"string",description:"Short description for the example."},description:{type:"string",description:"A verbose explanation of the example. GitHub Flavored Markdown syntax MAY be used for rich text representation."},value:{resolvable:!1,description:"Embedded literal example. The value field and externalValue field are mutually exclusive. To represent examples of media types that cannot naturally represented in JSON, use a string value to contain the example, escaping where necessary."},externalValue:{type:"string",description:"A URL that points to the literal example. This provides the capability to reference examples that cannot easily be included in JSON documents. The value field and externalValue field are mutually exclusive."}},extensionsPrefix:"x-",description:"The Example object is an object that defines an example that is intended to match the schema of a given Content Descriptor."},cD={properties:{name:{type:"string",description:"REQUIRED. Canonical name of the link."},description:{type:"string",description:"A description of the link. GitHub Flavored Markdown syntax MAY be used for rich text representation."},summary:{type:"string",description:"Short description for the link."},method:{type:"string",description:"The name of an existing, resolvable OpenRPC method, as defined with a unique method. This field MUST resolve to a unique Method Object. As opposed to Open Api, Relative method values ARE NOT permitted."},params:{type:"object",description:"A map representing parameters to pass to a method as specified with method. The key is the parameter name to be used, whereas the value can be a constant or a runtime expression to be evaluated and passed to the linked method."},server:"Server"},required:["name"],extensionsPrefix:"x-",description:"The Link object represents a possible design-time link for a result. The presence of a link does not guarantee the caller\u2019s ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between results and other methods."},pD={properties:{code:{type:"integer",description:"REQUIRED. A Number that indicates the error type that occurred. This MUST be an integer. The error codes from and including -32768 to -32000 are reserved for pre-defined errors. These pre-defined errors SHOULD be assumed to be returned from any JSON-RPC api."},message:{type:"string",description:"REQUIRED. A String providing a short description of the error. The message SHOULD be limited to a concise single sentence."},data:{resolvable:!1,description:"A Primitive or Structured value that contains additional information about the error. This may be omitted. The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.)."}},required:["code","message"],extensionsPrefix:"x-",description:"Defines an application level error."},lD={properties:{contentDescriptors:"NamedContentDescriptors",schemas:"NamedSchemas",examples:"NamedExamples",links:"NamedLinks",errors:"NamedErrors",examplePairingObjects:"NamedExamplePairingObjects",tags:"NamedTags"},extensionsPrefix:"x-",description:"Holds a set of reusable objects for different aspects of the OpenRPC. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object."},uD={properties:{name:{type:"string",description:"REQUIRED. The name of the tag."},summary:{type:"string",description:"A short summary of the tag."},description:{type:"string",description:"A verbose explanation for the tag. GitHub Flavored Markdown syntax MAY be used for rich text representation."},externalDocs:"ExternalDocs"},required:["name"],extensionsPrefix:"x-",description:"Adds metadata to a single tag that is used by the Method Object. It is not mandatory to have a Tag Object per tag defined in the Method Object instances."},dD={properties:{description:{type:"string",description:"A verbose explanation of the target documentation. GitHub Flavored Markdown syntax MAY be used for rich text representation."},url:{type:"string",description:"REQUIRED. The URL for the target documentation. Value MUST be in the format of a URL."}},required:["url"],extensionsPrefix:"x-",description:"Allows referencing an external resource for extended documentation."},qd={Root:XM,Info:ZM,Contact:eD,License:tD,Server:rD,ServerList:q("Server"),ServerVariable:nD,ServerVariablesMap:N("ServerVariable"),Method:oD,MethodList:q("Method"),ContentDescriptor:iD,ContentDescriptorList:q("ContentDescriptor"),ExamplePairing:sD,ExamplePairingList:q("ExamplePairing"),Example:aD,ExampleList:q("Example"),Link:cD,LinkList:q("Link"),ErrorObject:pD,ErrorList:q("ErrorObject"),Components:lD,Tag:uD,TagList:q("Tag"),ExternalDocs:dD,Schema:oi,SchemaProperties:ii,Dependencies:si,DiscriminatorMapping:ai,Discriminator:ci,NamedContentDescriptors:N("ContentDescriptor"),NamedSchemas:N("Schema"),NamedExamples:N("Example"),NamedLinks:N("Link"),NamedErrors:N("ErrorObject"),NamedExamplePairingObjects:N("ExamplePairing"),NamedTags:N("Tag")};var Dv={hide:{type:"boolean"},component:{type:"string",enum:["radio","checkbox"]},label:{type:"string"},items:{type:"array",items:{type:"string"}}},Is={type:"object",properties:Dv,additionalProperties:!1},fD={type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},placeholder:{type:"string"}},additionalProperties:!1},Cs={type:"object",properties:{hide:{type:"boolean"},type:{type:"string",enum:["rating","sentiment","comment","reasons","mood","scale"]},settings:{type:"object",properties:{label:{type:"string"},submitText:{type:"string"},buttonText:{type:"string"},component:{type:"string",enum:["radio","checkbox"]},items:{type:"array",items:{type:"string"},minItems:1},leftScaleLabel:{type:"string"},rightScaleLabel:{type:"string"},reasons:{type:"object",properties:{...Dv,like:Is,dislike:Is,satisfied:Is,neutral:Is,dissatisfied:Is},additionalProperties:!1},comment:{type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},likeLabel:{type:"string"},dislikeLabel:{type:"string"},satisfiedLabel:{type:"string"},neutralLabel:{type:"string"},dissatisfiedLabel:{type:"string"}},additionalProperties:!1},optionalEmail:fD},additionalProperties:!1}},additionalProperties:!1},mD={type:"object",properties:{languages:{type:"array",items:{type:"object",properties:{lang:{type:"string"},label:{type:"string"},options:{type:"object",properties:{indent:{type:"string"},withImports:{type:"boolean"},withComments:{type:"boolean"},binary:{type:"boolean"},credentials:{type:"string",enum:["omit","same-origin","include"]}},additionalProperties:!1}},required:["lang"],additionalProperties:!1}},skipOptionalParameters:{type:"boolean"},withOAuth2Call:{type:"boolean"}},additionalProperties:!1},Dd={type:"array",items:{type:"object",properties:{title:{type:"string"},url:{type:"string"}},required:["url"],additionalProperties:!1}},vc={type:"object",properties:{licenseKey:{type:"string"},hideLoading:{type:"boolean"},hideSidebar:{type:"boolean"},feedback:Cs,hideReplay:{type:"boolean"},oAuth2RedirectURI:{type:"string"},corsProxyUrl:{type:"string"},sortRequiredPropsFirst:{type:"boolean"},sanitize:{type:"boolean"},hideDownloadButtons:{type:"boolean"},downloadUrls:Dd,onlyRequiredInSamples:{type:"boolean"},generatedSamplesMaxDepth:{oneOf:[{type:"number"},{type:"string"}]},showExtensions:{oneOf:[{type:"boolean"},{type:"string"},{type:"array",items:{type:"string"}}]},hideSchemaTitles:{type:"boolean"},jsonSamplesExpandLevel:{oneOf:[{type:"number"},{type:"string"}]},schemasExpansionLevel:{oneOf:[{type:"number"},{type:"string"}]},mockServer:{type:"object",properties:{url:{type:"string"},position:{type:"string",enum:["first","last","replace","off"]},description:{type:"string"}}},maxDisplayedEnumValues:{type:"number"},schemaDefinitionsTagName:{type:"string"},layout:{type:"string",enum:["stacked","three-panel"]},hideInfoMetadata:{type:"boolean"},events:{type:"object"},skipBundle:{type:"boolean"},routingBasePath:{type:"string"},codeSamples:mD,ignoreNamedSchemas:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},hidePropertiesPrefix:{type:"boolean"},excludeFromSearch:{type:"boolean"},showSchemaCatalogLinks:{type:"boolean"}},additionalProperties:!1},pi={type:"object",properties:{includeByName:{type:"array",items:{type:"string"}},excludeByName:{type:"array",items:{type:"string"}}},additionalProperties:!1},hD={type:"object",properties:{name:{type:"string"},items:pi,queries:pi,mutations:pi,subscriptions:pi,types:pi,directives:pi},required:["name"],additionalProperties:!1},yD={type:"object",properties:{requireExactGroups:{type:"boolean"},groups:{type:"array",items:hD},otherItemsGroupName:{type:"string"}},required:["requireExactGroups","groups","otherItemsGroupName"],additionalProperties:!1},gD={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},email:{type:"string",format:"email"}},additionalProperties:!1},bD={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},identifier:{type:"string"}},additionalProperties:!1},vD={type:"object",properties:{title:{type:"string"},version:{type:"string"},description:{type:"string"},termsOfService:{type:"string",format:"uri"},contact:gD,license:bD},additionalProperties:!1},xc={type:"object",properties:{menu:{type:"object",properties:{...yD.properties},additionalProperties:!1},sidebar:{type:"object",properties:{hide:{type:"boolean"}}},downloadUrls:Dd,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},licenseKey:{type:"string"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:Cs,layout:{type:"string",enum:["stacked","three-panel"]},showBuiltInScalars:{type:"boolean"},showBuiltInDirectives:{type:"boolean"},excludeFromSearch:{type:"boolean"},info:vD},additionalProperties:!1},xD={type:"object",properties:{downloadUrls:Dd,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},excludeFromSearch:{type:"boolean"},samplesMaxInlineArgs:{type:"number"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},feedback:Cs,layout:{type:"string",enum:["stacked","three-panel"]}},additionalProperties:!1},SD={type:"object",properties:{label:{type:"string"},lang:{type:"string",enum:["curl","C#","Go","Java","Java8+Apache","JavaScript","Node.js","PHP","Python","R","Ruby"]}},required:["lang"]},wD={type:"object",properties:{enum:{type:"string"},enumSingleValue:{type:"string"},enumArray:{type:"string"},default:{type:"string"},deprecated:{type:"string"},example:{type:"string"},examples:{type:"string"},nullable:{type:"string"},recursive:{type:"string"},arrayOf:{type:"string"},webhook:{type:"string"},authorizations:{type:"string"},tryItAuthBasicUsername:{type:"string"},tryItAuthBasicPassword:{type:"string"}}},Ev={type:"object",properties:{label:{type:"string"},link:{type:"string"},target:{type:"string"}},required:["label","link"]},_D={type:"object",properties:{beforeInfo:{type:"array",items:Ev},end:{type:"array",items:Ev}}},uo={type:"object",properties:{main:{type:"string"},light:{type:"string"},dark:{type:"string"},contrastText:{type:"string"}}},hc={type:"object",properties:{backgroundColor:{type:"string"},borderColor:{type:"string"},color:{type:"string"},tabTextColor:{type:"string"}}},PD={type:"object",properties:$c(uo.properties,["light","dark"])},ED={type:"object",properties:{basic:{type:"string"},delete:{type:"string"},get:{type:"string"},head:{type:"string"},link:{type:"string"},options:{type:"string"},patch:{type:"string"},post:{type:"string"},put:{type:"string"}}},$D={type:"object",properties:{error:hc,info:hc,redirect:hc,success:hc}},AD={type:"object",properties:li(uo.properties,["dark"])},TD={type:"object",properties:{primary:{type:"string"},secondary:{type:"string"},light:{type:"string"}}},RD={type:"object",properties:{accent:uo,border:PD,error:uo,http:ED,primary:uo,responses:$D,secondary:AD,success:uo,text:TD,tonalOffset:{type:"number"},warning:uo}},yc={type:"object",properties:{fontSize:{type:"string"},padding:{type:"string"},minWidth:{type:"string"}}},OD={type:"object",properties:{small:yc,medium:yc,large:yc,xlarge:yc}},Nr={type:"object",properties:{fontFamily:{type:"string"},fontSize:{type:"string"},fontWeight:{type:"string"},lineHeight:{type:"string"}}},kD={type:"object",properties:{...li(Nr.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},hoverStyle:{type:"string"},boxShadow:{type:"string"},hoverBoxShadow:{type:"string"},sizes:OD}},$v={type:"object",properties:$c(Nr.properties,["fontSize","lineHeight"])},ID={type:"object",properties:{medium:$v,small:$v}},CD={type:"object",properties:{...li(Nr.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},color:{type:"string"},sizes:ID}},qD={type:"object",properties:{top:{type:"string"},width:{type:"string"},height:{type:"string"}}},ND={type:"object",properties:{borderRadius:{type:"string"},backgroundColor:{type:"string"}}},Av={type:"object",properties:{fullWidth:{type:"boolean"}}},jD={type:"object",properties:{buttons:kD,httpBadges:CD,layoutControls:qD,panels:ND,tryItButton:Av,tryItSendButton:Av}},Sc={type:"object",properties:{small:{type:"string"},medium:{type:"string"},large:{type:"string"}}},MD={type:"object",properties:{maxWidth:Sc}},DD={type:"object",properties:{maxWidth:Sc,middlePanelMaxWidth:Sc}},LD={type:"object",properties:{showDarkRightPanel:{type:"boolean"},stacked:MD,"three-panel":DD}},Tv={type:"object",properties:{backgroundColor:{type:"string"},border:{type:"string"}}},UD={type:"object",properties:{breakFieldNames:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},constraints:Tv,defaultDetailsWidth:{type:"string"},examples:Tv,labelsTextSize:{type:"string"},linesColor:{type:"string"},nestedBackground:{type:"string"},nestingSpacing:{type:"string"},requireLabelColor:{type:"string"},typeNameColor:{type:"string"},typeTitleColor:{type:"string"}}},Lv={type:"object",properties:{subItemsColor:{type:"string"},textTransform:{type:"string"},fontWeight:{type:"string"}}},zD={type:"object",properties:$c(Lv.properties,["textTransform"])},FD={type:"object",properties:{unit:{type:"number"},paddingHorizontal:{type:"string"},paddingVertical:{type:"string"},offsetTop:{type:"string"},offsetLeft:{type:"string"},offsetNesting:{type:"string"}}},VD={type:"object",properties:{...li(Nr.properties,["fontWeight","lineHeight"]),activeBgColor:{type:"string"},activeTextColor:{type:"string"},backgroundColor:{type:"string"},borderRadius:{type:"string"},breakPath:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},groupItems:Lv,level1items:zD,rightLineColor:{type:"string"},separatorLabelColor:{type:"string"},showAtBreakpoint:{type:"string"},spacing:FD,textColor:{type:"string"},width:{type:"string"}}},gc={type:"object",properties:{...Nr.properties,color:{type:"string"},transform:{type:"string"}}},BD={type:"object",properties:{...Nr.properties,backgroundColor:{type:"string"},color:{type:"string"},wordBreak:{type:"string",enum:["break-all","break-word","keep-all","normal","revert","unset","inherit","initial"]},wrap:{type:"boolean"}}},HD={type:"object",properties:li(Nr.properties,["fontSize"])},KD={type:"object",properties:{color:{type:"string"},hover:{type:"string"},textDecoration:{type:"string"},hoverTextDecoration:{type:"string"},visited:{type:"string"}}},GD={type:"object",properties:{code:BD,fieldName:Nr,...$c(Nr.properties,["fontSize","fontFamily"]),fontWeightBold:{type:"string"},fontWeightLight:{type:"string"},fontWeightRegular:{type:"string"},heading1:gc,heading2:gc,heading3:gc,headings:HD,lineHeight:{type:"string"},links:KD,optimizeSpeed:{type:"boolean"},rightPanelHeading:gc,smoothing:{type:"string",enum:["auto","none","antialiased","subpixel-antialiased","grayscale"]}}},WD={type:"object",properties:{color:{type:"string"},...li(Nr.properties,["fontWeight"])}},YD={type:"object",properties:{backgroundColor:{type:"string"},borderRadius:{type:"string"},tokens:WD}},QD={type:"object",properties:{gutter:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"}}},JD={type:"object",properties:{backgroundColor:{type:"string"},color:{type:"string"}}},Rv={type:"object",properties:{custom:{type:"string"}}},XD={type:"object",properties:{DownloadButton:Rv,NextSectionButton:Rv}},ZD={type:"object",properties:{backgroundColor:{type:"string"},panelBackgroundColor:{type:"string"},panelControlsBackgroundColor:{type:"string"},showAtBreakpoint:{type:"string"},textColor:{type:"string"},width:{type:"string"}}},eL={type:"object",properties:{borderRadius:{type:"string"}}},tL={type:"object",properties:{sectionHorizontal:{type:"number"},sectionVertical:{type:"number"},unit:{type:"number"}}},rL={type:"object",properties:{breakpoints:Sc,codeBlock:YD,colors:RD,components:jD,layout:LD,logo:QD,fab:JD,overrides:XD,rightPanel:ZD,schema:UD,shape:eL,sidebar:VD,spacing:tL,typography:GD,links:{type:"object",properties:{color:{type:"string"}}},codeSample:{type:"object",properties:{backgroundColor:{type:"string"}}}}},nL={type:"object",properties:{skipOptionalParameters:{type:"boolean"},languages:{type:"array",items:SD}},required:["languages"]},Uv={type:"object",properties:{theme:rL,ctrlFHijack:{type:"boolean"},defaultSampleLanguage:{type:"string"},disableDeepLinks:{type:"boolean"},disableSearch:{type:"boolean"},disableSidebar:{type:"boolean"},downloadDefinitionUrl:{type:"string"},expandDefaultServerVariables:{type:"boolean"},enumSkipQuotes:{type:"boolean"},expandDefaultRequest:{type:"boolean"},expandDefaultResponse:{type:"boolean"},expandResponses:{type:"string"},expandSingleSchemaField:{type:"boolean"},generateCodeSamples:nL,generatedPayloadSamplesMaxDepth:{type:"number"},hideDownloadButton:{type:"boolean"},hideHostname:{type:"boolean"},hideInfoSection:{type:"boolean"},hideLogo:{type:"boolean"},hideRequestPayloadSample:{type:"boolean"},hideRightPanel:{type:"boolean"},hideSchemaPattern:{type:"boolean"},hideSingleRequestSampleTab:{type:"boolean"},hideSecuritySection:{type:"boolean"},hideTryItPanel:{type:"boolean"},hideFab:{type:"boolean"},hideOneOfDescription:{type:"boolean"},htmlTemplate:{type:"string"},jsonSampleExpandLevel:{oneOf:[{type:"number",minimum:1},{type:"string"}]},labels:wD,menuToggle:{type:"boolean"},nativeScrollbars:{type:"boolean"},noAutoAuth:{type:"boolean"},onDeepLinkClick:{type:"object"},pagination:{type:"string",enum:["none","section","item"]},pathInMiddlePanel:{type:"boolean"},payloadSampleIdx:{type:"number",minimum:0},requiredPropsFirst:{type:"boolean"},routingStrategy:{type:"string"},samplesTabsMaxCount:{type:"number"},schemaExpansionLevel:{oneOf:[{type:"number",minimum:0},{type:"string"}]},minCharacterLengthToInitSearch:{type:"number",minimum:1},maxResponseHeadersToShowInTryIt:{type:"number",minimum:0},scrollYOffset:{oneOf:[{type:"number"},{type:"string"}]},searchAutoExpand:{type:"boolean"},searchFieldLevelBoost:{type:"number",minimum:0},searchMaxDepth:{type:"number",minimum:1},searchMode:{type:"string",enum:["default","path-only"]},searchOperationTitleBoost:{type:"number"},searchTagTitleBoost:{type:"number"},sendXUserAgentInTryIt:{type:"boolean"},showChangeLayoutButton:{type:"boolean"},showConsole:{type:"boolean"},showNextButton:{type:"boolean"},showRightPanelToggle:{type:"boolean"},showSecuritySchemeType:{type:"boolean"},showWebhookVerb:{type:"boolean"},showObjectSchemaExamples:{type:"boolean"},disableTryItRequestUrlEncoding:{type:"boolean"},sidebarLinks:_D,sideNavStyle:{type:"string",enum:["summary-only","path-first","id-only","path-only"]},simpleOneOfTypeLabel:{type:"boolean"},sortEnumValuesAlphabetically:{type:"boolean"},sortOperationsAlphabetically:{type:"boolean"},sortPropsAlphabetically:{type:"boolean"},sortTagsAlphabetically:{type:"boolean"},suppressWarnings:{type:"boolean"},unstable_externalDescription:{type:"boolean"},unstable_ignoreMimeParameters:{type:"boolean"},untrustedDefinition:{type:"boolean"},showAccessMode:{type:"boolean"},preserveOriginalExtensionsName:{type:"boolean"},markdownHeadingsAnchorLevel:{type:"number"}},additionalProperties:!1};function $c(e,t){return Object.fromEntries(t.filter(r=>r in e).map(r=>[r,e[r]]))}function li(e,t){return Object.fromEntries(Object.entries(e).filter(([r])=>!t.includes(r)))}var Xt={nodeTypeName:void 0,type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object"}]},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules"};var oL={rules:Xt,oas2Rules:Xt,oas3_0Rules:Xt,oas3_1Rules:Xt,oas3_2Rules:Xt,async2Rules:Xt,async3Rules:Xt,arazzo1Rules:Xt,arazzo1_1Rules:Xt,overlay1Rules:Xt,openrpc1Rules:Xt,graphqlRules:Xt};var mr={nodeTypeName:void 0,type:"object",additionalProperties:!0},iL={preprocessors:mr,oas2Preprocessors:mr,oas3_0Preprocessors:mr,oas3_1Preprocessors:mr,oas3_2Preprocessors:mr,async2Preprocessors:mr,async3Preprocessors:mr,arazzo1Preprocessors:mr,arazzo1_1Preprocessors:mr,overlay1Preprocessors:mr,openrpc1Preprocessors:mr},hr={nodeTypeName:void 0,type:"object",additionalProperties:!0};var sL={decorators:hr,oas2Decorators:hr,oas3_0Decorators:hr,oas3_1Decorators:hr,oas3_2Decorators:hr,async2Decorators:hr,async3Decorators:hr,arazzo1Decorators:hr,arazzo1_1Decorators:hr,overlay1Decorators:hr,openrpc1Decorators:hr},aL={nodeTypeName:void 0,type:"array",items:{type:"string"},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends"},Ac={...oL,...sL,...iL,extends:aL},zv=e=>e,nt=zv({RedirectSource:"RedirectSource",Redirects:"Redirects",ScorecardClassic:"ScorecardClassic",ScorecardClassicLevelList:"ScorecardClassicLevelList",ScorecardClassicLevel:"ScorecardClassicLevel",ScorecardClassicTargetList:"ScorecardClassicTargetList",ScorecardClassicTarget:"ScorecardClassicTarget",ScorecardClassicTargetWhere:"ScorecardClassicTargetWhere",ScorecardClassicTargetWhereMetadata:"ScorecardClassicTargetWhereMetadata",ScorecardClassicTeamMetadataProperty:"ScorecardClassicTeamMetadataProperty"}),et={type:"object",properties:{hide:{type:"boolean"}},additionalProperties:!1},Ov={type:"object",properties:{src:{type:"string"},async:{type:"boolean"},crossorigin:{type:"string"},defer:{type:"boolean"},fetchpriority:{type:"string"},integrity:{type:"string"},module:{type:"boolean"},nomodule:{type:"boolean"},nonce:{type:"string"},referrerpolicy:{type:"string"},type:{type:"string"}},required:["src"],additionalProperties:!0},Nd={type:"object",properties:{page:{type:"string"},directory:{type:"string"},disconnect:{type:"boolean"},group:{type:"string"},label:{type:"string"},href:{type:"string"},external:{type:"boolean"},labelTranslationKey:{type:"string"},groupTranslationKey:{type:"string"},icon:{oneOf:[{type:"string"},{type:"object",properties:{srcSet:{type:"string"}},required:["srcSet"]}]},separator:{type:"string"},separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},version:{type:"string"},menuStyle:{type:"string",enum:["drilldown"]},expanded:{type:"string",const:"always"},selectFirstItemOnExpand:{type:"boolean"},flatten:{type:"boolean"},linkedSidebars:{type:"array",items:{type:"string"}},items:{type:"array",items:{type:"object",additionalProperties:!0}},rbac:{type:"object",additionalProperties:{type:"string"}},additionalProps:{type:"object",additionalProperties:!0}}},Ld={type:"array",items:{...Nd,properties:{...Nd.properties,items:{type:"array",items:Nd}}}},cL={type:"object",properties:{name:{type:"string"},icon:{type:"string"},folder:{type:"string"}},additionalProperties:!1,required:["name","folder"]},pL={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"}},additionalProperties:!1},lL={type:"array",items:{type:"object",required:["name","field","type"],properties:{name:{type:"string"},field:{type:"string"},type:{type:"string",enum:["multi-select","select","tags"]}},additionalProperties:!1}},uL={type:"object",properties:{facets:lL,...et.properties},additionalProperties:!1},dL={type:"object",properties:{page:{type:"string"},label:{type:"string"},labelTranslationKey:{type:"string"}},required:["page"]},Fv={type:"object",properties:{image:{type:"string"},srcSet:{type:"string"},altText:{type:"string"},link:{type:"string"},favicon:{type:"string"}},additionalProperties:!1},Vv={type:"object",properties:{items:Ld,...et.properties},additionalProperties:!1},Bv={type:"object",additionalProperties:cL},Hv={type:"object",properties:{items:Ld,copyrightText:{type:"string"},logo:et,...et.properties},additionalProperties:!1},Kv={type:"object",properties:{separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},...et.properties},additionalProperties:!1},Gv={type:"object",properties:{head:{type:"array",items:Ov},body:{type:"array",items:Ov}},additionalProperties:!1},Wv={type:"array",items:{type:"object",properties:{href:{type:"string"},as:{type:"string"},crossorigin:{type:"string"},fetchpriority:{type:"string"},hreflang:{type:"string"},imagesizes:{type:"string"},imagesrcset:{type:"string"},integrity:{type:"string"},media:{type:"string"},prefetch:{type:"string"},referrerpolicy:{type:"string"},rel:{type:"string"},sizes:{type:"string"},title:{type:"string"},type:{type:"string"}},required:["href"],additionalProperties:!0}},Yv={type:"object",properties:{engine:{type:"string",enum:["flexsearch","typesense"]},ai:pL,filters:uL,placement:{type:"string"},shortcuts:{type:"array",items:{type:"string"}},suggestedPages:{type:"array",items:dL},...et.properties},additionalProperties:!1},Qv={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"},trigger:{type:"object",properties:{hide:{type:"boolean"},inputType:{type:"string",enum:["button","icon"]},inputIcon:{type:"string",enum:["chat","sparkles","redocly"]}},additionalProperties:!1}},additionalProperties:!1},Jv={type:"object",properties:{ignoreDetection:{type:"boolean"},modes:{type:"array",items:{type:"string"}},...et.properties},additionalProperties:!1},Ud={type:"string",enum:["slate","pink","coral","amber","jade","cyan","ocean","indigo","iris"]},fL={type:"object",properties:{...et.properties,items:{type:"array",items:{type:"string",enum:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]}}},additionalProperties:!1},Xv={type:"object",properties:{nextButton:{type:"object",properties:{text:{type:"string"},...et.properties},additionalProperties:!1},previousButton:{type:"object",properties:{text:{type:"string"},...et.properties},additionalProperties:!1},actions:fL},additionalProperties:!1},Zv={type:"object",properties:{elementFormat:{type:"string"},copy:{type:"object",properties:{...et.properties},additionalProperties:!1},report:{type:"object",properties:{tooltipText:{type:"string"},buttonText:{type:"string"},label:{type:"string"},...et.properties},additionalProperties:!1},expand:{type:"object",properties:{...et.properties},additionalProperties:!1},collapse:{type:"object",properties:{...et.properties},additionalProperties:!1}},additionalProperties:!1},e0={type:"object",properties:{frontMatterKeysToResolve:{type:"array",items:{type:"string"}},partialsFolders:{type:"array",items:{type:"string"}},lastUpdatedBlock:{type:"object",properties:{format:{type:"string",enum:["timeago","iso","long","short"]},locale:{type:"string"},...et.properties},additionalProperties:!1},toc:{type:"object",properties:{header:{type:"string"},depth:{type:"integer",minimum:1},...et.properties},additionalProperties:!1},editPage:{type:"object",properties:{baseUrl:{type:"string"},...et.properties},additionalProperties:!1},template:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},wc={...vc,properties:{...vc.properties,...Uv.properties}},J7={...vc,properties:{...vc.properties,...Uv.properties}},mL={type:"object",properties:{includeInDevelopment:{type:"boolean"},scriptUrl:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["scriptUrl"]},hL={type:"object",properties:{includeInDevelopment:{type:"boolean"},apiKey:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},outboundClickEventName:{type:"string"},pageViewEventName:{type:"string"},amplitudeConfig:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["apiKey"]},yL={type:"object",properties:{includeInDevelopment:{type:"boolean"},orgId:{type:"string"}},additionalProperties:!1,required:["orgId"]},gL={type:"object",properties:{includeInDevelopment:{type:"boolean"},appId:{type:"string"}},additionalProperties:!1,required:["appId"]},bL={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},dataPlaneUrl:{type:"string"},controlPlaneUrl:{type:"string"},sdkUrl:{type:"string"},loadOptions:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["writeKey"]},vL={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},includeTitleInPageCall:{type:"boolean"},host:{type:"string"}},additionalProperties:!1,required:["writeKey"]},xL={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},gtmAuth:{type:"string"},gtmPreview:{type:"string"},defaultDataLayer:{type:"object",additionalProperties:!0},dataLayerName:{type:"string"},enableWebVitalsTracking:{type:"boolean"},selfHostedOrigin:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["trackingId"]},t0={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},optimizeId:{type:"string"},exclude:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["trackingId"]},SL={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},optimizeId:{type:"string"},anonymizeIp:{type:"boolean"},cookieExpires:{type:"number"},trackers:{type:"object",additionalProperties:t0}},additionalProperties:!1,required:["trackingId"]},r0={type:"object",properties:{adobe:mL,amplitude:hL,fullstory:yL,heap:gL,rudderstack:bL,segment:vL,gtm:xL,ga:SL}},n0={type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},external:{type:"boolean"},link:{type:"string"},separatorLine:{type:"boolean"}},additionalProperties:!0}},hideLoginButton:{type:"boolean"},...et.properties},additionalProperties:!1},o0={type:"object",properties:{hide:{type:"boolean"},showForUnversioned:{type:"boolean"}}},i0={type:"object",properties:{hide:{type:"boolean"},prefixItems:{type:"array",items:{type:"object",properties:{label:{type:"string"},labelTranslationKey:{type:"string"},page:{type:"string"},icon:{type:"string"}},additionalProperties:!1}}},additionalProperties:!1},wL={type:"object",additionalProperties:!1,required:["title","property"],properties:{type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},property:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}},missingCategoryName:{type:"string"},missingCategoryNameTranslationKey:{type:"string"},options:{type:"array",items:{type:"string"}}}},_L={type:"object",additionalProperties:!0,required:["slug","items"],properties:{show:{type:"boolean"},slug:{type:"string"},filters:{type:"array",items:wL},groupByFirstFilter:{type:"boolean"},filterValuesCasing:{type:"string",enum:["sentence","original","lowercase","uppercase"]},items:Ld,requiredPermission:{type:"string"},separateVersions:{type:"boolean"},title:{type:"string"},titleTranslationKey:{type:"string"},description:{type:"string"},descriptionTranslationKey:{type:"string"}}},_c={type:"object",patternProperties:{".*":_L}},Pc={nodeTypeName:nt.ScorecardClassic,description:"Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic",type:"object",additionalProperties:!0,required:[],properties:{ignoreNonCompliant:{type:"boolean"},teamMetadataProperty:{nodeTypeName:nt.ScorecardClassicTeamMetadataProperty,description:"Provide custom team label and team metadata property.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object",type:"object",properties:{property:{type:"string"},label:{type:"string"},default:{type:"string"}}},levels:{nodeTypeName:nt.ScorecardClassicLevelList,description:"List of levels to score against.",type:"array",items:{nodeTypeName:nt.ScorecardClassicLevel,documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#level-object",type:"object",required:["name"],properties:{name:{type:"string"},color:{type:"string"},...Ac},additionalProperties:!1}},targets:{nodeTypeName:nt.ScorecardClassicTargetList,description:"Provide custom `minimumLevel` for specific targets.",type:"array",items:{nodeTypeName:nt.ScorecardClassicTarget,type:"object",required:["where"],properties:{minimumLevel:{type:"string"},rules:{type:"object",additionalProperties:!0},where:{nodeTypeName:nt.ScorecardClassicTargetWhere,description:"Specify which API descriptions to apply the `minimumLevel` to based on the metadata.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#where-object",type:"object",required:["metadata"],properties:{metadata:{nodeTypeName:nt.ScorecardClassicTargetWhereMetadata,type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1}},ignore:{type:"array",items:{type:"string"}},fromProjectUrl:{type:"string",format:"uri"}}},PL={type:"object",required:["key"],properties:{key:{type:"string"}},additionalProperties:!1},EL={type:"object",required:["type"],properties:{type:{type:"string"}},additionalProperties:!1},$L={type:"object",required:["property","title"],properties:{property:{type:"string"},hide:{type:"boolean"},label:{type:"string"},options:{type:"array",items:{type:"string"}},type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},rn={type:"object",properties:{slug:{type:"string"},hide:{type:"boolean"},includes:{type:"array",items:EL},excludes:{type:"array",items:PL},filters:{type:"array",items:$L},titleTranslationKey:{type:"string"},descriptionTranslationKey:{type:"string"},catalogSwitcherLabelTranslationKey:{type:"string"}},additionalProperties:!1},AL={type:"object",properties:{type:{type:"string",enum:["string","number","boolean","array","object"]},description:{type:"string"},example:{oneOf:[{type:"string"},{type:"number"},{type:"boolean"},{type:"array"},{type:"object"}]},enum:{type:"array",items:{type:"string"}},pattern:{type:"string"},format:{type:"string"},minimum:{type:"number"},maximum:{type:"number"},items:{type:"object"}},additionalProperties:!0},TL={type:"object",required:["type","properties"],properties:{type:{type:"string",enum:["object"]},description:{type:"string"},properties:{type:"object",additionalProperties:AL},required:{type:"array",items:{type:"string"}},additionalProperties:{type:"boolean"}},additionalProperties:!0},RL={type:"object",required:["name","description","metadataSchema"],properties:{name:{type:"string",description:"Display name of the entity type"},description:{type:"string",description:"Description of the entity type"},metadataSchema:TL,icon:{type:"object",properties:{src:{type:"string"},srcSet:{type:"string"}},additionalProperties:!1}},additionalProperties:!1},OL={type:"object",additionalProperties:RL},s0={type:"object",properties:{show:{type:"boolean"},entityTypes:OL,catalogs:{type:"object",properties:{all:rn,services:rn,domains:rn,teams:rn,users:rn,apiDescriptions:rn,dataSchemas:rn,apiOperations:rn},additionalProperties:rn}},additionalProperties:!1},kv={type:"string",enum:["eq","in","gt","gte","lt","lte","contains","startsWith","endsWith","exists","isEmpty","between","matches","some","every","none"]},zd={type:"string",enum:["and","or"]},jd={type:"object",properties:{field:{type:"string"},operator:kv,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]},match:{type:"array",items:{type:"object",properties:{field:{type:"string"},operator:kv,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]}}}}}},kL={type:"object",properties:{operator:zd,conditions:{type:"array",items:jd}},required:["operator","conditions"],additionalProperties:!1},Iv={type:"array",items:{oneOf:[jd,{type:"object",properties:{operator:zd,conditions:{type:"array",items:{oneOf:[jd,kL]}}},required:["operator","conditions"],additionalProperties:!1}]}},a0={type:"object",properties:{defined:{type:"boolean"},nonEmpty:{type:"boolean"},eq:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},gt:{type:"number"},gte:{type:"number"},lt:{type:"number"},lte:{type:"number"},const:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]}},additionalProperties:!1},IL={type:"array",items:{type:"object",properties:{subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},assertions:a0},required:["subject","assertions"],additionalProperties:!1}},CL={type:"object",properties:{title:{type:"string"},subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},severity:{type:"string",enum:["error","warn","off"]},message:{type:"string"},assertions:a0,where:IL,weight:{type:"number"}},required:["subject","assertions"],additionalProperties:!1},qL={type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object",properties:{severity:{type:"string",enum:["error","warn","off"]},weight:{type:"number"}},additionalProperties:!0},CL]}},NL={type:"object",properties:{name:{type:"string"},extends:Ac.extends,rules:qL},required:["name"],additionalProperties:!1},Cv={type:"object",properties:{event:{type:"string",enum:["runtime","manual"]}},required:["event"],additionalProperties:!1},jL={oneOf:[Cv,{type:"array",items:Cv}]},ML={type:"object",properties:{name:{type:"string"},key:{type:"string"},description:{type:"string"},entities:{oneOf:[Iv,{type:"object",properties:{operator:zd,conditions:Iv},required:["operator","conditions"],additionalProperties:!1}]},levels:{type:"array",items:NL,minItems:1},trigger:jL},required:["name","key","entities","levels"],additionalProperties:!1},c0={type:"array",items:ML},qr={type:"object",properties:{imports:{type:"array",items:{type:"string"}},logo:Fv,navbar:Vv,products:Bv,footer:Hv,sidebar:Kv,scripts:Gv,links:Wv,feedback:Cs,search:Yv,aiAssistant:Qv,colorMode:Jv,palette:Ud,navigation:Xv,codeSnippet:Zv,markdown:e0,openapi:wc,asyncapi:xD,graphql:xc,analytics:r0,userMenu:n0,versionPicker:o0,breadcrumbs:i0,catalog:_c,entitiesCatalog:s0,catalogClassic:_c,scorecard:Pc,scorecardClassic:Pc,scorecards:c0},additionalProperties:!0};var DL=(e=>(e.OIDC="OIDC",e.SAML2="SAML2",e))(DL||{}),LL=(e=>(e.SERVICE_ACCOUNT="SERVICE_ACCOUNT",e.OAUTH2="OAUTH2",e))(LL||{});var UL=(e=>(e.STACKED="stacked",e.THREE_PANEL="three-panel",e))(UL||{});var p0="^[a-z0-9]+(?:-[a-z0-9]+)*$",X7=new RegExp(p0);var zL=63,Z7=`Unique ID cannot exceed ${zL} characters`,l0="redocly",u0=[l0,"corporate","guest"],eX=`Unique ID cannot be a reserved word (${u0.join(", ")})`,qv=["REDOCLY","CORPORATE","GUEST"],FL={type:"object",additionalProperties:{type:"string"}},VL={type:"object",additionalProperties:!1,patternProperties:{"^[a-zA-Z0-9_-]+$":{type:"string",pattern:"^https?://[^\\s/$.?#].[^\\s]*$"}}},bc={type:"string",enum:["error","warn","off"]},BL={type:"object",additionalProperties:!1,properties:{schemaCheck:bc,statusCodeCheck:bc,contentTypeCheck:bc,successCriteriaCheck:bc}},HL={type:"object",properties:{event:{type:"string",enum:["schedule"]},interval:{type:"string",enum:["1m","2m","5m","10m","15m","30m","1h","3h","6h","12h","1d","7d"]}},required:["event"],additionalProperties:!1},KL={type:"object",properties:{event:{type:"string",enum:["build"]}},required:["event"],additionalProperties:!1},GL={type:"object",properties:{warn:{type:"number"},error:{type:"number"}},additionalProperties:!1},WL={type:"object",properties:{ignoreLint:{oneOf:[{type:"boolean"},{type:"object",additionalProperties:{type:"boolean"}}]},ignoreLinkChecker:{type:"boolean"},ignoreMarkdocErrors:{type:"boolean"},ignoreRespectMonitoring:{type:"boolean"},jobs:{type:"array",items:{type:"object",properties:{path:{type:"string",pattern:"^(?!\\/|\\.\\./)"},agent:{type:"string",enum:["respect"]},trigger:{oneOf:[HL,KL]},inputs:FL,servers:VL,severity:BL,slo:GL},required:["path","trigger","agent"],additionalProperties:!1}}},additionalProperties:!1},YL={type:"object",properties:{end_session_endpoint:{type:"string"},token_endpoint:{type:"string"},authorization_endpoint:{type:"string"},jwks_uri:{type:"string"}},required:["token_endpoint","authorization_endpoint"],additionalProperties:!0},QL={type:"object",properties:{type:{type:"string",const:"OIDC"},title:{type:"string"},pkce:{type:"boolean"},configurationUrl:{type:"string",minLength:1},configuration:YL,clientId:{type:"string",minLength:1},clientSecret:{type:"string"},teamsClaimName:{type:"string"},teamsClaimMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}},scopes:{type:"array",items:{type:"string"}},tokenExpirationTime:{type:"number"},authorizationRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},introspectEndpoint:{type:"string"},tokenRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},audience:{type:"array",items:{type:"string"}}},required:["type","clientId"],oneOf:[{required:["configurationUrl"]},{required:["configuration"]}],additionalProperties:!1},JL={type:"object",properties:{type:{type:"string",const:"SAML2"},title:{type:"string"},issuerId:{type:"string"},entityId:{type:"string"},ssoUrl:{type:"string"},x509PublicCert:{type:"string"},teamsAttributeName:{type:"string"},teamsAttributeMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["type","issuerId","ssoUrl","x509PublicCert"]},XL={oneOf:[QL,JL],discriminator:{propertyName:"type"}},ZL={type:"object",additionalProperties:XL},d0={oneOf:[{type:"array",items:{type:"string",enum:qv},uniqueItems:!0},{type:"string",enum:qv}]},Nv={type:"string",pattern:p0,not:{enum:u0.filter(e=>e!==l0)}},f0={oneOf:[{type:"array",items:Nv,uniqueItems:!0},Nv]},m0={type:"boolean"},h0={type:"string",pattern:"^https?://.*"},y0={type:"string",pattern:"^https?://.*"},e2={type:"object",properties:{to:{type:"string"},type:{type:"number"}},additionalProperties:!1,nodeTypeName:nt.RedirectSource,description:"Source is an absolute path that must start with a forward slash.",documentationLink:"https://redocly.com/docs/realm/config/redirects#sources-map"},t2={type:"object",additionalProperties:e2,nodeTypeName:nt.Redirects,description:"Use redirects to change which resource a URL points to, maintaining working links when you move, rename, or restructure content.",documentationLink:"https://redocly.com/docs/realm/config/redirects"},r2={type:"string",enum:["info","success","warning","error"]},_e={type:"object",additionalProperties:{type:"string"}},n2={type:"object",properties:{trackingId:{type:"string"},content:{type:"string"},dismissible:{type:"boolean"},target:{type:"string"},color:r2,rbac:_e,startAt:{type:"string",format:"date-time"},endAt:{type:"string",format:"date-time"}},required:["content"],additionalProperties:!1},o2={type:"array",items:n2},g0={type:"object",properties:{root:{type:"string"},output:{type:"string",pattern:"(.ya?ml|.json)$"},rbac:_e,openapi:wc,graphql:xc,theme:{type:"object",properties:{openapi:wc,graphql:xc},additionalProperties:!1},title:{type:"string"},metadata:{type:"object",additionalProperties:!0},...Ac},required:["root"]},i2={type:"object",additionalProperties:!0},s2={type:"object",additionalProperties:{type:"object",additionalProperties:!0}},a2={type:"object",properties:{hide:{type:"boolean"},title:{type:"string"},description:{type:"string"},details:{type:"object",properties:{path:{type:"string"},content:{type:"string"}},additionalProperties:!1},excludeFiles:{type:"array",items:{type:"string"}},sections:{type:"array",items:{type:"object",properties:{title:{type:"string"},description:{type:"string"},includeFiles:{type:"array",items:{type:"string"}},excludeFiles:{type:"array",items:{type:"string"}}},required:["title"],additionalProperties:!1}}},additionalProperties:!1},c2={type:"object",properties:{title:{type:"string"},projectTitle:{type:"string"},description:{type:"string"},siteUrl:{type:"string"},image:{type:"string"},keywords:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},lang:{type:"string"},jsonLd:{type:"object"},meta:{type:"array",items:{type:"object",properties:{name:{type:"string"},content:{type:"string"}},required:["name","content"],additionalProperties:!1}},llmstxt:a2},additionalProperties:!1},p2={type:"object",properties:{folders:{type:"array",items:{type:"string"}}},additionalProperties:!1},l2={type:"object",properties:{catalogs:{type:"object",properties:{all:_e,services:_e,domains:_e,teams:_e,users:_e,apiDescriptions:_e,dataSchemas:_e,apiOperations:_e},additionalProperties:_e},entitiesTypes:{type:"object",properties:{service:_e,domain:_e,team:_e,user:_e,apiDescription:_e,apiOperation:_e,dataSchema:_e},additionalProperties:_e},entitiesGroups:{type:"array",items:{type:"object",properties:{entities:{type:"array",items:{type:"string"}},config:_e},additionalProperties:!1}},entities:{type:"object",properties:{"**":_e},additionalProperties:_e}},additionalProperties:!1},b0={type:"object",properties:{teamNamePatterns:{type:"array",items:{type:"string"}},teamFolders:{type:"array",items:{type:"string"}},teamFoldersBaseRoles:_e,cms:_e,reunite:_e,features:{type:"object",properties:{aiSearch:_e,mcp:_e},additionalProperties:!1},content:{type:"object",properties:{"**":_e},additionalProperties:_e},entitiesCatalog:l2},additionalProperties:_e},u2={type:"object",properties:{static:{type:"string"}},additionalProperties:!1,required:["static"]},d2={type:"object",properties:{idp:{type:"string"}},additionalProperties:!1,required:["idp"]},f2={type:"object",properties:{type:{type:"string",const:"GRAVITEE"},apiBaseUrl:{type:"string"},env:{type:"string"},allowApiProductsOutsideCatalog:{type:"boolean"},stage:{type:"string"},auth:{oneOf:[u2,d2]}},additionalProperties:!1,required:["type","apiBaseUrl"]},m2={type:"object",properties:{type:{type:"string",const:"OAUTH2"},tokenEndpoint:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"}},additionalProperties:!1,required:["type","tokenEndpoint","clientId","clientSecret"]},h2={type:"object",properties:{type:{type:"string",const:"SERVICE_ACCOUNT"},serviceAccountEmail:{type:"string"},serviceAccountPrivateKey:{type:"string"}},additionalProperties:!1,required:["type","serviceAccountEmail","serviceAccountPrivateKey"]},Md={type:"object",properties:{type:{type:"string",const:"APIGEE_X"},apiUrl:{type:"string"},stage:{type:"string"},organizationName:{type:"string"},ignoreApiProducts:{type:"array",items:{type:"string"}},allowApiProductsOutsideCatalog:{type:"boolean"},auth:{type:"object",oneOf:[m2,h2],discriminator:{propertyName:"type"}}},additionalProperties:!1,required:["type","organizationName","auth"]},y2={...Md,properties:{...Md.properties,type:{type:"string",const:"APIGEE_EDGE"}}},g2={type:"object",oneOf:[Md,y2,f2],discriminator:{propertyName:"type"}},b2={type:"object",required:["adapters"],additionalProperties:!1,properties:{adapters:{type:"array",items:g2}}},jv={type:"object",properties:{defaultLocale:{type:"string"},locales:{type:"array",items:{type:"object",properties:{code:{type:"string"},name:{type:"string"}},required:["code"]}}},additionalProperties:!1,required:["defaultLocale"]},v2={type:"object",properties:{name:{type:"string"},value:{type:"string"}},additionalProperties:!1,required:["name","value"]},x2={type:"object",properties:{hide:{type:"boolean"},docs:{type:"object",properties:{hide:{type:"boolean"},name:{type:"string"},ignore:{type:"array",items:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1},S2={type:"object",properties:{hide:{type:"boolean"},excludeFiles:{type:"array",items:{type:"string"}}},additionalProperties:!1},w2={type:"object",properties:{requiresLogin:m0,logoutReturnUrl:h0,residency:y0,sso:d0,idps:f0,rbac:b0},additionalProperties:!1,not:{required:["sso","idps"]},description:"Use either `access.sso` (filter by category) or `access.idps` (filter by slug), not both."},Ec={type:"object",properties:{imports:{type:"array",items:{type:"string"}},licenseKey:{type:"string"},redirects:t2,seo:c2,rbac:b0,apiFunctions:p2,requiresLogin:m0,responseHeaders:{type:"object",additionalProperties:{type:"array",items:v2}},mockServer:{type:"object",properties:{off:{type:"boolean"},position:{type:"string",enum:["first","last","replace","off"]},strictExamples:{type:"boolean"},errorIfForcedExampleNotFound:{type:"boolean"},description:{type:"string"}}},apis:{type:"object",additionalProperties:g0},...Ac,ssoDirect:ZL,sso:d0,idps:f0,residency:y0,logoutReturnUrl:h0,access:w2,developerOnboarding:b2,removeAttribution:{type:"boolean"},i18n:jv,l10n:jv,metadata:i2,metadataGlobs:s2,ignore:{type:"array",items:{type:"string"}},theme:qr,reunite:WL,logo:Fv,navbar:Vv,products:Bv,footer:Hv,sidebar:Kv,scripts:Gv,links:Wv,feedback:Cs,search:Yv,aiAssistant:Qv,colorMode:Jv,palette:Ud,navigation:Xv,codeSnippet:Zv,markdown:e0,openapi:wc,graphql:xc,analytics:r0,userMenu:n0,versionPicker:o0,breadcrumbs:i0,catalog:_c,entitiesCatalog:s0,catalogClassic:_c,scorecard:Pc,scorecardClassic:Pc,scorecards:c0,mcp:x2,skills:S2,corsProxy:{type:"object",properties:{allowedTargets:{type:"array",items:{type:"string"}}},additionalProperties:!1},banner:o2},not:{required:["sso","idps"]},additionalProperties:!0},_2={...Ec,additionalProperties:!1},ui={$id:"root-redocly-config",...Ec,properties:{plugins:{type:"array",items:{type:"string"}},...Ec.properties,env:{type:"object",additionalProperties:_2}},additionalProperties:!1},Mv={type:"object",properties:{logo:qr.properties.logo,navbar:qr.properties.navbar,footer:qr.properties.footer,sidebar:qr.properties.sidebar,search:qr.properties.search,codeSnippet:qr.properties.codeSnippet,breadcrumbs:qr.properties.breadcrumbs,openapi:qr.properties.openapi,feedback:qr.properties.feedback,palette:Ud,mockServer:Ec.properties.mockServer,analytics:{type:"object",properties:{ga:t0}}},additionalProperties:!0},tX={$id:"product-config-override",type:"object",properties:{...Mv.properties,apis:{type:"object",additionalProperties:g0},theme:Mv},additionalProperties:!1},P2=["partOf","hasParts","creates","createdBy","owns","ownedBy","implements","implementedBy","dependsOn","dependencyOf","uses","usedBy","produces","consumes","linksTo","supersedes","supersededBy","compatibleWith","extends","extendedBy","relatesTo","hasMember","memberOf","triggers","triggeredBy","returns","returnedBy"],Ue=zv({UserEntity:"UserEntity",UserEntityMetadata:"UserEntityMetadata",ApiDescriptionEntity:"ApiDescriptionEntity",ApiDescriptionEntityMetadata:"ApiDescriptionEntityMetadata",ApiOperationEntity:"ApiOperationEntity",ApiOperationEntityMetadata:"ApiOperationEntityMetadata",DataSchemaEntity:"DataSchemaEntity",DataSchemaEntityMetadata:"DataSchemaEntityMetadata",ServiceEntity:"ServiceEntity",DomainEntity:"DomainEntity",TeamEntity:"TeamEntity",Entity:"Entity",EntityMetadata:"EntityMetadata",EntityLinkList:"EntityLinkList",EntityLink:"EntityLink",EntityRelation:"EntityRelation",EntityRelationList:"EntityRelationList",EntityContact:"EntityContact",EntitySlackContact:"EntitySlackContact",EntitySlackChannel:"EntitySlackChannel"}),E2={type:"object",nodeTypeName:Ue.UserEntityMetadata,properties:{email:{type:"string",description:"Email of the user"}},required:["email"],additionalProperties:!0},$2={type:"object",nodeTypeName:Ue.ApiDescriptionEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Type of the API description"},descriptionFile:{type:"string",description:"Path to the file containing the API description"}},required:["specType","descriptionFile"],additionalProperties:!0},A2={type:"object",nodeTypeName:Ue.ApiOperationEntityMetadata,properties:{method:{type:"string",enum:["GET","POST","PUT","DELETE","PATCH","MUTATION","QUERY","SUBSCRIBE","PUBLISH"],description:"HTTP method of the API operation"},path:{type:"string",description:"Path of the API operation"},payload:{type:"array",items:{type:"string",description:"Related dataSchema name"}},responses:{type:"array",items:{type:"string",description:"Related dataSchema name"}}},required:["method","path"],additionalProperties:!0},T2={type:"object",nodeTypeName:Ue.DataSchemaEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Specification type of the data schema"},schema:{type:"string",description:"Inline schema of the data structure"},sdl:{type:"string",description:"SDL of the data structure"}},required:["specType"],additionalProperties:!0},R2={type:"object",properties:{},nodeTypeName:Ue.EntityMetadata,additionalProperties:!0},O2={type:"object",nodeTypeName:Ue.EntitySlackChannel,properties:{name:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["name"],additionalProperties:!1},k2={type:"object",nodeTypeName:Ue.EntitySlackContact,properties:{channels:{type:"array",items:O2}},required:["channels"],additionalProperties:!1},I2={type:"object",nodeTypeName:Ue.EntityContact,properties:{slack:k2},additionalProperties:!1},C2={type:"object",nodeTypeName:Ue.EntityLink,properties:{label:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["label","url"],additionalProperties:!1},q2={type:"object",nodeTypeName:Ue.EntityRelation,properties:{type:{type:"string",enum:P2},key:{type:"string",minLength:2,maxLength:100},version:{type:"string"},revision:{type:"string"}},required:["type","key"],additionalProperties:!1},En={version:{type:"string"},key:{type:"string",pattern:"^[a-z0-9]+(?:-[a-z0-9]+)*$",minLength:2,maxLength:150},type:{type:"string",enum:["user","data-schema","api-operation","api-description","service","domain","team"]},title:{type:"string",minLength:2,maxLength:200},summary:{type:"string",minLength:1,maxLength:500},tags:{type:"array",items:{type:"string",minLength:1,maxLength:50}},git:{type:"array",items:{type:"string"}},contact:I2,links:{type:"array",nodeTypeName:Ue.EntityLinkList,items:C2},relations:{type:"array",nodeTypeName:Ue.EntityRelationList,items:q2},metadata:R2},N2={type:"object",discriminator:{propertyName:"type"},oneOf:[{type:"object",properties:{...En,type:{type:"string",const:"user"},metadata:E2},required:["key","title","type","metadata"],additionalProperties:!1,nodeTypeName:Ue.UserEntity},{type:"object",nodeTypeName:Ue.ApiOperationEntity,properties:{...En,type:{type:"string",const:"api-operation"},metadata:A2},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Ue.DataSchemaEntity,properties:{...En,type:{type:"string",const:"data-schema"},metadata:T2},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Ue.ApiDescriptionEntity,properties:{...En,type:{type:"string",const:"api-description"},metadata:$2},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Ue.ServiceEntity,properties:{...En,type:{type:"string",const:"service"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Ue.DomainEntity,properties:{...En,type:{type:"string",const:"domain"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Ue.TeamEntity,properties:{...En,type:{type:"string",const:"team"}},required:["key","title","type"],additionalProperties:!1}]},j2={type:"object",nodeTypeName:Ue.Entity,properties:{...En},required:["key","title","type"],additionalProperties:!1};import CH from"node:path";var v0=["Name","Document","OperationDefinition","VariableDefinition","SelectionSet","Field","Argument","FragmentSpread","InlineFragment","FragmentDefinition","Variable","IntValue","FloatValue","StringValue","BooleanValue","NullValue","EnumValue","ListValue","ObjectValue","ObjectField","Directive","NamedType","ListType","NonNullType","SchemaDefinition","OperationTypeDefinition","ScalarTypeDefinition","ObjectTypeDefinition","FieldDefinition","InputValueDefinition","InterfaceTypeDefinition","UnionTypeDefinition","EnumTypeDefinition","EnumValueDefinition","InputObjectTypeDefinition","DirectiveDefinition","SchemaExtension","DirectiveExtension","ScalarTypeExtension","ObjectTypeExtension","InterfaceTypeExtension","UnionTypeExtension","EnumTypeExtension","InputObjectTypeExtension","TypeCoordinate","MemberCoordinate","ArgumentCoordinate","DirectiveCoordinate","DirectiveArgumentCoordinate"];var di=["oas2","oas3_0","oas3_1","oas3_2","async2","async3","arazzo1","arazzo1_1","overlay1","openrpc1","graphql"],Tc="a-zA-Z0-9\\.\\-_",M2={oas2:bd,oas3_0:Ct,oas3_1:Pe,oas3_2:Ye,async2:Rd,async3:Od,arazzo1:Qe,arazzo1_1:Id,overlay1:Cd,openrpc1:qd};function fo(e){return e==="graphql"?{}:M2[e]}function Rc(e){return e.includes("/")}function Oc(e,t){let r={...e};return t.forEach(n=>{delete r[n]}),r}var bw=kr(rh(),1);var kH=new bw.default({strictSchema:!1,allowUnionTypes:!0,useDefaults:!0,allErrors:!0,discriminator:!0,strictTypes:!1,verbose:!0});function gw(e,t){if(t.some(r=>typeof r=="function"))throw new Error("Unexpected oneOf inside oneOf.");return r=>{let n=e.findIndex(o=>kH.validate(o,r));return n===-1&&(n=0),t[n]}}function Oi(e,t,r){if(!t||typeof t=="boolean")throw new Error(`Unexpected schema in ${e}.`);if(t instanceof Array)throw new Error(`Unexpected array schema in ${e}. Try using oneOf instead.`);if(t.type==="null")throw new Error(`Unexpected null schema type in ${e} schema.`);if(t.type instanceof Array)throw new Error(`Unexpected array schema type in ${e} schema. Try using oneOf instead.`);if(t.type==="string"||t.type==="number"||t.type==="integer"||t.type==="boolean"){let{default:n,format:o,...i}=t;return i}if(t.type==="object"&&!t.properties&&!t.oneOf){if(t.additionalProperties===void 0||t.additionalProperties===!0)return{type:"object"};if(t.additionalProperties===!1)return{type:"object",properties:{}}}if(t.allOf)throw new Error(`Unexpected allOf in ${e}.`);if(t.anyOf)throw new Error(`Unexpected anyOf in ${e}.`);if($(t.properties)||$(t.additionalProperties)||$(t.items)&&($(t.items.properties)||$(t.items.additionalProperties)||t.items.oneOf))return IH(e,t,r);if(t.oneOf)if(t.discriminator){let n=t.discriminator?.propertyName;if(!n)throw new Error(`Unexpected discriminator without a propertyName in ${e}.`);let o={},i=t.oneOf.map((s,a)=>{if(typeof s=="boolean")throw new Error(`Unexpected boolean schema in ${e} at position ${a} in oneOf.`);let c=s?.properties?.[n];if(!c||typeof c=="boolean")throw new Error(`Unexpected property '${c}' schema in ${e} at position ${a} in oneOf.`);let p=c.const,l=Oi(p,s,r);return typeof l=="string"&&(o[p]=l),l});return(s,a)=>{if($(s)){let c=s[n];if(typeof c=="string"){let p=o[c];if(p&&r[p])return p}}return gw(t.oneOf,i)(s,a)}}else{let n=t.oneOf.map((o,i)=>Oi(e+"_"+i,o,r));return gw(t.oneOf,n)}return t}function IH(e,t,r){if(!t||typeof t=="boolean")throw new Error(`Unexpected schema in ${e}.`);if(t instanceof Array)throw new Error(`Unexpected array schema in ${e}. Try using oneOf instead.`);if(t.type==="null")throw new Error(`Unexpected null schema type in ${e} schema.`);if(t.type instanceof Array)throw new Error(`Unexpected array schema type in ${e} schema. Try using oneOf instead.`);let n=t.nodeTypeName??e,o={};for(let[c,p]of Object.entries(t.properties||{}))o[c]=Oi(n+"."+c,p,r);let i;$(t.additionalProperties)&&(i=Oi(e+"_additionalProperties",t.additionalProperties,r)),t.additionalProperties===!0&&(i={});let s;$(t.items)&&($(t.items.properties)||$(t.items.additionalProperties)||t.items.oneOf)&&(s=Oi(e+"_items",t.items,r));let a=t.required;return t.oneOf&&t.oneOf.every(c=>!!c.required)&&(a=c=>{let p=t.oneOf.map(u=>[...t.required||[],...u.required]),l=p.findIndex(u=>u.every(d=>c[d]!==void 0));return l===-1&&(l=0),p[l]}),r[n]={properties:o,additionalProperties:i,items:s,required:a,description:t.description,documentationLink:t.documentationLink},n}function nh(e,t){let r={},n=Oi(e,t,r);return{ctx:r,discriminatorResolver:typeof n=="function"?n:void 0}}var qH=["info-contact","operation-operationId","tag-description","tags-alphabetical","info-license-strict","info-license","no-ambiguous-paths","no-duplicated-enum-values","no-enum-type-mismatch","no-unsafe-markdown","no-http-verbs-in-paths","no-identical-paths","no-invalid-parameter-examples","no-invalid-schema-examples","no-path-trailing-slash","operation-2xx-response","operation-4xx-response","operation-description","operation-operationId-unique","operation-operationId-url-safe","operation-parameters-unique","operation-singular-tag","operation-summary","operation-tag-defined","parameter-description","path-declaration-must-exist","path-http-verbs-order","path-not-include-query","path-params-defined","path-parameters-defined","path-segment-plural","paths-kebab-case","required-string-property-missing-min-length","response-contains-header","scalar-property-missing-example","security-defined","security-scopes-defined","spec-strict-refs","no-required-schema-properties-undefined","no-schema-type-mismatch","boolean-parameter-prefixes","request-mime-type","response-contains-property","response-mime-type","no-duplicated-tag-names","spec-ref-siblings"],NH=["info-contact","operation-operationId","tag-description","tags-alphabetical","info-license-strict","info-license","no-ambiguous-paths","no-duplicated-enum-values","no-enum-type-mismatch","no-unsafe-markdown","no-http-verbs-in-paths","no-identical-paths","no-invalid-parameter-examples","no-invalid-schema-examples","no-path-trailing-slash","operation-2xx-response","operation-4xx-response","operation-description","operation-operationId-unique","operation-operationId-url-safe","operation-parameters-unique","operation-singular-tag","operation-summary","operation-tag-defined","parameter-description","path-declaration-must-exist","path-http-verbs-order","path-not-include-query","path-params-defined","path-parameters-defined","path-segment-plural","paths-kebab-case","required-string-property-missing-min-length","response-contains-header","scalar-property-missing-example","security-defined","security-scopes-defined","spec-strict-refs","no-required-schema-properties-undefined","no-schema-type-mismatch","boolean-parameter-prefixes","component-name-unique","no-empty-servers","no-example-value-and-externalValue","no-illogical-composition-keywords","no-invalid-media-type-examples","no-server-example.com","no-server-trailing-slash","no-server-variables-empty-enum","no-undefined-server-variable","no-unused-components","no-mixed-number-range-constraints","operation-4xx-problem-details-rfc7807","request-mime-type","response-contains-property","response-mime-type","spec-components-invalid-map-name","array-parameter-serialization","no-duplicated-tag-names","nullable-type-sibling","spec-no-invalid-tag-parents","spec-no-invalid-encoding-combinations","spec-discriminator-defaultMapping","spec-example-values","spec-querystring-parameters","spec-ref-siblings"],jH=["info-contact","info-license-strict","operation-operationId","security-defined","tag-description","tags-alphabetical","channels-kebab-case","no-channel-trailing-slash","no-duplicated-tag-names","no-required-schema-properties-undefined","no-duplicated-enum-values","no-enum-type-mismatch","no-unsafe-markdown","no-mixed-number-range-constraints","no-schema-type-mismatch","spec-ref-siblings","security-scopes-defined"],MH=["info-contact","info-license-strict","operation-operationId","security-defined","tag-description","tags-alphabetical","channels-kebab-case","no-channel-trailing-slash","no-duplicated-tag-names","no-required-schema-properties-undefined","no-duplicated-enum-values","no-enum-type-mismatch","no-unsafe-markdown","no-mixed-number-range-constraints","no-schema-type-mismatch","spec-ref-siblings","security-scopes-defined"],DH=["sourceDescription-type","workflowId-unique","stepId-unique","sourceDescription-name-unique","sourceDescriptions-not-empty","spec-step-mutually-exclusive-fields","workflow-dependsOn","outputs-defined","parameters-unique","step-onSuccess-unique","step-onFailure-unique","requestBody-replacements-unique","no-criteria-xpath","criteria-unique","no-x-security-scheme-name-without-openapi","x-security-scheme-required-values","no-x-security-both-scheme-and-scheme-name","no-required-schema-properties-undefined","no-duplicated-enum-values","no-enum-type-mismatch","no-unsafe-markdown","no-mixed-number-range-constraints","no-schema-type-mismatch","x-security-scheme-name-reference"],LH=["info-contact"],UH=["info-contact","info-license","no-unused-components","spec-no-duplicated-method-params","spec-no-required-params-after-optional","spec-ref-siblings"],zH=["no-unused-types","type-description"],FH=["struct","no-unresolved-refs"],VH=[...qH,...NH,...jH,...MH,...DH,...LH,...UH,...zH,...FH],BH=["operation-description-override","tag-description-override","info-description-override","info-override","remove-x-internal","filter-in","filter-out","remove-unused-components"],HH=["operation-description-override","tag-description-override","info-description-override","info-override","remove-x-internal","filter-in","filter-out","media-type-examples-override","remove-unused-components"],vw=[...HH,...BH],xw={extends:{name:"Extends",properties:{},items:e=>typeof e=="string"&&!oe(e)&&!CH.extname(e)?{type:"string"}:{...ua,directResolveAs:{name:"ConfigGovernance",...ua}},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends#extends"},plugins:{type:"array",items:{type:"string"}},rules:"Rules",oas2Rules:"Rules",oas3_0Rules:"Rules",oas3_1Rules:"Rules",oas3_2Rules:"Rules",async2Rules:"Rules",async3Rules:"Rules",arazzo1Rules:"Rules",arazzo1_1Rules:"Rules",overlay1Rules:"Rules",openrpc1Rules:"Rules",graphqlRules:"Rules",preprocessors:"Preprocessors",oas2Preprocessors:"Preprocessors",oas3_0Preprocessors:"Preprocessors",oas3_1Preprocessors:"Preprocessors",oas3_2Preprocessors:"Preprocessors",async2Preprocessors:"Preprocessors",async3Preprocessors:"Preprocessors",arazzo1Preprocessors:"Preprocessors",arazzo1_1Preprocessors:"Preprocessors",overlay1Preprocessors:"Preprocessors",openrpc1Preprocessors:"Preprocessors",decorators:"Decorators",oas2Decorators:"Decorators",oas3_0Decorators:"Decorators",oas3_1Decorators:"Decorators",oas3_2Decorators:"Decorators",async2Decorators:"Decorators",async3Decorators:"Decorators",arazzo1Decorators:"Decorators",arazzo1_1Decorators:"Decorators",overlay1Decorators:"Decorators",openrpc1Decorators:"Decorators"},ua={properties:xw},KH=e=>({...e.rootRedoclyConfigSchema,properties:{...e.rootRedoclyConfigSchema.properties,...ua.properties,apis:"ConfigApis",client:"Client",telemetry:{enum:["on","off"]},resolve:{properties:{http:"ConfigHTTP",doNotResolveExamples:{type:"boolean"}}}}}),GH={properties:{},additionalProperties:"ConfigApisProperties",description:"The `apis` configuration section is used when a project contains multiple API descriptions to set up different rules and settings for individual APIs. It allows defining specific configurations for each API, which must be identified by a unique name.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/apis"},WH=e=>({...e["rootRedoclyConfigSchema.apis_additionalProperties"],properties:{...e["rootRedoclyConfigSchema.apis_additionalProperties"]?.properties,...Oc(ua.properties,["plugins"]),client:"Client",clientOutput:{type:"string"}}}),YH={properties:{headers:{type:"array",items:{type:"string"}}}},QH={properties:{generators:{type:"array",items:{type:"string"}},argsStyle:{enum:["flat","grouped"]},serverUrl:{type:"string"},outputMode:{enum:["single","split"]},runtime:{enum:["inline","module"]},importExt:{enum:["js","ts"]},goPackage:{type:"string"},cliOutput:{type:"string"},errorMode:{enum:["throw","result"]},dateType:{enum:["string","Date"]},mockData:{enum:["static","faker"]},mockSeed:{type:"number"},queryKeyPrefix:{type:"string"},codeSamples:{type:"boolean"},docs:{type:"boolean"},docsFrontmatter:{type:"boolean"},setup:{type:"string"},options:N("ClientGeneratorOptions"),pagination:"ClientPagination"}},JH={properties:{},additionalProperties:{}},Sw={properties:{style:{enum:["cursor","offset","page","link"]},cursorParam:{type:"string"},nextCursor:{type:"string"},hasMore:{type:"string"},offsetParam:{type:"string"},limitParam:{type:"string"},items:{type:"string"}}},XH={properties:{...Sw.properties,exclude:{type:"array",items:{type:"string"}},operations:N("ClientPaginationRule")}},ZH={properties:{},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules",additionalProperties:(e,t)=>{if(t.startsWith("rule/"))return typeof e=="string"?{enum:["error","warn","off"]}:"ConfigurableRule";if(VH.includes(t))return typeof e=="string"?{enum:["error","warn","off"]}:"BuiltinRule";if(Rc(t))return typeof e=="string"?{enum:["error","warn","off"]}:"CustomRule";if(t==="metadata-schema"||t==="custom-fields-schema")return"Schema"}},e9={properties:{severity:{enum:["error","warn","off"]}},additionalProperties:{},required:["severity"],description:"Built-in rules are the default linting rules included with Redocly CLI. They enforce widely accepted API design standards and best practices. Each built-in rule has a default severity of error, but you can change the severity or turn off any built-in rule in your configuration file.",documentationLink:"https://redocly.com/docs/cli/rules/built-in-rules"},t9={properties:{severity:{enum:["error","warn","off"]}},additionalProperties:{},required:["severity"],description:"Custom rules are defined by users via plugins.",documentationLink:"https://redocly.com/docs/cli/custom-plugins/custom-rules"},r9={properties:{},description:"Decorators define transformations that can be applied to the API document during the bundle step.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/decorators",additionalProperties:(e,t)=>{if(vw.includes(t))return typeof e=="string"?{type:"string"}:"BuiltinDecorator";if(Rc(t))return typeof e=="string"?{type:"string"}:"CustomDecorator"}},n9={properties:{},additionalProperties:{},description:"Built-in decorators are the default decorators included with Redocly CLI.",documentationLink:"https://redocly.com/docs/cli/decorators#list-of-decorators"},o9={properties:{},additionalProperties:{},description:"Custom decorators are defined by users via plugins.",documentationLink:"https://redocly.com/docs/cli/custom-plugins/custom-decorators"},i9={properties:{},description:"Preprocessors define transformations that can be applied to the API document before bundling.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/preprocessors",additionalProperties:(e,t)=>{if(vw.includes(t))return typeof e=="string"?{type:"string"}:"BuiltinPreprocessor";if(Rc(t))return typeof e=="string"?{type:"string"}:"CustomPreprocessor"}},s9={properties:{},additionalProperties:{},description:"Built-in preprocessors are the default preprocessors included with Redocly CLI. The available options are the same for decorators and preprocessors.",documentationLink:"https://redocly.com/docs/cli/decorators#list-of-decorators"},a9={properties:{},additionalProperties:{},description:"Custom preprocessors are defined by users via plugins. The available options are the same for decorators and preprocessors.",documentationLink:"https://redocly.com/docs/cli/custom-plugins/custom-decorators"},c9={properties:{properties:N("Schema")},additionalProperties:{}};function p9(e){return{properties:{type:{enum:[...new Set(["any",...e,"SpecExtension"])],description:"REQUIRED. Locates the API node type that the lint command evaluates.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#subject-object"},property:t=>Array.isArray(t)?{type:"array",items:{type:"string"},description:"Property name corresponding to the API node type. If a list of properties is provided, assertions evaluate against each property in the sequence. If not provided (or null), assertions evaluate against the key names for the subject node type.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#property-example"}:t===null?null:{type:"string",description:"Property name corresponding to the API node type. If a list of properties is provided, assertions evaluate against each property in the sequence. If not provided (or null), assertions evaluate against the key names for the subject node type.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#property-example"},filterInParentKeys:{type:"array",items:{type:"string"},description:"The name of the subject's parent key that locates where assertions run. An example value given the subject Operation could be filterInParentKeys: [get, put] means that only GET and PUT operations are evaluated for the assertions.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#mutuallyrequired-example"},filterOutParentKeys:{type:"array",items:{type:"string"},description:"The name of the subject's parent key that excludes where assertions run. An example value given the subject Operation could be filterOutParentKeys: [delete] means that all operations except DELETE operations are evaluated for the assertions."},matchParentKeys:{type:"string",description:"Applies a regex pattern to the subject's parent keys to determine where assertions run. An example value given the subject Operation could be matchParentKeys: /^p/ means that POST, PUT, and PATCH operations are evaluated for the assertions."}},required:["type"],description:"REQUIRED. Narrows the subject further by specifying its type, and optionally property, filterParentKeys, etc.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#subject-object"}}function l9(e){return{...e[nt.ScorecardClassicLevel],properties:{...e[nt.ScorecardClassicLevel]?.properties,...xw}}}var u9={properties:{enum:{type:"array",items:{type:"string"},description:"Asserts a value is within a predefined list of values. Providing a single value in a list is an equality check.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#enum-example"},pattern:{type:"string",description:"Asserts a value matches a regex pattern.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#pattern-example"},notPattern:{type:"string",description:"Asserts a value doesn't match a regex pattern.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#notpattern-example"},casing:{enum:["camelCase","kebab-case","snake_case","PascalCase","MACRO_CASE","COBOL-CASE","flatcase"],description:"Asserts a casing style. Supported styles are: camelCase, kebab-case, snake_case, PascalCase, MACRO_CASE, COBOL-CASE, flatcase.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#casing-example"},mutuallyExclusive:{type:"array",items:{type:"string"},description:"Asserts that listed properties (key names only) are mutually exclusive.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#mutuallyexclusive-example"},mutuallyRequired:{type:"array",items:{type:"string"},description:"Asserts that listed properties (key names only) are mutually required.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#mutuallyrequired-example"},required:{type:"array",items:{type:"string"},description:"Asserts all listed values are defined.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#required-example"},requireAny:{type:"array",items:{type:"string"},description:"Asserts that at least one of the listed properties (key names only) is defined. ",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#requireany-example"},contains:{type:"array",items:{type:"string"},description:"Asserts that all listed strings are included in the value array.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#contains-example"},disallowed:{type:"array",items:{type:"string"},description:"Asserts all listed values are not defined.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#disallowed-example"},defined:{type:"boolean",description:"Asserts a property is defined.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#defined-example"},nonEmpty:{type:"boolean",description:"Asserts a property is not empty.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#nonempty-example"},minLength:{type:"integer",description:"Asserts a minimum length (inclusive) of a string or list (array).",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#minlength-example"},maxLength:{type:"integer",description:"Asserts a maximum length (inclusive) of a string or list (array).",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#maxlength-example"},ref:e=>typeof e=="string"?{type:"string",description:"Asserts a reference object presence in object's property. A boolean value of true means the property has a $ref defined. A boolean value of false means the property has not defined a $ref (it has an in-place value). A string value means that the $ref is defined and the unresolved value must match the pattern (for example, '/paths/.*.yaml$/').",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#ref-example"}:{type:"boolean",description:"Asserts a reference object presence in object's property. A boolean value of true means the property has a $ref defined. A boolean value of false means the property has not defined a $ref (it has an in-place value). A string value means that the $ref is defined and the unresolved value must match the pattern (for example, '/paths/.*.yaml$/').",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#ref-example"},const:e=>{if(typeof e=="string")return{type:"string",description:"Asserts equality of a value. The behavior is the same as the enum assertion with exactly one value.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#const-example"};if(typeof e=="number")return{type:"number",description:"Asserts equality of a value. The behavior is the same as the enum assertion with exactly one value.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#const-example"};if(typeof e=="boolean")return{type:"boolean",description:"Asserts equality of a value. The behavior is the same as the enum assertion with exactly one value.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#const-example"}}},additionalProperties:(e,t)=>{if(/^\w+\/\w+$/.test(t))return{}},description:"A minimum of one assertion property is required to be defined.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#assertion-object"},d9={properties:{subject:"Subject",assertions:"Assertions"},required:["subject","assertions"],description:"The where object is part of a where list which must be defined in order from the root node. Each node can only be used in one where object for each assertion. Each subsequent node must be a descendant of the previous one. Rules that use multiple where objects must target each one on a different node. However, the same node could be used in the last where object and in the root subject object. Nodes may be skipped in between the subject node types of the where list and those defined in the root subject type.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#where-object"},f9={properties:{subject:"Subject",assertions:"Assertions",where:q("Where"),message:{type:"string"},suggest:{type:"array",items:{type:"string"}},reference:{type:"string"},severity:{enum:["error","warn","off"]}},required:["subject","assertions"],description:"Configurable rule definitions enforce your custom API design standards. Add or edit your configurable rules in the configuration file. A configurable rule is a rule that starts with a rule/ prefix followed by a unique rule name. Rule names display in the lint log if the assertions fail. More than one configurable rule may be defined, and any configurable rule may have multiple assertions.",documentationLink:"https://redocly.com/docs/cli/rules/configurable-rules#configurable-rule-object"};function dp(e,t){let r=di.flatMap(o=>{let i=fo(o),s=t?t.extendTypes(i,o):i;return Object.keys(s)}),{ctx:n}=nh("rootRedoclyConfigSchema",e);return{...m9,ConfigRoot:KH(n),ConfigApisProperties:WH(n),Subject:p9([...r,...v0]),...n,[nt.ScorecardClassicLevel]:l9(n)}}var m9={ConfigurableRule:f9,ConfigApis:GH,ConfigGovernance:ua,ConfigHTTP:YH,Client:QH,ClientGeneratorOptions:JH,ClientPagination:XH,ClientPaginationRule:Sw,Where:d9,BuiltinRule:e9,CustomRule:t9,BuiltinDecorator:n9,CustomDecorator:o9,BuiltinPreprocessor:s9,CustomPreprocessor:a9,Schema:c9,Rules:ZH,Decorators:r9,Preprocessors:i9,Assertions:u9},{theme:uee,...h9}=ui.properties,y9={...ui,properties:h9},ww=dp(y9),In=tn(ww);function nr(e,t){if(j(t.parent))return;let r=t.key.toString(),n=e.counts??={};n[r]=(n[r]??0)+1}function oh(e){for(let o of Object.values(e))o.items&&(o.total=o.items.size);let{xExtensions:t}=e,r=t.counts??{},n=Object.keys(r).sort();t.total=n.length,t.counts=Object.fromEntries(n.map(o=>[o,r[o]]))}var g9=e=>({SpecExtension:{enter(t,r){nr(e.xExtensions,r)}},XCodeSampleList:{enter(t,r){nr(e.xExtensions,r)}},ExamplesMap:{enter(t,r){r.key.toString()==="x-examples"&&nr(e.xExtensions,r)}},EnumDescriptions:{enter(t,r){nr(e.xExtensions,r)}},TagGroups:{enter(t,r){nr(e.xExtensions,r)}},Logo:{enter(t,r){nr(e.xExtensions,r)}},XServerList:{enter(t,r){nr(e.xExtensions,r)}},XUsePkce:{enter(t,r){nr(e.xExtensions,r)}},Operation:{enter(t,r){r.key.toString()==="x-query"&&nr(e.xExtensions,r)}},ExternalDocs:{leave(){e.externalDocs.total++}},ref:{enter(t){e.refs.items.add(t.$ref)}},Tag:{leave(t){e.tags.items.add(t.name)}},Link:{leave(t){e.links.items.add(t.operationId)}},WebhooksMap:{enter(t,r){r.key.toString()==="x-webhooks"&&nr(e.xExtensions,r)},Operation:{leave(t){if(e.webhooks.total++,t.tags)for(let r of t.tags)e.tags.items.add(r)}}},Paths:{PathItem:{leave(){e.pathItems.total++},Operation:{leave(t){if(e.operations.total++,t.tags)for(let r of t.tags)e.tags.items.add(r)}},Parameter:{leave(t){e.parameters.items.add(t.name)}}}},NamedSchemas:{Schema:{leave(){e.schemas.total++}}},Root:{leave(){oh(e)}}}),b9=e=>({SpecExtension:{enter(t,r){nr(e.xExtensions,r)}},ExternalDocs:{leave(){e.externalDocs.total++}},ref:{enter(t){e.refs.items.add(t.$ref)}},Tag:{leave(t){e.tags.items.add(t.name)}},ChannelMap:{Channel:{leave(){e.channels.total++},Operation:{leave(t){if(e.operations.total++,t.tags)for(let r of t.tags)e.tags.items.add(r)}},Parameter:{leave(t,{key:r}){e.parameters.items.add(r.toString())}}}},NamedSchemas:{Schema:{leave(){e.schemas.total++}}},Root:{leave(){oh(e)}}}),v9=e=>({SpecExtension:{enter(t,r){nr(e.xExtensions,r)}},ExternalDocs:{leave(){e.externalDocs.total++}},ref:{enter(t){e.refs.items.add(t.$ref)}},Tag:{leave(t){e.tags.items.add(t.name)}},NamedChannels:{Channel:{leave(){e.channels.total++},Parameter:{leave(t,{key:r}){e.parameters.items.add(r.toString())}}}},NamedOperations:{Operation:{leave(t){if(e.operations.total++,t.tags)for(let r of t.tags)e.tags.items.add(r)}}},NamedSchemas:{Schema:{leave(){e.schemas.total++}}},Root:{leave(){oh(e)}}});import*as Ow from"node:fs";import*as pn from"node:path";var ki="redocly.yaml",_w={extends:["recommended"]},da=".redocly.lint-ignore.yaml",Pw=`# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
|
|
104
|
+
# See https://redocly.com/docs/cli/ for more information.
|
|
105
|
+
`,fp="configBundler",mp="pluginsCollector",Ew=["@theme/plugin.js","@theme/plugin.cjs","@theme/plugin.mjs"];function hp(e){return{http:{headers:e?.http?.headers??[],customFetch:void 0}}}function fa(e,t){let r=new Set(t),n=0;for(let o of e)r.has(o)&&n++;return n}function $w(e,t){let r=t.direction||t,n=t.property;for(let o=1;o<e.length;o++){let i=e[o],s=e[o-1];if(n){let c=e[o][n],p=e[o-1][n];if(!c||!p)return!1;i=c,s=p}if(typeof i=="string"&&typeof s=="string"&&(i=i.toLowerCase(),s=s.toLowerCase()),!(r==="asc"?i>=s:i<=s))return!1}return!0}var yp=new Set(["mutuallyExclusive","mutuallyRequired","enum","pattern","notPattern","minLength","maxLength","casing","sortOrder","disallowed","required","requireAny","ref","const","defined"]),gp=new Set(["pattern","notPattern","enum","defined","nonEmpty","minLength","maxLength","casing","sortOrder","ref","const","contains"]),Lr={pattern:(e,t,{baseLocation:r,rawValue:n})=>{if(typeof e>"u"||$(e))return[];let o=Array.isArray(e)?e:[e],i=lo(t);return o.map(s=>!i?.test(s)&&{message:`"${s}" should match a regex ${t}`,location:je(e)?r:$(n)?r.child(s).key():r.key()}).filter(We)},notPattern:(e,t,{baseLocation:r,rawValue:n})=>{if(typeof e>"u"||$(e))return[];let o=Array.isArray(e)?e:[e],i=lo(t);return o.map(s=>i?.test(s)&&{message:`"${s}" should not match a regex ${t}`,location:je(e)?r:$(n)?r.child(s).key():r.key()}).filter(We)},enum:(e,t,{baseLocation:r})=>typeof e>"u"||$(e)?[]:(Array.isArray(e)?e:[e]).map(o=>!t.includes(o)&&{message:`"${o}" should be one of the predefined values`,location:je(e)?r:r.child(o).key()}).filter(We),defined:(e,t=!0,{baseLocation:r})=>{let n=typeof e<"u";return(t?n:!n)?[]:[{message:t?"Should be defined":"Should be not defined",location:r}]},required:(e,t,{baseLocation:r})=>t.map(n=>!e.includes(n)&&{message:`${n} is required`,location:r.key()}).filter(We),contains:(e,t,{baseLocation:r})=>{if(typeof e>"u"||$(e))return[];let n=Array.isArray(e)?e:[e];return t.map(o=>!n.includes(o)&&{message:`${o} should be in the list`,location:r}).filter(We)},disallowed:(e,t,{baseLocation:r})=>typeof e>"u"||$(e)?[]:(Array.isArray(e)?e:[e]).map(o=>t.includes(o)&&{message:`"${o}" is disallowed`,location:je(e)?r:r.child(o).key()}).filter(We),const:(e,t,{baseLocation:r})=>typeof e>"u"?[]:Array.isArray(e)?e.map(n=>t!==n&&{message:`"${n}" should be equal ${t} `,location:je(e)?r:r.child(n).key()}).filter(We):e!==t?[{message:`${e} should be equal ${t}`,location:r}]:[],nonEmpty:(e,t=!0,{baseLocation:r})=>{let n=typeof e>"u"||e===null||e===""||Array.isArray(e)&&e.length===0;return(t?!n:n)?[]:[{message:t?"Should not be empty":"Should be empty",location:r}]},minLength:(e,t,{baseLocation:r})=>typeof e>"u"||e.length>=t?[]:[{message:`Should have at least ${t} characters`,location:r}],maxLength:(e,t,{baseLocation:r})=>typeof e>"u"||e.length<=t?[]:[{message:`Should have at most ${t} characters`,location:r}],casing:(e,t,{baseLocation:r})=>{if(typeof e>"u"||$(e))return[];let n=Array.isArray(e)?e:[e],o={camelCase:/^[a-z][a-zA-Z0-9]*$/g,"kebab-case":/^([a-z][a-z0-9]*)(-[a-z0-9]+)*$/g,snake_case:/^([a-z][a-z0-9]*)(_[a-z0-9]+)*$/g,PascalCase:/^[A-Z][a-zA-Z0-9]+$/g,MACRO_CASE:/^([A-Z][A-Z0-9]*)(_[A-Z0-9]+)*$/g,"COBOL-CASE":/^([A-Z][A-Z0-9]*)(-[A-Z0-9]+)*$/g,flatcase:/^[a-z][a-z0-9]+$/g};return n.map(i=>!i.match(o[t])&&{message:`"${i}" should use ${t}`,location:je(e)?r:r.child(i).key()}).filter(We)},sortOrder:(e,t,{baseLocation:r})=>{let n=t.direction||t,o=t.property;return Array.isArray(e)&&e.length>0&&$(e[0])&&!o?[{message:"Please define a property to sort objects by",location:r}]:typeof e>"u"||$w(e,t)?[]:[{message:`Should be sorted in ${n==="asc"?"an ascending":"a descending"} order${o?` by property ${o}`:""}`,location:r}]},mutuallyExclusive:(e,t,{baseLocation:r})=>fa(e,t)<2?[]:[{message:`${t.join(", ")} keys should be mutually exclusive`,location:r.key()}],mutuallyRequired:(e,t,{baseLocation:r})=>(fa(e,t)>0?fa(e,t)===t.length:!0)?[]:[{message:`Properties ${t.join(", ")} are mutually required`,location:r.key()}],requireAny:(e,t,{baseLocation:r})=>fa(e,t)>=1?[]:[{message:`Should have any of ${t.join(", ")}`,location:r.key()}],ref:(e,t,{baseLocation:r,rawValue:n})=>{if(typeof n>"u")return[];let o=n.hasOwnProperty("$ref");if(typeof t=="boolean")return(t?o:!o)?[]:[{message:t?"should use $ref":"should not use $ref",location:o?r:r.key()}];let i=lo(t);return o&&i?.test(n.$ref)?[]:[{message:`$ref value should match ${t}`,location:o?r:r.key()}]}};function Aw(e){return(t,r,n)=>e.call(null,t,r,n)}function Rw(e,t){if(!e.rules)return{};let r={},n=[];for(let[o,i]of Object.entries(e.rules))if(o.startsWith("rule/")&&$(i)){let s=i;if(t){Tw(t,s);for(let a of s.where||[])Tw(t,a)}n.push({...s,assertionId:o})}else r[o]=i;return n.length>0&&(r.assertions=n),r}function Tw(e,t){for(let r of Object.keys(t.assertions||{})){let[n,o]=r.split("/");if(!n||!o)continue;let i=e.find(s=>s.id===n);if(!i)throw Error(`Plugin ${n} isn't found.`);if(!i.assertions||!i.assertions[o])throw Error(`Plugin ${n} doesn't export assertions function with name ${o}.`);Lr[r]=Aw(i.assertions[o])}}var Ii=class e{resolvedConfig;configPath;document;resolvedRefMap;resolve;_alias;plugins;ignore={};doNotResolveExamples;rules;preprocessors;decorators;_usedRules=new Set;_usedVersions=new Set;constructor(t,r={}){this.resolvedConfig=t,this.configPath=r.configPath,this.document=r.document,this.resolvedRefMap=r.resolvedRefMap,this.resolve=hp(this.resolvedConfig.resolve),this._alias=r.alias,this.plugins=r.plugins||[],this.doNotResolveExamples=!!t.resolve?.doNotResolveExamples;let n=o=>Rw({rules:o},this.plugins);this.rules={oas2:n({...t.rules,...t.oas2Rules}),oas3_0:n({...t.rules,...t.oas3_0Rules}),oas3_1:n({...t.rules,...t.oas3_1Rules}),oas3_2:n({...t.rules,...t.oas3_2Rules}),async2:n({...t.rules,...t.async2Rules}),async3:n({...t.rules,...t.async3Rules}),arazzo1:n({...t.rules,...t.arazzo1Rules}),arazzo1_1:n({...t.rules,...t.arazzo1_1Rules}),overlay1:n({...t.rules,...t.overlay1Rules}),openrpc1:n({...t.rules,...t.openrpc1Rules}),graphql:n({...Oc(t.rules??{},["no-unresolved-refs"]),...t.graphqlRules})},this.preprocessors={oas2:{...t.preprocessors,...t.oas2Preprocessors},oas3_0:{...t.preprocessors,...t.oas3_0Preprocessors},oas3_1:{...t.preprocessors,...t.oas3_1Preprocessors},oas3_2:{...t.preprocessors,...t.oas3_2Preprocessors},async2:{...t.preprocessors,...t.async2Preprocessors},async3:{...t.preprocessors,...t.async3Preprocessors},arazzo1:{...t.preprocessors,...t.arazzo1Preprocessors},arazzo1_1:{...t.preprocessors,...t.arazzo1_1Preprocessors},overlay1:{...t.preprocessors,...t.overlay1Preprocessors},openrpc1:{...t.preprocessors,...t.openrpc1Preprocessors},graphql:{}},this.decorators={oas2:{...t.decorators,...t.oas2Decorators},oas3_0:{...t.decorators,...t.oas3_0Decorators},oas3_1:{...t.decorators,...t.oas3_1Decorators},oas3_2:{...t.decorators,...t.oas3_2Decorators},async2:{...t.decorators,...t.async2Decorators},async3:{...t.decorators,...t.async3Decorators},arazzo1:{...t.decorators,...t.arazzo1Decorators},arazzo1_1:{...t.decorators,...t.arazzo1_1Decorators},overlay1:{...t.decorators,...t.overlay1Decorators},openrpc1:{...t.decorators,...t.openrpc1Decorators},graphql:{}},this.ignore=r.ignore??{}}forAlias(t){if(t===void 0||!$(this.resolvedConfig?.apis?.[t]))return this;let{apis:r,...n}=this.resolvedConfig,{root:o,output:i,...s}=r[t];return new e({...n,...s},{configPath:this.configPath,document:this.document,resolvedRefMap:this.resolvedRefMap,alias:t,plugins:this.plugins,ignore:this.ignore})}clearIgnoreForRef(t){let r=this.configPath?pn.dirname(this.configPath):process.cwd(),n=oe(t)?t:pn.resolve(r,t);delete this.ignore[n]}saveIgnore(){let t=this.configPath?pn.dirname(this.configPath):process.cwd(),r=pn.join(t,da),n={};for(let o of Object.keys(this.ignore)){let i=oe(o)?o:gd(pn.relative(t,o)),s=n[i]=this.ignore[o];for(let a of Object.keys(s))s[a]=Array.from(s[a])}Ow.writeFileSync(r,Pw+fc(n))}addIgnore(t){let r=this.ignore,n=t.location[0];if(n.pointer===void 0)return;let o=r[n.source.absoluteRef]=r[n.source.absoluteRef]||{};(o[t.ruleId]=o[t.ruleId]||new Set).add(n.pointer)}addProblemToIgnore(t){let r=t.location[0];if(r.pointer===void 0)return t;let o=(this.ignore[r.source.absoluteRef]||{})[t.ruleId],i=o&&o.has(r.pointer);return i?{...t,ignored:i}:t}extendTypes(t,r){let n=t;for(let o of this.plugins)if(o.typeExtension!==void 0)switch(r){case"oas3_0":case"oas3_1":case"oas3_2":if(!o.typeExtension.oas3)continue;n=o.typeExtension.oas3(n,r);break;case"oas2":if(!o.typeExtension.oas2)continue;n=o.typeExtension.oas2(n,r);break;case"async2":if(!o.typeExtension.async2)continue;n=o.typeExtension.async2(n,r);break;case"async3":if(!o.typeExtension.async3)continue;n=o.typeExtension.async3(n,r);break;case"arazzo1":case"arazzo1_1":if(!o.typeExtension.arazzo1)continue;n=o.typeExtension.arazzo1(n,r);break;case"overlay1":if(!o.typeExtension.overlay1)continue;n=o.typeExtension.overlay1(n,r);break;case"openrpc1":if(!o.typeExtension.openrpc1)continue;n=o.typeExtension.openrpc1(n,r);break;case"graphql":break;default:throw new Error("Not implemented")}return n}getRuleSettings(t,r){this._usedRules.add(t),this._usedVersions.add(r);let n=this.rules[r][t]||"off";return typeof n=="string"?{severity:n}:{severity:"error",...n}}getPreprocessorSettings(t,r){this._usedRules.add(t),this._usedVersions.add(r);let n=this.preprocessors[r][t]||"off";return typeof n=="string"?{severity:n==="on"?"error":n}:{severity:"error",...n}}getDecoratorSettings(t,r){this._usedRules.add(t),this._usedVersions.add(r);let n=this.decorators[r][t]||"off";return typeof n=="string"?{severity:n==="on"?"error":n}:{severity:"error",...n}}getUnusedRules(){let t=[],r=[],n=[];for(let o of Array.from(this._usedVersions))t.push(...Object.keys(this.rules[o]).filter(i=>!this._usedRules.has(i))),r.push(...Object.keys(this.decorators[o]).filter(i=>!this._usedRules.has(i))),n.push(...Object.keys(this.preprocessors[o]).filter(i=>!this._usedRules.has(i)));return{rules:t,preprocessors:n,decorators:r}}getRulesForSpecVersion(t){switch(t){case"oas3":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.oas3&&r.push(n.preprocessors.oas3)),this.plugins.forEach(n=>n.rules?.oas3&&r.push(n.rules.oas3)),this.plugins.forEach(n=>n.decorators?.oas3&&r.push(n.decorators.oas3)),r}case"oas2":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.oas2&&r.push(n.preprocessors.oas2)),this.plugins.forEach(n=>n.rules?.oas2&&r.push(n.rules.oas2)),this.plugins.forEach(n=>n.decorators?.oas2&&r.push(n.decorators.oas2)),r}case"async2":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.async2&&r.push(n.preprocessors.async2)),this.plugins.forEach(n=>n.rules?.async2&&r.push(n.rules.async2)),this.plugins.forEach(n=>n.decorators?.async2&&r.push(n.decorators.async2)),r}case"async3":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.async3&&r.push(n.preprocessors.async3)),this.plugins.forEach(n=>n.rules?.async3&&r.push(n.rules.async3)),this.plugins.forEach(n=>n.decorators?.async3&&r.push(n.decorators.async3)),r}case"arazzo1":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.arazzo1&&r.push(n.preprocessors.arazzo1)),this.plugins.forEach(n=>n.rules?.arazzo1&&r.push(n.rules.arazzo1)),this.plugins.forEach(n=>n.decorators?.arazzo1&&r.push(n.decorators.arazzo1)),r}case"arazzo1_1":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.arazzo1_1&&r.push(n.preprocessors.arazzo1_1)),this.plugins.forEach(n=>n.rules?.arazzo1_1&&r.push(n.rules.arazzo1_1)),this.plugins.forEach(n=>n.decorators?.arazzo1_1&&r.push(n.decorators.arazzo1_1)),r}case"overlay1":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.overlay1&&r.push(n.preprocessors.overlay1)),this.plugins.forEach(n=>n.rules?.overlay1&&r.push(n.rules.overlay1)),this.plugins.forEach(n=>n.decorators?.overlay1&&r.push(n.decorators.overlay1)),r}case"openrpc1":{let r=[];return this.plugins.forEach(n=>n.preprocessors?.openrpc1&&r.push(n.preprocessors.openrpc1)),this.plugins.forEach(n=>n.rules?.openrpc1&&r.push(n.rules.openrpc1)),this.plugins.forEach(n=>n.decorators?.openrpc1&&r.push(n.decorators.openrpc1)),r}case"graphql":{let r=[];return this.plugins.forEach(n=>n.rules?.graphql&&r.push(n.rules.graphql)),r}}}skipRules(t){for(let r of t||[])for(let n of di)if(this.rules[n][r])this.rules[n][r]="off";else if(Array.isArray(this.rules[n].assertions))for(let o of this.rules[n].assertions)o.assertionId===r&&(o.severity="off")}skipPreprocessors(t){for(let r of t||[])for(let n of di)this.preprocessors[n][r]&&(this.preprocessors[n][r]="off")}skipDecorators(t){for(let r of t||[])for(let n of di)this.decorators[n][r]&&(this.decorators[n][r]="off")}};var kw={};var Iw={};var Cw={};function bp(e){return Array.isArray(e)&&e.length===0}function vp(e,t,r){let{parent:n,key:o}=t,i=!1;if(Array.isArray(e))for(let s=0;s<e.length;s++){if(j(e[s])){let a=t.resolve(e[s]);r(a.node)&&(e.splice(s,1),i=!0,s--)}r(e[s])&&(e.splice(s,1),i=!0,s--)}else if($(e))for(let s of Object.keys(e)){if(j(e[s])){let a=t.resolve(e[s]);r(a.node)&&(delete e[s],i=!0)}r(e[s])&&(delete e[s],i=!0)}i&&(Ht(e)||bp(e))&&delete n[o]}function Cn(e,t,r){return e===void 0||t===void 0?!1:!Array.isArray(t)&&!Array.isArray(e)?e===t:(t=qw(t),e=qw(e),r==="any"?t.some(n=>e.includes(n)):r==="all"?t.every(n=>e.includes(n)):!1)}function qw(e){return Array.isArray(e)?e:[e]}var x9="any",xp=({property:e,value:t,matchStrategy:r,applyTo:n})=>{let o=r||x9;if(n!==void 0){if(n==="Operation"){let s=["get","post","put","delete","patch","options","head","trace","query"];return{PathItem:{enter(a,c){for(let l of s){let u=j(a[l])?c.resolve(a[l]).node:a[l];if($(u)){let d=u[e];Cn(d,t,o)||delete a[l]}}s.some(l=>a[l])||a.additionalOperations||delete c.parent[c.key]}}}}if(n==="PathItem")return{PathItem:{enter(s,a){let c=s[e];Cn(c,t,o)||delete a.parent[a.key]}}};throw new Error("The 'target' option must be 'Operation' or 'PathItem' when provided.")}let i=s=>s?.[e]&&!Cn(s?.[e],t,o);return{any:{enter:(s,a)=>{vp(s,a,i)}}}};var S9="any",Sp=({property:e,value:t,matchStrategy:r,applyTo:n})=>{let o=r||S9;if(n!==void 0){if(n==="Operation"){let s=["get","post","put","delete","patch","options","head","trace","query"];return{PathItem:{enter(a,c){for(let l of s){let u=j(a[l])?c.resolve(a[l]).node:a[l];if($(u)){let d=u[e];Cn(d,t,o)&&delete a[l]}}s.some(l=>a[l])||a.additionalOperations||delete c.parent[c.key]}}}}if(n==="PathItem")return{PathItem:{enter(s,a){let c=s[e];Cn(c,t,o)&&delete a.parent[a.key]}}};throw new Error("The 'target' option must be 'Operation' or 'PathItem' when provided.")}let i=s=>Cn(s?.[e],t,o);return{any:{enter:(s,a)=>{vp(s,a,i)}}}};import*as wp from"node:fs";import*as _p from"node:path";function ih(e){let t=wp.readFileSync(e,"utf-8");return co(t)}function ln(e,t){return oe(e)||t===void 0?e:_p.resolve(_p.dirname(t),e)}function Ci(e){return wp.readFileSync(e,"utf-8")}var Pp=({filePath:e})=>({Info:{leave(t,{report:r,location:n,config:o}){if(!e)throw new Error('Parameter "filePath" is not provided for "info-description-override" rule');try{t.description=Ci(ln(e,o?.configPath))}catch(i){r({message:`Failed to read markdown override file for "info.description".
|
|
106
|
+
${i.message}`,location:n.child("description")})}}}});var Ep=e=>({Info:{leave(t){if(!$(e))throw new Error('"info-override" decorator should be called with an object');let{severity:r,...n}=e;Object.assign(t,n)}}});var $p=({operationIds:e})=>({Operation:{leave(t,{report:r,location:n,config:o}){if(!t.operationId)return;if(!e)throw new Error('Parameter "operationIds" is not provided for "operation-description-override" rule');let i=t.operationId;if(e[i])try{let s=e[i];t.description=Ci(ln(s,o?.configPath))}catch(s){r({message:`Failed to read markdown override file for operation "${i}".
|
|
107
|
+
${s.message}`,location:n.child("operationId").key()})}}}});var w9="x-internal",Ap=({internalFlagProperty:e=w9})=>{function t(n,o,i){let{parent:s,key:a}=o,c=!1;if(Array.isArray(n))for(let p=0;p<n.length;p++){if(j(n[p])&&o.resolve(n[p]).node?.[e]){if($(s.discriminator?.mapping))for(let u in s.discriminator.mapping)i?.[u]===n[p].$ref&&delete s.discriminator.mapping[u];n.splice(p,1),c=!0,p--}n[p]?.[e]&&(n.splice(p,1),c=!0,p--)}else if($(n))for(let p of Object.keys(n)){if(j(n[p])){let l=o.resolve(n[p]);$(l.node)&&l.node?.[e]&&(delete n[p],c=!0)}$(n[p])&&n[p]?.[e]&&(delete n[p],c=!0)}c&&(Ht(n)||bp(n))&&delete s[a]}let r={};return{DiscriminatorMapping:{enter:n=>{r=JSON.parse(JSON.stringify(n))}},any:{enter:(n,o)=>{t(n,o,r)}}}};var Tp=({tagNames:e})=>({Tag:{leave(t,{report:r,config:n}){if(!e)throw new Error('Parameter "tagNames" is not provided for "tag-description-override" rule');let o=e[t.name];if(o)try{t.description=Ci(ln(o,n?.configPath))}catch(i){r({message:`Failed to read markdown override file for tag "${t.name}".
|
|
108
|
+
${i.message}`})}}}});var _9=["definitions","parameters","responses","securityDefinitions"],Rp=()=>{let e=new Map;function t(o,i){let s=`${o}/${i}`;e.set(s,{usedIn:e.get(s)?.usedIn??[],componentType:o,name:i})}function r(o){if(!o.startsWith("#/"))return;let[i,s]=Sn(o).pointer;if(!(!i||!s)&&_9.includes(i))return`${i}/${s}`}function n(o,i=new Set){let s=i.size;for(let[a,{usedIn:c,name:p,componentType:l}]of e)!c.some(d=>d!==a&&!i.has(d))&&l&&(i.add(a),delete o[l][p],e.delete(a),Ht(o[l])&&delete o[l]);return i.size>s?n(o,i):i.size}return{ref:{leave(o,{location:i,type:s,key:a}){if(["Schema","Parameter","Response","SecurityScheme"].includes(s.name)){let c=r(o.$ref);if(!c)return;let p=r(i.pointer)??i.pointer,l=e.get(c);l?l.usedIn.push(p):e.set(c,{usedIn:[p],name:a.toString()})}}},Root:{leave(o,i){let s=i.getVisitorData();s.removedCount=n(o)}},NamedSchemas:{Schema(o,{key:i}){o.allOf||t("definitions",i.toString())}},NamedParameters:{Parameter(o,{key:i}){t("parameters",i.toString())}},NamedResponses:{Response(o,{key:i}){t("responses",i.toString())}},NamedSecuritySchemes:{SecurityScheme(o,{key:i}){t("securityDefinitions",i.toString())}},SecurityRequirement(o){for(let i of Object.keys(o)){let s=`securityDefinitions/${i}`,a=e.get(s);a?a.usedIn.push("SecurityRequirement"):e.set(s,{usedIn:["SecurityRequirement"],name:i})}}}};var Nw={"operation-description-override":$p,"tag-description-override":Tp,"info-description-override":Pp,"info-override":Ep,"remove-x-internal":Ap,"filter-in":xp,"filter-out":Sp,"remove-unused-components":Rp};var Mw=({operationIds:e})=>({Operation:{enter(t,r){let n=t.operationId;if(!n)return;let o=e[n];if(o){if(o.responses&&t.responses)for(let i of Object.keys(o.responses)){let s=jw(t.responses[i],r.resolve);s&&(s.content=s.content?s.content:{},Object.keys(o.responses[i]).forEach(a=>{let c=o.responses[i][a];s.content[a]={...s.content[a],examples:ih(ln(c,r.config?.configPath))}}),t.responses[i]=s)}if(o.request&&t.requestBody){let i=jw(t.requestBody,r.resolve);if(!i)return;i.content=i.content?i.content:{},Object.keys(o.request).forEach(s=>{let a=o.request[s];i.content[s]={...i.content[s],examples:ih(ln(a,r.config?.configPath))}}),t.requestBody=i}}}}});function jw(e,t){if(!j(e))return e;let r=t(e);return r.error?void 0:JSON.parse(JSON.stringify(r.node))}function Dw(e,t){return t in e}function Lw(e){if(!e.startsWith("#/components/"))return;let[t,r,n]=Sn(e).pointer;if(!(!r||!n))return`${r}/${n}`}var Op=()=>{let e=new Map;function t(n,o,i=!1){let s=`${n}/${o}`;e.set(s,{usedIn:e.get(s)?.usedIn??[],componentType:n,name:o,referencesDiscriminator:i})}function r(n,o=new Set){let i=o.size;for(let[s,{usedIn:a,name:c,componentType:p,referencesDiscriminator:l}]of e)if(!(a.some(d=>d!==s&&!o.has(d))||l)&&p&&n.components&&Dw(n.components,p)){o.add(s);let d=n.components[p];delete d[c],e.delete(s),Ht(d)&&delete n.components[p]}return o.size>i?r(n,o):o.size}return{ref:{leave(n,{location:o,type:i,key:s}){if(["Schema","Header","Parameter","Response","Example","RequestBody","MediaTypesMap","SecurityScheme"].includes(i.name)){let a=Lw(n.$ref);if(!a)return;let c=Lw(o.pointer)??o.pointer,p=e.get(a);p?p.usedIn.push(c):e.set(a,{usedIn:[c],name:s.toString()})}}},Root:{leave(n,o){let i=o.getVisitorData();i.removedCount=r(n),Ht(n.components)&&delete n.components}},NamedSchemas:{Schema(n,o){let i=n.allOf?.some(s=>j(s)&&o.resolve(s)?.node?.discriminator);t("schemas",o.key.toString(),i)}},NamedParameters:{Parameter(n,{key:o}){t("parameters",o.toString())}},NamedResponses:{Response(n,{key:o}){t("responses",o.toString())}},NamedExamples:{Example(n,{key:o}){t("examples",o.toString())}},NamedRequestBodies:{RequestBody(n,{key:o}){t("requestBodies",o.toString())}},NamedHeaders:{Header(n,{key:o}){t("headers",o.toString())}},NamedMediaTypes:{MediaTypesMap(n,{key:o}){t("mediaTypes",o.toString())}},NamedSecuritySchemes:{SecurityScheme(n,{key:o}){t("securitySchemes",o.toString())}},SecurityRequirement(n){for(let o of Object.keys(n)){let i=`securitySchemes/${o}`,s=e.get(i);s?s.usedIn.push("SecurityRequirement"):e.set(i,{usedIn:["SecurityRequirement"],name:o})}}}};var Uw={"operation-description-override":$p,"tag-description-override":Tp,"info-description-override":Pp,"info-override":Ep,"remove-x-internal":Ap,"filter-in":xp,"filter-out":Sp,"media-type-examples-override":Mw,"remove-unused-components":Op};var zw={};var Fw={};var Vw=()=>({SourceDescriptions:{enter(e,{report:t,location:r,specVersion:n}){if(!e.length)return;let o=n==="arazzo1"?["openapi","arazzo"]:["openapi","arazzo","asyncapi"];for(let i of e)o.includes(i?.type)||t({message:`The \`type\` property of the \`sourceDescription\` object must be either ${o.map(s=>`\`${s}\``).join(" or ")}.`,location:r.child([e.indexOf(i)]),reference:"https://redocly.com/docs/cli/rules/arazzo/sourcedescription-type"})}}});var sh={problems:"{{problems}}",assertionName:"{{assertionName}}",nodeType:"{{nodeType}}",key:"{{key}}",property:"{{property}}",file:"{{file}}",pointer:"{{pointer}}"};function Bw(e){let{filterInParentKeys:t,filterOutParentKeys:r,matchParentKeys:n}=e,o=n&&lo(n),i=o&&(c=>o.test(c.toString())),s=Array.isArray(t)&&(c=>t.includes(c.toString())),a=Array.isArray(r)&&(c=>!r.includes(c.toString()));return[i,s,a].filter(We)}function Kw(e){let t=As(Lr).filter(o=>e.assertions[o]!==void 0).map(o=>({name:o,conditions:e.assertions[o],runsOnKeys:yp.has(o),runsOnValues:gp.has(o)})),r=t.find(o=>o.runsOnKeys&&!o.runsOnValues),n=t.find(o=>o.runsOnValues&&!o.runsOnKeys);if(n&&!e.subject.property)throw new Error(`The '${n.name}' assertion can't be used on all keys. Please provide a single property.`);if(r&&e.subject.property)throw new Error(`The '${r.name}' assertion can't be used on properties. Please remove the 'property' key.`);return t}function Gw({subject:e}){return(Array.isArray(e.property)?e.property:[e?.property]).filter(Boolean)}function Ww(e,t,r){let n=Gw(e),o=[];for(let i of t)if(n.length)for(let s of n)o.push(Hw({assert:i,ctx:r,assertionProperty:s}));else o.push(Hw({assert:i,ctx:r}));return o.flat()}function Yw(e,t){let r=Bw(e.subject),n=r.length?(c,p)=>!r.every(l=>l(p)):void 0,o={[e.subject.type]:{enter:t,...n&&{skip:n}}};if(!Array.isArray(e.where))return o;let i={},s=i,a=e.where;for(let c=0;c<a.length;c++){let p=a[c];if(!je(p.subject?.type))throw new Error(`${e.assertionId} -> where -> [${c}]: 'type' (String) is required`);if(!$(p.assertions))throw new Error(`${e.assertionId} -> where -> [${c}]: 'assertions' (Object) is required`);let l=Bw(p.subject),u=Kw(p),d=(m,h,y)=>!l.every(g=>g(h))||!!Ww(p,u,{...y,node:m}).length,f={...(l.length||u.length)&&{skip:d}};p.subject.type===e.subject.type&&c===a.length-1?o[e.subject.type]={enter:t,...f.skip&&{skip:f.skip}||n&&{skip:(m,h,y)=>!!(f.skip?.(m,h,y)||n?.(m,h))}}:i=i[p.subject?.type]=f}return i[e.subject.type]=o[e.subject.type],s}function Qw(e,t){return(r,n)=>{let o=Gw(t),i=`${W.blue(e)} failed because the ${W.blue(t.subject.type)} ${W.blue(o.join(", "))} didn't meet the assertions: ${sh.problems}`.replace(/ +/g," "),s=Ww(t,Kw(t),{...n,node:r});if(s.length)for(let a of P9(s)){let c=t.message||i,l={problems:ah(a),assertionName:e,nodeType:t.subject.type,property:o.join(", "),key:String(n.key),pointer:n.location.pointer,file:ch(n.location.source.absoluteRef)};n.report({message:ph(c,l),location:E9(a)||n.location,forceSeverity:t.severity||"error",suggest:t.suggest||[],...t.reference&&{reference:t.reference},ruleId:e})}}}function P9(e){let t={};for(let r of e){if(!r.location)continue;let n=r.location.pointer;t[n]=t[n]||[],t[n].push(r)}return Object.values(t)}function E9(e){return e.length?e[0].location:void 0}function ah(e){return e.length===1?e[0].message??"":e.map(t=>`
|
|
109
|
+
- ${t.message??""}`).join("")}function ch(e){return oe(e)?e.split("/").at(-1)||e:e.split(/[/\\]/).at(-1)||e}function ph(e,t){let r=e;for(let n of Object.keys(sh)){let o=sh[n],i=t[n];o&&(r=r.split(o).join(i))}return r}function Hw({assert:e,ctx:t,assertionProperty:r}){let n=e.name==="ref"?t.rawLocation:t.location;if(r){let o=j(t.node[r])?t.resolve(t.node[r])?.node:t.node[r],i=t.rawNode[r],s=n.child(r);return Lr[e.name](o,e.conditions,{...t,baseLocation:s,rawValue:i})}else{let o=Array.isArray(t.node)?t.node:Object.keys(t.node);return Lr[e.name](o,e.conditions,{...t,rawValue:t.rawNode,baseLocation:n})}}var At=e=>{let t=[],r=Object.values(e).filter(n=>$(n));for(let[n,o]of r.entries()){if(!je(o.subject.type))throw new Error(`${o.assertionId}: 'type' (String) is required`);if(!$(o.assertions))throw new Error(`${o.assertionId}: 'assertions' (Object) is required`);let i=Qw(o.assertionId,o),s=Yw(o,i);t.push(s)}return t};function $9(e){return $(e)||Array.isArray(e)}var Ur=()=>({Schema(e,{report:t,location:r}){if(!Array.isArray(e.enum))return;let n=new Set,o=[];for(let[i,s]of e.enum.entries()){let a=$9(s);(a?o.some(p=>Bt(p,s)):n.has(s))&&t({message:`Duplicated enum value found: '${a?JSON.stringify(s):s}'.`,location:r.child(["enum",i]),reference:"https://redocly.com/docs/cli/rules/common/no-duplicated-enum-values"}),a?o.push(s):n.add(s)}}});var Zw=kr(Xw(),1);function De(e,t){return e.hasOwnProperty(t)?e[t]:void 0}var Ao=(e,t,r)=>{if(j(e)){let n=t.resolve(e,r?.source.absoluteRef);return n?{schema:n.node,location:n.location,chain:n.chain}:{schema:void 0,location:r}}return{schema:e,location:r}},lh=(e,t,r,n,o)=>!!(e.properties&&De(e.properties,t)!==void 0||e.allOf?.some(i=>un(i,t,r,n,o))||po(e.anyOf)&&e.anyOf.every(i=>un(i,t,r,new Set(n),o))||po(e.oneOf)&&e.oneOf.every(i=>un(i,t,r,new Set(n),o))),un=(e,t,r,n=new Set,o)=>{if(j(e)&&lh(e,t,r,n,o))return!0;let{schema:i,location:s,chain:a}=Ao(e,r,o);if(!i)return!1;if(!n.has(i)&&(n.add(i),lh(i,t,r,n,s)))return!0;for(let c of a??[])if(!(!$(c.node)||n.has(c.node))&&(n.add(c.node),lh(c.node,t,r,n,c.location)))return!0;return!1};function Ni(e){return Array.isArray(e)?"array":e===null?"null":Number.isInteger(e)?"integer":typeof e}function qi(e){let t=e?.security;return Array.isArray(t)&&t.length>0}function kp(e,t,r){if(qi(e))return!0;if(!Array.isArray(e?.traits))return!1;for(let n of e.traits){let o=j(n)?t(n,r).node:n;if(qi(o))return!0}return!1}function ji(e,t,r){if(r&&e===null)return!0;switch(t){case"array":return Array.isArray(e);case"object":return $(e);case"null":return e===null;case"integer":return Number.isInteger(e);default:return typeof e===t}}function To(e,t){return`${e} object should contain \`${t}\` field.`}function A9(e,t){return`${e} object should contain one of the fields: ${t.map(r=>`\`${r}\``).join(", ")}.`}function e_(e,t){return`${e} object \`${t}\` must be non-empty string.`}function or({fieldName:e,value:t,ctx:r,reference:n}){$(t)&&(t[e]===void 0?r.report({message:To(r.type.name,e),location:r.location.child([e]).key(),reference:n}):t[e]||r.report({message:e_(r.type.name,e),location:r.location.child([e]).key(),reference:n}))}function t_({fieldNames:e,value:t,ctx:r,reference:n}){if($(t)){e.some(o=>t.hasOwnProperty(o))||r.report({message:A9(r.type.name,e),location:r.location.key(),reference:n});for(let o of e)t.hasOwnProperty(o)&&!t[o]&&r.report({message:e_(r.type.name,o),location:r.location.child([o]).key(),reference:n})}}function Ro(e,t){if(e===null)return t;if(typeof e!="string"||!t.length)return[];let r=[];for(let n=0;n<t.length;n++){let o=(0,Zw.default)(e,t[n]);o<4&&r.push({distance:o,variant:t[n]})}return r.sort((n,o)=>n.distance-o.distance),r.map(n=>n.variant)}function Ip(e){if($(e)){if(rt(e.dataValue))return{value:e.dataValue,field:"dataValue"};if(rt(e.value))return{value:e.value,field:"value"}}}function qn({example:e,schema:t,options:r,reference:n}){let{location:o,ctx:i,validator:s,allowAdditionalProperties:a,ajvContext:c}=r,{resolve:p,location:l,report:u,specVersion:d}=i;try{let{valid:f,errors:m}=s.validate(e,t,{schemaLoc:l.child("schema"),instancePath:o.pointer,resolve:p,allowAdditionalProperties:a,ajvContext:c,specVersion:d});if(!f)for(let h of m)u({message:`Example value must conform to the schema: ${h.message}.`,location:{...new Vt(o.source,h.instancePath),reportOnKey:h.keyword==="unevaluatedProperties"||h.keyword==="additionalProperties"},from:l,suggest:h.suggest,reference:n})}catch(f){if(f.message==="discriminator: requires oneOf or anyOf composite keyword")return;u({message:`Example validation errored: ${f.message}.`,location:l.child("schema"),from:l,reference:n})}}var T9=10;function uh(e,t,r,n,{report:o,location:i},s){if(e&&!e.includes(t)){let a=e.length>T9?`\`${r}\` "${t}" is not a valid value.${s?` See the supported values: ${s}.`:""}`:`\`${r}\` can be one of the following only: ${e.map(c=>`"${c}"`).join(", ")}.`;o({location:i,message:a,from:n,suggest:Ro(t,e)})}}function Mi({responseCodes:e,codeRange:t,report:r,reference:n}){let o=new RegExp(`^${t[0]}[0-9Xx]{2}$`);e.some(s=>t==="2XX"&&s==="default"||o.test(s))||r({message:`Operation must have at least one \`${t}\` response.`,location:{reportOnKey:!0},reference:n})}function ma(e,t){return t?e.name.toLowerCase():e.name}var zr=()=>({Schema(e,{report:t,location:r}){if(!(e.enum&&!Array.isArray(e.enum))){if(e.enum&&e.type&&!Array.isArray(e.type)){let n=e.enum.filter(o=>!ji(o,e.type,e.nullable));for(let o of n)t({message:`All values of \`enum\` field must be of the same type as the \`type\` field: expected "${e.type}" but received "${Ni(o)}".`,location:r.child(["enum",e.enum.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/common/no-enum-type-mismatch"})}if(e.enum&&e.type&&Array.isArray(e.type)){let n={};for(let o of e.enum){n[o]=[];for(let i of e.type)ji(o,i,e.nullable)||n[o].push(i);n[o].length!==e.type.length&&delete n[o]}for(let o of Object.keys(n))t({message:`Enum value \`${o}\` must be of allowed types: \`${e.type}\`.`,location:r.child(["enum",e.enum.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/common/no-enum-type-mismatch"})}}}});var Nn=()=>({Schema(e,{report:t,location:r}){typeof e.maximum=="number"&&typeof e.exclusiveMaximum=="number"&&t({message:"Schema should not have both `maximum` and `exclusiveMaximum`. Use one or the other.",location:r.child(["exclusiveMaximum"]).key(),reference:"https://redocly.com/docs/cli/rules/common/no-mixed-number-range-constraints"}),typeof e.minimum=="number"&&typeof e.exclusiveMinimum=="number"&&t({message:"Schema should not have both `minimum` and `exclusiveMinimum`. Use one or the other.",location:r.child(["exclusiveMinimum"]).key(),reference:"https://redocly.com/docs/cli/rules/common/no-mixed-number-range-constraints"})}});var Fr=()=>{let e=[],t=new Set,r=(n,o,i)=>{if(po(n.required))for(let[s,a]of n.required.entries())un(n,a,i,new Set,o)||i.report({message:`Required property '${a}' is not defined.`,location:o.child(["required",s]),reference:"https://redocly.com/docs/cli/rules/common/no-required-schema-properties-undefined"})};return{ref:{leave(n,o,i){if(o.type.name!=="Schema")return;let s=[{node:n,location:o.location},...i.chain??[]];for(let{node:a,location:c}of s)!$(a)||t.has(a)||(t.add(a),r(a,c,o))}},Schema:{leave(n){e.pop()},enter(n,o){if(e.push(n),!po(n.required))return;let i=(c,p)=>{let l=u=>Ao(u,o).schema===p;return!!(c.allOf?.some(l)||c.anyOf?.some(l)||c.oneOf?.some(l))},s=(c,p)=>{if(c<0)return;let l=e[c];return i(l,p)?s(c-1,l)??l:void 0},a=s(e.length-2,n);for(let[c,p]of n.required.entries())!un(n,p,o)&&!un(a,p,o)&&o.report({message:`Required property '${p}' is not defined.`,location:o.location.child(["required",c]),reference:"https://redocly.com/docs/cli/rules/common/no-required-schema-properties-undefined"})}}}};var Vr=()=>({Schema(e,{report:t,location:r}){e.type==="object"&&e.items&&t({message:"Schema type mismatch: 'object' type should not contain 'items' field.",location:r.child("items"),reference:"https://redocly.com/docs/cli/rules/common/no-schema-type-mismatch"}),e.type==="array"&&e.properties&&t({message:"Schema type mismatch: 'array' type should not contain 'properties' field.",location:r.child("properties"),reference:"https://redocly.com/docs/cli/rules/common/no-schema-type-mismatch"})}});var R9=/\((\d+):(\d+)\)$/,Br=class e extends Error{originalError;source;col;line;constructor(t,r){super(t.message.split(`
|
|
110
|
+
`)[0]),this.originalError=t,this.source=r,Object.setPrototypeOf(this,e.prototype);let[,n,o]=this.message.match(R9)||[];this.line=parseInt(n,10),this.col=parseInt(o,10)}};var at=()=>({ref:{leave(e,{report:t,location:r},n){n.node===void 0&&Oo(n,t,r)}},DiscriminatorMapping(e,{report:t,resolve:r,location:n}){for(let o of Object.keys(e)){let i=r({$ref:e[o]});if(i.node!==void 0)return;Oo(i,t,n.child(o))}}});function Oo(e,t,r){let n=e.error;n instanceof Br&&t({message:"Failed to parse: "+n.message,location:{source:n.source,pointer:void 0,start:{col:n.col,line:n.line}}});let o=e.error?.message;t({location:r,message:`Can't resolve $ref${o?": "+o:""}`,reference:"https://redocly.com/docs/cli/rules/oas/no-unresolved-refs"})}var Hr=()=>({any(e,{report:t,location:r}){typeof e.description=="string"&&(/<script\b/i.test(e.description)&&t({message:"Markdown descriptions must not contain '<script>' tags.",location:r.child(["description"]),reference:"https://redocly.com/docs/cli/rules/common/no-unsafe-markdown"}),/<[a-z][^>]*\bon[a-z]+\s*=/i.test(e.description)&&t({message:"Markdown descriptions must not contain HTML event handler attributes.",location:r.child(["description"]),reference:"https://redocly.com/docs/cli/rules/common/no-unsafe-markdown"}),/(?:\]\(\s*|\b(?:href|src)\s*=\s*["']?\s*)javascript:/i.test(e.description)&&t({message:"Markdown descriptions must not contain 'javascript:' URLs.",location:r.child(["description"]),reference:"https://redocly.com/docs/cli/rules/common/no-unsafe-markdown"}))}});var ct=()=>({any(e,{report:t,type:r,location:n,rawLocation:o,key:i,resolve:s,ignoreNextVisitorsOnNode:a}){let c=Ni(e),p=o!==n?o:void 0;if(r.items){c!=="array"&&(t({message:`Expected type \`${r.name}\` (array) but got \`${c}\``,from:p}),a());return}else if(c!=="object"){r!==fr&&t({message:`Expected type \`${r.name}\` (object) but got \`${c}\``,from:p}),a();return}let l=typeof r.required=="function"?r.required(e,i):r.required;for(let f of l||[])e.hasOwnProperty(f)||t({message:`The field \`${f}\` must be present on this level.`,from:p,location:[{reportOnKey:!0}]});let u=r.allowed?.(e);if(u&&$(e))for(let f in e)u.includes(f)||r.extensionsPrefix&&f.startsWith(r.extensionsPrefix)||!Object.keys(r.properties).includes(f)||t({message:`The field \`${f}\` is not allowed here.`,from:p,location:n.child([f]).key()});let d=r.requiredOneOf||null;if(d){let f=!1;for(let m of d||[])e.hasOwnProperty(m)&&(f=!0);f||t({message:`Must contain at least one of the following fields: ${r.requiredOneOf?.join(", ")}.`,from:p,location:[{reportOnKey:!0}]})}for(let f of Object.keys(e)){let m=n.child([f]),h=e[f],y=De(r.properties,f);if(y===void 0&&(y=r.additionalProperties),typeof y=="function"&&(y=y(h,f)),Qt(y))continue;let g=y,P=Ni(h);if(g===void 0){if(f.startsWith("x-"))continue;t({message:`Property \`${f}\` is not expected here.`,suggest:Ro(f,Object.keys(r.properties)),from:p,location:m.key()});continue}if(g!==null){if(g.resolvable!==!1&&j(h)&&(h=s(h).node),g.items&&g.items?.enum&&Array.isArray(h))for(let b=0;b<h.length;b++)uh(g.items?.enum,h[b],f,p,{report:t,location:n.child([f,b])},g.items?.documentationLink);if(g.enum)uh(g.enum,h,f,p,{report:t,location:n.child([f])},g.documentationLink);else if(g.type&&!ji(h,g.type,!1))t({message:`Expected type \`${g.type}\` but got \`${P}\`.`,from:p,location:m}),a();else if(P==="array"&&g.items?.type){let b=g.items?.type;for(let S=0;S<h.length;S++){let x=h[S];ji(x,b,!1)||t({message:`Expected type \`${b}\` but got \`${Ni(x)}\`.`,from:p,location:m.child([S])})}}typeof g.minimum=="number"&&g.minimum>e[f]&&t({message:`The value of the ${f} field must be greater than or equal to ${g.minimum}`,from:p,location:n.child([f])})}}}});var r_=()=>({CriterionObject:{enter(e,{report:t,location:r}){e.type&&(e.type==="xpath"||$(e.type)&&e.type.type==="xpath")&&t({message:"The `xpath` type criteria is not supported by Respect.",location:r.child(["type"]),reference:"https://redocly.com/docs/cli/rules/respect/no-criteria-xpath"})}}});var n_=()=>{function e(t,{report:r,location:n}){if(Array.isArray(t))for(let o of t){let i=De(o,"scheme"),s=De(o,"schemeName");i&&s&&r({message:"`x-security` item must not contain both `scheme` and `schemeName`.",location:n.child(["x-security",t.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/respect/no-x-security-both-scheme-and-scheme-name"})}}return{Workflow:{enter(t,r){e(t?.["x-security"],r)}},Step:{enter(t,r){e(t?.["x-security"],r)}}}};var o_=()=>({Step:{enter(e,{report:t,location:r}){if(!e?.["x-operation"])return;let o=e?.["x-security"];if(o)for(let i of o)"schemeName"in i&&t({message:"The `schemeName` can be only used in Step with OpenAPI operation, please use `scheme` instead.",location:r.child(["x-security",o.indexOf(i)]),reference:"https://redocly.com/docs/cli/rules/respect/no-x-security-scheme-name-without-openapi"})}}});var i_=()=>{let e=0;return{SourceDescriptions:{enter(t){e=Array.isArray(t)?t.length:0}},Workflow:{leave(t,{report:r,location:n}){let o=t?.["x-security"];if(!(!o||e<=1)){for(let i of o)if("schemeName"in i){let s=i.schemeName;typeof s=="string"&&s.startsWith("$sourceDescriptions.")||r({message:"When multiple `sourceDescriptions` exist, `workflow.x-security.schemeName` must be a reference to a source description (e.g. `$sourceDescriptions.{name}.{schemeName}`)",location:n.child(["x-security",o.indexOf(i),"schemeName"]),reference:"https://redocly.com/docs/cli/rules/respect/x-security-scheme-name-reference"})}}}}}};var O9={apiKey:["apiKey"],basic:["username","password"],digest:["username","password"],bearer:["token"],oauth2:["accessToken"],openIdConnect:["accessToken"],mutualTLS:[]};function s_(e,{report:t,location:r}){if(e)for(let n of e){if("schemeName"in n)continue;let{scheme:o,values:i}=n,s=o?.type==="http"?o.scheme:o?.type;if(s==="mutualTLS"){Y.warn("Please use CLI option to provide mutualTLS certificates for mutualTls authentication security schema.");continue}let a=O9[s];if(a)for(let c of a)(!i||!(c in i))&&t({message:`The \`${c}\` is required when using the ${s} authentication security schema.`,location:r.child(["x-security",e.indexOf(n)]),reference:"https://redocly.com/docs/cli/rules/respect/x-security-scheme-required-values"});else t({message:`The \`${s}\` authentication security schema is not supported.`,location:r.child(["x-security",e.indexOf(n)]),reference:"https://redocly.com/docs/cli/rules/respect/x-security-scheme-required-values"})}}var a_=()=>({Step:{enter(e,t){s_(e?.["x-security"],t)}},Workflow:{enter(e,t){s_(e?.["x-security"],t)}}});var c_=()=>({FailureActionObject:{enter(e,{report:t,location:r}){let n=e?.criteria;if(!Array.isArray(n))return;let o=new Set;for(let i of n){let s=JSON.stringify(i);o.has(s)?t({message:"The FailureAction criteria items must be unique.",location:r.child(["criteria",n.indexOf(i)]),reference:"https://redocly.com/docs/cli/rules/arazzo/criteria-unique"}):o.add(s)}}},SuccessActionObject:{enter(e,{report:t,location:r}){let n=e?.criteria;if(!Array.isArray(n))return;let o=new Set;for(let i of n){let s=JSON.stringify(i);o.has(s)?t({message:"The SuccessAction criteria items must be unique.",location:r.child(["criteria",n.indexOf(i)]),reference:"https://redocly.com/docs/cli/rules/arazzo/criteria-unique"}):o.add(s)}}},Step:{enter(e,{report:t,location:r}){let n=e?.successCriteria;if(!Array.isArray(n))return;let o=new Set;for(let i of n){let s=JSON.stringify(i);o.has(s)?t({message:"The Step SuccessCriteria items must be unique.",location:r.child(["successCriteria",n.indexOf(i)]),reference:"https://redocly.com/docs/cli/rules/arazzo/criteria-unique"}):o.add(s)}}}});var p_=()=>{let e=new Map,t=new Map,r=[];function n({value:s,report:a,location:c,path:p,definedWorkflowOutputs:l}){let u=/\$workflows\.([^.\s]+)\.outputs\.([^.\s}\]#]+)/g,d;for(;(d=u.exec(s))!==null;){let[f,m,h]=d,y=l.get(m);y?y.includes(h)||a({message:`Output key "${h}" is not defined in workflow "${m}". Available outputs: [ ${y.join(", ")} ].`,location:c.child(p)}):a({message:`Workflow "${m}" referenced in runtime expression "${f}" is not defined or has no outputs.`,location:c.child(p)})}}function o({value:s,report:a,location:c,path:p,definedStepOutputs:l}){let u=/\$steps\.([^.\s]+)\.outputs\.([^.\s}\]#]+)/g,d;for(;(d=u.exec(s))!==null;){let[f,m,h]=d,y=l.get(m);y?y.includes(h)||a({message:`Output key "${h}" is not defined in step "${m}". Available outputs: [ ${y.join(", ")} ].`,location:c.child(p)}):a({message:`Step "${m}" referenced in runtime expression "${f}" is not defined or has no outputs.`,location:c.child(p)})}}function i(s,a,c=[]){if(typeof s=="string")n({value:s,report:a.report,location:a.location,path:c,definedWorkflowOutputs:e}),o({value:s,report:a.report,location:a.location,path:c,definedStepOutputs:t});else if($(s)||Array.isArray(s))for(let[p,l]of Object.entries(s))i(l,a,[...c,p])}return{Step:{enter(s,{report:a,location:c}){s.outputs&&t.set(s.stepId,Object.keys(s.outputs))}},Workflow:{enter(s,{report:a,location:c}){s.outputs&&e.set(s.workflowId,Object.keys(s.outputs))}},Parameters:{enter(s,a){r.push(()=>{i(s,a)})}},RequestBody:{enter(s,a){r.push(()=>{i(s,a)})}},CriterionObject:{enter(s,a){r.push(()=>{i(s.condition,a)})}},Outputs:{enter(s,a){r.push(()=>{i(s,a)})}},ExtendedSecurity:{enter(s,a){r.push(()=>{i(s,a)})}},ExtendedOperation:{enter(s,a){r.push(()=>{i(s,a)})}},Root:{leave(){for(let s of r)s()}}}};var l_=()=>({Parameters:{enter(e,{report:t,location:r}){if(!e)return;let n=new Set;for(let o of e)n.has(o?.name)&&t({message:"The parameter `name` must be unique amongst listed parameters.",location:r.child([e.indexOf(o)])}),n.has(o?.reference)&&t({message:"The parameter `reference` must be unique amongst listed parameters.",location:r.child([e.indexOf(o)])}),n.add(o?.name??o?.reference)}}});var u_=()=>{let e=new Set;return{Step:{leave(){e.clear()},RequestBody:{enter(t,{report:r,location:n}){if(t.replacements)for(let o of t.replacements)e.has(o.target)&&r({message:"Every `replacement` in `requestBody` must be unique.",location:n.child(["replacements",t.replacements.indexOf(o),"target"]),reference:"https://redocly.com/docs/cli/rules/arazzo/requestbody-replacements-unique"}),e.add(o.target)}}}}};var d_=()=>{let e=new Set;return{SourceDescriptions:{enter(t,{report:r,location:n}){if(t.length)for(let o of t)e.has(o.name)&&r({message:"The `name` must be unique amongst all SourceDescriptions.",location:n.child([t.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/sourcedescription-name-unique"}),e.add(o.name)}}}};var f_=()=>({SourceDescriptions:{enter(e,{report:t,location:r}){e?.length||t({message:"The `sourceDescriptions` list must have at least one entry.",location:r})}}});var k9=["x-operation","operationId","operationPath","channelPath","workflowId"],m_=()=>({Step:{enter(e,{report:t,location:r}){let n=k9.filter(o=>Object.hasOwn(e,o));n.length>1&&t({message:`A step can only use one of the following mutually exclusive fields: ${n.map(o=>`\`${o}\``).join(", ")}.`,location:n.map(o=>r.child([o]).key()),reference:"https://redocly.com/docs/cli/rules/arazzo/spec-step-mutually-exclusive-fields"})}}});var h_=()=>({OnFailureActionList:{enter(e,{report:t,location:r}){if(!e)return;let n=new Set;for(let o of e)n.has(o?.name)&&t({message:"The action `name` must be unique amongst listed `onFailure` actions.",location:r.child([e.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/step-onfailure-unique"}),n.has(o?.reference)&&t({message:"The action `reference` must be unique amongst listed `onFailure` actions.",location:r.child([e.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/step-onfailure-unique"}),n.add(o.name??o.reference)}}});var y_=()=>({OnSuccessActionList:{enter(e,{report:t,location:r}){if(!e)return;let n=new Set;for(let o of e)n.has(o?.name)&&t({message:"The action `name` must be unique amongst listed `onSuccess` actions.",location:r.child([e.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/step-onsuccess-unique"}),n.has(o?.reference)&&t({message:"The action `reference` must be unique amongst listed `onSuccess` actions.",location:r.child([e.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/step-onsuccess-unique"}),n.add(o?.name??o?.reference)}}});var g_=()=>({Workflow:{enter(e,{report:t,location:r}){if(!e.steps)return;let n=new Set;for(let o of e.steps){if(!o.stepId)return;n.has(o.stepId)&&t({message:"The `stepId` must be unique amongst all steps described in the workflow.",location:r.child(["steps",e.steps.indexOf(o)]),reference:"https://redocly.com/docs/cli/rules/arazzo/stepid-unique"}),n.add(o.stepId)}}}});var b_=()=>{let e=new Set,t=new Set,r=new Set;return{SourceDescriptions:{enter(n){for(let o of n)t.add(o.name)}},Workflows:{enter(n){for(let o of n)r.add(o.workflowId)}},Workflow:{leave(n,{report:o,location:i}){if(n.dependsOn)for(let s of n.dependsOn){if(s.startsWith("$sourceDescriptions.")){let a=s.split(".")[1];t.has(a)||o({message:`SourceDescription ${a} must be defined in sourceDescriptions.`,location:i.child(["dependsOn",n.dependsOn.indexOf(s)]),reference:"https://redocly.com/docs/cli/rules/arazzo/workflow-dependson"})}!s.startsWith("$sourceDescriptions")&&!r.has(s)&&o({message:`Workflow ${s} must be defined in workflows.`,location:i.child(["dependsOn",n.dependsOn.indexOf(s)]),reference:"https://redocly.com/docs/cli/rules/arazzo/workflow-dependson"}),e.has(s)&&o({message:"Every workflow in dependsOn must be unique.",location:i.child(["dependsOn"]),reference:"https://redocly.com/docs/cli/rules/arazzo/workflow-dependson"}),e.add(s)}}}}};var v_=()=>{let e=new Set;return{Workflow:{enter(t,{report:r,location:n}){t.workflowId&&(e.has(t.workflowId)&&r({message:"Every workflow must have a unique `workflowId`.",location:n.child([t.workflowId]),reference:"https://redocly.com/docs/cli/rules/arazzo/workflowid-unique"}),e.add(t.workflowId))}}}};var x_={assertions:At,"criteria-unique":c_,"no-criteria-xpath":r_,"no-duplicated-enum-values":Ur,"no-unsafe-markdown":Hr,"no-enum-type-mismatch":zr,"no-mixed-number-range-constraints":Nn,"no-required-schema-properties-undefined":Fr,"no-schema-type-mismatch":Vr,"no-unresolved-refs":at,"no-x-security-both-scheme-and-scheme-name":n_,"no-x-security-scheme-name-without-openapi":o_,"outputs-defined":p_,"parameters-unique":l_,"requestBody-replacements-unique":u_,"sourceDescription-name-unique":d_,"sourceDescription-type":Vw,"sourceDescriptions-not-empty":f_,"spec-step-mutually-exclusive-fields":m_,"step-onFailure-unique":h_,"step-onSuccess-unique":y_,"stepId-unique":g_,struct:ct,"workflow-dependsOn":b_,"workflowId-unique":v_,"x-security-scheme-name-reference":i_,"x-security-scheme-required-values":a_},S_={};var ir=()=>({Info(e,{report:t,location:r}){e.contact||t({message:To("Info","contact"),location:r.child("contact").key(),reference:"https://redocly.com/docs/cli/rules/oas/info-contact"})}});var w_=/^1\.0\.\d+(-.+)?$/;function ha(e){return e.startsWith("oas3")?"oas3":e==="oas2"?"oas2":e==="async2"?"async2":e==="async3"?"async3":e==="arazzo1"||e==="arazzo1_1"?"arazzo1":e==="overlay1"?"overlay1":e==="openrpc1"?"openrpc1":e==="graphql"?"graphql":"oas3"}function dn(e){if(!$(e))throw new Error(`Document must be JSON object, got ${typeof e}`);if(typeof e.openrpc=="string"&&e.openrpc.startsWith("1."))return"openrpc1";if(e.openapi&&typeof e.openapi!="string")throw new Error(`Invalid OpenAPI version: should be a string but got "${typeof e.openapi}"`);if(typeof e.openapi=="string"&&e.openapi.startsWith("3.0."))return"oas3_0";if(typeof e.openapi=="string"&&e.openapi.startsWith("3.1."))return"oas3_1";if(typeof e.openapi=="string"&&e.openapi.startsWith("3.2."))return"oas3_2";if(e.swagger&&e.swagger==="2.0")return"oas2";if(e.openapi||e.swagger)throw new Error(`Unsupported OpenAPI version: ${e.openapi||e.swagger}`);if(typeof e.asyncapi=="string"&&e.asyncapi.startsWith("2."))return"async2";if(typeof e.asyncapi=="string"&&e.asyncapi.startsWith("3."))return"async3";if(e.asyncapi)throw new Error(`Unsupported AsyncAPI version: ${e.asyncapi}`);if(typeof e.arazzo=="string"&&e.arazzo.startsWith("1.0."))return"arazzo1";if(typeof e.arazzo=="string"&&e.arazzo.startsWith("1.1."))return"arazzo1_1";if(e.arazzo)throw new Error(`Unsupported Arazzo version: ${e.arazzo}`);if(typeof e.overlay=="string"&&w_.test(e.overlay))return"overlay1";throw new Error("Unsupported specification")}var jn=()=>{let e;return{Root:{enter(t){e=dn(t)},License:{leave(t,r){e==="oas3_1"||e==="oas3_2"?t_({fieldNames:["url","identifier"],value:t,ctx:r,reference:"https://redocly.com/docs/cli/rules/oas/info-license-strict"}):or({fieldName:"url",value:t,ctx:r,reference:"https://redocly.com/docs/cli/rules/oas/info-license-strict"})}}}}};var Mn=({ignoreCase:e=!1})=>{let t=new Set;return{Tag:{leave(r,n){let o=ma(r,e);t.has(o)?n.report({message:`Duplicate tag name found: '${r.name}'.`,location:n.location}):t.add(o)}}}};var Dn=()=>({Root:{PathItem:{Operation(e,t){or({fieldName:"operationId",value:e,ctx:t,reference:"https://redocly.com/docs/cli/rules/oas/operation-operationId"})}}}});function I9(e,t,r){if("flows"in e&&e.flows){let{node:n,location:o}=j(e.flows)?t(e.flows,r.source.absoluteRef):{node:e.flows,location:r},i=(o??r).source.absoluteRef,s=Object.values(n??{}).flatMap(a=>{let c=j(a)?t(a,i).node:a;return Object.keys(c?.scopes||{})});return[...new Set(s)]}return Object.keys(e.scopes||{})}var Di=e=>{let t=new Map,r=[];return{Root:{leave(n,{report:o}){for(let{schemeName:i,scopes:s,location:a}of r){let c=t.get(i);if(c?.type==="oauth2"){if(e.requireScopes&&s.length===0){o({message:`The "${i}" security requirement must list at least one scope.`,location:a.key(),reference:"https://redocly.com/docs/cli/rules/common/security-scopes-defined"});continue}for(let p=0;p<s.length;p++){let l=s[p];c.definedScopes.includes(l)||o({message:`The "${l}" scope is not defined in the "${i}" security scheme.`,location:a.child([p]),suggest:Ro(l,c.definedScopes),reference:"https://redocly.com/docs/cli/rules/common/security-scopes-defined"})}}}}},SecurityScheme(n,{key:o,resolve:i,location:s}){t.set(o.toString(),{type:n.type,definedScopes:n.type==="oauth2"?I9(n,i,s):[]})},SecurityRequirement(n,{location:o}){for(let[i,s]of Object.entries(n))r.push({schemeName:i,scopes:s||[],location:o.child([i])})}}};var Ln=()=>({ref:{leave(e,{report:t,location:r,type:n}){if(n.name!=="PathItem")for(let o of Object.keys(e))o!=="$ref"&&t({message:`Property \`${o}\` is not expected here because it is defined alongside \`$ref\`.`,location:r.child(o).key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-ref-siblings"})}}});var Un=()=>({Tag(e,t){or({fieldName:"description",value:e,ctx:t,reference:"https://redocly.com/docs/cli/rules/oas/tag-description"})}});var zn=({ignoreCase:e=!1})=>({Root(t,{report:r,location:n}){if(t.tags)for(let o=0;o<t.tags.length-1;o++)ma(t.tags[o],e)>ma(t.tags[o+1],e)&&r({message:"The `tags` array should be in alphabetical order.",location:n.child(["tags",o]),reference:"https://redocly.com/docs/cli/rules/oas/tags-alphabetical"})}});var __=()=>({Channel(e,{report:t,key:r}){r.split(/[/.:]/).filter(o=>o!=="").every(o=>/^{.+}$/.test(o)||/^[a-z0-9-.]+$/.test(o))||t({message:`\`${r}\` does not use kebab-case.`,location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/async/channels-kebab-case"})}});var P_=()=>({Channel(e,{report:t,key:r,location:n}){r.endsWith("/")&&r!=="/"&&t({message:`\`${r}\` should not have a trailing slash.`,location:n.key(),reference:"https://redocly.com/docs/cli/rules/async/no-channel-trailing-slash"})}});var E_="https://redocly.com/docs/cli/rules/async/security-defined",$_=()=>{let e=new Map,t=new Map,r=[],n,o=!1;return{Root:{leave(i,{report:s}){for(let[c,p]of e.entries())if(!p.defined)for(let l of p.from)s({message:`There is no \`${c}\` security scheme defined.`,location:l.key(),reference:E_});let a=[...t.keys()];for(let{location:c,channelServers:p}of r){let l=p??a;l.length>0&&l.every(d=>t.get(d))||s({message:"Every operation should have security defined on it.",location:c.key(),reference:E_})}}},SecurityScheme(i,{key:s}){i!=null&&e.set(s.toString(),{defined:!0,from:[]})},SecurityRequirement(i,{location:s}){for(let a of Object.keys(i)){let c=e.get(a),p=s.child([a]);c?c.from.push(p):e.set(a,{from:[p]})}},Components:{enter(){o=!0},leave(){o=!1}},Server(i,{key:s}){o||t.set(s.toString(),qi(i))},Channel:{skip(){return o},enter(i){n=Array.isArray(i?.servers)&&i.servers.length>0?i.servers:void 0},Operation(i,{location:s,resolve:a}){kp(i,a)||r.push({location:s,channelServers:n})}}}};var A_={struct:ct,"no-unresolved-refs":at,assertions:At,"info-contact":ir,"info-license-strict":jn,"operation-operationId":Dn,"security-defined":$_,"channels-kebab-case":__,"no-channel-trailing-slash":P_,"tag-description":Un,"tags-alphabetical":zn,"no-duplicated-enum-values":Ur,"no-unsafe-markdown":Hr,"no-duplicated-tag-names":Mn,"no-required-schema-properties-undefined":Fr,"no-enum-type-mismatch":zr,"no-mixed-number-range-constraints":Nn,"no-schema-type-mismatch":Vr,"security-scopes-defined":Di,"spec-ref-siblings":Ln},T_={};var R_=()=>({Channel(e,{report:t}){(e.address||"").split(/[/.:]/).filter(n=>n!=="").every(n=>/^{.+}$/.test(n)||/^[a-z0-9-.]+$/.test(n))||t({message:`\`${e.address}\` does not use kebab-case.`,location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/async/channels-kebab-case"})}});var O_=()=>({Channel(e,{report:t,location:r}){e?.address?.endsWith("/")&&e?.address!=="/"&&t({message:`\`${e.address}\` should not have a trailing slash.`,location:r.key(),reference:"https://redocly.com/docs/cli/rules/async/no-channel-trailing-slash"})}});var k_="#/components/securitySchemes/",C9="#/components/",dh="https://redocly.com/docs/cli/rules/async/security-defined";function q9(e){let t=e.indexOf("#");return t===-1?e:e.slice(t)}function N9(e){if(!e.startsWith(k_))return!1;let t=e.slice(k_.length);return t!==""&&!t.includes("/")}var I_=()=>{let e=[],t,r,n,o,i,s=(a,c,p)=>{let l=a.channel,u=j(l)?c(l,p):void 0,f=(j(l)?u?.node:l)?.servers,m,h;return f&&f.length>0?(m=f,h=u?.location?.source.absoluteRef??p):(m=t?Object.values(t):[],h=r),m.length===0?!1:m.every(y=>{let g=j(y)?c(y,h).node:y;return qi(g)})};return{Root:{enter(a,{location:c,resolve:p}){let l=a?.servers;if(j(l)){let d=p(l);t=d.node??void 0,r=d.location?.source.absoluteRef}else t=l,r=void 0;let u=a?.operations;if(j(u)){let d=p(u);n=d.node??void 0,o=d.location?.source.absoluteRef,i=d.location}else n=u,o=void 0,i=c.child(["operations"])},leave(a,{report:c,resolve:p}){for(let l of e){if((l.local||l.refPointer.startsWith(C9))&&!N9(l.refPointer)){c({message:"Security scheme `$ref` must point to `#/components/securitySchemes`.",location:l.location.key(),reference:dh});continue}l.resolved||c({message:`There is no \`${l.name}\` security scheme defined.`,location:l.location.key(),reference:dh})}if(n&&i){let l=i;for(let[u,d]of Object.entries(n)){let f,m;if(j(d)){let h=p(d,o);f=h.node,m=h.location?.source.absoluteRef}else f=d,m=o;f&&(kp(f,p,m)||s(f,p,m)||c({message:"Every operation should have security defined on it.",location:l.child([u]).key(),reference:dh}))}}}},SecuritySchemeList:{enter(a,{location:c,resolve:p}){if(a)for(let l=0;l<a.length;l++){let u=a[l];if(!j(u))continue;let d=c.child([l]),f=p(u),m=q9(u.$ref),h=m.split("/").pop()??u.$ref;e.push({location:d,name:h,refPointer:m,resolved:f.node!=null,local:u.$ref.startsWith("#")})}}}}};function j9(e,t,r){if(!e.flows)return[];let{node:n,location:o}=j(e.flows)?t(e.flows,r.source.absoluteRef):{node:e.flows,location:r},i=(o??r).source.absoluteRef,s=Object.values(n??{}).flatMap(a=>{let c=j(a)?t(a,i).node:a;return Object.keys(c?.availableScopes||{})});return[...new Set(s)]}var C_=e=>{let t=new Map;return{SecuritySchemeList(r,{resolve:n,location:o}){for(let i=0;i<r.length;i++){let s=r[i],a=j(s)?n(s):{node:s,location:o.child([i])};!a.node||!a.location||t.set(a.location.absolutePointer,{scheme:a.node,location:a.location,availableScopes:a.node.type==="oauth2"?j9(a.node,n,a.location):[]})}},Root:{leave(r,{report:n}){for(let{scheme:o,location:i,availableScopes:s}of t.values()){if(o.type!=="oauth2")continue;if(e.requireScopes&&!o.scopes?.length){n({message:"The security scheme must list at least one scope.",location:i.key(),reference:"https://redocly.com/docs/cli/rules/common/security-scopes-defined"});continue}let a=o.scopes||[];for(let c=0;c<a.length;c++){let p=a[c];s.includes(p)||n({message:`The "${p}" scope is not defined in the available scopes of the security scheme flows.`,location:i.child(["scopes",c]),suggest:Ro(p,s),reference:"https://redocly.com/docs/cli/rules/common/security-scopes-defined"})}}}}}};var q_={struct:ct,"no-unresolved-refs":at,assertions:At,"info-contact":ir,"info-license-strict":jn,"operation-operationId":Dn,"security-defined":I_,"channels-kebab-case":R_,"no-channel-trailing-slash":O_,"tag-description":Un,"tags-alphabetical":zn,"no-duplicated-enum-values":Ur,"no-unsafe-markdown":Hr,"no-duplicated-tag-names":Mn,"no-required-schema-properties-undefined":Fr,"no-enum-type-mismatch":zr,"no-mixed-number-range-constraints":Nn,"no-schema-type-mismatch":Vr,"security-scopes-defined":C_,"spec-ref-siblings":Ln},N_={};function M_(e){return As(Lr).filter(t=>e.assertions[t]!==void 0).map(t=>({name:t,conditions:e.assertions[t],runsOnKeys:yp.has(t),runsOnValues:gp.has(t)}))}var D_=e=>{let t=Object.values(e).filter($),r=[];for(let n of t){if(n.severity==="off")continue;let o=n.subject?.type;if(!o)continue;if(!$(n.assertions))throw new Error(`${n.assertionId}: 'assertions' (Object) is required`);let i=M_(n),s=M9(n);r.push({[o]:(a,c)=>{D9(a,c,s)&&L9(a,c,n,i)}})}return r};function M9(e){return Array.isArray(e.where)?e.where.map((t,r)=>{if(!je(t.subject?.type))throw new Error(`${e.assertionId} -> where -> [${r}]: 'type' (String) is required`);if(!$(t.assertions))throw new Error(`${e.assertionId} -> where -> [${r}]: 'assertions' (Object) is required`);return{kind:t.subject.type,definition:t,assertsToApply:M_(t)}}):[]}function D9(e,t,r){let n=r,o=r.at(-1);if(o&&o.kind===e.kind){if(!j_(e,o,t))return!1;n=r.slice(0,-1)}let i=0;for(let s of n){let a=!1;for(;i<t.ancestors.length;){let c=t.ancestors[i++];if(c.kind===s.kind&&j_(c,s,t)){a=!0;break}}if(!a)return!1}return!0}function j_(e,t,r){let{value:n}=L_(e,t.definition.subject.property),o=new Vt(r.source,"#/");return t.assertsToApply.every(i=>Lr[i.name](n,i.conditions,{baseLocation:o,rawValue:n}).length===0)}function L9(e,t,r,n){let o=U_(r.subject.property),{value:i,locNode:s}=L_(e,r.subject.property),a=new Vt(t.source,"#/"),c=n.flatMap(l=>Lr[l.name](i,l.conditions,{baseLocation:a,rawValue:i}));if(!c.length)return;let p=`${W.blue(r.assertionId)} failed because the ${W.blue(r.subject.type)} ${W.blue(o??"")} didn't meet the assertions: {{problems}}`.replace(/ +/g," ");t.report({message:ph(r.message??p,{problems:ah(c),assertionName:r.assertionId,nodeType:r.subject.type,property:o??"",key:"",pointer:"",file:ch(t.source.absoluteRef)}),node:s,suggest:r.suggest,ruleId:r.assertionId,severity:r.severity})}function fh(e){return e?.name?.value!==void 0?{value:e.name.value,locNode:e.name}:e?.value!==void 0?{value:e.value,locNode:e}:{value:e,locNode:e}}function L_(e,t){let r=U_(t);if(r===void 0)return fh(e);let n=e[r];if(Array.isArray(n))return{value:n.map(i=>fh(i).value),locNode:e};let o=fh(n);return{value:o.value,locNode:U9(o.locNode)?o.locNode:e}}function U9(e){return $(e)&&"kind"in e}function U_(e){return Array.isArray(e)?e[0]:e}var z9=["Query","Mutation","Subscription"];function F9(e){let t=e;for(;t.kind==="ListType"||t.kind==="NonNullType";)t=t.type;return t.name.value}var z_=()=>{let e=new Map,t=new Set,r=new Set,n=!1,o=l=>t.add(F9(l)),i=l=>e.set(l.name.value,l.name),s=l=>{for(let u of l.interfaces??[])o(u);for(let u of l.fields??[]){o(u.type);for(let d of u.arguments??[])o(d.type)}},a=l=>{for(let u of l.types??[])o(u)},c=l=>{for(let u of l.fields??[])o(u.type)},p=l=>{for(let u of l.operationTypes??[])r.add(u.type.name.value)};return{SchemaDefinition:l=>{n=!0,p(l)},SchemaExtension:p,DirectiveDefinition:l=>{for(let u of l.arguments??[])o(u.type)},ObjectTypeDefinition:l=>{i(l),s(l)},ObjectTypeExtension:s,InterfaceTypeDefinition:l=>{i(l),s(l)},InterfaceTypeExtension:s,UnionTypeDefinition:l=>{i(l),a(l)},UnionTypeExtension:a,InputObjectTypeDefinition:l=>{i(l),c(l)},InputObjectTypeExtension:c,EnumTypeDefinition:i,ScalarTypeDefinition:i,Document:{leave:(l,u)=>{if(!n)for(let d of z9)e.has(d)&&r.add(d);if(r.size!==0)for(let[d,f]of e)t.has(d)||r.has(d)||u.report({message:`Type \`${d}\` is declared but never used.`,node:f})}}}};var Li=kr(jR(),1),F_=()=>({Document:{enter:(e,t)=>{let r;try{r=(0,Li.buildASTSchema)(e,{assumeValidSDL:!1})}catch(n){V9(n,t);return}for(let n of(0,Li.validateSchema)(r))V_(n,t)}}});function V9(e,t){if(e instanceof Li.GraphQLError)V_(e,t);else if(e instanceof Error)t.report({message:e.message});else throw e}function V_(e,t){let r=e.locations?.[0];t.report({message:e.message,node:e.nodes?.[0],loc:r?{start:{line:r.line,col:r.column}}:void 0})}var B_=()=>{let e=(t,r)=>{(!t.description||t.description.value.trim()==="")&&r.report({message:`Type \`${t.name.value}\` should have a non-empty description.`,node:t.name})};return{ObjectTypeDefinition:e,InterfaceTypeDefinition:e,EnumTypeDefinition:e,InputObjectTypeDefinition:e,UnionTypeDefinition:e,ScalarTypeDefinition:e}};var H_={struct:F_,assertions:D_,"no-unused-types":z_,"type-description":B_};var Ui=()=>({Info(e,{report:t}){e.license||t({message:To("Info","license"),location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/oas/info-license"})}});var Cp=()=>({Paths(e,{report:t,location:r}){let n=[];for(let o of Object.keys(e)){let i=n.find(s=>B9(s,o));i&&t({message:`Paths should resolve unambiguously. Found two ambiguous paths: \`${i}\` and \`${o}\`.`,location:r.child([o]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths"}),n.push(o)}}});function B9(e,t){let r=e.split("/"),n=t.split("/");if(r.length!==n.length)return!1;let o=0,i=0,s=!0;for(let a=0;a<r.length;a++){let c=r[a].match(/^{.+?}$/),p=n[a].match(/^{.+?}$/);if(c||p){c&&o++,p&&i++;continue}else r[a]!==n[a]&&(s=!1)}return s&&o===i}function qp(e){return e.startsWith("{")&&e.endsWith("}")}function K_(e){let t=e.split(/(?:[-._])|([A-Z][a-z]+)/).filter(We).map(n=>n.toLocaleLowerCase()),r=e.split(/([A-Z]{2,})/).filter(n=>n&&n===n.toUpperCase()).map(n=>n.toLocaleLowerCase());return new Set([...t,...r])}var H9=["get","head","post","put","patch","delete","options","trace"],Np=({splitIntoWords:e,excludedPaths:t})=>({PathItem(r,{key:n,report:o,location:i}){let s=n.toString();if(!s.startsWith("/")||t?.some(c=>s===c))return;let a=s.split("/");for(let c of a){if(!c||qp(c))continue;let p=l=>e?K_(c).has(l):c.toLocaleLowerCase().includes(l);for(let l of H9)p(l)&&o({message:`path \`${s}\` should not contain http verb ${l}`,location:i.key(),reference:"https://redocly.com/docs/cli/rules/oas/no-http-verbs-in-paths"})}}});var jp=()=>({Paths(e,{report:t,location:r}){let n=new Map;for(let o of Object.keys(e)){let i=o.replace(/{.+?}/g,"{VARIABLE}"),s=n.get(i);s?t({message:`The path already exists which differs only by path parameter name(s): \`${s}\` and \`${o}\`.`,location:r.child([o]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-identical-paths"}):n.set(i,o)}}});var A$=kr(rh(),1),T$=kr(eP(),1),R$=kr(E$(),1);function $$(e){return e==="draft4"?"id":"$id"}function $Y(e){return e==="oas2"||e==="oas3_0"?"draft4":"2020"}var Qn=class{instances={};validate(t,r,n){let{schemaLoc:o,instancePath:i,resolve:s,allowAdditionalProperties:a,ajvContext:c,specVersion:p}=n,l=$Y(p),u=this.getValidator(r,o,s,a,l);if(!u)return{valid:!0,errors:[]};let d={instancePath:i,parentData:{fake:{}},parentDataProperty:"fake",rootData:{},dynamicAnchors:{}};return{valid:!!u.call(c??{},t,d),errors:(u.errors||[]).map(m)};function m(h){let y=h.message,g=h.keyword==="enum"?h.params.allowedValues:void 0;g&&(y+=` ${g.map(S=>`"${S}"`).join(", ")}`),h.keyword==="type"&&(y=`type ${y}`);let P=h.instancePath.substring(i.length+1),b=P.substring(P.lastIndexOf("/")+1);if(b&&(y=`\`${b}\` property ${y}`),h.keyword==="additionalProperties"||h.keyword==="unevaluatedProperties"){let S=h.params.additionalProperty||h.params.unevaluatedProperty;y=`${y} \`${S}\``,h.instancePath+="/"+Ir(S)}return{...h,message:y,suggest:g}}}getAjv(t,r){if(!this.instances[r]){let n=$$(r),o={schemaId:n,meta:!0,allErrors:!0,strictSchema:!1,inlineRefs:!1,validateSchema:!1,discriminator:!0,allowUnionTypes:!0,validateFormats:!0,passContext:!0,logger:!1,loadSchemaSync(i,s,a){let c=decodeURI(i.split("#")[0]),p=t({$ref:s},c);return!p||!p.location?!1:{[n]:encodeURI(p.location.source.absoluteRef)+"#"+a,...p.node}}};this.instances[r]=r==="2020"?new A$.default(o):new T$.default(o),(0,R$.default)(this.instances[r])}return this.instances[r]}getValidator(t,r,n,o,i){let s=this.getAjv(n,i),a=encodeURI(r.absolutePointer),c=$$(i);return s.getSchema(a)||(s.setDefaultUnevaluatedProperties(o),s.addSchema({[c]:a,...t},a)),s.getSchema(a)}};var hl=e=>{let t=new Qn;return{Parameter:{leave(r,n){if(rt(r.example)&&qn({example:r.example,schema:r.schema,options:{location:n.location.child("example"),ctx:n,validator:t,allowAdditionalProperties:!!e.allowAdditionalProperties,ajvContext:{apiContext:"request"}},reference:"https://redocly.com/docs/cli/rules/oas/no-invalid-parameter-examples"}),$(r.examples))for(let[o,i]of Object.entries(r.examples)){let s=Ip(i);s&&qn({example:s.value,schema:r.schema,options:{location:n.location.child(["examples",o,s.field]),ctx:n,validator:t,allowAdditionalProperties:!!e.allowAdditionalProperties,ajvContext:{apiContext:"request"}},reference:"https://redocly.com/docs/cli/rules/oas/no-invalid-parameter-examples"})}}}}};var yl=e=>{let t=new Qn;return{Schema:{leave(r,n){let o=r.examples;if(Array.isArray(o))for(let i of o)qn({example:i,schema:r,options:{location:n.location.child(["examples",o.indexOf(i)]),ctx:n,validator:t,allowAdditionalProperties:!!e.allowAdditionalProperties},reference:"https://redocly.com/docs/cli/rules/oas/no-invalid-schema-examples"});if(rt(r.example)){if(r.nullable===!0&&r.example===null&&r.type!==void 0)return;qn({example:r.example,schema:r,options:{location:n.location.child("example"),ctx:n,validator:t,allowAdditionalProperties:!!e.allowAdditionalProperties},reference:"https://redocly.com/docs/cli/rules/oas/no-invalid-schema-examples"})}}}}};var gl=()=>({PathItem(e,{report:t,key:r,rawLocation:n}){r.endsWith("/")&&r!=="/"&&t({message:`\`${r}\` should not have a trailing slash.`,location:n.key(),reference:"https://redocly.com/docs/cli/rules/oas/no-path-trailing-slash"})}});var bl=({validateWebhooks:e})=>({Paths:{Responses(t,{report:r}){let n=Object.keys(t||{});Mi({responseCodes:n,codeRange:"2XX",report:r,reference:"https://redocly.com/docs/cli/rules/oas/operation-2xx-response"})}},WebhooksMap:{Responses(t,{report:r}){if(!e)return;let n=Object.keys(t||{});Mi({responseCodes:n,codeRange:"2XX",report:r,reference:"https://redocly.com/docs/cli/rules/oas/operation-2xx-response"})}}});var vl=({validateWebhooks:e})=>({Paths:{Responses(t,{report:r}){let n=Object.keys(t||{});Mi({responseCodes:n,codeRange:"4XX",report:r,reference:"https://redocly.com/docs/cli/rules/oas/operation-4xx-response"})}},WebhooksMap:{Responses(t,{report:r}){if(!e)return;let n=Object.keys(t||{});Mi({responseCodes:n,codeRange:"4XX",report:r,reference:"https://redocly.com/docs/cli/rules/oas/operation-4xx-response"})}}});var xl=()=>({Operation(e,t){or({fieldName:"description",value:e,ctx:t,reference:"https://redocly.com/docs/cli/rules/oas/operation-description"})}});var Sl=()=>{let e=new Set;return{Operation(t,{report:r,location:n}){t.operationId&&(e.has(t.operationId)&&r({message:"Every operation must have a unique `operationId`.",location:n.child([t.operationId]),reference:"https://redocly.com/docs/cli/rules/oas/operation-operationId-unique"}),e.add(t.operationId))}}};var AY=/^[A-Za-z0-9-._~:/?#\[\]@!\$&'()*+,;=]*$/,wl=()=>({Operation(e,{report:t,location:r}){e.operationId&&!AY.test(e.operationId)&&t({message:"Operation `operationId` should not have URL invalid characters.",location:r.child(["operationId"]),reference:"https://redocly.com/docs/cli/rules/oas/operation-operationId-url-safe"})}});var _l=()=>{let e,t;return{PathItem:{enter(){e=new Set},Parameter(r,{report:n,key:o,parentLocations:i}){let s=`${r.in}___${r.name}`;e.has(s)&&n({message:`Paths must have unique \`name\` + \`in\` parameters.
|
|
111
|
+
Repeats of \`in:${r.in}\` + \`name:${r.name}\`.`,location:i.PathItem.child(["parameters",o]),reference:"https://redocly.com/docs/cli/rules/oas/operation-parameters-unique"}),e.add(`${r.in}___${r.name}`)},Operation:{enter(){t=new Set},Parameter(r,{report:n,key:o,parentLocations:i}){let s=`${r.in}___${r.name}`;t.has(s)&&n({message:`Operations must have unique \`name\` + \`in\` parameters. Repeats of \`in:${r.in}\` + \`name:${r.name}\`.`,location:i.Operation.child(["parameters",o]),reference:"https://redocly.com/docs/cli/rules/oas/operation-parameters-unique"}),t.add(s)}}}}};var Pl=()=>({Operation(e,{report:t,location:r}){e.tags&&e.tags.length>1&&t({message:"Operation `tags` object should have only one tag.",location:r.child(["tags"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/operation-singular-tag"})}});var El=()=>({Operation(e,t){or({fieldName:"summary",value:e,ctx:t,reference:"https://redocly.com/docs/cli/rules/oas/operation-summary"})}});var $l=()=>{let e;return{Root(t){e=new Set((t.tags??[]).map(r=>r.name))},Operation(t,{report:r,location:n}){if(t?.tags)for(let o=0;o<t.tags.length;o++)e.has(t.tags[o])||r({message:"Operation tags should be defined in global tags.",location:n.child(["tags",o]),reference:"https://redocly.com/docs/cli/rules/oas/operation-tag-defined"});else r({message:"Operation tags should be defined",location:n.key(),reference:"https://redocly.com/docs/cli/rules/oas/operation-tag-defined"})}}};var Al=()=>({Parameter(e,{report:t,location:r}){e.description===void 0?t({message:"Parameter object description must be present.",location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/oas/parameter-description"}):e.description||t({message:"Parameter object description must be non-empty string.",location:r.child(["description"]),reference:"https://redocly.com/docs/cli/rules/oas/parameter-description"})}});var Tl=()=>({PathItem(e,{report:t,key:r}){r.indexOf("{}")!==-1&&t({message:"Path parameter declarations must be non-empty. `{}` is invalid.",location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/oas/path-declaration-must-exist"})}});var TY=["get","head","post","put","patch","delete","options","query","trace"],Rl=e=>{let t=e&&e.order||TY;if(!Array.isArray(t))throw new Error("path-http-verbs-order `order` option must be an array");return{PathItem(r,{report:n,location:o}){let i=Object.keys(r).filter(s=>t.includes(s));for(let s=0;s<i.length-1;s++){let a=t.indexOf(i[s]);t.indexOf(i[s+1])<a&&n({message:"Operation http verbs must be ordered.",location:{reportOnKey:!0,...o.child(i[s+1])},reference:"https://redocly.com/docs/cli/rules/oas/path-http-verbs-order"})}}}};var Ol=()=>({Paths:{PathItem(e,{report:t,key:r}){r.toString().includes("?")&&t({message:"Don't put query string items in the path, they belong in parameters with `in: query`.",location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/oas/path-not-include-query"})}}});var RY=/\{([a-zA-Z0-9_.-]+)\}+/g,OY=2,is=()=>{let e={current:null};return{PathItem:{enter(r,{key:n}){O$(e,n)},leave(){kY(e)},Parameter(r,{report:n,location:o,rawLocation:i}){k$({parameter:r,pathContext:e,report:n,location:o,rawLocation:i})},Operation:I$(e,new Set)}}},O$=(e,t)=>{e.current={path:t,templateParams:IY(t),definedParams:new Set}},kY=e=>{e.current=null},k$=({parameter:e,pathContext:t,report:r,location:n,rawLocation:o})=>{e.in==="path"&&e.name&&t.current&&(t.current.definedParams.add(e.name),C$({paramName:e.name,templateParams:t.current.templateParams,path:t.current.path,report:r,location:n,rawLocation:o}))},I$=(e,t,r=0)=>{let n=(i,s,a)=>{i({message:`Maximum callback nesting depth (${a}) reached. Path parameter validation is limited beyond this depth to prevent infinite recursion.`,location:s,reference:"https://redocly.com/docs/cli/rules/oas/path-parameters-defined"})};if(r>=OY)return{enter:()=>{},leave:(i,{report:s,location:a})=>{n(s,a,r)},Parameter:()=>{},Callback:void 0};let o=()=>{let i=null;return{enter(s,{key:a}){i=e.current,O$(e,a)},leave(){e.current=i},Parameter(s,{report:a,location:c,rawLocation:p}){k$({parameter:s,pathContext:e,report:a,location:c,rawLocation:p})},get Operation(){return I$(e,t,r+1)}}};return{enter(){t=new Set},leave(i,{report:s,location:a}){!e.current||!t||qY({templateParams:e.current.templateParams,definedOperationParams:t,definedPathParams:e.current.definedParams,path:e.current.path,report:s,location:a})},Parameter(i,{report:s,location:a,rawLocation:c}){CY(i,t),i.in==="path"&&i.name&&e.current&&(t.add(i.name),C$({paramName:i.name,templateParams:e.current.templateParams,path:e.current.path,report:s,location:a,rawLocation:c}))},Callback:{get PathItem(){return o()}}}},IY=e=>new Set(Array.from(e.matchAll(RY)).map(t=>t[1])),CY=(e,t)=>{$(e)&&"in"in e&&"name"in e&&e.in==="path"&&e.name&&t.add(e.name)},C$=({paramName:e,templateParams:t,path:r,report:n,location:o,rawLocation:i})=>{if(!t.has(e)){let s=`Path parameter \`${e}\` is not used in the path \`${r}\`.`,a=i===o?void 0:i;n({message:s,location:o.child(["name"]),from:a,reference:"https://redocly.com/docs/cli/rules/oas/path-parameters-defined"})}},qY=({templateParams:e,definedOperationParams:t,definedPathParams:r,path:n,report:o,location:i})=>{let s=new Set([...t,...r]);for(let a of e)s.has(a)||o({message:`The operation does not define the path parameter \`{${a}}\` expected by path \`${n}\`.`,location:i.child(["parameters"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/path-parameters-defined"})};var q$=kr(id(),1);var kl=e=>{let{ignoreLastPathSegment:t,exceptions:r}=e;return{PathItem:{leave(n,{report:o,key:i,location:s}){let a=i.toString();if(a.startsWith("/")){let c=a.split("/");c.shift(),t&&c.length>0&&c.pop();for(let p of c)r&&r.includes(p)||!qp(p)&&q$.default.isSingular(p)&&o({message:`path segment \`${p}\` should be plural.`,location:s.key(),reference:"https://redocly.com/docs/cli/rules/oas/path-segment-plural"})}}}}};var Il=()=>({PathItem(e,{report:t,key:r}){r.substr(1).split("/").filter(o=>o!=="").every(o=>/^{.+}$/.test(o)||/^[a-z0-9-.]+$/.test(o))||t({message:`\`${r}\` does not use kebab-case.`,location:{reportOnKey:!0},reference:"https://redocly.com/docs/cli/rules/oas/paths-kebab-case"})}});var Cl=()=>{let e,t;return{Schema:{enter(r){if(!r?.required){e=!0;return}t=new Set(r.required),e=!1},SchemaProperties:{skip(){return e},Schema:{enter(r,{key:n,location:o,report:i}){t.has(n)&&r.type==="string"&&(r?.minLength||i({message:"Property minLength is required.",location:o.key(),reference:"https://redocly.com/docs/cli/rules/oas/required-string-property-missing-min-length"}))}}}}}};function gn(e){return`${e}`.replace(/^(\d)\d\d$/,(t,r)=>`${r}XX`)}var ql=e=>{let t=e.names||{};return{Operation:{Response:{enter:(r,{report:n,location:o,key:i})=>{let s=t[i]||t[gn(i)]||t[gn(i).toLowerCase()]||[];for(let a of s)(!r?.headers||!Object.keys(r?.headers).some(c=>c.toLowerCase()===a.toLowerCase()))&&n({message:`Response object must contain a "${a}" header.`,location:o.child("headers").key(),reference:"https://redocly.com/docs/cli/rules/oas/response-contains-header"})}}}}};var N$=["string","integer","number","boolean","null"],Nl=()=>({SchemaProperties(e,{report:t,location:r,specVersion:n,resolve:o}){for(let i of Object.keys(e)){let s=o(De(e,i)).node;!s||!NY(s)||s.example===void 0&&s.examples===void 0&&t({message:`Scalar property should have "example"${n==="oas3_1"||n==="oas3_2"?' or "examples"':""} defined.`,location:r.child(i).key(),reference:"https://redocly.com/docs/cli/rules/oas/scalar-property-missing-example"})}}});function NY(e){return!e.type||e.allOf||e.anyOf||e.oneOf||e.format==="binary"?!1:Array.isArray(e.type)?e.type.every(t=>N$.includes(t)):N$.includes(e.type)}var jl=e=>{let t=new Map,r=[],n=!0,o;return{Root:{leave(i,{report:s}){for(let[a,c]of t.entries())if(!c.defined)for(let p of c.from)s({message:`There is no \`${a}\` security scheme defined.`,location:p.key(),reference:"https://redocly.com/docs/cli/rules/oas/security-defined"});if(!(i.security||n))for(let a of r)s({message:"Every operation should have security defined on it or on the root level.",location:a.key(),reference:"https://redocly.com/docs/cli/rules/oas/security-defined"})}},SecurityScheme(i,{key:s}){t.set(s.toString(),{defined:!0,from:[]})},SecurityRequirement(i,{location:s}){for(let a of Object.keys(i)){let c=t.get(a),p=s.child([a]);c?c.from.push(p):t.set(a,{from:[p]})}},PathItem:{enter(i,{key:s}){o=s},Operation(i,{location:s,key:a}){let c=e.exceptions?.some(p=>p.path===o&&(!p.methods||p.methods?.some(l=>l.toLowerCase()===a)));!i?.security&&!c&&(n=!1,r.push(s))}}}};var Ml=()=>{let e=["Schema","Response","Parameter","RequestBody","Example","Header","SecurityScheme","Link","Callback","PathItem"];return{any(t,{report:r,rawNode:n,rawLocation:o,type:i}){!e.includes(i.name)&&j(n)&&r({message:"Field $ref is not expected here.",location:o.child("$ref").key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-strict-refs"})}}};var j$=e=>{let t=e.prefixes||["is","has"],r=new RegExp(`^(${t.join("|")})[A-Z-_]`),n=t.map(i=>`\`${i}\``),o=n.length===1?n[0]:n.slice(0,-1).join(", ")+" or "+n[t.length-1];return{Parameter(i,{report:s,location:a}){i.type==="boolean"&&!r.test(i.name)&&s({message:`Boolean parameter \`${i.name}\` should have ${o} prefix.`,location:a.child("name"),reference:"https://redocly.com/docs/cli/rules/oas/boolean-parameter-prefixes"})}}};function ss({type:e,value:t,ctx:r,allowedValues:n,reference:o}){let{report:i,location:s}=r,a=e==="consumes"?"request":"response";if(!n)throw new Error(`Parameter "allowedValues" is not provided for "${a}-mime-type" rule`);if(t[e])for(let c of t[e])n.includes(c)||i({message:`Mime type "${c}" is not allowed`,location:s.child(t[e].indexOf(c)).key(),reference:o})}function Jn({type:e,value:t,ctx:r,allowedValues:n,reference:o}){let{report:i,location:s}=r,a=e==="consumes"?"request":"response";if(!n)throw new Error(`Parameter "allowedValues" is not provided for "${a}-mime-type" rule`);if(t.content)for(let c of Object.keys(t.content))n.includes(c)||i({message:`Mime type "${c}" is not allowed`,location:s.child("content").child(c).key(),reference:o})}var M$=({allowedValues:e})=>({Root(t,r){ss({type:"consumes",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/request-mime-type"})},Operation:{leave(t,r){ss({type:"consumes",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/request-mime-type"})}}});var D$=e=>{let t=e.names||{},r;return{Operation:{Response:{skip:(n,o)=>`${o}`=="204",enter:(n,o)=>{r=o.key},Schema(n,{report:o,location:i}){if(n.type!=="object")return;let s=t[r]||t[gn(r)]||t[gn(r).toLowerCase()]||[];for(let a of s)n.properties?.[a]||o({message:`Response object must contain a top-level "${a}" property.`,location:i.child("properties").key(),reference:"https://redocly.com/docs/cli/rules/oas/response-contains-property"})}}}}};var L$=({allowedValues:e})=>({Root(t,r){ss({type:"produces",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/response-mime-type"})},Operation:{leave(t,r){ss({type:"produces",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/response-mime-type"})}}});var U$={struct:ct,"no-invalid-schema-examples":yl,"no-invalid-parameter-examples":hl,"info-contact":ir,"info-license":Ui,"info-license-strict":jn,"tag-description":Un,"tags-alphabetical":zn,"paths-kebab-case":Il,"no-enum-type-mismatch":zr,"boolean-parameter-prefixes":j$,"no-path-trailing-slash":gl,"operation-2xx-response":bl,"operation-4xx-response":vl,assertions:At,"operation-operationId-unique":Sl,"operation-parameters-unique":_l,"path-parameters-defined":is,"operation-tag-defined":$l,"path-declaration-must-exist":Tl,"operation-operationId-url-safe":wl,"operation-operationId":Dn,"operation-summary":El,"operation-description":xl,"path-not-include-query":Ol,"path-params-defined":is,"parameter-description":Al,"operation-singular-tag":Pl,"security-defined":jl,"security-scopes-defined":Di,"no-unresolved-refs":at,"no-identical-paths":jp,"no-ambiguous-paths":Cp,"path-http-verbs-order":Rl,"no-http-verbs-in-paths":Np,"request-mime-type":M$,"response-mime-type":L$,"path-segment-plural":kl,"response-contains-header":ql,"response-contains-property":D$,"scalar-property-missing-example":Nl,"required-string-property-missing-min-length":Cl,"spec-strict-refs":Ml,"spec-ref-siblings":Ln,"no-required-schema-properties-undefined":Fr,"no-schema-type-mismatch":Vr,"no-duplicated-enum-values":Ur,"no-unsafe-markdown":Hr,"no-duplicated-tag-names":Mn},z$={};var F$=e=>({Parameter:{leave(t,r){if(!t.schema)return;let n=j(t.schema)?r.resolve(t.schema).node:t.schema;n&&jY(t,n,e)&&r.report({message:`Parameter \`${t.name}\` should have \`style\` and \`explode \` fields`,location:r.location,reference:"https://redocly.com/docs/cli/rules/oas/array-parameter-serialization"})}}});function jY(e,t,r){return(t.type==="array"||t.items||t.prefixItems)&&(e.style===void 0||e.explode===void 0)&&(!r.in||e.in&&r.in?.includes(e.in))}var V$=e=>{let t=e.prefixes||["is","has"],r=new RegExp(`^(${t.join("|")})[A-Z-_]`),n=t.map(i=>`\`${i}\``),o=n.length===1?n[0]:n.slice(0,-1).join(", ")+" or "+n[t.length-1];return{Parameter:{Schema(i,{report:s,parentLocations:a},c){i.type==="boolean"&&!r.test(c.Parameter.name)&&s({message:`Boolean parameter \`${c.Parameter.name}\` should have ${o} prefix.`,location:a.Parameter.child(["name"]),reference:"https://redocly.com/docs/cli/rules/oas/boolean-parameter-prefixes"})}}}};function Ha(e){return e.endsWith(".yaml")||e.endsWith(".yml")||e.endsWith(".json")}var og="Schema",ig="Parameter",sg="Response",ag="RequestBody",MY={[og]:"schemas",[ig]:"parameters",[sg]:"responses",[ag]:"requestBodies"},B$=e=>{let t=new Map,r=[];e.schemas!=="off"&&r.push(og),e.parameters!=="off"&&r.push(ig),e.responses!=="off"&&r.push(sg),e.requestBodies!=="off"&&r.push(ag);let n={ref:{leave(a,{type:c,resolve:p}){let l=c.name;if(r.includes(l)){let u=p(a);if(!u.location)return;s(l,u.location)}}},Root:{leave(a,c){t.forEach((p,l,u)=>{if(p.absolutePointers.size>1){let d=UY(l),f=DY(d.typeName),m=f?e[f]:null;for(let h of p.locations){let y=Array.from(p.absolutePointers).filter(P=>P!==h.absolutePointer.toString()).map(P=>`- ${P}`).join(`
|
|
112
|
+
`),g={message:`Component '${f}/${d.componentName}' is not unique. It is also defined at:
|
|
113
|
+
${y}`,location:h,reference:"https://redocly.com/docs/cli/rules/oas/component-name-unique"};m&&(g.forceSeverity=m),c.report(g)}}})}}};return e.schemas!="off"&&(n.NamedSchemas={Schema(a,{location:c}){s(og,c)}}),e.responses!="off"&&(n.NamedResponses={Response(a,{location:c}){s(sg,c)}}),e.parameters!="off"&&(n.NamedParameters={Parameter(a,{location:c}){s(ig,c)}}),e.requestBodies!="off"&&(n.NamedRequestBodies={RequestBody(a,{location:c}){s(ag,c)}}),n;function o(a){let c=a.split("/").slice(-1)[0];return Ha(c)?c.slice(0,c.lastIndexOf(".")):c}function i(a,c,p){let l=LY(a,c),u=t.get(l)??{absolutePointers:new Set,locations:[]},d=p.absolutePointer.toString();u.absolutePointers.has(d)||(u.absolutePointers.add(d),u.locations.push(p)),t.set(l,u)}function s(a,c){let p=o(c.absolutePointer.toString());i(a,p,c)}};function DY(e){return MY[e]??null}function LY(e,t){return`${e}/${t}`}function UY(e){let[t,r]=e.split("/");return{typeName:t,componentName:r}}var H$=()=>({Root(e,{report:t,location:r}){if(!e.hasOwnProperty("servers")){t({message:"Servers must be present.",location:r.child(["openapi"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-empty-servers"});return}(!Array.isArray(e.servers)||e.servers.length===0)&&t({message:"Servers must be a non-empty array.",location:r.child(["servers"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-empty-servers"})}});var K$=()=>({Example(e,{report:t,location:r}){e.value&&e.externalValue&&t({message:"Example object can have either `value` or `externalValue` fields.",location:r.child(["value"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-example-value-and-externalValue"})}});var zY=new Set(["type","format","enum","const","nullable","properties","required","additionalProperties","discriminator","$ref","$id","$schema","$anchor","$comment","title","description","default","example","examples","deprecated","readOnly","writeOnly","externalDocs","xml"]),J$=()=>({AllOf(e,t){let r=t.parent;Array.isArray(e)&&((e.length===0||e.length===1&&Object.keys(r).length===1&&!FY(e[0],t.resolve))&&cg(e,"allOf",t),pg(e,"allOf",t),lg(e,"allOf",t))},AnyOf(e,t){let r=t.parent;if(!Array.isArray(e))return;let n=$(r.discriminator);e.length<2&&!n&&cg(e,"anyOf",t),pg(e,"anyOf",t),lg(e,"anyOf",t),n&&G$(e,"anyOf",t)},OneOf(e,t){let r=t.parent;if(!Array.isArray(e))return;let{discriminator:n}=r,o=$(n);e.length<2&&!o&&cg(e,"oneOf",t),pg(e,"oneOf",t),lg(e,"oneOf",t),o&&G$(e,"oneOf",t),Ll(r)&&VY(e,t),BY(e,o?n:void 0,t)}});function cg(e,t,r){let n=e.length===1?" Use the schema directly instead.":"";r.report({message:`\`${t}\` should have at least two schemas.${n}`,location:r.location.key()})}function FY(e,t){return $(Ka(e,t)?.schema.discriminator)}function pg(e,t,r){for(let[n,o]of e.entries())$(o)&&Object.keys(o).length===0&&r.report({message:`Schema in \`${t}\` is empty, so it matches any value.`,location:r.location.child([n])})}function G$(e,t,r){for(let[n,o]of e.entries())j(o)||$(o)&&"$id"in o||r.report({message:`Schema in \`${t}\` is inline, so the \`discriminator\` cannot select it. Use a \`$ref\` to a named schema.`,location:r.location.child([n])})}function lg(e,t,r){for(let n=1;n<e.length;n++){let o=e.findIndex(i=>Bt(i,e[n]));o<n&&r.report({message:`Schema in \`${t}\` duplicates the schema at position ${o+1}.`,location:r.location.child([n])})}}function VY(e,t){e.some(n=>{let o=Ka(n,t.resolve);return o?Ll(o.schema):!1})&&t.report({message:"The schema and a schema in `oneOf` both accept `null`, so nothing decides which one applies to a null value.",location:t.location.key()})}function BY(e,t,r){let{resolve:n,report:o,location:i}=r,s=r.specVersion!=="oas3_2",a=e.map(c=>Ka(c,n));for(let c=0;c<a.length-1;c++){let p=a[c];if(p)for(let l=c+1;l<a.length;l++){let u=a[l];if(!u||Bt(e[c],e[l]))continue;let d=HY(p,u,n,t,s);d&&o({message:`Schemas in \`oneOf\` must be mutually exclusive. Found overlapping schemas: ${W$(e[c],c)} and ${W$(e[l],l)}. ${d}`,location:i.key()})}}}function W$(e,t){return j(e)?`\`${e.$ref}\``:e.title?`\`${e.title}\``:`schema at position ${t+1}`}function HY(e,t,r,n,o){let i=e.schema,s=t.schema;if(Dl(i)||Dl(s)||X$(i,s))return null;if(Ll(i)&&Ll(s))return"Both schemas accept `null`.";let a=Wa(i),c=Wa(s);if(a&&c){let l=a.filter(u=>c.some(d=>Bt(u,d)));return`Both schemas allow the values ${JSON.stringify(l)}.`}if(n)return o?KY(i,s,n):null;let p=GY(e,t,r);if(p)return p;if(!i.properties&&!s.properties){let l=eA(i,s);if(l?.length)return`Both schemas accept ${l.map(u=>`\`${u}\``).join(", ")}.`}return null}function KY(e,t,r){let{propertyName:n}=r;return typeof n!="string"||!!e.required?.includes(n)&&!!t.required?.includes(n)?null:rt(De(e.properties??{},n))&&rt(De(t.properties??{},n))?`Add \`${n}\` to \`required\` in every schema; the \`discriminator\` cannot read a property a value may omit.`:`Declare \`${n}\` in every schema and add it to \`required\`; the \`discriminator\` cannot read a property a value may omit.`}function GY(e,t,r){let n=WY(e,t);if(!n||Y$(e.schema,n.leftProperties,n.rightRequired)||Y$(t.schema,n.rightProperties,n.leftRequired)||YY(n)||n.sharedNames.length===0)return null;let o=QY(n,r);if(!o)return null;let{optionalDistinguishingNames:i,ambiguousNames:s}=o;if(i.length>0){let a=s.length>0?` Other shared properties: ${ug(s)}.`:"";return`Add ${ug(i)} to \`required\` in every schema; an optional property cannot distinguish the schemas.${a}`}return s.length>0?`Both schemas define ${ug(s)} without constraints that exclude each other. Add a discriminator, or constrain the shared properties to different values.`:null}function WY(e,t){let r=e.schema.properties,n=t.schema.properties;return!r||!n?null:{leftSource:e.source,rightSource:t.source,leftProperties:r,rightProperties:n,leftRequired:new Set(e.schema.required??[]),rightRequired:new Set(t.schema.required??[]),sharedNames:Object.keys(r).filter(o=>De(n,o))}}function YY({leftProperties:e,rightProperties:t,leftRequired:r,rightRequired:n}){let o=[...r].some(s=>!De(t,s)&&!n.has(s)),i=[...n].some(s=>!De(e,s)&&!r.has(s));return o&&i}function QY({leftSource:e,rightSource:t,leftProperties:r,rightProperties:n,leftRequired:o,rightRequired:i,sharedNames:s},a){let c=[],p=[];for(let l of s){let u=o.has(l)&&i.has(l),d=Ka(De(r,l),a,e),f=Ka(De(n,l),a,t);if(!(!d||!f)&&!(Dl(d.schema)||Dl(f.schema))){if(X$(d.schema,f.schema)){if(u)return null;c.push(l);continue}p.push(l)}}return{optionalDistinguishingNames:c,ambiguousNames:p}}function Y$(e,t,r){return e.additionalProperties!==!1?!1:[...r].some(n=>!De(t,n))}function X$(e,t){let r=Wa(e),n=Wa(t);return r&&n?!r.some(o=>n.some(i=>Bt(o,i))):eA(e,t)?.length===0}function Ka(e,t,r){if(j(e)){let{node:n,location:o}=t(e,r);return $(n)?{schema:n,source:o?.source.absoluteRef}:void 0}return $(e)?{schema:e,source:r}:void 0}function Dl(e){return Object.keys(e).some(t=>!zY.has(t)&&!t.startsWith("x-"))}function Z$(e){return"nullable"in e&&e.nullable===!0}function Ga(e){let t=e.type;if(t===void 0)return;let r=new Set(Array.isArray(t)?t:[t]);return Z$(e)&&r.add("null"),r}function eA(e,t){let r=Ga(e),n=Ga(t);if(!r||!n)return;let o=[...r].filter(i=>n.has(i));return o.length===0&&JY(e,t)?["integer"]:o}function JY(e,t){let r=Ga(e),n=Ga(t);return r?.has("integer")&&n?.has("number")?Q$(t):r?.has("number")&&n?.has("integer")?Q$(e):!1}function Q$(e){let t=Wa(e);return!t||t.some(r=>typeof r=="number"&&Number.isInteger(r))}function Ll(e){return Z$(e)||Ga(e)?.has("null")===!0}function Wa(e){if(e.enum)return e.enum;let t="const"in e?e.const:void 0;return rt(t)?[t]:void 0}function ug(e){return e.map(t=>`\`${t}\``).join(", ")}var tA=e=>{let t=new Qn,r=o=>o.schema===void 0,n=o=>(i,s)=>{let{location:a,resolve:c}=s;if(rt(i.example))p(i.example,a.child("example"));else if($(i.examples))for(let l of Object.keys(i.examples))p(i.examples[l],a.child(["examples",l]),!0);function p(l,u,d){if(j(l)){let m=c(l);if(!m.location)return;u=m.location,l=m.node}let f=l;if(d){let m=Ip(l);if(!m)return;f=m.value,u=u.child(m.field)}qn({example:f,schema:i.schema,options:{location:u,ctx:s,validator:t,allowAdditionalProperties:!!e.allowAdditionalProperties,ajvContext:o},reference:"https://redocly.com/docs/cli/rules/oas/no-invalid-media-type-examples"})}};return{Parameter:{MediaType:{skip:r,leave:n({apiContext:"request"})}},RequestBody:{MediaType:{skip:r,leave:n({apiContext:"request"})}},Response:{MediaType:{skip:r,leave:n({apiContext:"response"})}}}};var rA=()=>({Server(e,{report:t,location:r}){let n=/^(.*[\/.])?(example\.com|localhost)([\/:?].*|$)/;e.url&&n.test(e.url)&&t({message:"Server `url` should not point to example.com or localhost.",location:r.child(["url"]),reference:"https://redocly.com/docs/cli/rules/oas/no-server-example-com"})}});var nA=()=>({Server(e,{report:t,location:r}){e.url&&e.url.endsWith("/")&&e.url!=="/"&&t({message:"Server `url` should not have a trailing slash.",location:r.child(["url"]),reference:"https://redocly.com/docs/cli/rules/oas/no-server-trailing-slash"})}});var iA=()=>({Root(e,{report:t,location:r}){if(!e.servers||e.servers.length===0)return;let n=[];if(Array.isArray(e.servers))for(let o of e.servers){let i=oA(o);i&&n.push(...i)}else{let o=oA(e.servers);if(!o)return;n.push(...o)}for(let o of n)o==="empty"&&t({message:"Server variable with `enum` must be a non-empty array.",location:r.child(["servers"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-server-variables-empty-enum"}),o==="invalidDefaultValue"&&t({message:"Server variable define `enum` and `default`. `enum` must include default value",location:r.child(["servers"]).key(),reference:"https://redocly.com/docs/cli/rules/oas/no-server-variables-empty-enum"})}});function oA(e){if(e.variables&&Object.keys(e.variables).length===0)return;let t=[];for(let r in e.variables){let n=e.variables[r];if(!n.enum||(Array.isArray(n.enum)&&n.enum?.length===0&&t.push("empty"),!n.default))continue;let o=e.variables[r].default;n.enum&&!n.enum.includes(o)&&t.push("invalidDefaultValue")}if(t.length)return t}var sA=()=>({Server(e,{report:t,location:r}){if(!e?.url)return;let n=e.url.match(/{[^}]+}/g)?.map(i=>i.slice(1,i.length-1))||[],o=e?.variables&&Object.keys(e.variables)||[];for(let i of n)o.includes(i)||t({message:`The \`${i}\` variable is not defined in the \`variables\` objects.`,location:r.child(["url"]),reference:"https://redocly.com/docs/cli/rules/oas/no-undefined-server-variable"});for(let i of o)n.includes(i)||t({message:`The \`${i}\` variable is not used in the server's \`url\` field.`,location:r.child(["variables",i]).key(),from:r.child("url"),reference:"https://redocly.com/docs/cli/rules/oas/no-undefined-server-variable"})}});var aA=()=>{let e=new Map,t=new Map,r=new Set;function n(o,i,s=!1){e.set(o.absolutePointer,{used:e.get(o.absolutePointer)?.used||!1,referencesDiscriminator:s,location:o,name:i})}return{ref(o,{type:i,resolve:s,key:a,location:c}){if(["Schema","Header","Parameter","Response","Example","RequestBody","MediaTypesMap"].includes(i.name)){let p=s(o);if(!p.location)return;e.set(p.location.absolutePointer,{used:!0,name:a.toString(),location:c})}},Root:{leave(o,{report:i}){e.forEach(s=>{!s.used&&!s.referencesDiscriminator&&i({message:`Component: "${s.name}" is never used.`,location:s.location.key(),reference:"https://redocly.com/docs/cli/rules/oas/no-unused-components"})}),t.forEach((s,a)=>{r.has(a)||i({message:`Security scheme: "${a}" is never used.`,location:s.key(),reference:"https://redocly.com/docs/cli/rules/oas/no-unused-components"})})}},NamedSchemas:{Schema(o,{location:i,key:s,resolve:a}){let c=o.allOf?.some(p=>j(p)&&a(p)?.node?.discriminator);n(i,s.toString(),c)}},NamedParameters:{Parameter(o,{location:i,key:s}){n(i,s.toString())}},NamedResponses:{Response(o,{location:i,key:s}){n(i,s.toString())}},NamedExamples:{Example(o,{location:i,key:s}){n(i,s.toString())}},NamedRequestBodies:{RequestBody(o,{location:i,key:s}){n(i,s.toString())}},NamedHeaders:{Header(o,{location:i,key:s}){n(i,s.toString())}},NamedMediaTypes:{MediaTypesMap(o,{location:i,key:s}){n(i,s.toString())}},NamedSecuritySchemes:{SecurityScheme(o,{rawLocation:i,key:s}){t.set(s.toString(),i)}},SecurityRequirement(o){for(let i of Object.keys(o))r.add(i)}}};var cA=()=>({Schema:{leave(e,t){"nullable"in e&&!("type"in e)&&t.report({message:"The `type` field must be defined when the `nullable` field is used.",location:t.location.child(["nullable"]),reference:"https://redocly.com/docs/cli/rules/oas/nullable-type-sibling"})}}});var dg="https://redocly.com/docs/cli/rules/oas/operation-4xx-problem-details-rfc7807",pA=()=>({Response:{skip(e,t){return!/4[Xx0-9]{2}/.test(`${t}`)},enter(e,{report:t,location:r}){(!e.content||!e.content["application/problem+json"])&&t({message:"Response `4xx` must have content-type `application/problem+json`.",location:r.key(),reference:dg})},MediaType:{skip(e,t){return t!=="application/problem+json"},enter(e,t){if(or({fieldName:"schema",value:e,ctx:t,reference:dg}),!e.schema)return;let{schema:r,location:n}=Ao(e.schema,t,t.location.child("schema"));if(!(!r||!n))for(let o of["type","title"])un(e.schema,o,t)||t.report({message:To("SchemaProperties",o),location:r.properties?n.child(["properties",o]).key():n.key(),reference:dg})}}}});var lA=({allowedValues:e})=>({Paths:{RequestBody:{leave(t,r){Jn({type:"consumes",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/request-mime-type"})}},Callback:{RequestBody(){},Response:{leave(t,r){Jn({type:"consumes",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/request-mime-type"})}}}},WebhooksMap:{Response:{leave(t,r){Jn({type:"consumes",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/request-mime-type"})}}}});var uA=e=>{let t=e.names||{},r;return{Operation:{Response:{skip:(n,o)=>`${o}`=="204",enter:(n,o)=>{r=o.key},MediaType:{Schema(n,{report:o,location:i}){if(n.type!=="object")return;let s=t[r]||t[gn(r)]||t[gn(r).toLowerCase()]||[];for(let a of s)n.properties?.[a]||o({message:`Response object must contain a top-level "${a}" property.`,location:i.child("properties").key(),reference:"https://redocly.com/docs/cli/rules/oas/response-contains-property"})}}}}}};var dA=({allowedValues:e})=>({Paths:{Response:{leave(t,r){Jn({type:"produces",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/response-mime-type"})}},Callback:{Response(){},RequestBody:{leave(t,r){Jn({type:"produces",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/response-mime-type"})}}}},WebhooksMap:{RequestBody:{leave(t,r){Jn({type:"produces",value:t,ctx:r,allowedValues:e,reference:"https://redocly.com/docs/cli/rules/oas/response-mime-type"})}}}});var fA=()=>{let e=`^[${Tc}]+$`;function t(r,n,o,i){new RegExp(e).test(r)||n({message:`The map key in ${i} "${r}" does not match the regular expression "${e}"`,location:o.key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-components-invalid-map-name"})}return{NamedSchemas:{Schema(r,{key:n,report:o,location:i}){t(n,o,i,"schemas")}},NamedParameters:{Parameter(r,{key:n,report:o,location:i}){t(n,o,i,"parameters")}},NamedResponses:{Response(r,{key:n,report:o,location:i}){t(n,o,i,"responses")}},NamedExamples:{Example(r,{key:n,report:o,location:i}){t(n,o,i,"examples")}},NamedRequestBodies:{RequestBody(r,{key:n,report:o,location:i}){t(n,o,i,"requestBodies")}},NamedHeaders:{Header(r,{key:n,report:o,location:i}){t(n,o,i,"headers")}},NamedSecuritySchemes:{SecurityScheme(r,{key:n,report:o,location:i}){t(n,o,i,"securitySchemes")}},NamedLinks:{Link(r,{key:n,report:o,location:i}){t(n,o,i,"links")}},NamedCallbacks:{Callback(r,{key:n,report:o,location:i}){t(n,o,i,"callbacks")}}}};var mA=()=>{let e=[];return{Root:{enter(t){e=Object.keys(t.components?.schemas||{})}},Schema:{leave(t,r){let n=t.discriminator?.propertyName;if(!n)return;let o=t.discriminator?.defaultMapping;if(o===void 0){let i=new Set,s=(a,c)=>{let p=Ao(a,r,c);return!!(!p.schema||i.has(p.schema)||(i.add(p.schema),p.schema.required?.includes(n)||p.schema.allOf?.some(l=>s(l,p.location))||p.schema.oneOf?.every(l=>s(l,p.location))||p.schema.anyOf?.every(l=>s(l,p.location))))};s(t)||r.report({message:`Discriminator with optional property '${n}' must include a defaultMapping field.`,location:r.location.child("discriminator"),reference:"https://redocly.com/docs/cli/rules/oas/spec-discriminator-defaultMapping"})}else r.resolve({$ref:o}).node===void 0&&!e.includes(o)&&r.report({message:`defaultMapping value '${o}' does not point to an existing schema component.`,location:r.location.child(["discriminator","defaultMapping"]),reference:"https://redocly.com/docs/cli/rules/oas/spec-discriminator-defaultMapping"})}}}};var hA=()=>({Example({value:e,externalValue:t,dataValue:r,serializedValue:n},{report:o,location:i}){e!==void 0&&t!==void 0&&o({message:"The 'value' and 'externalValue' fields of an example object are mutually exclusive.",location:i,reference:"https://redocly.com/docs/cli/rules/oas/spec-example-values"}),n!==void 0&&t!==void 0&&o({message:"The 'serializedValue' and 'externalValue' fields of an example object are mutually exclusive.",location:i,reference:"https://redocly.com/docs/cli/rules/oas/spec-example-values"}),e!==void 0&&r!==void 0&&o({message:"The 'value' filed must be absent if 'dataValue' is present in an example object.",location:i.child("value").key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-example-values"}),e!==void 0&&n!==void 0&&o({message:"The 'value' filed must be absent if 'serializedValue' is present in an example object.",location:i.child("value").key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-example-values"})}});var yA=()=>({MediaType:{leave(e,t){("prefixEncoding"in e&&"encoding"in e||"itemEncoding"in e&&"encoding"in e)&&t.report({message:"The 'encoding' field cannot be used together with 'prefixEncoding' or 'itemEncoding'.",location:t.location.child("encoding").key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-no-invalid-encoding-combinations"})}}});var gA=()=>{let e;return{Root:{enter(t){e=t.tags??[]}},Tag:{leave(t,{report:r,location:n}){if(t?.parent===void 0)return;if(!e.find(s=>s.name===t.parent)){r({message:`Tag parent '${t.parent}' is not defined in the API description.`,location:n.child("parent"),reference:"https://redocly.com/docs/cli/rules/oas/spec-no-invalid-tag-parents"});return}let o=new Set(t.name),i=t.parent;for(;i!==void 0;){if(o.has(i)){r({message:`Circular reference detected in tag parent hierarchy for tag '${t.name}'.`,location:n.child("parent"),reference:"https://redocly.com/docs/cli/rules/oas/spec-no-invalid-tag-parents"});return}o.add(i),i=e.find(s=>s.name===i)?.parent}}}}};function bA(e){return e.filter(t=>!("$ref"in t)&&t.in==="querystring").length}function vA(e,t){let r=t.location.child("parameters");e>1&&t.report({message:"Parameters with `in: querystring` should be defined only once per path/operation parameter set.",location:r,reference:"https://redocly.com/docs/cli/rules/oas/spec-querystring-parameters"})}function xA(e,t,r,n){if(e.in==="query"){r.querystringLocation&&n.report({message:"Parameters with `in: query` cannot be used together with `in: querystring` in the same operation/path parameter set.",location:t,reference:"https://redocly.com/docs/cli/rules/oas/spec-querystring-parameters"}),r.queryLocation??=t;return}e.in==="querystring"&&(r.queryLocation&&n.report({message:"Parameters with `in: querystring` cannot be used together with `in: query` in the same operation/path parameter set.",location:t,reference:"https://redocly.com/docs/cli/rules/oas/spec-querystring-parameters"}),r.querystringLocation??=t)}var SA=()=>{let e={},t={},r=0;return{PathItem:{enter(n,o){e={},t={},r=0,vA(bA(n.parameters||[]),o)},Parameter(n,o){xA(n,o.location,e,o),n.in==="querystring"&&(r+=1)},Operation:{enter(n,o){t={...e};let i=r+bA(n.parameters||[]);vA(i,o)},Parameter(n,o){xA(n,o.location,t,o)}}}}};var wA=()=>({ref:{leave(e,{report:t,location:r,type:n,specVersion:o}){let i=o!=="oas3_0";if(!(i&&n.name==="Schema"||n.name==="PathItem"))for(let s of Object.keys(e))s!=="$ref"&&(i&&(s==="summary"||s==="description")||t({message:`Property \`${s}\` is not expected here because it is defined alongside \`$ref\`.`,location:r.child(s).key(),reference:"https://redocly.com/docs/cli/rules/oas/spec-ref-siblings"}))}}});var _A={struct:ct,"info-contact":ir,"info-license":Ui,"info-license-strict":jn,"operation-2xx-response":bl,"operation-4xx-response":vl,"operation-4xx-problem-details-rfc7807":pA,assertions:At,"operation-operationId-unique":Sl,"operation-parameters-unique":_l,"operation-tag-defined":$l,"no-example-value-and-externalValue":K$,"no-mixed-number-range-constraints":Nn,"no-enum-type-mismatch":zr,"no-path-trailing-slash":gl,"no-empty-servers":H$,"path-declaration-must-exist":Tl,"operation-operationId-url-safe":wl,"operation-operationId":Dn,"operation-summary":El,"tags-alphabetical":zn,"no-server-example.com":rA,"no-server-trailing-slash":nA,"tag-description":Un,"operation-description":xl,"no-unused-components":aA,"path-not-include-query":Ol,"path-parameters-defined":is,"path-params-defined":is,"parameter-description":Al,"operation-singular-tag":Pl,"security-defined":jl,"security-scopes-defined":Di,"no-unresolved-refs":at,"paths-kebab-case":Il,"boolean-parameter-prefixes":V$,"path-http-verbs-order":Rl,"no-illogical-composition-keywords":J$,"no-invalid-media-type-examples":tA,"no-identical-paths":jp,"no-ambiguous-paths":Cp,"no-undefined-server-variable":sA,"no-server-variables-empty-enum":iA,"no-http-verbs-in-paths":Np,"request-mime-type":lA,"response-mime-type":dA,"path-segment-plural":kl,"no-invalid-schema-examples":yl,"no-invalid-parameter-examples":hl,"response-contains-header":ql,"response-contains-property":uA,"scalar-property-missing-example":Nl,"spec-components-invalid-map-name":fA,"required-string-property-missing-min-length":Cl,"spec-strict-refs":Ml,"component-name-unique":B$,"array-parameter-serialization":F$,"no-required-schema-properties-undefined":Fr,"no-schema-type-mismatch":Vr,"no-duplicated-enum-values":Ur,"no-unsafe-markdown":Hr,"no-duplicated-tag-names":Mn,"nullable-type-sibling":cA,"spec-no-invalid-tag-parents":gA,"spec-no-invalid-encoding-combinations":yA,"spec-discriminator-defaultMapping":mA,"spec-example-values":hA,"spec-querystring-parameters":SA,"spec-ref-siblings":wA},PA={};var EA=()=>{let e=new Map;function t(r,n){e.set(r.absolutePointer,{used:e.get(r.absolutePointer)?.used||!1,location:r,name:n})}return{ref(r,{type:n,resolve:o,key:i,location:s}){if(["Schema","ContentDescriptor","Example","Link","ErrorObject","ExamplePairing","Tag"].includes(n.name)){let a=o(r);if(!a.location)return;e.set(a.location.absolutePointer,{used:!0,name:i.toString(),location:s})}},Root:{leave(r,{report:n}){e.forEach(o=>{o.used||n({message:`Component: "${o.name}" is never used.`,location:o.location.key(),reference:"https://redocly.com/docs/cli/rules/oas/no-unused-components"})})}},NamedSchemas:{Schema(r,{location:n,key:o}){t(n,o.toString())}},NamedContentDescriptors:{ContentDescriptor(r,{location:n,key:o}){t(n,o.toString())}},NamedExamples:{Example(r,{location:n,key:o}){t(n,o.toString())}},NamedLinks:{Link(r,{location:n,key:o}){t(n,o.toString())}},NamedErrors:{ErrorObject(r,{location:n,key:o}){t(n,o.toString())}},NamedExamplePairingObjects:{ExamplePairing(r,{location:n,key:o}){t(n,o.toString())}},NamedTags:{Tag(r,{location:n,key:o}){t(n,o.toString())}}}};var $A=()=>({Method:{leave(e,{report:t,resolve:r,location:n}){if(!e.params||!Array.isArray(e.params))return;let o=new Set;e.params.forEach((i,s)=>{let a=r(i);if(!a.node)return;let c=a.node,p=c.name;p&&(o.has(p)&&t({message:`Parameter names must be unique. Duplicate parameter name '${c.name}' found.`,location:n.child([s,"name"]),reference:"https://redocly.com/docs/cli/rules/openrpc/spec-no-duplicated-method-params"}),o.add(p))})}}});var AA=()=>({Method:{leave(e,{report:t,resolve:r,location:n}){if(!e.params||!Array.isArray(e.params))return;let o=!1;e.params.forEach((i,s)=>{let a=r(i);if(!a.node)return;let c=a.node;if(!c.name)return;c.required===!0?o&&t({message:`Required parameter '${c.name}' must be positioned before optional parameters.`,location:n.child([s,"name"]),reference:"https://redocly.com/docs/cli/rules/openrpc/spec-no-required-params-after-optional"}):o=!0})}}});var TA={struct:ct,"no-unresolved-refs":at,assertions:At,"info-license":Ui,"no-unused-components":EA,"info-contact":ir,"spec-no-duplicated-method-params":$A,"spec-no-required-params-after-optional":AA,"spec-ref-siblings":Ln},RA={};var OA={"info-contact":ir,struct:ct,"no-unresolved-refs":at,assertions:At},kA={};var XY={rules:{struct:"error","no-unresolved-refs":"error"},oas2Rules:{"boolean-parameter-prefixes":"error","info-contact":"error","info-license":"error","info-license-strict":"error","no-duplicated-enum-values":"error","no-path-trailing-slash":"error","no-identical-paths":"error","no-ambiguous-paths":"error","no-invalid-schema-examples":"error","no-invalid-parameter-examples":"error","no-http-verbs-in-paths":"error","no-enum-type-mismatch":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","operation-summary":"error","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-description":"error","operation-2xx-response":"error","operation-4xx-response":"error","operation-parameters-unique":"error","operation-tag-defined":"error","operation-singular-tag":"error","parameter-description":"error","path-declaration-must-exist":"error","path-not-include-query":"error","path-parameters-defined":"error","paths-kebab-case":"error","path-http-verbs-order":"error","path-params-defined":"error","path-segment-plural":"error","required-string-property-missing-min-length":"error","response-contains-header":"error","request-mime-type":{severity:"error",allowedValues:["application/json"]},"response-mime-type":{severity:"error",allowedValues:["application/json"]},"response-contains-property":"error","security-defined":"error","security-scopes-defined":"error","spec-ref-siblings":"error","spec-strict-refs":"error","scalar-property-missing-example":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error"},oas3_0Rules:{"array-parameter-serialization":"error","boolean-parameter-prefixes":"error","component-name-unique":"error","info-contact":"error","info-license":"error","info-license-strict":"error","no-duplicated-enum-values":"error","no-path-trailing-slash":"error","no-identical-paths":"error","no-ambiguous-paths":"error","no-invalid-schema-examples":"error","no-invalid-parameter-examples":"error","no-http-verbs-in-paths":"error","no-enum-type-mismatch":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-empty-servers":"error","no-example-value-and-externalValue":"error","no-unsafe-markdown":"error","no-unused-components":"error","no-undefined-server-variable":"error","no-server-variables-empty-enum":"error","nullable-type-sibling":"error","operation-summary":"error","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-description":"error","operation-2xx-response":"error","operation-4xx-response":"error","operation-4xx-problem-details-rfc7807":"error","operation-parameters-unique":"error","operation-tag-defined":"error","operation-singular-tag":"error","parameter-description":"error","path-declaration-must-exist":"error","path-not-include-query":"error","path-parameters-defined":"error","paths-kebab-case":"error","path-http-verbs-order":"error","path-params-defined":"error","path-segment-plural":"error","required-string-property-missing-min-length":"error","response-contains-header":"error","request-mime-type":{severity:"error",allowedValues:["application/json"]},"response-mime-type":{severity:"error",allowedValues:["application/json"]},"response-contains-property":"error","security-defined":"error","security-scopes-defined":"error","spec-ref-siblings":"error","spec-strict-refs":"error","scalar-property-missing-example":"error","spec-components-invalid-map-name":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error","spec-example-values":"error"},oas3_1Rules:{"array-parameter-serialization":"error","boolean-parameter-prefixes":"error","component-name-unique":"error","info-contact":"error","info-license":"error","info-license-strict":"error","no-duplicated-enum-values":"error","no-path-trailing-slash":"error","no-identical-paths":"error","no-ambiguous-paths":"error","no-invalid-schema-examples":"error","no-invalid-parameter-examples":"error","no-http-verbs-in-paths":"error","no-enum-type-mismatch":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":"error","no-mixed-number-range-constraints":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-empty-servers":"error","no-example-value-and-externalValue":"error","no-unsafe-markdown":"error","no-unused-components":"error","no-undefined-server-variable":"error","no-server-variables-empty-enum":"error","parameter-description":"error","path-declaration-must-exist":"error","path-not-include-query":"error","path-parameters-defined":"error","paths-kebab-case":"error","path-http-verbs-order":"error","path-params-defined":"error","path-segment-plural":"error","operation-summary":"error","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-description":"error","operation-2xx-response":"error","operation-4xx-response":"error","operation-4xx-problem-details-rfc7807":"error","operation-parameters-unique":"error","operation-tag-defined":"error","operation-singular-tag":"error","required-string-property-missing-min-length":"error","response-contains-header":"error","request-mime-type":{severity:"error",allowedValues:["application/json"]},"response-mime-type":{severity:"error",allowedValues:["application/json"]},"response-contains-property":"error","security-defined":"error","security-scopes-defined":"error","spec-ref-siblings":"error","spec-strict-refs":"error","scalar-property-missing-example":"error","spec-components-invalid-map-name":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error","spec-example-values":"error"},oas3_2Rules:{"array-parameter-serialization":"error","boolean-parameter-prefixes":"error","component-name-unique":"error","info-contact":"error","info-license":"error","info-license-strict":"error","no-duplicated-enum-values":"error","no-path-trailing-slash":"error","no-identical-paths":"error","no-ambiguous-paths":"error","no-invalid-schema-examples":"error","no-invalid-parameter-examples":"error","no-http-verbs-in-paths":"error","no-enum-type-mismatch":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":"error","no-mixed-number-range-constraints":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-empty-servers":"error","no-unsafe-markdown":"error","no-unused-components":"error","no-undefined-server-variable":"error","no-server-variables-empty-enum":"error","parameter-description":"error","path-declaration-must-exist":"error","path-not-include-query":"error","path-parameters-defined":"error","paths-kebab-case":"error","path-http-verbs-order":"error","path-params-defined":"error","path-segment-plural":"error","operation-summary":"error","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-description":"error","operation-2xx-response":"error","operation-4xx-response":"error","operation-4xx-problem-details-rfc7807":"error","operation-parameters-unique":"error","operation-tag-defined":"error","operation-singular-tag":"error","required-string-property-missing-min-length":"error","response-contains-header":"error","request-mime-type":{severity:"error",allowedValues:["application/json"]},"response-mime-type":{severity:"error",allowedValues:["application/json"]},"response-contains-property":"error","security-defined":"error","security-scopes-defined":"error","spec-ref-siblings":"error","spec-strict-refs":"error","scalar-property-missing-example":"error","spec-components-invalid-map-name":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error","spec-no-invalid-tag-parents":"error","spec-no-invalid-encoding-combinations":"error","spec-discriminator-defaultMapping":"error","spec-example-values":"error","spec-querystring-parameters":"error"},async2Rules:{"channels-kebab-case":"error","info-contact":"error","info-license-strict":"error","no-channel-trailing-slash":"error","no-duplicated-enum-values":"error","no-unsafe-markdown":"error","operation-operationId":"error","security-defined":"error","security-scopes-defined":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error","no-required-schema-properties-undefined":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-schema-type-mismatch":"error","spec-ref-siblings":"error"},async3Rules:{"channels-kebab-case":"error","info-contact":"error","info-license-strict":"error","no-channel-trailing-slash":"error","no-duplicated-enum-values":"error","no-unsafe-markdown":"error","operation-operationId":"error","security-defined":"error","security-scopes-defined":"error","tag-description":"error","tags-alphabetical":"error","no-duplicated-tag-names":"error","no-required-schema-properties-undefined":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-schema-type-mismatch":"error","spec-ref-siblings":"error"},arazzo1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},arazzo1_1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},overlay1Rules:{"info-contact":"error"},openrpc1Rules:{"info-contact":"error","info-license":"error","no-unused-components":"error","spec-no-duplicated-method-params":"error","spec-no-required-params-after-optional":"error","spec-ref-siblings":"error"},graphqlRules:{"no-unused-types":"error","type-description":"error"}},IA=XY;var ZY={rules:{struct:"error","no-unresolved-refs":"error"},oas2Rules:{"boolean-parameter-prefixes":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"warn","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-enum-type-mismatch":"warn","no-http-verbs-in-paths":"off","no-identical-paths":"warn","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-path-trailing-slash":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-unsafe-markdown":"off","operation-2xx-response":"warn","operation-4xx-response":"off","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"warn","operation-operationId-url-safe":"warn","operation-parameters-unique":"warn","operation-singular-tag":"off","operation-summary":"warn","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"warn","path-http-verbs-order":"off","path-not-include-query":"warn","path-params-defined":"off","path-parameters-defined":"warn","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"warn","security-scopes-defined":"off","spec-ref-siblings":"off","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_0Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"warn","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-empty-servers":"warn","no-enum-type-mismatch":"warn","no-example-value-and-externalValue":"warn","no-http-verbs-in-paths":"off","no-identical-paths":"warn","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":{severity:"warn",allowAdditionalProperties:!1},"no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-path-trailing-slash":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"warn","no-unsafe-markdown":"off","no-unused-components":"warn","nullable-type-sibling":"warn","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"warn","operation-operationId-url-safe":"warn","operation-parameters-unique":"warn","operation-singular-tag":"off","operation-summary":"warn","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"warn","path-http-verbs-order":"off","path-not-include-query":"warn","path-params-defined":"off","path-parameters-defined":"warn","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"warn","security-scopes-defined":"off","spec-components-invalid-map-name":"warn","spec-example-values":"off","spec-ref-siblings":"off","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_1Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"warn","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-empty-servers":"warn","no-enum-type-mismatch":"warn","no-example-value-and-externalValue":"warn","no-http-verbs-in-paths":"off","no-identical-paths":"warn","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":"warn","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-mixed-number-range-constraints":"off","no-path-trailing-slash":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"warn","no-unsafe-markdown":"off","no-unused-components":"warn","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"warn","operation-operationId-url-safe":"warn","operation-parameters-unique":"warn","operation-singular-tag":"off","operation-summary":"warn","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"warn","path-http-verbs-order":"off","path-not-include-query":"warn","path-params-defined":"off","path-parameters-defined":"warn","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"warn","security-scopes-defined":"off","spec-components-invalid-map-name":"warn","spec-example-values":"off","spec-ref-siblings":"off","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_2Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"warn","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-empty-servers":"warn","no-enum-type-mismatch":"warn","no-http-verbs-in-paths":"off","no-identical-paths":"warn","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":"warn","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-mixed-number-range-constraints":"off","no-path-trailing-slash":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"warn","no-unsafe-markdown":"off","no-unused-components":"warn","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"warn","operation-operationId-url-safe":"warn","operation-parameters-unique":"warn","operation-singular-tag":"off","operation-summary":"warn","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"warn","path-http-verbs-order":"off","path-not-include-query":"warn","path-params-defined":"off","path-parameters-defined":"warn","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"warn","security-scopes-defined":"off","spec-components-invalid-map-name":"warn","spec-discriminator-defaultMapping":"off","spec-example-values":"off","spec-no-invalid-encoding-combinations":"warn","spec-no-invalid-tag-parents":"warn","spec-querystring-parameters":"error","spec-ref-siblings":"off","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},async2Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"off","no-channel-trailing-slash":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-enum-type-mismatch":"warn","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-unsafe-markdown":"off","operation-operationId":"warn","security-defined":"warn","security-scopes-defined":"off","tag-description":"warn","tags-alphabetical":"off","spec-ref-siblings":"off"},async3Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"off","no-channel-trailing-slash":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-enum-type-mismatch":"warn","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-unsafe-markdown":"off","operation-operationId":"warn","security-defined":"warn","security-scopes-defined":"off","tag-description":"warn","tags-alphabetical":"off","spec-ref-siblings":"off"},arazzo1Rules:{"criteria-unique":"off","no-criteria-xpath":"off","no-duplicated-enum-values":"off","no-enum-type-mismatch":"warn","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-unsafe-markdown":"off","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"off","parameters-unique":"off","requestBody-replacements-unique":"off","sourceDescription-name-unique":"off","sourceDescription-type":"off","sourceDescriptions-not-empty":"off","spec-step-mutually-exclusive-fields":"warn","step-onFailure-unique":"off","step-onSuccess-unique":"off","stepId-unique":"error","workflow-dependsOn":"off","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},arazzo1_1Rules:{"criteria-unique":"off","no-criteria-xpath":"off","no-duplicated-enum-values":"off","no-enum-type-mismatch":"warn","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"warn","no-unsafe-markdown":"off","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"off","parameters-unique":"off","requestBody-replacements-unique":"off","sourceDescription-name-unique":"off","sourceDescription-type":"off","sourceDescriptions-not-empty":"off","spec-step-mutually-exclusive-fields":"warn","step-onFailure-unique":"off","step-onSuccess-unique":"off","stepId-unique":"error","workflow-dependsOn":"off","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},overlay1Rules:{"info-contact":"off"},graphqlRules:{"no-unused-types":"off","type-description":"off"},openrpc1Rules:{"info-contact":"off","info-license":"off","no-unused-components":"off","spec-no-duplicated-method-params":"error","spec-no-required-params-after-optional":"error","spec-ref-siblings":"off"}},CA=ZY;var eQ={rules:{struct:"error","no-unresolved-refs":"error"},oas2Rules:{"boolean-parameter-prefixes":"off","info-contact":"off","info-license":"error","info-license-strict":"error","no-ambiguous-paths":"error","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-enum-type-mismatch":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-invalid-parameter-examples":"error","no-invalid-schema-examples":"error","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","operation-2xx-response":"error","operation-4xx-response":"error","operation-description":"off","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"error","spec-ref-siblings":"error","spec-strict-refs":"off","tag-description":"error","tags-alphabetical":"off"},oas3_0Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"error","info-license-strict":"error","no-ambiguous-paths":"error","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-empty-servers":"error","no-enum-type-mismatch":"error","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":{severity:"error",allowAdditionalProperties:!1},"no-invalid-parameter-examples":"error","no-invalid-schema-examples":"error","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"error","no-unused-components":"error","nullable-type-sibling":"error","operation-2xx-response":"error","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"error","operation-description":"off","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"error","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"error","spec-strict-refs":"off","tag-description":"error","tags-alphabetical":"off"},oas3_1Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"error","info-license-strict":"error","no-ambiguous-paths":"error","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-empty-servers":"error","no-enum-type-mismatch":"error","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":"error","no-invalid-parameter-examples":"error","no-invalid-schema-examples":"error","no-mixed-number-range-constraints":"error","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"error","no-unused-components":"error","operation-2xx-response":"error","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"error","operation-description":"off","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"error","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"error","spec-strict-refs":"off","tag-description":"error","tags-alphabetical":"off"},oas3_2Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"error","info-license-strict":"error","no-ambiguous-paths":"error","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-empty-servers":"error","no-enum-type-mismatch":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"error","no-invalid-media-type-examples":"error","no-invalid-parameter-examples":"error","no-invalid-schema-examples":"error","no-mixed-number-range-constraints":"error","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-server-example.com":"error","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"error","no-unused-components":"error","operation-2xx-response":"error","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"error","operation-description":"off","operation-operationId":"error","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"error","spec-components-invalid-map-name":"error","spec-discriminator-defaultMapping":"error","spec-example-values":"error","spec-no-invalid-encoding-combinations":"error","spec-no-invalid-tag-parents":"error","spec-querystring-parameters":"error","spec-ref-siblings":"error","spec-strict-refs":"off","tag-description":"error","tags-alphabetical":"off"},async2Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"error","no-channel-trailing-slash":"off","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","operation-operationId":"error","security-defined":"error","security-scopes-defined":"error","tag-description":"error","tags-alphabetical":"off","spec-ref-siblings":"error"},async3Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"error","no-channel-trailing-slash":"off","no-duplicated-enum-values":"error","no-duplicated-tag-names":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","operation-operationId":"error","security-defined":"error","security-scopes-defined":"error","tag-description":"error","tags-alphabetical":"off","spec-ref-siblings":"error"},arazzo1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},arazzo1_1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"error","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"error","no-required-schema-properties-undefined":"error","no-schema-type-mismatch":"error","no-unsafe-markdown":"error","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},overlay1Rules:{"info-contact":"off"},openrpc1Rules:{"info-contact":"off","info-license":"error","no-unused-components":"error","spec-no-duplicated-method-params":"error","spec-no-required-params-after-optional":"error","spec-ref-siblings":"error"},graphqlRules:{"no-unused-types":"error","type-description":"off"}},qA=eQ;var tQ={rules:{struct:"error","no-unresolved-refs":"error"},oas2Rules:{"boolean-parameter-prefixes":"off","info-contact":"off","info-license":"warn","info-license-strict":"warn","no-ambiguous-paths":"warn","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-enum-type-mismatch":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-invalid-parameter-examples":"warn","no-invalid-schema-examples":"warn","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-unsafe-markdown":"warn","operation-2xx-response":"warn","operation-4xx-response":"warn","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"warn","spec-ref-siblings":"warn","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_0Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"warn","info-license-strict":"warn","no-ambiguous-paths":"warn","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-empty-servers":"error","no-enum-type-mismatch":"error","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"warn","no-invalid-media-type-examples":{severity:"warn",allowAdditionalProperties:!1},"no-invalid-parameter-examples":"warn","no-invalid-schema-examples":"warn","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"warn","no-unused-components":"warn","nullable-type-sibling":"error","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"warn","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"warn","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"warn","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_1Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"warn","info-license-strict":"warn","no-ambiguous-paths":"warn","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-empty-servers":"error","no-enum-type-mismatch":"error","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"warn","no-invalid-media-type-examples":"warn","no-invalid-parameter-examples":"warn","no-invalid-schema-examples":"warn","no-mixed-number-range-constraints":"warn","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"warn","no-unused-components":"warn","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"warn","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"warn","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"warn","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},oas3_2Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"warn","info-license-strict":"warn","no-ambiguous-paths":"warn","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-empty-servers":"error","no-enum-type-mismatch":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"warn","no-invalid-media-type-examples":"warn","no-invalid-parameter-examples":"warn","no-invalid-schema-examples":"warn","no-mixed-number-range-constraints":"warn","no-path-trailing-slash":"error","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-server-example.com":"warn","no-server-trailing-slash":"error","no-server-variables-empty-enum":"error","no-undefined-server-variable":"error","no-unsafe-markdown":"warn","no-unused-components":"warn","operation-2xx-response":"warn","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"warn","operation-description":"off","operation-operationId":"warn","operation-operationId-unique":"error","operation-operationId-url-safe":"error","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"error","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"error","security-scopes-defined":"warn","spec-components-invalid-map-name":"error","spec-discriminator-defaultMapping":"warn","spec-example-values":"error","spec-no-invalid-encoding-combinations":"error","spec-no-invalid-tag-parents":"error","spec-querystring-parameters":"error","spec-ref-siblings":"warn","spec-strict-refs":"off","tag-description":"warn","tags-alphabetical":"off"},async2Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"warn","no-channel-trailing-slash":"off","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-unsafe-markdown":"warn","operation-operationId":"warn","security-defined":"warn","security-scopes-defined":"warn","tag-description":"warn","tags-alphabetical":"off","spec-ref-siblings":"warn"},async3Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"warn","no-channel-trailing-slash":"off","no-duplicated-enum-values":"warn","no-duplicated-tag-names":"warn","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-unsafe-markdown":"warn","operation-operationId":"warn","security-defined":"warn","security-scopes-defined":"warn","tag-description":"warn","tags-alphabetical":"off","spec-ref-siblings":"warn"},arazzo1Rules:{"criteria-unique":"warn","no-criteria-xpath":"off","no-duplicated-enum-values":"warn","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-unsafe-markdown":"warn","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"warn","parameters-unique":"error","requestBody-replacements-unique":"warn","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"warn","step-onSuccess-unique":"warn","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},arazzo1_1Rules:{"criteria-unique":"warn","no-criteria-xpath":"off","no-duplicated-enum-values":"warn","no-enum-type-mismatch":"error","no-mixed-number-range-constraints":"warn","no-required-schema-properties-undefined":"warn","no-schema-type-mismatch":"error","no-unsafe-markdown":"warn","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"warn","parameters-unique":"error","requestBody-replacements-unique":"warn","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"warn","step-onSuccess-unique":"warn","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},overlay1Rules:{"info-contact":"off"},openrpc1Rules:{"info-license":"warn","no-unused-components":"warn","info-contact":"off","spec-no-duplicated-method-params":"error","spec-no-required-params-after-optional":"error","spec-ref-siblings":"warn"},graphqlRules:{"no-unused-types":"warn","type-description":"off"}},NA=tQ;var rQ={rules:{struct:"error","no-unresolved-refs":"error"},oas2Rules:{"boolean-parameter-prefixes":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"error","no-enum-type-mismatch":"off","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-path-trailing-slash":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-unsafe-markdown":"off","operation-2xx-response":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"off","operation-operationId-unique":"error","operation-operationId-url-safe":"off","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"off","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"off","security-scopes-defined":"off","spec-ref-siblings":"error","spec-strict-refs":"error","tag-description":"off","tags-alphabetical":"off"},oas3_0Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"error","no-empty-servers":"off","no-enum-type-mismatch":"off","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":{severity:"off",allowAdditionalProperties:!1},"no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-path-trailing-slash":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-server-example.com":"off","no-server-trailing-slash":"off","no-server-variables-empty-enum":"off","no-undefined-server-variable":"error","no-unsafe-markdown":"off","no-unused-components":"off","nullable-type-sibling":"error","operation-2xx-response":"off","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"off","operation-operationId-unique":"error","operation-operationId-url-safe":"off","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"off","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"off","security-scopes-defined":"off","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"error","spec-strict-refs":"error","tag-description":"off","tags-alphabetical":"off"},oas3_1Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"error","no-empty-servers":"off","no-enum-type-mismatch":"off","no-example-value-and-externalValue":"error","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":"off","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-mixed-number-range-constraints":"off","no-path-trailing-slash":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-server-example.com":"off","no-server-trailing-slash":"off","no-server-variables-empty-enum":"off","no-undefined-server-variable":"error","no-unsafe-markdown":"off","no-unused-components":"off","operation-2xx-response":"off","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"off","operation-operationId-unique":"error","operation-operationId-url-safe":"off","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"off","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"off","security-scopes-defined":"off","spec-components-invalid-map-name":"error","spec-example-values":"off","spec-ref-siblings":"error","spec-strict-refs":"error","tag-description":"off","tags-alphabetical":"off"},oas3_2Rules:{"array-parameter-serialization":"off","boolean-parameter-prefixes":"off","component-name-unique":"off","info-contact":"off","info-license":"off","info-license-strict":"off","no-ambiguous-paths":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"error","no-empty-servers":"off","no-enum-type-mismatch":"off","no-http-verbs-in-paths":"off","no-identical-paths":"error","no-illogical-composition-keywords":"off","no-invalid-media-type-examples":"off","no-invalid-parameter-examples":"off","no-invalid-schema-examples":"off","no-mixed-number-range-constraints":"off","no-path-trailing-slash":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-server-example.com":"off","no-server-trailing-slash":"off","no-server-variables-empty-enum":"off","no-undefined-server-variable":"error","no-unsafe-markdown":"off","no-unused-components":"off","operation-2xx-response":"off","operation-4xx-problem-details-rfc7807":"off","operation-4xx-response":"off","operation-description":"off","operation-operationId":"off","operation-operationId-unique":"error","operation-operationId-url-safe":"off","operation-parameters-unique":"error","operation-singular-tag":"off","operation-summary":"off","operation-tag-defined":"off","parameter-description":"off","path-declaration-must-exist":"error","path-http-verbs-order":"off","path-not-include-query":"error","path-params-defined":"off","path-parameters-defined":"error","path-segment-plural":"off","paths-kebab-case":"off","request-mime-type":"off","required-string-property-missing-min-length":"off","response-contains-header":"off","response-contains-property":"off","response-mime-type":"off","scalar-property-missing-example":"off","security-defined":"off","security-scopes-defined":"off","spec-components-invalid-map-name":"error","spec-discriminator-defaultMapping":"error","spec-example-values":"error","spec-no-invalid-encoding-combinations":"error","spec-no-invalid-tag-parents":"error","spec-querystring-parameters":"error","spec-ref-siblings":"error","spec-strict-refs":"error","tag-description":"off","tags-alphabetical":"off"},async2Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"off","no-channel-trailing-slash":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-enum-type-mismatch":"off","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-unsafe-markdown":"off","operation-operationId":"off","security-defined":"off","security-scopes-defined":"off","tag-description":"off","tags-alphabetical":"off","spec-ref-siblings":"error"},async3Rules:{"channels-kebab-case":"off","info-contact":"off","info-license-strict":"off","no-channel-trailing-slash":"off","no-duplicated-enum-values":"off","no-duplicated-tag-names":"off","no-enum-type-mismatch":"off","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-unsafe-markdown":"off","operation-operationId":"off","security-defined":"off","security-scopes-defined":"off","tag-description":"off","tags-alphabetical":"off","spec-ref-siblings":"error"},arazzo1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"off","no-enum-type-mismatch":"off","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-unsafe-markdown":"off","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},arazzo1_1Rules:{"criteria-unique":"error","no-criteria-xpath":"off","no-duplicated-enum-values":"off","no-enum-type-mismatch":"off","no-mixed-number-range-constraints":"off","no-required-schema-properties-undefined":"off","no-schema-type-mismatch":"off","no-unsafe-markdown":"off","no-x-security-both-scheme-and-scheme-name":"off","no-x-security-scheme-name-without-openapi":"off","outputs-defined":"error","parameters-unique":"error","requestBody-replacements-unique":"error","sourceDescription-name-unique":"error","sourceDescription-type":"error","sourceDescriptions-not-empty":"error","spec-step-mutually-exclusive-fields":"error","step-onFailure-unique":"error","step-onSuccess-unique":"error","stepId-unique":"error","workflow-dependsOn":"error","workflowId-unique":"error","x-security-scheme-name-reference":"off","x-security-scheme-required-values":"off"},overlay1Rules:{"info-contact":"off"},openrpc1Rules:{"info-contact":"off","info-license":"off","no-unused-components":"off","spec-no-duplicated-method-params":"error","spec-no-required-params-after-optional":"error","spec-ref-siblings":"error"},graphqlRules:{"no-unused-types":"off","type-description":"off"}},jA=rQ;var nQ={recommended:NA,"recommended-strict":qA,minimal:CA,all:IA,spec:jA},fg={id:"",rules:{oas3:_A,oas2:U$,async2:A_,async3:q_,arazzo1:x_,overlay1:OA,openrpc1:TA,graphql:H_},preprocessors:{oas3:PA,oas2:z$,async2:T_,async3:N_,arazzo1:S_,overlay1:kA,openrpc1:RA},decorators:{oas3:Uw,oas2:Nw,async2:Iw,async3:Cw,arazzo1:kw,overlay1:Fw,openrpc1:zw},configs:nQ};import*as Ya from"node:fs";import*as nT from"node:path";import*as Fl from"node:fs";import*as Vl from"node:path";var oQ=[".graphql",".gql"];function as(e){let t=e.toLowerCase();return oQ.some(r=>t.endsWith(r))}function bn(e,t){return e+"::"+t}function MA(){return new Promise(e=>{setTimeout(e)})}var Xn=class{absoluteRef;body;mimeType;constructor(t,r,n){this.absoluteRef=t,this.body=r,this.mimeType=n}#e;#t;getAst(t){return this.#e===void 0&&(this.#e=t(this.body,{filename:this.absoluteRef})??void 0,this.#e&&this.#e.kind===0&&this.#e.value===""&&this.#e.startPosition!==1&&(this.#e.startPosition=1,this.#e.endPosition=1)),this.#e}getLines(){return this.#t===void 0&&(this.#t=this.body.split(/\r\n|[\n\r]/g)),this.#t}},zl=class e extends Error{originalError;constructor(t){super(t.message),this.originalError=t,Object.setPrototypeOf(this,e.prototype)}};function zo(e,t){let r=new Xn(t,e);if(as(t))return{source:r,parsed:e};try{return{source:r,parsed:co(e,{filename:t})}}catch(n){throw new Br(n,r)}}var zt=class{config;cache=new Map;constructor(t={http:{headers:[]}}){this.config=t}getFiles(){return new Set(Array.from(this.cache.keys()))}resolveExternalRef(t,r){return oe(r)?r:t&&oe(t)?new URL(r,t).href:Vl.resolve(t?Vl.dirname(t):process.cwd(),r)}async loadExternalRef(t){try{if(oe(t)){let{body:r,mimeType:n}=await yd(t,this.config.http);return new Xn(t,r,n)}else{if(Fl.lstatSync(t).isDirectory())throw new Error(`Expected a file but received a folder at ${t}.`);let r=await Fl.promises.readFile(t,"utf-8");return new Xn(t,r.replace(/\r\n/g,`
|
|
114
|
+
`))}}catch(r){throw r.message=r.message.replace(", lstat",""),new zl(r)}}parseDocument(t,r=!1){if(as(t.absoluteRef))return{source:t,parsed:t.body};let n=oe(t.absoluteRef)?new URL(t.absoluteRef).pathname:t.absoluteRef;if(!Ha(n)&&!t.mimeType?.match(/(json|yaml|openapi)/)&&!r)return{source:t,parsed:t.body};try{return{source:t,parsed:co(t.body,{filename:t.absoluteRef})}}catch(o){throw new Br(o,t)}}async resolveDocument(t,r,n=!1){let o=this.resolveExternalRef(t,r),i=this.cache.get(o);if(i)return i;let s=this.loadExternalRef(o).then(a=>this.parseDocument(a,n));return this.cache.set(o,s),s}};function DA(e,t){return{prev:e,node:t}}function iQ(e,t){for(;e;){if(e.node===t)return!0;e=e.prev}return!1}var Ul={name:"unknown",properties:{}},sQ={name:"scalar",properties:{}};async function lr(e){let{rootDocument:t,externalRefResolver:r,rootType:n}=e,o=new Map,i=new Set,s=[];c(t.parsed,t,"#/",n);let a;do a=await Promise.all(s);while(s.length!==a.length);return o;function c(p,l,u,d){let f=l.source.absoluteRef,m=new Map;h(p,d,f+u);function h(g,P,b){if(!$(g)&&!Array.isArray(g))return;let S=`${P.name}::${b}`;if(i.has(S))return;if(i.add(S),Array.isArray(g)){let R=P.items;if(R===void 0&&P!==Ul&&P!==fr)return;let w=typeof R=="function";for(let A=0;A<g.length;A++){let E=w?R(g[A],Xr(b,A)):R;if(E===void 0&&P!==Ul&&P!==fr)continue;let G=E?.directResolveAs?{$ref:g[A]}:g[A];E=E?.directResolveAs||E,h(G,Qt(E)?E:Ul,Xr(b,A))}return}let[x,_]=Object.entries(g).find(([R])=>R==="$anchor")||[];_&&m.set(`#${_}`,g);for(let R of Object.keys(g)){let w=g[R],A=De(P.properties,R),E=P.extensionsPrefix!==void 0&&R.startsWith(P.extensionsPrefix);A===void 0&&!E&&(A=P.additionalProperties),typeof A=="function"&&(A=A(w,R)),E&&A===void 0&&(A=fr),A===void 0&&(A=Ul),!Qt(A)&&A?.directResolveAs&&(A=A.directResolveAs,w={$ref:w}),A&&A.name===void 0&&A.resolvable!==!1&&(A=sQ),!(!Qt(A)||!($(w)||Array.isArray(w)))&&h(w,A,Xr(b,Ir(R)))}if(j(g)){let R=y(l,g,{prev:null,node:g}).then(w=>{if(w.resolved){c(w.node,w.document,w.nodePointer,P);for(let A of w.chain??[])c(A.node,A.document,A.location.pointer,P)}});s.push(R)}if(ec(g)){let R=y(l,{$ref:g.externalValue},{prev:null,node:g}).then(w=>{w.resolved&&c(w.node,w.document,w.nodePointer,P)});s.push(R)}}async function y(g,P,b){if(iQ(b.prev,P))throw new Error("Self-referencing circular pointer");if(rb(P.$ref)){await MA();let F={resolved:!0,isRemote:!1,node:m.get(P.$ref),document:g,nodePointer:P.$ref},ce=bn(g.source.absoluteRef,P.$ref);return o.set(ce,F),F}let{uri:S,pointer:x}=Sn(P.$ref),_=S!==null&&r.resolveExternalRef(g.source.absoluteRef,S)!==g.source.absoluteRef,R;try{R=_?await r.resolveDocument(g.source.absoluteRef,S):g}catch(F){let ce={resolved:!1,isRemote:_,document:void 0,error:F},T=bn(g.source.absoluteRef,P.$ref);return o.set(T,ce),ce}let w={resolved:!0,document:R,isRemote:_,node:g.parsed,nodePointer:"#/"},A=R.parsed,E=x;for(let F of E)if($(A)&&A[F]!==void 0)A=A[F],w.nodePointer=Xr(w.nodePointer,Ir(F));else if(Array.isArray(A)&&A[+F]!==void 0)A=A[+F],w.nodePointer=Xr(w.nodePointer,Ir(F));else if(j(A))if(w=await y(R,A,DA(b,A)),w.chain=void 0,R=w.document||R,$(w.node))A=w.node[F],w.nodePointer=Xr(w.nodePointer,Ir(F));else if(Array.isArray(w.node))A=w.node[+F],w.nodePointer=Xr(w.nodePointer,Ir(F));else{A=void 0;break}else{A=void 0;break}w.node=A,w.document=R;let G=bn(g.source.absoluteRef,P.$ref);if(w.document&&j(A)){let F=Yo(A)?{node:A,document:w.document,location:new Vt(w.document.source,w.nodePointer)}:void 0;w=await y(w.document,A,DA(b,A)),F&&w.resolved&&(w={...w,chain:[F,...w.chain??[]]})}return o.set(G,w),{...w}}}}import*as wg from"node:fs";import hQ from"node:module";import*as Ot from"node:path";import*as tT from"node:url";var aQ={Root:"DefinitionRoot",ServerVariablesMap:"ServerVariableMap",Paths:["PathMap","PathsMap"],CallbacksMap:"CallbackMap",MediaTypesMap:"MediaTypeMap",ExamplesMap:"ExampleMap",EncodingMap:"EncodingsMap",HeadersMap:"HeaderMap",LinksMap:"LinkMap",OAuth2Flows:"SecuritySchemeFlows",Responses:"ResponsesMap"};function Gt(e,t){let r={};r.any={enter:[],leave:[]};for(let s of Object.keys(t))r[s]={enter:[],leave:[]};r.ref={enter:[],leave:[]};for(let{ruleId:s,severity:a,message:c,visitor:p}of e)i({ruleId:s,severity:a,message:c},p,null);for(let s of Object.keys(r))r[s].enter.sort((a,c)=>c.depth-a.depth),r[s].leave.sort((a,c)=>a.depth-c.depth);return r;function n(s,a,c,p,l=[]){if(l.includes(a))return;l=[...l,a];let u=new Set;for(let f of Object.values(a.properties)){if(f===c){d(s,l);continue}$(f)&&f.name!==void 0&&u.add(f)}a.additionalProperties&&typeof a.additionalProperties!="function"&&(a.additionalProperties===c?d(s,l):a.additionalProperties.name!==void 0&&u.add(a.additionalProperties)),a.items&&typeof a.items!="function"&&(a.items===c?d(s,l):a.items.name!==void 0&&u.add(a.items)),a.extensionsPrefix&&u.add(fr);for(let f of Array.from(u.values()))n(s,f,c,p,l);function d(f,m){for(let h of m.slice(1))r[h.name]=r[h.name]||{enter:[],leave:[]},r[h.name].enter.push({...f,visit:()=>{},depth:0,context:{isSkippedLevel:!0,seen:new Set,parent:p}})}}function o(s,a){if(Array.isArray(a)){let c=a.find(p=>s[p])||void 0;return c&&s[c]}return s[a]}function i(s,a,c,p=0){let l=Object.keys(t);if(p===0)l.push("any"),l.push("ref");else{if(a.any)throw new Error("any() is allowed only on top level");if(a.ref)throw new Error("ref() is allowed only on top level")}for(let u of l){let d=a[u]||o(a,aQ[u]),f=r[u];if(!d)continue;let m,h,y,g=$(d);if(u==="ref"&&g&&d.skip)throw new Error("ref() visitor does not support skip");typeof d=="function"?m=d:g&&(m=d.enter,h=d.leave,y=d.skip);let P=(m?1:0)+(h?1:0)+(y?1:0),b=g&&Object.keys(d).length>P,S={activatedOn:null,type:t[u],parent:c,isSkippedLevel:!1};if(b&&i(s,d,S,p+1),c&&n(s,c.type,t[u],c),m||g){if(m&&typeof m!="function")throw new Error("DEV: should be function");f.enter.push({...s,visit:m||(()=>{}),skip:y,depth:p,context:S})}if(h){if(typeof h!="function")throw new Error("DEV: should be function");f.leave.push({...s,visit:h,depth:p,context:S})}}}}import cQ from"node:path";var de=(e,t)=>{if(t)for(let r of Object.keys(t))$(e[r])&&typeof t[r]=="string"?e[r]={...e[r],severity:t[r]}:e[r]=t[r]};function Se(e,t){if(t)for(let r of Object.keys(t))e.hasOwnProperty(r)&&($(e[r])&&typeof t[r]=="string"?e[r]={...e[r],severity:t[r]}:e[r]=t[r])}function LA(e){if(e.indexOf("/")>-1){let[t,r]=e.split("/");return{pluginId:t,configName:r}}else return{pluginId:"",configName:e}}function Me(e,t){if(!t)return e;let r={};for(let n of Object.keys(e))r[`${t}/${n}`]=e[n];return r}function Bl(e){let t={rules:{},oas2Rules:{},oas3_0Rules:{},oas3_1Rules:{},oas3_2Rules:{},async2Rules:{},async3Rules:{},arazzo1Rules:{},arazzo1_1Rules:{},overlay1Rules:{},openrpc1Rules:{},graphqlRules:{},preprocessors:{},oas2Preprocessors:{},oas3_0Preprocessors:{},oas3_1Preprocessors:{},oas3_2Preprocessors:{},async2Preprocessors:{},async3Preprocessors:{},arazzo1Preprocessors:{},arazzo1_1Preprocessors:{},overlay1Preprocessors:{},openrpc1Preprocessors:{},decorators:{},oas2Decorators:{},oas3_0Decorators:{},oas3_1Decorators:{},oas3_2Decorators:{},async2Decorators:{},async3Decorators:{},arazzo1Decorators:{},arazzo1_1Decorators:{},overlay1Decorators:{},openrpc1Decorators:{}};for(let r of e){if($(r)&&"extends"in r&&r.extends!==void 0)throw new Error(`'extends' is not supported in shared configs yet:
|
|
115
|
+
${JSON.stringify(r,null,2)}`);de(t.rules,r.rules),de(t.oas2Rules,r.oas2Rules),Se(t.oas2Rules,r.rules),de(t.oas3_0Rules,r.oas3_0Rules),Se(t.oas3_0Rules,r.rules),de(t.oas3_1Rules,r.oas3_1Rules),Se(t.oas3_1Rules,r.rules),de(t.oas3_2Rules,r.oas3_2Rules),Se(t.oas3_2Rules,r.rules),de(t.async2Rules,r.async2Rules),Se(t.async2Rules,r.rules),de(t.async3Rules,r.async3Rules),Se(t.async3Rules,r.rules),de(t.arazzo1Rules,r.arazzo1Rules),Se(t.arazzo1Rules,r.rules),de(t.arazzo1_1Rules,r.arazzo1_1Rules),Se(t.arazzo1_1Rules,r.rules),de(t.overlay1Rules,r.overlay1Rules),Se(t.overlay1Rules,r.rules),de(t.openrpc1Rules,r.openrpc1Rules),Se(t.openrpc1Rules,r.rules),de(t.graphqlRules,r.graphqlRules),Se(t.graphqlRules,r.rules),de(t.preprocessors,r.preprocessors),de(t.oas2Preprocessors,r.oas2Preprocessors),Se(t.oas2Preprocessors,r.preprocessors),de(t.oas3_0Preprocessors,r.oas3_0Preprocessors),Se(t.oas3_0Preprocessors,r.preprocessors),de(t.oas3_1Preprocessors,r.oas3_1Preprocessors),Se(t.oas3_1Preprocessors,r.preprocessors),de(t.oas3_2Preprocessors,r.oas3_2Preprocessors),Se(t.oas3_2Preprocessors,r.preprocessors),de(t.async2Preprocessors,r.async2Preprocessors),Se(t.async2Preprocessors,r.preprocessors),de(t.async3Preprocessors,r.async3Preprocessors),Se(t.async3Preprocessors,r.preprocessors),de(t.arazzo1Preprocessors,r.arazzo1Preprocessors),Se(t.arazzo1Preprocessors,r.preprocessors),de(t.arazzo1_1Preprocessors,r.arazzo1_1Preprocessors),Se(t.arazzo1_1Preprocessors,r.preprocessors),de(t.overlay1Preprocessors,r.overlay1Preprocessors),Se(t.overlay1Preprocessors,r.preprocessors),de(t.openrpc1Preprocessors,r.openrpc1Preprocessors),Se(t.openrpc1Preprocessors,r.preprocessors),de(t.decorators,r.decorators),de(t.oas2Decorators,r.oas2Decorators),Se(t.oas2Decorators,r.decorators),de(t.oas3_0Decorators,r.oas3_0Decorators),Se(t.oas3_0Decorators,r.decorators),de(t.oas3_1Decorators,r.oas3_1Decorators),Se(t.oas3_1Decorators,r.decorators),de(t.oas3_2Decorators,r.oas3_2Decorators),Se(t.oas3_2Decorators,r.decorators),de(t.async2Decorators,r.async2Decorators),Se(t.async2Decorators,r.decorators),de(t.async3Decorators,r.async3Decorators),Se(t.async3Decorators,r.decorators),de(t.arazzo1Decorators,r.arazzo1Decorators),Se(t.arazzo1Decorators,r.decorators),de(t.arazzo1_1Decorators,r.arazzo1_1Decorators),Se(t.arazzo1_1Decorators,r.decorators),de(t.overlay1Decorators,r.overlay1Decorators),Se(t.overlay1Decorators,r.decorators),de(t.openrpc1Decorators,r.openrpc1Decorators),Se(t.openrpc1Decorators,r.decorators)}return t}var mg=class extends Error{};function UA(e){return new Map(JSON.parse(JSON.stringify([...e])))}function hg(e){return $(e)&&"id"in e}function zA(e){return typeof e=="function"}function yg({node:e,ctx:t,plugins:r}){if(!e.extends)return e;let n=(e.extends||[]).filter(We).map(o=>{if(!oe(o)&&!cQ.extname(o))return FA(o,r);let i=t.resolve({$ref:o});return i.location&&i.node!==void 0?i.node:null}).filter(We);return Bl([...n.map(o=>yg({node:o,ctx:t,plugins:r})),{...e,extends:void 0}])}function Hl(e,t){if($(e)&&Array.isArray(e.plugins)){let{plugins:r,rootConfigDir:n}=t.getVisitorData();r.push(...e.plugins.map(o=>Gl(o,t.location.source.absoluteRef.replace(/^file:\/\//,""),n)))}}var VA=Gt([{severity:"error",ruleId:mp,visitor:{ref:{},ConfigGovernance:{leave(e,t){Hl(e,t)}},ConfigApisProperties:{leave(e,t){Hl(e,t)}},[nt.ScorecardClassicLevel]:{leave(e,t){Hl(e,t)}},ConfigRoot:{leave(e,t){Hl(e,t)}}}}],In);function Kl(e,t){if($(e)&&e.extends){let{plugins:r,skipPluginEval:n}=t.getVisitorData();if(n)return;let o=yg({node:e,ctx:t,plugins:r});Object.assign(e,o),delete e.extends}}var BA=Gt([{severity:"error",ruleId:fp,visitor:{ref:{leave(e,t,r){ys(e,r,t)}},ConfigGovernance:{leave(e,t){Kl(e,t)}},ConfigApisProperties:{leave(e,t){Kl(e,t)}},[nt.ScorecardClassicLevel]:{leave(e,t){Kl(e,t)}},ConfigRoot:{leave(e,t){Kl(e,t)}}}}],In);function gg(e,t){return{prev:e,value:t}}function bg(e){return e?.prev??null}function pQ(e){let t={};for(;e.parent;)t[e.parent.type.name]=e.parent.activatedOn?.value.node,e=e.parent;return t}function lQ(e){let t={};for(;e.parent;)e.parent.activatedOn?.value.location&&(t[e.parent.type.name]=e.parent.activatedOn?.value.location),e=e.parent;return t}function Wt(e){let{document:t,rootType:r,normalizedVisitors:n,resolvedRefMap:o,ctx:i}=e,s={},a=new Set,c=(h,y)=>`${h.name}::${y.absolutePointer}`,p=new Set,l=n.any.enter,u=n.any.leave,d={},f={};for(let h of Object.keys(n))h==="any"||h==="ref"||(d[h]=l.concat(n[h]?.enter||[]),f[h]=(n[h]?.leave||[]).concat(u));m(t.parsed,r,new Vt(t.source,"#/"),void 0,"");function m(h,y,g,P,b){let S=(V,pe=_.source.absoluteRef)=>{if(!j(V))return{location:g,node:V};let ke=bn(pe,V.$ref),ne=o.get(ke);if(!ne)return{location:void 0,node:void 0};let{resolved:Ve,node:xt,document:St,nodePointer:Ke,error:k,chain:ve}=ne;return{location:Ve?new Vt(St.source,Ke):k instanceof Br?new Vt(k.source,""):void 0,node:xt,error:k,chain:ve}},x=g,_=g,R=j(h),{node:w,location:A,error:E,chain:G}=S(h),F=new Set,ce=Yo(h)&&a.has(c(y,g));if(Yo(h)&&a.add(c(y,g)),R&&!ce){let V=n.ref.enter;for(let{visit:pe,ruleId:ke,severity:ne,message:Ve,context:xt}of V)F.add(xt),pe(h,{report:Ke=>O(ke,ne,Ve,Ke),resolve:S,rawNode:h,rawLocation:x,location:g,type:y,parent:P,key:b,parentLocations:{},specVersion:i.specVersion,config:i.config,getVisitorData:()=>dt(ke)},{node:w,location:A,error:E,chain:G}),A?.source.absoluteRef&&i.refTypes&&i.refTypes.set(A?.source.absoluteRef,y)}if(w!==void 0&&A&&y.name!=="scalar"){let V=(k,ve,Je,C)=>{let U=De(y.properties,k),I=y.extensionsPrefix!==void 0&&k.startsWith(y.extensionsPrefix);U===void 0&&!I&&(U=y.additionalProperties),typeof U=="function"&&(U=U(ve,k)),I&&!Qt(U)&&(U=fr),!Qt(U)&&U?.directResolveAs&&(U=U.directResolveAs,ve={$ref:ve}),U&&U.name===void 0&&U.resolvable!==!1&&(U={name:"scalar",properties:{}}),!(!Qt(U)||U.name==="scalar"&&!j(ve))&&m(ve,U,Je.child([k]),C,k)};_=A;let pe=$(w)||Array.isArray(w)?w:g.absolutePointer,ke=s[y.name]?.has?.(pe),ne=!1,Ve=d[y.name]||l.concat(n[y.name]?.enter||[]),xt=[],St=`${_.absolutePointer}${_.pointer}`;for(let{context:k,visit:ve,skip:Je,ruleId:C,severity:U,message:I}of Ve){if(p.has(St))break;if(k.isSkippedLevel)k.parent.activatedOn&&!k.parent.activatedOn.value.nextLevelTypeActivated&&!k.seen.has(h)&&(k.seen.add(h),ne=!0,xt.push(k));else if(k.parent&&k.parent.activatedOn&&k.activatedOn?.value.withParentNode!==k.parent.activatedOn.value.node&&k.parent.activatedOn.value.nextLevelTypeActivated?.value!==y||!k.parent&&!ke){xt.push(k);let X={node:w,location:A,nextLevelTypeActivated:null,withParentNode:k.parent?.activatedOn?.value.node,skipped:(k.parent?.activatedOn?.value.skipped||Je?.(w,b,{location:g,rawLocation:x,resolve:S,rawNode:h}))??!1};k.activatedOn=gg(k.activatedOn,X);let we=k.parent;for(;we;)we.activatedOn.value.nextLevelTypeActivated=gg(we.activatedOn.value.nextLevelTypeActivated,y),we=we.parent;X.skipped||(ne=!0,F.add(k),T(ve,w,h,k,C,U,I))}}if(ne||!ke){if(s[y.name]=s[y.name]||new Set,s[y.name].add(pe),Array.isArray(w)){let k=y.items;if(k!==void 0){let ve=typeof k=="function";for(let Je=0;Je<w.length;Je++){let C=A.child([Je]),U=ve?k(w[Je],C.absolutePointer):k,I=w[Je];U?.directResolveAs&&(U=U.directResolveAs,I={$ref:I}),Qt(U)&&m(I,U,C,w,Je)}}}else if($(w)){let k=Object.keys(y.properties);y.additionalProperties?k.push(...Object.keys(w).filter(ve=>!k.includes(ve))):y.extensionsPrefix&&k.push(...Object.keys(w).filter(ve=>ve.startsWith(y.extensionsPrefix)&&!k.includes(ve)));for(let ve of k){let Je=w[ve];Je!==void 0&&V(ve,Je,A,w)}}}if(R&&G?.length){let k=G[0];a.has(c(y,k.location))||m(k.node,y,k.location,void 0,b)}if(Yo(h)&&!ce)for(let k of Object.keys(h))k!=="$ref"&&h[k]!==w?.[k]&&V(k,h[k],g,h);let Ke=f[y.name]||(n[y.name]?.leave||[]).concat(u);for(let k of xt.reverse())if(k.isSkippedLevel)k.seen.delete(w);else if(k.activatedOn=bg(k.activatedOn),k.parent){let ve=k.parent;for(;ve;)ve.activatedOn.value.nextLevelTypeActivated=bg(ve.activatedOn.value.nextLevelTypeActivated),ve=ve.parent}for(let{context:k,visit:ve,ruleId:Je,severity:C,message:U}of Ke)!k.isSkippedLevel&&F.has(k)&&T(ve,w,h,k,Je,C,U)}if(_=g,R&&!ce){let V=n.ref.leave;for(let{visit:pe,ruleId:ke,severity:ne,context:Ve,message:xt}of V)F.has(Ve)&&pe(h,{report:Ke=>O(ke,ne,xt,Ke),resolve:S,rawNode:h,rawLocation:x,location:g,type:y,parent:P,key:b,parentLocations:{},specVersion:i.specVersion,config:i.config,getVisitorData:()=>dt(ke)},{node:w,location:A,error:E,chain:G})}function T(V,pe,ke,ne,Ve,xt,St){V(pe,{report:k=>O(Ve,xt,St,k),resolve:S,rawNode:ke,location:_,rawLocation:x,type:y,parent:P,key:b,parentLocations:lQ(ne),specVersion:i.specVersion,config:i.config,ignoreNextVisitorsOnNode:()=>{p.add(`${_.absolutePointer}${_.pointer}`)},getVisitorData:()=>dt(Ve)},pQ(ne),ne)}function O(V,pe,ke,ne){let xt=(ne.location?Array.isArray(ne.location)?ne.location:[ne.location]:[{..._,reportOnKey:!1}]).map(Ke=>({..._,reportOnKey:!1,...Ke})),St=ne.forceSeverity||pe;St!=="off"&&i.problems.push({ruleId:ne.ruleId||V,severity:St,...ne,message:ke?ke.replace("{{message}}",ne.message):ne.message,suggest:ne.suggest||[],location:xt})}function dt(V){return i.visitorsData[V]=i.visitorsData[V]||{},i.visitorsData[V]}}}function HA(e){return e.trim().split(/\s+/).map(t=>t.replace(/^[a-z]/,r=>r.toUpperCase())).join("")}function vg(e,t){switch(t){case"oas3":switch(e){case"Schema":return"schemas";case"Parameter":return"parameters";case"Response":return"responses";case"Example":return"examples";case"RequestBody":return"requestBodies";case"Header":return"headers";case"SecuritySchema":return"securitySchemes";case"Link":return"links";case"Callback":return"callbacks";case"MediaTypesMap":return"mediaTypes";default:return null}case"oas2":switch(e){case"Schema":return"definitions";case"Parameter":return"parameters";case"Response":return"responses";default:return null}case"async2":switch(e){case"Schema":return"schemas";case"Parameter":return"parameters";default:return null}case"async3":switch(e){case"Schema":return"schemas";case"Parameter":return"parameters";default:return null}case"arazzo1":switch(e){case"Root.workflows_items.parameters_items":case"Root.workflows_items.steps_items.parameters_items":return"parameters";default:return null}case"overlay1":return null;case"openrpc1":switch(e){case"ContentDescriptor":return"contentDescriptors";case"Schema":return"schemas";case"Example":return"examples";case"Link":return"links";case"ErrorObject":return"errors";case"ExamplePairing":return"examplePairingObjects";case"Tag":return"tags";default:return null}default:return null}}function KA({version:e,dereference:t,rootDocument:r,resolvedRefMap:n,keepUrlRefs:o,componentRenamingConflicts:i="warn",componentNamesStrategy:s="basename"}){let a,c,p=b=>b.chain?.[0]??{node:b.node,location:b.location},l=new Map,u=vg("Schema",e),d={ref:{leave(b,S,x){if(!x.location||x.node===void 0){Oo(x,S.report,S.location);return}let _=p(x);if(_.location.source===r.source&&_.location.source===S.location.source&&S.type.name!=="scalar"&&!t){Sn(b.$ref).uri!==null&&b.$ref!==_.location.pointer&&(b.$ref=_.location.pointer);return}if(o&&oe(b.$ref))return;let R=vg(S.type.name,e);R?t?(m(R,_,S),ys(b,_,S)):(b.$ref=m(R,_,S),f(b,x,S)):ys(b,_,S)}},Example:{leave(b,S){if(ec(b)&&b.value===void 0){let x=S.resolve({$ref:b.externalValue});if(!x.location||x.node===void 0){Oo(x,S.report,S.location);return}if(o&&oe(b.externalValue))return;b.value=S.resolve({$ref:b.externalValue}).node,delete b.externalValue}}},Root:{enter(b,S){c=S.location,e==="oas3"?a=b.components=b.components||{}:e==="oas2"?a=b:e==="async2"?a=b.components=b.components||{}:e==="async3"?a=b.components=b.components||{}:e==="arazzo1"?a=b.components=b.components||{}:e==="openrpc1"&&(a=b.components=b.components||{})}}};e==="oas3"&&(d.Discriminator={leave(b,S){if(typeof b.defaultMapping!="string"||!Cr(b.defaultMapping))return;let x=S.resolve({$ref:b.defaultMapping});if(!x.location||x.node===void 0){Oo(x,S.report,S.location.child("defaultMapping"));return}b.defaultMapping=m(u,p(x),S)},DiscriminatorMapping:{leave(b,S){for(let x of Object.keys(b)){let _=b[x];if(!Cr(_))continue;let R=S.resolve({$ref:_});if(!R.location||R.node===void 0){Oo(R,S.report,S.location.child(x));return}b[x]=m(u,p(R),S)}}}});function f(b,S,x){let _={resolved:!0,isRemote:!1,node:S.node,chain:S.chain,document:r,nodePointer:b.$ref};n.set(bn(x.location.source.absoluteRef,b.$ref),_),n.set(bn(r.source.absoluteRef,b.$ref),_)}function m(b,S,x){a[b]=a[b]||{};let _=P(S,b,x);return a[b][_]=S.node,e==="oas3"||e==="async2"||e==="async3"||e==="openrpc1"?`#/components/${b}/${_}`:`#/${b}/${_}`}function h(b,S,x){if(j(b)){let _=x.resolve(b,c.absolutePointer);if((_.location&&p(_).location)?.absolutePointer===S.location.absolutePointer)return!0}return Bt(b,S.node)}function y(b,S,x){let{node:_}=b,R=$(_)&&je(_.title)?_.title.trim():"",w=HA(R).replace(new RegExp(`[^${Tc}]`,"g"),"-"),A=b.location.child("title");return R===""?{key:w,problem:{message:"Schema must define a `title` when using `--component-names-strategy title`.",location:b.location,forceSeverity:"error"}}:S[w]&&!h(S[w],b,x)?{key:w,problem:{message:`Title "${R}" maps to component name \`${w}\`, already used by another schema. Rename one of the titles.`,location:A,from:l.get(w),forceSeverity:i}}:{key:w}}function g(b,S,x){let _=eb(b.location.pointer)||tb(b.location.source.absoluteRef),R=_;for(let w=2;S[R]&&!h(S[R],b,x);w++)R=`${_}-${w}`;return{name:R,prevName:_}}function P(b,S,x){let _=a[S];if(s==="title"&&S===u){let{key:A,problem:E}=y(b,_,x);if(!E)return l.set(A,b.location.child("title")),A;let{name:G}=g(b,_,x);return _[G]||(x.report(E),l.set(G,b.location)),G}let{name:R,prevName:w}=g(b,_,x);return!_[R]&&w!==R&&x.report({message:`Two schemas are referenced with the same name but different content. Renamed ${w} to ${R}.`,location:x.location,forceSeverity:i}),R}return d}async function xg(e){let{document:t,config:r,types:n,externalRefResolver:o,dereference:i=!1,removeUnusedComponents:s=!1,keepUrlRefs:a=!1,componentRenamingConflicts:c,componentNamesStrategy:p="basename"}=e,l=dn(t.parsed),u=ha(l),d=r.getRulesForSpecVersion(u),f=tn(r.extendTypes(n,l),r),m=Go(d,r,"preprocessors",l),h=Go(d,r,"decorators",l),y={problems:[],specVersion:l,config:r,refTypes:new Map,visitorsData:{}},g=await lr({rootDocument:t,rootType:f.Root,externalRefResolver:o});m.length>0&&(Wt({document:t,rootType:f.Root,normalizedVisitors:Gt(m,f),resolvedRefMap:g,ctx:y}),g=await lr({rootDocument:t,rootType:f.Root,externalRefResolver:o}));let P=Gt([{severity:"error",ruleId:"bundler",visitor:KA({version:u,dereference:i,rootDocument:t,resolvedRefMap:g,keepUrlRefs:a,componentRenamingConflicts:c,componentNamesStrategy:p})},...h.filter(b=>b.ruleId!=="remove-unused-components")],f);if(Wt({document:t,rootType:f.Root,normalizedVisitors:P,resolvedRefMap:g,ctx:y}),s||r.getDecoratorSettings("remove-unused-components",l).severity!=="off"){let b=await lr({rootDocument:t,rootType:f.Root,externalRefResolver:o}),S=Gt([{severity:"error",ruleId:"remove-unused-components",visitor:u==="oas2"?Rp({}):Op({})}],f);Wt({document:t,rootType:f.Root,normalizedVisitors:S,resolvedRefMap:b,ctx:y})}return{bundle:t,problems:y.problems.map(b=>r.addProblemToIgnore(b)),fileDependencies:o.getFiles(),rootType:f.Root,refTypes:y.refTypes,visitorsData:y.visitorsData}}function GA(e,t,r){let n={plugins:[],rootConfigDir:r},o={problems:[],specVersion:"config",refTypes:new Map,visitorsData:{[mp]:n}};return Wt({document:e,rootType:In.ConfigRoot,normalizedVisitors:VA,resolvedRefMap:t,ctx:o}),n.plugins}function WA(e,t,r,n=!1){let o={plugins:r,skipPluginEval:n},i={problems:[],specVersion:"config",refTypes:new Map,visitorsData:{[fp]:o}};return Wt({document:e,rootType:In.ConfigRoot,normalizedVisitors:BA,resolvedRefMap:t,ctx:i}),e.parsed??{}}async function uQ(e){let{ref:t,doc:r,externalRefResolver:n=new zt(e.config.resolve),base:o=null}=e;if(!(t||r))throw new Error(`Document or reference is required.
|
|
116
|
+
`);let i=r===void 0?await n.resolveDocument(o,t,!0):r;if(i instanceof Error)throw i;return e.collectSpecData?.(i),xg({document:i,...e,externalRefResolver:n,types:fo(dn(i.parsed))})}function Wl(e){return!je(e)}import*as YA from"node:url";var dQ=function(e,t){return typeof e=="string"&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,o,i,s){return n?t?".jsx":".js":o&&(!i||!s)?r:o+i+"."+s.toLowerCase()+"js"}):e},Sg=new Map,fQ="v",mQ=0;function QA(e){return Sg.has(e)}function JA(e){return Sg.get(e)}function XA(e,t){Sg.set(e,t)}async function ZA(e){let t=YA.pathToFileURL(e);return t.searchParams.set(fQ,String(mQ)),import(dQ(t.href))}async function _g({rawConfigDocument:e,configPath:t,externalRefResolver:r,customExtends:n,skipPluginEval:o}){let i=e===void 0?_w:e.parsed;if(n!==void 0&&$(i)&&(i.extends=n),$(i)&&(i?.extends?.some(Wl)||i?.scorecardClassic?.levels?.some(f=>f?.extends?.some(Wl))||i?.scorecard?.levels?.some(f=>f?.extends?.some(Wl))))throw new Error("Configuration format not detected in extends: values must be strings.");let s=e??{source:new Xn(t??"",JSON.stringify(i)),parsed:i},a=await lr({rootDocument:s,rootType:In.ConfigRoot,externalRefResolver:r??new zt(hp(i?.resolve))}),c=[],p,l="";Ze?p=[...(i?.plugins||[]).filter(m=>!je(m)),fg]:(l=Ot.dirname(t??""),c=GA(s,a,l),p=[...await rT(c.map(m=>eT(m)?m.absolutePath:m),l,o),fg]);let u=WA(s,UA(a),p,o);u.apis&&!o&&(u.apis=Object.fromEntries(Object.entries(u.apis).map(([f,m])=>{let h=Bl([u,m]);return[f,{...m,...h}]})));let d=c.length?c.map(f=>eT(f)&&f.isModule?f.rawPath:f.absolutePath&&Ot.relative(l,f.absolutePath)).filter(rt):void 0;return{resolvedConfig:{...u,plugins:d},resolvedRefMap:a,plugins:p}}function yQ(e){for(let t of Ew){let r=Ot.resolve(e,t);if(wg.existsSync(r))return t}}function eT(e){return"isModule"in e}var Gl=(e,t,r)=>{if(!je(e))return e;let n=Ot.resolve(Ot.dirname(t),e);if(wg.existsSync(n))return{absolutePath:n,rawPath:e,isModule:!1};try{return{absolutePath:hQ.createRequire(import.meta.url??__dirname).resolve(e,{paths:[r,import.meta.url?Ot.dirname(tT.fileURLToPath(import.meta.url)):__dirname]}),isModule:!0,rawPath:e}}catch{throw new Error(`Plugin "${e}" not found.`)}};async function rT(e,t,r=!1){if(!e)return[];let n=async c=>{if(!je(c))return c;try{let p=Ot.isAbsolute(c)?c:Gl(c,Ot.join(t,ki),t).absolutePath;if(!QA(p)){let l=await ZA(p),u=l.default||l,d={contentDir:t},f=Array.isArray(u)?u:[u];for(let y of f)y?.id&&hg(y)&&Y.info(`Deprecated plugin format detected: ${y.id}
|
|
117
|
+
`);let m=hg(u)?u:zA(u)?await u(d):await u?.default?.(d),h=Array.isArray(m)?m:[m];m&&XA(p,h.map(y=>({...y,path:c,absolutePath:p})))}return JA(p)}catch(p){throw new Error(`Failed to load plugin "${c}": ${p.message}
|
|
118
|
+
|
|
119
|
+
${p.stack}`)}},o=new Map,i=yQ(t);i&&e.push(i);let s=new Set;if(r){let c=[];for(let p of e){if(!je(p)){c.push(p);continue}let l=Ot.isAbsolute(p)?p:Gl(p,Ot.join(t,ki),t).absolutePath;s.has(l)||(s.add(l),c.push({absolutePath:l}))}return c}return(await Promise.all(e.map(async c=>{if(je(c)){if(oe(c))throw new Error(W.red("We don't support remote plugins yet."));if(s.has(c))return;s.add(c)}let p=await n(c);if(!p)return;let l=Array.isArray(p)?p:[p];return(await Promise.all(l.map(async u=>{if(!u)return;let d=u.id;if(typeof d!="string")throw new Error(W.red(`Plugin must define \`id\` property in ${W.blue(c.toString())}.`));let f=u.absolutePath??c.toString(),m=o.get(d);if(m){if(f!==m)throw new Error(W.red(`Plugin "id" must be unique. Plugin ${W.blue(f)} uses id "${W.blue(d)}" already seen in ${W.blue(f)}`));return}o.set(d,f);let h={id:d,...u.configs?{configs:u.configs}:{},...u.typeExtension?{typeExtension:u.typeExtension}:{}};if(u.rules){if(!u.rules.oas3&&!u.rules.oas2&&!u.rules.async2&&!u.rules.async3&&!u.rules.arazzo1&&!u.rules.overlay1&&!u.rules.openrpc1&&!u.rules.graphql)throw new Error(`Plugin rules must have \`oas3\`, \`oas2\`, \`async2\`, \`async3\`, \`arazzo\`, \`overlay1\`, \`openrpc1\`, or \`graphql\` rules "${c}.`);h.rules={},u.rules.oas3&&(h.rules.oas3=Me(u.rules.oas3,d)),u.rules.oas2&&(h.rules.oas2=Me(u.rules.oas2,d)),u.rules.async2&&(h.rules.async2=Me(u.rules.async2,d)),u.rules.async3&&(h.rules.async3=Me(u.rules.async3,d)),u.rules.arazzo1&&(h.rules.arazzo1=Me(u.rules.arazzo1,d)),u.rules.overlay1&&(h.rules.overlay1=Me(u.rules.overlay1,d)),u.rules.openrpc1&&(h.rules.openrpc1=Me(u.rules.openrpc1,d)),u.rules.graphql&&(h.rules.graphql=Me(u.rules.graphql,d))}if(u.preprocessors){if(!u.preprocessors.oas3&&!u.preprocessors.oas2&&!u.preprocessors.async2&&!u.preprocessors.async3&&!u.preprocessors.arazzo1&&!u.preprocessors.overlay1&&!u.preprocessors.openrpc1)throw new Error(`Plugin \`preprocessors\` must have \`oas3\`, \`oas2\`, \`async2\`, \`async3\`, \`arazzo1\`, \`overlay1\`, or \`openrpc1\` preprocessors "${c}.`);h.preprocessors={},u.preprocessors.oas3&&(h.preprocessors.oas3=Me(u.preprocessors.oas3,d)),u.preprocessors.oas2&&(h.preprocessors.oas2=Me(u.preprocessors.oas2,d)),u.preprocessors.async2&&(h.preprocessors.async2=Me(u.preprocessors.async2,d)),u.preprocessors.async3&&(h.preprocessors.async3=Me(u.preprocessors.async3,d)),u.preprocessors.arazzo1&&(h.preprocessors.arazzo1=Me(u.preprocessors.arazzo1,d)),u.preprocessors.overlay1&&(h.preprocessors.overlay1=Me(u.preprocessors.overlay1,d)),u.preprocessors.openrpc1&&(h.preprocessors.openrpc1=Me(u.preprocessors.openrpc1,d))}if(u.decorators){if(!u.decorators.oas3&&!u.decorators.oas2&&!u.decorators.async2&&!u.decorators.async3&&!u.decorators.arazzo1&&!u.decorators.overlay1&&!u.decorators.openrpc1)throw new Error(`Plugin \`decorators\` must have \`oas3\`, \`oas2\`, \`async2\`, \`async3\`, \`arazzo1\`, \`overlay1\`, or \`openrpc1\` decorators "${c}.`);h.decorators={},u.decorators.oas3&&(h.decorators.oas3=Me(u.decorators.oas3,d)),u.decorators.oas2&&(h.decorators.oas2=Me(u.decorators.oas2,d)),u.decorators.async2&&(h.decorators.async2=Me(u.decorators.async2,d)),u.decorators.async3&&(h.decorators.async3=Me(u.decorators.async3,d)),u.decorators.arazzo1&&(h.decorators.arazzo1=Me(u.decorators.arazzo1,d)),u.decorators.overlay1&&(h.decorators.overlay1=Me(u.decorators.overlay1,d)),u.decorators.openrpc1&&(h.decorators.openrpc1=Me(u.decorators.openrpc1,d))}return u.assertions&&(h.assertions=u.assertions),{...u,...h}}))).filter(rt)}))).filter(rt).flat()}function FA(e,t){let{pluginId:r,configName:n}=LA(e),o=t.find(s=>s.id===r);if(!o)throw new Error(`Invalid config ${W.red(e)}: plugin ${r} is not included.`);let i=o.configs?.[n];if(!i)throw new Error(r?`Invalid config ${W.red(e)}: plugin ${r} doesn't export config with name ${n}.`:`Invalid config ${W.red(e)}: there is no such built-in config.`);return i}function gQ(e,t){let r=Object.create(null);for(let n of Object.keys(e)){let o=e[n],i=oe(n)?n:tc(t,n);r[i]=Object.create(null);for(let s of Object.keys(o))r[i][s]=new Set(o[s])}return r}async function oT(e,t){let r=e?lu(e):Ze?"":process.cwd(),n=r?tc(r,da):da;if(Ya?.existsSync&&!oe(n)&&!Ya.existsSync(n))return{};let o=await t.resolveDocument(null,n,!0);return o instanceof Error||!o.parsed?{}:gQ(o.parsed||{},r)}async function bQ(e={}){let{configPath:t=iT(),customExtends:r,externalRefResolver:n,skipPluginEval:o}=e,i=n??new zt,s=t?await i.resolveDocument(null,t,!0):void 0;if(s instanceof Error)throw s;let{resolvedConfig:a,resolvedRefMap:c,plugins:p}=await _g({rawConfigDocument:s?aT(s):void 0,customExtends:r,configPath:t,externalRefResolver:n,skipPluginEval:o}),l=await oT(t,i);return new Ii(a,{configPath:t,document:s,resolvedRefMap:c,plugins:p,ignore:l})}function iT(e){if(!Ya?.existsSync)return;let t=e?nT.resolve(e,ki):ki;return Ya.existsSync(t)?t:void 0}async function sT(e,{configPath:t,externalRefResolver:r,ignore:n}={}){let i=zo(typeof e=="string"?e:"",t??"");typeof e!="string"&&e&&(i.parsed=e);let{resolvedConfig:s,resolvedRefMap:a,plugins:c}=await _g({rawConfigDocument:aT(i),configPath:t,externalRefResolver:r});return new Ii(s,{configPath:t,document:i,resolvedRefMap:a,plugins:c,ignore:n})}function aT(e){if(!e.parsed)return e;let{plugins:t,resolve:r,...n}=e.parsed,o={...structuredClone(n),plugins:t?.slice(),...r&&{resolve:{...r}}};return{...e,parsed:o}}var Ko=kr(AR(),1);var o8=150,i8=3;function iu(e,t){$s.enabled=t;let{start:r,end:n={line:r.line,col:r.col+1},source:o}=e,i=o.getLines(),s=r.line,a=Math.max(Math.min(n.line,i.length),r.line),c=Math.max(a-s-i8+1,0);c<2&&(c=0);let p=[],l=0;for(let d=s;d<=a&&!(c>0&&d>=a-c);d++){let f=i[d-1]||"";f!==""&&(l=ou(f));let m=d===s?r.col-1:l,h=d===a?n.col-1:f.length;p.push([`${d}`,u(f,m,h,W.red)]),t||p.push(["",TR(f,m,h)])}return c>0&&(p.push(["\u2026",`${Qg(l)}${W.gray(`< ${c} more lines >`)}`]),p.push([`${a}`,u(i[a-1],-1,n.col-1,W.red)]),t||p.push(["",TR(i[a-1],-1,n.col-1)])),s8([[`${s-2}`,u(i[s-1-2])],[`${s-1}`,u(i[s-1-1])],...p,[`${a+1}`,u(i[a-1+1])],[`${a+2}`,u(i[a-1+2])]]);function u(d,f=-1,m=1/0,h=W.gray){return!t||!d?d:(f===-1&&(f=ou(d)),m=Math.min(m,d.length),d.substr(0,f)+h(d.substring(f,m))+d.substr(m))}}function s8(e){let t=e.filter(([o,i])=>i!==void 0),r=Math.max(...t.map(([o])=>o.length)),n=Math.min(...t.map(([o,i])=>i===""?1/0:ou(i)));return t.map(([o,i])=>W.gray(c8(r,o)+" |")+(i?" "+a8(i.substring(n)):"")).join(`
|
|
120
|
+
`)}function a8(e,t=o8){let r=e.length-t;if(r>0){let n=W.gray(`...<${r} chars>`);return e.substring(0,t-n.length)+n}else return e}function TR(e,t=-1,r=1/0){return t===-1&&(t=ou(e)),r=Math.min(r,e.length),Qg(t)+"^".repeat(Math.max(r-t,1))}function Qg(e){return" ".repeat(e)}function c8(e,t){return Qg(e-t.length)+t}function ou(e){for(let t=0;t<e.length;t++)if(e[t]!==" ")return t;return e.length}function xn(e){if(e.pointer===void 0)return e;let{source:t,pointer:r,reportOnKey:n}=e,o=t.getAst(Ko.safeLoad),i=RR(o,r,!!n);return{...e,pointer:void 0,...p8(t.body,i?.startPosition??1,i?.endPosition??1)}}function p8(e,t,r){let n=1,o=1,i={line:1,col:1};for(let a=0;a<r-1;a++){if(a===t-1&&(i={line:n,col:o+1}),e[a]===`
|
|
121
|
+
`){n++,o=1,a===t-1&&(i={line:n,col:o}),e[a+1]==="\r"&&a++;continue}o++}let s=t===r?{...i}:{line:n,col:o+1};return{start:i,end:s}}function RR(e,t,r){let n=pu(t.substr(2));if(e===void 0)return;let o=e;for(let i of n)if(o.kind===Ko.Kind.MAP){let s=o.mappings.find(a=>a.key.value===i);if(!s||(o=s,!s?.value))break;o=s.value}else if(o.kind===Ko.Kind.SEQ){let s=o.items[parseInt(i,10)];if(!s)break;o=s}if(r){let i=o.parent;return!i||i.kind===Ko.Kind.SEQ?o:i.kind===Ko.Kind.MAPPING?i.key:o}else return o}import*as Tr from"node:path";var l8={INVALID_SEVERITY_LEVEL:"Invalid severity level; accepted values: error or warn"},OR={warn:e=>W.bgYellow(W.black(e)),error:W.bgRed},kR={warn:W.yellow,error:W.red},hs={warn:"Warning",error:"Error"},u8={error:"critical",warn:"minor"},d8=+(Es.REDOCLY_CLI_LINT_MAX_SUGGESTIONS??5);function su(e){return e==="error"?1:2}function IR(e){let t=0,r=0,n=0;for(let o of e){if(o.ignored){n++;continue}o.severity==="error"&&t++,o.severity==="warn"&&r++}return{errors:t,warnings:r,ignored:n}}function f8(e,t){let{maxProblems:r=100,cwd:n=Ze?"":process.cwd(),format:o="codeframe",color:i=$s.enabled,totals:s=IR(e),version:a="2.0",command:c}=t;$s.enabled=i;let p=e.length;e=e.filter(b=>!b.ignored);let l=p-e.length;if(e=e.sort((b,S)=>su(b.severity)-su(S.severity)).slice(0,r),!p&&o!=="json"&&o!=="junit")return;switch(o){case"json":d();break;case"codeframe":for(let b=0;b<e.length;b++){let S=e[b];c==="bundle"?Y.info(`${m(S,b)}
|
|
122
|
+
`):Y.output(`${m(S,b)}
|
|
123
|
+
`)}break;case"stylish":{let b=Jg(e);for(let[S,{ruleIdPad:x,locationPad:_,fileProblems:R}]of Object.entries(b)){Y.output(`${W.blue(oe(S)?S:Tr.relative(n,S))}:
|
|
124
|
+
`);for(let w=0;w<R.length;w++){let A=R[w];Y.output(`${h(A,_,x)}
|
|
125
|
+
`)}Y.output(`
|
|
126
|
+
`)}break}case"markdown":{let b=Jg(e);for(let[S,{fileProblems:x}]of Object.entries(b)){Y.output(`## Lint: ${oe(S)?S:Tr.relative(n,S)}
|
|
127
|
+
|
|
128
|
+
`),Y.output(`| Severity | Location | Problem | Message |
|
|
129
|
+
`),Y.output(`|---|---|---|---|
|
|
130
|
+
`);for(let _=0;_<x.length;_++){let R=x[_];Y.output(`${y(R)}
|
|
131
|
+
`)}Y.output(`
|
|
132
|
+
`),s.errors>0?Y.output(`Validation failed
|
|
133
|
+
Errors: ${s.errors}
|
|
134
|
+
`):Y.output(`Validation successful
|
|
135
|
+
`),s.warnings>0&&Y.output(`Warnings: ${s.warnings}
|
|
136
|
+
`),Y.output(`
|
|
137
|
+
`)}break}case"checkstyle":{let b=Jg(e);Y.output(`<?xml version="1.0" encoding="UTF-8"?>
|
|
138
|
+
`),Y.output(`<checkstyle version="4.3">
|
|
139
|
+
`);for(let[S,{fileProblems:x}]of Object.entries(b))Y.output(`<file name="${Ar(oe(S)?S:Tr.relative(n,S))}">
|
|
140
|
+
`),x.forEach(g),Y.output(`</file>
|
|
141
|
+
`);Y.output(`</checkstyle>
|
|
142
|
+
`);break}case"junit":{let b=e.filter(_=>_.severity==="error").length,S=e.filter(_=>_.severity==="warn").length,x={};for(let _ of e){let R=_.location[0].source.absoluteRef;x[R]||(x[R]=[]),x[R].push(_)}Y.output(`<?xml version="1.0" encoding="UTF-8"?>
|
|
143
|
+
`),Y.output(`<testsuites name="redocly lint" tests="${e.length}" errors="${b}" failures="${S}" skipped="0">
|
|
144
|
+
`);for(let[_,R]of Object.entries(x)){let w=oe(_)?_:Tr.relative(n,_),A=R.filter(G=>G.severity==="error").length,E=R.filter(G=>G.severity==="warn").length;Y.output(`<testsuite name="${Ar(w)}" tests="${R.length}" errors="${A}" failures="${E}">
|
|
145
|
+
`),R.forEach(G=>P(G,w)),Y.output(`</testsuite>
|
|
146
|
+
`)}Y.output(`</testsuites>
|
|
147
|
+
`);break}case"codeclimate":u();break;case"summary":m8(e);break;case"github-actions":y8(e,n)}p-l>r&&Y.info(`< ... ${p-r} more problems hidden > ${W.gray("increase with `--max-problems N`")}
|
|
148
|
+
`);function u(){let b=e.map(S=>{let x=S.location[0],_=xn(x);return{description:S.message,location:{path:oe(x.source.absoluteRef)?x.source.absoluteRef:Tr.relative(n,x.source.absoluteRef),lines:{begin:_.start.line}},severity:u8[S.severity],fingerprint:`${S.ruleId}${S.location.length>0?"-"+S.location[0].pointer:""}`}});Y.output(JSON.stringify(b,null,2))}function d(){let b={totals:s,version:a,problems:e.map(S=>{let x={...S,location:S.location.map(_=>({..._,source:{ref:oe(_.source.absoluteRef)?_.source.absoluteRef:Tr.relative(n,_.source.absoluteRef)}})),from:S.from?{...S.from,source:{ref:oe(S.from?.source.absoluteRef)?S.from?.source.absoluteRef:Tr.relative(n,S.from?.source.absoluteRef||n)}}:void 0};if(Es.FORMAT_JSON_WITH_CODEFRAMES){let _=S.location[0],R=xn(_);x.codeframe=iu(R,i)}return x})};Y.output(JSON.stringify(b,null,2))}function f(b){let{severity:S}=b;if(!OR[S])throw new Error(l8.INVALID_SEVERITY_LEVEL);return OR[S]}function m(b,S){let x=f(b),_=b.location[0],R=oe(_.source.absoluteRef)?_.source.absoluteRef:Tr.relative(n,_.source.absoluteRef),w=xn(_),A=_.pointer?W.gray(`at ${_.pointer}`):"",E=`${R}:${w.start.line}:${w.start.col}`;return`[${S+1}] ${x(E)} ${A}
|
|
149
|
+
|
|
150
|
+
${b.message}
|
|
151
|
+
|
|
152
|
+
`+CR(b)+iu(w,i)+`
|
|
153
|
+
|
|
154
|
+
`+h8(n,b.from)+`${hs[b.severity]} was generated by the ${W.blue(b.ruleId)} rule.
|
|
155
|
+
|
|
156
|
+
`+(b.reference?`Reference: ${W.blue(b.reference)}
|
|
157
|
+
|
|
158
|
+
`:"")}function h(b,S,x){let _=kR[b.severity];if(!hs[b.severity])return"Error not found severity. Please check your config file. Allowed values: `warn,error,off`";let R=_(hs[b.severity].toLowerCase().padEnd(7)),{start:w}=b.location[0];return` ${`${w.line}:${w.col}`.padEnd(S)} ${R} ${b.ruleId.padEnd(x)} ${b.message}`}function y(b){if(!hs[b.severity])return"Error not found severity. Please check your config file. Allowed values: `warn,error,off`";let S=hs[b.severity].toLowerCase(),{start:x}=b.location[0];return`| ${S} | line ${`${x.line}:${x.col}`} | [${b.ruleId}](https://redocly.com/docs/cli/rules/${b.ruleId}/) | ${b.message.replaceAll(`
|
|
159
|
+
`,"<br>")} |`}function g(b){let{line:S,col:x}=b.location[0].start,_=b.severity=="warn"?"warning":"error",R=Ar(b.message),w=Ar(b.ruleId);Y.output(`<error line="${S}" column="${x}" severity="${_}" message="${R}" source="${w}" />
|
|
160
|
+
`)}function P(b,S){let x=b.location[0],{start:_}=xn(x),R=b.severity==="error"?"error":"failure",w=Ar(b.ruleId),A=Ar(b.message),E=[`Rule: ${w}`,`Severity: ${Ar(b.severity)}`,`File: ${Ar(S)}`,`Line: ${_.line}`,`Column: ${_.col}`];x.pointer&&E.push(`Pointer: ${Ar(x.pointer)}`),E.push(`Message: ${A}`),Y.output(`<testcase classname="${w}" name="${w}" file="${Ar(S)}" line="${_.line}">
|
|
161
|
+
`),Y.output(`<${R} message="${A}" type="${w}">${E.join(`
|
|
162
|
+
`)}</${R}>
|
|
163
|
+
`),Y.output(`</testcase>
|
|
164
|
+
`)}}function m8(e){let t={};for(let n of e)t[n.ruleId]=t[n.ruleId]||{count:0,severity:n.severity},t[n.ruleId].count++;let r=Object.entries(t).sort(([,n],[,o])=>su(n.severity)-su(o.severity)||o.count-n.count);for(let[n,o]of r){let i=kR[o.severity],s=i(hs[o.severity].toLowerCase().padEnd(7));Y.output(`${s} ${n}: ${o.count}
|
|
165
|
+
`)}Y.output(`
|
|
166
|
+
`)}function h8(e,t){if(!t)return"";let r=Tr.relative(e,t.source.absoluteRef),n=xn(t),o=`${r}:${n.start.line}:${n.start.col}`,i=t.pointer?W.gray(`at ${t.pointer}`):"";return`referenced from ${W.blue(o)} ${i}
|
|
167
|
+
|
|
168
|
+
`}function CR(e){return e.suggest.length===0?"":e.suggest.length===1?`Did you mean: ${e.suggest[0]} ?
|
|
169
|
+
|
|
170
|
+
`:`Did you mean:
|
|
171
|
+
- ${e.suggest.slice(0,d8).join(`
|
|
172
|
+
- `)}
|
|
173
|
+
|
|
174
|
+
`}var Jg=e=>{let t={};for(let r of e){let n=r.location[0].source.absoluteRef;t[n]=t[n]||{fileProblems:[],ruleIdPad:0,locationPad:0};let o={...r,location:r.location.map(xn)};t[n].fileProblems.push(o),t[n].ruleIdPad=Math.max(r.ruleId.length,t[n].ruleIdPad),t[n].locationPad=Math.max(Math.max(...o.location.map(i=>`${i.start.line}:${i.start.col}`.length)),t[n].locationPad)}return t};function Ar(e){return e.replace(/[<>&"'\x00-\x1F\x7F\u0080-\uFFFF]/gu,t=>{switch(t){case"<":return"<";case">":return">";case"&":return"&";case'"':return""";case"'":return"'";default:return`&#${t.charCodeAt(0)};`}})}function y8(e,t){for(let s of e)for(let a of s.location.map(xn)){let c;switch(s.severity){case"error":c="error";break;case"warn":c="warning";break}let p=CR(s),l=s.reference?`Reference: ${s.reference}
|
|
175
|
+
|
|
176
|
+
`:"",u=s.message+(p!==""||l!==""?`
|
|
177
|
+
|
|
178
|
+
`:"")+p+l,d={title:s.ruleId,file:oe(a.source.absoluteRef)?a.source.absoluteRef:Tr.relative(t,a.source.absoluteRef),line:a.start.line,col:a.start.col,endLine:a.end?.line,endColumn:a.end?.col};Y.output(`::${c} ${r(d)}::${o(u)}
|
|
179
|
+
`)}function r(s){return Object.entries(s).filter(([,a])=>a!=null).map(([a,c])=>`${a}=${i(c)}`).join(",")}function n(s){return s==null?"":typeof s=="string"||s instanceof String?s:JSON.stringify(s)}function o(s){return n(s).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function i(s){return n(s).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}}var{theme:Ime,...g8}=ui.properties,b8={...ui,properties:g8};async function qR(e){let{ref:t,externalRefResolver:r=new zt(e.config.resolve)}=e,n=await r.resolveDocument(null,t,!0);return e.collectSpecData?.(n),au({document:n,...e,externalRefResolver:r})}async function v8(e){let{source:t,absoluteRef:r,externalRefResolver:n=new zt(e.config.resolve)}=e,o=zo(t,r||"/");return au({document:o,...e,externalRefResolver:n})}async function au(e){let{document:t,customTypes:r,externalRefResolver:n,config:o}=e;if(as(t.source.absoluteRef)){let{lintGraphqlDocument:f}=await import("./UYZXI3NO.js");return f({document:t,config:o})}let i=dn(t.parsed),s=o.getRulesForSpecVersion(ha(i)),a=tn(o.extendTypes(r??fo(i),i),o),c={problems:[],specVersion:i,config:o,visitorsData:{}},p=Go(s,o,"preprocessors",i),l=Go(s,o,"rules",i),u=await lr({rootDocument:t,rootType:a.Root,externalRefResolver:n});p.length>0&&(Wt({document:t,rootType:a.Root,normalizedVisitors:Gt(p,a),resolvedRefMap:u,ctx:c}),u=await lr({rootDocument:t,rootType:a.Root,externalRefResolver:n}));let d=Gt(l,a);return Wt({document:t,rootType:a.Root,normalizedVisitors:d,resolvedRefMap:u,ctx:c}),c.problems.map(f=>o.addProblemToIgnore(f))}async function x8(e){let{severity:t,externalRefResolver:r=new zt,config:n}=e;if(!n.document)throw new Error("Config document is not set.");let o={problems:[],specVersion:"config",config:n,visitorsData:{}},i=tn(e.externalConfigTypes||dp(b8,n)),s=[{severity:t||"error",ruleId:"configuration struct",visitor:ct({severity:"error"})},{severity:t||"error",ruleId:"configuration no-unresolved-refs",visitor:at({severity:"error"})}],a=Gt(s,i),c=n.resolvedRefMap||await lr({rootDocument:n.document,rootType:i.ConfigRoot,externalRefResolver:r});return Wt({document:n.document,rootType:i.ConfigRoot,normalizedVisitors:a,resolvedRefMap:c,ctx:o}),o.problems}var Xg=class extends Error{};export{rI as a,Bt as b,$ as c,Ht as d,po as e,nI as f,je as g,We as h,As as i,oI as j,id as k,iI as l,Ze as m,gd as n,lo as o,tn as p,j as q,Zg as r,oe as s,Cr as t,fo as u,Bs as v,xf as w,rh as x,g9 as y,b9 as z,v9 as A,co as B,fc as C,hk as D,yk as E,_k as F,Pk as G,Ek as H,$k as I,Ak as J,Tk as K,Rk as L,Ok as M,ed as N,Y as O,Br as P,ha as Q,dn as R,E$ as S,Ha as T,as as U,zl as V,zt as W,lr as X,Gt as Y,mg as Z,Wt as _,xg as $,uQ as aa,bQ as ba,sT as ca,xn as da,IR as ea,f8 as fa,Ar as ga,qR as ha,v8 as ia,au as ja,x8 as ka,Xg as la};
|
|
180
|
+
/*! Bundled license information:
|
|
181
|
+
|
|
182
|
+
js-yaml/dist/js-yaml.mjs:
|
|
183
|
+
(*! js-yaml 5.2.2 https://github.com/nodeca/js-yaml @license MIT *)
|
|
184
|
+
*/
|