aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/order_schemas.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/order_schemas.ts')
-rw-r--r--src/schemas/order_schemas.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/schemas/order_schemas.ts b/src/schemas/order_schemas.ts
index 4999f3e9d..133736b3d 100644
--- a/src/schemas/order_schemas.ts
+++ b/src/schemas/order_schemas.ts
@@ -1,15 +1,3 @@
-export const addressSchema = {
- id: '/addressSchema',
- type: 'string',
- pattern: '^0[xX][0-9A-Fa-f]{40}$',
-};
-
-export const numberSchema = {
- id: '/numberSchema',
- type: 'string',
- pattern: '^\\d+(\\.\\d+)?$',
-};
-
export const orderSchema = {
id: '/orderSchema',
properties: {