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

avro.StringParameter.avsc Maven / Gradle / Ivy

{
	"namespace": "io.keyko.monitoring.schemas",
	"type": "record",
	"name": "StringParameter",
	"fields": [{
			"name": "name",
			"type": "string"
		},
		{
			"name": "type",
			"type": "string"
		},
		{
			"name": "value",
			"type": "string"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy