Microsoft Visio · JSON Structure

Visio Graph Api Visio Shape Structure

Represents a shape on a Visio page.

Type: object Properties: 4
Business ProcessDiagrammingFlowchartsMicrosoft 365Visualization

VisioShape 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 name text type

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-shape-structure.json",
  "name": "VisioShape",
  "description": "Represents a shape on a Visio page.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the shape." },
    "name": { "type": "string", "description": "The name of the shape." },
    "text": { "type": "string", "description": "The text content of the shape." },
    "type": { "type": "string", "description": "The shape type." }
  }
}