diff --git a/static/src/main/resources/META-INF/resources/schema/oxstore-config.json b/static/src/main/resources/META-INF/resources/schema/oxstore-config.json index 71d27ebf8..5953bc818 100644 --- a/static/src/main/resources/META-INF/resources/schema/oxstore-config.json +++ b/static/src/main/resources/META-INF/resources/schema/oxstore-config.json @@ -12,7 +12,8 @@ "type": "string", "enum": [ "LOCAL", - "JCA" + "JCA", + "DB" ] }, "localConfiguration": {