[
https://issues.apache.org/jira/browse/CAMEL-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494014#comment-17494014
]
Marat Gubaidullin commented on CAMEL-17673:
-------------------------------------------
There is no metadata for some properties defined in camelYamlDsl.json. Should
they be in REST DSL?
[https://github.com/apache/camel/blob/c4bf1b9ef521285dd3bc34cabf08022dc9600c5a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/camelYamlDsl.json#L6540]
{code:java}
"param" : {
"type" : "array",
"items" : {
"$ref" :
"#/items/definitions/org.apache.camel.model.rest.RestOperationParamDefinition"
}
}
{code}
{code:java}
"responseMessage" : {
"type" : "array",
"items" : {
"$ref" :
"#/items/definitions/org.apache.camel.model.rest.RestOperationResponseMsgDefinition"
}
}
{code}
{code:java}
"security" : {
"type" : "array",
"items" : {
"$ref" :
"#/items/definitions/org.apache.camel.model.rest.SecurityDefinition"
}
}
{code}
> camel-core-model - Rest DSL model cleanup
> -----------------------------------------
>
> Key: CAMEL-17673
> URL: https://issues.apache.org/jira/browse/CAMEL-17673
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.16.0
>
>
> Some cleanups that Karavan have help identify
--
This message was sent by Atlassian Jira
(v8.20.1#820001)