{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SqlPool", "title": "SqlPool", "type": "object", "description": "A SQL pool resource.", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "type": { "type": "string", "readOnly": true }, "location": { "type": "string", "description": "The geo-location where the resource lives." }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "sku": { "$ref": "#/components/schemas/Sku" }, "properties": { "$ref": "#/components/schemas/SqlPoolProperties" } } }