Random Selector
Manifest path: $.models[*].attributes[*].value.selector
Select values at random for the attribute from a list of values.
Example
| Random selector example | |
|---|---|
An item from the items array is picked at random during each record generation for the attribute
value.
Fields
-
random(object)Manifest path:
$.models[*].attributes[*].value.selector.randomThe
randomobject insideselectorconfig indicates Dore that it needs to use the Random Selector to generate values for the attribute.-
items(array) [required]Manifest path:
$.models[*].attributes[*].value.selector.random.itemsList of values to select from. An item can be a number, a string, or an arbitrarily complex JSON object.
Each value in the list is usually equally likely to be picked.
-