Skip to content

Commit

Permalink
Relax source.icon requirements and instead suggest the desired image …
Browse files Browse the repository at this point in the history
…format. (#375)

Fixes #284
  • Loading branch information
kpshek authored Aug 1, 2018
1 parent 4192c8c commit ef24732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Field | Optionality | Type | Description
----- | ----- | ----- | --------
<nobr>`label`</nobr>| REQUIRED | *string* | A short, human-readable label to display for the source of the information displayed on this card. If a `url` is also specified, this may be the text for the hyperlink.
`url` | OPTIONAL | *URL* | An optional absolute URL to load (via `GET`, in a browser context) when a user clicks on this link to learn more about the organization or data set that provided the information on this card. Note that this URL should not be used to supply a context-specific "drill-down" view of the information on this card. For that, use `link.url` instead.
`icon` | OPTIONAL | *URL* | An optional absolute URL to an icon for the source of this card. The icon returned by this URL should be in PNG format, an image size of 100x100 pixels, and must not include any transparent regions.
`icon` | OPTIONAL | *URL* | An absolute URL to an icon for the source of this card. The icon returned by this URL SHOULD be a 100x100 pixel PNG image without any transparent regions.

#### Suggestion

Expand Down

0 comments on commit ef24732

Please sign in to comment.