gj_countries1.txt.attr 335 B

123456789101112131415161718
  1. {
  2. "schema" = <
  3. "strict" = %true;
  4. "unique_keys" = %false
  5. >
  6. [
  7. {
  8. "name" = "country_id";
  9. "required" = %true;
  10. "type" = "string"
  11. };
  12. {
  13. "name" = "country_name";
  14. "required" = %true;
  15. "type" = "string"
  16. };
  17. ];
  18. }