Microsoft Visio · JSON Structure

Visio Graph Api Visio Hyperlink Structure

Represents a hyperlink associated with a shape.

Type: object Properties: 4
Business ProcessDiagrammingFlowchartsMicrosoft 365Visualization

VisioHyperlink is a JSON Structure definition published by Microsoft Visio, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id address description subAddress

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-visio/refs/heads/main/json-structure/visio-graph-api-visio-hyperlink-structure.json",
  "name": "VisioHyperlink",
  "description": "Represents a hyperlink associated with a shape.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the hyperlink." },
    "address": { "type": "uri", "description": "The URL target of the hyperlink." },
    "description": { "type": "string", "description": "Description of the hyperlink." },
    "subAddress": { "type": "string", "description": "Sub-address target within the document." }
  }
}