AnomalyInstanceId schema from Amazon CodeGuru Profiler
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-anomaly-instance-id-schema.json", "title": "AnomalyInstanceId", "description": "AnomalyInstanceId schema from Amazon CodeGuru Profiler", "type": "string", "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" }