From ada3d9480bee689e15c7c4ee310a56ece436b0ec Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Tue, 20 Feb 2018 14:05:05 +0100 Subject: [PATCH] bug fixed acl obervationType --- .../common/models/observation-type.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/services/client/common/models/observation-type.json b/services/client/common/models/observation-type.json index ce6bfd424..ac3b84092 100644 --- a/services/client/common/models/observation-type.json +++ b/services/client/common/models/observation-type.json @@ -16,15 +16,15 @@ "description": { "type": "string", "required": true - }, - "acls": [ - { - "accessType": "READ", - "principalType": "ROLE", - "principalId": "$everyone", - "permission": "ALLOW" - } - ] - } + } + }, + "acls": [ + { + "accessType": "READ", + "principalType": "ROLE", + "principalId": "$everyone", + "permission": "ALLOW" + } + ] } \ No newline at end of file