Skip to content

Commit

Permalink
[8.x] [Observability] Update required field from 'score' to…
Browse files Browse the repository at this point in the history
… 'scores' (#203584) (#204614)
  • Loading branch information
kibanamachine authored Dec 17, 2024
1 parent 6657b9d commit 5d84fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export async function scoreSuggestions({
type: 'string',
},
},
required: ['score'],
required: ['scores'],
} as const,
};

Expand Down

0 comments on commit 5d84fc1

Please sign in to comment.