From 0ab8b903e5a51eeb73e55866603bf8b575d10658 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Fri, 3 Jan 2020 09:52:21 +0100
Subject: [PATCH] updated syntax to agree with schema draft 7

---
 inventory_provider/config.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/inventory_provider/config.py b/inventory_provider/config.py
index ff280872..4311d91c 100644
--- a/inventory_provider/config.py
+++ b/inventory_provider/config.py
@@ -20,8 +20,7 @@ CONFIG_SCHEMA = {
         "timeout": {
             "type": "number",
             "maximum": 10,  # sanity
-            "minimum": 0,  # should only be required by < draft 4???
-            "exclusiveMinimum": True
+            "exclusiveMinimum": 0
         }
     },
 
-- 
GitLab