From 6cb67b7719145de5b0f3ebdf45a774577d8e540e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ko=CC=88rner?= <647303+FlorianKoerner@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:02:22 +0100 Subject: [PATCH] Change: Rename component.values to component.variants --- src/schema/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema/definition.json b/src/schema/definition.json index 7fa13c7..fdf2563 100644 --- a/src/schema/definition.json +++ b/src/schema/definition.json @@ -130,9 +130,9 @@ } } }, - "values": { + "variants": { "type": "array", - "description": "Specifies the component options for this component group.", + "description": "Specifies the component variants for this component group.", "items": { "type": "object", "properties": {