aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/request_opts_schema.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-12 21:04:28 +0800
committerGitHub <noreply@github.com>2018-11-12 21:04:28 +0800
commitb866ce787ce276ae22095529002f63f8c374c75f (patch)
tree036a9001b08fd07dddd6c5336846c829377b4682 /packages/json-schemas/schemas/request_opts_schema.json
parentc41622c20aea8ba89dc9899ff8b3ab6f22f53503 (diff)
parent4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768 (diff)
downloaddexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar.gz
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar.bz2
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar.lz
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar.xz
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.tar.zst
dexon-0x-contracts-b866ce787ce276ae22095529002f63f8c374c75f.zip
Merge pull request #1250 from 0xProject/feature/json-schemas-connect
Move @0x/connect schemas to @0x/json-schemas
Diffstat (limited to 'packages/json-schemas/schemas/request_opts_schema.json')
-rw-r--r--packages/json-schemas/schemas/request_opts_schema.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/json-schemas/schemas/request_opts_schema.json b/packages/json-schemas/schemas/request_opts_schema.json
new file mode 100644
index 000000000..b50547d18
--- /dev/null
+++ b/packages/json-schemas/schemas/request_opts_schema.json
@@ -0,0 +1,7 @@
+{
+ "id": "/RequestOpts",
+ "type": "object",
+ "properties": {
+ "networkId": { "type": "number" }
+ }
+}