I'm envisioning a new matcher type meta-command from the ApiSim.configure block that generates matchers for each path defined by Swagger.
The new API might look something like:
ApiSim.configure do
parse_swagger_config_at 'http://my-swagger.internal.com/path/to/swagger/config.json'
end