aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Scheme/unique_keys_strip.txt.attr
blob: b709a3f991420dafa07431b0b8d2bf349ca2a014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "_read_schema"=<"strict"=%false>
    [
        {"type"="string"; "name"="a"};
        {"type"="string"; "name"="b"}
    ];
    "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"}
    ]
}