Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the
Error
Application error

95403: Operator output schema validation failed

Description

description page anchor

The operator execution completed but the output did not conform to the expected schema.

Possible causes

possible-causes page anchor
  • Operator returned data in an unexpected format.
  • Output schema mismatch between operator version and configuration.
  • Verify the operator configuration matches the expected output schema.
  • Update custom operator implementations to return valid output format.
  • Check for operator version compatibility with your configuration.