{ "$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-recognizer-output-data-config-structure.json", "name": "EntityRecognizerOutputDataConfig", "description": "Output data configuration.", "type": "object", "properties": { "FlywheelStatsS3Prefix": { "allOf": [ { "$ref": "#/components/schemas/S3Uri" }, { "description": "The Amazon S3 prefix for the data lake location of the flywheel statistics." } ] } } }