go-openapi / spec

openapi specification object model
Apache License 2.0
389 stars 98 forks source link

spec OrderSchemaItems.Less panic on reflect.ValueOf(ii).Int() #153

Closed limpo1989 closed 2 years ago

limpo1989 commented 2 years ago

https://github.com/go-openapi/spec/blob/6ca6ff8b555aeb5aea9280c0078363ecef8d4d87/properties.go#L44-L66

Line 59: ii ij is string Value

reflect.ValueOf(ii).Int() panic: reflect: call of Int on string Value