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

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

The newest version!
{
  "type" : "record",
  "name" : "Product",
  "doc" : "A product from Acme's catalog",
  "namespace" : "example.com",
  "fields" : [ {
    "name" : "productId",
    "doc" : "The unique identifier for a product",
    "type" : "long"
  }, {
    "name" : "productName",
    "doc" : "Name of the product",
    "type" : "string"
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy