From 6ce28c8c90e38c93cf4b35e119e76587c675c15e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 16 Mar 2017 23:12:11 +0100 Subject: [PATCH] JQ all --- schema_clusters.json | 56 ++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/schema_clusters.json b/schema_clusters.json index cf64f74..861e560 100644 --- a/schema_clusters.json +++ b/schema_clusters.json @@ -40,6 +40,34 @@ "type": "object", "additionalProperties": false, "properties": { + "type": { + "type": "array", + "uniqueItems": true, + "items": { + "type": "string" + } + }, + "complexity": { + "type": "string" + }, + "effectiveness": { + "type": "string" + }, + "country": { + "type": "string" + }, + "possible_issues": { + "type": "string" + }, + "colour": { + "type": "string" + }, + "motive": { + "type": "string" + }, + "impact": { + "type": "string" + }, "refs": { "type": "array", "uniqueItems": true, @@ -63,34 +91,6 @@ }, "status": { "type": "string" - }, - "country": { - "type": "string" - }, - "effectiveness": { - "type": "string" - }, - "complexity": { - "type": "string" - }, - "type": { - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "impact": { - "type": "string" - }, - "motive": { - "type": "string" - }, - "colour": { - "type": "string" - }, - "possible_issues": { - "type": "string" } } }