input_good.txt.attr 478 B

123456789101112131415
  1. {
  2. "_yql_row_spec" = {
  3. "StrictSchema"=%true;
  4. "Type"=["StructType";[
  5. ["IsValid";["DataType";"Bool"]];
  6. ["dates";["ListType";["DataType";"String"]]];
  7. ["id1";["OptionalType";["DataType";"String"]]];
  8. ]];
  9. };
  10. "schema" = [
  11. {"required"=%false; "type"="any"; "name"="dates"};
  12. {"required"=%false; "type"="string"; "name"="id1"};
  13. {"required"=%true; "type"="boolean"; "name"="IsValid"};
  14. ];
  15. }