get_model_json_schema
Get the JSON schema for a specified Vizro model by providing its name. Use this to understand the structure of models like Card or Dashboard.
Instructions
Get the JSON schema for the specified Vizro model. Server Vizro version: 0.1.59
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 |