aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/signed_orders_schema.ts
blob: 7d66b7027f173d9bb6dcf24a46481feda7863e24 (plain) (blame)
1
2
3
4
5
export const signedOrdersSchema = {
    id: '/signedOrdersSchema',
    type: 'array',
    items: { $ref: '/SignedOrder' },
};