schema-provider.json.kafka-decimal-simple.expected.json Maven / Gradle / Ivy
{
"type" : "record",
"name" : "Product",
"doc" : "A product from Acme's catalog",
"namespace" : "example.com",
"fields" : [ {
"name" : "product",
"doc" : "The unique identifier for a product",
"type" : "long"
}, {
"name" : "productId",
"doc" : "The unique identifier for a product",
"type" : {
"type": "bytes",
"logicalType": "decimal",
"precision": 14,
"scale": 2
}
}, {
"name" : "productName",
"doc" : "Name of the product",
"type" : "string"
}]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy