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

schemas.ForkliftMessage.avsc Maven / Gradle / Ivy

There is a newer version: 3.8
Show newest version
{"type":"record","name":"ForkliftMessage", "doc":"Non-Avro messages sent through forklift use this schema.","fields":[{"name":"forkliftValue","type":"string","default":"", "doc":"The forklift message.  3 formats are supported.  1: string value, 2: Json object,3: Map represented by key,value entries delimited with newline"},{"name":"forkliftProperties","type":"string","default":"","doc":"Properties added to support forklift interfaces. Format is key,value entries delimited with new lines"}]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy