{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-stop-training-document-classifier-request-structure.json", "name": "StopTrainingDocumentClassifierRequest", "description": "StopTrainingDocumentClassifierRequest schema", "type": "object", "properties": { "DocumentClassifierArn": { "allOf": [ { "$ref": "#/components/schemas/DocumentClassifierArn" }, { "description": "The Amazon Resource Name (ARN) that identifies the document classifier currently being trained." } ] } }, "required": [ "DocumentClassifierArn" ] }