ListDatasetsResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-list-datasets-response-schema.json", "title": "ListDatasetsResponse", "description": "ListDatasetsResponse schema", "type": "object", "properties": { "DatasetPropertiesList": { "allOf": [ { "$ref": "#/components/schemas/DatasetPropertiesList" }, { "description": "The dataset properties list." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifies the next page of results to return." } ] } } }