examples/citation.json in adiwg-json_schemas-0.9.4 vs examples/citation.json in adiwg-json_schemas-0.9.5
- old
+ new
@@ -1,6 +1,61 @@
[
{
+ "title": "title",
+ "date": [
+ {
+ "date": "1111-11-11",
+ "dateType": "dateType"
+ }
+ ],
+ "edition": "edition",
+ "responsibleParty": [
+ {
+ "contactId": "contactId",
+ "role": "role"
+ }
+ ],
+ "presentationForm": ["presentationForm"],
+ "identifier": [
+ {
+ "identifier": "identifier",
+ "type": "type",
+ "authority": {
+ "title": "title",
+ "date": [
+ {
+ "date": "1111-11-11",
+ "dateType": "dateType"
+ }
+ ],
+ "responsibleParty": [
+ {
+ "contactId": "contactId",
+ "role": "role"
+ }
+ ],
+ "onlineResource": [
+ {
+ "uri": "http://thisisanexample.com",
+ "protocol": "protocol",
+ "name": "name",
+ "description": "description",
+ "function": "function"
+ }
+ ]
+ }
+ }
+ ],
+ "onlineResource": [
+ {
+ "uri": "http://thisisanexample.com",
+ "protocol": "protocol",
+ "name": "name",
+ "description": "description",
+ "function": "function"
+ }
+ ]
+ }, {
"title": "Project Tracking System",
"date": [
{
"date": "2013-03-13",
"dateType": "creation"
\ No newline at end of file