@@ -30,8 +30,8 @@ Represents a file (or group of files when `secondaryFiles` is provided) that
3030 a number of properties that provide metadata about the file.
3131
3232 The `location` property of a File is a URI that uniquely identifies the
33- file. Implementations must support the file:// URI scheme and may support
34- other schemes such as http://. The value of `location` may also be a
33+ file. Implementations must support the ` file://` URI scheme and may support
34+ other schemes such as ` http://` and `https://` . The value of `location` may also be a
3535 relative reference, in which case it must be resolved relative to the URI
3636 of the document it appears in. Alternately to `location`, implementations
3737 must also accept the `path` property on File, which must be a filesystem
@@ -265,7 +265,7 @@ public java.util.Optional<String> getChecksum() {
265265 /**
266266 * Getter for property <I>https://w3id.org/cwl/cwl#File/size</I><BR>
267267 * <BLOCKQUOTE>
268- * Optional file size * </BLOCKQUOTE>
268+ * Optional file size (in bytes) * </BLOCKQUOTE>
269269 */
270270
271271 public Object getSize () {
@@ -306,8 +306,8 @@ public java.util.Optional<java.util.List<Object>> getSecondaryFiles() {
306306 * `<B> owl:equivalentClass <C>` and `<B> owl:subclassOf <A>` then infer
307307 * `<C> owl:subclassOf <A>`.
308308 *
309- * File format ontologies may be provided in the "$schema " metadata at the
310- * root of the document. If no ontologies are specified in `$schema `, the
309+ * File format ontologies may be provided in the "$schemas " metadata at the
310+ * root of the document. If no ontologies are specified in `$schemas `, the
311311 * runtime may perform exact file format matches.
312312 * * </BLOCKQUOTE>
313313 */
0 commit comments