chrism0dwk / covid19uk

MIT License
11 stars 10 forks source link

Accept input and generate output for model runner #17

Open sdwfrost opened 3 years ago

sdwfrost commented 3 years ago

Models in the model runner take a JSON input and generate JSON output, which is validated using a JSON schema. The Typescript classes are a little easier to read:

Input Output

It should be straightforward to take the minimal input and use it to modify a YAML template that you currently use. It doesn't look as though you use intervention data?