diff --git a/backend/src/main/resources/dynamic-http-metadata-provider.schema.json b/backend/src/main/resources/dynamic-http-metadata-provider.schema.json index f4f96fe4b..71cfd3ac3 100644 --- a/backend/src/main/resources/dynamic-http-metadata-provider.schema.json +++ b/backend/src/main/resources/dynamic-http-metadata-provider.schema.json @@ -116,7 +116,7 @@ { "properties": { "initializeFromPersistentCacheInBackground": { - "const": true + "enum": [true] }, "backgroundInitializationFromCacheDelay": { "title": "label.background-init-from-cache-delay", @@ -129,7 +129,7 @@ { "properties": { "initializeFromPersistentCacheInBackground": { - "const": false + "enum": [false] } } }