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

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


The following commit(s) were added to refs/heads/main by this push:
     new e9bcb67705 Avoid using reserved word ApiResponse in rest-openapi specs
e9bcb67705 is described below

commit e9bcb677051a19dc545e4536b6edb9787d1ac850
Author: James Netherton <[email protected]>
AuthorDate: Thu Mar 12 10:01:42 2026 +0000

    Avoid using reserved word ApiResponse in rest-openapi specs
---
 integration-tests/rest-openapi/src/main/openapi/petstore.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/rest-openapi/src/main/openapi/petstore.json 
b/integration-tests/rest-openapi/src/main/openapi/petstore.json
index 9120395d95..e5d58ea06c 100644
--- a/integration-tests/rest-openapi/src/main/openapi/petstore.json
+++ b/integration-tests/rest-openapi/src/main/openapi/petstore.json
@@ -547,7 +547,7 @@
                                                "content": {
                                                        "application/json": {
                                                                "schema": {
-                                                                       "$ref": 
"#/components/schemas/ApiResponse"
+                                                                       "$ref": 
"#/components/schemas/PetStoreApiResponse"
                                                                }
                                                        }
                                                }
@@ -1243,7 +1243,7 @@
                                        }
                                }
                        },
-                       "ApiResponse": {
+                       "PetStoreApiResponse": {
                                "type": "object",
                                "properties": {
                                        "code": {

Reply via email to