Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created February 7, 2018 13:43
Embed
What would you like to do?
{
"type" : "record",
"name" : "bulletin",
"namespace" : "bulletin",
"fields" : [
{ "name" : "objectId", "type" : "string"},
{ "name" : "platform", "type" : "string"},
{ "name" : "bulletinId", "type" : "long"},
{ "name" : "bulletinCategory", "type" : "string"},
{ "name" : "bulletinGroupId", "type" : "string"},
{ "name" : "bulletinGroupName", "type" : "string"},
{ "name" : "bulletinLevel", "type" : "string"},
{ "name" : "bulletinMessage", "type" : "string"},
{ "name" : "bulletinNodeId", "type" : "string"},
{ "name" : "bulletinSourceId", "type" : "string"},
{ "name" : "bulletinSourceName", "type" : "string"},
{ "name" : "bulletinSourceType", "type" : "string"},
{ "name" : "bulletinTimestamp", "type" : "string"},
{ "name" : "timestamp", "type" : ["long", "null"]},
{ "name" : "project", "type" : ["string", "null"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment