Skip to content

Instantly share code, notes, and snippets.

View ScottyMJacobson's full-sized avatar

Scotty Jacobson ScottyMJacobson

View GitHub Profile
{
"type": "object",
"title": "stream",
"description": "Schema that describes the state of the player stream",
"properties": {
"currentNodeName": {
"type": "string"
},
"currentNodeTime": {
"type": "string"
{
"type": "object",
"title": "stream",
"description": "Schema that describes a user's interaction with GUI elements on the screen",
"properties": {
"interactionActionType": {
"type": "string"
},
"interactionElementName": {
"type": "string"