yql-7888_input.txt.attr 490 B

12345678910111213141516171819202122
  1. {
  2. "_read_schema" = <"strict" = %false>[
  3. {"type"="string";"name"="key"};
  4. {"type"="string";"name"="subkey"};
  5. {"type"="string";"name"="value"};
  6. ];
  7. "schema" = <"strict" = %false; "unique_keys" = %false>
  8. [
  9. {
  10. "name" = "key";
  11. "type" = "string"
  12. };
  13. {
  14. "name" = "subkey";
  15. "type" = "string"
  16. };
  17. {
  18. "name" = "value";
  19. "type" = "string"
  20. }
  21. ]
  22. }