MCPcopy Create free account
hub / github.com/dataease/SQLBot / openapi_3_1_apidom_normalize

Function openapi_3_1_apidom_normalize

frontend/public/swagger-ui-bundle.js:54844–54863  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

54842 },
54843 }
54844 },
54845 openapi_3_1_apidom_normalize = (s) => {
54846 if (!Nu(s)) return s
54847 const o = [
54848 normalize_operation_ids({
54849 operationIdNormalizer: (s, o, i) =>
54850 opId({ operationId: s }, o, i, { v2OperationIdCompatibilityMode: !1 }),
54851 }),
54852 normalize_parameters(),
54853 normalize_security_requirements(),
54854 normalize_parameter_examples(),
54855 normalize_header_examples(),
54856 ]
54857 return dispatchPluginsSync(s, o, {
54858 toolboxCreator: apidom_ns_openapi_3_1_src_refractor_toolbox,
54859 visitorOptions: {
54860 keyMap: lw,
54861 nodeTypeGetter: apidom_ns_openapi_3_1_src_traversal_visitor_getNodeType,
54862 },
54863 })
54864 },
54865 Ix = {
54866 name: 'openapi-3-1-apidom',

Callers 1

normalizeFunction · 0.85

Calls 8

NuFunction · 0.85
normalize_operation_idsFunction · 0.85
opIdFunction · 0.85
normalize_parametersFunction · 0.85
dispatchPluginsSyncFunction · 0.85

Tested by

no test coverage detected