{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListDatasetsResponse", "title": "ListDatasetsResponse", "type": "object", "properties": { "datasets": { "type": "array", "description": "A list of datasets for the authenticated user.", "items": { "$ref": "#/components/schemas/Dataset" } } } }