6 lines
114 B
TypeScript

export const ordersSchema = {
id: '/ordersSchema',
type: 'array',
items: { $ref: '/orderSchema' },
};