jsonRpc

@SerialName(value = "jsonrpc")
val jsonRpc: String

JSON-RPC protocol version.

This field is always "2.0" per the JSON-RPC 2.0 specification. Uses @SerialName to ensure correct JSON field name "jsonrpc".