Skip to content

Commit

Permalink
allow additional properties for source field
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy committed Oct 24, 2024
1 parent abc7163 commit bbcaf1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/schemas/insights._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ components:
NOTE: This is a debugging tool and adds significant overhead to search execution.
type: boolean
query:
$ref: '_common.query_dsl.yaml#/components/schemas/QueryContainer'
description: The query definition using the Query DSL.
type: object
script_fields:
description: Retrieve a script evaluation (based on different fields) for each hit.
type: object
Expand Down Expand Up @@ -205,6 +206,7 @@ components:
type: array
items:
type: string
additionalProperties: true
Measurement:
type: object
properties:
Expand Down

0 comments on commit bbcaf1d

Please sign in to comment.