onestop icon indicating copy to clipboard operation
onestop copied to clipboard

Fix "deprecated" on wrong dataFormat field

Open zebdelk opened this issue 4 years ago • 0 comments

I was confused by the distinction between dataFormat and dataFormats. Currently dataFormat is marked deprecated, but it should actually be the reverse.

  • [ ] update search openapi.yaml to describe dataFormat as a flattened and normalized representation of data format, used for aggregation
  • [ ] update search openapi.yaml to describe dataFormats as deprecated.
  • [ ] (if applicable) update ES pojo generation (a kotlin file under buildSrc) to reflect deprecation correctly as well
  • [ ] make sure I didn't make the same mistake for other deprecated fields

zebdelk avatar Jul 28 '20 17:07 zebdelk