Openapi generation type mismatch from string to byte[] #5072
Labels
Area/Client
Area/OpenapiToBallerina
module/openapi-tools
Points/1
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Type/Bug
Milestone
Description:
As per the API spec byte format of the string type is
This should be mapped to ballerina string type as we are getting encoded bytestring.
Currently this is mapped to byte[] which results in an error.
The text was updated successfully, but these errors were encountered: