Card

Card

Documentation

Authored content for a card. *

Kind

Supporting Object

Required fields

None

Used by

Properties

class

string

Optional styling hook.

elements

Elements rendered in authored order.

icon

Supporting icon or image.

Accepted shape 1 — Icon

Accepted shape 2 — Image

link

Optional navigation behavior.

subtitle

string

Supporting text associated with the heading.

title

string

Visible heading or display name; required when the card links to a destination.

Example

Required

{}

Full

{ "class": "example", "elements": [ { "type": "paragraph", "text": "Learn the basics of birding." } ], "icon": { "ariaLabel": "Search", "class": "example", "name": "search" }, "link": { "href": "/example", "newTab": false, "nofollow": false, "sponsored": false }, "subtitle": "example", "title": "Getting Started" }

examples are generated from the schema.