validate_schema
Validate a LinkML YAML schema at a specific workspace commit to catch errors before proceeding, without creating a commit.
Instructions
Validate a LinkML YAML schema at a specific workspace commit. This performs schema validation only and does not create a commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative schema path. Defaults to schema.yaml. | schema.yaml |
| commit_id | Yes | Git commit id to validate. | |
| workspace_id | Yes | Workspace id returned by init_workspace. |