ballerina-platform / ballerina-library

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

Add Ballerina type/field/parameter name generation support from the Ballerina name extension #6994

Closed TharmiganK closed 4 days ago

TharmiganK commented 2 weeks ago

Description:

With this proposal, the OpenAPI specification can be sanitized with Ballerina friendly names and a Ballerina name extension(x-ballerina-name) has been introduced in order to generate Ballerina type/field/parameter names as specified in this extension rather than the actual name.

Describe your task(s)