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