input4.txt.attr 413 B

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