aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Scheme/unique_keys.txt.attr
blob: 8d0816e3f51a4b24969c5d2769b60cb009e94f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "_read_schema"=<"strict"=%false>
    [
        {"type"="string"; "name"="a"};
        {"type"="string"; "name"="b"};
        {"type"="string"; "name"="c"}
    ];
    "schema"=<"strict" = %true; "unique_keys" = %true>
    [
        {"type"="string"; "name"="a"; "sort_order"="ascending"};
        {"type"="string"; "name"="b"; "sort_order"="ascending"};
        {"type"="string"; "name"="c"; "sort_order"="ascending"}
    ]
}