From f464ba2d31674570d462f4e1c17ab58636d4c211 Mon Sep 17 00:00:00 2001 From: kyy Date: Tue, 24 Jun 2025 13:40:26 +0900 Subject: [PATCH] Update swagger-ui --- .agignore | 0 .browserslistrc | 0 .commitlintrc.json | 0 .dockerignore | 0 .editorconfig | 0 .eslintignore | 0 .eslintrc.js | 0 .gitattributes | 0 .github/ISSUE_TEMPLATE/Bug_report.md | 0 .github/ISSUE_TEMPLATE/Feature_request.md | 0 .github/ISSUE_TEMPLATE/Support.md | 0 .github/dependabot.yaml | 0 .github/lock.yml | 0 .github/pull_request_template.md | 0 .github/workflows/codeql.yml | 0 .github/workflows/dependabot-merge.yml | 0 .github/workflows/docker-build-push.yml | 0 .github/workflows/docker-image-check.yml | 0 .github/workflows/nodejs.yml | 0 .../workflows/release-swagger-ui-react.yml | 0 .github/workflows/release-swagger-ui.yml | 0 .gitignore | 0 .lintstagedrc | 0 .npmignore | 0 .npmrc | 0 .nvmrc | 0 .prettierrc.yaml | 0 .releaserc | 0 Dockerfile | 0 LICENSE | 0 NOTICE | 0 README.md | 0 SECURITY.md | 0 babel.config.js | 0 composer.json | 0 config/.eslintrc | 0 config/jest/jest.artifact.config.js | 0 config/jest/jest.unit.config.js | 0 cypress.config.js | 0 dev-helpers/dev-helper-initializer.js | 0 dev-helpers/index.html | 0 dev-helpers/oauth2-redirect.html | 0 dev-helpers/style.css | 0 dist/favicon-16x16.png | Bin dist/favicon-32x32.png | Bin dist/index.css | 0 dist/index.html | 0 dist/oauth2-redirect.html | 0 dist/swagger-initializer.js | 0 dist/swagger-ui-bundle.js | 0 dist/swagger-ui-bundle.js.map | 0 dist/swagger-ui-es-bundle-core.js | 0 dist/swagger-ui-es-bundle-core.js.map | 0 dist/swagger-ui-es-bundle.js | 0 dist/swagger-ui-es-bundle.js.map | 0 dist/swagger-ui-standalone-preset.js | 0 dist/swagger-ui-standalone-preset.js.map | 0 dist/swagger-ui.css | 0 dist/swagger-ui.css.map | 0 dist/swagger-ui.js | 0 dist/swagger-ui.js.map | 0 docker/configurator/helpers.js | 0 docker/configurator/oauth.js | 0 docker/configurator/translator.js | 0 docker/configurator/variables.js | 0 docker/cors.conf | 0 docker/default.conf.template | 0 docker/embedding.conf | 0 docs/README.md | 0 docs/book.json | 0 docs/customization/add-plugin.md | 0 docs/customization/custom-layout.md | 0 docs/customization/overview.md | 0 docs/customization/plug-points.md | 0 docs/customization/plugin-api.md | 0 docs/development/scripts.md | 0 docs/development/setting-up.md | 0 docs/images/swagger-ui2.png | Bin docs/images/swagger-ui3.png | Bin .../samples/webpack-getting-started/README.md | 0 .../_sample_package.json | 0 .../webpack-getting-started/index.html | 0 .../webpack-getting-started/src/index.js | 0 .../src/swagger-config.yaml | 0 .../webpack-getting-started/webpack.config.js | 0 docs/usage/configuration.md | 0 docs/usage/cors.md | 0 docs/usage/deep-linking.md | 0 docs/usage/installation.md | 0 docs/usage/limitations.md | 0 docs/usage/oauth2.md | 0 docs/usage/version-detection.md | 0 flavors/swagger-ui-react/README.md | 0 flavors/swagger-ui-react/dist/.npmrc | 0 flavors/swagger-ui-react/index.jsx | 0 .../release/create-manifest.js | 0 .../swagger-ui-react/release/template.json | 0 index.html | 47 ++++++++++++++++++ logo.png | Bin 0 -> 17141 bytes package-lock.json | 0 package.json | 0 release/.release-it.json | 0 snapcraft.yaml | 0 src/.eslintrc | 0 src/core/assets/rolling-load.svg | 0 src/core/components/app.jsx | 0 src/core/components/auth/api-key-auth.jsx | 0 src/core/components/auth/auth-item.jsx | 0 .../components/auth/authorization-popup.jsx | 0 src/core/components/auth/authorize-btn.jsx | 0 .../auth/authorize-operation-btn.jsx | 0 src/core/components/auth/auths.jsx | 0 src/core/components/auth/basic-auth.jsx | 0 src/core/components/auth/error.jsx | 0 src/core/components/auth/oauth2.jsx | 0 src/core/components/clear.jsx | 0 src/core/components/contact.jsx | 0 src/core/components/content-type.jsx | 0 src/core/components/copy-to-clipboard-btn.jsx | 0 src/core/components/curl.jsx | 0 src/core/components/debug.jsx | 0 src/core/components/deep-link.jsx | 0 src/core/components/errors.jsx | 0 src/core/components/example.jsx | 0 .../examples-select-value-retainer.jsx | 0 src/core/components/examples-select.jsx | 0 src/core/components/execute.jsx | 0 src/core/components/footer.jsx | 0 src/core/components/headers.jsx | 0 src/core/components/info.jsx | 0 src/core/components/initialized-input.jsx | 0 src/core/components/jump-to-path.jsx | 0 src/core/components/layout-utils.jsx | 0 src/core/components/layouts/base.jsx | 0 src/core/components/layouts/xpane.jsx | 0 src/core/components/license.jsx | 0 src/core/components/live-response.jsx | 0 .../components/online-validator-badge.jsx | 0 src/core/components/openapi-version.jsx | 0 .../components/operation-extension-row.jsx | 0 src/core/components/operation-extensions.jsx | 0 .../components/operation-summary-method.jsx | 0 .../components/operation-summary-path.jsx | 0 src/core/components/operation-summary.jsx | 0 src/core/components/operation-tag.jsx | 0 src/core/components/operation.jsx | 0 src/core/components/operations.jsx | 0 src/core/components/overview.jsx | 0 src/core/components/param-body.jsx | 0 src/core/components/parameter-extension.jsx | 0 .../components/parameter-include-empty.jsx | 0 src/core/components/parameter-row.jsx | 0 src/core/components/parameters/index.js | 0 src/core/components/parameters/parameters.jsx | 0 src/core/components/property.jsx | 0 src/core/components/providers/README.md | 0 src/core/components/providers/markdown.jsx | 0 src/core/components/response-body.jsx | 0 src/core/components/response-extension.jsx | 0 src/core/components/response.jsx | 0 src/core/components/responses.jsx | 0 src/core/components/svg-assets.jsx | 0 src/core/components/system-wrapper.jsx | 0 src/core/components/try-it-out-button.jsx | 0 src/core/components/version-pragma-filter.jsx | 0 src/core/components/version-stamp.jsx | 0 src/core/config/defaults.js | 0 .../config/factorization/inline-plugin.js | 0 src/core/config/factorization/system.js | 0 src/core/config/index.js | 0 src/core/config/merge.js | 0 src/core/config/sources/query.js | 0 src/core/config/sources/runtime.js | 0 src/core/config/sources/url.js | 0 src/core/config/type-cast/index.js | 0 src/core/config/type-cast/mappings.js | 0 .../config/type-cast/type-casters/array.js | 0 .../config/type-cast/type-casters/boolean.js | 0 .../config/type-cast/type-casters/dom-node.js | 0 .../config/type-cast/type-casters/filter.js | 0 .../config/type-cast/type-casters/function.js | 0 .../type-cast/type-casters/nullable-array.js | 0 .../type-casters/nullable-function.js | 0 .../type-cast/type-casters/nullable-string.js | 0 .../config/type-cast/type-casters/number.js | 0 .../config/type-cast/type-casters/object.js | 0 .../config/type-cast/type-casters/sorter.js | 0 .../config/type-cast/type-casters/string.js | 0 .../type-casters/syntax-highlight.js | 0 .../type-casters/undefined-string.js | 0 src/core/containers/OperationContainer.jsx | 0 src/core/containers/authorize-btn.jsx | 0 src/core/containers/filter.jsx | 0 src/core/containers/info.jsx | 0 src/core/index.js | 0 src/core/oauth2-authorize.js | 0 src/core/plugins/auth/actions.js | 0 .../auth/components/lock-auth-icon.jsx | 0 .../auth/components/unlock-auth-icon.jsx | 0 .../auth/configs-extensions/wrap-actions.js | 0 src/core/plugins/auth/index.js | 0 src/core/plugins/auth/reducers.js | 0 src/core/plugins/auth/selectors.js | 0 .../auth/spec-extensions/wrap-actions.js | 0 src/core/plugins/auth/wrap-actions.js | 0 src/core/plugins/configs/actions.js | 0 src/core/plugins/configs/fn.js | 0 src/core/plugins/configs/index.js | 0 src/core/plugins/configs/reducers.js | 0 src/core/plugins/configs/selectors.js | 0 src/core/plugins/deep-linking/README.md | 0 src/core/plugins/deep-linking/helpers.js | 0 src/core/plugins/deep-linking/index.js | 0 src/core/plugins/deep-linking/layout.js | 0 .../deep-linking/operation-tag-wrapper.jsx | 0 .../deep-linking/operation-wrapper.jsx | 0 src/core/plugins/download-url/index.js | 0 src/core/plugins/err/actions.js | 0 .../plugins/err/error-transformers/README.md | 0 .../plugins/err/error-transformers/hook.js | 0 .../transformers/not-of-type.js | 0 .../transformers/parameter-oneof.js | 0 src/core/plugins/err/index.js | 0 src/core/plugins/err/reducers.js | 0 src/core/plugins/err/selectors.js | 0 src/core/plugins/filter/index.js | 0 src/core/plugins/filter/opsFilter.js | 0 .../plugins/icons/components/arrow-down.jsx | 0 .../plugins/icons/components/arrow-up.jsx | 0 src/core/plugins/icons/components/arrow.jsx | 0 src/core/plugins/icons/components/close.jsx | 0 src/core/plugins/icons/components/copy.jsx | 0 src/core/plugins/icons/components/lock.jsx | 0 src/core/plugins/icons/components/unlock.jsx | 0 src/core/plugins/icons/index.js | 0 .../fn/api/encoderAPI.js | 0 .../fn/api/formatAPI.js | 0 .../fn/api/mediaTypeAPI.js | 0 .../fn/api/optionAPI.js | 0 .../fn/class/EncoderRegistry.js | 0 .../fn/class/FormatRegistry.js | 0 .../fn/class/MediaTypeRegistry.js | 0 .../fn/class/OptionRegistry.js | 0 .../fn/class/Registry.js | 0 .../fn/core/constants.js | 0 .../fn/core/example.js | 0 .../fn/core/merge.js | 0 .../fn/core/predicates.js | 0 .../fn/core/random.js | 0 .../fn/core/type.js | 0 .../fn/core/utils.js | 0 .../fn/encoders/7bit.js | 0 .../fn/encoders/8bit.js | 0 .../fn/encoders/base16.js | 0 .../fn/encoders/base32.js | 0 .../fn/encoders/base64.js | 0 .../fn/encoders/base64url.js | 0 .../fn/encoders/binary.js | 0 .../fn/encoders/quoted-printable.js | 0 .../fn/generators/date-time.js | 0 .../fn/generators/date.js | 0 .../fn/generators/double.js | 0 .../fn/generators/duration.js | 0 .../fn/generators/email.js | 0 .../fn/generators/float.js | 0 .../fn/generators/hostname.js | 0 .../fn/generators/idn-email.js | 0 .../fn/generators/idn-hostname.js | 0 .../fn/generators/int32.js | 0 .../fn/generators/int64.js | 0 .../fn/generators/ipv4.js | 0 .../fn/generators/ipv6.js | 0 .../fn/generators/iri-reference.js | 0 .../fn/generators/iri.js | 0 .../fn/generators/json-pointer.js | 0 .../fn/generators/media-types/application.js | 0 .../fn/generators/media-types/audio.js | 0 .../fn/generators/media-types/image.js | 0 .../fn/generators/media-types/text.js | 0 .../fn/generators/media-types/video.js | 0 .../fn/generators/password.js | 0 .../fn/generators/regex.js | 0 .../fn/generators/relative-json-pointer.js | 0 .../fn/generators/time.js | 0 .../fn/generators/uri-reference.js | 0 .../fn/generators/uri-template.js | 0 .../fn/generators/uri.js | 0 .../fn/generators/uuid.js | 0 .../fn/get-json-sample-schema.js | 0 .../fn/get-sample-schema.js | 0 .../fn/get-xml-sample-schema.js | 0 .../fn/get-yaml-sample-schema.js | 0 .../json-schema-2020-12-samples/fn/index.js | 0 .../json-schema-2020-12-samples/fn/main.js | 0 .../fn/types/array.js | 0 .../fn/types/boolean.js | 0 .../fn/types/index.js | 0 .../fn/types/integer.js | 0 .../fn/types/null.js | 0 .../fn/types/number.js | 0 .../fn/types/object.js | 0 .../fn/types/string.js | 0 .../json-schema-2020-12-samples/index.js | 0 .../components/Accordion/Accordion.jsx | 0 .../components/Accordion/_accordion.scss | 0 .../ExpandDeepButton/ExpandDeepButton.jsx | 0 .../ExpandDeepButton/_expand-deep-button.scss | 0 .../components/JSONSchema/JSONSchema.jsx | 0 .../components/JSONSchema/_json-schema.scss | 0 .../components/JSONViewer/JSONViewer.jsx | 0 .../components/JSONViewer/_json-viewer.scss | 0 .../json-schema-2020-12/components/_all.scss | 0 .../components/_mixins.scss | 0 .../components/icons/ChevronRight.jsx | 0 .../components/keywords/$anchor.jsx | 0 .../components/keywords/$comment.jsx | 0 .../components/keywords/$defs.jsx | 0 .../components/keywords/$dynamicAnchor.jsx | 0 .../components/keywords/$dynamicRef.jsx | 0 .../components/keywords/$id.jsx | 0 .../components/keywords/$ref.jsx | 0 .../components/keywords/$schema.jsx | 0 .../keywords/$vocabulary/$vocabulary.jsx | 0 .../keywords/$vocabulary/_$vocabulary.scss | 0 .../keywords/AdditionalProperties.jsx | 0 .../components/keywords/AllOf.jsx | 0 .../components/keywords/AnyOf.jsx | 0 .../components/keywords/Const/Const.jsx | 0 .../components/keywords/Const/_const.scss | 0 .../keywords/Constraint/Constraint.jsx | 0 .../keywords/Constraint/_constraint.scss | 0 .../components/keywords/Contains.jsx | 0 .../components/keywords/ContentSchema.jsx | 0 .../components/keywords/Default/Default.jsx | 0 .../components/keywords/Default/_default.scss | 0 .../DependentRequired/DependentRequired.jsx | 0 .../_dependent-required.scss | 0 .../components/keywords/DependentSchemas.jsx | 0 .../components/keywords/Deprecated.jsx | 0 .../keywords/Description/Description.jsx | 0 .../keywords/Description/_description.scss | 0 .../components/keywords/Else.jsx | 0 .../components/keywords/Enum/Enum.jsx | 0 .../components/keywords/Enum/_enum.scss | 0 .../components/keywords/Examples/Examples.jsx | 0 .../keywords/Examples/_examples.scss | 0 .../ExtensionKeywords/ExtensionKeywords.jsx | 0 .../_extension-keywords.scss | 0 .../components/keywords/If.jsx | 0 .../components/keywords/Items.jsx | 0 .../components/keywords/Not.jsx | 0 .../components/keywords/OneOf.jsx | 0 .../PatternProperties/PatternProperties.jsx | 0 .../_pattern-properties.scss | 0 .../components/keywords/PrefixItems.jsx | 0 .../keywords/Properties/Properties.jsx | 0 .../keywords/Properties/_properties.scss | 0 .../components/keywords/PropertyNames.jsx | 0 .../components/keywords/ReadOnly.jsx | 0 .../components/keywords/Then.jsx | 0 .../components/keywords/Title/Title.jsx | 0 .../components/keywords/Title/_title.scss | 0 .../components/keywords/Type.jsx | 0 .../components/keywords/UnevaluatedItems.jsx | 0 .../keywords/UnevaluatedProperties.jsx | 0 .../components/keywords/WriteOnly.jsx | 0 .../components/keywords/_all.scss | 0 .../plugins/json-schema-2020-12/context.js | 0 src/core/plugins/json-schema-2020-12/enum.js | 0 src/core/plugins/json-schema-2020-12/fn.js | 0 src/core/plugins/json-schema-2020-12/hoc.jsx | 0 src/core/plugins/json-schema-2020-12/hooks.js | 0 src/core/plugins/json-schema-2020-12/index.js | 0 .../plugins/json-schema-2020-12/prop-types.js | 0 .../fn/get-json-sample-schema.js | 0 .../fn/get-sample-schema.js | 0 .../fn/get-xml-sample-schema.js | 0 .../fn/get-yaml-sample-schema.js | 0 .../plugins/json-schema-5-samples/fn/index.js | 0 .../plugins/json-schema-5-samples/index.js | 0 .../json-schema-5/components/array-model.jsx | 0 .../json-schema-5/components/enum-model.jsx | 0 .../components/json-schema-components.jsx | 0 .../components/model-collapse.jsx | 0 .../components/model-example.jsx | 0 .../components/model-extensions.jsx | 0 .../components/model-wrapper.jsx | 0 .../json-schema-5/components/model.jsx | 0 .../json-schema-5/components/models.jsx | 0 .../json-schema-5/components/object-model.jsx | 0 .../components/primitive-model.jsx | 0 .../json-schema-5/components/schemes.jsx | 0 .../json-schema-5/containers/schemes.jsx | 0 src/core/plugins/json-schema-5/fn.js | 0 src/core/plugins/json-schema-5/index.js | 0 src/core/plugins/layout/actions.js | 0 src/core/plugins/layout/index.js | 0 src/core/plugins/layout/reducers.js | 0 src/core/plugins/layout/selectors.js | 0 .../layout/spec-extensions/wrap-selector.js | 0 src/core/plugins/logs/index.js | 0 src/core/plugins/oas3/actions.js | 0 .../oas3/auth-extensions/wrap-selectors.js | 0 .../oas3/components/auth/http-auth.jsx | 0 .../plugins/oas3/components/callbacks.jsx | 0 src/core/plugins/oas3/components/index.js | 0 .../oas3/components/operation-link.jsx | 0 .../oas3/components/operation-servers.jsx | 0 .../oas3/components/request-body-editor.jsx | 0 .../plugins/oas3/components/request-body.jsx | 0 .../oas3/components/servers-container.jsx | 0 src/core/plugins/oas3/components/servers.jsx | 0 src/core/plugins/oas3/fn.js | 0 src/core/plugins/oas3/helpers.jsx | 0 src/core/plugins/oas3/index.js | 0 src/core/plugins/oas3/reducers.js | 0 src/core/plugins/oas3/selectors.js | 0 .../plugins/oas3/spec-extensions/selectors.js | 0 .../oas3/spec-extensions/wrap-selectors.js | 0 .../oas3/wrap-components/auth/auth-item.jsx | 0 .../plugins/oas3/wrap-components/index.js | 0 .../wrap-components/json-schema-string.jsx | 0 .../plugins/oas3/wrap-components/markdown.jsx | 0 .../plugins/oas3/wrap-components/model.jsx | 0 .../wrap-components/online-validator-badge.js | 0 .../oas3/wrap-components/openapi-version.jsx | 0 src/core/plugins/oas31/after-load.js | 0 .../oas31/auth-extensions/wrap-selectors.js | 0 src/core/plugins/oas31/components/_all.scss | 0 .../plugins/oas31/components/auth/auths.jsx | 0 .../oas31/components/auth/mutual-tls-auth.jsx | 0 src/core/plugins/oas31/components/contact.jsx | 0 src/core/plugins/oas31/components/info.jsx | 0 .../oas31/components/json-schema-dialect.jsx | 0 src/core/plugins/oas31/components/license.jsx | 0 .../oas31/components/model/_model.scss | 0 .../plugins/oas31/components/model/model.jsx | 0 .../oas31/components/models/_models.scss | 0 .../oas31/components/models/models.jsx | 0 .../components/version-pragma-filter.jsx | 0 .../plugins/oas31/components/webhooks.jsx | 0 src/core/plugins/oas31/fn.js | 0 src/core/plugins/oas31/index.js | 0 .../components/keywords/Description.jsx | 0 .../keywords/Discriminator/Discriminator.jsx | 0 .../Discriminator/DiscriminatorMapping.jsx | 0 .../components/keywords/Example.jsx | 0 .../components/keywords/ExternalDocs.jsx | 0 .../components/keywords/OpenAPIExtensions.jsx | 0 .../components/keywords/Properties.jsx | 0 .../components/keywords/Xml.jsx | 0 .../json-schema-2020-12-extensions/fn.js | 0 .../wrap-components/keywords/Description.jsx | 0 .../wrap-components/keywords/Examples.jsx | 0 .../wrap-components/keywords/Properties.jsx | 0 src/core/plugins/oas31/oas3-extensions/fn.js | 0 src/core/plugins/oas31/selectors.js | 0 .../oas31/spec-extensions/selectors.js | 0 .../oas31/spec-extensions/wrap-selectors.js | 0 .../oas31/wrap-components/auth/auth-item.jsx | 0 .../plugins/oas31/wrap-components/auths.jsx | 0 .../plugins/oas31/wrap-components/contact.jsx | 0 .../plugins/oas31/wrap-components/info.jsx | 0 .../plugins/oas31/wrap-components/license.jsx | 0 .../plugins/oas31/wrap-components/model.jsx | 0 .../plugins/oas31/wrap-components/models.jsx | 0 .../wrap-components/version-pragma-filter.jsx | 0 src/core/plugins/on-complete/index.js | 0 src/core/plugins/request-snippets/fn.js | 0 src/core/plugins/request-snippets/index.js | 0 .../request-snippets/request-snippets.jsx | 0 .../plugins/request-snippets/selectors.js | 0 .../safe-render/components/error-boundary.jsx | 0 .../safe-render/components/fallback.jsx | 0 src/core/plugins/safe-render/fn.jsx | 0 src/core/plugins/safe-render/index.js | 0 src/core/plugins/spec/actions.js | 0 src/core/plugins/spec/index.js | 0 src/core/plugins/spec/reducers.js | 0 src/core/plugins/spec/selectors.js | 0 src/core/plugins/spec/wrap-actions.js | 0 .../swagger-client/configs-wrap-actions.js | 0 src/core/plugins/swagger-client/index.js | 0 .../plugins/syntax-highlighting/after-load.js | 0 .../components/HighlightCode.jsx | 0 .../components/PlainTextViewer.jsx | 0 .../components/SyntaxHighlighter.jsx | 0 src/core/plugins/syntax-highlighting/index.js | 0 .../syntax-highlighting/root-injects.js | 0 .../wrap-components/SyntaxHighlighter.jsx | 0 src/core/plugins/util/index.js | 0 src/core/plugins/versions/after-load.js | 0 src/core/plugins/versions/index.js | 0 src/core/plugins/view-legacy/index.js | 0 src/core/plugins/view-legacy/root-injects.jsx | 0 src/core/plugins/view/fn.js | 0 src/core/plugins/view/index.js | 0 src/core/plugins/view/root-injects.jsx | 0 src/core/presets/apis/index.js | 0 src/core/presets/base/index.js | 0 .../base/plugins/core-components/index.js | 0 .../base/plugins/form-components/index.js | 0 src/core/system.js | 0 src/core/utils/create-html-ready-id.js | 0 src/core/utils/get-parameter-schema.js | 0 src/core/utils/index.js | 0 src/core/utils/jsonParse.js | 0 src/core/utils/memoizeN.js | 0 src/core/utils/url.js | 0 src/core/window.js | 0 src/index.js | 0 .../components/StandaloneLayout.jsx | 0 .../plugins/stadalone-layout/index.js | 0 .../plugins/top-bar/assets/logo_small.svg | 0 .../plugins/top-bar/components/Logo.jsx | 0 .../plugins/top-bar/components/TopBar.jsx | 0 src/standalone/plugins/top-bar/index.js | 0 src/standalone/presets/standalone/index.js | 0 src/style/_authorize.scss | 0 src/style/_buttons.scss | 0 src/style/_errors.scss | 0 src/style/_form.scss | 0 src/style/_information.scss | 0 src/style/_layout.scss | 0 src/style/_markdown.scss | 0 src/style/_mixins.scss | 0 src/style/_modal.scss | 0 src/style/_models.scss | 0 src/style/_servers.scss | 0 src/style/_split-pane-mode.scss | 0 src/style/_table.scss | 0 src/style/_topbar.scss | 0 src/style/_type.scss | 0 src/style/_variables.scss | 0 src/style/main.scss | 0 stylelint.config.js | 0 swagger-ui-dist-package/.npmignore | 0 swagger-ui-dist-package/.npmrc | 0 swagger-ui-dist-package/README.md | 0 swagger-ui-dist-package/absolute-path.js | 0 swagger-ui-dist-package/index.js | 0 swagger-ui-dist-package/package.json | 0 test/.eslintrc | 0 test/build-artifacts/.eslintrc | 0 test/build-artifacts/es-bundle-core.js | 0 test/build-artifacts/es-bundle.js | 0 test/build-artifacts/umd.js | 0 test/e2e-cypress/.eslintrc | 0 test/e2e-cypress/e2e/a11y/response-tabs.cy.js | 0 test/e2e-cypress/e2e/bugs/4442.cy.js | 0 test/e2e-cypress/e2e/bugs/4641.cy.js | 0 test/e2e-cypress/e2e/bugs/4838.cy.js | 0 test/e2e-cypress/e2e/bugs/4865.cy.js | 0 test/e2e-cypress/e2e/bugs/4867.cy.js | 0 test/e2e-cypress/e2e/bugs/4943.cy.js | 0 test/e2e-cypress/e2e/bugs/5043.cy.js | 0 test/e2e-cypress/e2e/bugs/5060.cy.js | 0 test/e2e-cypress/e2e/bugs/5070.cy.js | 0 test/e2e-cypress/e2e/bugs/5072.cy.js | 0 test/e2e-cypress/e2e/bugs/5129.cy.js | 0 test/e2e-cypress/e2e/bugs/5138.cy.js | 0 test/e2e-cypress/e2e/bugs/5164.cy.js | 0 test/e2e-cypress/e2e/bugs/5188.cy.js | 0 test/e2e-cypress/e2e/bugs/5452.cy.js | 0 test/e2e-cypress/e2e/bugs/5453.cy.js | 0 test/e2e-cypress/e2e/bugs/5455.cy.js | 0 test/e2e-cypress/e2e/bugs/5458.cy.js | 0 test/e2e-cypress/e2e/bugs/5660.cy.js | 0 test/e2e-cypress/e2e/bugs/6016.cy.js | 0 test/e2e-cypress/e2e/bugs/6158.cy.js | 0 test/e2e-cypress/e2e/bugs/6183.cy.js | 0 test/e2e-cypress/e2e/bugs/6276.cy.js | 0 test/e2e-cypress/e2e/bugs/6351.cy.js | 0 test/e2e-cypress/e2e/bugs/6369.cy.js | 0 test/e2e-cypress/e2e/bugs/6442.cy.js | 0 test/e2e-cypress/e2e/bugs/6475.cy.js | 0 test/e2e-cypress/e2e/bugs/6540.cy.js | 0 test/e2e-cypress/e2e/bugs/6627.cy.js | 0 test/e2e-cypress/e2e/bugs/7996.cy.js | 0 test/e2e-cypress/e2e/bugs/8217.cy.js | 0 test/e2e-cypress/e2e/bugs/editor-1868.cy.js | 0 test/e2e-cypress/e2e/bugs/swos-63.cy.js | 0 .../e2e/features/auth-bearer-flow.cy.js | 0 .../auth-code-flow-pkce-without-secret.cy.js | 0 .../e2e/features/deep-linking.cy.js | 0 .../features/default-model-rendering.cy.js | 0 .../e2e/features/dynamic-default-oauth.cy.js | 0 .../e2e/features/external-docs.cy.js | 0 test/e2e-cypress/e2e/features/info.cy.js | 0 test/e2e-cypress/e2e/features/license.cy.js | 0 .../e2e/features/model-collapse.cy.js | 0 .../e2e/features/multiple-examples-core.cy.js | 0 test/e2e-cypress/e2e/features/oas-badge.cy.js | 0 .../e2e/features/oas3-callbacks.cy.js | 0 .../e2e/features/oas3-extension.cy.js | 0 .../features/oas3-multiple-media-type.cy.js | 0 .../e2e/features/oas3-multiple-servers.cy.js | 0 ...oas3-request-body-allow-empty-values.cy.js | 0 .../oas3-request-body-default-views.cy.js | 0 .../features/oas3-request-body-required.cy.js | 0 .../oas3-user-edit-request-body-flows.cy.js | 0 test/e2e-cypress/e2e/features/oas3-xml.cy.js | 0 .../e2e/features/oas31-auth-mutual-tls.cy.js | 0 .../e2e/features/oas31-extension.cy.js | 0 .../features/oauth2-flows/application.cy.js | 0 .../e2e/features/oauth2-flows/password.cy.js | 0 .../parameter-array-missing-items.cy.js | 0 .../e2e/features/parameter-order.cy.js | 0 .../e2e/features/parameter-schema.cy.js | 0 .../features/parameters-one-of-any-of.cy.js | 0 .../json-schema-2020-12/empty-schema.cy.js | 0 .../json-schema-2020-12/examples.cy.js | 0 .../json-schema-2020-12/expansion.cy.js | 0 .../extension-keywords.cy.js | 0 .../json-schema-2020-12/schema-title.cy.js | 0 .../json-schema-2020-12/unique-items.cy.js | 0 .../plugins/oas3/all-of-circular-ref.cy.js | 0 .../features/plugins/oas3/complex-spec.cy.js | 0 .../plugins/oas3/one-of-any-of-example.cy.js | 0 ...quest-body-complex-schema-properties.cy.js | 0 .../oas3/request-body-upload-file.cy.js | 0 .../oas31/oas31-parameter-schema.cy.js | 0 ...quest-body-complex-schema-properties.cy.js | 0 .../oas31-request-body-upload-file.cy.js | 0 .../oas31/oas31-response-empty-content.cy.js | 0 .../oas31-response-empty-media-type.cy.js | 0 .../oas31/oas31-response-no-content.cy.js | 0 .../oas31/oas31-schema-expansion.cy.js | 0 .../oas31/oas31-webhook-examples.cy.js | 0 .../topbar/linking-to-configured-urls.cy.js | 0 .../response-empty-examples-object.cy.js | 0 .../e2e/features/response-extension.cy.js | 0 .../features/schema-form-enum-boolean.cy.js | 0 .../e2e/features/schema-form.cy.js | 0 .../e2e/features/spec-parse-to-json.cy.js | 0 .../features/syntax-highlighting-json.cy.js | 0 .../e2e/features/try-it-out-enabled.cy.js | 0 .../try-it-out-non-200-response-body.cy.js | 0 ...out-schema-required-override-allowed.cy.js | 0 test/e2e-cypress/e2e/features/urls.cy.js | 0 test/e2e-cypress/e2e/features/webhooks.cy.js | 0 test/e2e-cypress/e2e/security/anonymous.cy.js | 0 test/e2e-cypress/e2e/security/apikey.cy.js | 0 test/e2e-cypress/e2e/security/oauth2.cy.js | 0 .../security/sequential-import-chaining.cy.js | 0 test/e2e-cypress/fixtures/example.json | 0 .../configs/oas31-response-no-content.yaml | 0 .../static/configs/urls-primary-name.yaml | 0 .../static/configs/urls-server-variables.yaml | 0 test/e2e-cypress/static/configs/urls.yaml | 0 .../static/documents/bugs/4442.yaml | 0 .../static/documents/bugs/4641.yaml | 0 .../static/documents/bugs/4838.yaml | 0 .../static/documents/bugs/4867.yaml | 0 .../static/documents/bugs/4943.yaml | 0 .../static/documents/bugs/5043/status.yaml | 0 .../static/documents/bugs/5043/swagger.yaml | 0 .../static/documents/bugs/5060.yaml | 0 .../documents/bugs/5072/additional.yaml | 0 .../static/documents/bugs/5072/empty.yaml | 0 .../static/documents/bugs/5129.yaml | 0 .../static/documents/bugs/5164.yaml | 0 .../static/documents/bugs/5181.yaml | 0 .../static/documents/bugs/5188.yaml | 0 .../static/documents/bugs/5452/openapi.yaml | 0 .../static/documents/bugs/5452/swagger.yaml | 0 .../static/documents/bugs/5453.yaml | 0 .../static/documents/bugs/5455.yaml | 0 .../static/documents/bugs/5458.yaml | 0 .../static/documents/bugs/5660-model.yaml | 0 .../static/documents/bugs/5660-property.yaml | 0 .../static/documents/bugs/6016-oas2.yaml | 0 .../static/documents/bugs/6016-oas3.yaml | 0 .../static/documents/bugs/6158.yaml | 0 .../static/documents/bugs/6183.yaml | 0 .../static/documents/bugs/6351.yaml | 0 .../documents/bugs/6369-oas2-display.yaml | 0 .../documents/bugs/6369-oas2-no-display.yaml | 0 .../documents/bugs/6369-oas3-display.yaml | 0 .../documents/bugs/6369-oas3-no-display.yaml | 0 .../static/documents/bugs/6442.yaml | 0 .../static/documents/bugs/6475.yaml | 0 .../static/documents/bugs/6540.yaml | 0 .../static/documents/bugs/6627.yaml | 0 .../bugs/7996-tags-externalDocs.yaml | 0 .../static/documents/bugs/8217.yaml | 0 .../static/documents/bugs/editor-1868.yaml | 0 .../documents/features/auth-bearer-flow.yaml | 0 .../auth-code-flow-pkce-without-secret.yaml | 0 .../features/deep-linking.openapi.yaml | 0 .../features/deep-linking.swagger.yaml | 0 .../features/default-model-rendering.yaml | 0 .../features/external-docs.openapi.yaml | 0 .../features/external-docs.swagger.yaml | 0 .../documents/features/info-openAPI2.yaml | 0 .../documents/features/info-openAPI30.yaml | 0 .../documents/features/info-openAPI31.yaml | 0 .../json-schema-2020-12-empty-schema.yaml | 0 .../json-schema-2020-12-examples.yaml | 0 ...son-schema-2020-12-extension-keywords.yaml | 0 .../features/json-schema-2020-12-title.yaml | 0 .../json-schema-2020-12-unique-items.yaml | 0 .../documents/features/license-openAPI2.yaml | 0 .../documents/features/license-openAPI30.yaml | 0 ...enAPI31-error-both-identifier-and-url.yaml | 0 .../license-openAPI31-identifier.yaml | 0 .../features/license-openAPI31-url.yaml | 0 .../documents/features/models.openapi.yaml | 0 .../documents/features/models.swagger.yaml | 0 .../multiple-examples-core.openapi.yaml | 0 .../features/oas3-all-of-circular-ref.yaml | 0 .../documents/features/oas3-callbacks.yaml | 0 .../documents/features/oas3-complex-spec.json | 0 .../documents/features/oas3-extension.yaml | 0 .../features/oas3-multiple-media-type.yaml | 0 .../oas3-multiple-servers-switch.yaml | 0 .../features/oas3-multiple-servers.yaml | 0 .../features/oas3-one-of-any-of-example.yaml | 0 ...equest-body-complex-schema-properties.yaml | 0 .../oas3-request-body-upload-file.yaml | 0 .../static/documents/features/oas3-xml.json | 0 .../documents/features/oas31-extension.yaml | 0 .../features/oas31-parameter-schema.yaml | 0 ...equest-body-complex-schema-properties.yaml | 0 .../oas31-request-body-upload-file.yaml | 0 .../oas31-response-empty-content.yaml | 0 .../oas31-response-empty-media-type.yaml | 0 .../features/oas31-response-no-content.yaml | 0 .../features/oas31-schema-expansion.yaml | 0 .../features/oas31-webhook-examples.yaml | 0 .../parameter-array-missing-items.yaml | 0 .../documents/features/parameter-order.yaml | 0 .../documents/features/parameter-schema.yaml | 0 .../parameters-one-of-any-of-oas3.yaml | 0 .../parameters-one-of-any-of-oas31.yaml | 0 .../features/petstore-only-pet.openapi.yaml | 0 .../request-body/multipart/default-views.yaml | 0 .../features/request-body/multipart/enum.yaml | 0 .../response-empty-examples-object.yaml | 0 .../features/response-extension.openapi.yaml | 0 .../features/response-extension.swagger.yaml | 0 .../documents/features/schema-form-core.yaml | 0 .../features/schema-form-enum-boolean.yaml | 0 .../features/schema-form-missing-values.yaml | 0 .../features/spec-parse-to-json.yaml | 0 .../syntax-highlighting-json-oas2.yaml | 0 .../syntax-highlighting-json-oas3.yaml | 0 .../features/try-it-out-enabled.yaml | 0 .../try-it-out-non-200-response-body.yaml | 0 ...-out-schema-required-override-allowed.yaml | 0 .../static/documents/features/urls/1.yaml | 0 .../static/documents/features/urls/2.yaml | 0 .../features/urls/server-variables-1.yaml | 0 .../features/urls/server-variables-2.yaml | 0 .../features/webhooks-openAPI30.yaml | 0 .../features/webhooks-openAPI31.yaml | 0 .../documents/petstore-expanded.openapi.yaml | 0 .../static/documents/petstore.swagger.yaml | 0 .../static/documents/security/anonymous.yaml | 0 .../static/documents/security/mutual-tls.yaml | 0 .../sequential-import-chaining/injection.css | 0 .../sequential-import-chaining/openapi.yaml | 0 .../sequential-import-chaining/swagger.yaml | 0 .../static/documents/security/xss-oauth2.yaml | 0 test/e2e-cypress/static/index.html | 0 test/e2e-cypress/static/pages/5085/index.html | 0 .../static/pages/5138/api-with-examples.yaml | 0 test/e2e-cypress/static/pages/5138/index.html | 0 test/e2e-cypress/static/pages/5138/uspto.yaml | 0 .../expansion.yaml | 0 .../json-schema-2020-12-expansion/index.html | 0 .../static/pages/multiple-urls/index.html | 0 test/e2e-cypress/support/commands.js | 0 test/e2e-cypress/support/e2e.js | 0 .../support/helpers/multiple-examples.js | 0 .../support/helpers/oauth2-server/index.js | 0 .../support/helpers/oauth2-server/model.js | 0 .../helpers/oauth2-server/swagger.yaml | 0 test/e2e-selenium/README.md | 0 test/e2e-selenium/db.json | 0 test/e2e-selenium/nightwatch.json | 0 test/e2e-selenium/pages/main.js | 0 test/e2e-selenium/scenarios/bugs/4196.js | 0 test/e2e-selenium/scenarios/bugs/4374.js | 0 test/e2e-selenium/scenarios/bugs/4409.js | 0 test/e2e-selenium/scenarios/bugs/4445.js | 0 test/e2e-selenium/scenarios/bugs/4485.js | 0 test/e2e-selenium/scenarios/bugs/4536.js | 0 test/e2e-selenium/scenarios/bugs/4587.js | 0 test/e2e-selenium/scenarios/bugs/4756.js | 0 .../scenarios/bugs/frozen-array-input.js | 0 .../features/allow-empty-value.openapi.js | 0 .../features/allow-empty-value.swagger.js | 0 .../scenarios/features/example.js | 0 .../features/parameter-enum-rendering.js | 0 .../features/parameter-example-rendering.js | 0 .../scenarios/informationContainer.js | 0 test/e2e-selenium/scenarios/models.js | 0 test/e2e-selenium/scenarios/oas3/callbacks.js | 0 test/e2e-selenium/scenarios/oas3/pet.js | 0 test/e2e-selenium/scenarios/on-complete.js | 0 test/e2e-selenium/scenarios/operations/pet.js | 0 .../scenarios/operations/store.js | 0 .../e2e-selenium/scenarios/operations/user.js | 0 test/e2e-selenium/scenarios/refs.js | 0 .../e2e-selenium/scenarios/schemeContainer.js | 0 test/e2e-selenium/scenarios/topbar.js | 0 test/e2e-selenium/static/index.html | 0 .../static/test-specs/bugs/4196.yaml | 0 .../static/test-specs/bugs/4374.yaml | 0 .../static/test-specs/bugs/4409.yaml | 0 .../static/test-specs/bugs/4445.yaml | 0 .../static/test-specs/bugs/4485/book.yaml | 0 .../static/test-specs/bugs/4485/main.yaml | 0 .../static/test-specs/bugs/4536.yaml | 0 .../static/test-specs/bugs/4587.yaml | 0 .../static/test-specs/bugs/4756.yaml | 0 .../test-specs/bugs/frozen-array-input.yaml | 0 .../static/test-specs/callbacks.openapi.yaml | 0 .../features/allow-empty-value.openapi.yaml | 0 .../features/allow-empty-value.swagger.yaml | 0 .../test-specs/features/example.openapi.yaml | 0 .../test-specs/features/example.swagger.yaml | 0 .../parameter-enum-rendering.openapi.yaml | 0 .../parameter-enum-rendering.swagger.yaml | 0 .../static/test-specs/petstore.json | 0 .../static/test-specs/petstore.openapi.yaml | 0 .../static/test-specs/refs/api1.yaml | 0 .../static/test-specs/refs/api2.yaml | 0 test/unit/bugs/3199-sanitization-escaping.jsx | 0 test/unit/bugs/3279-empty-markdown-source.jsx | 0 .../bugs/4557-default-parameter-values.jsx | 0 test/unit/components/filter.jsx | 0 test/unit/components/highlight-code.jsx | 0 test/unit/components/info-wrapper.jsx | 0 test/unit/components/live-response.jsx | 0 test/unit/components/markdown.jsx | 0 .../components/online-validator-badge.jsx | 0 test/unit/components/operation-tag.jsx | 0 test/unit/components/operation.jsx | 0 test/unit/components/operations.jsx | 0 test/unit/components/parameter-row.jsx | 0 test/unit/components/response-body.jsx | 0 .../unit/components/version-pragma-filter.jsx | 0 test/unit/core/config/type-cast/index.js | 0 test/unit/core/curlify.js | 0 test/unit/core/helpers/get-model-name.js | 0 .../unit/core/helpers/get-parameter-schema.js | 0 test/unit/core/oauth2-authorize.js | 0 test/unit/core/plugins/auth/actions.js | 0 .../auth/configs-extensions/wrap-actions.js | 0 test/unit/core/plugins/auth/preauthorize.js | 0 test/unit/core/plugins/auth/selectors.js | 0 .../auth/spec-extensions/wrap-actions.js | 0 test/unit/core/plugins/auth/wrap-actions.js | 0 test/unit/core/plugins/configs/actions.js | 0 .../plugins/err/transformers/not-of-type.js | 0 .../err/transformers/parameter-oneof.js | 0 test/unit/core/plugins/filter/opsFilter.js | 0 .../plugins/json-schema-2020-12-samples/fn.js | 0 .../get-sample-schema.js | 0 .../fn/get-sample-schema.js | 0 .../plugins/json-schema-5-samples/fn/index.js | 0 .../components/json-schema-form.jsx | 0 .../components/model-example.jsx | 0 .../json-schema-5/components/models.jsx | 0 .../json-schema-5/components/object-model.jsx | 0 .../components/primitive-model.jsx | 0 .../json-schema-5/components/response.jsx | 0 .../components/schemes-wrapper.jsx | 0 .../json-schema-5/components/schemes.jsx | 0 test/unit/core/plugins/oas3/helpers.js | 0 test/unit/core/plugins/oas3/reducers.js | 0 test/unit/core/plugins/oas3/selectors.js | 0 .../core/plugins/oas3/servers-wrapper.jsx | 0 .../core/plugins/oas3/state-integration.js | 0 .../core/plugins/oas3/wrap-auth-selectors.js | 0 .../core/plugins/oas3/wrap-spec-selectors.js | 0 .../components/version-pragma-filter.jsx | 0 test/unit/core/plugins/oas31/fn.js | 0 test/unit/core/plugins/safe-render/index.jsx | 0 test/unit/core/plugins/spec/actions.js | 0 .../core/plugins/spec/assets/petstore.json | 0 test/unit/core/plugins/spec/reducer.js | 0 test/unit/core/plugins/spec/selectors.js | 0 .../plugins/swagger-js/withCredentials.js | 0 test/unit/core/system/system.jsx | 0 test/unit/core/system/wrapComponent.jsx | 0 test/unit/core/system/wrapSelectors.js | 0 test/unit/core/utils.js | 0 test/unit/docker/oauth.js | 0 test/unit/docker/translator.js | 0 test/unit/jest-shim.js | 0 test/unit/setup.js | 0 .../swagger-ui-dist-package/absolute-path.js | 0 test/unit/xss/anchor-target-rel/info.jsx | 0 test/unit/xss/anchor-target-rel/link.jsx | 0 test/unit/xss/anchor-target-rel/markdown.jsx | 0 .../online-validator-badge.jsx | 0 test/unit/xss/info-sanitization.jsx | 0 .../unit/xss/markdown-script-sanitization.jsx | 0 webpack/_config-builder.js | 0 webpack/_helpers.js | 0 webpack/bundle.js | 0 webpack/core.js | 0 webpack/dev-e2e.js | 0 webpack/dev.js | 0 webpack/es-bundle-core.js | 0 webpack/es-bundle.js | 0 webpack/standalone.js | 0 webpack/stylesheets.js | 0 911 files changed, 47 insertions(+) mode change 100644 => 100755 .agignore mode change 100644 => 100755 .browserslistrc mode change 100644 => 100755 .commitlintrc.json mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .eslintignore mode change 100644 => 100755 .eslintrc.js mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .github/ISSUE_TEMPLATE/Bug_report.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/Feature_request.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/Support.md mode change 100644 => 100755 .github/dependabot.yaml mode change 100644 => 100755 .github/lock.yml mode change 100644 => 100755 .github/pull_request_template.md mode change 100644 => 100755 .github/workflows/codeql.yml mode change 100644 => 100755 .github/workflows/dependabot-merge.yml mode change 100644 => 100755 .github/workflows/docker-build-push.yml mode change 100644 => 100755 .github/workflows/docker-image-check.yml mode change 100644 => 100755 .github/workflows/nodejs.yml mode change 100644 => 100755 .github/workflows/release-swagger-ui-react.yml mode change 100644 => 100755 .github/workflows/release-swagger-ui.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .lintstagedrc mode change 100644 => 100755 .npmignore mode change 100644 => 100755 .npmrc mode change 100644 => 100755 .nvmrc mode change 100644 => 100755 .prettierrc.yaml mode change 100644 => 100755 .releaserc mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 LICENSE mode change 100644 => 100755 NOTICE mode change 100644 => 100755 README.md mode change 100644 => 100755 SECURITY.md mode change 100644 => 100755 babel.config.js mode change 100644 => 100755 composer.json mode change 100644 => 100755 config/.eslintrc mode change 100644 => 100755 config/jest/jest.artifact.config.js mode change 100644 => 100755 config/jest/jest.unit.config.js mode change 100644 => 100755 cypress.config.js mode change 100644 => 100755 dev-helpers/dev-helper-initializer.js mode change 100644 => 100755 dev-helpers/index.html mode change 100644 => 100755 dev-helpers/oauth2-redirect.html mode change 100644 => 100755 dev-helpers/style.css mode change 100644 => 100755 dist/favicon-16x16.png mode change 100644 => 100755 dist/favicon-32x32.png mode change 100644 => 100755 dist/index.css mode change 100644 => 100755 dist/index.html mode change 100644 => 100755 dist/oauth2-redirect.html mode change 100644 => 100755 dist/swagger-initializer.js mode change 100644 => 100755 dist/swagger-ui-bundle.js mode change 100644 => 100755 dist/swagger-ui-bundle.js.map mode change 100644 => 100755 dist/swagger-ui-es-bundle-core.js mode change 100644 => 100755 dist/swagger-ui-es-bundle-core.js.map mode change 100644 => 100755 dist/swagger-ui-es-bundle.js mode change 100644 => 100755 dist/swagger-ui-es-bundle.js.map mode change 100644 => 100755 dist/swagger-ui-standalone-preset.js mode change 100644 => 100755 dist/swagger-ui-standalone-preset.js.map mode change 100644 => 100755 dist/swagger-ui.css mode change 100644 => 100755 dist/swagger-ui.css.map mode change 100644 => 100755 dist/swagger-ui.js mode change 100644 => 100755 dist/swagger-ui.js.map mode change 100644 => 100755 docker/configurator/helpers.js mode change 100644 => 100755 docker/configurator/oauth.js mode change 100644 => 100755 docker/configurator/translator.js mode change 100644 => 100755 docker/configurator/variables.js mode change 100644 => 100755 docker/cors.conf mode change 100644 => 100755 docker/default.conf.template mode change 100644 => 100755 docker/embedding.conf mode change 100644 => 100755 docs/README.md mode change 100644 => 100755 docs/book.json mode change 100644 => 100755 docs/customization/add-plugin.md mode change 100644 => 100755 docs/customization/custom-layout.md mode change 100644 => 100755 docs/customization/overview.md mode change 100644 => 100755 docs/customization/plug-points.md mode change 100644 => 100755 docs/customization/plugin-api.md mode change 100644 => 100755 docs/development/scripts.md mode change 100644 => 100755 docs/development/setting-up.md mode change 100644 => 100755 docs/images/swagger-ui2.png mode change 100644 => 100755 docs/images/swagger-ui3.png mode change 100644 => 100755 docs/samples/webpack-getting-started/README.md mode change 100644 => 100755 docs/samples/webpack-getting-started/_sample_package.json mode change 100644 => 100755 docs/samples/webpack-getting-started/index.html mode change 100644 => 100755 docs/samples/webpack-getting-started/src/index.js mode change 100644 => 100755 docs/samples/webpack-getting-started/src/swagger-config.yaml mode change 100644 => 100755 docs/samples/webpack-getting-started/webpack.config.js mode change 100644 => 100755 docs/usage/configuration.md mode change 100644 => 100755 docs/usage/cors.md mode change 100644 => 100755 docs/usage/deep-linking.md mode change 100644 => 100755 docs/usage/installation.md mode change 100644 => 100755 docs/usage/limitations.md mode change 100644 => 100755 docs/usage/oauth2.md mode change 100644 => 100755 docs/usage/version-detection.md mode change 100644 => 100755 flavors/swagger-ui-react/README.md mode change 100644 => 100755 flavors/swagger-ui-react/dist/.npmrc mode change 100644 => 100755 flavors/swagger-ui-react/index.jsx mode change 100644 => 100755 flavors/swagger-ui-react/release/create-manifest.js mode change 100644 => 100755 flavors/swagger-ui-react/release/template.json create mode 100755 index.html create mode 100755 logo.png mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 release/.release-it.json mode change 100644 => 100755 snapcraft.yaml mode change 100644 => 100755 src/.eslintrc mode change 100644 => 100755 src/core/assets/rolling-load.svg mode change 100644 => 100755 src/core/components/app.jsx mode change 100644 => 100755 src/core/components/auth/api-key-auth.jsx mode change 100644 => 100755 src/core/components/auth/auth-item.jsx mode change 100644 => 100755 src/core/components/auth/authorization-popup.jsx mode change 100644 => 100755 src/core/components/auth/authorize-btn.jsx mode change 100644 => 100755 src/core/components/auth/authorize-operation-btn.jsx mode change 100644 => 100755 src/core/components/auth/auths.jsx mode change 100644 => 100755 src/core/components/auth/basic-auth.jsx mode change 100644 => 100755 src/core/components/auth/error.jsx mode change 100644 => 100755 src/core/components/auth/oauth2.jsx mode change 100644 => 100755 src/core/components/clear.jsx mode change 100644 => 100755 src/core/components/contact.jsx mode change 100644 => 100755 src/core/components/content-type.jsx mode change 100644 => 100755 src/core/components/copy-to-clipboard-btn.jsx mode change 100644 => 100755 src/core/components/curl.jsx mode change 100644 => 100755 src/core/components/debug.jsx mode change 100644 => 100755 src/core/components/deep-link.jsx mode change 100644 => 100755 src/core/components/errors.jsx mode change 100644 => 100755 src/core/components/example.jsx mode change 100644 => 100755 src/core/components/examples-select-value-retainer.jsx mode change 100644 => 100755 src/core/components/examples-select.jsx mode change 100644 => 100755 src/core/components/execute.jsx mode change 100644 => 100755 src/core/components/footer.jsx mode change 100644 => 100755 src/core/components/headers.jsx mode change 100644 => 100755 src/core/components/info.jsx mode change 100644 => 100755 src/core/components/initialized-input.jsx mode change 100644 => 100755 src/core/components/jump-to-path.jsx mode change 100644 => 100755 src/core/components/layout-utils.jsx mode change 100644 => 100755 src/core/components/layouts/base.jsx mode change 100644 => 100755 src/core/components/layouts/xpane.jsx mode change 100644 => 100755 src/core/components/license.jsx mode change 100644 => 100755 src/core/components/live-response.jsx mode change 100644 => 100755 src/core/components/online-validator-badge.jsx mode change 100644 => 100755 src/core/components/openapi-version.jsx mode change 100644 => 100755 src/core/components/operation-extension-row.jsx mode change 100644 => 100755 src/core/components/operation-extensions.jsx mode change 100644 => 100755 src/core/components/operation-summary-method.jsx mode change 100644 => 100755 src/core/components/operation-summary-path.jsx mode change 100644 => 100755 src/core/components/operation-summary.jsx mode change 100644 => 100755 src/core/components/operation-tag.jsx mode change 100644 => 100755 src/core/components/operation.jsx mode change 100644 => 100755 src/core/components/operations.jsx mode change 100644 => 100755 src/core/components/overview.jsx mode change 100644 => 100755 src/core/components/param-body.jsx mode change 100644 => 100755 src/core/components/parameter-extension.jsx mode change 100644 => 100755 src/core/components/parameter-include-empty.jsx mode change 100644 => 100755 src/core/components/parameter-row.jsx mode change 100644 => 100755 src/core/components/parameters/index.js mode change 100644 => 100755 src/core/components/parameters/parameters.jsx mode change 100644 => 100755 src/core/components/property.jsx mode change 100644 => 100755 src/core/components/providers/README.md mode change 100644 => 100755 src/core/components/providers/markdown.jsx mode change 100644 => 100755 src/core/components/response-body.jsx mode change 100644 => 100755 src/core/components/response-extension.jsx mode change 100644 => 100755 src/core/components/response.jsx mode change 100644 => 100755 src/core/components/responses.jsx mode change 100644 => 100755 src/core/components/svg-assets.jsx mode change 100644 => 100755 src/core/components/system-wrapper.jsx mode change 100644 => 100755 src/core/components/try-it-out-button.jsx mode change 100644 => 100755 src/core/components/version-pragma-filter.jsx mode change 100644 => 100755 src/core/components/version-stamp.jsx mode change 100644 => 100755 src/core/config/defaults.js mode change 100644 => 100755 src/core/config/factorization/inline-plugin.js mode change 100644 => 100755 src/core/config/factorization/system.js mode change 100644 => 100755 src/core/config/index.js mode change 100644 => 100755 src/core/config/merge.js mode change 100644 => 100755 src/core/config/sources/query.js mode change 100644 => 100755 src/core/config/sources/runtime.js mode change 100644 => 100755 src/core/config/sources/url.js mode change 100644 => 100755 src/core/config/type-cast/index.js mode change 100644 => 100755 src/core/config/type-cast/mappings.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/array.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/boolean.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/dom-node.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/filter.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/function.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/nullable-array.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/nullable-function.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/nullable-string.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/number.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/object.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/sorter.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/string.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/syntax-highlight.js mode change 100644 => 100755 src/core/config/type-cast/type-casters/undefined-string.js mode change 100644 => 100755 src/core/containers/OperationContainer.jsx mode change 100644 => 100755 src/core/containers/authorize-btn.jsx mode change 100644 => 100755 src/core/containers/filter.jsx mode change 100644 => 100755 src/core/containers/info.jsx mode change 100644 => 100755 src/core/index.js mode change 100644 => 100755 src/core/oauth2-authorize.js mode change 100644 => 100755 src/core/plugins/auth/actions.js mode change 100644 => 100755 src/core/plugins/auth/components/lock-auth-icon.jsx mode change 100644 => 100755 src/core/plugins/auth/components/unlock-auth-icon.jsx mode change 100644 => 100755 src/core/plugins/auth/configs-extensions/wrap-actions.js mode change 100644 => 100755 src/core/plugins/auth/index.js mode change 100644 => 100755 src/core/plugins/auth/reducers.js mode change 100644 => 100755 src/core/plugins/auth/selectors.js mode change 100644 => 100755 src/core/plugins/auth/spec-extensions/wrap-actions.js mode change 100644 => 100755 src/core/plugins/auth/wrap-actions.js mode change 100644 => 100755 src/core/plugins/configs/actions.js mode change 100644 => 100755 src/core/plugins/configs/fn.js mode change 100644 => 100755 src/core/plugins/configs/index.js mode change 100644 => 100755 src/core/plugins/configs/reducers.js mode change 100644 => 100755 src/core/plugins/configs/selectors.js mode change 100644 => 100755 src/core/plugins/deep-linking/README.md mode change 100644 => 100755 src/core/plugins/deep-linking/helpers.js mode change 100644 => 100755 src/core/plugins/deep-linking/index.js mode change 100644 => 100755 src/core/plugins/deep-linking/layout.js mode change 100644 => 100755 src/core/plugins/deep-linking/operation-tag-wrapper.jsx mode change 100644 => 100755 src/core/plugins/deep-linking/operation-wrapper.jsx mode change 100644 => 100755 src/core/plugins/download-url/index.js mode change 100644 => 100755 src/core/plugins/err/actions.js mode change 100644 => 100755 src/core/plugins/err/error-transformers/README.md mode change 100644 => 100755 src/core/plugins/err/error-transformers/hook.js mode change 100644 => 100755 src/core/plugins/err/error-transformers/transformers/not-of-type.js mode change 100644 => 100755 src/core/plugins/err/error-transformers/transformers/parameter-oneof.js mode change 100644 => 100755 src/core/plugins/err/index.js mode change 100644 => 100755 src/core/plugins/err/reducers.js mode change 100644 => 100755 src/core/plugins/err/selectors.js mode change 100644 => 100755 src/core/plugins/filter/index.js mode change 100644 => 100755 src/core/plugins/filter/opsFilter.js mode change 100644 => 100755 src/core/plugins/icons/components/arrow-down.jsx mode change 100644 => 100755 src/core/plugins/icons/components/arrow-up.jsx mode change 100644 => 100755 src/core/plugins/icons/components/arrow.jsx mode change 100644 => 100755 src/core/plugins/icons/components/close.jsx mode change 100644 => 100755 src/core/plugins/icons/components/copy.jsx mode change 100644 => 100755 src/core/plugins/icons/components/lock.jsx mode change 100644 => 100755 src/core/plugins/icons/components/unlock.jsx mode change 100644 => 100755 src/core/plugins/icons/index.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/api/encoderAPI.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/api/formatAPI.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/api/mediaTypeAPI.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/api/optionAPI.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/class/EncoderRegistry.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/class/FormatRegistry.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/class/MediaTypeRegistry.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/class/OptionRegistry.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/class/Registry.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/constants.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/example.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/merge.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/predicates.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/random.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/type.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/core/utils.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/7bit.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/8bit.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/base16.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/base32.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64url.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/binary.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/encoders/quoted-printable.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/date-time.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/date.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/double.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/duration.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/email.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/float.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/hostname.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-email.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-hostname.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/int32.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/int64.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv4.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv6.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/iri-reference.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/iri.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/json-pointer.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/application.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/audio.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/image.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/text.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/video.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/password.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/regex.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/relative-json-pointer.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/time.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-reference.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-template.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/uri.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/generators/uuid.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/get-json-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/get-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/get-xml-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/get-yaml-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/index.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/main.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/array.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/boolean.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/index.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/integer.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/null.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/number.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/object.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/fn/types/string.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12-samples/index.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/Accordion/Accordion.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/Accordion/_accordion.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/ExpandDeepButton.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/_expand-deep-button.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/JSONSchema/JSONSchema.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/JSONSchema/_json-schema.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/JSONViewer/JSONViewer.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/JSONViewer/_json-viewer.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/_all.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/_mixins.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/icons/ChevronRight.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$anchor.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$comment.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$defs.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$dynamicAnchor.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$dynamicRef.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$id.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$ref.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$schema.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/$vocabulary.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/_$vocabulary.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/AdditionalProperties.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/AllOf.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/AnyOf.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Const/Const.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Const/_const.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Constraint/Constraint.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Constraint/_constraint.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Contains.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/ContentSchema.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Default/Default.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Default/_default.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/DependentRequired.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/_dependent-required.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/DependentSchemas.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Deprecated.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Description/Description.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Description/_description.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Else.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Enum/Enum.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Enum/_enum.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Examples/Examples.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Examples/_examples.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/ExtensionKeywords.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/_extension-keywords.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/If.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Items.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Not.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/OneOf.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/PatternProperties.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/_pattern-properties.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/PrefixItems.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Properties/Properties.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Properties/_properties.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/PropertyNames.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/ReadOnly.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Then.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Title/Title.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Title/_title.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/Type.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedItems.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedProperties.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/WriteOnly.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/components/keywords/_all.scss mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/context.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/enum.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/fn.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/hoc.jsx mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/hooks.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/index.js mode change 100644 => 100755 src/core/plugins/json-schema-2020-12/prop-types.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/fn/get-json-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/fn/get-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/fn/get-xml-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/fn/get-yaml-sample-schema.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/fn/index.js mode change 100644 => 100755 src/core/plugins/json-schema-5-samples/index.js mode change 100644 => 100755 src/core/plugins/json-schema-5/components/array-model.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/enum-model.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/json-schema-components.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/model-collapse.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/model-example.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/model-extensions.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/model-wrapper.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/model.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/models.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/object-model.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/primitive-model.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/components/schemes.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/containers/schemes.jsx mode change 100644 => 100755 src/core/plugins/json-schema-5/fn.js mode change 100644 => 100755 src/core/plugins/json-schema-5/index.js mode change 100644 => 100755 src/core/plugins/layout/actions.js mode change 100644 => 100755 src/core/plugins/layout/index.js mode change 100644 => 100755 src/core/plugins/layout/reducers.js mode change 100644 => 100755 src/core/plugins/layout/selectors.js mode change 100644 => 100755 src/core/plugins/layout/spec-extensions/wrap-selector.js mode change 100644 => 100755 src/core/plugins/logs/index.js mode change 100644 => 100755 src/core/plugins/oas3/actions.js mode change 100644 => 100755 src/core/plugins/oas3/auth-extensions/wrap-selectors.js mode change 100644 => 100755 src/core/plugins/oas3/components/auth/http-auth.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/callbacks.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/index.js mode change 100644 => 100755 src/core/plugins/oas3/components/operation-link.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/operation-servers.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/request-body-editor.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/request-body.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/servers-container.jsx mode change 100644 => 100755 src/core/plugins/oas3/components/servers.jsx mode change 100644 => 100755 src/core/plugins/oas3/fn.js mode change 100644 => 100755 src/core/plugins/oas3/helpers.jsx mode change 100644 => 100755 src/core/plugins/oas3/index.js mode change 100644 => 100755 src/core/plugins/oas3/reducers.js mode change 100644 => 100755 src/core/plugins/oas3/selectors.js mode change 100644 => 100755 src/core/plugins/oas3/spec-extensions/selectors.js mode change 100644 => 100755 src/core/plugins/oas3/spec-extensions/wrap-selectors.js mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/auth/auth-item.jsx mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/index.js mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/json-schema-string.jsx mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/markdown.jsx mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/model.jsx mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/online-validator-badge.js mode change 100644 => 100755 src/core/plugins/oas3/wrap-components/openapi-version.jsx mode change 100644 => 100755 src/core/plugins/oas31/after-load.js mode change 100644 => 100755 src/core/plugins/oas31/auth-extensions/wrap-selectors.js mode change 100644 => 100755 src/core/plugins/oas31/components/_all.scss mode change 100644 => 100755 src/core/plugins/oas31/components/auth/auths.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/auth/mutual-tls-auth.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/contact.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/info.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/json-schema-dialect.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/license.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/model/_model.scss mode change 100644 => 100755 src/core/plugins/oas31/components/model/model.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/models/_models.scss mode change 100644 => 100755 src/core/plugins/oas31/components/models/models.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/version-pragma-filter.jsx mode change 100644 => 100755 src/core/plugins/oas31/components/webhooks.jsx mode change 100644 => 100755 src/core/plugins/oas31/fn.js mode change 100644 => 100755 src/core/plugins/oas31/index.js mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Description.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/Discriminator.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/DiscriminatorMapping.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Example.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/ExternalDocs.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/OpenAPIExtensions.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Properties.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Xml.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/fn.js mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Description.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Examples.jsx mode change 100644 => 100755 src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Properties.jsx mode change 100644 => 100755 src/core/plugins/oas31/oas3-extensions/fn.js mode change 100644 => 100755 src/core/plugins/oas31/selectors.js mode change 100644 => 100755 src/core/plugins/oas31/spec-extensions/selectors.js mode change 100644 => 100755 src/core/plugins/oas31/spec-extensions/wrap-selectors.js mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/auth/auth-item.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/auths.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/contact.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/info.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/license.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/model.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/models.jsx mode change 100644 => 100755 src/core/plugins/oas31/wrap-components/version-pragma-filter.jsx mode change 100644 => 100755 src/core/plugins/on-complete/index.js mode change 100644 => 100755 src/core/plugins/request-snippets/fn.js mode change 100644 => 100755 src/core/plugins/request-snippets/index.js mode change 100644 => 100755 src/core/plugins/request-snippets/request-snippets.jsx mode change 100644 => 100755 src/core/plugins/request-snippets/selectors.js mode change 100644 => 100755 src/core/plugins/safe-render/components/error-boundary.jsx mode change 100644 => 100755 src/core/plugins/safe-render/components/fallback.jsx mode change 100644 => 100755 src/core/plugins/safe-render/fn.jsx mode change 100644 => 100755 src/core/plugins/safe-render/index.js mode change 100644 => 100755 src/core/plugins/spec/actions.js mode change 100644 => 100755 src/core/plugins/spec/index.js mode change 100644 => 100755 src/core/plugins/spec/reducers.js mode change 100644 => 100755 src/core/plugins/spec/selectors.js mode change 100644 => 100755 src/core/plugins/spec/wrap-actions.js mode change 100644 => 100755 src/core/plugins/swagger-client/configs-wrap-actions.js mode change 100644 => 100755 src/core/plugins/swagger-client/index.js mode change 100644 => 100755 src/core/plugins/syntax-highlighting/after-load.js mode change 100644 => 100755 src/core/plugins/syntax-highlighting/components/HighlightCode.jsx mode change 100644 => 100755 src/core/plugins/syntax-highlighting/components/PlainTextViewer.jsx mode change 100644 => 100755 src/core/plugins/syntax-highlighting/components/SyntaxHighlighter.jsx mode change 100644 => 100755 src/core/plugins/syntax-highlighting/index.js mode change 100644 => 100755 src/core/plugins/syntax-highlighting/root-injects.js mode change 100644 => 100755 src/core/plugins/syntax-highlighting/wrap-components/SyntaxHighlighter.jsx mode change 100644 => 100755 src/core/plugins/util/index.js mode change 100644 => 100755 src/core/plugins/versions/after-load.js mode change 100644 => 100755 src/core/plugins/versions/index.js mode change 100644 => 100755 src/core/plugins/view-legacy/index.js mode change 100644 => 100755 src/core/plugins/view-legacy/root-injects.jsx mode change 100644 => 100755 src/core/plugins/view/fn.js mode change 100644 => 100755 src/core/plugins/view/index.js mode change 100644 => 100755 src/core/plugins/view/root-injects.jsx mode change 100644 => 100755 src/core/presets/apis/index.js mode change 100644 => 100755 src/core/presets/base/index.js mode change 100644 => 100755 src/core/presets/base/plugins/core-components/index.js mode change 100644 => 100755 src/core/presets/base/plugins/form-components/index.js mode change 100644 => 100755 src/core/system.js mode change 100644 => 100755 src/core/utils/create-html-ready-id.js mode change 100644 => 100755 src/core/utils/get-parameter-schema.js mode change 100644 => 100755 src/core/utils/index.js mode change 100644 => 100755 src/core/utils/jsonParse.js mode change 100644 => 100755 src/core/utils/memoizeN.js mode change 100644 => 100755 src/core/utils/url.js mode change 100644 => 100755 src/core/window.js mode change 100644 => 100755 src/index.js mode change 100644 => 100755 src/standalone/plugins/stadalone-layout/components/StandaloneLayout.jsx mode change 100644 => 100755 src/standalone/plugins/stadalone-layout/index.js mode change 100644 => 100755 src/standalone/plugins/top-bar/assets/logo_small.svg mode change 100644 => 100755 src/standalone/plugins/top-bar/components/Logo.jsx mode change 100644 => 100755 src/standalone/plugins/top-bar/components/TopBar.jsx mode change 100644 => 100755 src/standalone/plugins/top-bar/index.js mode change 100644 => 100755 src/standalone/presets/standalone/index.js mode change 100644 => 100755 src/style/_authorize.scss mode change 100644 => 100755 src/style/_buttons.scss mode change 100644 => 100755 src/style/_errors.scss mode change 100644 => 100755 src/style/_form.scss mode change 100644 => 100755 src/style/_information.scss mode change 100644 => 100755 src/style/_layout.scss mode change 100644 => 100755 src/style/_markdown.scss mode change 100644 => 100755 src/style/_mixins.scss mode change 100644 => 100755 src/style/_modal.scss mode change 100644 => 100755 src/style/_models.scss mode change 100644 => 100755 src/style/_servers.scss mode change 100644 => 100755 src/style/_split-pane-mode.scss mode change 100644 => 100755 src/style/_table.scss mode change 100644 => 100755 src/style/_topbar.scss mode change 100644 => 100755 src/style/_type.scss mode change 100644 => 100755 src/style/_variables.scss mode change 100644 => 100755 src/style/main.scss mode change 100644 => 100755 stylelint.config.js mode change 100644 => 100755 swagger-ui-dist-package/.npmignore mode change 100644 => 100755 swagger-ui-dist-package/.npmrc mode change 100644 => 100755 swagger-ui-dist-package/README.md mode change 100644 => 100755 swagger-ui-dist-package/absolute-path.js mode change 100644 => 100755 swagger-ui-dist-package/index.js mode change 100644 => 100755 swagger-ui-dist-package/package.json mode change 100644 => 100755 test/.eslintrc mode change 100644 => 100755 test/build-artifacts/.eslintrc mode change 100644 => 100755 test/build-artifacts/es-bundle-core.js mode change 100644 => 100755 test/build-artifacts/es-bundle.js mode change 100644 => 100755 test/build-artifacts/umd.js mode change 100644 => 100755 test/e2e-cypress/.eslintrc mode change 100644 => 100755 test/e2e-cypress/e2e/a11y/response-tabs.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4442.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4641.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4838.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4865.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4867.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/4943.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5043.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5060.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5070.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5072.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5129.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5138.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5164.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5188.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5452.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5453.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5455.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5458.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/5660.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6016.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6158.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6183.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6276.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6351.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6369.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6442.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6475.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6540.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/6627.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/7996.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/8217.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/editor-1868.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/bugs/swos-63.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/auth-bearer-flow.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/auth-code-flow-pkce-without-secret.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/deep-linking.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/default-model-rendering.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/dynamic-default-oauth.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/external-docs.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/info.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/license.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/model-collapse.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/multiple-examples-core.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas-badge.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-callbacks.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-extension.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-multiple-media-type.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-multiple-servers.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-request-body-allow-empty-values.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-request-body-default-views.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-request-body-required.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-user-edit-request-body-flows.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas3-xml.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas31-auth-mutual-tls.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oas31-extension.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oauth2-flows/application.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/oauth2-flows/password.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/parameter-array-missing-items.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/parameter-order.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/parameter-schema.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/parameters-one-of-any-of.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/empty-schema.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/examples.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/expansion.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/extension-keywords.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/schema-title.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/unique-items.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas3/all-of-circular-ref.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas3/complex-spec.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas3/one-of-any-of-example.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas3/request-body-complex-schema-properties.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas3/request-body-upload-file.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-parameter-schema.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-complex-schema-properties.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-upload-file.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-content.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-media-type.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-no-content.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-schema-expansion.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/oas31/oas31-webhook-examples.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/plugins/topbar/linking-to-configured-urls.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/response-empty-examples-object.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/response-extension.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/schema-form-enum-boolean.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/schema-form.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/spec-parse-to-json.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/syntax-highlighting-json.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/try-it-out-enabled.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/try-it-out-non-200-response-body.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/try-it-out-schema-required-override-allowed.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/urls.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/features/webhooks.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/security/anonymous.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/security/apikey.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/security/oauth2.cy.js mode change 100644 => 100755 test/e2e-cypress/e2e/security/sequential-import-chaining.cy.js mode change 100644 => 100755 test/e2e-cypress/fixtures/example.json mode change 100644 => 100755 test/e2e-cypress/static/configs/oas31-response-no-content.yaml mode change 100644 => 100755 test/e2e-cypress/static/configs/urls-primary-name.yaml mode change 100644 => 100755 test/e2e-cypress/static/configs/urls-server-variables.yaml mode change 100644 => 100755 test/e2e-cypress/static/configs/urls.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/4442.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/4641.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/4838.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/4867.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/4943.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5043/status.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5043/swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5060.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5072/additional.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5072/empty.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5129.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5164.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5181.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5188.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5452/openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5452/swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5453.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5455.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5458.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5660-model.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/5660-property.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6016-oas2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6016-oas3.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6158.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6183.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6351.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6369-oas2-display.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6369-oas2-no-display.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6369-oas3-display.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6369-oas3-no-display.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6442.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6475.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6540.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/6627.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/7996-tags-externalDocs.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/8217.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/bugs/editor-1868.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/auth-bearer-flow.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/auth-code-flow-pkce-without-secret.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/deep-linking.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/deep-linking.swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/default-model-rendering.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/external-docs.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/external-docs.swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/info-openAPI2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/info-openAPI30.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/info-openAPI31.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/json-schema-2020-12-empty-schema.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/json-schema-2020-12-examples.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/json-schema-2020-12-extension-keywords.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/json-schema-2020-12-title.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/json-schema-2020-12-unique-items.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/license-openAPI2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/license-openAPI30.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/license-openAPI31-error-both-identifier-and-url.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/license-openAPI31-identifier.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/license-openAPI31-url.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/models.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/models.swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/multiple-examples-core.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-all-of-circular-ref.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-callbacks.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-complex-spec.json mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-extension.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-multiple-media-type.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-multiple-servers-switch.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-multiple-servers.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-one-of-any-of-example.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-request-body-complex-schema-properties.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-request-body-upload-file.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas3-xml.json mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-extension.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-parameter-schema.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-request-body-complex-schema-properties.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-request-body-upload-file.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-response-empty-content.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-response-empty-media-type.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-response-no-content.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-schema-expansion.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/oas31-webhook-examples.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/parameter-array-missing-items.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/parameter-order.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/parameter-schema.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas3.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas31.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/petstore-only-pet.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/request-body/multipart/default-views.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/request-body/multipart/enum.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/response-empty-examples-object.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/response-extension.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/response-extension.swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/schema-form-core.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/schema-form-enum-boolean.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/schema-form-missing-values.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/spec-parse-to-json.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas3.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/try-it-out-enabled.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/try-it-out-non-200-response-body.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/try-it-out-schema-required-override-allowed.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/urls/1.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/urls/2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/urls/server-variables-1.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/urls/server-variables-2.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/webhooks-openAPI30.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/features/webhooks-openAPI31.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/petstore-expanded.openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/petstore.swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/security/anonymous.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/security/mutual-tls.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/security/sequential-import-chaining/injection.css mode change 100644 => 100755 test/e2e-cypress/static/documents/security/sequential-import-chaining/openapi.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/security/sequential-import-chaining/swagger.yaml mode change 100644 => 100755 test/e2e-cypress/static/documents/security/xss-oauth2.yaml mode change 100644 => 100755 test/e2e-cypress/static/index.html mode change 100644 => 100755 test/e2e-cypress/static/pages/5085/index.html mode change 100644 => 100755 test/e2e-cypress/static/pages/5138/api-with-examples.yaml mode change 100644 => 100755 test/e2e-cypress/static/pages/5138/index.html mode change 100644 => 100755 test/e2e-cypress/static/pages/5138/uspto.yaml mode change 100644 => 100755 test/e2e-cypress/static/pages/json-schema-2020-12-expansion/expansion.yaml mode change 100644 => 100755 test/e2e-cypress/static/pages/json-schema-2020-12-expansion/index.html mode change 100644 => 100755 test/e2e-cypress/static/pages/multiple-urls/index.html mode change 100644 => 100755 test/e2e-cypress/support/commands.js mode change 100644 => 100755 test/e2e-cypress/support/e2e.js mode change 100644 => 100755 test/e2e-cypress/support/helpers/multiple-examples.js mode change 100644 => 100755 test/e2e-cypress/support/helpers/oauth2-server/index.js mode change 100644 => 100755 test/e2e-cypress/support/helpers/oauth2-server/model.js mode change 100644 => 100755 test/e2e-cypress/support/helpers/oauth2-server/swagger.yaml mode change 100644 => 100755 test/e2e-selenium/README.md mode change 100644 => 100755 test/e2e-selenium/db.json mode change 100644 => 100755 test/e2e-selenium/nightwatch.json mode change 100644 => 100755 test/e2e-selenium/pages/main.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4196.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4374.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4409.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4445.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4485.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4536.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4587.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/4756.js mode change 100644 => 100755 test/e2e-selenium/scenarios/bugs/frozen-array-input.js mode change 100644 => 100755 test/e2e-selenium/scenarios/features/allow-empty-value.openapi.js mode change 100644 => 100755 test/e2e-selenium/scenarios/features/allow-empty-value.swagger.js mode change 100644 => 100755 test/e2e-selenium/scenarios/features/example.js mode change 100644 => 100755 test/e2e-selenium/scenarios/features/parameter-enum-rendering.js mode change 100644 => 100755 test/e2e-selenium/scenarios/features/parameter-example-rendering.js mode change 100644 => 100755 test/e2e-selenium/scenarios/informationContainer.js mode change 100644 => 100755 test/e2e-selenium/scenarios/models.js mode change 100644 => 100755 test/e2e-selenium/scenarios/oas3/callbacks.js mode change 100644 => 100755 test/e2e-selenium/scenarios/oas3/pet.js mode change 100644 => 100755 test/e2e-selenium/scenarios/on-complete.js mode change 100644 => 100755 test/e2e-selenium/scenarios/operations/pet.js mode change 100644 => 100755 test/e2e-selenium/scenarios/operations/store.js mode change 100644 => 100755 test/e2e-selenium/scenarios/operations/user.js mode change 100644 => 100755 test/e2e-selenium/scenarios/refs.js mode change 100644 => 100755 test/e2e-selenium/scenarios/schemeContainer.js mode change 100644 => 100755 test/e2e-selenium/scenarios/topbar.js mode change 100644 => 100755 test/e2e-selenium/static/index.html mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4196.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4374.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4409.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4445.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4485/book.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4485/main.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4536.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4587.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/4756.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/bugs/frozen-array-input.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/callbacks.openapi.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/allow-empty-value.openapi.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/allow-empty-value.swagger.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/example.openapi.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/example.swagger.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.openapi.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.swagger.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/petstore.json mode change 100644 => 100755 test/e2e-selenium/static/test-specs/petstore.openapi.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/refs/api1.yaml mode change 100644 => 100755 test/e2e-selenium/static/test-specs/refs/api2.yaml mode change 100644 => 100755 test/unit/bugs/3199-sanitization-escaping.jsx mode change 100644 => 100755 test/unit/bugs/3279-empty-markdown-source.jsx mode change 100644 => 100755 test/unit/bugs/4557-default-parameter-values.jsx mode change 100644 => 100755 test/unit/components/filter.jsx mode change 100644 => 100755 test/unit/components/highlight-code.jsx mode change 100644 => 100755 test/unit/components/info-wrapper.jsx mode change 100644 => 100755 test/unit/components/live-response.jsx mode change 100644 => 100755 test/unit/components/markdown.jsx mode change 100644 => 100755 test/unit/components/online-validator-badge.jsx mode change 100644 => 100755 test/unit/components/operation-tag.jsx mode change 100644 => 100755 test/unit/components/operation.jsx mode change 100644 => 100755 test/unit/components/operations.jsx mode change 100644 => 100755 test/unit/components/parameter-row.jsx mode change 100644 => 100755 test/unit/components/response-body.jsx mode change 100644 => 100755 test/unit/components/version-pragma-filter.jsx mode change 100644 => 100755 test/unit/core/config/type-cast/index.js mode change 100644 => 100755 test/unit/core/curlify.js mode change 100644 => 100755 test/unit/core/helpers/get-model-name.js mode change 100644 => 100755 test/unit/core/helpers/get-parameter-schema.js mode change 100644 => 100755 test/unit/core/oauth2-authorize.js mode change 100644 => 100755 test/unit/core/plugins/auth/actions.js mode change 100644 => 100755 test/unit/core/plugins/auth/configs-extensions/wrap-actions.js mode change 100644 => 100755 test/unit/core/plugins/auth/preauthorize.js mode change 100644 => 100755 test/unit/core/plugins/auth/selectors.js mode change 100644 => 100755 test/unit/core/plugins/auth/spec-extensions/wrap-actions.js mode change 100644 => 100755 test/unit/core/plugins/auth/wrap-actions.js mode change 100644 => 100755 test/unit/core/plugins/configs/actions.js mode change 100644 => 100755 test/unit/core/plugins/err/transformers/not-of-type.js mode change 100644 => 100755 test/unit/core/plugins/err/transformers/parameter-oneof.js mode change 100644 => 100755 test/unit/core/plugins/filter/opsFilter.js mode change 100644 => 100755 test/unit/core/plugins/json-schema-2020-12-samples/fn.js mode change 100644 => 100755 test/unit/core/plugins/json-schema-2020-12-samples/get-sample-schema.js mode change 100644 => 100755 test/unit/core/plugins/json-schema-5-samples/fn/get-sample-schema.js mode change 100644 => 100755 test/unit/core/plugins/json-schema-5-samples/fn/index.js mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/json-schema-form.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/model-example.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/models.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/object-model.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/primitive-model.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/response.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/schemes-wrapper.jsx mode change 100644 => 100755 test/unit/core/plugins/json-schema-5/components/schemes.jsx mode change 100644 => 100755 test/unit/core/plugins/oas3/helpers.js mode change 100644 => 100755 test/unit/core/plugins/oas3/reducers.js mode change 100644 => 100755 test/unit/core/plugins/oas3/selectors.js mode change 100644 => 100755 test/unit/core/plugins/oas3/servers-wrapper.jsx mode change 100644 => 100755 test/unit/core/plugins/oas3/state-integration.js mode change 100644 => 100755 test/unit/core/plugins/oas3/wrap-auth-selectors.js mode change 100644 => 100755 test/unit/core/plugins/oas3/wrap-spec-selectors.js mode change 100644 => 100755 test/unit/core/plugins/oas31/components/version-pragma-filter.jsx mode change 100644 => 100755 test/unit/core/plugins/oas31/fn.js mode change 100644 => 100755 test/unit/core/plugins/safe-render/index.jsx mode change 100644 => 100755 test/unit/core/plugins/spec/actions.js mode change 100644 => 100755 test/unit/core/plugins/spec/assets/petstore.json mode change 100644 => 100755 test/unit/core/plugins/spec/reducer.js mode change 100644 => 100755 test/unit/core/plugins/spec/selectors.js mode change 100644 => 100755 test/unit/core/plugins/swagger-js/withCredentials.js mode change 100644 => 100755 test/unit/core/system/system.jsx mode change 100644 => 100755 test/unit/core/system/wrapComponent.jsx mode change 100644 => 100755 test/unit/core/system/wrapSelectors.js mode change 100644 => 100755 test/unit/core/utils.js mode change 100644 => 100755 test/unit/docker/oauth.js mode change 100644 => 100755 test/unit/docker/translator.js mode change 100644 => 100755 test/unit/jest-shim.js mode change 100644 => 100755 test/unit/setup.js mode change 100644 => 100755 test/unit/swagger-ui-dist-package/absolute-path.js mode change 100644 => 100755 test/unit/xss/anchor-target-rel/info.jsx mode change 100644 => 100755 test/unit/xss/anchor-target-rel/link.jsx mode change 100644 => 100755 test/unit/xss/anchor-target-rel/markdown.jsx mode change 100644 => 100755 test/unit/xss/anchor-target-rel/online-validator-badge.jsx mode change 100644 => 100755 test/unit/xss/info-sanitization.jsx mode change 100644 => 100755 test/unit/xss/markdown-script-sanitization.jsx mode change 100644 => 100755 webpack/_config-builder.js mode change 100644 => 100755 webpack/_helpers.js mode change 100644 => 100755 webpack/bundle.js mode change 100644 => 100755 webpack/core.js mode change 100644 => 100755 webpack/dev-e2e.js mode change 100644 => 100755 webpack/dev.js mode change 100644 => 100755 webpack/es-bundle-core.js mode change 100644 => 100755 webpack/es-bundle.js mode change 100644 => 100755 webpack/standalone.js mode change 100644 => 100755 webpack/stylesheets.js diff --git a/.agignore b/.agignore old mode 100644 new mode 100755 diff --git a/.browserslistrc b/.browserslistrc old mode 100644 new mode 100755 diff --git a/.commitlintrc.json b/.commitlintrc.json old mode 100644 new mode 100755 diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.eslintignore b/.eslintignore old mode 100644 new mode 100755 diff --git a/.eslintrc.js b/.eslintrc.js old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md old mode 100644 new mode 100755 diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml old mode 100644 new mode 100755 diff --git a/.github/lock.yml b/.github/lock.yml old mode 100644 new mode 100755 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/docker-image-check.yml b/.github/workflows/docker-image-check.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-swagger-ui-react.yml b/.github/workflows/release-swagger-ui-react.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-swagger-ui.yml b/.github/workflows/release-swagger-ui.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.lintstagedrc b/.lintstagedrc old mode 100644 new mode 100755 diff --git a/.npmignore b/.npmignore old mode 100644 new mode 100755 diff --git a/.npmrc b/.npmrc old mode 100644 new mode 100755 diff --git a/.nvmrc b/.nvmrc old mode 100644 new mode 100755 diff --git a/.prettierrc.yaml b/.prettierrc.yaml old mode 100644 new mode 100755 diff --git a/.releaserc b/.releaserc old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/NOTICE b/NOTICE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/babel.config.js b/babel.config.js old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/config/.eslintrc b/config/.eslintrc old mode 100644 new mode 100755 diff --git a/config/jest/jest.artifact.config.js b/config/jest/jest.artifact.config.js old mode 100644 new mode 100755 diff --git a/config/jest/jest.unit.config.js b/config/jest/jest.unit.config.js old mode 100644 new mode 100755 diff --git a/cypress.config.js b/cypress.config.js old mode 100644 new mode 100755 diff --git a/dev-helpers/dev-helper-initializer.js b/dev-helpers/dev-helper-initializer.js old mode 100644 new mode 100755 diff --git a/dev-helpers/index.html b/dev-helpers/index.html old mode 100644 new mode 100755 diff --git a/dev-helpers/oauth2-redirect.html b/dev-helpers/oauth2-redirect.html old mode 100644 new mode 100755 diff --git a/dev-helpers/style.css b/dev-helpers/style.css old mode 100644 new mode 100755 diff --git a/dist/favicon-16x16.png b/dist/favicon-16x16.png old mode 100644 new mode 100755 diff --git a/dist/favicon-32x32.png b/dist/favicon-32x32.png old mode 100644 new mode 100755 diff --git a/dist/index.css b/dist/index.css old mode 100644 new mode 100755 diff --git a/dist/index.html b/dist/index.html old mode 100644 new mode 100755 diff --git a/dist/oauth2-redirect.html b/dist/oauth2-redirect.html old mode 100644 new mode 100755 diff --git a/dist/swagger-initializer.js b/dist/swagger-initializer.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-bundle.js b/dist/swagger-ui-bundle.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-bundle.js.map b/dist/swagger-ui-bundle.js.map old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-es-bundle-core.js b/dist/swagger-ui-es-bundle-core.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-es-bundle-core.js.map b/dist/swagger-ui-es-bundle-core.js.map old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-es-bundle.js b/dist/swagger-ui-es-bundle.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-es-bundle.js.map b/dist/swagger-ui-es-bundle.js.map old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-standalone-preset.js b/dist/swagger-ui-standalone-preset.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui-standalone-preset.js.map b/dist/swagger-ui-standalone-preset.js.map old mode 100644 new mode 100755 diff --git a/dist/swagger-ui.css b/dist/swagger-ui.css old mode 100644 new mode 100755 diff --git a/dist/swagger-ui.css.map b/dist/swagger-ui.css.map old mode 100644 new mode 100755 diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js old mode 100644 new mode 100755 diff --git a/dist/swagger-ui.js.map b/dist/swagger-ui.js.map old mode 100644 new mode 100755 diff --git a/docker/configurator/helpers.js b/docker/configurator/helpers.js old mode 100644 new mode 100755 diff --git a/docker/configurator/oauth.js b/docker/configurator/oauth.js old mode 100644 new mode 100755 diff --git a/docker/configurator/translator.js b/docker/configurator/translator.js old mode 100644 new mode 100755 diff --git a/docker/configurator/variables.js b/docker/configurator/variables.js old mode 100644 new mode 100755 diff --git a/docker/cors.conf b/docker/cors.conf old mode 100644 new mode 100755 diff --git a/docker/default.conf.template b/docker/default.conf.template old mode 100644 new mode 100755 diff --git a/docker/embedding.conf b/docker/embedding.conf old mode 100644 new mode 100755 diff --git a/docs/README.md b/docs/README.md old mode 100644 new mode 100755 diff --git a/docs/book.json b/docs/book.json old mode 100644 new mode 100755 diff --git a/docs/customization/add-plugin.md b/docs/customization/add-plugin.md old mode 100644 new mode 100755 diff --git a/docs/customization/custom-layout.md b/docs/customization/custom-layout.md old mode 100644 new mode 100755 diff --git a/docs/customization/overview.md b/docs/customization/overview.md old mode 100644 new mode 100755 diff --git a/docs/customization/plug-points.md b/docs/customization/plug-points.md old mode 100644 new mode 100755 diff --git a/docs/customization/plugin-api.md b/docs/customization/plugin-api.md old mode 100644 new mode 100755 diff --git a/docs/development/scripts.md b/docs/development/scripts.md old mode 100644 new mode 100755 diff --git a/docs/development/setting-up.md b/docs/development/setting-up.md old mode 100644 new mode 100755 diff --git a/docs/images/swagger-ui2.png b/docs/images/swagger-ui2.png old mode 100644 new mode 100755 diff --git a/docs/images/swagger-ui3.png b/docs/images/swagger-ui3.png old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/README.md b/docs/samples/webpack-getting-started/README.md old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/_sample_package.json b/docs/samples/webpack-getting-started/_sample_package.json old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/index.html b/docs/samples/webpack-getting-started/index.html old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/src/index.js b/docs/samples/webpack-getting-started/src/index.js old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/src/swagger-config.yaml b/docs/samples/webpack-getting-started/src/swagger-config.yaml old mode 100644 new mode 100755 diff --git a/docs/samples/webpack-getting-started/webpack.config.js b/docs/samples/webpack-getting-started/webpack.config.js old mode 100644 new mode 100755 diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md old mode 100644 new mode 100755 diff --git a/docs/usage/cors.md b/docs/usage/cors.md old mode 100644 new mode 100755 diff --git a/docs/usage/deep-linking.md b/docs/usage/deep-linking.md old mode 100644 new mode 100755 diff --git a/docs/usage/installation.md b/docs/usage/installation.md old mode 100644 new mode 100755 diff --git a/docs/usage/limitations.md b/docs/usage/limitations.md old mode 100644 new mode 100755 diff --git a/docs/usage/oauth2.md b/docs/usage/oauth2.md old mode 100644 new mode 100755 diff --git a/docs/usage/version-detection.md b/docs/usage/version-detection.md old mode 100644 new mode 100755 diff --git a/flavors/swagger-ui-react/README.md b/flavors/swagger-ui-react/README.md old mode 100644 new mode 100755 diff --git a/flavors/swagger-ui-react/dist/.npmrc b/flavors/swagger-ui-react/dist/.npmrc old mode 100644 new mode 100755 diff --git a/flavors/swagger-ui-react/index.jsx b/flavors/swagger-ui-react/index.jsx old mode 100644 new mode 100755 diff --git a/flavors/swagger-ui-react/release/create-manifest.js b/flavors/swagger-ui-react/release/create-manifest.js old mode 100644 new mode 100755 diff --git a/flavors/swagger-ui-react/release/template.json b/flavors/swagger-ui-react/release/template.json old mode 100644 new mode 100755 diff --git a/index.html b/index.html new file mode 100755 index 00000000..67a82384 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + HANMAC AI Cell + + + + + +
+ PGN Logo +

HANMAC AI

+
+ + +
+ + + + + diff --git a/logo.png b/logo.png new file mode 100755 index 0000000000000000000000000000000000000000..46868be622b9d60292295e493ba0b5e1788bc0b0 GIT binary patch literal 17141 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 literal 0 HcmV?d00001 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/release/.release-it.json b/release/.release-it.json old mode 100644 new mode 100755 diff --git a/snapcraft.yaml b/snapcraft.yaml old mode 100644 new mode 100755 diff --git a/src/.eslintrc b/src/.eslintrc old mode 100644 new mode 100755 diff --git a/src/core/assets/rolling-load.svg b/src/core/assets/rolling-load.svg old mode 100644 new mode 100755 diff --git a/src/core/components/app.jsx b/src/core/components/app.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/api-key-auth.jsx b/src/core/components/auth/api-key-auth.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/auth-item.jsx b/src/core/components/auth/auth-item.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/authorization-popup.jsx b/src/core/components/auth/authorization-popup.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/authorize-btn.jsx b/src/core/components/auth/authorize-btn.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/authorize-operation-btn.jsx b/src/core/components/auth/authorize-operation-btn.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/auths.jsx b/src/core/components/auth/auths.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/basic-auth.jsx b/src/core/components/auth/basic-auth.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/error.jsx b/src/core/components/auth/error.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/auth/oauth2.jsx b/src/core/components/auth/oauth2.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/clear.jsx b/src/core/components/clear.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/contact.jsx b/src/core/components/contact.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/content-type.jsx b/src/core/components/content-type.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/copy-to-clipboard-btn.jsx b/src/core/components/copy-to-clipboard-btn.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/curl.jsx b/src/core/components/curl.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/debug.jsx b/src/core/components/debug.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/deep-link.jsx b/src/core/components/deep-link.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/errors.jsx b/src/core/components/errors.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/example.jsx b/src/core/components/example.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/examples-select-value-retainer.jsx b/src/core/components/examples-select-value-retainer.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/examples-select.jsx b/src/core/components/examples-select.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/execute.jsx b/src/core/components/execute.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/footer.jsx b/src/core/components/footer.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/headers.jsx b/src/core/components/headers.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/info.jsx b/src/core/components/info.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/initialized-input.jsx b/src/core/components/initialized-input.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/jump-to-path.jsx b/src/core/components/jump-to-path.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/layout-utils.jsx b/src/core/components/layout-utils.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/layouts/base.jsx b/src/core/components/layouts/base.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/layouts/xpane.jsx b/src/core/components/layouts/xpane.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/license.jsx b/src/core/components/license.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/live-response.jsx b/src/core/components/live-response.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/online-validator-badge.jsx b/src/core/components/online-validator-badge.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/openapi-version.jsx b/src/core/components/openapi-version.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-extension-row.jsx b/src/core/components/operation-extension-row.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-extensions.jsx b/src/core/components/operation-extensions.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-summary-method.jsx b/src/core/components/operation-summary-method.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-summary-path.jsx b/src/core/components/operation-summary-path.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-summary.jsx b/src/core/components/operation-summary.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation-tag.jsx b/src/core/components/operation-tag.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operation.jsx b/src/core/components/operation.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/operations.jsx b/src/core/components/operations.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/overview.jsx b/src/core/components/overview.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/param-body.jsx b/src/core/components/param-body.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/parameter-extension.jsx b/src/core/components/parameter-extension.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/parameter-include-empty.jsx b/src/core/components/parameter-include-empty.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/parameter-row.jsx b/src/core/components/parameter-row.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/parameters/index.js b/src/core/components/parameters/index.js old mode 100644 new mode 100755 diff --git a/src/core/components/parameters/parameters.jsx b/src/core/components/parameters/parameters.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/property.jsx b/src/core/components/property.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/providers/README.md b/src/core/components/providers/README.md old mode 100644 new mode 100755 diff --git a/src/core/components/providers/markdown.jsx b/src/core/components/providers/markdown.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/response-body.jsx b/src/core/components/response-body.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/response-extension.jsx b/src/core/components/response-extension.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/response.jsx b/src/core/components/response.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/responses.jsx b/src/core/components/responses.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/svg-assets.jsx b/src/core/components/svg-assets.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/system-wrapper.jsx b/src/core/components/system-wrapper.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/try-it-out-button.jsx b/src/core/components/try-it-out-button.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/version-pragma-filter.jsx b/src/core/components/version-pragma-filter.jsx old mode 100644 new mode 100755 diff --git a/src/core/components/version-stamp.jsx b/src/core/components/version-stamp.jsx old mode 100644 new mode 100755 diff --git a/src/core/config/defaults.js b/src/core/config/defaults.js old mode 100644 new mode 100755 diff --git a/src/core/config/factorization/inline-plugin.js b/src/core/config/factorization/inline-plugin.js old mode 100644 new mode 100755 diff --git a/src/core/config/factorization/system.js b/src/core/config/factorization/system.js old mode 100644 new mode 100755 diff --git a/src/core/config/index.js b/src/core/config/index.js old mode 100644 new mode 100755 diff --git a/src/core/config/merge.js b/src/core/config/merge.js old mode 100644 new mode 100755 diff --git a/src/core/config/sources/query.js b/src/core/config/sources/query.js old mode 100644 new mode 100755 diff --git a/src/core/config/sources/runtime.js b/src/core/config/sources/runtime.js old mode 100644 new mode 100755 diff --git a/src/core/config/sources/url.js b/src/core/config/sources/url.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/index.js b/src/core/config/type-cast/index.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/mappings.js b/src/core/config/type-cast/mappings.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/array.js b/src/core/config/type-cast/type-casters/array.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/boolean.js b/src/core/config/type-cast/type-casters/boolean.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/dom-node.js b/src/core/config/type-cast/type-casters/dom-node.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/filter.js b/src/core/config/type-cast/type-casters/filter.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/function.js b/src/core/config/type-cast/type-casters/function.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/nullable-array.js b/src/core/config/type-cast/type-casters/nullable-array.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/nullable-function.js b/src/core/config/type-cast/type-casters/nullable-function.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/nullable-string.js b/src/core/config/type-cast/type-casters/nullable-string.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/number.js b/src/core/config/type-cast/type-casters/number.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/object.js b/src/core/config/type-cast/type-casters/object.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/sorter.js b/src/core/config/type-cast/type-casters/sorter.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/string.js b/src/core/config/type-cast/type-casters/string.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/syntax-highlight.js b/src/core/config/type-cast/type-casters/syntax-highlight.js old mode 100644 new mode 100755 diff --git a/src/core/config/type-cast/type-casters/undefined-string.js b/src/core/config/type-cast/type-casters/undefined-string.js old mode 100644 new mode 100755 diff --git a/src/core/containers/OperationContainer.jsx b/src/core/containers/OperationContainer.jsx old mode 100644 new mode 100755 diff --git a/src/core/containers/authorize-btn.jsx b/src/core/containers/authorize-btn.jsx old mode 100644 new mode 100755 diff --git a/src/core/containers/filter.jsx b/src/core/containers/filter.jsx old mode 100644 new mode 100755 diff --git a/src/core/containers/info.jsx b/src/core/containers/info.jsx old mode 100644 new mode 100755 diff --git a/src/core/index.js b/src/core/index.js old mode 100644 new mode 100755 diff --git a/src/core/oauth2-authorize.js b/src/core/oauth2-authorize.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/actions.js b/src/core/plugins/auth/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/components/lock-auth-icon.jsx b/src/core/plugins/auth/components/lock-auth-icon.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/components/unlock-auth-icon.jsx b/src/core/plugins/auth/components/unlock-auth-icon.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/configs-extensions/wrap-actions.js b/src/core/plugins/auth/configs-extensions/wrap-actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/index.js b/src/core/plugins/auth/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/reducers.js b/src/core/plugins/auth/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/selectors.js b/src/core/plugins/auth/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/spec-extensions/wrap-actions.js b/src/core/plugins/auth/spec-extensions/wrap-actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/auth/wrap-actions.js b/src/core/plugins/auth/wrap-actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/configs/actions.js b/src/core/plugins/configs/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/configs/fn.js b/src/core/plugins/configs/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/configs/index.js b/src/core/plugins/configs/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/configs/reducers.js b/src/core/plugins/configs/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/configs/selectors.js b/src/core/plugins/configs/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/README.md b/src/core/plugins/deep-linking/README.md old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/helpers.js b/src/core/plugins/deep-linking/helpers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/index.js b/src/core/plugins/deep-linking/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/layout.js b/src/core/plugins/deep-linking/layout.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/operation-tag-wrapper.jsx b/src/core/plugins/deep-linking/operation-tag-wrapper.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/deep-linking/operation-wrapper.jsx b/src/core/plugins/deep-linking/operation-wrapper.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/download-url/index.js b/src/core/plugins/download-url/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/actions.js b/src/core/plugins/err/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/error-transformers/README.md b/src/core/plugins/err/error-transformers/README.md old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/error-transformers/hook.js b/src/core/plugins/err/error-transformers/hook.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/error-transformers/transformers/not-of-type.js b/src/core/plugins/err/error-transformers/transformers/not-of-type.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/error-transformers/transformers/parameter-oneof.js b/src/core/plugins/err/error-transformers/transformers/parameter-oneof.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/index.js b/src/core/plugins/err/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/reducers.js b/src/core/plugins/err/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/err/selectors.js b/src/core/plugins/err/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/filter/index.js b/src/core/plugins/filter/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/filter/opsFilter.js b/src/core/plugins/filter/opsFilter.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/arrow-down.jsx b/src/core/plugins/icons/components/arrow-down.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/arrow-up.jsx b/src/core/plugins/icons/components/arrow-up.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/arrow.jsx b/src/core/plugins/icons/components/arrow.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/close.jsx b/src/core/plugins/icons/components/close.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/copy.jsx b/src/core/plugins/icons/components/copy.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/lock.jsx b/src/core/plugins/icons/components/lock.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/components/unlock.jsx b/src/core/plugins/icons/components/unlock.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/icons/index.js b/src/core/plugins/icons/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/api/encoderAPI.js b/src/core/plugins/json-schema-2020-12-samples/fn/api/encoderAPI.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/api/formatAPI.js b/src/core/plugins/json-schema-2020-12-samples/fn/api/formatAPI.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/api/mediaTypeAPI.js b/src/core/plugins/json-schema-2020-12-samples/fn/api/mediaTypeAPI.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/api/optionAPI.js b/src/core/plugins/json-schema-2020-12-samples/fn/api/optionAPI.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/class/EncoderRegistry.js b/src/core/plugins/json-schema-2020-12-samples/fn/class/EncoderRegistry.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/class/FormatRegistry.js b/src/core/plugins/json-schema-2020-12-samples/fn/class/FormatRegistry.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/class/MediaTypeRegistry.js b/src/core/plugins/json-schema-2020-12-samples/fn/class/MediaTypeRegistry.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/class/OptionRegistry.js b/src/core/plugins/json-schema-2020-12-samples/fn/class/OptionRegistry.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/class/Registry.js b/src/core/plugins/json-schema-2020-12-samples/fn/class/Registry.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/constants.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/constants.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/example.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/example.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/merge.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/merge.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/predicates.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/predicates.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/random.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/random.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/type.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/type.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/core/utils.js b/src/core/plugins/json-schema-2020-12-samples/fn/core/utils.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/7bit.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/7bit.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/8bit.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/8bit.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base16.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base16.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base32.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base32.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64url.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/base64url.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/binary.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/binary.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/encoders/quoted-printable.js b/src/core/plugins/json-schema-2020-12-samples/fn/encoders/quoted-printable.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/date-time.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/date-time.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/date.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/date.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/double.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/double.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/duration.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/duration.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/email.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/email.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/float.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/float.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/hostname.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/hostname.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-email.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-email.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-hostname.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/idn-hostname.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/int32.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/int32.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/int64.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/int64.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv4.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv4.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv6.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/ipv6.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/iri-reference.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/iri-reference.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/iri.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/iri.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/json-pointer.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/json-pointer.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/application.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/application.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/audio.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/audio.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/image.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/image.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/text.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/text.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/video.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/media-types/video.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/password.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/password.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/regex.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/regex.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/relative-json-pointer.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/relative-json-pointer.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/time.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/time.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-reference.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-reference.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-template.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri-template.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/uri.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/generators/uuid.js b/src/core/plugins/json-schema-2020-12-samples/fn/generators/uuid.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/get-json-sample-schema.js b/src/core/plugins/json-schema-2020-12-samples/fn/get-json-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/get-sample-schema.js b/src/core/plugins/json-schema-2020-12-samples/fn/get-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/get-xml-sample-schema.js b/src/core/plugins/json-schema-2020-12-samples/fn/get-xml-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/get-yaml-sample-schema.js b/src/core/plugins/json-schema-2020-12-samples/fn/get-yaml-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/index.js b/src/core/plugins/json-schema-2020-12-samples/fn/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/main.js b/src/core/plugins/json-schema-2020-12-samples/fn/main.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/array.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/array.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/boolean.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/boolean.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/index.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/integer.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/integer.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/null.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/null.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/number.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/number.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/object.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/object.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/fn/types/string.js b/src/core/plugins/json-schema-2020-12-samples/fn/types/string.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12-samples/index.js b/src/core/plugins/json-schema-2020-12-samples/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/Accordion/Accordion.jsx b/src/core/plugins/json-schema-2020-12/components/Accordion/Accordion.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/Accordion/_accordion.scss b/src/core/plugins/json-schema-2020-12/components/Accordion/_accordion.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/ExpandDeepButton.jsx b/src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/ExpandDeepButton.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/_expand-deep-button.scss b/src/core/plugins/json-schema-2020-12/components/ExpandDeepButton/_expand-deep-button.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/JSONSchema/JSONSchema.jsx b/src/core/plugins/json-schema-2020-12/components/JSONSchema/JSONSchema.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/JSONSchema/_json-schema.scss b/src/core/plugins/json-schema-2020-12/components/JSONSchema/_json-schema.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/JSONViewer/JSONViewer.jsx b/src/core/plugins/json-schema-2020-12/components/JSONViewer/JSONViewer.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/JSONViewer/_json-viewer.scss b/src/core/plugins/json-schema-2020-12/components/JSONViewer/_json-viewer.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/_all.scss b/src/core/plugins/json-schema-2020-12/components/_all.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/_mixins.scss b/src/core/plugins/json-schema-2020-12/components/_mixins.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/icons/ChevronRight.jsx b/src/core/plugins/json-schema-2020-12/components/icons/ChevronRight.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$anchor.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$anchor.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$comment.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$comment.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$defs.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$defs.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$dynamicAnchor.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$dynamicAnchor.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$dynamicRef.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$dynamicRef.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$id.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$id.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$ref.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$ref.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$schema.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$schema.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/$vocabulary.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/$vocabulary.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/_$vocabulary.scss b/src/core/plugins/json-schema-2020-12/components/keywords/$vocabulary/_$vocabulary.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/AdditionalProperties.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/AdditionalProperties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/AllOf.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/AllOf.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/AnyOf.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/AnyOf.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Const/Const.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Const/Const.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Const/_const.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Const/_const.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Constraint/Constraint.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Constraint/Constraint.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Constraint/_constraint.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Constraint/_constraint.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Contains.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Contains.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/ContentSchema.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/ContentSchema.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Default/Default.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Default/Default.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Default/_default.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Default/_default.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/DependentRequired.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/DependentRequired.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/_dependent-required.scss b/src/core/plugins/json-schema-2020-12/components/keywords/DependentRequired/_dependent-required.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/DependentSchemas.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/DependentSchemas.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Deprecated.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Deprecated.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Description/Description.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Description/Description.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Description/_description.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Description/_description.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Else.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Else.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Enum/Enum.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Enum/Enum.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Enum/_enum.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Enum/_enum.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Examples/Examples.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Examples/Examples.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Examples/_examples.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Examples/_examples.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/ExtensionKeywords.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/ExtensionKeywords.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/_extension-keywords.scss b/src/core/plugins/json-schema-2020-12/components/keywords/ExtensionKeywords/_extension-keywords.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/If.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/If.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Items.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Items.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Not.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Not.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/OneOf.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/OneOf.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/PatternProperties.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/PatternProperties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/_pattern-properties.scss b/src/core/plugins/json-schema-2020-12/components/keywords/PatternProperties/_pattern-properties.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/PrefixItems.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/PrefixItems.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Properties/Properties.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Properties/Properties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Properties/_properties.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Properties/_properties.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/PropertyNames.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/PropertyNames.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/ReadOnly.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/ReadOnly.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Then.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Then.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Title/Title.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Title/Title.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Title/_title.scss b/src/core/plugins/json-schema-2020-12/components/keywords/Title/_title.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/Type.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/Type.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedItems.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedItems.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedProperties.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/UnevaluatedProperties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/WriteOnly.jsx b/src/core/plugins/json-schema-2020-12/components/keywords/WriteOnly.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/components/keywords/_all.scss b/src/core/plugins/json-schema-2020-12/components/keywords/_all.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/context.js b/src/core/plugins/json-schema-2020-12/context.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/enum.js b/src/core/plugins/json-schema-2020-12/enum.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/fn.js b/src/core/plugins/json-schema-2020-12/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/hoc.jsx b/src/core/plugins/json-schema-2020-12/hoc.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/hooks.js b/src/core/plugins/json-schema-2020-12/hooks.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/index.js b/src/core/plugins/json-schema-2020-12/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-2020-12/prop-types.js b/src/core/plugins/json-schema-2020-12/prop-types.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/fn/get-json-sample-schema.js b/src/core/plugins/json-schema-5-samples/fn/get-json-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/fn/get-sample-schema.js b/src/core/plugins/json-schema-5-samples/fn/get-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/fn/get-xml-sample-schema.js b/src/core/plugins/json-schema-5-samples/fn/get-xml-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/fn/get-yaml-sample-schema.js b/src/core/plugins/json-schema-5-samples/fn/get-yaml-sample-schema.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/fn/index.js b/src/core/plugins/json-schema-5-samples/fn/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5-samples/index.js b/src/core/plugins/json-schema-5-samples/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/array-model.jsx b/src/core/plugins/json-schema-5/components/array-model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/enum-model.jsx b/src/core/plugins/json-schema-5/components/enum-model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/json-schema-components.jsx b/src/core/plugins/json-schema-5/components/json-schema-components.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/model-collapse.jsx b/src/core/plugins/json-schema-5/components/model-collapse.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/model-example.jsx b/src/core/plugins/json-schema-5/components/model-example.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/model-extensions.jsx b/src/core/plugins/json-schema-5/components/model-extensions.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/model-wrapper.jsx b/src/core/plugins/json-schema-5/components/model-wrapper.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/model.jsx b/src/core/plugins/json-schema-5/components/model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/models.jsx b/src/core/plugins/json-schema-5/components/models.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/object-model.jsx b/src/core/plugins/json-schema-5/components/object-model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/primitive-model.jsx b/src/core/plugins/json-schema-5/components/primitive-model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/components/schemes.jsx b/src/core/plugins/json-schema-5/components/schemes.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/containers/schemes.jsx b/src/core/plugins/json-schema-5/containers/schemes.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/fn.js b/src/core/plugins/json-schema-5/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/json-schema-5/index.js b/src/core/plugins/json-schema-5/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/layout/actions.js b/src/core/plugins/layout/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/layout/index.js b/src/core/plugins/layout/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/layout/reducers.js b/src/core/plugins/layout/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/layout/selectors.js b/src/core/plugins/layout/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/layout/spec-extensions/wrap-selector.js b/src/core/plugins/layout/spec-extensions/wrap-selector.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/logs/index.js b/src/core/plugins/logs/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/actions.js b/src/core/plugins/oas3/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/auth-extensions/wrap-selectors.js b/src/core/plugins/oas3/auth-extensions/wrap-selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/auth/http-auth.jsx b/src/core/plugins/oas3/components/auth/http-auth.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/callbacks.jsx b/src/core/plugins/oas3/components/callbacks.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/index.js b/src/core/plugins/oas3/components/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/operation-link.jsx b/src/core/plugins/oas3/components/operation-link.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/operation-servers.jsx b/src/core/plugins/oas3/components/operation-servers.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/request-body-editor.jsx b/src/core/plugins/oas3/components/request-body-editor.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/request-body.jsx b/src/core/plugins/oas3/components/request-body.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/servers-container.jsx b/src/core/plugins/oas3/components/servers-container.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/components/servers.jsx b/src/core/plugins/oas3/components/servers.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/fn.js b/src/core/plugins/oas3/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/helpers.jsx b/src/core/plugins/oas3/helpers.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/index.js b/src/core/plugins/oas3/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/reducers.js b/src/core/plugins/oas3/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/selectors.js b/src/core/plugins/oas3/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/spec-extensions/selectors.js b/src/core/plugins/oas3/spec-extensions/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/spec-extensions/wrap-selectors.js b/src/core/plugins/oas3/spec-extensions/wrap-selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/auth/auth-item.jsx b/src/core/plugins/oas3/wrap-components/auth/auth-item.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/index.js b/src/core/plugins/oas3/wrap-components/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/json-schema-string.jsx b/src/core/plugins/oas3/wrap-components/json-schema-string.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/markdown.jsx b/src/core/plugins/oas3/wrap-components/markdown.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/model.jsx b/src/core/plugins/oas3/wrap-components/model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/online-validator-badge.js b/src/core/plugins/oas3/wrap-components/online-validator-badge.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas3/wrap-components/openapi-version.jsx b/src/core/plugins/oas3/wrap-components/openapi-version.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/after-load.js b/src/core/plugins/oas31/after-load.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/auth-extensions/wrap-selectors.js b/src/core/plugins/oas31/auth-extensions/wrap-selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/_all.scss b/src/core/plugins/oas31/components/_all.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/auth/auths.jsx b/src/core/plugins/oas31/components/auth/auths.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/auth/mutual-tls-auth.jsx b/src/core/plugins/oas31/components/auth/mutual-tls-auth.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/contact.jsx b/src/core/plugins/oas31/components/contact.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/info.jsx b/src/core/plugins/oas31/components/info.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/json-schema-dialect.jsx b/src/core/plugins/oas31/components/json-schema-dialect.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/license.jsx b/src/core/plugins/oas31/components/license.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/model/_model.scss b/src/core/plugins/oas31/components/model/_model.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/model/model.jsx b/src/core/plugins/oas31/components/model/model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/models/_models.scss b/src/core/plugins/oas31/components/models/_models.scss old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/models/models.jsx b/src/core/plugins/oas31/components/models/models.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/version-pragma-filter.jsx b/src/core/plugins/oas31/components/version-pragma-filter.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/components/webhooks.jsx b/src/core/plugins/oas31/components/webhooks.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/fn.js b/src/core/plugins/oas31/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/index.js b/src/core/plugins/oas31/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Description.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Description.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/Discriminator.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/Discriminator.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/DiscriminatorMapping.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Discriminator/DiscriminatorMapping.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Example.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Example.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/ExternalDocs.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/ExternalDocs.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/OpenAPIExtensions.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/OpenAPIExtensions.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Properties.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Properties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Xml.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/components/keywords/Xml.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/fn.js b/src/core/plugins/oas31/json-schema-2020-12-extensions/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Description.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Description.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Examples.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Examples.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Properties.jsx b/src/core/plugins/oas31/json-schema-2020-12-extensions/wrap-components/keywords/Properties.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/oas3-extensions/fn.js b/src/core/plugins/oas31/oas3-extensions/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/selectors.js b/src/core/plugins/oas31/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/spec-extensions/selectors.js b/src/core/plugins/oas31/spec-extensions/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/spec-extensions/wrap-selectors.js b/src/core/plugins/oas31/spec-extensions/wrap-selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/auth/auth-item.jsx b/src/core/plugins/oas31/wrap-components/auth/auth-item.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/auths.jsx b/src/core/plugins/oas31/wrap-components/auths.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/contact.jsx b/src/core/plugins/oas31/wrap-components/contact.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/info.jsx b/src/core/plugins/oas31/wrap-components/info.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/license.jsx b/src/core/plugins/oas31/wrap-components/license.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/model.jsx b/src/core/plugins/oas31/wrap-components/model.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/models.jsx b/src/core/plugins/oas31/wrap-components/models.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/oas31/wrap-components/version-pragma-filter.jsx b/src/core/plugins/oas31/wrap-components/version-pragma-filter.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/on-complete/index.js b/src/core/plugins/on-complete/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/request-snippets/fn.js b/src/core/plugins/request-snippets/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/request-snippets/index.js b/src/core/plugins/request-snippets/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/request-snippets/request-snippets.jsx b/src/core/plugins/request-snippets/request-snippets.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/request-snippets/selectors.js b/src/core/plugins/request-snippets/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/safe-render/components/error-boundary.jsx b/src/core/plugins/safe-render/components/error-boundary.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/safe-render/components/fallback.jsx b/src/core/plugins/safe-render/components/fallback.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/safe-render/fn.jsx b/src/core/plugins/safe-render/fn.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/safe-render/index.js b/src/core/plugins/safe-render/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/spec/actions.js b/src/core/plugins/spec/actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/spec/index.js b/src/core/plugins/spec/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/spec/reducers.js b/src/core/plugins/spec/reducers.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/spec/selectors.js b/src/core/plugins/spec/selectors.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/spec/wrap-actions.js b/src/core/plugins/spec/wrap-actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/swagger-client/configs-wrap-actions.js b/src/core/plugins/swagger-client/configs-wrap-actions.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/swagger-client/index.js b/src/core/plugins/swagger-client/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/after-load.js b/src/core/plugins/syntax-highlighting/after-load.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/components/HighlightCode.jsx b/src/core/plugins/syntax-highlighting/components/HighlightCode.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/components/PlainTextViewer.jsx b/src/core/plugins/syntax-highlighting/components/PlainTextViewer.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/components/SyntaxHighlighter.jsx b/src/core/plugins/syntax-highlighting/components/SyntaxHighlighter.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/index.js b/src/core/plugins/syntax-highlighting/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/root-injects.js b/src/core/plugins/syntax-highlighting/root-injects.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/syntax-highlighting/wrap-components/SyntaxHighlighter.jsx b/src/core/plugins/syntax-highlighting/wrap-components/SyntaxHighlighter.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/util/index.js b/src/core/plugins/util/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/versions/after-load.js b/src/core/plugins/versions/after-load.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/versions/index.js b/src/core/plugins/versions/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/view-legacy/index.js b/src/core/plugins/view-legacy/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/view-legacy/root-injects.jsx b/src/core/plugins/view-legacy/root-injects.jsx old mode 100644 new mode 100755 diff --git a/src/core/plugins/view/fn.js b/src/core/plugins/view/fn.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/view/index.js b/src/core/plugins/view/index.js old mode 100644 new mode 100755 diff --git a/src/core/plugins/view/root-injects.jsx b/src/core/plugins/view/root-injects.jsx old mode 100644 new mode 100755 diff --git a/src/core/presets/apis/index.js b/src/core/presets/apis/index.js old mode 100644 new mode 100755 diff --git a/src/core/presets/base/index.js b/src/core/presets/base/index.js old mode 100644 new mode 100755 diff --git a/src/core/presets/base/plugins/core-components/index.js b/src/core/presets/base/plugins/core-components/index.js old mode 100644 new mode 100755 diff --git a/src/core/presets/base/plugins/form-components/index.js b/src/core/presets/base/plugins/form-components/index.js old mode 100644 new mode 100755 diff --git a/src/core/system.js b/src/core/system.js old mode 100644 new mode 100755 diff --git a/src/core/utils/create-html-ready-id.js b/src/core/utils/create-html-ready-id.js old mode 100644 new mode 100755 diff --git a/src/core/utils/get-parameter-schema.js b/src/core/utils/get-parameter-schema.js old mode 100644 new mode 100755 diff --git a/src/core/utils/index.js b/src/core/utils/index.js old mode 100644 new mode 100755 diff --git a/src/core/utils/jsonParse.js b/src/core/utils/jsonParse.js old mode 100644 new mode 100755 diff --git a/src/core/utils/memoizeN.js b/src/core/utils/memoizeN.js old mode 100644 new mode 100755 diff --git a/src/core/utils/url.js b/src/core/utils/url.js old mode 100644 new mode 100755 diff --git a/src/core/window.js b/src/core/window.js old mode 100644 new mode 100755 diff --git a/src/index.js b/src/index.js old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/stadalone-layout/components/StandaloneLayout.jsx b/src/standalone/plugins/stadalone-layout/components/StandaloneLayout.jsx old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/stadalone-layout/index.js b/src/standalone/plugins/stadalone-layout/index.js old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/top-bar/assets/logo_small.svg b/src/standalone/plugins/top-bar/assets/logo_small.svg old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/top-bar/components/Logo.jsx b/src/standalone/plugins/top-bar/components/Logo.jsx old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/top-bar/components/TopBar.jsx b/src/standalone/plugins/top-bar/components/TopBar.jsx old mode 100644 new mode 100755 diff --git a/src/standalone/plugins/top-bar/index.js b/src/standalone/plugins/top-bar/index.js old mode 100644 new mode 100755 diff --git a/src/standalone/presets/standalone/index.js b/src/standalone/presets/standalone/index.js old mode 100644 new mode 100755 diff --git a/src/style/_authorize.scss b/src/style/_authorize.scss old mode 100644 new mode 100755 diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss old mode 100644 new mode 100755 diff --git a/src/style/_errors.scss b/src/style/_errors.scss old mode 100644 new mode 100755 diff --git a/src/style/_form.scss b/src/style/_form.scss old mode 100644 new mode 100755 diff --git a/src/style/_information.scss b/src/style/_information.scss old mode 100644 new mode 100755 diff --git a/src/style/_layout.scss b/src/style/_layout.scss old mode 100644 new mode 100755 diff --git a/src/style/_markdown.scss b/src/style/_markdown.scss old mode 100644 new mode 100755 diff --git a/src/style/_mixins.scss b/src/style/_mixins.scss old mode 100644 new mode 100755 diff --git a/src/style/_modal.scss b/src/style/_modal.scss old mode 100644 new mode 100755 diff --git a/src/style/_models.scss b/src/style/_models.scss old mode 100644 new mode 100755 diff --git a/src/style/_servers.scss b/src/style/_servers.scss old mode 100644 new mode 100755 diff --git a/src/style/_split-pane-mode.scss b/src/style/_split-pane-mode.scss old mode 100644 new mode 100755 diff --git a/src/style/_table.scss b/src/style/_table.scss old mode 100644 new mode 100755 diff --git a/src/style/_topbar.scss b/src/style/_topbar.scss old mode 100644 new mode 100755 diff --git a/src/style/_type.scss b/src/style/_type.scss old mode 100644 new mode 100755 diff --git a/src/style/_variables.scss b/src/style/_variables.scss old mode 100644 new mode 100755 diff --git a/src/style/main.scss b/src/style/main.scss old mode 100644 new mode 100755 diff --git a/stylelint.config.js b/stylelint.config.js old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/.npmignore b/swagger-ui-dist-package/.npmignore old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/.npmrc b/swagger-ui-dist-package/.npmrc old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/README.md b/swagger-ui-dist-package/README.md old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/absolute-path.js b/swagger-ui-dist-package/absolute-path.js old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/index.js b/swagger-ui-dist-package/index.js old mode 100644 new mode 100755 diff --git a/swagger-ui-dist-package/package.json b/swagger-ui-dist-package/package.json old mode 100644 new mode 100755 diff --git a/test/.eslintrc b/test/.eslintrc old mode 100644 new mode 100755 diff --git a/test/build-artifacts/.eslintrc b/test/build-artifacts/.eslintrc old mode 100644 new mode 100755 diff --git a/test/build-artifacts/es-bundle-core.js b/test/build-artifacts/es-bundle-core.js old mode 100644 new mode 100755 diff --git a/test/build-artifacts/es-bundle.js b/test/build-artifacts/es-bundle.js old mode 100644 new mode 100755 diff --git a/test/build-artifacts/umd.js b/test/build-artifacts/umd.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/.eslintrc b/test/e2e-cypress/.eslintrc old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/a11y/response-tabs.cy.js b/test/e2e-cypress/e2e/a11y/response-tabs.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4442.cy.js b/test/e2e-cypress/e2e/bugs/4442.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4641.cy.js b/test/e2e-cypress/e2e/bugs/4641.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4838.cy.js b/test/e2e-cypress/e2e/bugs/4838.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4865.cy.js b/test/e2e-cypress/e2e/bugs/4865.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4867.cy.js b/test/e2e-cypress/e2e/bugs/4867.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/4943.cy.js b/test/e2e-cypress/e2e/bugs/4943.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5043.cy.js b/test/e2e-cypress/e2e/bugs/5043.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5060.cy.js b/test/e2e-cypress/e2e/bugs/5060.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5070.cy.js b/test/e2e-cypress/e2e/bugs/5070.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5072.cy.js b/test/e2e-cypress/e2e/bugs/5072.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5129.cy.js b/test/e2e-cypress/e2e/bugs/5129.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5138.cy.js b/test/e2e-cypress/e2e/bugs/5138.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5164.cy.js b/test/e2e-cypress/e2e/bugs/5164.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5188.cy.js b/test/e2e-cypress/e2e/bugs/5188.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5452.cy.js b/test/e2e-cypress/e2e/bugs/5452.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5453.cy.js b/test/e2e-cypress/e2e/bugs/5453.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5455.cy.js b/test/e2e-cypress/e2e/bugs/5455.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5458.cy.js b/test/e2e-cypress/e2e/bugs/5458.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/5660.cy.js b/test/e2e-cypress/e2e/bugs/5660.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6016.cy.js b/test/e2e-cypress/e2e/bugs/6016.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6158.cy.js b/test/e2e-cypress/e2e/bugs/6158.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6183.cy.js b/test/e2e-cypress/e2e/bugs/6183.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6276.cy.js b/test/e2e-cypress/e2e/bugs/6276.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6351.cy.js b/test/e2e-cypress/e2e/bugs/6351.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6369.cy.js b/test/e2e-cypress/e2e/bugs/6369.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6442.cy.js b/test/e2e-cypress/e2e/bugs/6442.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6475.cy.js b/test/e2e-cypress/e2e/bugs/6475.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6540.cy.js b/test/e2e-cypress/e2e/bugs/6540.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/6627.cy.js b/test/e2e-cypress/e2e/bugs/6627.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/7996.cy.js b/test/e2e-cypress/e2e/bugs/7996.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/8217.cy.js b/test/e2e-cypress/e2e/bugs/8217.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/editor-1868.cy.js b/test/e2e-cypress/e2e/bugs/editor-1868.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/bugs/swos-63.cy.js b/test/e2e-cypress/e2e/bugs/swos-63.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/auth-bearer-flow.cy.js b/test/e2e-cypress/e2e/features/auth-bearer-flow.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/auth-code-flow-pkce-without-secret.cy.js b/test/e2e-cypress/e2e/features/auth-code-flow-pkce-without-secret.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/deep-linking.cy.js b/test/e2e-cypress/e2e/features/deep-linking.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/default-model-rendering.cy.js b/test/e2e-cypress/e2e/features/default-model-rendering.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/dynamic-default-oauth.cy.js b/test/e2e-cypress/e2e/features/dynamic-default-oauth.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/external-docs.cy.js b/test/e2e-cypress/e2e/features/external-docs.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/info.cy.js b/test/e2e-cypress/e2e/features/info.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/license.cy.js b/test/e2e-cypress/e2e/features/license.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/model-collapse.cy.js b/test/e2e-cypress/e2e/features/model-collapse.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/multiple-examples-core.cy.js b/test/e2e-cypress/e2e/features/multiple-examples-core.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas-badge.cy.js b/test/e2e-cypress/e2e/features/oas-badge.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-callbacks.cy.js b/test/e2e-cypress/e2e/features/oas3-callbacks.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-extension.cy.js b/test/e2e-cypress/e2e/features/oas3-extension.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-multiple-media-type.cy.js b/test/e2e-cypress/e2e/features/oas3-multiple-media-type.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-multiple-servers.cy.js b/test/e2e-cypress/e2e/features/oas3-multiple-servers.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-request-body-allow-empty-values.cy.js b/test/e2e-cypress/e2e/features/oas3-request-body-allow-empty-values.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-request-body-default-views.cy.js b/test/e2e-cypress/e2e/features/oas3-request-body-default-views.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-request-body-required.cy.js b/test/e2e-cypress/e2e/features/oas3-request-body-required.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-user-edit-request-body-flows.cy.js b/test/e2e-cypress/e2e/features/oas3-user-edit-request-body-flows.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas3-xml.cy.js b/test/e2e-cypress/e2e/features/oas3-xml.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas31-auth-mutual-tls.cy.js b/test/e2e-cypress/e2e/features/oas31-auth-mutual-tls.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oas31-extension.cy.js b/test/e2e-cypress/e2e/features/oas31-extension.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oauth2-flows/application.cy.js b/test/e2e-cypress/e2e/features/oauth2-flows/application.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/oauth2-flows/password.cy.js b/test/e2e-cypress/e2e/features/oauth2-flows/password.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/parameter-array-missing-items.cy.js b/test/e2e-cypress/e2e/features/parameter-array-missing-items.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/parameter-order.cy.js b/test/e2e-cypress/e2e/features/parameter-order.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/parameter-schema.cy.js b/test/e2e-cypress/e2e/features/parameter-schema.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/parameters-one-of-any-of.cy.js b/test/e2e-cypress/e2e/features/parameters-one-of-any-of.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/empty-schema.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/empty-schema.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/examples.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/examples.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/expansion.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/expansion.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/extension-keywords.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/extension-keywords.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/schema-title.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/schema-title.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/unique-items.cy.js b/test/e2e-cypress/e2e/features/plugins/json-schema-2020-12/unique-items.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas3/all-of-circular-ref.cy.js b/test/e2e-cypress/e2e/features/plugins/oas3/all-of-circular-ref.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas3/complex-spec.cy.js b/test/e2e-cypress/e2e/features/plugins/oas3/complex-spec.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas3/one-of-any-of-example.cy.js b/test/e2e-cypress/e2e/features/plugins/oas3/one-of-any-of-example.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas3/request-body-complex-schema-properties.cy.js b/test/e2e-cypress/e2e/features/plugins/oas3/request-body-complex-schema-properties.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas3/request-body-upload-file.cy.js b/test/e2e-cypress/e2e/features/plugins/oas3/request-body-upload-file.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-parameter-schema.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-parameter-schema.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-complex-schema-properties.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-complex-schema-properties.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-upload-file.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-request-body-upload-file.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-content.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-content.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-media-type.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-empty-media-type.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-no-content.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-response-no-content.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-schema-expansion.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-schema-expansion.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/oas31/oas31-webhook-examples.cy.js b/test/e2e-cypress/e2e/features/plugins/oas31/oas31-webhook-examples.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/plugins/topbar/linking-to-configured-urls.cy.js b/test/e2e-cypress/e2e/features/plugins/topbar/linking-to-configured-urls.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/response-empty-examples-object.cy.js b/test/e2e-cypress/e2e/features/response-empty-examples-object.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/response-extension.cy.js b/test/e2e-cypress/e2e/features/response-extension.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/schema-form-enum-boolean.cy.js b/test/e2e-cypress/e2e/features/schema-form-enum-boolean.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/schema-form.cy.js b/test/e2e-cypress/e2e/features/schema-form.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/spec-parse-to-json.cy.js b/test/e2e-cypress/e2e/features/spec-parse-to-json.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/syntax-highlighting-json.cy.js b/test/e2e-cypress/e2e/features/syntax-highlighting-json.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/try-it-out-enabled.cy.js b/test/e2e-cypress/e2e/features/try-it-out-enabled.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/try-it-out-non-200-response-body.cy.js b/test/e2e-cypress/e2e/features/try-it-out-non-200-response-body.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/try-it-out-schema-required-override-allowed.cy.js b/test/e2e-cypress/e2e/features/try-it-out-schema-required-override-allowed.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/urls.cy.js b/test/e2e-cypress/e2e/features/urls.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/features/webhooks.cy.js b/test/e2e-cypress/e2e/features/webhooks.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/security/anonymous.cy.js b/test/e2e-cypress/e2e/security/anonymous.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/security/apikey.cy.js b/test/e2e-cypress/e2e/security/apikey.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/security/oauth2.cy.js b/test/e2e-cypress/e2e/security/oauth2.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/e2e/security/sequential-import-chaining.cy.js b/test/e2e-cypress/e2e/security/sequential-import-chaining.cy.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/fixtures/example.json b/test/e2e-cypress/fixtures/example.json old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/configs/oas31-response-no-content.yaml b/test/e2e-cypress/static/configs/oas31-response-no-content.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/configs/urls-primary-name.yaml b/test/e2e-cypress/static/configs/urls-primary-name.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/configs/urls-server-variables.yaml b/test/e2e-cypress/static/configs/urls-server-variables.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/configs/urls.yaml b/test/e2e-cypress/static/configs/urls.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/4442.yaml b/test/e2e-cypress/static/documents/bugs/4442.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/4641.yaml b/test/e2e-cypress/static/documents/bugs/4641.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/4838.yaml b/test/e2e-cypress/static/documents/bugs/4838.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/4867.yaml b/test/e2e-cypress/static/documents/bugs/4867.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/4943.yaml b/test/e2e-cypress/static/documents/bugs/4943.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5043/status.yaml b/test/e2e-cypress/static/documents/bugs/5043/status.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5043/swagger.yaml b/test/e2e-cypress/static/documents/bugs/5043/swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5060.yaml b/test/e2e-cypress/static/documents/bugs/5060.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5072/additional.yaml b/test/e2e-cypress/static/documents/bugs/5072/additional.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5072/empty.yaml b/test/e2e-cypress/static/documents/bugs/5072/empty.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5129.yaml b/test/e2e-cypress/static/documents/bugs/5129.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5164.yaml b/test/e2e-cypress/static/documents/bugs/5164.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5181.yaml b/test/e2e-cypress/static/documents/bugs/5181.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5188.yaml b/test/e2e-cypress/static/documents/bugs/5188.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5452/openapi.yaml b/test/e2e-cypress/static/documents/bugs/5452/openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5452/swagger.yaml b/test/e2e-cypress/static/documents/bugs/5452/swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5453.yaml b/test/e2e-cypress/static/documents/bugs/5453.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5455.yaml b/test/e2e-cypress/static/documents/bugs/5455.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5458.yaml b/test/e2e-cypress/static/documents/bugs/5458.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5660-model.yaml b/test/e2e-cypress/static/documents/bugs/5660-model.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/5660-property.yaml b/test/e2e-cypress/static/documents/bugs/5660-property.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6016-oas2.yaml b/test/e2e-cypress/static/documents/bugs/6016-oas2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6016-oas3.yaml b/test/e2e-cypress/static/documents/bugs/6016-oas3.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6158.yaml b/test/e2e-cypress/static/documents/bugs/6158.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6183.yaml b/test/e2e-cypress/static/documents/bugs/6183.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6351.yaml b/test/e2e-cypress/static/documents/bugs/6351.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6369-oas2-display.yaml b/test/e2e-cypress/static/documents/bugs/6369-oas2-display.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6369-oas2-no-display.yaml b/test/e2e-cypress/static/documents/bugs/6369-oas2-no-display.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6369-oas3-display.yaml b/test/e2e-cypress/static/documents/bugs/6369-oas3-display.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6369-oas3-no-display.yaml b/test/e2e-cypress/static/documents/bugs/6369-oas3-no-display.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6442.yaml b/test/e2e-cypress/static/documents/bugs/6442.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6475.yaml b/test/e2e-cypress/static/documents/bugs/6475.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6540.yaml b/test/e2e-cypress/static/documents/bugs/6540.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/6627.yaml b/test/e2e-cypress/static/documents/bugs/6627.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/7996-tags-externalDocs.yaml b/test/e2e-cypress/static/documents/bugs/7996-tags-externalDocs.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/8217.yaml b/test/e2e-cypress/static/documents/bugs/8217.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/bugs/editor-1868.yaml b/test/e2e-cypress/static/documents/bugs/editor-1868.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/auth-bearer-flow.yaml b/test/e2e-cypress/static/documents/features/auth-bearer-flow.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/auth-code-flow-pkce-without-secret.yaml b/test/e2e-cypress/static/documents/features/auth-code-flow-pkce-without-secret.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/deep-linking.openapi.yaml b/test/e2e-cypress/static/documents/features/deep-linking.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/deep-linking.swagger.yaml b/test/e2e-cypress/static/documents/features/deep-linking.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/default-model-rendering.yaml b/test/e2e-cypress/static/documents/features/default-model-rendering.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/external-docs.openapi.yaml b/test/e2e-cypress/static/documents/features/external-docs.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/external-docs.swagger.yaml b/test/e2e-cypress/static/documents/features/external-docs.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/info-openAPI2.yaml b/test/e2e-cypress/static/documents/features/info-openAPI2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/info-openAPI30.yaml b/test/e2e-cypress/static/documents/features/info-openAPI30.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/info-openAPI31.yaml b/test/e2e-cypress/static/documents/features/info-openAPI31.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/json-schema-2020-12-empty-schema.yaml b/test/e2e-cypress/static/documents/features/json-schema-2020-12-empty-schema.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/json-schema-2020-12-examples.yaml b/test/e2e-cypress/static/documents/features/json-schema-2020-12-examples.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/json-schema-2020-12-extension-keywords.yaml b/test/e2e-cypress/static/documents/features/json-schema-2020-12-extension-keywords.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/json-schema-2020-12-title.yaml b/test/e2e-cypress/static/documents/features/json-schema-2020-12-title.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/json-schema-2020-12-unique-items.yaml b/test/e2e-cypress/static/documents/features/json-schema-2020-12-unique-items.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/license-openAPI2.yaml b/test/e2e-cypress/static/documents/features/license-openAPI2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/license-openAPI30.yaml b/test/e2e-cypress/static/documents/features/license-openAPI30.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/license-openAPI31-error-both-identifier-and-url.yaml b/test/e2e-cypress/static/documents/features/license-openAPI31-error-both-identifier-and-url.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/license-openAPI31-identifier.yaml b/test/e2e-cypress/static/documents/features/license-openAPI31-identifier.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/license-openAPI31-url.yaml b/test/e2e-cypress/static/documents/features/license-openAPI31-url.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/models.openapi.yaml b/test/e2e-cypress/static/documents/features/models.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/models.swagger.yaml b/test/e2e-cypress/static/documents/features/models.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/multiple-examples-core.openapi.yaml b/test/e2e-cypress/static/documents/features/multiple-examples-core.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-all-of-circular-ref.yaml b/test/e2e-cypress/static/documents/features/oas3-all-of-circular-ref.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-callbacks.yaml b/test/e2e-cypress/static/documents/features/oas3-callbacks.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-complex-spec.json b/test/e2e-cypress/static/documents/features/oas3-complex-spec.json old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-extension.yaml b/test/e2e-cypress/static/documents/features/oas3-extension.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-multiple-media-type.yaml b/test/e2e-cypress/static/documents/features/oas3-multiple-media-type.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-multiple-servers-switch.yaml b/test/e2e-cypress/static/documents/features/oas3-multiple-servers-switch.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-multiple-servers.yaml b/test/e2e-cypress/static/documents/features/oas3-multiple-servers.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-one-of-any-of-example.yaml b/test/e2e-cypress/static/documents/features/oas3-one-of-any-of-example.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-request-body-complex-schema-properties.yaml b/test/e2e-cypress/static/documents/features/oas3-request-body-complex-schema-properties.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-request-body-upload-file.yaml b/test/e2e-cypress/static/documents/features/oas3-request-body-upload-file.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas3-xml.json b/test/e2e-cypress/static/documents/features/oas3-xml.json old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-extension.yaml b/test/e2e-cypress/static/documents/features/oas31-extension.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-parameter-schema.yaml b/test/e2e-cypress/static/documents/features/oas31-parameter-schema.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-request-body-complex-schema-properties.yaml b/test/e2e-cypress/static/documents/features/oas31-request-body-complex-schema-properties.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-request-body-upload-file.yaml b/test/e2e-cypress/static/documents/features/oas31-request-body-upload-file.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-response-empty-content.yaml b/test/e2e-cypress/static/documents/features/oas31-response-empty-content.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-response-empty-media-type.yaml b/test/e2e-cypress/static/documents/features/oas31-response-empty-media-type.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-response-no-content.yaml b/test/e2e-cypress/static/documents/features/oas31-response-no-content.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-schema-expansion.yaml b/test/e2e-cypress/static/documents/features/oas31-schema-expansion.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/oas31-webhook-examples.yaml b/test/e2e-cypress/static/documents/features/oas31-webhook-examples.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/parameter-array-missing-items.yaml b/test/e2e-cypress/static/documents/features/parameter-array-missing-items.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/parameter-order.yaml b/test/e2e-cypress/static/documents/features/parameter-order.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/parameter-schema.yaml b/test/e2e-cypress/static/documents/features/parameter-schema.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas3.yaml b/test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas3.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas31.yaml b/test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas31.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/petstore-only-pet.openapi.yaml b/test/e2e-cypress/static/documents/features/petstore-only-pet.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/request-body/multipart/default-views.yaml b/test/e2e-cypress/static/documents/features/request-body/multipart/default-views.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/request-body/multipart/enum.yaml b/test/e2e-cypress/static/documents/features/request-body/multipart/enum.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/response-empty-examples-object.yaml b/test/e2e-cypress/static/documents/features/response-empty-examples-object.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/response-extension.openapi.yaml b/test/e2e-cypress/static/documents/features/response-extension.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/response-extension.swagger.yaml b/test/e2e-cypress/static/documents/features/response-extension.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/schema-form-core.yaml b/test/e2e-cypress/static/documents/features/schema-form-core.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/schema-form-enum-boolean.yaml b/test/e2e-cypress/static/documents/features/schema-form-enum-boolean.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/schema-form-missing-values.yaml b/test/e2e-cypress/static/documents/features/schema-form-missing-values.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/spec-parse-to-json.yaml b/test/e2e-cypress/static/documents/features/spec-parse-to-json.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas2.yaml b/test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas3.yaml b/test/e2e-cypress/static/documents/features/syntax-highlighting-json-oas3.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/try-it-out-enabled.yaml b/test/e2e-cypress/static/documents/features/try-it-out-enabled.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/try-it-out-non-200-response-body.yaml b/test/e2e-cypress/static/documents/features/try-it-out-non-200-response-body.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/try-it-out-schema-required-override-allowed.yaml b/test/e2e-cypress/static/documents/features/try-it-out-schema-required-override-allowed.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/urls/1.yaml b/test/e2e-cypress/static/documents/features/urls/1.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/urls/2.yaml b/test/e2e-cypress/static/documents/features/urls/2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/urls/server-variables-1.yaml b/test/e2e-cypress/static/documents/features/urls/server-variables-1.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/urls/server-variables-2.yaml b/test/e2e-cypress/static/documents/features/urls/server-variables-2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/webhooks-openAPI30.yaml b/test/e2e-cypress/static/documents/features/webhooks-openAPI30.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/features/webhooks-openAPI31.yaml b/test/e2e-cypress/static/documents/features/webhooks-openAPI31.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/petstore-expanded.openapi.yaml b/test/e2e-cypress/static/documents/petstore-expanded.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/petstore.swagger.yaml b/test/e2e-cypress/static/documents/petstore.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/anonymous.yaml b/test/e2e-cypress/static/documents/security/anonymous.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/mutual-tls.yaml b/test/e2e-cypress/static/documents/security/mutual-tls.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/sequential-import-chaining/injection.css b/test/e2e-cypress/static/documents/security/sequential-import-chaining/injection.css old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/sequential-import-chaining/openapi.yaml b/test/e2e-cypress/static/documents/security/sequential-import-chaining/openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/sequential-import-chaining/swagger.yaml b/test/e2e-cypress/static/documents/security/sequential-import-chaining/swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/documents/security/xss-oauth2.yaml b/test/e2e-cypress/static/documents/security/xss-oauth2.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/index.html b/test/e2e-cypress/static/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/5085/index.html b/test/e2e-cypress/static/pages/5085/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/5138/api-with-examples.yaml b/test/e2e-cypress/static/pages/5138/api-with-examples.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/5138/index.html b/test/e2e-cypress/static/pages/5138/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/5138/uspto.yaml b/test/e2e-cypress/static/pages/5138/uspto.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/json-schema-2020-12-expansion/expansion.yaml b/test/e2e-cypress/static/pages/json-schema-2020-12-expansion/expansion.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/json-schema-2020-12-expansion/index.html b/test/e2e-cypress/static/pages/json-schema-2020-12-expansion/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/static/pages/multiple-urls/index.html b/test/e2e-cypress/static/pages/multiple-urls/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/commands.js b/test/e2e-cypress/support/commands.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/e2e.js b/test/e2e-cypress/support/e2e.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/helpers/multiple-examples.js b/test/e2e-cypress/support/helpers/multiple-examples.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/helpers/oauth2-server/index.js b/test/e2e-cypress/support/helpers/oauth2-server/index.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/helpers/oauth2-server/model.js b/test/e2e-cypress/support/helpers/oauth2-server/model.js old mode 100644 new mode 100755 diff --git a/test/e2e-cypress/support/helpers/oauth2-server/swagger.yaml b/test/e2e-cypress/support/helpers/oauth2-server/swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/README.md b/test/e2e-selenium/README.md old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/db.json b/test/e2e-selenium/db.json old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/nightwatch.json b/test/e2e-selenium/nightwatch.json old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/pages/main.js b/test/e2e-selenium/pages/main.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4196.js b/test/e2e-selenium/scenarios/bugs/4196.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4374.js b/test/e2e-selenium/scenarios/bugs/4374.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4409.js b/test/e2e-selenium/scenarios/bugs/4409.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4445.js b/test/e2e-selenium/scenarios/bugs/4445.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4485.js b/test/e2e-selenium/scenarios/bugs/4485.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4536.js b/test/e2e-selenium/scenarios/bugs/4536.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4587.js b/test/e2e-selenium/scenarios/bugs/4587.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/4756.js b/test/e2e-selenium/scenarios/bugs/4756.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/bugs/frozen-array-input.js b/test/e2e-selenium/scenarios/bugs/frozen-array-input.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/features/allow-empty-value.openapi.js b/test/e2e-selenium/scenarios/features/allow-empty-value.openapi.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/features/allow-empty-value.swagger.js b/test/e2e-selenium/scenarios/features/allow-empty-value.swagger.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/features/example.js b/test/e2e-selenium/scenarios/features/example.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/features/parameter-enum-rendering.js b/test/e2e-selenium/scenarios/features/parameter-enum-rendering.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/features/parameter-example-rendering.js b/test/e2e-selenium/scenarios/features/parameter-example-rendering.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/informationContainer.js b/test/e2e-selenium/scenarios/informationContainer.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/models.js b/test/e2e-selenium/scenarios/models.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/oas3/callbacks.js b/test/e2e-selenium/scenarios/oas3/callbacks.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/oas3/pet.js b/test/e2e-selenium/scenarios/oas3/pet.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/on-complete.js b/test/e2e-selenium/scenarios/on-complete.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/operations/pet.js b/test/e2e-selenium/scenarios/operations/pet.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/operations/store.js b/test/e2e-selenium/scenarios/operations/store.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/operations/user.js b/test/e2e-selenium/scenarios/operations/user.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/refs.js b/test/e2e-selenium/scenarios/refs.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/schemeContainer.js b/test/e2e-selenium/scenarios/schemeContainer.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/scenarios/topbar.js b/test/e2e-selenium/scenarios/topbar.js old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/index.html b/test/e2e-selenium/static/index.html old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4196.yaml b/test/e2e-selenium/static/test-specs/bugs/4196.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4374.yaml b/test/e2e-selenium/static/test-specs/bugs/4374.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4409.yaml b/test/e2e-selenium/static/test-specs/bugs/4409.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4445.yaml b/test/e2e-selenium/static/test-specs/bugs/4445.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4485/book.yaml b/test/e2e-selenium/static/test-specs/bugs/4485/book.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4485/main.yaml b/test/e2e-selenium/static/test-specs/bugs/4485/main.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4536.yaml b/test/e2e-selenium/static/test-specs/bugs/4536.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4587.yaml b/test/e2e-selenium/static/test-specs/bugs/4587.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/4756.yaml b/test/e2e-selenium/static/test-specs/bugs/4756.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/bugs/frozen-array-input.yaml b/test/e2e-selenium/static/test-specs/bugs/frozen-array-input.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/callbacks.openapi.yaml b/test/e2e-selenium/static/test-specs/callbacks.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/allow-empty-value.openapi.yaml b/test/e2e-selenium/static/test-specs/features/allow-empty-value.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/allow-empty-value.swagger.yaml b/test/e2e-selenium/static/test-specs/features/allow-empty-value.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/example.openapi.yaml b/test/e2e-selenium/static/test-specs/features/example.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/example.swagger.yaml b/test/e2e-selenium/static/test-specs/features/example.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.openapi.yaml b/test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.swagger.yaml b/test/e2e-selenium/static/test-specs/features/parameter-enum-rendering.swagger.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/petstore.json b/test/e2e-selenium/static/test-specs/petstore.json old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/petstore.openapi.yaml b/test/e2e-selenium/static/test-specs/petstore.openapi.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/refs/api1.yaml b/test/e2e-selenium/static/test-specs/refs/api1.yaml old mode 100644 new mode 100755 diff --git a/test/e2e-selenium/static/test-specs/refs/api2.yaml b/test/e2e-selenium/static/test-specs/refs/api2.yaml old mode 100644 new mode 100755 diff --git a/test/unit/bugs/3199-sanitization-escaping.jsx b/test/unit/bugs/3199-sanitization-escaping.jsx old mode 100644 new mode 100755 diff --git a/test/unit/bugs/3279-empty-markdown-source.jsx b/test/unit/bugs/3279-empty-markdown-source.jsx old mode 100644 new mode 100755 diff --git a/test/unit/bugs/4557-default-parameter-values.jsx b/test/unit/bugs/4557-default-parameter-values.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/filter.jsx b/test/unit/components/filter.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/highlight-code.jsx b/test/unit/components/highlight-code.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/info-wrapper.jsx b/test/unit/components/info-wrapper.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/live-response.jsx b/test/unit/components/live-response.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/markdown.jsx b/test/unit/components/markdown.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/online-validator-badge.jsx b/test/unit/components/online-validator-badge.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/operation-tag.jsx b/test/unit/components/operation-tag.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/operation.jsx b/test/unit/components/operation.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/operations.jsx b/test/unit/components/operations.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/parameter-row.jsx b/test/unit/components/parameter-row.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/response-body.jsx b/test/unit/components/response-body.jsx old mode 100644 new mode 100755 diff --git a/test/unit/components/version-pragma-filter.jsx b/test/unit/components/version-pragma-filter.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/config/type-cast/index.js b/test/unit/core/config/type-cast/index.js old mode 100644 new mode 100755 diff --git a/test/unit/core/curlify.js b/test/unit/core/curlify.js old mode 100644 new mode 100755 diff --git a/test/unit/core/helpers/get-model-name.js b/test/unit/core/helpers/get-model-name.js old mode 100644 new mode 100755 diff --git a/test/unit/core/helpers/get-parameter-schema.js b/test/unit/core/helpers/get-parameter-schema.js old mode 100644 new mode 100755 diff --git a/test/unit/core/oauth2-authorize.js b/test/unit/core/oauth2-authorize.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/actions.js b/test/unit/core/plugins/auth/actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/configs-extensions/wrap-actions.js b/test/unit/core/plugins/auth/configs-extensions/wrap-actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/preauthorize.js b/test/unit/core/plugins/auth/preauthorize.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/selectors.js b/test/unit/core/plugins/auth/selectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/spec-extensions/wrap-actions.js b/test/unit/core/plugins/auth/spec-extensions/wrap-actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/auth/wrap-actions.js b/test/unit/core/plugins/auth/wrap-actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/configs/actions.js b/test/unit/core/plugins/configs/actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/err/transformers/not-of-type.js b/test/unit/core/plugins/err/transformers/not-of-type.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/err/transformers/parameter-oneof.js b/test/unit/core/plugins/err/transformers/parameter-oneof.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/filter/opsFilter.js b/test/unit/core/plugins/filter/opsFilter.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-2020-12-samples/fn.js b/test/unit/core/plugins/json-schema-2020-12-samples/fn.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-2020-12-samples/get-sample-schema.js b/test/unit/core/plugins/json-schema-2020-12-samples/get-sample-schema.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5-samples/fn/get-sample-schema.js b/test/unit/core/plugins/json-schema-5-samples/fn/get-sample-schema.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5-samples/fn/index.js b/test/unit/core/plugins/json-schema-5-samples/fn/index.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/json-schema-form.jsx b/test/unit/core/plugins/json-schema-5/components/json-schema-form.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/model-example.jsx b/test/unit/core/plugins/json-schema-5/components/model-example.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/models.jsx b/test/unit/core/plugins/json-schema-5/components/models.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/object-model.jsx b/test/unit/core/plugins/json-schema-5/components/object-model.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/primitive-model.jsx b/test/unit/core/plugins/json-schema-5/components/primitive-model.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/response.jsx b/test/unit/core/plugins/json-schema-5/components/response.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/schemes-wrapper.jsx b/test/unit/core/plugins/json-schema-5/components/schemes-wrapper.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/json-schema-5/components/schemes.jsx b/test/unit/core/plugins/json-schema-5/components/schemes.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/helpers.js b/test/unit/core/plugins/oas3/helpers.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/reducers.js b/test/unit/core/plugins/oas3/reducers.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/selectors.js b/test/unit/core/plugins/oas3/selectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/servers-wrapper.jsx b/test/unit/core/plugins/oas3/servers-wrapper.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/state-integration.js b/test/unit/core/plugins/oas3/state-integration.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/wrap-auth-selectors.js b/test/unit/core/plugins/oas3/wrap-auth-selectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas3/wrap-spec-selectors.js b/test/unit/core/plugins/oas3/wrap-spec-selectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas31/components/version-pragma-filter.jsx b/test/unit/core/plugins/oas31/components/version-pragma-filter.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/oas31/fn.js b/test/unit/core/plugins/oas31/fn.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/safe-render/index.jsx b/test/unit/core/plugins/safe-render/index.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/spec/actions.js b/test/unit/core/plugins/spec/actions.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/spec/assets/petstore.json b/test/unit/core/plugins/spec/assets/petstore.json old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/spec/reducer.js b/test/unit/core/plugins/spec/reducer.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/spec/selectors.js b/test/unit/core/plugins/spec/selectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/plugins/swagger-js/withCredentials.js b/test/unit/core/plugins/swagger-js/withCredentials.js old mode 100644 new mode 100755 diff --git a/test/unit/core/system/system.jsx b/test/unit/core/system/system.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/system/wrapComponent.jsx b/test/unit/core/system/wrapComponent.jsx old mode 100644 new mode 100755 diff --git a/test/unit/core/system/wrapSelectors.js b/test/unit/core/system/wrapSelectors.js old mode 100644 new mode 100755 diff --git a/test/unit/core/utils.js b/test/unit/core/utils.js old mode 100644 new mode 100755 diff --git a/test/unit/docker/oauth.js b/test/unit/docker/oauth.js old mode 100644 new mode 100755 diff --git a/test/unit/docker/translator.js b/test/unit/docker/translator.js old mode 100644 new mode 100755 diff --git a/test/unit/jest-shim.js b/test/unit/jest-shim.js old mode 100644 new mode 100755 diff --git a/test/unit/setup.js b/test/unit/setup.js old mode 100644 new mode 100755 diff --git a/test/unit/swagger-ui-dist-package/absolute-path.js b/test/unit/swagger-ui-dist-package/absolute-path.js old mode 100644 new mode 100755 diff --git a/test/unit/xss/anchor-target-rel/info.jsx b/test/unit/xss/anchor-target-rel/info.jsx old mode 100644 new mode 100755 diff --git a/test/unit/xss/anchor-target-rel/link.jsx b/test/unit/xss/anchor-target-rel/link.jsx old mode 100644 new mode 100755 diff --git a/test/unit/xss/anchor-target-rel/markdown.jsx b/test/unit/xss/anchor-target-rel/markdown.jsx old mode 100644 new mode 100755 diff --git a/test/unit/xss/anchor-target-rel/online-validator-badge.jsx b/test/unit/xss/anchor-target-rel/online-validator-badge.jsx old mode 100644 new mode 100755 diff --git a/test/unit/xss/info-sanitization.jsx b/test/unit/xss/info-sanitization.jsx old mode 100644 new mode 100755 diff --git a/test/unit/xss/markdown-script-sanitization.jsx b/test/unit/xss/markdown-script-sanitization.jsx old mode 100644 new mode 100755 diff --git a/webpack/_config-builder.js b/webpack/_config-builder.js old mode 100644 new mode 100755 diff --git a/webpack/_helpers.js b/webpack/_helpers.js old mode 100644 new mode 100755 diff --git a/webpack/bundle.js b/webpack/bundle.js old mode 100644 new mode 100755 diff --git a/webpack/core.js b/webpack/core.js old mode 100644 new mode 100755 diff --git a/webpack/dev-e2e.js b/webpack/dev-e2e.js old mode 100644 new mode 100755 diff --git a/webpack/dev.js b/webpack/dev.js old mode 100644 new mode 100755 diff --git a/webpack/es-bundle-core.js b/webpack/es-bundle-core.js old mode 100644 new mode 100755 diff --git a/webpack/es-bundle.js b/webpack/es-bundle.js old mode 100644 new mode 100755 diff --git a/webpack/standalone.js b/webpack/standalone.js old mode 100644 new mode 100755 diff --git a/webpack/stylesheets.js b/webpack/stylesheets.js old mode 100644 new mode 100755