Skip to content

Instantly share code, notes, and snippets.

@CodySwannGT
Last active October 19, 2016 00:47
Show Gist options
  • Save CodySwannGT/2db2cb1875d4df04eb636e32ae428833 to your computer and use it in GitHub Desktop.
Save CodySwannGT/2db2cb1875d4df04eb636e32ae428833 to your computer and use it in GitHub Desktop.
{
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