When generating OpenAPI specifications from Go types, the SDK produces a schema where fields of type []uint8 have items described with type: integer, format: byte. The core problem is the incorrect ...