Created
November 3, 2016 02:17
-
-
Save kreas/f0d319a4e88c709e455588f8caec1006 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
subtypes: { ... }, | |
frequency_id: value, | |
frequency: { ... }, | |
description: string, | |
code: string, | |
category_id: value, | |
category: { ... }, | |
sections: [ | |
{ | |
title: string, | |
templates: [ ... ], | |
order: value | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment