File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
cwltool/schemas/v1.0/salad Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 4141extras_require = {} # TODO: to be removed when the above is added
4242
4343setup (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' ,
You can’t perform that action at this time.
0 commit comments