From b8084b2e214153d382719a7a1a6958184d8f94fa Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sun, 6 Jul 2025 09:31:36 +0200 Subject: [PATCH] Fix error in yaml example for object selector schema (#39877) --- source/_docs/blueprint/selectors.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index ad8de8d8884..d863269a0a9 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -1188,8 +1188,8 @@ When used with a `schema`, the selector will force the object to be in this form ```yaml object: - label_key: name - description_key: percentage + label_field: name + description_field: percentage multiple: true fields: name: