diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-29 04:08:15 +0800 |
---|---|---|
committer | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-29 04:08:15 +0800 |
commit | a3eab71908cd2e188438b4d411b7c426c874f0b2 (patch) | |
tree | dea7749d4e3ba236ac85ac4792c3fd453192cc0b /packages/json-schemas/src | |
parent | 7e12ae1bfce33dcd6812c10a0d03ff16bd4f3884 (diff) | |
download | dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.gz dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.bz2 dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.lz dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.xz dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.zst dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.zip |
Correct inconsistencies in JSON schema names
In both ref ID's and file names.
Diffstat (limited to 'packages/json-schemas/src')
-rw-r--r-- | packages/json-schemas/src/schemas.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/src/schemas.ts b/packages/json-schemas/src/schemas.ts index 21a6f424c..44673383d 100644 --- a/packages/json-schemas/src/schemas.ts +++ b/packages/json-schemas/src/schemas.ts @@ -8,7 +8,7 @@ import * as ecSignatureSchema from '../schemas/ec_signature_schema.json'; import * as eip712TypedDataSchema from '../schemas/eip712_typed_data_schema.json'; import * as hexSchema from '../schemas/hex_schema.json'; import * as indexFilterValuesSchema from '../schemas/index_filter_values_schema.json'; -import * as jsNumber from '../schemas/js_number.json'; +import * as jsNumber from '../schemas/js_number_schema.json'; import * as numberSchema from '../schemas/number_schema.json'; import * as orderCancellationRequestsSchema from '../schemas/order_cancel_schema.json'; import * as orderConfigRequestSchema from '../schemas/order_config_request_schema.json'; |