ModelType 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-model-type-schema.json", "title": "ModelType", "description": "ModelType schema", "type": "string", "enum": [ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER" ] }