Created
October 19, 2016 00:50
-
-
Save CodySwannGT/6fe2d555040c8bf7e8ebb3676f9064d9 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
{ | |
email: "[email protected]", | |
encryptedPassword: "", | |
notebook: { | |
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