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