{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DatasourceList", "title": "DatasourceList", "type": "object", "description": "A list of data sources", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Datasource" }, "example": [] }, "@odata.context": { "type": "string", "example": "example_value" } } }