File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ $graph:
211
211
_type : " @vocab"
212
212
doc : Must be `Directory` to indicate this object describes a Directory.
213
213
- name : location
214
- type : string
214
+ type : string?
215
215
doc : |
216
216
A URI that identifies the directory resource. This may be a relative
217
217
reference, in which case it must be resolved using the base URI of the
@@ -222,6 +222,10 @@ $graph:
222
222
unsupported protocol, access denied, or other issue) it must signal an
223
223
error.
224
224
225
+ If the `location' field is not provided, the `listing` field must be
226
+ provided. The implementation must generate an internal identifier for
227
+ the `location` field.
228
+
225
229
If the `path` field is provided but the `location` field is not, an
226
230
implementation may assign the value of the `path` field to `location`,
227
231
then follow the rules above.
You can’t perform that action at this time.
0 commit comments