templates/stanza/metadata.json.erb in togostanza-1.5.0 vs templates/stanza/metadata.json.erb in togostanza-2.0.0
- old
+ new
@@ -1,18 +1,23 @@
{
- "@id": "http://togogenome.org/stanza/<%= stanza_id %>",
- "stanza:label": "",
- "stanza:definition": "",
- "stanza:parameter": [
+ "id": "<%= stanza_id %>",
+ "label": "",
+ "definition": "",
+ "parameter": [
+ {
+ "key": "",
+ "example": "",
+ "description": "",
+ "required": true
+ }
],
- "stanza:usage": "<div data-stanza=\"http://togogenome.org/stanza/<%= stanza_id %>\"></div>",
- "stanza:type": "Stanza",
- "stanza:context": "",
- "stanza:display": "",
- "stanza:provider": "provider of this stanza",
- "stanza:license": "",
- "stanza:author": "author name",
- "stanza:address": "name@example.org",
- "stanza:contributor": [],
- "stanza:created": "<%= Date.today %>",
- "stanza:updated": "<%= Date.today %>"
+ "type": "Stanza",
+ "context": "",
+ "display": "",
+ "provider": "provider of this stanza",
+ "license": "",
+ "author": "author name",
+ "address": "name@example.org",
+ "contributor": [],
+ "created": "<%= Date.today %>",
+ "updated": "<%= Date.today %>"
}