{
  "scalars": {
    "long": 37
  },
  "nullable": {
    "int": 42
  },
  "records": {
    "haskell.avro.example.Bar": {
      "stuff": "stuff",
      "things": {
        "stuff": "things"
      }
    }
  },
  "sameFields": {
    "haskell.avro.example.NotFoo": {
      "stuff": "not foo stuff"
    }
  },
  "arrayAndMap" : {
    "map" : { "a" : 5 }
  },
  "three": { "long": 37 },
  "four": {
    "haskell.avro.example.Foo": { "stuff" : "foo stuff" }
  },
  "five": {
    "haskell.avro.example.NotFoo": { "stuff": "not foo stuff" }
  }
}
