{ "$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-auto-detection-s3-source-config-schema.json", "title": "AutoDetectionS3SourceConfig", "description": "An auto detection source config.", "type": "object", "properties": { "TemplatedPathList": { "allOf": [ { "$ref": "#/components/schemas/TemplatedPathList" }, { "description": "The config's templated path list." } ] }, "HistoricalDataPathList": { "allOf": [ { "$ref": "#/components/schemas/HistoricalDataPathList" }, { "description": "The config's historical data path list." } ] } } }