Skip to content

Commit

Permalink
feat(jsonschema): adds role field 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 15, 2023
1 parent d827f05 commit a57ee0c
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"
role:
type: string
enum:
- admin
- viewer
required:
- emailID
- role
projectStatus:
type: object
properties:
Expand Down

0 comments on commit a57ee0c

Please sign in to comment.