From 68cd9fe29dd919c83e36ebf5f269428842c03205 Mon Sep 17 00:00:00 2001 From: Amnon Khen Date: Thu, 29 Jun 2023 22:42:42 +0100 Subject: [PATCH] dcp-954 fix hca_bionetwork schema url schema url (`describedBy`) pattern was incorrect --- json_schema/module/project/hca_bionetwork.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_schema/module/project/hca_bionetwork.json b/json_schema/module/project/hca_bionetwork.json index 3eb42058..28d0691d 100644 --- a/json_schema/module/project/hca_bionetwork.json +++ b/json_schema/module/project/hca_bionetwork.json @@ -9,7 +9,7 @@ "describedBy": { "description": "The URL reference to the schema.", "type": "string", - "pattern" : "^(http|https)://schema.(.*?)humancellatlas.org/module/project/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/contact" + "pattern" : "^(http|https)://schema.(.*?)humancellatlas.org/module/project/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/hca_bionetwork" }, "schema_version": { "description": "The version number of the schema in major.minor.patch format.",