skema/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. MembersMembers & Extensions Constructors AnyOf Link copied to clipboard constructor(branches: List<JsonSpec>) Properties branches Link copied to clipboard val branches: List<JsonSpec>Branches; at least one must match. Functions toJsonSchema Link copied to clipboard fun JsonSpec.toJsonSchema(): JsonObjectJSON Schema fragment describing the value this primitive validates. AnyOf constructor(branches: List<JsonSpec>)(source) branches val branches: List<JsonSpec>(source)Branches; at least one must match.