Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created February 7, 2018 13:43
Show Gist options
  • Save pvillard31/801335947240fecb345e6033d44e6b95 to your computer and use it in GitHub Desktop.
Save pvillard31/801335947240fecb345e6033d44e6b95 to your computer and use it in GitHub Desktop.
{
"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