get_subject_repo_url
Return the GitHub repository URL for an SDM subject (e.g., 'dataModel.Weather'). Use this when the user wants to browse the source files, open issues, or cite the authoritative schema location for a subject group. Example: get_subject_repo_url({"subject": "dataModel.Weather"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | The SDM subject name with 'dataModel.' prefix — e.g., 'dataModel.Weather', 'dataModel.Parking'. |