JsonSchema:MetaSchema/EnumProvider

JsonSchema:MetaSchema/EnumProvider

From Wikisphere
Jump to navigation Jump to search
description"Dynamic source for enum options. Can be a static array, a provider reference, or a combination of multiple sources."
oneOf
title"Provider Source"
description"Reference to a watched field or registered function that provides options"
type"object"
properties
source
type"string"
description"Name of the watched field or registered function"
title
type"string"
description"Template for display title. Use {{item.property}} syntax"
value
type"string"
description"Template for option value. Use {{item.property}} syntax"
filter
type"string"
description"Filter function name or expression"
required
"source"
title"Multi-Source Combination"
description"Combine multiple static arrays and/or providers into one dropdown"
type"array"
items
oneOf
title"Static Array"
type"array"
items
type"string"
title"Provider Source"
type"object"
properties
source
type"string"
title
type"string"
value
type"string"
filter
oneOf
type"string"
type"boolean"
slice
type"array"
items
type"integer"
minItems1
maxItems2
sort
type"string"
enum
"asc"
"desc"
required
"source"
minItems1