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