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: Ballerina Code
import ballerina/http; enum Action { GET, POST, PUT, DELETE, PATCH } type Name Action; service /payloadV on new http:Listener(9090) { resource function post reservation(OrderType ird, @http:Payload Link link) returns Name { return POST; } }
Generated OpenAPI spec
... components: schemas: Order: required: - rel type: object properties: rel: type: string actions: type: string enum: - custom size - Half "Portion" - full Name: oneOf: - {} - {} - {} - {} - {}
Fix can be added after these ballerina-platform/ballerina-lang#38179 (comment)
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Fixed via ballerina-platform/openapi-tools#1564
TharmiganK
No branches or pull requests
Description:
Ballerina Code
Generated OpenAPI spec
Fix can be added after these ballerina-platform/ballerina-lang#38179 (comment)
The text was updated successfully, but these errors were encountered: