Email attribute for organization

This commit is contained in:
Pablo Vazquez 2015-10-05 19:57:37 +02:00
parent 44302b6623
commit ae5797146d

View File

@ -62,6 +62,9 @@ organizations_schema = {
'maxlength': 128,
'required': True
},
'email': {
'type': 'string'
},
'url': {
'type': 'string',
'minlength': 1,