Type Alias SourceDiscoveryInspectionWithSchemaV2Experimental

SourceDiscoveryInspectionWithSchemaV2: Omit<SourceDiscoveryInspection, "descriptor"> & {
    descriptor: SourceDescriptorWithSchemaV2;
}

Discovery inspection refinement for the focused schema connection path.