avrotize 0.1.1

Convert JSON Schema to Avro with Rust
Documentation
---
source: tests/cli.rs
expression: diff
---
 {

   "type": "record",

   "name": "document_wrapper",

   "namespace": "array_uniqueitems.utility",

   "fields": [

     {

       "name": "items",

       "type": {

-        "name": "Unique_Items_Array",

         "type": "array",

-        "items": [["int"]]

+        "items": [["int",]]

+[[        "name": "Unique_Items_Array"]]

       }

     }

   ]

 }