Tried to convert your openapi.yaml to TypeScript SDK, and failed due to type assertion. The type assertion error message was `info.license.url is not following the uri format, and found that the property value was a little bit weird. The url value must be trimmed without any space.
This PR fixes the spaced url value, so that succeeded to convert to the TypeScript SDK like below.
https://nestia.io/docs/editor/
Tried to convert your
openapi.yaml
to TypeScript SDK, and failed due to type assertion. The type assertion error message was`info.license.url
is not following theuri
format, and found that the property value was a little bit weird. Theurl
value must be trimmed without any space.This PR fixes the spaced
url
value, so that succeeded to convert to the TypeScript SDK like below.