Skip to content

Commit

Permalink
fix(Link): Add title property to Link
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jul 24, 2019
1 parent c03f3f8 commit 8d43755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema/Link.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ properties:
'@id': stencila:target
type: string
format: uri
title:
'@id': stencila:title
description: A title for the link.
$comment: |
This property is analagous to the HTML `title` global attribute which
represents ["advisory information related to the element"](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title)
type: string
relation:
'@id': schema:linkRelationship
description:
Expand Down

0 comments on commit 8d43755

Please sign in to comment.