Validate a Node Configuration
Use this endpoint to check a workflow node’s configuration against the JSON Schema of the catalog executor it invokes. The check is structural — it never calls the external service.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Unique identifier of the catalog executor.
Body
Request body containing the configuration to validate.
The node configuration to check against the catalog executor's JSON Schema.
Field paths the node supplies through an inputMapping instead of a fixed value in config. Flowker counts them as satisfied, so a node that maps a required field from the trigger or from an earlier step passes the check. Omit the field to check config on its own.

