export const requestOptsSchema = { id: '/RequestOpts', type: 'object', properties: { networkId: { type: 'number' }, }, };