Figma · Schema

DocumentationLink

A link to documentation associated with a component.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
uri string The URI of the documentation link.
View JSON Schema on GitHub

JSON Schema

figma-rest-documentation-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DocumentationLink",
  "type": "object",
  "description": "A link to documentation associated with a component.",
  "properties": {
    "uri": {
      "type": "string",
      "description": "The URI of the documentation link."
    }
  }
}