Skip to content

Commit

Permalink
feat(jsonschema): adds userRole for users in project
Browse files Browse the repository at this point in the history
This commit introduces a userRole for users in the project schema.
  • Loading branch information
pallabpain committed Sep 14, 2023
1 parent 629c405 commit 236ab87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions riocli/jsonschema/schemas/project-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,14 @@ definitions:
type: string
userGUID:
"$ref": "#/definitions/uuid"
userRole:
type: string
enum:
- admin
- viewer
required:
- emailID
- userRole
projectStatus:
type: object
properties:
Expand Down

0 comments on commit 236ab87

Please sign in to comment.