Skip to content

Instantly share code, notes, and snippets.

@ScottyMJacobson
Created July 31, 2018 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottyMJacobson/218c5b64013485c4510db2f9459c0aa2 to your computer and use it in GitHub Desktop.
Save ScottyMJacobson/218c5b64013485c4510db2f9459c0aa2 to your computer and use it in GitHub Desktop.
{
"type": "object",
"title": "stream",
"description": "Schema that describes the state of the player stream",
"properties": {
"currentNodeName": {
"type": "string"
},
"currentNodeTime": {
"type": "string"
},
"currentNodeType": {
"type": "string"
},
"previousNodeName": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment