diff --git a/examples/model.json b/examples/model.json new file mode 100644 index 0000000..d029b0c --- /dev/null +++ b/examples/model.json @@ -0,0 +1,38 @@ + +{ + "timeline": + { + "headline":"The Main Timeline Headline Goes here", + "type":"default", + "text":"
Intro body text goes here, some HTML is ok
", + "asset": { + "media":"http://yourdomain_or_socialmedialink_goes_here.jpg", + "credit":"Credit Name Goes Here", + "caption":"Caption text goes here" + }, + "date": [ + { + "startDate":"2011,12,10", + "endDate":"2011,12,11", + "headline":"Headline Goes Here", + "text":"Body text goes here, some HTML is OK
", + "tag":"This is Optional", + "asset": { + "media":"http://twitter.com/ArjunaSoriano/status/164181156147900416", + "credit":"Credit Name Goes Here", + "caption":"Caption text goes here" + } + } + ], + "era": [ + { + "startDate":"2011,12,10", + "endDate":"2011,12,11", + "headline":"Headline Goes Here", + "text":"Body text goes here, some HTML is OK
", + "tag":"This is Optional" + } + + ] + } +} \ No newline at end of file