From 159be29a669c3f53e107c2ab1e9e8165eb9a82fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20BARRAGU=C3=89?= Date: Mon, 22 Feb 2021 11:28:24 +0100 Subject: [PATCH] add: check if opposite key is valid in relationships --- validate_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/validate_all.sh b/validate_all.sh index 0d8b9d1..a2bb5d3 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -31,6 +31,7 @@ do done jsonschema -i relationships/definition.json schema_relationships.json +./tools/validate_opposites.sh ./unique_uuid.py