diff --git a/relay/event.schema.json b/relay/event.schema.json index 281928b..4b7dd5a 100644 --- a/relay/event.schema.json +++ b/relay/event.schema.json @@ -474,6 +474,20 @@ "boolean", "null" ] + }, + "view_names": { + "description": " The names of the currently visible views.", + "default": null, + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } } }, "additionalProperties": false