All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.avro.data.Json.avsc Maven / Gradle / Ivy

{"type": "record", "name": "Json", "namespace":"org.apache.avro.data",
 "fields": [
     {"name": "value",
      "type": [
          "long",
          "double",
          "string",
          "boolean",
          "null",
          {"type": "array", "items": "Json"},
          {"type": "map", "values": "Json"}
      ]
     }
 ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy