blob: f9f052b7f1a522c1d852b59facbb842250e12be7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"schema"=<
"strict" = %true;
"unique_keys" = %true
>[
{
"name" = "key";
"type" = "string";
"sort_order" = "ascending";
};
{
"name" = "value";
"type" = "string";
};
]
}
|