RegisterDTO.raml 211 B

12345678910
  1. #%RAML 1.0 DataType
  2. # RegisterDTO
  3. type : object
  4. properties :
  5. username : string
  6. password : string
  7. confirm : string
  8. phone : string
  9. token : string
  10. email : string