From 007e7d72c39d2568769e3367a9a3cd248b00db34 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:55:17 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc5e6f4..cacb09e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer From 64dd1968d3c76ecf214f617f7ccfbf915362bcf8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:19:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../src/main/resources/config/access-control-schema.json | 2 +- .../src/main/resources/config/openapi-handler-schema.json | 2 +- .../src/main/resources/config/specification-schema.json | 2 +- .../src/main/resources/config/openapi-validator-schema.json | 2 +- .../src/main/resources/config/openapi-validator.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/access-control/src/main/resources/config/access-control-schema.json b/access-control/src/main/resources/config/access-control-schema.json index 245db04..b85eea4 100644 --- a/access-control/src/main/resources/config/access-control-schema.json +++ b/access-control/src/main/resources/config/access-control-schema.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi-config/src/main/resources/config/openapi-handler-schema.json b/openapi-config/src/main/resources/config/openapi-handler-schema.json index f528bd5..2efc903 100644 --- a/openapi-config/src/main/resources/config/openapi-handler-schema.json +++ b/openapi-config/src/main/resources/config/openapi-handler-schema.json @@ -19,4 +19,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/src/main/resources/config/specification-schema.json b/specification/src/main/resources/config/specification-schema.json index f237b2f..0430001 100644 --- a/specification/src/main/resources/config/specification-schema.json +++ b/specification/src/main/resources/config/specification-schema.json @@ -14,4 +14,4 @@ "default" : "text/yaml" } } -} \ No newline at end of file +} diff --git a/validator-config/src/main/resources/config/openapi-validator-schema.json b/validator-config/src/main/resources/config/openapi-validator-schema.json index 24542e6..780fe9f 100644 --- a/validator-config/src/main/resources/config/openapi-validator-schema.json +++ b/validator-config/src/main/resources/config/openapi-validator-schema.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/validator-config/src/main/resources/config/openapi-validator.yaml b/validator-config/src/main/resources/config/openapi-validator.yaml index a70edd1..eee3a68 100644 --- a/validator-config/src/main/resources/config/openapi-validator.yaml +++ b/validator-config/src/main/resources/config/openapi-validator.yaml @@ -12,7 +12,7 @@ skipBodyValidation: ${openapi-validator.skipBodyValidation:false} validateResponse: ${openapi-validator.validateResponse:false} # When a field is set as nullable in the OpenAPI specification, the schema validator validates that it is nullable # however continues with validation against the nullable field -# +# # If handleNullableField is set to true && incoming field is nullable && value is field: null --> succeed # If handleNullableField is set to false && incoming field is nullable && value is field: null --> it is up to the type # validator using the SchemaValidator to handle it.