{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-frame-metric-datum-structure.json", "name": "FrameMetricDatum", "description": " Information about a frame metric and its values. ", "type": "object", "properties": { "frameMetric": { "$ref": "#/components/schemas/FrameMetric" }, "values": { "allOf": [ { "$ref": "#/components/schemas/FrameMetricValues" }, { "description": " A list of values that are associated with a frame metric. " } ] } }, "required": [ "frameMetric", "values" ] }