Skip to content

Commit

Permalink
Fix typo: $schema to $schemas (#77)
Browse files Browse the repository at this point in the history

Co-authored-by: Michael R. Crusoe <michael.crusoe@gmail.com>
  • Loading branch information
tom-tan and mr-c authored Nov 22, 2021
1 parent 6397014 commit 50251ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ $graph:
contain either a non-string value accepted by the field
type, or a valid expression which returns a value having one
of the the other types defined for that field.
* 2021-11-22 Errata: Fixed `$schema` typo. It is `$schemas` (plural).
See also the [CWL Workflow Description, v1.1 changelog](Workflow.html#Changelog).
Expand Down
4 changes: 2 additions & 2 deletions Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ $graph:
`<B> owl:equivalentClass <C>` and `<B> owl:subclassOf <A>` then infer
`<C> owl:subclassOf <A>`.
File format ontologies may be provided in the "$schema" metadata at the
root of the document. If no ontologies are specified in `$schema`, the
File format ontologies may be provided in the "$schemas" metadata at the
root of the document. If no ontologies are specified in `$schemas`, the
runtime may perform exact file format matches.
- name: contents
type: string?
Expand Down
1 change: 1 addition & 0 deletions Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ $graph:
* [WorkflowStepInput](WorkflowStepInput) now has a `loadContents` field.
* [WorkflowStepInput.id](WorkflowStepInput) field value does not have to match an
`input.id` value from the process specified in the `run` field.
* 2021-11-22 Errata: Fixed `$schema` typo. It is `$schemas` (plural).
See also the [CWL Command Line Tool Description, v1.1 changelog](CommandLineTool.html#Changelog).
Expand Down
2 changes: 1 addition & 1 deletion concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ prefix listed in the `$namespaces` section of the document as described in the
[Schema Salad specification](SchemaSalad.html#Explicit_context).

It is recommended that concepts from schema.org are used whenever possible.
For the `$schema` field we recommend their RDF encoding: http://schema.org/version/latest/schema.rdf
For the `$schemas` field we recommend their RDF encoding: http://schema.org/version/latest/schema.rdf

Implementation extensions which modify execution semantics must be [listed in
the `requirements` field](#Requirements_and_hints).
Expand Down

0 comments on commit 50251ef

Please sign in to comment.