avrotize 0.1.1

Convert JSON Schema to Avro with Rust
Documentation
---
source: tests/cli.rs
expression: json
---
{
  "type": "record",
  "name": "document",
  "namespace": "object_with_default_value",
  "fields": [
    {
      "name": "level",
      "type": [
        "null",
        "int"
      ],
      "default": 1,
      "doc": "Defaults to 1 if not provided"
    }
  ]
}