get_visual_schema
Retrieve the formatting schema for a visual type, optionally scoping to a specific card like legend or axis, to discover property types and constraints.
Instructions
Get the formatting schema for one visualType as a compact structured object - the same cards -> properties -> {type, enum, min, max} as list_visual_properties, optionally scoped to a single card (e.g. legend, valueAxis, title). Omit card for the full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | No | optional single card to scope to, e.g. legend | |
| visualType | Yes | a canonical visualType key, e.g. lineChart |