User naming cleanup

This commit is contained in:
2015-04-16 15:28:28 +02:00
parent 39ab7a5fe0
commit 6c0d86ff75
3 changed files with 10 additions and 10 deletions

View File

@@ -12,12 +12,12 @@ ITEM_METHODS = ['GET', 'PUT', 'DELETE', 'PATCH']
PAGINATION_LIMIT = 100
users_schema = {
'firstname': {
'first_name': {
'type': 'string',
'minlength': 1,
'maxlength': 60,
},
'lastname': {
'last_name': {
'type': 'string',
'minlength': 1,
'maxlength': 60,