acls are back to obersvation-type.json properties

This commit is contained in:
Carlos Jimenez 2018-02-20 13:38:04 +01:00
parent 93134cb39f
commit 6b70556320
1 changed files with 9 additions and 1 deletions

View File

@ -16,7 +16,15 @@
"description": { "description": {
"type": "string", "type": "string",
"required": true "required": true
} },
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
} }
} }