Last active
July 9, 2019 19:27
-
-
Save alvarezgarcia/c880eb9de1b9fc4ff8cf3c6fa5e1a209 to your computer and use it in GitHub Desktop.
Steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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