From 724ab6124f0a156d5da207199a8ef22e0c89de66 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 29 Sep 2025 06:27:23 -0400 Subject: [PATCH] fix schema typo --- json-schema/cwl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/cwl.yaml b/json-schema/cwl.yaml index 7ba8c34e..8153d2ae 100644 --- a/json-schema/cwl.yaml +++ b/json-schema/cwl.yaml @@ -2075,7 +2075,7 @@ $defs: CWLVersion: type: object properties: - clwVersion: + cwlVersion: type: string title: cwlVersion description: CWL version of the described application package.