This repo contains the JSON Schema meta-schema that corresponds to the various JSON-RPC objects.
From these JSON Schema, types for various languages are generated.
meta schema is hosted here: https://meta.jsonrpc.net/
npm install --save @json-rpc-specification/meta-schema
go get github.com/json-rpc-specification/meta-schema
cargo install jsonrpctypes
import { JSONRPCRequest } from "@json-rpc-specification/meta-schema"