{ "$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." } } }