so we're trying to move from io-ts to schema
we're relying on the fact the excess properties are kept in the object in io-ts decode
But there doesn't seem to be any parse options to replicate that behaviour in the version of schema we have to use (0.17.2)
any ideas how to get around this