[60ada4]: / Allura / docs / api-rest / schemas / hasPermission.json  Maximize  Restore  History

Download this file

12 lines (12 with data), 264 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"name": "/",
"properties": {
"result": {
"type": "boolean",
"description": "True if a user has the permission a given permission.",
"name": "result"
}
}
}