Merge 48d7029d9a
into 0fdca8ee0d
This commit is contained in:
commit
e6ebac6f0e
|
@ -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"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"index": true
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
|
@ -21,7 +22,8 @@
|
|||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
"required": true,
|
||||
"index": true
|
||||
},
|
||||
"emailVerified": "boolean",
|
||||
"verificationToken": "string",
|
||||
|
|
Loading…
Reference in New Issue