Description
Explore support for external webhook calls during field validation. Covers cases where validation logic can't be expressed declaratively — it lives in another service (e.g., "is this SKU valid?" requires checking an inventory API, "is this region available?" requires an infrastructure service).
Key questions
Context
Related to CEL expressions (#76) and externally managed fields — these are complementary. CEL handles internal complexity without network calls; webhooks handle external validation logic that requires calling another service.
Description
Explore support for external webhook calls during field validation. Covers cases where validation logic can't be expressed declaratively — it lives in another service (e.g., "is this SKU valid?" requires checking an inventory API, "is this region available?" requires an infrastructure service).
Key questions
Context
Related to CEL expressions (#76) and externally managed fields — these are complementary. CEL handles internal complexity without network calls; webhooks handle external validation logic that requires calling another service.