Skip to content

Commit 2744ac4

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from 8d0fe99..25784a9
25784a9 Merge commit '209d0f0325310c3dd891a839fab2e0f41e390425' 209d0f0 Squashed 'v1.0/salad/' changes from 13061e5..c9fc39f git-subtree-dir: cwltool/schemas git-subtree-split: 25784a9
1 parent ede9f0c commit 2744ac4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

cwltool/schemas/v1.0/salad/schema_salad/metaschema/metaschema.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ $graph:
265265
266266
- name: specialize
267267
type:
268-
- SpecializeDef?
269268
- SpecializeDef[]?
270269
doc: |
271270
Only applies if `extends` is declared. Apply type specialization using the

cwltool/schemas/v1.0/salad/schema_salad/metaschema/metaschema_base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ $graph:
4343
type: record
4444
doc: A field of a record.
4545
fields:
46-
name:
46+
- name: name
4747
type: string
4848
jsonldPredicate: "@id"
4949
doc: |
5050
The name of the field
5151
52-
doc:
52+
- name: doc
5353
type: string?
5454
doc: |
5555
A documentation string for this field
5656
jsonldPredicate: "rdfs:comment"
5757

58-
type:
58+
- name: type
5959
type:
6060
- PrimitiveType
6161
- RecordSchema

cwltool/schemas/v1.0/salad/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
extras_require = {} # TODO: to be removed when the above is added
4242

4343
setup(name='schema-salad',
44-
version='1.13',
44+
version='1.14',
4545
description='Schema Annotations for Linked Avro Data (SALAD)',
4646
long_description=open(README).read(),
4747
author='Common workflow language working group',

0 commit comments

Comments
 (0)