projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17390: Use cluster-configured default
[arvados.git]
/
sdk
/
cwl
/
tests
/
17267-broken-schemas.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
cwlVersion: v1.0
6
class: CommandLineTool
7
$schemas:
8
- http://example.com/schema.xml
9
inputs: []
10
outputs:
11
out: stdout
12
baseCommand: [echo, "foo"]
13
stdout: foo.txt