{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-synapse/refs/heads/main/json-structure/azure-synapse-sql-pool-info-list-result-structure.json", "description": "SqlPoolInfoListResult schema from Azure Synapse Analytics API", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/SqlPool" } }, "nextLink": { "type": "string" } }, "name": "SqlPoolInfoListResult" }