SqlPoolInfoListResult schema from Azure Synapse Analytics API
{ "$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-sql-pool-info-list-result-schema.json", "title": "SqlPoolInfoListResult", "description": "SqlPoolInfoListResult schema from Azure Synapse Analytics API", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/SqlPool" } }, "nextLink": { "type": "string" } } }