Skip to content

Commit cf7dd77

Browse files
committed
Clarify Explanation ID description
1 parent 6a6696b commit cf7dd77

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@
15571557
"type": "string",
15581558
"format": "uuid",
15591559
"title": "Explanation ID",
1560-
"description": "A UUID that identifies the particular explanation data is being requested for."
1560+
"description": "A unique identifier (UUID) for the explanation request."
15611561
},
15621562
"model": {
15631563
"type": "string",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,7 @@ components:
10151015
type: string
10161016
format: uuid
10171017
title: Explanation ID
1018-
description: A UUID that identifies the particular explanation data is being
1019-
requested for.
1018+
description: A unique identifier (UUID) for the explanation request.
10201019
model:
10211020
type: string
10221021
default: ''

0 commit comments

Comments
 (0)