Get Shared Schema
get_shared_schemaGet 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) |