From 47325a56669e3020b9319da22a5e9d24f6856e8a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 3 May 2017 15:26:32 +0200 Subject: [PATCH] Additional properties allowed on the meta part --- schema_clusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema_clusters.json b/schema_clusters.json index 861e560..ba6cfcb 100644 --- a/schema_clusters.json +++ b/schema_clusters.json @@ -38,7 +38,7 @@ }, "meta": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "type": { "type": "array",