Closed knservis closed 5 years ago
@chuwy What values does this refer to swapping? SelfDescribingData => ?
@miike in docstring we have
* @param data reference to Schema
* @param schema attached data instance itself
While it should be:
* @param schema reference to Schema
* @param data attached data instance itself
Simple - I've added a PR for the change.
https://github.com/snowplow/iglu/blob/8d333417a8e03ad1b9bf11d61211dd3fbd4ab17d/0-common/scala-core/src/main/scala/com.snowplowanalytics.iglu/core/SelfDescribingData.scala#L22