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

avro-registry.House_3910014072043378435.avsc Maven / Gradle / Ivy

{
  "type" : "record",
  "name" : "House",
  "namespace" : "com.example",
  "fields" : [ {
    "name" : "rooms",
    "type" : [ "null", {
      "type" : "array",
      "items" : {
        "type" : "record",
        "name" : "Room",
        "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