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

avro-registry.Room_-5826305270128410903.avsc Maven / Gradle / Ivy

{
  "type" : "record",
  "name" : "Room",
  "namespace" : "com.example",
  "fields" : [ {
    "name" : "beds",
    "type" : [ "null", {
      "type" : "array",
      "items" : {
        "type" : "record",
        "name" : "Bed",
        "fields" : [ {
          "name" : "size",
          "type" : {
            "type" : "enum",
            "name" : "BedSize",
            "symbols" : [ "TWIN", "FULL", "QUEEN", "KING" ]
          }
        }, {
          "name" : "firmness",
          "type" : {
            "type" : "enum",
            "name" : "BedFirmness",
            "symbols" : [ "HARD", "SOFT" ]
          },
          "default" : "HARD"
        } ]
      }
    } ]
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy