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