apidog_get_schema
Get a schema's full JSON Schema definition by its name, along with the list of endpoints that reference it. Provide the schema name and module to retrieve the data.
Instructions
Get full JSON Schema definition by name, plus list of endpoints that reference it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema name (e.g. "User", "Product") | |
| module | Yes | Module name | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. |