This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new df4a3cf  Fixed example
df4a3cf is described below

commit df4a3cf52ec4c49df8623a36b93c0c5311c583e5
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 11:26:33 2026 +0200

    Fixed example
---
 openapi/server/petstore.camel.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/openapi/server/petstore.camel.yaml 
b/openapi/server/petstore.camel.yaml
index b430892..155dd3d 100644
--- a/openapi/server/petstore.camel.yaml
+++ b/openapi/server/petstore.camel.yaml
@@ -1,7 +1,6 @@
 - rest:
-    steps:
-      - openApi:
-          specification: petstore-api.json
+    openApi:
+      specification: petstore-api.json
 - route:
     from:
       uri: direct

Reply via email to