diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Add tests to check metric shape #170

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

We need to start thinking about the stability of the api. In addition to defining schemas for returned metrics, it will be useful to add tests to alert us if we break the schema.

Adding new fields should be acceptable as long as the shape of the existing data is maintained, but removing or changing existing structures would be a breaking change.

AndreiBozantan commented 4 years ago

Implemented with #298.