get_schema_info
Retrieve detailed information about Vega-Lite schema properties and structure to understand data visualization specifications and build accurate charts.
Instructions
Get information about Vega-Lite schema properties and structure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
property | No | Schema property to get information about (e.g., 'mark', 'encoding', 'data', 'transform') |
Input Schema (JSON Schema)
{
"properties": {
"property": {
"description": "Schema property to get information about (e.g., 'mark', 'encoding', 'data', 'transform')",
"type": "string"
}
},
"type": "object"
}