aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/signed_orders_schema.ts
blob: e2a5aeb56d28a8b6671b7f9d933431162ec2fd6a (plain) (tree)
1
2
3
4
5
                                   
                              
                  
                                          
  
export const signedOrdersSchema = {
    id: '/signedOrdersSchema',
    type: 'array',
    items: { $ref: '/signedOrderSchema' },
};