#%RAML 1.0 DataType # User type : object properties : id : number score : number username : string email : string phone : string role : UserRole createAt : LocalDateTime