Skip to content

Commit 7ea3554

Browse files
committed
fix openapi schema
1 parent 76ccd4a commit 7ea3554

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tools/openapi-schema/ansible-ai-connect-service.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -983,18 +983,19 @@ components:
983983
items:
984984
$ref: '#/components/schemas/GenerationRoleFileEntry'
985985
description: A list of role files to be explained.
986-
role_name:
986+
roleName:
987987
type: string
988+
title: Role name
988989
description: The name of the role.
989-
model_id:
990+
model:
990991
type: string
991992
default: ''
992-
focus_on_file:
993+
focusOnFile:
993994
type: string
994995
default: ''
995996
required:
996997
- files
997-
- role_name
998+
- roleName
998999
FeedbackRequest:
9991000
type: object
10001001
properties:

0 commit comments

Comments
 (0)