{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-entity-recognition-config-structure.json", "name": "EntityRecognitionConfig", "description": "Configuration required for an entity recognition model.", "type": "object", "properties": { "EntityTypes": { "allOf": [ { "$ref": "#/components/schemas/EntityTypesList" }, { "description": "Up to 25 entity types that the model is trained to recognize." } ] } }, "required": [ "EntityTypes" ] }