Skip to content

Commit 130516a

Browse files
committed
File.location: fix formatting of schemas
1 parent 60a9635 commit 130516a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ $graph:
7070
a number of properties that provide metadata about the file.
7171
7272
The `location` property of a File is a URI that uniquely identifies the
73-
file. Implementations must support the file:// URI scheme and may support
74-
other schemes such as http://. The value of `location` may also be a
73+
file. Implementations must support the `file://` URI scheme and may support
74+
other schemes such as `http://` and `https://`. The value of `location` may also be a
7575
relative reference, in which case it must be resolved relative to the URI
7676
of the document it appears in. Alternately to `location`, implementations
7777
must also accept the `path` property on File, which must be a filesystem

0 commit comments

Comments
 (0)