avrotize 0.1.1

Convert JSON Schema to Avro with Rust
Documentation
---
source: tests/cli.rs
expression: json
---
{
  "type": "record",
  "name": "document_wrapper",
  "namespace": "array_uniqueitems.utility",
  "fields": [
    {
      "name": "items",
      "type": {
        "type": "array",
        "items": "int",
        "name": "Unique_Items_Array"
      }
    }
  ]
}