Your domain, your model
You know the structure of your own data. SpiceGrinder gives you the tools to describe it in a model. Then the model produces data for you that is indistinguishable from real world data.
entity claim {
id uuid
member ref(member)
amount money(20..48000)
status enum(open, paid)
}