Skip to content

Instantly share code, notes, and snippets.

@CodySwannGT
Created October 19, 2016 04:30
Show Gist options
  • Save CodySwannGT/63588ed957b31170e9b214bc73da2b71 to your computer and use it in GitHub Desktop.
Save CodySwannGT/63588ed957b31170e9b214bc73da2b71 to your computer and use it in GitHub Desktop.
{
parts: [
{
title: "Folder",
documents: [
{
id: "some-generated-id",
title: "Doctor Information",
documentType: "questionaire",
completed: false,
sections: [
{
id: "some-generated-id",
title: "Primary Care Doctor",
repeatable: false,
responses: [
{
id: "some-generated-id",
label: "Name",
responseType: "shortText",
repeatable: false
},
]
},
{
title: "Specialist Doctor",
repeatable: true,
responses: [
{
id: "some-generated-id",
label: "Name",
responseType: "shortText",
repeatable: false
}
]
}
]
}
]
}
]
}
{
email: "cody@gunnertech.com",
encryptedPassword: "",
responses: [
{
responseId: "matches-generated-id",
value: "blah blah blah"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment