1 2 3 4 5
export const ordersSchema = { id: '/ordersSchema', type: 'array', items: { $ref: '/Order' }, };