Skip to content

Commit eac4e46

Browse files
authored
fix: add potential metadata prop to search response object (#103)
1 parent 853b9d9 commit eac4e46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,10 @@ components:
24792479
description: Returned only for union query response.
24802480
items:
24812481
$ref: "#/components/schemas/SearchRequestParams"
2482+
metadata:
2483+
type: object
2484+
description: Custom JSON object that can be returned in the search response
2485+
additionalProperties: true
24822486
SearchRequestParams:
24832487
type: object
24842488
required:

0 commit comments

Comments
 (0)