Files
protocol/packages/website/md/docs/json_schemas/1.0.0/introduction.md
2018-07-19 20:45:00 +02:00

820 B

NOTE: Release candidate versions are meant to work with V2 of 0x protocol. To interact with V1, select a 0.X version.

Welcome to the @0xproject/json-schemas documentation! This package provides JSON schemas for validating 0x Protocol & Standard Relayer API data structures. It provides both the raw JSON schemas and a schema validator class to interact with them from a JS project.

If you are not using a Javascript-based language for your project, you can copy-paste the JSON schemas within this package and use them together with a JSON Schema implementation in your language of choice (e.g Python, Haskell, Go, C, C++, Rust, Ruby, Scala, etc...).