56b5619d2
afc5c2616
1
2
3 4 5
6 7
8 9 10 11 12
export const orderCancellationRequestsSchema = { id: '/orderCancellationRequestsSchema', type: 'array', items: { properties: { order: { $ref: '/orderSchema' }, takerTokenCancelAmount: { $ref: '/numberSchema' }, }, required: ['order', 'takerTokenCancelAmount'], type: 'object', }, };