Skip to content

Instantly share code, notes, and snippets.

@CodySwannGT
Created October 19, 2016 00:50
Show Gist options
  • Save CodySwannGT/6fe2d555040c8bf7e8ebb3676f9064d9 to your computer and use it in GitHub Desktop.
Save CodySwannGT/6fe2d555040c8bf7e8ebb3676f9064d9 to your computer and use it in GitHub Desktop.
{
email: "cody@gunnertech.com",
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