Get Shared Schema
get_shared_schemaRetrieve a shared schema's full JSON Schema and rowVersion from project or org scope. Include used-by specs to identify dependencies before deleting.
Instructions
Get one shared schema with its full JSON Schema and rowVersion. Scope 'project' (default) or 'org'. Set includeUsedBy to also list the specs linking it — do that before deleting one; it only works in project scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Which library to read: 'project' (default) or 'org' | project |
| schemaId | Yes | Public ID (GUID) of the shared schema | |
| includeUsedBy | No | Also list the specs using this schema — project scope only (default false) |