{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Group", "type": "object", "properties": { "GroupName": { "type": "string" }, "GroupARN": { "type": "string" }, "FilterExpression": { "type": "string" }, "InsightsConfiguration": { "type": "object", "properties": { "InsightsEnabled": { "type": "boolean" }, "NotificationsEnabled": { "type": "boolean" } } } } }