From 412af793a9e025cb558c06556f2f8efcfc713d98 Mon Sep 17 00:00:00 2001 From: David Nestorovic Date: Fri, 31 May 2024 15:15:18 +0200 Subject: [PATCH] Fix style in config schema --- .../native-image/assets/resource-config-schema-v1.1.0.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference-manual/native-image/assets/resource-config-schema-v1.1.0.json b/docs/reference-manual/native-image/assets/resource-config-schema-v1.1.0.json index 9e365ba03a096..2dc5535dd780d 100644 --- a/docs/reference-manual/native-image/assets/resource-config-schema-v1.1.0.json +++ b/docs/reference-manual/native-image/assets/resource-config-schema-v1.1.0.json @@ -148,11 +148,8 @@ "title": "List of resource bundles that should be registered" } }, - "required": [ - - ], "additionalProperties": false, "type": "object", "title": "JSON schema for the resource-config that GraalVM Native Image uses", "description": "Native Image will iterate over all resources and match their relative paths against the Java Regex specified in . If the path matches the Regex, the resource is included. The statement instructs Native Image to omit certain included resources that match the given " - } \ No newline at end of file +} \ No newline at end of file