get_model_json_schema
Get the JSON schema for a specified Vizro model, like Card or Dashboard, to understand its data structure.
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 |