6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
export const ordersSchema = {
|
|
id: '/ordersSchema',
|
|
type: 'array',
|
|
items: { $ref: '/orderSchema' },
|
|
};
|