@json-rpc-specification/meta-schema
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

JSON RPC JSON Schemas

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/

Installing

Typescript

npm install --save @json-rpc-specification/meta-schema

Golang

go get github.com/json-rpc-specification/meta-schema

Rust

cargo install jsonrpctypes

Using

Typescript

import { JSONRPCRequest } from "@json-rpc-specification/meta-schema"

Package Sidebar

Install

npm i @json-rpc-specification/meta-schema

Weekly Downloads

39

Version

1.0.7

License

Apache-2.0

Unpacked Size

45.3 kB

Total Files

7

Last publish

Collaborators

  • belfordz