The inlineCard
node is an Atlassian link card with a type icon and content description derived from the link.
inlineCard
is an inline node.
1 2{ "type": "inlineCard", "attrs": { "url": "https://atlassian.com" } }
Name | Required | Type | Value |
---|---|---|---|
type | ✔ | string | "inlineCard" |
attrs | ✔ | object | |
attrs.data | object | JSONLD representation of the link | |
attrs.url | object | A URI |
Either data
or url
must be provided, but not both.
Rate this page: