An inferred source configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-detected-s3-source-config-schema.json", "title": "DetectedS3SourceConfig", "description": "An inferred source configuration.", "type": "object", "properties": { "FileFormatDescriptor": { "allOf": [ { "$ref": "#/components/schemas/DetectedFileFormatDescriptor" }, { "description": "The source's file format descriptor." } ] } } }