Share feedback
Answers are generated based on the documentation.

Experimental

Schema

HelpLink

Type: object

Describes a URL link.
description

Type: string

Describes what the link offers.
All schema constraints and annotations
{
  "description": "Describes what the link offers.",
  "type": "string"
}
url

Type: string

The URL of the link.
All schema constraints and annotations
{
  "description": "The URL of the link.",
  "type": "string"
}
All schema constraints and annotations
{
  "description": "Describes a URL link.",
  "properties": {
    "description": {
      "description": "Describes what the link offers.",
      "type": "string"
    },
    "url": {
      "description": "The URL of the link.",
      "type": "string"
    }
  },
  "title": "Link",
  "type": "object"
}