{ "$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-json-format-descriptor-schema.json", "title": "JsonFormatDescriptor", "description": "Contains information about how a source JSON data file should be analyzed.", "type": "object", "properties": { "FileCompression": { "allOf": [ { "$ref": "#/components/schemas/JsonFileCompression" }, { "description": "The level of compression of the source CSV file." } ] }, "Charset": { "allOf": [ { "$ref": "#/components/schemas/Charset" }, { "description": "The character set in which the source JSON file is written." } ] } } }