From ac2177a5bdbff5cd9049c3ed62539233a855c4b3 Mon Sep 17 00:00:00 2001 From: jrb0001 Date: Wed, 14 Nov 2018 22:55:11 +0100 Subject: [PATCH] Remove label=str syntax --- data/schema/SCHEMA-SCHEMA | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/schema/SCHEMA-SCHEMA b/data/schema/SCHEMA-SCHEMA index c4ae676a6..6f93c350c 100644 --- a/data/schema/SCHEMA-SCHEMA +++ b/data/schema/SCHEMA-SCHEMA @@ -45,7 +45,5 @@ remarks: # option descriptions + {enum1|enum2|} enumeration. One option in pipe('|') deliniation is allowed. If there is a trailing pipe it means the enum is optional. Enum values must match the same rules as attribute names. -+ - label=str keyword argument. Label for value with type 'str', 'int', or 'decimal'. The label must match the same rules as attribute names. + 'literal' Literal value. literal text value which must not contain any whitespace or single quotes.