Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/open-rpc/meta-schema

The official OpenRPC JSON Schema meta-schema.
https://github.com/open-rpc/meta-schema

json-schema meta-schema openrpc-specification schema

Last synced: 3 days ago
JSON representation

The official OpenRPC JSON Schema meta-schema.

Lists

README

        

# OpenRPC Meta JSON Schema


CircleCI branch
npm
GitHub release
GitHub commits since latest release

This is the JSON Schema file for the [OpenRPC Specification](https://spec.open-rpc.org/). You may use it to validate your open rpc documents.

This repo also contains the code which takes the schema, and generates typings for various languages. Currently supported languages:

- Typescript
- Rust
- Go
- Python

Need help or have a question? Join us on [Discord](https://discord.gg/gREUKuF)!

## License

Apache-2.0

### Contributing

How to contribute, build and release are outlined in [CONTRIBUTING.md](CONTRIBUTING.md), [BUILDING.md](BUILDING.md) and [RELEASING.md](RELEASING.md) respectively. Commits in this repository follow the [CONVENTIONAL_COMMITS.md](CONVENTIONAL_COMMITS.md) specification.