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