schema-provider.json.single-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"
} ]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy