A list of Power BI datasets
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DatasetList", "type": "object", "description": "A list of Power BI datasets", "properties": { "value": { "type": "array" }, "@odata.context": { "type": "string", "description": "OData context URL" } } }