Last active
October 19, 2016 00:47
-
-
Save CodySwannGT/2db2cb1875d4df04eb636e32ae428833 to your computer and use it in GitHub Desktop.
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
{ | |
parts: [ | |
{ | |
title: "Folder", | |
documents: [ | |
{ | |
title: "Doctor Information", | |
documentType: "questionaire", | |
completed: false, | |
sections: [ | |
{ | |
title: "Primary Care Doctor", | |
repeatable: false, | |
responses: [ | |
{ | |
label: "Name", | |
responseType: "shortText", | |
response: "", | |
repeatable: false | |
}, | |
] | |
}, | |
title: "Specialist Doctor", | |
repeatable: true, | |
responses: [ | |
{ | |
label: "Name", | |
responseType: "shortText", | |
response: "", | |
repeatable: false | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment