From 0dab8daccf22cfec796819dd2c41a30049d75d85 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Thu, 22 Nov 2018 09:40:12 +0100 Subject: [PATCH] Common properly formatted --- schema/common.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/schema/common.json b/schema/common.json index ebd8e3e..69a8641 100644 --- a/schema/common.json +++ b/schema/common.json @@ -150,13 +150,13 @@ "MultiPolygon" ] }, - "timerel": { - "type": "string", - "enum": [ - "before", - "after", - "between" - ] - } + "timerel": { + "type": "string", + "enumeration": [ + "before", + "after", + "between" + ] + } } } -- GitLab