{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-synapse/refs/heads/main/json-schema/azure-synapse-workspace-info-list-result-schema.json", "title": "WorkspaceInfoListResult", "description": "WorkspaceInfoListResult schema from Azure Synapse Analytics API", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Workspace" } }, "nextLink": { "type": "string", "readOnly": true } } }