data class Event(val id: ByteString, @Json(name = "pubkey") val pubKey: ByteString, @Json(name = "created_at") val createdAt: Instant, val kind: Int, val tags: List<List<String>>, val content: String, val sig: ByteString) The primitive type understood by relays, as per nip-01