{ "$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-channels-structure.json", "name": "Channels", "description": "Channels schema from Amazon CodeGuru Profiler", "type": "array", "items": { "$ref": "#/components/schemas/Channel" }, "minItems": 1, "maxItems": 2 }