Skip to content

Commit

Permalink
feat: Add lenra listeners (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Feb 20, 2023
1 parent 0bca3d0 commit 188b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/defs/listener.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"action": {
"description": "The action name to call",
"type": "string",
"pattern": "^[a-zA-Z_$][a-zA-Z_$0-9]*$"
"pattern": "^(@lenra:)?[a-zA-Z_$][a-zA-Z_$0-9]*$"
},
"props": {
"description": "Parameters passed to the listener",
Expand Down

0 comments on commit 188b7be

Please sign in to comment.