From 40dc991258487087a84f910917615dc9b5043b84 Mon Sep 17 00:00:00 2001 From: Binita Date: Sun, 13 Oct 2024 20:44:58 -0500 Subject: [PATCH] fix bug of onlineresource description, type, and onlineaccess description fields --- pyQuARC/schemas/rule_mapping.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyQuARC/schemas/rule_mapping.json b/pyQuARC/schemas/rule_mapping.json index 2e3acc41..0f98559d 100644 --- a/pyQuARC/schemas/rule_mapping.json +++ b/pyQuARC/schemas/rule_mapping.json @@ -4161,7 +4161,7 @@ ] }, "severity": "warning", - "check_id": "availability_check" + "check_id": "one_item_presence_check" }, "characteristic_name_uniqueness_check": { "rule_name": "Characteristic Name Uniqueness Check", @@ -4796,7 +4796,7 @@ ] }, "severity": "warning", - "check_id": "availability_check" + "check_id": "one_item_presence_check" }, "get_data_url_check": { "rule_name": "GET DATA URL check",