From 7a28a26789dedb2aa70542027bf29801365ee5bc Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Tue, 19 Apr 2022 10:34:24 +0100 Subject: [PATCH] Added missing sequence item label. --- config/schema/dgi_fixity.schema.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/schema/dgi_fixity.schema.yml b/config/schema/dgi_fixity.schema.yml index 18acd74..3530c2b 100644 --- a/config/schema/dgi_fixity.schema.yml +++ b/config/schema/dgi_fixity.schema.yml @@ -5,6 +5,9 @@ dgi_fixity.settings: sources: type: sequence label: 'File Selection for Fixity Checks' + sequence: + type: string + label: 'View and Display Identifier' threshold: type: string label: 'Time elapsed between Fixity Checks'