explicitly set indexes on ACL model
This allows the loopback-connector-redis to work with the default auth models.
This commit is contained in:
parent
70cec0755a
commit
26dee5bd80
|
@ -3,13 +3,18 @@
|
|||
"properties": {
|
||||
"model": {
|
||||
"type": "string",
|
||||
"index": true,
|
||||
"description": "The name of the model"
|
||||
},
|
||||
"property": {
|
||||
"type": "string",
|
||||
"index": true,
|
||||
"description": "The name of the property, method, scope, or relation"
|
||||
},
|
||||
"accessType": "string",
|
||||
"accessType": {
|
||||
"type": "string",
|
||||
"index": true
|
||||
},
|
||||
"permission": "string",
|
||||
"principalType": "string",
|
||||
"principalId": "string"
|
||||
|
|
Loading…
Reference in New Issue