fix: narrow source reference validation

This commit is contained in:
lda
2026-08-13 18:10:25 +07:00 Verified
parent 03150a5cf8
commit 0eeb6079d4
3 changed files with 118 additions and 5 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ from .drafts import (
)
from .input_expressions import (
validate_and_project_input_expression,
validate_supported_input_schema,
validate_schema_references,
)
from .models import DraftWorkspaceResult, JsonProjector
from .operation_context import WorkflowOperationContext
@@ -684,7 +684,7 @@ class WorkflowDraftAuthoringApi:
source.parts,
label=f"{source.root} source schema",
)
validate_supported_input_schema(
validate_schema_references(
source_fragment,
label=f"{source.root} source schema",
)