avrotize 0.1.1

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

+  "type": "record",

   "name": "document",

-  "type": "record",

   "namespace": "object_allof",

   "fields": [

     {

       "name": "a",

       "type": [

         "null",

         "string"

       ]

     },

     {

       "name": "b",

       "type": [

         "null",

         "int"

       ]

     }

   ]

 }