Permission Data Type

Properties
name data type description
entity EntityId
permission boolean
found boolean

Example

{
  "entity" : {
    "type" : "...",
    "id" : 12345,
    "href" : "..."
  },
  "permission" : true,
  "found" : true
}