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