{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-update-input-security-group-response-structure.json", "name": "UpdateInputSecurityGroupResponse", "type": "object", "description": "Placeholder documentation for UpdateInputSecurityGroupResponse", "properties": { "SecurityGroup": { "allOf": [ { "$ref": "#/components/schemas/InputSecurityGroup" }, { "xml": { "name": "securityGroup" } } ] } } }