bug fixed acl obervationType

This commit is contained in:
Daniel Herrero 2018-02-20 14:05:05 +01:00
parent 7c3efd40d5
commit ada3d9480b
1 changed files with 10 additions and 10 deletions

View File

@ -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"
}
]
}