Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Detected File Format Descriptor Structure

Properties of an inferred data format.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

DetectedFileFormatDescriptor is a JSON Structure definition published by Amazon Lookout for Metrics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CsvFormatDescriptor JsonFormatDescriptor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-detected-file-format-descriptor-structure.json",
  "name": "DetectedFileFormatDescriptor",
  "description": "Properties of an inferred data format.",
  "type": "object",
  "properties": {
    "CsvFormatDescriptor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectedCsvFormatDescriptor"
        },
        {
          "description": "Details about a CSV format."
        }
      ]
    },
    "JsonFormatDescriptor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectedJsonFormatDescriptor"
        },
        {
          "description": "Details about a JSON format."
        }
      ]
    }
  }
}