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