Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
None
-
None
-
Unknown
Description
The YAML validator schema shows an error for theĀ verb attribute for an apparently valid rest route:
Incorrect type. Expected "string"
# camel-k: language=yaml - rest: binding-mode: json verb: - method: put uri: "/songs/{songId}" consumes: application/json produces: application/json param: - name: songId type: path dataType: string required: true - name: body type: bod required: true steps: - to: uri: "log:foo"