ListDocumentClassifiersResponse 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-document-classifiers-response-schema.json", "title": "ListDocumentClassifiersResponse", "description": "ListDocumentClassifiersResponse schema", "type": "object", "properties": { "DocumentClassifierPropertiesList": { "allOf": [ { "$ref": "#/components/schemas/DocumentClassifierPropertiesList" }, { "description": "A list containing the properties of each job returned." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifies the next page of results to return." } ] } } }