Skip to content

Commit

Permalink
fix(jsonschema): adds regex pattern to usergroup schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Jul 25, 2023
1 parent 83df65f commit b54518d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riocli/jsonschema/schemas/usergroup-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ definitions:
properties:
name:
type: string
pattern: "^[a-zA-Z][a-z A-Z0-9-_]{2,63}$"
guid:
$ref: "#/definitions/uuid"
creator:
Expand Down

0 comments on commit b54518d

Please sign in to comment.