blob: 2b27486652c8f6dc51ca9b2f805cd86387587778 [file] [log] [blame]
{
config: {
tags: {
type: "vector",
max_count: 20,
element: {
type: "string",
max_size: 50,
}
},
//Accept any key-value pair
a: true,
b: "str",
c: [ "str" ],
d: [
{
a: "b",
b: invalidValue,
c: "str",
}
]
}
}