aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/weak_field/other1.txt.attr
blob: 49d98771a818bc5ab6e7fa0adec864cac3e18802 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "_read_schema" = <"strict" = %false>[
        {"type"="string";"name"="key"};
        {"type"="string";"name"="subkey"};
    ];
    "schema" = <"strict" = %false; "unique_keys" = %false>
    [
        {
            "name" = "key";
            "type" = "string"
        };
        {
            "name" = "subkey";
            "type" = "string"
        }
    ]
}