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