get_model_json_schema
Retrieve the JSON schema for a specified Vizro model by providing its name, enabling validation and configuration of model structures.
Instructions
Get the JSON schema for the specified Vizro model. Server Vizro version: 0.1.60
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 |