{ "$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-describe-entity-recognizer-response-schema.json", "title": "DescribeEntityRecognizerResponse", "description": "DescribeEntityRecognizerResponse schema", "type": "object", "properties": { "EntityRecognizerProperties": { "allOf": [ { "$ref": "#/components/schemas/EntityRecognizerProperties" }, { "description": "Describes information associated with an entity recognizer." } ] } } }