simulacrum icon indicating copy to clipboard operation
simulacrum copied to clipboard

Pass parameters to a scenario

Open cowboyd opened this issue 4 years ago • 0 comments

While the baseline for data generation should be zero-config, we need to be able to constrain a scenario based on certain parameters. Because multiple simulators may respond to a single scenario, parameters should be partitioned based on which simulator they are for. E.g.

{
  person: {
    name: "Bob"
  },
  auth0: false //user is not a member of auth0
}

cowboyd avatar Mar 24 '21 12:03 cowboyd