[
https://issues.apache.org/jira/browse/CAMEL-16726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363621#comment-17363621
]
Claus Ibsen commented on CAMEL-16726:
-------------------------------------
{code}
restConfiguration:
component: "servlet"
contextPath: "/foo"
rest:
path: "/api/v3"
put:
- consumes: "application/json,application/xml"
id: "updatePet"
uri: "/pet"
param:
description: "Pet object that needs to be added to the store"
name: "body"
required: "true"
type: "body"
to:
uri: "direct:updatePet"
...
{code}
> openapi generator: generate YAML DSL
> -------------------------------------
>
> Key: CAMEL-16726
> URL: https://issues.apache.org/jira/browse/CAMEL-16726
> Project: Camel
> Issue Type: Improvement
> Components: tooling
> Reporter: Luca Burgazzoli
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.11.0
>
>
> as today the camel-openapi-plugin can genrate routes in XML and Java, we
> should add support for YAML
--
This message was sent by Atlassian Jira
(v8.3.4#803005)