aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/orders_schema.ts
blob: 73816a57ecdf0e1b84709f85b2ef1a323c34630c (plain) (blame)
1
2
3
4
5
export const ordersSchema = {
    id: '/OrdersSchema',
    type: 'array',
    items: { $ref: '/Order' },
};