Skip to content

Commit cd16408

Browse files
authored
Merge pull request #631 from common-workflow-language/clarify-link-annotation
Fix the description of the record field annotation for link validation
2 parents e0113b5 + 93ba1c6 commit cd16408

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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)