avrotize 0.1.1

Convert JSON Schema to Avro with Rust
Documentation
---
source: tests/cli.rs
expression: json
---
{
  "type": "record",
  "name": "document",
  "namespace": "object_pattern_properties",
  "fields": [
    {
      "name": "document",
      "type": {
        "type": "map",
        "values": [
          "string",
          "int"
        ],
        "name": "document"
      }
    }
  ]
}