From a5a6a835ea191deb298adccd13a0dc3b1d2dec22 Mon Sep 17 00:00:00 2001 From: Bilal Shaikh Date: Sat, 26 Dec 2020 12:32:51 -0500 Subject: [PATCH] Add DOI field to publications This adds a field to provide the [doi](https://www.doi.org/) of a publication, allowing for unique identification of the publication. --- schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema.json b/schema.json index 4e31cff2..0883ccae 100644 --- a/schema.json +++ b/schema.json @@ -317,6 +317,10 @@ "summary": { "type": "string", "description": "Short summary of publication. e.g. Discussion of the World Wide Web, HTTP, HTML." + }, + "doi":{ + "type": "string", + "description": "The DOI of the publication" } } }