Detalhes do pacote

@json-rpc-specification/meta-schema

json-rpc-specification897Apache-2.01.0.7

JSON Schemas for JSON-RPC. Generated types in multiple languages

json-rpc, jsonrpc, JSON RPC, open-rpc

readme (leia-me)

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"

changelog (log de mudanças)

1.0.7 (2024-05-10)

Bug Fixes

1.0.6 (2022-10-29)

Bug Fixes

  • add link to deployed meta schema (59983da)

1.0.5 (2022-10-29)

Bug Fixes

1.0.4 (2022-10-29)

Bug Fixes

  • rust doc output was broken with new lines for some reason (6ba2271)

1.0.3 (2022-10-28)

Bug Fixes

  • update cloudfront distribution id (cf705ac)

1.0.2 (2022-10-28)

Bug Fixes

1.0.1 (2022-10-28)

Bug Fixes

  • add missing descriptions (9067e9b)
  • proper python image (a73e911)
  • use python image during release (d453211)

1.0.0 (2022-10-28)

Bug Fixes

  • add typescript dep (1ace2a3)
  • update circle config with proper context (81ec10c)

Features