ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

When generating the client code using the OpenAPI spec an error is printed to the console even though the client generation is successful #6651

Closed ayeshLK closed 2 months ago

ayeshLK commented 3 months ago

Description:

$subject

When generating the client connector for Slack OpenAPI specification [1] following error is printed in the console, but the client generation was successful.

ERROR: Invalid reference found null in the schema.
ERROR: Invalid reference found null in the schema.
ERROR: Invalid reference found null in the schema.
ERROR: Invalid reference found null in the schema.
...

Ballerina distribution version: 2201.9.0

[1] - https://api.apis.guru/v2/specs/slack.com/1.7.0/openapi.json

TharmiganK commented 2 months ago

Duplicate of https://github.com/ballerina-platform/ballerina-library/issues/6698