```yaml enum: - {} - [] - 42 ``` The first two enum values are not Go-comparable, so this comparison https://github.com/getkin/kin-openapi/blob/ac1811368b118e6c46fa9eede7541c9c949ec4f8/openapi3/schema.go#L871-L876 crashes.
The first two enum values are not Go-comparable, so this comparison
kin-openapi/openapi3/schema.go
Lines 871 to 876 in ac18113
crashes.