We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: In the current client generation, when an unknown data type is defined in a schema, we return an error saying
Unsupported OAS data type
The better approach would be to generate those fields with anydata type without breaking the workflow.
anydata
Sample OpenAPI:
BookedRooms: title: BookedRooms type: object properties: roomType: type: xxx name: type: string
Here the type is an unknown type xxx.
xxx
Please also check whether we are returning this error in any other cases where we can generate with anydata type.
Affected version: 2201.8.0
Describe your problem(s)
Describe your solution(s)
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered:
This fix is with 2201.10.0
Sorry, something went wrong.
No branches or pull requests
Description:
In the current client generation, when an unknown data type is defined in a schema, we return an error saying
Unsupported OAS data type
The better approach would be to generate those fields with
anydata
type without breaking the workflow.Sample OpenAPI:
Here the type is an unknown type
xxx
.Please also check whether we are returning this error in any other cases where we can generate with
anydata
type.Affected version: 2201.8.0
Describe your problem(s)
Describe your solution(s)
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: