io.miragon.miranum.connect.elementtemplate.c7.SchemaMixin Maven / Gradle / Ivy
package io.miragon.miranum.connect.elementtemplate.c7;
import com.fasterxml.jackson.databind.annotation.JsonAppend;
@JsonAppend(attrs = @JsonAppend.Attr(value = "$schema"), prepend = true)
public class SchemaMixin {
// Because the generated element template does not have a property to
// set the schema, we add it manually on serialization
}