Skip to content

Instantly share code, notes, and snippets.

@meteormatt
Last active August 29, 2015 14:07
Show Gist options
  • Save meteormatt/088bc982bd192ae19240 to your computer and use it in GitHub Desktop.
Save meteormatt/088bc982bd192ae19240 to your computer and use it in GitHub Desktop.
{
message: {
properties: {
content: {
type: string
}
host: {
type: string
}
metadata: {
type: string
}
port: {
type: string
}
protocol: {
type: string
}
receiver: {
type: string
}
renderContent: {
type: string
}
sender: {
type: string
}
sender_name: {
type: string
}
status: {
type: string
}
time: {
type: long
}
token: {
type: string
}
type: {
type: string
}
}
}
}
{
"gokuai-im": {
"message": {
"properties": {
"content": {
"type": "string"
},
"host": {
"type": "string"
},
"metadata": {
"type": "string"
},
"port": {
"type": "string"
},
"protocol": {
"type": "string"
},
"receiver": {
"type": "string"
},
"renderContent": {
"type": "string"
},
"sender": {
"type": "string"
},
"sender_name": {
"type": "string"
},
"status": {
"type": "string"
},
"time": {
"type": "long"
},
"token": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment