From 29000e2d6f49ed9b08b15a9f474dfb5b4145d800 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 10:59:02 +0200 Subject: move databases into dependencies section --- config/schema.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'config/schema.json') diff --git a/config/schema.json b/config/schema.json index a6303f54a..7e44878c9 100644 --- a/config/schema.json +++ b/config/schema.json @@ -115,19 +115,11 @@ }, "additionalProperties": false }, - "databases": { - "type": "array", - "items": { - "type": "string", - "enum": ["pgsql", "mysql", "sqlite3", "mssql", "oracle"] - }, - "uniqueItems": true - }, "categories": { "type": "array", "items": { "type": "string", - "enum": ["Filesystem", "Authentication", "PIM", "Multimedia", + "enum": ["Filesystem", "Authentication", "PIM", "Multimedia", "Productivity", "Games", "Tools", "Other"] }, "minItems": 1, @@ -136,6 +128,14 @@ "dependencies": { "type": "object", "properties": { + "databases": { + "type": "array", + "items": { + "type": "string", + "enum": ["pgsql", "mysql", "sqlite3", "mssql", "oracle"] + }, + "uniqueItems": true + }, "php": { "type": "string", "pattern": "^((=|<|>|<=|>=)?[0-9]+(\\.[0-9]+)*(,(=|<|>|<=|>=)?[0-9]+(\\.[0-9]+)*)*|\\*)$" @@ -167,11 +167,11 @@ } }, "required": [ - "name", - "id", - "description", - "licence", - "version", + "name", + "id", + "description", + "licence", + "version", "authors", "repository" ], -- cgit v1.2.3