com.eignex.skema/JsonSpec/AnyOf AnyOf @Serializable@SerialName(value = "AnyOf")data class AnyOf(val branches: List<JsonSpec>) : JsonSpec(source)Value must match at least one of the listed specs. Constructors AnyOf constructor(branches: List<JsonSpec>)(source) Properties branches val branches: List<JsonSpec>(source)Branches; at least one must match. On this pageConstructorsAnyOfPropertiesbranches