export default {
  $schema: 'http://json-schema.org/draft-07/schema#',
  properties: {
    amount: {
      type: 'number',
    },
  },
  type: 'object',
};
