Milano Occurrence
data class MilanoOccurrence(val kind: MilanoOccurrence.Kind, val viewIdentity: String, val node: String?, val name: String? = null, val expected: String? = null, val found: String? = null)
One reported occurrence, delivered to the engine observer, tagged with the originating view. Kinds are the closed union defined by the runtime API spec.