Merge branch 'main' into 18842-arv-mount-disk-config
[arvados.git] / sdk / go / arvados / vocabulary.go
index 17e63964fbd0986386686408118ccf3edda5fc8b..bf60a770267e437f7551bfb59fc60e62920fea9c 100644 (file)
@@ -37,8 +37,8 @@ func (v *Vocabulary) systemTagKeys() map[string]bool {
                "docker-image-repo-tag": true,
                "filters":               true,
                "container_request":     true,
-               "cwl_inputs":            true,
-               "cwl_outputs":           true,
+               "cwl_input":             true,
+               "cwl_output":            true,
        }
 }