aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/json_schemas
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-27 05:48:08 +0800
committerFabio Berger <me@fabioberger.com>2018-09-27 05:48:30 +0800
commit1402119c840dcb634efd99c02e76007ed013b54a (patch)
treed0ca545851f49b32906a742e8227db783357dfb2 /packages/website/md/docs/json_schemas
parenta16228152915844751470acfaca6d0c335f67bf7 (diff)
downloaddexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar.gz
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar.bz2
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar.lz
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar.xz
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.tar.zst
dexon-sol-tools-1402119c840dcb634efd99c02e76007ed013b54a.zip
Remove RC version warnings
Diffstat (limited to 'packages/website/md/docs/json_schemas')
-rw-r--r--packages/website/md/docs/json_schemas/1.0.0/introduction.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/website/md/docs/json_schemas/1.0.0/introduction.md b/packages/website/md/docs/json_schemas/1.0.0/introduction.md
index cc777b1a8..a27f4b521 100644
--- a/packages/website/md/docs/json_schemas/1.0.0/introduction.md
+++ b/packages/website/md/docs/json_schemas/1.0.0/introduction.md
@@ -1,5 +1,3 @@
-<b>**NOTE:** Release candidate versions are meant to work with V2 of 0x protocol. To interact with V1, select a 0.X version.</b>
-
Welcome to the [@0xproject/json-schemas](https://github.com/0xProject/0x-monorepo/tree/development/packages/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](http://json-schema.org/) implementation in your [language of choice](http://json-schema.org/implementations.html) (e.g Python, Haskell, Go, C, C++, Rust, Ruby, Scala, etc...).