get_model_json_schema
Retrieve the JSON schema for any Vizro model by specifying its name, enabling validation and autocomplete for dashboard configurations.
Instructions
Get the JSON schema for the specified Vizro model. Server Vizro version: 0.1.54
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | Name of the Vizro model to get schema for (e.g., 'Card', 'Dashboard', 'Page') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | ||
| json_schema | Yes | ||
| additional_info | Yes |