Skip to content

Commit 3660144

Browse files
committed
Fix the rules for link validation
1 parent e0113b5 commit 3660144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema_salad/metaschema/salad.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ 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`, the field is a
259+
object contains the field `_type` with the value `@id` and
260+
the field `identity` with the value `false`, the field is a
260261
link field subject to [link validation](#Link_validation).
261262

262263
* If the value of `jsonldPredicate` is an object which contains the

0 commit comments

Comments
 (0)