Skip to content

Commit fb230fb

Browse files
authored
Clarify link fields (#633)
1 parent cd16408 commit fb230fb

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

schema_salad/metaschema/salad.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,11 @@ rules:
256256
field.
257257

258258
* If the value of `jsonldPredicate` is an object, and that
259-
object contains the field `_type` with the value `@id` and
260-
the field `identity` with the value `false`, the field is a
261-
link field subject to [link validation](#Link_validation).
259+
object contains the field `_type` with the value `@id`, the
260+
field is a link field. If the field `jsonldPredicate` also
261+
has the field `identity` with the value `true`, the field is
262+
resolved with [identifier resolution](#Identifier_resolution).
263+
Otherwise it is resolved with [link resolution](#Link_resolution).
262264

263265
* If the value of `jsonldPredicate` is an object which contains the
264266
field `_type` with the value `@vocab`, the field value is subject to

0 commit comments

Comments
 (0)