{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-alerting-profile-stub-structure.json", "description": "A reference to an alerting profile (problem filter).", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the alerting profile.", "example": "abc123" }, "name": { "type": "string", "description": "The display name of the alerting profile.", "example": "Production Service" } }, "name": "AlertingProfileStub" }