Include wholeNumberSchema in sra-spec schemas
This commit is contained in:
parent
5ffd20214c
commit
689f8f1fbc
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user