paypal-rest-api-specifications icon indicating copy to clipboard operation
paypal-rest-api-specifications copied to clipboard

use numbers in min/maxLength

Open plutov opened this issue 1 month ago • 0 comments

I use oapi-codegen to generate Go code from paypal openapi spec but it currently fails.

This PR solves one of the issues.

failed to load OpenAPI specification: failed to unmarshal data: json error: json: cannot unmarshal string into field Schema.maxLength of type uint64

plutov avatar Oct 05 '25 16:10 plutov