--- description: A reference for the JSON links schema used with Observability as Code. keywords: - configuration - as code - as-code - dashboards - git integration - git sync - github - links labels: products: - cloud - enterprise - oss menuTitle: links schema title: links weight: 500 canonical: https://grafana.com/docs/grafana/latest/as-code/observability-as-code/schema-v2/links-schema/ aliases: - ../../../observability-as-code/schema-v2/links-schema/ # /docs/grafana/next/observability-as-code/schema-v2/links-schema/ --- # `links` The `links` schema is the configuration for links with references to other dashboards or external websites. Following are the default JSON fields: ```json "links": [ { "asDropdown": false, "icon": "", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": false, "title": "", "tooltip": "", "type": "link", }, ], ``` ## `DashboardLink` The following table explains the usage of the dashboard link JSON fields. The table includes default and other fields: | Name | Usage | | ----------- | --------------------------------------- | | title | string. Title to display with the link. | | type | `DashboardLinkType`. Link type. Accepted values are: