From 7d4ff9730d102293110f9838fcf34e30f23a3fd8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 9 Aug 2018 07:52:47 +0200 Subject: [PATCH] fix: [JSON schema] related element is an array of JSON objects --- schema_clusters.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schema_clusters.json b/schema_clusters.json index 9c11e4d..914d065 100644 --- a/schema_clusters.json +++ b/schema_clusters.json @@ -40,8 +40,11 @@ "type": "string" }, "related": { - "type": "object", + "type": "array", "additionalProperties": false, + "items": { + "type": "object" + }, "properties": { "dest-uuid": { "type": "string"