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: 30 days ago
JSON representation
The official OpenRPC JSON Schema meta-schema.
- Host: GitHub
- URL: https://github.com/open-rpc/meta-schema
- Owner: open-rpc
- License: apache-2.0
- Created: 2018-12-20T23:57:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T19:47:14.000Z (7 months ago)
- Last Synced: 2024-05-22T02:35:03.372Z (7 months ago)
- Topics: json-schema, meta-schema, openrpc-specification, schema
- Language: Go
- Homepage:
- Size: 2.17 MB
- Stars: 21
- Watchers: 7
- Forks: 22
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-json-rpc - open-rpc/meta-schema - JSON Schema file representing the open-rpc specification. (Tools / Interface Description)
README
# OpenRPC Meta JSON Schema
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
- PythonNeed 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.