{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-describe-document-classifier-request-structure.json", "name": "DescribeDocumentClassifierRequest", "description": "DescribeDocumentClassifierRequest schema", "type": "object", "properties": { "DocumentClassifierArn": { "allOf": [ { "$ref": "#/components/schemas/DocumentClassifierArn" }, { "description": "The Amazon Resource Name (ARN) that identifies the document classifier. The CreateDocumentClassifier operation returns this identifier in its response." } ] } }, "required": [ "DocumentClassifierArn" ] }