data/citation_style.json in locabulary-0.1.7 vs data/citation_style.json in locabulary-0.1.8
- old
+ new
@@ -1,26 +1,18 @@
-[
- {
+{
+ "values": [{
"predicate_name": "citation_style",
"term_label": "American Psychological Association",
"term_uri": "APA",
- "default_presentation_sequence": null,
- "activated_on": "2015-01-01",
- "deactivated_on": null
- },
- {
+ "activated_on": "2015-01-01"
+ },{
"predicate_name": "citation_style",
"term_label": "Chicago Manual of Style",
"term_uri": "Chicago",
- "default_presentation_sequence": null,
- "activated_on": "2015-01-01",
- "deactivated_on": null
- },
- {
+ "activated_on": "2015-01-01"
+ },{
"predicate_name": "citation_style",
"term_label": "Modern Language Association",
"term_uri": "MLA",
- "default_presentation_sequence": null,
- "activated_on": "2015-01-01",
- "deactivated_on": null
- }
-]
\ No newline at end of file
+ "activated_on": "2015-01-01"
+ }]
+}