Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / checkSchemaCompatibility

Function: checkSchemaCompatibility()

checkSchemaCompatibility(sourceConfig, targetConfig, options?): SchemaCompatibilityResult

Defined in: packages/fireflow-types/src/port/transfer-rules/utils/schema-compatibility.ts:44

Check if two port configurations have compatible schemas This is the main entry point for schema compatibility checking

Parameters

sourceConfig

IPortConfig

targetConfig

IPortConfig

options?

SchemaCompatibilityOptions = {}

Returns

SchemaCompatibilityResult

Licensed under BUSL-1.1