Skip to content

Instantly share code, notes, and snippets.

@alvarezgarcia
Last active July 9, 2019 19:27
Show Gist options
  • Save alvarezgarcia/c880eb9de1b9fc4ff8cf3c6fa5e1a209 to your computer and use it in GitHub Desktop.
Save alvarezgarcia/c880eb9de1b9fc4ff8cf3c6fa5e1a209 to your computer and use it in GitHub Desktop.
Steps
[
{
"stepId": "ObjectId",
"stepShortName": "String",
"stepDescription": "String",
"minScore": "Integer",
"maxScore": "Integer",
"assets": [
{
"assetId": "ObjectId",
"name": "String",
"path": "String"
}
],
"questions": [
{
"questionId": "ObjectId",
"text": "String",
"expectedInput": ["Date", "String", "Integer"]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment