1# Roles 2type: array 3items: 4 type: string 5 enum: 6 - ADMIN 7 - USER 8 example: "User" 9 description: "A role of the user"
View as plain text