@etclabscore/rpcflow-meta-schema

This is the JSON Schema file for the RPCFlow Specification. You may use it to validate your RPCFlow documents.

Usage no npm install needed!

<script type="module">
  import etclabscoreRpcflowMetaSchema from 'https://cdn.skypack.dev/@etclabscore/rpcflow-meta-schema';
</script>

README

RPCFlow Meta JSON Schema

This is the JSON Schema file for the RPCFlow Specification. You may use it to validate your RPCFlow documents.

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

Currently supported languages:

  • Typescript
  • Rust
  • Go
  • Python

Contributing

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