Include wholeNumberSchema in sra-spec schemas

This commit is contained in:
Fabio Berger 2018-11-08 23:48:19 +01:00
parent 5ffd20214c
commit 689f8f1fbc

View File

@ -2,6 +2,7 @@ import { schemas as jsonSchemas } from '@0x/json-schemas';
// Only include schemas we actually need // Only include schemas we actually need
const { const {
wholeNumberSchema,
numberSchema, numberSchema,
addressSchema, addressSchema,
hexSchema, hexSchema,
@ -28,6 +29,7 @@ const {
} = jsonSchemas; } = jsonSchemas;
const usedSchemas = { const usedSchemas = {
wholeNumberSchema,
numberSchema, numberSchema,
addressSchema, addressSchema,
hexSchema, hexSchema,