override def apply()

in core/src/main/scala/com/gu/marley/AvroSchema.scala [26:30]


  override def apply() = {
    val schema = Schema.createArray(innerSchema())
    schema.addProp("thrift", "set")
    schema
  }