{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataSourceList", "title": "DataSourceList", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/DataSource" } }, "nextLink": { "type": "string" }, "count": { "type": "integer", "format": "int64" } } }