2017-11-15 16:59:12 +01:00

34 lines
536 B
JSON

{
"connection": "default",
"collectionName": "",
"info": {
"name": "user",
"description": ""
},
"attributes": {
"username": {
"type": "string",
"minLength": 3,
"unique": true
},
"email": {
"type": "string",
"minLength": 6,
"unique": true
},
"provider": {
"type": "string"
},
"password": {
"type": "string",
"minLength": 6
},
"resetPasswordToken": {
"type": "string"
},
"role": {
"type": "string"
}
}
}