From 0eb6ab483280c943bfb3a6c19ce5ba1320f25c83 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 23 Feb 2018 08:53:41 +0100 Subject: [PATCH] add: UUID also at value level --- schema_clusters.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema_clusters.json b/schema_clusters.json index 9915ef0d..87b0485c 100644 --- a/schema_clusters.json +++ b/schema_clusters.json @@ -36,6 +36,9 @@ "value": { "type": "string" }, + "uuid": { + "type": "string" + }, "meta": { "type": "object", "additionalProperties": true,