aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/index_filter_values_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/index_filter_values_schema.ts')
-rw-r--r--src/schemas/index_filter_values_schema.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/schemas/index_filter_values_schema.ts b/src/schemas/index_filter_values_schema.ts
deleted file mode 100644
index 7c8d3f943..000000000
--- a/src/schemas/index_filter_values_schema.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-export const indexFilterValuesSchema = {
- id: '/indexFilterValues',
- additionalProperties: {
- oneOf: [
- {$ref: '/numberSchema'},
- {$ref: '/addressSchema'},
- {$ref: '/orderHashSchema'},
- ],
- },
- type: 'object',
-};