#%RAML 1.0 DataType # RegisterDTO type : object properties : username : string password : string confirm : string phone : string token : string email : string