From 19e22598fd5b43a4e3e23e5e0d5f994281024035 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 4 Sep 2008 00:56:13 +0000 Subject: * luci/libs/uvl: - implement aliasing in luci.uvl.read_scheme() - fixed wrong enum definition in reference scheme - fixed boolean() datatype validator to actually accept "true" and "false" literals - extend uvl cli to validate schemes against the reference scheme (incomplete) --- libs/uvl/root/lib/uci/schema/meta/schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/uvl/root/lib/uci') diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema index 1d673d3502..dd373f8ae0 100644 --- a/libs/uvl/root/lib/uci/schema/meta/schema +++ b/libs/uvl/root/lib/uci/schema/meta/schema @@ -305,8 +305,8 @@ config section # Enum value (schema.@enum.value) config variable - option name 'name' - option title 'Name of the defined variable' + option name 'value' + option title 'Value of the defined enum value' option section 'schema.enum' option type 'variable' option datatype 'string' -- cgit v1.2.3