Skip to content

Commit eb941c2

Browse files
committed
1 parent 6121fd3 commit eb941c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

relay/event.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3251,6 +3251,14 @@
32513251
{
32523252
"type": "object",
32533253
"properties": {
3254+
"name": {
3255+
"description": " The name of the route.",
3256+
"default": null,
3257+
"type": [
3258+
"string",
3259+
"null"
3260+
]
3261+
},
32543262
"params": {
32553263
"description": " Parameters assigned to this route.",
32563264
"default": null,

0 commit comments

Comments
 (0)