Relays can send 3 types of messages which must be JSON arrays (JSON is a popular data format)
Examples from the doc:
```json
["EVENT", , ], // used to send events requested by clients.
["EOSE", ] // used to indicate the end of stored events and the beginning of events newly received in real-time.
["NOTICE", ]
```