{ "$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-get-sample-data-response-structure.json", "name": "GetSampleDataResponse", "description": "GetSampleDataResponse schema from Amazon Lookout for Metrics API", "type": "object", "properties": { "HeaderValues": { "allOf": [ { "$ref": "#/components/schemas/HeaderValueList" }, { "description": "A list of header labels for the records." } ] }, "SampleRows": { "allOf": [ { "$ref": "#/components/schemas/SampleRows" }, { "description": "A list of records." } ] } } }