Skip to content

Instantly share code, notes, and snippets.

@ScottyMJacobson
Created July 31, 2018 22:45
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/9e8d9a3cfbf55c00edf167939e3d74ed to your computer and use it in GitHub Desktop.
Save ScottyMJacobson/9e8d9a3cfbf55c00edf167939e3d74ed to your computer and use it in GitHub Desktop.
{
"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"
},
"interactionTriggerType": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment