Skip to content

Url

a URL endpoint and an optional label for a11y purposes
Any of

Variant 1

the URL endpoint; This form should be used when a label is not provided.
Type: string
Format: uri
Examples
"https://dhruvkb.dev"

Variant 2

a combination of the URL endpoint and a label for a11y purposes; This form should be used when a label is provided.
Type: object
Properties

dest *

the URL endpoint
Type: string
Required: yes
Format: uri

label *

a label for the URL; This makes the URL accessible and provides more info about the destination.
Type: string
Required: yes
Examples
{
"dest": "https://dhruvkb.dev",
"label": "My website"
}
Examples
{
"dest": "https://dhruvkb.dev",
"label": "My website"
}
"https://dhruvkb.dev"