data/spec.json in locabulary-0.6.2 vs data/spec.json in locabulary-0.7.1
- old
+ new
@@ -1,24 +1,24 @@
{
"predicate_name": "spec",
"values": [
{
- "predicate_name": "spec",
- "term_label": "Active Item",
- "default_presentation_sequence": 3,
- "activated_on": "2015-07-22"
- },
- {
- "predicate_name": "spec",
"term_label": "Deactive Item",
+ "term_uri": "item:deactive",
"default_presentation_sequence": 1,
"activated_on": "2015-07-22",
"deactivated_on": "2016-07-01"
},
{
- "predicate_name": "spec",
"term_label": "Alternate Item",
+ "term_uri": "item:alternate",
"default_presentation_sequence": 2,
+ "activated_on": "2015-07-22"
+ },
+ {
+ "term_label": "Active Item",
+ "term_uri": "item:active",
+ "default_presentation_sequence": 3,
"activated_on": "2015-07-22"
}
]
}