From 6faea66ebcc45620792df990eb9255e0a0a13a90 Mon Sep 17 00:00:00 2001 From: Armand Craig Date: Tue, 1 Sep 2026 09:46:41 -0400 Subject: [PATCH] Clarification regarding allowEmpty schema note. Updated in all areas effected. Signed-off-by: Armand Craig --- .../applications/application-description.linkml.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/specification/applications/application-description.linkml.yaml b/src/specification/applications/application-description.linkml.yaml index 7d56d09e..f7ee3931 100644 --- a/src/specification/applications/application-description.linkml.yaml +++ b/src/specification/applications/application-description.linkml.yaml @@ -674,7 +674,7 @@ classes: attributes: allowEmpty: description: >- - If true, indicates a value must be provided. Default is false if not provided. + If true, an empty value is permitted. Default is false if not provided. rank: 30 range: boolean required: false @@ -701,7 +701,7 @@ classes: attributes: allowEmpty: description: >- - If true, indicates a value must be provided. Default is false if not provided. + If true, an empty value is permitted. Default is false if not provided. rank: 30 range: boolean required: false @@ -713,7 +713,7 @@ classes: attributes: allowEmpty: description: >- - If true, indicates a value must be provided. Default is false if not provided. + If true, an empty value is permitted. Default is false if not provided. rank: 30 range: boolean required: false @@ -735,7 +735,7 @@ classes: attributes: allowEmpty: description: >- - If true, indicates a value must be provided. Default is false if not provided. + If true, an empty value is permitted. Default is false if not provided. rank: 30 range: boolean required: false @@ -767,7 +767,7 @@ classes: attributes: allowEmpty: description: >- - If true, indicates a value must be provided. Default is false if not provided. + If true, an empty value is permitted. Default is false if not provided. rank: 30 range: boolean required: false