{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-structure/amazon-codeguru-security-severity-structure.json", "name": "Severity", "description": "Severity schema from Amazon CodeGuru Security", "type": "string", "enum": [ "Critical", "High", "Medium", "Low", "Info" ] }