springwolf-core icon indicating copy to clipboard operation
springwolf-core copied to clipboard

custom-defined Headers (string) with a non-string format (i.e. int32) create show errors in the example

Open timonback opened this issue 2 months ago • 0 comments

Describe the bug custom-defined Headers (string) with a non-string format (i.e. int32) create show errors in the example

Dependencies and versions used

  • [x] springwolf-core version 1.19.0

Code example

@AsyncOperation.Headers.Header(
  name = "header-field",
  description = "header with int format",
  format = "int32")

Stack trace and error logs The example value for this field is

unknown string schema format: int32

timonback avatar Nov 14 '25 15:11 timonback