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

schema-provider.json.enum-properties.expected.json Maven / Gradle / Ivy

The newest version!
{
  "type" : "record",
  "name" : "my_example",
  "namespace" : "my_example.com",
  "doc" : "User info",
  "fields" : [ {
    "name" : "name",
    "type" : "string",
    "doc" : ""
  }, {
    "name" : "gender",
    "type" : {
      "type" : "enum",
      "name" : "gender",
      "symbols" : [ "Male", "Female" ]
    },
    "doc" : "the gender"
  }, {
    "name" : "address",
    "type" : [ "null", "string" ],
    "doc" : "",
    "default" : null
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy