From a256a1282442c4097bc1f7590d03779416af39b3 Mon Sep 17 00:00:00 2001 From: Mihaly Varadi Date: Thu, 21 Nov 2019 16:29:24 +0000 Subject: [PATCH] Updating the schema --- data/funpdbe_schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/funpdbe_schema.json b/data/funpdbe_schema.json index 68a032d..838ccbc 100644 --- a/data/funpdbe_schema.json +++ b/data/funpdbe_schema.json @@ -146,6 +146,10 @@ "type": "string", "description": "Site label" }, + "site_url": { + "type": "string", + "description": "URL linking to information on the functional site at the partner resource" + }, "source_database": { "type": "string", "description": "Name of the source database" @@ -159,6 +163,10 @@ "description": "Date of acquiring data from source", "pattern": "^[0-3]*[0-9]/[0-1]*[0-9]/[1-2][0-9]{3}$" }, + "source_version": { + "type": "string", + "description": "Version of the data source" + }, "additional_site_annotations": { "type": "object", "description": "Additional site-level annotations",